section.banner.inner-banner {
    height: 600px;
    padding-bottom: 43px;
}
a:focus, a{outline: none;}
section.banner.inner-banner h2 {
    font-size: 40px !important;
    margin-bottom: 0;
}
body{
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../images/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-email:before {
  content: "\e902";
}
.icon-icon-phone:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
section.banner {text-align: center;background: url(../images/lp-banner.jpg);font-size: 16px;color: #fff;line-height: 26px;background-size: cover;text-align: left;font-family: 'Poppins', sans-serif !important;padding-top: 120px;padding-bottom: 80px;}
.logodiv {
    position: absolute;
}
header {position: absolute;width: 100%;padding: 30px 0 !important;}
header .container {
    position: relative;
}
header ul.nav.navbar-nav li a {font-size: 12px;}
header ul.nav.navbar-nav {text-align: left;margin-top: 10px;padding-left: 100px;}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header ul li span {
  position: relative;
  display: block;
  cursor: pointer;
}
  header ul.nav.navbar-nav li a {
    padding: 13px;
    border: 1px solid #ccc0;
}
div#navbar {text-align: right;}
section.banner h2 {font-size: 16px;color: #fff;font-family: 'Poppins', sans-serif;margin-bottom: 0;font-weight: 400;margin: 0;line-height: 25px;}
section.banner a {display: inline-block;margin: 0px 0 20px;color: #fff;position: relative;font-family: 'Poppins', sans-serif;font-weight: 500;padding: 12px 20px;border-radius: 5px;}
section.banner a i {background: #f7ce0f;padding: 9px;color: #000;border-radius: 100px;height: 43px;width: 43px;font-size: 22px;margin-left: 10px;}
header ul.nav.navbar-nav li a:hover ul.submenu {
    display: block;
}
ul.submenu {
    display: none;
    width: 190px;
    position: absolute;
    left: 20px;
    background: #000;
    text-align: left;
    padding-bottom: 5px;
    top: 30px;
    border-radius: 0px 0px 10px 10px;
}
header ul.nav.navbar-nav li:hover ul.submenu {
    display: block;
}
header ul li a {
    padding: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
section.banner h2 span {
    color: #f6c920;
}
section.banner h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}
a.grad-btn {
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}
ul.submenu li {
    padding: 8px 10px;
}
header ul.nav.navbar-nav li a:hover {
    border-left: 2px solid #d22a43;
    border-right: 2px solid #f0760a;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #d22a43 0%, #f0760a 100%), linear-gradient(to right, #d22a43 0%, #f0760a 100%);
}
header ul.nav.navbar-nav li a:hover {
    color: #fff;
    position: relative;
}
section.faq {
    padding: 25px 0;
    color: #848894;
    font-size: 13px;
    line-height: 22px;
    border-bottom: 1px solid #eeeeee;
}
section.faq h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
}
section.faq h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
}
section.faq select {
    padding: 9px 100px 10px 10px;
    font-size: 12px;
    border-radius: 5px;
}
section.faq p {
    margin-bottom: 0;
}
section.faq {}
section.ab-home {
    padding: 70px 0;
    text-align: center;
    color: #848894;
    font-size: 18px;
}
section.ab-home h2 {
    color: #282828;
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
}
section.ab-home p {
    width: 80%;
    margin: 0 auto;
}
.popupform ul li{text-align:left;position:relative;width:100%;margin:8px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea{background:#ffffff;border:#dedede 2px solid;padding:10px 10px 10px 34px;width:100%;border-radius:6px;font-size:14px;color:#000;box-shadow:none !important;outline:none 0px !important;}
.popupform ul li i{position:absolute;top:15px;left:14px;color: #5807F0;}
.popupform ul li textarea{height:161px;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);color:#fff;font-size:18px;border: #5807F0 1px solid;text-transform:uppercase;font-weight:600;padding: 9px 10px;letter-spacing:1px;outline:0px none;border-radius: 50px;width: 300px;}
.popupform ul li input[type="submit"]:hover{background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{border:#b9bbbd 2px solid !important;}
.popupform{width: 450px;border-radius:23px;padding:31px 67px 31px 31px;overflow:visible;border-bottom:#0467ff 5px solid;border: 9px solid #000;}
.popupform h2{font-size:28px;color:#000000;font-weight:900;padding-left:15px;border-left: #5807F0 6px solid;margin-bottom:12px;line-height:35px;}
.popupform h2+p{line-height:19px;font-size:14px;margin-bottom:12px;}
.popupform .fancybox-close-small{border: #5807F0 3px solid;background:#fff;border-radius:72px;text-align:center;box-shadow:#000 0 0 10px;right: -14px;top: -13px;overflow: visible;}
.popupform .fancybox-close-small:after{color: #5807F0;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}
input.required.error, textarea.required.error, select.required.error {
    border-bottom: #5807F0 2px solid !important;
    color: #5807F0 !important;
}
label.error {
    display: none !important;
}
.sub-heading {
    color: #f7ce0f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 15px;
} 
.thankyou-banner h1 {
    font-size:  46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px;
}
.thankyou-banner h1 span {
    display:  block;
    font-family:  georgia;
    font-style:  italic;
}
.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}
a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
i.bulb-icon {
    background: url(../images/logo-icon.html) no-repeat;
    width: 143px;
    height: 170px;
    position: absolute;
    top: -108px;
    left: -60px;
    z-index: -1;
}
.bottom-offer {
    padding: 10px 0px 0px 0px;
}
p.form-desc span {
    font-weight: 700;
}
section.packages {
    padding: 40px 0 100px;
    /* background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); */
    font-size: 14px;
    color: #848894;
    line-height: 23px;
}
section.packages h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #282828;
}
section.packages h2 a.grad-btn {
    color: #fff;
}
section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
}
section.packages p {
    color: #808080;
    font-size: 14px;
    width: 69%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    /* font-style: italic; */
    font-weight: 400;
    line-height: 1.3;
}
section.packages a.border-btn {
        font-weight: 600;
        padding: 6px 30px;
        background: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        border: 3px solid transparent;
        border-image: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
        border-image-slice: 5;
        text-transform: uppercase;
    }
a {}
section.packages .col-md-4 {
    margin: 51px 0 0;
}
section.packages [class^="col-md-4"]>div {
    border-radius: 5px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #d8dfe6;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
section.packages [class^="col-md-4"]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
}
section.packages [class^="col-md-4"]>div i {
    position: absolute;
    right: -2px;
    top: 0;
}
section.packages [class^="col-md-4"]>div .pricebox {
    position: relative;
}
section.packages [class^="col-md-4"]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #dc0000;
}
section.packages [class^="col-md-4"]>div .pricebox h3 {
    display: inline-block;
    font-size: 67px;
    margin: 0;
    font-weight: 700;
    color: #dc0000;
    padding-right: 10px;
}
section.packages [class^="col-md-4"]>div .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
}
section.packages [class^="col-md-4"]>div .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}
c {}
section.packages [class^="col-md-4"]>div ul li {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0px;
}
section.packages [class^="col-md-4"]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
}
section.packages [class^="col-md-4"]>div ul {
    margin-bottom: 0px;
    margin-top: 5px;
}
section.packages [class^="col-md-4"]>div p.addontag {
    font-size: 12px;
    color: #000000;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 700;
    text-align: v;
    margin: 7px 0;
}
section.packages [class^="col-md-4"]>div p.addontag strong {
    color: #db0000;
}
section.packages [class^="col-md-4"]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px;
}
section.packages [class^="col-md-4"]>div h2+p {
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 0 0 9px;
}
section.packages [class^="col-md-4"]>div:hover {
    border: 2px solid #d22a43 !important;
    /* border-right: 2px solid #f0760a; */
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
}
/*
 *  STYLE 14
 */
.style-14::-webkit-scrollbar-track
{
 
    background-color: #f8f8f8;
}
.style-14::-webkit-scrollbar
{
    width: 5px;
    background-color: #f8f8f8;
}
.style-14::-webkit-scrollbar-thumb
{
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(90deg,#6c6c6c,#6c6c6c,#6c6c6c 100%,#6c6c6c 75%,#6c6c6c)
}
.scrollbar
{
    margin-left: 0px;
    float: left;
    height: 96px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
}
.force-overflow
{
    min-height: 450px;
}
section.br-sol {
    background: url(../images/br-sol-bg.png);
    color: #fff;
    padding: 50px 0;
    position: relative;
    background-size: cover;
}
section.br-sol .col-md-7 h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    margin: 50px 0 20px;
}
section.br-sol .col-md-7 h2+p {
    font-size: 16px;
    line-height: 26px;
}
section.br-sol .col-md-7 a {
    background: #5d3c83;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    border-radius: 5px;
}
section.br-sol [class^="col-md-4"]>div {
    border-radius: 14px;
    padding: 0px 30px 0;
    position: relative;
    /* background: rgba(219,51,76,1); */
    background: -moz-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,51,76,1)), color-stop(100%, rgba(249,124,21,1)));
    /* background: -webkit-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%); */
    background: -o-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%);
    /* background: linear-gradient(to right, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db334c', endColorstr='#f97c15', GradientType=1 );
    position: relative;
    top: 0;
    border: 2px solid #fff;
}
section.br-sol [class^="col-md-4"]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10p
}
section.br-sol [class^="col-md-4"]>div i {
    position: absolute;
    right: -2px;
    top: 0;
}
section.br-sol [class^="col-md-4"]>div .pricebox {
    position: relative;
}
section.br-sol [class^="col-md-4"]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
}
section.br-sol [class^="col-md-4"]>div .pricebox h3 {
    display: inline-block;
    font-size: 87px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}
section.br-sol [class^="col-md-4"]>div .pricebox strike {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: -10px;
    font-weight: 700;
}
section.br-sol [class^="col-md-4"]>div .pricebox span {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}
c {}
section.br-sol [class^="col-md-4"]>div ul li {
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
section.br-sol [class^="col-md-4"]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
}
section.br-sol [class^="col-md-4"]>div ul {
    margin-bottom: 20px;
}
section.br-sol [class^="col-md-4"]>div p.addontag {
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 7px;
}
section.br-sol [class^="col-md-4"]>div p.addontag strong {
    color: #ffffff;
}
section.br-sol [class^="col-md-4"]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px;
}
section.br-sol [class^="col-md-4"]>div h2+p {
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
section.br-sol [class^="col-md-4"]>div a.various {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
}
section.solution {
    padding: 100px 0 50px;
    text-align: center;
}
section.solution h2 {
    text-align: center;
    font-size: 47px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #282828;
}
section.solution h2+p {
    color: #848894;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 28px;
}
section.solution .col-md-4>div {
    text-align: left;
}
section.solution .col-md-4>div i {
    display: inline-block;
    padding-right: 15px;
}
section.solution .col-md-4>div span {
    display: inline-block;
    color: #c8c8c8;
    font-size: 16px;
    position: absolute;
    top: 5px;
}
section.solution .col-md-4>div h3 {
    display: inline-block;
    font-size: 22px;
    color: #000000;
    font-weight: 800;
    margin: 30px 0 20px;
}
section.solution .col-md-4>div p {
    font-size: 13px;
    color: #8e929c;
    line-height: 23px;
}
section.solution a.grad-btn {
    margin: 40px 0;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
section.solution a.border-btn {
    font-weight: 600;
    padding: 6px 30px;
    background: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    border-image-slice: 5;
    text-transform: uppercase;
}
.contact-sec {
    position: absolute;
    right: 0;
    top: 13px;
}
.contact-sec a {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}
.contact-sec a+a {
    padding: 11px 40px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 0;
    position: relative;
    top: -1px;
}



section.numbers {
    padding: 50px 0;
    text-align: center;
}

section.numbers h2 {
    text-align: center;
    font-size: 47px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #282828;
}

section.numbers h2+p {
    color: #848894;
    font-size: 18px;
    width: 80%;
    margin: 0 auto 0;
    text-align: center;
    margin-bottom: 30px;
    line-height: 28px;
    margin-bottom: 10px;
}
 
section.numbers .col-md-3 h3 {
    margin: 0;
    color: #d32e3f;
    font-size: 73px;
    font-weight: 300;
}

section.numbers .col-md-3 h4 {
    margin: 0;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 600;
}

section.satisfied-customer {
    background: #eeeeee;
    padding: 50px 0;
}

section.satisfied-customer .leftsec {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    -webkit-justify-content: center;
    justify-content: center;
    height: 340px;
    padding-left: 50px;
}

section.satisfied-customer .rightsec {
    float: left;
    text-align: right;
    width: 50%;
}

section.satisfied-customer h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
}

section.satisfied-customer h2+p {
    font-size: 19px;
    color: #858899;
    font-style: italic;
    font-weight: 300;
}

section.satisfied-customer .row {
    /* padding: 0px 80px; */
}
 section.valuedclients {
    padding: 50px 0;
    text-align: center;
}

