

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: "Archivo", sans-serif; }
* { margin: 0px; padding: 0px; }

/* text selection color */
::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }

/* browser scroller style */
::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--primary-color); }


@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: none !important; line-height:28px !important; } }

body {font-family: var(--primary-font-family);color: var(--default-color);font-size:var(--base-font-size);position: relative;}

/* font family */
.ff-primary { font-family: var(--primary-font-family); }
.ff-secondary { font-family: var(--secondary-font-family); }

/* font colors */
.fc-primary { color: var(--primary-color); }
.fc-secondary { color: var(--secondary-color); }
.fc-dark { color: var(--theme-dark); }
.fc-lite { color: var(--theme-lite); }

/* buttons */
.primary-btn,.secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px;  position:relative; display:table; border-radius: 3px; }
.primary-btn:after, .secondary-btn:after { content: "\e957"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.primary-btn { background:var(--primary-color); color: white; }
.primary-btn:hover {background:var(--primary-color-dark); color: white; }
.secondary-btn { background:var(--secondary-color); color: white;  }
.secondary-btn:hover {background:var(--secondary-color-dark); color: white; }

.banner-btn{text-transform: capitalize; display: inline-block; transform: translateY(0rem); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; color: #fff !important; background-color: transparent;padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px;border: 1px solid #fff !important;}


.secpad-100{padding: 100px 0;}


.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 {font-family: var(--heading-font-family);}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{ font-family: var(--heading-font-family); padding-bottom: 10px;
color: var(--theme-dark); }

h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { /*font-size: var(--base-font-size);*/ }

p {font-weight: 400;line-height: 1.4;padding: 0 0 20px;margin:0px;color: #464c65;}

/*** theme sections padding ***/
.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}
.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}
.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }
.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }
.sec-padding-small { padding:25px 0; } .sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}
.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}
.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }
.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }
.sec-margin-small { margin:25px 0; } .sec-margin-xsmall { margin:10px 0; }

/*** no padding, no marging ***/
.p-0 { padding:0; }
.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }
.m-0 { margin:0; }
.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }




.tt-uppercase{text-transform: uppercase;}
.tt-capitalize{text-transform: capitalize;}




p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

h2,.h2 {
 color: #171717;
 line-height: 1.2;
 font-weight: 700;
 padding: 0 0 15px 0;
 position: relative;
 letter-spacing: -1px;
 }
h2 span,.h2 span { color:var(--primary-color);}

a { text-decoration: none; }
.list-simple { list-style: none; margin: 0 0 15px 0; width:100%; display:inline-block; }
.list-simple li {color: var(--default-color);padding: 0 0 10px 16px;line-height: 20px;font-size: 14px;font-weight: 400;position:relative;}
.list-simple li:before {position: absolute; left: 0px;top: 0px;
font-size: 13px; color:var(--secondary-color); content: "\e93a"; font-family: 'icomoon' !important; }

/*** morefull block link ***/
.moreFull { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }

/*** transition ***/
.transition {-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }

/*** scale with transition ***/
.scale-with-transition { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.05);
-ms-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }


body{
    overflow-x: hidden;
}

img{
    width: 100%;
}

/* header 
------------------------------------*/


header {
    padding: 15px 60px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

header .menu {}

header .menu ul {
    display: flex;
    justify-content: end;
    gap: 50px;
    align-items: center;
    margin: 0;
}

header .menu ul li{

}

header .menu ul li.bttn{

}

header .menu ul li.bttn a{

padding: 16.5px 27.5px;

text-transform: uppercase;

color: #ffffff;

transition: .3s ease;

position: relative;

border-radius: 100px;
}


li.bttn a{

padding: 16.5px 27.5px;
text-transform: uppercase;
color: #ffffff;
transition: .3s ease;
position: relative;
border-radius: 100px;
font-weight: 700;

}


li.bttn a:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background:linear-gradient(to right, #90298d, #ec4067);
    mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
    mask-composite: exclude;
}

header .menu ul li.bttn a:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background:linear-gradient(to right, #90298d, #ec4067);
    mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
    mask-composite: exclude;
}

header .menu ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

header .logo {}

header .logo a {}

header .logo a img {
    width: 40%;
}


header.header-main.showmenu:hover {
    background-color: rgb(8, 21, 60);
    backdrop-filter: unset;
}

header.header-main.showmenu {
    background-color: rgba(19, 19, 20, 0.3);
    backdrop-filter: blur(15px);
    transition: 0.3s;
    position: fixed;
    width: 100%;
}


/*///////////////////////////*/


.bg {
    position: relative;
    overflow: hidden;
}

.bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/home-sec1-bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index: -2;
}


section.sec1 {
    display: flex;
    align-items: center;
    padding: 200px 0 150px;
}

section.sec1 h2 {
    font-size: 128px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: .9;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

section.sec1 h2 span {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .2s;
}


section.sec1 h2 span::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 478px;
    height: 1px;
    opacity: .15;
    background-color: #fff;
    margin-right: 20px;
    animation: lineWidth 0.8s ease-in-out 2s forwards;
}

@keyframes lineWidth{
    0% {
    width: 478px;
    height: 1px;
    margin-right: 20px;
}
100% {
    width: 0;
    height: 0;
    margin-right: 0;
}

}



section.sec1 h2 dot {
    color: #7f60f9;
    animation: showUp 0.3s ease-in 0.8s forwards;
    opacity: 0;
}

@keyframes showUp{
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}

}



.bg video {
    position: fixed;
    top: 0%;
    left: 0;
    z-index: -1;
    mix-blend-mode: lighten;
    height: 100%;
    width: 100%;
}

section.sec1 p {
    color: #fff;
    font-size: 20px;
    width: 40%;
    padding-left: 30px;
    line-height: 30px;
    margin: 15px 0 30px;
}


section.sec1 .btns {}

section.sec1 .btns ul {
    display: flex;
    gap: 50px;
    padding-left: 30px;
}

li.btn2 {}

li.btn2 a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


li.bttn a i, li.btn2 a i {
    margin-left: 10px;
    transform: rotate(-45deg);
}

li.bttn a i, li.btn2 a i {
    margin-left: 10px;
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
    vertical-align: middle;
}

li.bttn a:hover {
    background: linear-gradient(to right, #90298d, #ec4067);
}

li.bttn a:hover i {
    transform: unset;
}

li.btn2:hover a {
    color: rgb(236, 64, 103);
}

li.btn2:hover a i {
    transform: unset;
}

li.btn2 a i {
    color: rgb(236, 64, 103);
}



/*/////////////////////////////////*/


section.sec2 {
    padding: 120px 0;
}

section.sec2 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

section.sec2 p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}



/*//////////////////////////////////////*/


section.sec3 #counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e7;
  padding: 40px 0px;
  width: 100%;
}
section.sec3 #counter .item{
  background: #fff;
  width: 200px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
section.sec3 #counter .item .count{
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}
section.sec3 #counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
}



section.sec3 {
    padding: 100px 0;
}

section.sec3 img.shape {
    width: 5%;
}

section.sec3 h4 {
    padding-top: 15px;
    font-size: 18px;
    color: rgb(255 255 255 / .85);
    padding-bottom: 30px;
}

section.sec3 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
}

section.sec3 .btns {
    padding-top: 30px;
}

.counter {}

.counter ul {
    display: flex;
    gap: 50px;
}

.counter ul li {
    text-align: left;
}

.counter ul li h2 {
    font-size: 40px;
    color: #7f60f9;
    margin: 0;
}

.counter ul li p {
    color: rgb(245 246 250 / .7);
    font-size: 18px;
}

.counter ul li h2 span.count {
    margin: 0 10px;
    color: #7f60f9;
    font-size: 40px;
}



/*//////////////////////////////*/

section.sec5{
    padding-bottom: 150px;
}

section.sec5 .slick-slide .inner {
  margin: 0 50px;
}

section.sec5 .slick-slide .inner img {
  width: 70%;
}


/*/////////////////////////////////*/


section.sec-6 {
    padding: 100px 0;
    background: #fff;
}

section.sec-6 .head {
    text-align: center;
    padding-bottom: 50px;
}

section.sec-6 .head h2 {
    padding-top: 50px;
    color: #081438;
    font-size: 48px;
    line-height: 58px;
}

section.sec-6 .head img.shape {
    width: 3%;
}

section.sec-6 .head h4 {
    color: #081438;
    font-size: 14px;
    padding-top: 10px;
}

section.sec-6 .left-txt {}

section.sec-6 .left-txt h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 30px;
}

section.sec-6 .left-txt p {
    font-size: 16px;
    padding-right: 50px;
    padding-bottom: 40px;
}

section.sec-6 .left-txt .btns ul li a{
    color: #081438;
    font-size: 16px;
}

section.sec-6 .right-txt {}

section.sec-6 .right-txt img {
    border-radius: 10px;
}

section.sec-6 .right-txt .counter {
    padding-top: 50px;
}


section.sec-6 .right-txt .counter ul {
    justify-content: space-between;
    gap: 60px;
}

section.sec-6 .right-txt .counter ul li {
    text-align: center;
}

section.sec-6 .right-txt .counter ul li p {
    font-size: 16px;
    color: #464c65;
}


section.sec-6 .para {
    text-align: center;
    padding: 50px 0 100px;
    border-bottom: 1px solid #cccccc5e;
}

section.sec-6 .para p {
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #464c65;
    font-weight: 300;
    width: 55%;
    margin: 0 auto;
}

section.sec-6 .para span {
    font-size: 14px;
    color: #464c65;
}


/*////////////////////////////*/

section.sec-7.sec-6 {
    padding: 0px 0 100px;
}

section.sec-7.sec-6 .left-txt {
    margin-left: 100px;
}

img.shape {
    width: 4%;
}


/*///////////////////////////*/

/*.bg2 {
    position: relative;
    overflow: hidden;
}

.bg2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/home-sec1-bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index: -2;
}


.bg2 video.video2 {
    position: fixed;
    top: 0%;
    left: 0;
    z-index: -1;
    mix-blend-mode: lighten;
    height: 100%;
    width: 100%;
}*/

section.sec-8 {
    padding: 300px 0;
}

section.sec-8 h4 {
    padding-top: 15px;
    font-size: 18px;
    color: rgb(255 255 255 / .85);
    padding-bottom: 30px;
}

section.sec-8 h2 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
}

section.sec-8 p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}

section.sec-8 .btns ul li a {}

section.sec-8 .btns ul li a i{
    padding: 27px;
    position: relative;
    margin-right: 10px;
    font-size: 28px;
}


section.sec-8 .btns ul li a i::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(to right, #90298d, #ec4067);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    width: 80px;
    height: 80px;
    left: 0px;
}

section.sec-8 .btns ul li a i::before {content: var(--fa);}


/*////////////////////////////////////////*/

.bg2{
    background-image: linear-gradient(180deg, #0814381c 20%, #081438 100%);
}


section.sec-9 {
    
}

section.sec-9 .container {
    border-top: 1px solid #cccccc5e;
}

section.sec-9 .container .row {
    padding-top: 100px;
}

section.sec-9 img.shape {
    width: 15%;
}

section.sec-9 h4 {
    font-size: 14px;
    color: rgb(255 255 255 / .85);
    padding-top: 10px;
    text-transform: uppercase;
}

.key-content {}

section.sec-9 .key-content {}

section.sec-9 .key-content h2 {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
}

section.sec-9 .key-content .keys {}

section.sec-9 .key-content .keys h3 {
    font-size: 24px;
    color: #fff;
    line-height: 44px;
}

section.sec-9 .key-content .keys ul {
    margin-bottom: 50px;
}

section.sec-9 .key-content .keys ul li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

section.sec-9 .key-content .keys ul li a {
    color: #fff;
}

section.sec-9 .key-content .row {
    padding-top: 30px;
}

section.sec-9 .key-content .keys ul li a i {
    margin-left: 5px;
    transform: rotate(-45deg);
    color: rgb(236, 64, 103);
    transition: 0.3s;
}

section.sec-9 .key-content .keys ul li:hover a i {
    transform: unset;
}

section.sec-9 .key-content .keys ul li:hover a{
    color: rgb(236, 64, 103);
}


/*///////////////////////////////////*/


section.sec-10 img.shape {
    width: 15%;
}

section.sec-10 h4 {
    font-size: 14px;
    color: rgb(255 255 255 / .85);
    padding-top: 10px;
    text-transform: uppercase;
}


section.sec-10 {
    padding: 150px 0 100px;
}

section.sec-10 h2 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 58px;
}