section.valuedclients ul li {
    display: inline-block;
    padding: 0 25px;
}

section.valuedclients h2 {
    text-align: center;
    font-size: 47px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #282828;
}

section.valuedclients h2+p {
    color: #848894;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 28px;
}

section.cta-new {
    padding: 30px 0;
    background: #180545;
    color: #fff;
}

section.cta-new h2 {
    margin: 0 0;
    font-size: 45px;
    font-weight: 600;
    margin-top: 2px;
}

section.cta-new a.grad-btn {
    padding: 10px 70px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

section.cta-new ul li {
    font-size: 15px;
    font-weight: 600;
}

section.cta-new ul li i {
    color: #ff4474;
    font-size: 39px;
}

section.cta-new ul li+li i {
    font-size: 23px;
}

section.cta-new ul {
    margin-bottom: 0;
}

.customerslider .owl-dot.active span {
    height: 11px;
    background: #d42d3e;
    width: 11px;
    display: inline-block;
    border-radius: 100px;
}

.customerslider .owl-dot span {
    height: 8px;
    background: #afafaf;
    width: 8px;
    display: inline-block;
    border-radius: 100px;
}

.customerslider .owl-dot {
    display: inline-block;
    margin: 0 4px;
}



.customerslider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

section.satisfied-customer h2:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -90px;
    color: #e0dfdf;
    font-size: 152px;
    opacity: .7;
    z-index: -1;
    left: -30px;
}
