section.sec-10 .faqlist {
    padding-top: 50px;
}

section.sec-10 .faqbg h2 {
    color: #fff;
    font-size: 58px;
}

section.sec-10 .faqlist .accordion {
}

section.sec-10 .faqlist .accordion .quest-section {
    position: relative;
    padding: 60px 0;
}

section.sec-10 .faqlist .accordion .quest-section a.quest-title {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 26px;
    position: relative;
}


section.sec-10 .faqlist .accordion .quest-section p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    padding: 0 0 20px;
    text-transform: capitalize;
}

section.sec-10 .faqlist .accordion .quest-section h3 {
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    font-weight: 700;
}


section.sec-10 .faqlist .accordion .quest-section ul li{
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    list-style-type: disc;
}

section.sec-10 .faqlist .accordion .quest-section ul li a{
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-decoration: underline;
}

section.sec-10 .faqlist .accordion .quest-section p a{
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-decoration: underline;
}

section.sec-10 .faqlist .quest-content {
    padding: 60px 0 0;
    display: none;
    margin-bottom: 0px;
    width: 100%;
}

section.sec-10 .faqlist .accordion .quest-section ul {
    list-style-type: disc;
    padding-left: 20px;
}


section.sec-10 .faqlist .accordion .quest-section a.quest-title::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(to right, #90298d, #ec4067);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    left: unset;
    transform: translate(0, -50%);
    transition: 0.3s;
}



section.sec-10 .faqlist .accordion .quest-section a.quest-title::after {
    content: "\f00d";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0px, -50%)  rotate(-90deg);
    font-family: FontAwesome;
    color: #ffffff;
    border-radius: 100px;
    padding: 1px 4px;
    font-size: 24px;
    transition: 0.3s;
}


section.sec-10 .faqlist .accordion .quest-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / .15);
    opacity: 0;
}

section.sec-10 .faqlist .accordion .quest-section:first-of-type::before {
    opacity: 1;
}


section.sec-10 .faqlist .accordion .quest-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / .15);
}


section.sec-10 .faqlist .accordion .quest-section:hover:before, section.sec-10 .faqlist .accordion .quest-section:hover:after{
    background: linear-gradient(to right,#90298d 0%,#ec4067 100%) !important;
    opacity: 1;
}


section.sec-10 .faqlist .accordion .quest-section:hover {}

section.sec-10 .faqlist .accordion .quest-section:hover a.quest-title::before {background: linear-gradient(to right, #90298d, #ec4067);mask: unset;}


section.sec-10 .faqlist .accordion .quest-section:hover a.quest-title::after {
    transform: translate(0px, -50%) rotate(0deg);
}

section.sec-10 .faqlist .accordion {}

section.sec-10 .faqlist .accordion h2 {
    padding: 60px 0 0;
}

section.sec-10 .faqlist .accordion .quest-section p strong {
    color: #fff;
}



/*///////////////////////////////////*/


.boxshadow {
    background-image: linear-gradient(180deg, #fff0 0%, #081438 15%);
}

.boxshadow footer{
    padding: 100px 0;
}


.boxshadow footer .logo {}

.boxshadow footer .logo img {
    width: 40%;
}

.boxshadow footer .ftr-btn {
    text-align: end;
}

.boxshadow footer .ftr-btn ul{
    margin-bottom: 0;
}

.boxshadow footer .ftr-btn ul li a:hover{
    color: #fff !important;
}



.boxshadow footer .bdr {
    padding: 50px 0;
    border-bottom: 1px solid #cccccc5e;
    margin-bottom: 50px;
}

.boxshadow footer .navigation {}

.boxshadow footer .navigation h4 {
}

.boxshadow footer .navigation ul {
    margin-bottom: 0;
}

.boxshadow footer .navigation ul li {
    margin-bottom: 10px;
}

.boxshadow footer .navigation ul li a {
    color: rgb(255 255 255 / .6);
}

.boxshadow footer .follow {}

.boxshadow footer .follow span {
    color: rgb(255 255 255 / .6);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.boxshadow footer .follow ul {
    display: flex;
    gap: 15px;
}

.boxshadow footer .follow ul li {
    margin-top: 10px;
}

.boxshadow footer .follow ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.boxshadow footer .follow ul li a i {
    margin-left: 5px;
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
    vertical-align: middle;
    color: rgb(236, 64, 103);
}

.boxshadow footer .follow h4 {
    color: #fff;
    font-size: 21px;
    padding: 0 0 10px;
}

.boxshadow footer .info {}

.boxshadow footer .info span {
    color: rgb(255 255 255 / .6);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.boxshadow footer .info ul {
    margin-top: 10px;
}

.boxshadow footer .info ul li {
    margin-bottom: 10px;
}

.boxshadow footer .info ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.boxshadow footer .info ul li a i {
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
    vertical-align: middle;
    margin-left: 5px;
    color: rgb(236, 64, 103);
}

span {}

.boxshadow footer .info h6 {}

.boxshadow footer .info h6 a {
    color: rgb(255 255 255 / .6);
    font-size: 14px;
    line-height: 24px;
}

.boxshadow footer .info h6 a i {
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
    vertical-align: middle;
    margin-left: 5px;
    color: rgb(236, 64, 103);
}

.boxshadow footer .navigation h4 a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.boxshadow footer .navigation h4 a i {
    margin-left: 5px;
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
    vertical-align: middle;
    color: rgb(236, 64, 103);
}

footer a:hover{
    color: rgb(236, 64, 103) !important;
}

a:hover i{
    transform: unset !important;
}




/*/////////////////Inner pages///////////////////*/

.bg4 {
    position: relative;
    overflow: hidden;
}

.bg4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/home-sec1-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index: 0;
}


section.inner-baner {
    position: relative;
    padding: 150px 0 100px;
    overflow: hidden;
}


section.inner-baner .txt {
    text-align: center;
    position: relative;
    z-index: 1;
}

section.inner-baner .txt img.shape {
    width: 3%;
}

section.inner-baner .txt h4 {
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
}

section.inner-baner .txt h2 {
    color: #fff;
    font-size: 72px;
    line-height: 82px;
    text-transform: uppercase;
    padding-top: 30px;
}

section.inner-baner .txt p {
    font-size: 24px;
    color: #fff;
    width: 50%;
    margin: 20px auto;
}

section.inner-baner .txt .btns {
}

section.inner-baner .txt .solar {}

section.inner-baner .txt .solar .solar-inner {}

section.inner-baner .txt .solar .solar-inner .solar-ellipse {}

section.inner-baner .txt .solar .solar-inner .solar-ellipse span {}




















.bg3 {
    position: relative;
    overflow: hidden;
}

.bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/home-sec1-bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index: -2;
}

.bg3 video {
    position: fixed;
    top: 0%;
    left: 0;
    z-index: -1;
    mix-blend-mode: lighten;
    height: 100%;
    width: 100%;
}

.bg3 section.sec-8 {
    padding: 150px;
}

section.inner-baner .txt .btns ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}


svg#svgRoot {
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    overflow: hidden;
    transform: scale(2);
}

.orbit {
  fill: none;
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 2;
}

.planet {
  fill: #081438;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;
  r: 25;
}



/*/////////////////partner-sec/////////////////////*/


section.partner-sec {
    padding: 100px 0;
}

section.partner-sec img.shape {
    width: 15%;
}

section.partner-sec h4 {
    font-size: 14px;
    color: #081438ba;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.partner-sec span {
    color: #081438ba;
    font-size: 14px;
}

section.partner-sec span a {
    color: #081438ba;
}

section.partner-sec h2 {
    margin-top: 30px;
    font-size: 48px;
    line-height: 58px;
    color: #081438;
    padding-bottom: 30px;
}

section.partner-sec p {
    font-size: 16px;
    color: #464c65;
    line-height: 32px;
}




/*//////////////Trusted Sec///////////////////////*/

section.sec5.trusted-sec {
    padding-bottom: 100px;
}

section.sec5.trusted-sec .head {
    text-align: center;
    padding-bottom: 30px;
}

section.sec5.trusted-sec .head img.shape {
    width: 2%;
}

section.sec5.trusted-sec .head h4 {
    font-size: 14px;
    color: #081438ba;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.sec5.trusted-sec .slick-slide {}

section.sec5.trusted-sec .slick-slide img {
    width: 50%;
}



/*//////////////////heretohelp/////////////////////////*/


section.heretohelp {
    padding: 50px 0 100px;
}

section.heretohelp .way {}

section.heretohelp .way .head {
    text-align: center;
    padding-bottom: 30px;
}

img.shape {}

section.heretohelp .way .head img.shape {
    width: 3%;
}

section.heretohelp .way .head h4 {
    font-size: 14px;
    color: #081438ba;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2 {}

section.heretohelp .way .head h2 {
    margin-top: 30px;
    font-size: 48px;
    line-height: 58px;
    color: #081438;
    padding-bottom: 30px;
}

section.heretohelp .way .txt {}

section.heretohelp .way .txt h2 {
    font-size: 36px;
}

section.heretohelp .way .txt p {
    font-size: 16px;
    color: #464c65;
    line-height: 32px;
}

section.heretohelp .way .txt li.btn2 {}

section.heretohelp .way .txt li.btn2 a {color: #081438;}

section.heretohelp .way .img {}

section.heretohelp .way .img img {}


section.heretohelp .way .mid {
    text-align: center;
    padding: 100px 0;
    border-bottom: 1px solid #ccc;
}

section.heretohelp .way .mid p {
    font-size: 24px;
    line-height: 40px;
    color: #464c65;
    font-weight: 300;
    width: 55%;
    margin: 0 auto;
}

section.heretohelp .way .mid span {
    display: block;
    font-size: 14px;
    color: #464c65;
    padding-top: 20px;
}

section.heretohelp .way .mid img {
    width: 5%;
    margin: 0 auto;
    border-radius: 100px;
}


section.heretohelp .way.way2 {
    padding-top: 100px;
}

section.heretohelp .way.way2 .txt {
    padding-left: 100px;
}


section.heretohelp .way.way3 {
    padding-top: 100px;
}

section.partner-sec.result {
    padding: 0;
}



/*//////////Website Platforms///////////////////*/


body.website-platform .boxshadow {
    background: #081438;
}


section.platform {
    padding: 100px 0;
}

section.platform .txt {
    text-align: center;
}

section.platform .txt h2 {
    font-size: 48px;
    color: #081438;
    padding-bottom: 50px;
}

section.platform .txt ul {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

section.platform .txt ul li {}

section.platform .txt ul li a {
    font-size: 20px;
    color: #081438;
    font-weight: 700;
}

section.platform .txt ul li a i {
    color: #ec4067;
    margin-left: 10px;
    transform: rotate(-45deg);
    font-size: 18px;
    transition: 0.3s;
    vertical-align: middle;
}

section.platform .txt ul li a:hover {
    color: #ec4067;
}

section.platform .txt ul li a:hover i {
    transform: unset;
}




/*/////////////Services////////////////*/

body.services .boxshadow {
    background: #081438;
}



/*///////////////Contact////////////////////////*/

section.contact-form {
    padding-bottom: 100px;
}

section.contact-form .formwrap {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

section.contact-form .formwrap form {}

section.contact-form .formwrap form .txtwrp {}

section.contact-form .formwrap form .txtwrp ul {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

section.contact-form .formwrap form .txtwrp ul li {}

section.contact-form .formwrap form .txtwrp ul li h2 {
    font-size: 35px;
    padding-bottom: 5px;
}

section.contact-form .formwrap form .txtwrp ul li p {
    font-size: 16px;
}

section.contact-form .formwrap form .txtwrp ul li img {
    width: 80%;
}

section.contact-form .formwrap form .txtwrp .lablewrp {}

section.contact-form .formwrap form .txtwrp .lablewrp input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ec4067;
}

section.contact-form .formwrap form .txtwrp .lablewrp {
    margin-bottom: 20px;
    position: relative;
}

section.contact-form .formwrap form .txtwrp .lablewrp select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ec4067;
    border-radius: 10px;
}

section.contact-form .formwrap form .txtwrp .lablewrp textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ec4067;
}

section.contact-form .formwrap form .txtwrp .check-list {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 20px;
}

section.contact-form .formwrap form .txtwrp .check-list label {
    font-size: 12px;
    margin-bottom: 0;
}

section.contact-form .formwrap form .txtwrp .lablewrp i {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    color: #ec4067;
}


.lablewrp select:focus-visible, .lablewrp textarea:focus-visible, .lablewrp input:focus-visible {
    outline: 0;
    border: 2px solid #ec4067 !important;
}

section.contact-form .formwrap form .txtwrp .lablewrp input.btnm {
    background: linear-gradient(to right, #90298d, #ec4067);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}



/*/////////menu////////////*/


header .menu ul li.act .drop-down {
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

header .menu ul li.act:hover .drop-down {
    width: 100%;
    padding-top: 20px;
    display: block;
    visibility: visible;
    opacity: 1;
}

header .menu ul li.act .drop-down .drop {
    background: #081438;
    padding: 50px;
    border-top: 1px solid #ec4067;
    border-radius: 10px;
}

header .menu ul li.act .drop-down .drop .drop-list {}

header .menu ul li.act .drop-down .drop .drop-list ul {
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

header .menu ul li.act .drop-down .drop .drop-list ul li {}

header .menu ul li.act .drop-down .drop .drop-list ul li a {
    font-size: 12px;
    font-weight: 400;
}

header .menu ul li.act .drop-down .drop .drop-list ul li a i {
    margin-left: 5px;
    transform: rotate(-45deg);
    font-size: 14px;
    transition: 0.3s;
    vertical-align: middle;
}

header .menu ul li.act .drop-down .drop .drop-list h4 {}

header .menu ul li.act .drop-down .drop .drop-list h4 a {
    font-size: 15px;
    text-decoration: underline;
}

header .menu ul li.act .drop-down .drop .drop-list h4 a:hover {
    color: #ec4067;
}

header .menu ul li.act .drop-down .drop .drop-list ul li:hover a {
    color: #ec4067;
}

header .menu ul li.act .drop-down .drop .drop-list ul li:hover a i {
    transform: unset;
    color: #ec4067;
}

header .menu ul li.act .drop-down span {
    position: relative;
    display: inline-block;
    width: 100%;
}

header .menu ul li.act .drop-down span::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -3px;
    width: 20px;
    height: 20px;
    border-top-left-radius: 2px;
    border-left: 1px solid #ec4067;
    border-top: 1px solid #ec4067;
    background-color: #08153c;
    transform: rotate(45deg);
    pointer-events: none;
}



/*/////////portfolio/////////////*/



.tabs{
    display: none !important;
}

.tabs.current{
    display: block !important;
}



.portfoliowrp {
    padding: 0px 0 100px;
}
.portfoliowrp .navwrp .tabbing-links {
    text-align: center;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.portfoliowrp .navwrp .tabbing-links li {
    color: #fff;
    margin: 0 3px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 12px 50px;
    border-radius: 100px;
}
.portfoliowrp .navwrp .tabbing-links li.current {
    border-bottom: 1px solid;
    background: linear-gradient(to right, #90298d, #ec4067);
}
.portfoliowrp .imgport {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.portfoliowrp .imgport li {
    display: inline-block;
    width: 23%;
    margin: 0 5px 15px;
    transition: 0.5s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.portfoliowrp .imgport li:hover {
    transform: scale(1.1);
}
.cta-main-1 .mainwerp .main-box ul li img,
.portfoliowrp .imgport li img {
    width: 100%;
    border-radius: 10px;
}
.portfoliowrp .btnwrp {
    text-align: center;
    display: block;
    margin: 50px 0 0;
}
.portfoliowrp .tabs.tabs-web-dsgn li {
    transition: 7s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    border-radius: 10px;
}
.portfoliowrp .tabs.tabs-web-dsgn li:hover {
    transform: unset;
}


.portfoliowrp .btns {
    margin-top: 30px;
}

.portfoliowrp .btns ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}



/*//////////////Packages////////////////////*/

.packagewrp {
    position: relative;
    padding: 100px 0 0px;
    overflow: hidden;
    background: #fff;
}

.packagewrp .tabingwrp ul {
    margin: 20px 0 50px;
    display: block;
    text-align: center;
}
.packagewrp .tabingwrp ul li {
    display: inline-block;
    margin: 0 4px 10px;
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 17px;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.4s;
    border: 1px solid #ec4067;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 12;
}
.packagewrp .tabingwrp ul li.current {
    background: linear-gradient(to right, #90298d, #ec4067);
    color: #fff;
    transition: 0.4s;
    border: 2px solid #f95f57;
    font-weight: 600;
}
.packagewrp .txtwrp {
    display: block;
    padding: 0 0 20px;
}
.packagewrp .btnwrp a {
    font-size: 18px;
    margin: 0 0 0 30px;
    color: #222;
    font-weight: 600;
}
.packagewrp .btnwrp a i {
    color: #fa130d;
}
.titlebox {
    color: #fff;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: 20px;
}

.titlebox h4,
.titlebox span {
    display: inline-block;
    margin: 0 11px 0 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #000;
}
a.chatcta,
a.numbercta {
    margin-right: 20px;
    font-size: 20px;
}
section.packagewrp .titlebox h4 + p {
    width: auto;
    text-align: left;
    margin: inherit;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox {
    padding: 20px 0px;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px solid #ec4067;
    width: 100%;
    width: 90%;
    sition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    position: relative;
    margin: -20px auto 0;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox h3,
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox span {
    display: inline-block;
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #ec4067;
    padding-right: 10px;
}
.package-off {
    background-color: #000;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    background: linear-gradient(to right, #90298d, #ec4067);
    color: #fff;
    position: absolute;
    top: 0;
    right: -23px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
}
section.packagewrp .package-off span {
    font-size: 14px !important;
    color: #fff !important;
}
.package-off strike {
    position: initial;
    right: initial;
    color: #fff;
}
section.packagewrp .col-md-4 {
    margin: 20px 10px;
    float: none;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    max-width: 31%;
    border: 1.5px solid #ec4067;
    background: #fff;
    position: relative;
    z-index: 11;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox ul {
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 0;
    height: 213px;
    overflow: auto;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 17px;
    list-style: none;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox ul li:before {
    content: "\f00c";
    display: inline-block;
    font: 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    content: \f00c;
    color: #ec4067;
    top: 5px;
}
section.packagewrp [class^="col-md-4"] > div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #ec4067;
    top: -1px;
}
a.vm-btn {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    cursor: context-menu;
}
section.packagewrp a.grad-btn {
    margin: 10px 0 0;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    padding: 12px 40px;
    font-size: 14px;
    background: linear-gradient(to right, #90298d, #ec4067);
}
section.packagewrp a.chat {
    display: inline-block;
    vertical-align: middle;
}
section.packagewrp a.chat span {
    display: block;
    color: #ec4067;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    padding-left: 20px;
    animation: 1s step-start infinite blinker;
}
section.packagewrp a.chat span small {
    display: block;
    font-size: 10px;
    color: #8a8a8a;
    font-weight: 600;
}
a.vm-btn:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 1px;
    background: #ec4067;
}

section.packagewrp [class^="col-md-4"] > div.pkgbox ul li strong {
    font-weight: unset;
}

.packagewrp .txtwrp p.main-pera {
    font-size: 16px;
}





/*/////////////work////////////////*/

body.work .boxshadow {
    background: #081438;
}


body.work {}

body.work {}

body.work section.portfoliowrp {
    padding: 100px 0;
}

body.work section.portfoliowrp .navwrp {}

body.work section.portfoliowrp .navwrp ul.tabbing-links {}

body.work section.portfoliowrp .navwrp ul.tabbing-links li {
    border: 1px solid #E91E63;
    color: #464c65;
}

body.work section.portfoliowrp .navwrp ul.tabbing-links li.current{
    color: #fff;
}

body.work section.portfoliowrp .btns {}

body.work section.portfoliowrp .btns ul {}

body.work section.portfoliowrp .btns ul li {}

body.work section.portfoliowrp .btns ul li a {
    color: #464c65;
}

body.work section.portfoliowrp .btns ul li a i {
    color: #E91E63;
}


body.work section.portfoliowrp .btns ul li.bttn a{
    color: #464c65;
}

body.work section.portfoliowrp .btns ul li.bttn a:hover{
    color: #fff;
}

body.work section.portfoliowrp .btns ul li.btn2 a:hover{
    color: #E91E63;
}

body.work section.portfoliowrp .btns ul li.bttn a:hover i{
    color: #fff;
}



/*///////////////////packages page///////////////////////*/


body.packages .boxshadow {
    background: #081438;
}

body.packages {}

body.packages section.packagewrp {
    padding-bottom: 100px;
}






/*////////////////////Media Query////////////////////////////*/

@media (max-width:1440px){

    section.sec-6 .right-txt .counter ul {
    gap: 20px;
}

.container {
        max-width: 1366px;
    }


    header .menu ul{
    gap: 40px;
}

}


@media (max-width:1366px){

    header .menu ul {
    gap: 30px;
}

.container {
        max-width: 1280px;
    }


    section.sec1 h2 {
    font-size: 100px;
}


section.sec1 p {
    width: 60%;
    padding-left: 5px;
}

section.sec1 .btns ul {
    padding-left: 0;
}



}


@media (max-width:1280px){

    .portfoliowrp .navwrp .tabbing-links li {
    padding: 10px 30px;
}

.counter ul li h2 {
    font-size: 28px;
    padding-bottom: 5px;
}

.counter ul li h2 span.count {
    font-size: 32px;
}


header .menu ul {
    gap: 35px;
}

section.sec3 .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
}

    .container {
        max-width: 1200px;
    }

       section.sec2 .col-md-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }


        header .menu ul {
        gap: 30px;
    }


    section.sec-9 h2 {
    font-size: 36px !important;
}

section.sec-10 h2 {
    font-size: 36px !important;
}

section.sec-8 h2 {
    font-size: 36px;
    line-height: 46px;
}



}


@media (max-width:1200px){

    section.sec1 h2 span {
    margin-left: 10px;
}

.container {
        max-width: 1140px;
    }

        header .menu ul {
        gap: 25px;
    }


    section.sec1 h2 {
        font-size: 85px;
    }

    section.sec-7.sec-6 .left-txt {
    margin-left: 30px;
}


section.sec-6 .head h2 {
    font-size: 36px;
    line-height: 46px;
}


section.sec-6 .left-txt h2 {
    font-size: 32px;
    line-height: 42px;
}

.packagewrp h2.main-heading {
    font-size: 36px;
    line-height: 46px;
}



}



@media (max-width:1140px){

        section.sec1 p {
        width: 67%;
    }

header .col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-4 {}

header .col-md-8 {
    flex: 0 0 75%;
    max-width: 75%;
}

header {
    padding: 30px 60px;
}

header .logo a img {
    width: 80%;
}

section.sec2 .col-md-6, section.sec3 .col-md-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }

section.sec-8 .col-md-6 {
    flex: 0 0 70%;
    max-width: 70%;
}

section.sec-9 .col-md-2, section.sec-9 .col-md-10, section.sec-10 .col-md-2, section.sec-10 .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

section.sec-9 img.shape, section.sec-10 img.shape {
    width: 3%;
}

section.sec-8 h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
}

section.sec-9 .key-content h2 {
    font-size: 32px;
    line-height: 42px;
}

section.sec-10 h2 {
    font-size: 32px;
    line-height: 42px;
}


.container {
        max-width: 1080px;
    }


    section.sec-8 h2 {
        font-size: 32px;
        line-height: 42px;
    }


    section.sec-9 .key-content .col-md-6 {
    flex: 0 0 33%;
    max-width: 33%;
}






}



@media (max-width:1024px){

    header .menu ul {
        gap: 14px;
    }

    section.sec1 h2 {
    font-size: 100px;
}

.portfoliowrp .navwrp .tabbing-links li {
        padding: 8px 20px;
    }

    .portfoliowrp .navwrp .tabbing-links {
    gap: 10px;
}

section.packagewrp [class^="col-md-4"] > div.pkgbox {
    width: 85%;
}

section.packagewrp a.grad-btn {
    padding: 10px 30px;
}

.titlebox span {
    margin: 0 0px 0 0;
    font-size: 19px;
}



}


@media (max-width:992px){

        header .menu ul {
        gap: 10px;
    }


           section.sec1 h2 {
        font-size: 80px;
    }

        section.sec2 .col-md-6, section.sec3 .col-md-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .container {
        max-width: 900px;
    }

    .bg3 section.sec-8 {
    padding: 150px 0;
}

section.inner-baner .txt p {
    width: 90%;
}



}



@media (max-width:991px){

    header .menu {
    display: none;
}

.mobile-nav nav li a.active {
    color: #ffffff;
    background: #ec4067;
}

.mobile-nav-btn.active .lines::after {
    content: unset;
}


.mobile-nav-btn.active span.lines {
    transform: rotate(45deg);
}

.mobile-nav-btn.active span.lines::before {
    transform: rotate(-90deg);
    top: 6px !important;
    left: 6px;
}




}


@media (max-width:768px){

        header .logo a img {
        width: 100%;
    }

    .mobile-nav-btn {
    right: 50px;
}

section.sec1 h2 {
        font-size: 60px;
    }

        .container {
        max-width: 650px;
    }


    section.sec2 .col-md-6, section.sec3 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .portfoliowrp .navwrp .tabbing-links {
    flex-wrap: wrap;
    gap: 20px !important;
}

.portfoliowrp .imgport li {
    width: 30%;
    margin: 0 10px 15px;
}

section.packagewrp .col-md-4 {
    max-width: 46%;
    flex: 0 0 46%;
}

section.sec-6 .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

section.sec-6 .left-txt {
    text-align: center;
}

section.sec-6 .para p {
    width: 100%;
}

section.sec-6 {
    padding: 100px 0 0;
}

section.sec-7.sec-6 {
    padding: 0px 0 0px;
}

    section.sec-8 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    section.sec-9 .key-content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}


section.sec-10 .faqlist .accordion .quest-section a.quest-title::after {
    right: -41px;
}

section.sec-10 .faqlist .accordion .quest-section a.quest-title::before {
    right: -60px;
}

section.sec-10 .faqlist .accordion .quest-section {
    padding-right: 70px;
}


footer .row.bdr .col {
    max-width: 50%;
    flex: 0 0 50%;
}

footer .row .col-md-9, footer .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}


section.inner-baner .txt h2 {
    font-size: 60px;
    line-height: 70px;
}

section.inner-baner .txt p {
    font-size: 20px;
    width: 100%;
}


section.partner-sec .col-md-2, section.partner-sec .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

img.shape {
    width: 6% !important;
}

section.heretohelp .way .head h2 {
    font-size: 36px;
    line-height: 46px;
}

section.heretohelp .way .col-md-7, section.heretohelp .way .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

section.heretohelp .way {
    text-align: center;
}

section.partner-sec {
    text-align: center;
}

section.partner-sec h2 {
    font-size: 36px;
    line-height: 46px;
}

section.heretohelp .way.way2 .txt {
    padding-left: 0;
}

section.heretohelp .way .txt h2 {
    font-size: 32px;
}

section.partner-sec.result .col-md-2, section.partner-sec.result .col-md-7, section.partner-sec.result .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.bg3 section.sec-8 {
    padding: 100px 0;
    text-align: center;
}


section.sec-8 {
    padding: 100px 0;
    text-align: center;
}


body.privacy section.sec-6 {
    padding: 50px 0 25px;
}







}




@media (max-width:767px){

        section.sec1 h2 {
        font-size: 50px;
        text-align: center;
    }

    section.sec1 h2 span {
    justify-content: center;
}

    section.sec1 h2 {
        font-size: 50px;
        text-align: center;
    }


    section.sec1 .btns ul {
    justify-content: center;
}

    section.sec1 p {
        width: 100%;
        text-align: center;
    }

    section.sec2 h2, section.sec2 p{
        text-align: center;
    }

    section.sec3 {
    text-align: center;
}


.counter ul {
    justify-content: space-between;
}

.counter ul li{
    text-align: center;
}


section.sec-8 {
    text-align: center;
}


section.packagewrp .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }


    .packagewrp .tabingwrp ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}


footer .row .col {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}


.portfoliowrp .imgport li {
        width: 47%;
}

packagewrp .titlebox {
    text-align: center;
}

img.shape {
    width: 7% !important;
}

section.partner-sec {
    padding: 50px 0 0;
    text-align: center;
}

section.sec5.trusted-sec {
    padding-bottom: 50px;
}

section.heretohelp .way {
    text-align: center;
}


section.heretohelp .way.way2 .txt {
    padding-left: 0;
}

section.heretohelp .way.way3 {
    padding-top: 50px;
}

section.heretohelp {
    padding: 50px 0 50px;
}

.bg3 section.sec-8 {
    padding: 50px 0;
}


section.heretohelp .way.way2 .row {
    flex-direction: column-reverse;
}





}




@media (max-width:560px){

        header .logo a img {
        transform: scale(2);
    }


    .mobile-nav-btn {
    top: 30px;
}

section.sec1 h2 {
        font-size: 40px;
    }


    p{
        font-size: 16px !important;
        line-height: 26px !important;
        width: 95% !important;
        margin: 0 auto !important;
    }


    h2 {
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 0px !important;
}

.portfoliowrp .imgport li {
        width: 90%;
    }

    section.packagewrp .col-md-4 {
        max-width: 95%;
        flex: 0 0 95%;
    }

    section.sec-6 .right-txt .counter ul li p {
    font-size: 14px !important;
}

section.sec-9 .key-content h2 {
    font-size: 28px !important;
}


section.sec-9 .key-content .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    section.sec-9 {
    text-align: center;
}


    section.sec-10 h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }


    section.sec-10 {
    text-align: center;
}

    section.sec-10 .faqlist .accordion .quest-section {
        text-align: left;
    }



    section.sec1 {
    padding: 150px 0 0px;
}

section.sec1 h2 br {
    display: none;
}

section.sec1 h2 span {
    display: inline;
}

section.sec1 h2 span::before {
    content: unset;
}

section.sec2 {
    padding: 120px 0 0;
}

section.sec3 {
    padding: 100px 0 0;
}


section.sec5 {
    padding: 50px 0 100px;
}

section.sec-8 {
    padding: 100px 0;
}


section.sec-10 {
    padding: 150px 0 0px;
}


section.sec-10 .faqlist .accordion .quest-section a.quest-title {
    font-size: 21px;
    padding-right: 20px;
    line-height: 31px;
}


.boxshadow footer {
    padding: 100px 0 20px;
}

    section.sec-6 .right-txt .counter ul {
        gap: 40px;
        justify-content: center;
    }

    .packagewrp {
    padding: 100px 0 50px;
}


    section.sec-6 {
        padding: 50px 0 0;
    }


    .mobile-nav-btn {
    top: 30px !important;
}

section.sec1 .btns {
    margin-top: 30px;
}


section.sec5 .slick-slide .inner img {
    width: 100%;
}



section.sec1 h2 span {
        margin: 0 5px;
    }


    .packagewrp .txtwrp h4.upr-head {
    font-size: 18px;
}

    section.sec-10 h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

        section.sec-9 .key-content h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }





}



@media (max-width:480px){

    header .logo a img {
        transform: scale(2.5);
    }

    h2{
        font-size: 22px !important;
        line-height: 32px !important;
    }

    li.bttn a {
    padding: 12px 25px;
}


    p {
        font-size: 12px !important;
        line-height: 22px !important;
        width: 100% !important;
    }


    img.shape {
    width: 8% !important;
}

    section.sec-10 {
        padding: 50px 0 0px;
    }

        section.sec-6 .right-txt .counter ul {
        gap: 20px;
    }

        section.sec-6 .right-txt .counter ul li p {
        font-size: 12px !important;
    }

    .counter ul {
    gap: 20px;
    justify-content: center !important;
}


section.sec-9 .key-content .keys h3 {
    font-size: 21px;
    line-height: 41px;
}


section.sec-10 .faqlist .accordion .quest-section a.quest-title {
        font-size: 18px;
        line-height: 28px;
    }

        .counter ul li h2 span.count {
        font-size: 24px;
        line-height: 34px;
    }


    section.inner-baner {
    padding: 150px 15px 100px;
}

section.inner-baner .txt .btns {
    margin-top: 20px;
}


section.sec-6 .left-txt p {
    padding-right: 0px;
}

    section.sec-6 {
        padding: 0px 0 0;
    }

    section.sec-7.sec-6 .left-txt {
        margin-left: 0px;
    }


    body.work section.portfoliowrp {
    padding: 50px 0;
}

section.partner-sec {
    padding: 50px 0 0;
    text-align: center;
}

section.sec5.trusted-sec {
    padding-bottom: 0px;
}

section.heretohelp {
    padding: 50px 0 50px;
    text-align: center;
}


section.heretohelp .way.way2 .txt {
    padding-left: 0px;
}

section.heretohelp .way.way2 {
    padding-top: 50px;
}

section.heretohelp .way .mid {
    padding: 50px 0;
}


section.heretohelp .way.way3 {
    padding-top: 50px;
}


.bg3 section.sec-8 {
    padding: 50px 0px;
}
        


}




@media (max-width:360px){

    section.sec1 .btns ul {
    gap: 20px;
    padding-left: 0px;
}

section.sec1 .btns {
        margin-top: 10px;
    }


        h2 {
        font-size: 21px !important;
        line-height: 31px !important;
    }

        .counter ul {
        gap: 20px;
        flex-wrap: wrap;
    }


        header .logo a img {
        transform: scale(4);
    }

        section.sec-9 .key-content h2 {
        font-size: 21px !important;
        line-height: 31px !important;
    }

        section.sec-10 h2 {
        font-size: 21px !important;
        line-height: 31px !important;
    }





}

















/*////////////////////////////////////////////*/













/* popup */

.popup_form {
    position: fixed;
    top: 50%;
    width: 60%;
    margin: 0 auto;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
}

.popup_form > .popup_form_inner {
    position: relative;
    height: 550px;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 17px 2px #00000014;
}

.popup_form > .popup_form_inner>span.close_popup {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #ec4067;
    color: #fff;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 800;
    z-index: 999;
}

.popup_form > .popup_form_inner .popup_img_wrp > img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.popup_form > .popup_form_inner .popup_img_wrp {
    height: 550px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.popup_form > .popup_form_inner > .row {
    align-items: center;
}

.popup_form > .popup_form_inner .popup_form_wrpp {
     padding-right:40px; 
     padding-left:20px; 
}

.popup_form > .popup_form_inner .popup_form_wrpp > h3 {
    font-size: 57px;
    color: #000;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
    padding: 0;
}

.popup_form > .popup_form_inner .popup_form_wrpp > p {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    padding: 0;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ec4067;
    background: transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form input::placeholder {
    color: #000;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ec4067;
    color: #000;
    font-size: 16px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form select option {
  background: #ec4067;
  color: #fff;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form select:focus {
    box-shadow: none;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
    resize: none;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    border-color: #ec4067;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form textarea::placeholder {
    color: #000;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button {
    border: navajowhite;
    width: 100%;
    height: 50px;
    background: #ec4067;
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button:hover {box-shadow: inset 0 0 20px 4px #cb2d17;}

.overlay {
    background-color: rgb(0 0 0 / 76%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
}

.popup_form > .popup_form_inner .popup_img_wrp>img.pop2 {
    position: absolute;
    left: -50px;
    top: 20px;
    width: 110px;
}

.popup_form > .popup_form_inner:after {
    position: absolute;
    content: "";
    background: #ec4067;
    width: 33%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button>i {position: absolute;right: 0;}

.popup_form > .popup_form_inner .popup_form_wrpp > form button>i:after {
    z-index: -1;
    height: 50px;
    width: 50px;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button>i:before {
    z-index: 2;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button:hover>i:after {
    transform: scale(22);
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button {
    z-index: 1;
}

.popup_form > .popup_form_inner .popup_form_wrpp > form button:hover>i {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 9px 0px #cb2d17;
}

/* popup */



section.contact-form .formwrap form .txtwrp ul li:nth-child(1) {
    width: 10%;
}

section.contact-form .formwrap form .txtwrp ul li:nth-child(1) img {
    width: 100%;
}




body.privacy .boxshadow {
    background: #081438;
}

.mobile-nav-btn {
    z-index: 99999999;
    top: 40px;
}

.mobile-nav-btn span {
    background-color: #ec4067;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after{
    background-color: #ec4067;
}


.mobile-nav a.logo-main img {
    width: 30%;
}