/*CLIENT AND FOOTER*/


section.clients-sec {
    padding: 80px  0;
    font-size: 14px;
    color: #848894;
    font-family: 'Poppins', sans-serif;
}

section.clients-sec h2 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

section.clients-sec h2:after {
    content: "";
    left: 0;
    content: "";
    bottom: 8px;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.clients-sec i {
    color: #e55c49;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

section.clients-sec em {
    font-size: 25px;
    font-style: italic;
    padding-left: 10px;
    color: #686868;
    display: inline-block;
    padding-bottom: 20px;
}

section.clients-sec em+p {
    padding-right: 70px;
    line-height: 26px;
}

.client-feedback h2{font-size:42px;font-weight:800;position:relative;color:#000;margin-bottom:30px;margin-top:0;line-height:34px;}
.client-feedback h2 span{display:block;font-weight:400;font-size:37px;}
div#testimoanial-slider .feeback-img{float:left;width:114px;}
div#testimoanial-slider .feecback-content{display:inline-block;width:66%;font-size:12px;padding-left: 20px;}
div#testimoanial-slider .feecback-content h6{text-transform:uppercase;color:#000;font-size: 16px;margin-bottom: 7px;font-weight:600;font-family: 'Lato', sans-serif;letter-spacing: 3px;}
div#testimoanial-slider .item{clear:both;min-height: 180px;margin-bottom: 20px;}
.testimonail-wrapper{position:relative;margin-top:60px;}




footer {
    background: #23124c;
    background-size: cover;
    padding: 0px 0 0px !IMPORTANT;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    line-height: 26px !important;
}


footer ul li i {
    color: #ff4474;
    font-size: 35px;
}

footer ul li+li i {
    font-size: 22px;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 500;
}
footer .text-center a {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    margin-bottom: 20px;
}

ul.social-icons li a {
    background: none;
}

ul.social-icons li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.social-icons li a {
    padding: 0;
    margin: 0;
    padding: 0 8px;
}

ul.social-icons li a i {
    color: #fff;
    font-size: 19px;
}

ul.social-icons {
    margin: 0;
}

footer .row {
    border-bottom: 1px solid #b9c0ba38;
    padding-bottom: 30px;
}

footer h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    margin-top: 0px;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

footer ul li {line-height: 19px;}
.col-md-12.disclaimer {
    color: #ffffff;
    font-size: 13px;
    padding: 10px 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.col-md-12.disclaimer .col-md-4 {
    padding: 0;
}
section.newserv h3 {
    font-size: 16px;
}

.disclaimer ul li a {
    padding: 0 0px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.disclaimer ul li a:after {
    content: "\f111";
    padding: 0 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    position: relative;
    top: -3px;
}
.disclaimer ul li {
    display: inline-block;
}

.disclaimer ul li:last-child a:after {
    display: none;
}
section.clients-sec span i {
    font-size: 145px;
    color: #efefef73;
    top: 30px;
    position: relative;
}


section.clients-sec span {
    display: block;
    position: absolute;
    top: 0;
    left: 180px;
}

section.clients-sec span i {
    font-size: 145px;
    color: #efefef73;
    top: 30px;
    position: relative;
}
 
.testimonail-wrapper .bx-controls-direction{position:absolute;right:0;text-indent:-9999em;top: 30px;}
.testimonail-wrapper a.bx-prev{display:block;background: url('../images/sprite.png') no-repeat -10px -5px;width: 15px;height: 26px;margin-bottom: 100px;}
.testimonail-wrapper a.bx-next{display:block;background: url('../images/sprite.png') no-repeat -10px -44px;width: 15px;height: 26px;}

div#testimoanial-slider .feecback-content p {
    font-size: 12px;
    line-height: 20px;
}


section.banner h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 70px 0 0 0;
}

section.banner ul.yel-list li {font-size: 14px;margin-bottom: 7px;font-weight: 600;width: 41%;display: inline-block;}

section.banner ul.yel-list {
    margin-top: 20px;
}


.banner-form {
    width: 95%;
    background: #ffffff;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float:  right;
    border-radius: 15px;
    z-index: 3;
    margin-top: 43px;
    text-align: center;
    padding: 30px 20px 40px;
}

.banner-form h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 77px;
    position: relative;
    background: #1d38c6;
    width: 128%;
    margin-left: -40px;
    margin-top: -30px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-form h2 sup {
    display: inline-block;
    top: -6px;
    left: 4px;
}

.banner-form h2 sub {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 193px;
    top: inherit;
    bottom: 44px;
}

.banner-form h2 span {
    display: inline-block;
    color: #f6cf0b;
    font-size: 17px;
    font-style: italic;
    width: 100px;
    padding-left: 54px;
    text-align: left;
    margin-top: -6px;
}

.banner-form select, .banner-form input {
    width: 100%;
    padding: 7px 17px;
    margin-bottom: 10px;
    /* border-bottom: 2px solid #ef730b !important; */
    outline: none;
    background: #fff;
    font-size: 12px;
    color: #464646;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.banner-form textarea {
    min-height: 80px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    /* border-bottom: 2px solid #ef730b !important; */
    outline: none;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    font-weight:500;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-family: 'Poppins', sans-serif;
}
.banner-form input[type="submit"] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 0px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    outline: none;
    letter-spacing:  1px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto !important;
    display: block !important;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -moz-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -webkit-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -webkit-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -o-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -ms-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}
section.banner a+a {
    font-size: 18px;
    font-weight: 700;
}

section.banner a+a span {
    color: #f6cb3a;
    font-weight: 700;
    padding-right: 4px;
}

section.sponsor-slider {
    margin-top: -120px;
}

section.newserv {
    margin: -8px 0px 0px 0px;
}


section.newserv li {
    padding: 28px 30px;
    /* display: inline-block; */
    background: #3d59e8;
    padding-left: 100px;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    /* display: inline-block; */
    width: 25%;
    margin: -2px 0 0 0;
    padding-right: 20px;
    float:  left;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 245px;
}

section.newserv li+li {
    background: #fab04d;
}

section.newserv li+li+li {
    background: #fe7e00;
}

section.newserv li+li+li+li {
    background: #08c482;
}

section.newserv li i img {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 20px;
    vertical-align: middle;
    max-width: 50px !important;
    top: 27px;
}

section.newserv li i {
}

section.newserv li+li+li i img {
    top: 17px;
    max-width: 43px !important;
}

/* section.newserv li+li i img {
    top: ;
} */

section.newserv li+li+li+li i img {
    top: 30px;
    max-width: 47px!important;
}
section.newserv ul {
    width: 100%;
}

section.exp {
    padding: 30px 0;
    font-family: 'Poppins', sans-serif;
    box-shadow: #adaaaa33 0 0 8px;
}

section.exp h2 {
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

section.exp h2 span {
    font-size: 18px;
    display: block;
    font-weight: 300;
}

section.exp ul li {
    display: inline-block;
    padding: 0px 30px;
    text-align: center;
    font-size: 11px;
    color: #555555;
    font-weight: 400;
    font-size: 14px;
}

section.exp ul li b {
    display: block;
    font-size: 21px;
    color: #17629b;
}

section.exp ul {
    margin: 0;
}

section.exp ul li b {}

section.exp ul li+li b {
    color: #5e258b;
}

section.exp ul li+li+li b {
    color: #468c13;
}

section.exp ul li+li+li+li b {
    color: #135e9b;
}

section.exp ul li+li+li+li+li b {
    color: #d02e64;
}


 

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}
 
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

div#CountDownTimer {
    width: 300px;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
    margin-top: 0;
}
section.banner h3 span {
    font-weight: 700;
}
.banner-form:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    background: #ef730b;
    left: 0;
    border-left: 2px solid #d22a43;
    border-right: 2px solid #f0760a;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #d22a43 0%, #f0760a 100%), linear-gradient(to right, #d22a43 0%, #f0760a 100%);
    z-index: 5;
    display: none;
}
.banner-form .border-left, .banner-form .border-right {
    border-left: 2px solid #d22a43;
    border-right: 2px solid #f0760a;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #d22a43 0%, #f0760a 100%), linear-gradient(to right, #d22a43 0%, #f0760a 100%);
    position: absolute;
    top: 0;
    display: none;
    width: 2px;
    left: -3px;
    height: 120px;
}

.banner-form .border-right {
    left: inherit;
    right: -3px;
}
.clear {
    clear: both;
}



section.helpingbrand {
    padding: 50px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

section.helpingbrand h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.helpingbrand p {
    font-size: 14px;
    color: #232323;
    padding: 0 100px;
    font-weight: 400;
    line-height: 23px;
}

section.helpingbrand ul li {
    display: inline-block;
    padding: 0 20px;
    width: 19.3%;
    font-size: 15px;
    font-weight: 700;
}

section.helpingbrand ul li i {
    display: block;
    margin-bottom:  20px;
}

section.helpingbrand ul {
    margin-top: 30px;
}

section.numbers {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #232323;
    background: #f2f2f2;
}

section.numbers h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

section.numbers h2+p {
    font-size: 14px;
    color: #232323;
    padding: 0 100px;
    font-weight: 400;
    line-height: 23px;
}

section.numbers ul li {
    display: inline-block;
    background: #fff;
    width: 367px;
    padding: 30px;
    margin: 0 5px;
    position: relative;
    padding-top: 70px;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 23px;
}

section.numbers ul {
    margin: 110px 0 0;
}

section.numbers ul li i {
    position: absolute;
    top: -60px;
}

section.numbers ul li h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

section.numbers ul li h4 {
    color: #a7a7a7;
    font-size: 14px;
    margin: 0;
    display: none;
}

section.numbers ul li img.aut-img {
    position: absolute;
    right: 30px;
    bottom: -30px;
}

section.numbers ul li p {
    min-height: 180px;
}

section.numbers ul li+li img.aut-img {
    bottom: -20px;
}

section.numbers ul li+li+li img.aut-img {
    bottom: -30px;
}


section.sponsorcta {
    padding: 30px 0;
}

section.cform-section {
    background: #180545;
    background-size: cover;
    padding: 65px 0 52px;
    color: #fff;
    text-align: center;
}
section.cform-section form ul li {
    display: inline-block;
    width: 31.3%;
    margin: 0 4px;
}

section.cform-section form {
    width: 80%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    background: none;
    border: 2px solid #5d6183;
    outline: none;
}

section.cform-section form ul li.full-li {
    width: 100%;
}

section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 96%;
    border-radius: 20px;
    border: none;
    background: none;
    border: 2px solid #5d6183;
    min-height: 130px;
    margin-top: 17px;
    outline: none;
}

section.cform-section form ul li input[type="submit"] {
    border: none;
    box-shadow: none;
    color: #fff !important;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #0b0f33;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -moz-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -webkit-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -webkit-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -o-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: -ms-linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}

section.cform-section form ul li textarea::-webkit-input-placeholder, section.cform-section form ul li input::-webkit-input-placeholder {color: #fff;font-size: 11px;font-weight: 500;}

section.cform-section h2 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 30px;
}
section.cform-section h2+p {
    padding: 0 130px;
    margin-bottom: 20px;
}
section.banner h1 strong {
    color: #f6c920;
    top: -4px;
    position: relative;
}
ul.yel-list li img {
    padding-right: 10px;
    max-width: 22px;
}


/* PF SEC */


section.pfsec {
    padding: 50px 0;
    text-align: center;
}

section.pfsec h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #282828;
}

section.pfsec h2+p {
    color: #818181;
    font-size: 14px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.portfolioslider {}

.portfolioslider i {
    width: 31%;
    display: inline-block;
    margin: 7px 7px;
    transition: all 0.5s;
}

.portfolioslider i img {
    display: block;
    border-radius: 2px;
}

.portfolioslider i:hover {
    transform: scale(1.08);
    background: #ffffff;
    content: "";
    border: none !important;
    color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000063;
}
.portfolioslider  .owl-dots {}

.portfolioslider  .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.portfolioslider  .owl-dot span {
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.5s;
}

.portfolioslider  .owl-dot.active span {
    background: linear-gradient(to right, #5807F0 0%, #AB06F8 100%);
    height: 10px;
    width: 20px;
    display: inline-block;
    border-radius: 10px;
}
 

.actions{
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 0px;
}


.actions a{
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
    color: #7b7b7b;
    font-size: 9px;
}

.actions a span{font-size: 13px;float: left;font-weight: bold;color: #7f7b7b;}
.actions a span small{
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #000000;
    }

.actions::before{
    position: absolute;
    content: "";
    height: 43px;
    background-color: #eee;
    width: 1px;
    left: 46%;
    top: 10px;
    }


 

section.packages .row+.row {
    width: 1000px;
    margin: 0 auto -15px;
}

.br-sol .actions a span {
    color: #ffffff;
}

.actions .col-md-6 {
    padding: 0 0px;
}
section.br-sol:before {
    content: "";
    background: #5d3c83ad;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.br-sol .actions a span small {
    color: #e3e3e3;
}

.popupform .col-md-12 ul li {
    text-align: center;
}




/* Sponser Section */
section.sponsor-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.sponser-section-title {
    width: 70%;
    margin: 0 auto;
    color: black;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.sponsor-subtitle {
    font-size: 18px;
    width: 70%;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.slider-marq {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 30s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slider-items img {
    width: 175px;
    margin: 20px;
}

/* sponser slider section close */
























/* portfolio section */
section.case-study {
    padding: 60px 20px;
    text-align: center;
}

.show-case-sec h2 {
    font-size: 40px;
    font-weight: 500;
}

/*second tabs   */
.tab-button-center-sec {
    text-align: center;
    padding: 60px 0px 0px 0px;
}

.gallery.ani img {
    width: 100%;
    height: 100%;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-grid img {
    width: 300px;
    cursor: pointer;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: transform 0.2s;
}

.logo-grid img:hover {
    transform: scale(1.05);
}

#modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#modal-img {
    max-width: 90%;
    max-height: 80%;
}

.close-btn,
.arrow {
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
}

.close-btn {
    top: 20px;
    right: 30px;
}

.arrow-left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.close-btn:hover,
.arrow:hover {
    color: #ccc;
}

div#logoGrid {
    padding: 50px 0px 0px 0px;
}

.logo-grid2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-grid2 img {
    width: 300px;
    cursor: pointer;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: transform 0.2s;
}

.logo-grid2 img:hover {
    transform: scale(1.05);
}

#modal2 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#modal-img2 {
    max-width: 90%;
    max-height: 80%;
}

.close-btn,
.arrow {
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
}

.close-btn {
    top: 20px;
    right: 30px;
}

.arrow-left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.close-btn:hover,
.arrow:hover {
    color: #ccc;
}





.logo-grid3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-grid3 img {
    width: 300px;
    cursor: pointer;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: transform 0.2s;
}

.logo-grid3 img:hover {
    transform: scale(1.05);
}

#modal3 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#modal-img3 {
    max-width: 90%;
    max-height: 80%;
}

.close-btn,
.arrow {
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
}

.close-btn {
    top: 20px;
    right: 30px;
}

.arrow-left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.close-btn:hover,
.arrow:hover {
    color: #ccc;
}










.logo-grid4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-grid4 img {
    width: 300px;
    cursor: pointer;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: transform 0.2s;
}

.logo-grid4 img:hover {
    transform: scale(1.05);
}

#modal4 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#modal-img4 {
    max-width: 90%;
    max-height: 80%;
}

.close-btn,
.arrow {
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
}

.close-btn {
    top: 20px;
    right: 30px;
}

.arrow-left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.close-btn:hover,
.arrow:hover {
    color: #ccc;
}













section.case-study.pt-130.pb-130.fade-wrapper,
section.why-digital-silk {
    background: #150640;
}

.hidden {
    display: none;
}

.tabs2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    justify-content: center;
}

.gallery a img {
    width: 300px;
    height: 100%;
}

.gallery.ani {
    width: 48%;
}

.tab2 {
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
}

.tab2.active {
    color: white;
    background-image: linear-gradient(133deg, #4009ea, #b409f6);
    font-weight: 700;
    box-shadow: 0px 0px 14px 0px #5d19ef;
}

.tab-content2 {
    display: none;
}

.tab-content2.active {
    display: block;
}

.main-gallery {
    padding: 60px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-evenly;
}

.website {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
    padding: 50px 0px 0px 0px;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
    padding: 50px 0px 0px 0px;
}

.main-tab2-parent {
    background: #150640;
    padding: 100px 20px 100px 20px;
}

.show-case-sec h2 {
    text-align: center;
    color: #fff;
    padding: 0px 0px 10px 0px;
}

.show-case-sec p {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 12px auto 0 auto;
    padding: 0px 0px 40px 0px;
}


.slide-button {
    position: relative;
    padding: 12px 24px;
    font-size: 18px;
    color: #007bff;
    background-color: white;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    box-shadow: 0px 0px 6px 0px #3b7bce;
}

/* Blue background slide layer */
.slide-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #007bff;
    z-index: 0;
    pointer-events: none;
    transition: none;
    background: linear-gradient(94deg, #4f06ea -2.26%, #c00bfa 63.14%);
}

.slide-button:hover::before {
    animation: slideUp 0.3s forwards;
}

.slide-button:not(:hover)::before {
    animation: slideOut 0.3s forwards;
}

@keyframes slideUp {
    0% {
        top: 100%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideOut {
    0% {
        top: 0%;
    }

    100% {
        top: -100%;
    }
}

/* Gradient shadow below the button */
.slide-button::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 40px;
    background: radial-gradient(ellipse at center, rgba(0, 123, 255, 0.4), transparent 70%);
    filter: blur(12px);
    z-index: -1;
    transition: all 0.3s ease;
}

/* Text */
.slide-button span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    font-weight: 700;
}

/* On hover: make text white */
.slide-button:hover span {
    color: white;
}

/* portfolio section closed */






  /* pricing section */
        .pricing-section {
            text-align: center;
            padding: 80px 20px;
        }

        .pricing-secondary-title {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
            /* color: #0000008C; */
            color: black;
            margin-bottom: 16px;
        }

        .pricing-section-title {
            /* color: #0000008C; */
            color: black;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -1px;
            margin-bottom: 24px;
        }

        .lead {
            max-width: 550px;
            margin: 0 auto 28px;
            /* color: #0000008C; */
            color: black;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.6;
        }

        /* Tabs */
        .pricing-tabs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .tab-btn {
            background: transparent;
            border: 1px solid #A100FF;
            color: #A100FF;
            padding: 10px 24px;
            border-radius: 9999px;
            cursor: pointer;
            transition: 0.3s;
        }

        .tab-btn.active,
        .tab-btn:hover {
            background: linear-gradient(90deg, #5607F0, #AA06F8);
            color: white;
            border-color: transparent;
        }

        /* Tabs + content visibility */
        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        /* Cards grid - mobile first single column */
        .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            justify-content: center;
            align-items: stretch;
            margin-top: 56px;
        }

        /* Individual card */
        .card {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background: #fff;
            border: 3px solid #9A3CFF5E;
            box-shadow: 0 6px 20px rgba(20, 12, 50, 0.04);
            border-radius: 16px;
            min-height: 620px;
            transition: transform 220ms cubic-bezier(.2, .9, .3, 1), box-shadow 220ms cubic-bezier(.2, .9, .3, 1);
            transition-duration: 500ms;
            text-align: left;
            position: relative;
            overflow: hidden;
        }

        .card-head,
        .price-block,
        .card-actions,
        .card-footer {
            flex-shrink: 0;
        }

        /* Slight elevation on hover/focus */
        .card:hover,
        .card:focus-within {
            transform: scale(1.02);
            box-shadow: 0 10px 30px rgba(20, 12, 50, 0.08);
            /* border-color: #9E06F7; */
        }

        /* Card header: title + badge */
        .card-head {
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            justify-content: space-between;
            /* gap: 1rem; */
            padding: 24px 30px 0;
        }

        .card-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
            width: 70%;
            line-height: 1.3;
            text-align: left;
            /* color: #0000008C; */
            color: black;
        }

        .card-subtitle {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        /* card description */
        .card-desc {
            /* color: #0000008C; */
            color: black;
            text-align: left;
            margin: 6px auto;
            font-size: 15px;
            font-weight: 400;
        }

        /* badge */
        .badge {
            background: #A100FF;
            color: #fff;
            /* display: inline-block; */
            padding: 10px 24px;
            border-radius: 7px;
            font-size: 12px;
            font-weight: 300;
        }

        .popular .badge {
            background: #9A3CFF5E;
            color: #111204;
        }

        .card-desc strong {
            font-weight: 600;
        }

        .rule {
            border: 1px solid #DAB7FF;
            margin: 16px;
        }

        .price-block {
            text-align: left;
            margin: 0 30px 0;
        }

        .price-value .currency {
            font-size: 25px;
            font-weight: 600;
            color: #A100FF;
            position: relative;
            bottom: 26px;
            right: -3px;
        }

        .price-value .amount {
            font-weight: 700;
            font-size: 60px;
            color: #A100FF;
        }

        .price-value {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .price-value .cutoff-price {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-left: 4px;
        }

        .price-value .original-price {
            font-size: 16px;
            font-weight: 700;
            color: black;
            text-decoration: line-through;
        }

        .price-value .only-text {
            font-size: 14px;
            font-weight: 700;
            color: black;
            margin-top: -2px;
        }

        /* Features list */
        .features {
            list-style: none;
            padding: 0;
            margin: 13px 32px 22px;
            overflow-y: auto;
            max-height: 300px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            scrollbar-width: thin;
            scrollbar-color: #9E06F7 transparent;
        }


        .features::-webkit-scrollbar {
            width: 6px;
            /* background-color: rgba(255, 255, 255, 0.705); */
        }

        .features::-webkit-scrollbar-thumb {
            background: #9E06F7;
            border-radius: 10px;
        }


        .features li {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 16px;
            /* color: #666; */
            color: black;
            font-size: 15px;
            padding-right: 5px;
        }

        .features li .icon img {
            width: 10px;
        }

        /* Actions (buttons) */
        .card-actions {
            margin-top: auto;
            margin-inline: 30px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        /* Buttons */
        .btn {
            font-weight: 500;
            font-size: 15px;
            border-radius: 8px;
            width: 100%;
            padding: 12px 16px;
            border: 1px solid transparent;
            cursor: pointer;
            transition: box-shadow 220ms cubic-bezier(.2, .9, .3, 1), transform 220ms cubic-bezier(.2, .9, .3, 1), opacity 220ms cubic-bezier(.2, .9, .3, 1);
        }

        .btn:focus {
            outline: 3px solid rgba(123, 44, 255, 0.14);
            outline-offset: 3px;
        }

        /* outline button */
        .btn.btn-outline {
            background: transparent;
            color: #2D2D2D;
            border-color: #737373;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
        }

        .btn.btn-outline:hover {
            transform: translateY(-3px);
        }

        /* primary gradient button */
        .btn.btn-primary {
            background: linear-gradient(90deg, #5407F0, #A906F8);
            color: white;
            border: none;
            /* box-shadow: 0 8px 26px rgba(123, 44, 255, 0.18); */
            margin-bottom: 10px;
            padding: 12px 16px;
            font-weight: 500;
            font-size: 15px;
            border-radius: 8px;
        }

        /* 
#websites .btn.btn-primary {
    margin-bottom: 24px;
} */

        .btn.btn-primary:hover {
            transform: translateY(-3px);
            opacity: 0.98;
        }

        .card-footer {
            background: #fff;
            color: black;
            padding: 10px 32px 26px;
            border-radius: 0 0 16px 16px;
        }

        .card-footer h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            border-left: 4px solid #7B2FF7;
            /* accent to tie into brand gradient */
            padding-left: 12px;
        }

        /* --- Add-on Features List --- */
        .card-footer .features {
            margin: 0;
        }


        /* ensure long text wraps nicely */
        .card p,
        .features li span {
            word-break: break-word;
        }






        

        @media(max-width:1200px) and (min-width:1024px) {
            .pricing-section-title {
                font-size: 48px;
            }

            .lead {
                font-size: 19px;
            }

            .card {
                /* padding: 34px; */
                min-height: 720px;
            }

            .price-value .amount {
                font-size: 48px;
            }

            .price-value .period {
                font-size: 20px;
            }


            .price-value .currency {
                bottom: 17px;
            }
        }

        @media(max-width:1023px) and (min-width:768px) {
            .pricing-section-title {
                font-size: 40px;
            }

            .price-value .amount {
                font-size: 40px;
            }

            .card {
                min-height: 640px;
            }

            .card-actions {
                justify-content: space-between;
                align-items: center;
            }

            .lead {
                font-size: 16px;
            }

            .price-value .currency {
                bottom: 6px;
            }
            
            /* portfolio */
            .show-case-sec p {
                width: 90%;
            }
        }

        @media(max-width:767px) {
            .pricing-section-title {
                font-size: 32px;
            }

            .card-desc,
            .price-note {
                font-size: 15px;
            }

            .lead {
                font-size: 16px;
            }

            .tab-btn {
                width: 100%;
            }

            .pricing-tabs {
                gap: 10px;
            }

            .price-value .currency {
                bottom: 16px;
            }
            
            .show-case-sec p {
                width: 100%;
            }
        }

        /* pricing section closed */







        /* Overlay background */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

/* Popup main container */
.popup-container {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 520px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: popup-fade 0.3s ease-out;
}

/* Close button */
.demo-popup-close {
  position: absolute;
  border: none;
  top: 15px;
  right: 15px;
  background: #fff;
  font-size: 20px;
  width: 28px;
  height: 28px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.demo-popup-close:hover {
  color: #c00bfa;
}

/* Content */
.demo-popup-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  /* line-height: 35px; */
}

.demo-popup-title .highlight {
  border-left: 6px solid #c00bfa;
  padding-left: 16px;
}

.demo-popup-desc {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* Input wrapper */
.demo-input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.demo-input-wrapper i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #c00bfa;
  font-size: 14px;
}

.demo-input-wrapper.demo-textarea-wrapper i {
  top: 18px;
  transform: none;
}

/* Inputs */
.demo-popup-form input,
.demo-popup-form textarea {
  width: 100%;
  padding: 12px 14px 12px 40px;
  /* space for icon */
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  transition: border 0.3s ease;
}

.demo-popup-form input:focus,
.demo-popup-form textarea:focus {
  border-color: #c00bfa;
}

/* Two-column row */
.demo-form-row {
  display: flex;
  gap: 10px;
}

/* Textarea */
.demo-popup-form textarea {
  min-height: 100px;
  resize: vertical;
  max-height: 150px;
}

/* Submit button */
.demo-popup-btn {
  width: 50%;
  display: block;
  margin-inline: auto;
  background: #c00bfa;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.demo-popup-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Entrance animation */
@keyframes popup-fade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


/* Demo popup styling */
/* Overlay */
.demo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 12, 0.6);
    backdrop-filter: blur(3px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
 
/* Active (visible) state */
.demo-popup-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}
 
/* Popup box */
.demo-popup-content {
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 11px 92px #0000003b;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    overflow: hidden;
    max-width: 800px;
    width: 90%;
    animation: scaleIn 0.25s ease;
}

#demo-popup-content {
    width: 30%;
    min-width: 350px;
}
 
.demo-popup-content img {
    width: 100%;
    height: auto;
}
 
.demo-popup-image {
    flex: 1;
    min-width: 200px;
    background-size: cover;
    background-position: center;
}
 
.demo-popup-content .banner-form {
    flex: 1;
    padding: 35px 25px;
}
 
.demo-popup-content .banner-form .scroll-form-title {
    font-size: 26px;
    text-align: left;
    /* letter-spacing: 0.5px; */
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 500;
    background: none;
    color: #000;
    /* margin: auto; */
    margin-left: 0;
    margin-top: auto;
    width: 100%;
}
 
.demo-popup-content .banner-form .form-desc {
    text-align: left;
    line-height: 1.5;
    width: 100%;
    font-size: 15px;
    margin-bottom: 16px;
    padding-inline: 2px;
}
 
 
/* Close button */
.demo-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    z-index: 30;
    /* color: #666; */
    border: none;
    background: transparent;
    cursor: pointer;
    transition: 0.2s;
}
 
.demo-close-btn:hover {
    color: #c00bfa;
    /* transform: rotate(90deg); */
}
 
/* Banner form inside popup */
.demo-popup-content .banner-form {
    text-align: center;
    color: #000;
    z-index: 0;
    margin-top: auto;
}
 
.demo-form-fields input:focus,
.demo-form-fields textarea:focus {
    border-color: #c00bfa;
    box-shadow: 0 0 0 2px rgba(140, 54, 255, 0.2);
}


.contact-sec .quote-btn:hover,
.hero-area .quote-btn:hover,
.about-us-section .quote-btn:hover,
.banner-form input[type="submit"]:hover {
    transform: scale(1.05);
    transition-duration: 200ms;
}
 
/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
 
    to {
        opacity: 1;
    }
}
 
@keyframes scaleIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
 
    to {
        transform: scale(1);
        opacity: 1;
    }
}
 
@media(max-width:767px) {
    /* header popup new */
   
    .demo-popup-content {
        flex-direction: column;
        overflow-x: hidden;
        max-height: 550px;
        overflow: auto;
    }
 
    .demo-popup-image {
        height: 200px;
    }

    .gallery.ani {
        width: 100%;
    }
}