html {
  scroll-behavior: smooth;
}
/* @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: Blauer Nue; }
* { 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: Blauer-Nue-Light;color: var(--default-color);font-size:var(--base-font-size);position: relative;overflow-x: hidden;}

/* font family */
.ff-primary { font-family: Blauer Nue; }
.ff-secondary { font-family: Franie Test; }

/* 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: Franie Test;}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{ font-family: Franie Test; 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: #687087;}

/*** 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;pointer-events: none;}
/*img { max-width: 100%;  }*/
a { 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); }


@media (min-width: 576px) {
  .container-cst {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-cst {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-cst {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-cst {
    max-width: 1300px;
  }

  .contact_sec .txtwrp h2 {
    padding: 30px 0px 10px 10px !important;
}


}

@media (min-width: 1400px) {
  .container-cst {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1600px) {
  .container-cst {
    padding: 0 5%;
  }
}

.container-cst {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nopad {
   padding: 0 !important;
}
.nomargin{
    margin: 0 !important;
}

/* header 
------------------------------------*/
.mobile-nav .abs_img{
    position: absolute;
    top: -20px;
    transform: rotate(158deg);
    right: -90px;
    width: 250px;
}
.mobile-nav .abs_img2{
    position: absolute;
    bottom: 20px;
    right: -90px;
    width: 250px;
}

.mobile-nav nav li {
    text-align: right;
}
.hdr_right{
}
.mobile_navmain{position: relative;}
header{padding: 25px 5% 20px;position: absolute;width:100%;z-index: 999999;transition: 1s all;}
/*header.showmenu{
    position: fixed;
    transition: 1s all;
    background: #fff;
    padding: 25px 5% 0px;
}*/
header .row{padding-bottom: 20px}
header .logowrp{}
header .logowrp img{
    width: 150px;
}
header .navwrp{}
header .navwrp ul{display: none;text-align: center;margin: 0}
header .navwrp ul li{display: inline-block;margin: 0 0 0 40px;}
header .navwrp ul li a{font-size: 20px;color: #fff;position: relative;}
header .navwrp ul li a img {margin-left: 30px; }
header .navwrp ul li a:after{content: "";position: absolute;width: 10px;height: 10px;background: #8DC6B3;border-radius: 100px;left: -20px;top: 50%;transform: translate(0px, -50%);display: none;transition: .5s all}
header .navwrp ul li a:hover:after{display: block;transition: .5s all}
header .btnwrp a{background: transparent;border: 2px solid #00FFE6;}
.btnwrp a {font-size: 18px;color: #000000;/* background-color: #000; */padding: 12px 20px 12px 25px;border-radius: 50px;transition: 0.4s;border: 1px solid #00FFE6;background: #00FFE6;display: inline-block;font-weight: 500;}
.btnwrp a img {width: 35px;margin-left: 20px;}
.btnwrp a:hover{background: transparent;transform: scale(1.1);color: #00FFE6;}

/* Banner 
------------------------------------*/
.home-bannerwrp{position: relative;padding: 200px 0 150px;overflow: hidden;}
.home-bannerwrp img.angle_img{position: absolute;top: 0px;left: -10px;animation: Yaxis infinite ease-in-out 5s;}
.home-bannerwrp img.angle_img2{position: absolute;bottom: 0px;left: -10px;z-index: 9;}
.home-bannerwrp img.angle_img3{position: absolute;top: -110px;right: -260px;z-index: 9;}
.home-bannerwrp .myVideo {width: 100%;object-fit: cover;z-index: -1;position: absolute;top: 0;left: 0;height: 100%;}
/*.home-bannerwrp .myVideo:before{content: "";background: url(../images/banner-before.png);position: absolute;bottom: 0;width: 100%;height: 100%;}*/
.home-bannerwrp .txtwrp{text-align: center;width: 65%;margin: auto;z-index: 99;}
.home-bannerwrp .txtwrp h1{font-size: 30px;color: #1B1B1B;font-weight: 400;text-transform: uppercase;margin-bottom: 20px;letter-spacing: 3px;}
.home-bannerwrp .txtwrp h1 img{margin: 0 10px; width: 180px; }
.home-bannerwrp .txtwrp h1 span{color: #00D5C0;}
.home-bannerwrp .txtwrp h2{font-size: 190px;color: #1B1B1B;padding: 10px 0;line-height: 180px;text-transform: uppercase;font-weight: 700;/* display: flex; */letter-spacing: -6px;}
.home-bannerwrp .txtwrp h2.myhead2{line-height: 0.4; -webkit-text-stroke-width: 8px; -webkit-text-stroke-color: #FFF; letter-spacing: -18.74px; font-weight: 800; color: #000; }
.home-bannerwrp .txtwrp h2.myhead2 img{animation: Yaxis infinite ease-in-out 3s;width: 70px;height: 65px;position: absolute;left: 20px;bottom: 0px}
.home-bannerwrp .txtwrp h3{font-size: 100px; line-height: 110px; font-weight: 700; margin: 33px 0 0; color: #000; text-transform: uppercase; position: relative; display: inline-block; }
.home-bannerwrp .txtwrp h3:before{content: "";background: #00FFE6;height: 140px;width: 137%;position: absolute;z-index: -1;border: 7px solid #fff;top: -20%;left: 50%;transform: translateX(-50%);}
.home-bannerwrp .txtwrp p{font-size: 20px;line-height: 33px;}
.home-bannerwrp .txtwrp h2 span{font-weight: 700;}
.home-bannerwrp .txtwrp h2 span.sp2{color: #000; background: #00FFE6; font-size: 110px; border: 7px solid #fff; }
.home-bannerwrp .txtwrp p{margin: auto;}
.home-bannerwrp .btnwrp{margin: 10px 0;}
.home-bannerwrp img.abs_img{position: absolute;bottom: 0;z-index: 0;width: 100%;z-index: 1;}
/*.home-bannerwrp:after {content: ""; z-index: -1; position: absolute; background: url(../images/frame-2147223939.png); width: 100%; height: 100%; top: 0; background-repeat: no-repeat; background-size: cover; background-position: center; }*/

@keyframes animName {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }
 @keyframes Yaxis {
    0% {
        transform: translateY(-3rem);
/*        filter: blur(5px)*/
    }

    50% {
        transform: translateY(0);
/*        filter: blur(0px)*/
    }

    100% {
        transform: translateY(-3rem);
/*        filter: blur(10px)*/
    }
}

.txtwrp h2 span{color: #00FFE6;font-weight: 800;}
.txtwrp p{font-size: 18px;color: #1B1B1B;padding: 10px 0 20px;}


.home-bannerwrp svg{position: absolute;bottom: 0;width: 500px}




.frstfold{position: relative;padding: 0 5%;overflow: hidden;}
.frstfold img.angle_img{position: absolute;top: 0px;right: -40px;display: none;}
.frstfold .txtwrp{position: relative;display: block;padding: 100px 0 0;}
.frstfold .txtwrp .bg_img{position: absolute;height: 100%;width: 40%;top: 0;}
.frstfold .txtwrp h2{font-size: 210px;color: #000;padding: 10px 0;line-height: 210px;text-transform: uppercase;font-weight: 700;/* display: inline-flex; *//* margin-top: 100px; */text-align: left;}
.frstfold .txtright{width: 70%; display: block; position: relative; left: 185px; margin: 0 auto; }
.frstfold .txtwrp h2.myhead2{color: #00FFE6;-webkit-text-stroke-width: 4.93px;-webkit-text-stroke-color: #FFF;position: relative;line-height: 180px;font-weight: 800;font-size: 210px;margin-top: 0;letter-spacing: -9px;text-align: right;display: inline-block;}
.frstfold .txtwrp h3{font-size: 60px;line-height: 70px;font-weight: 500;color: #000;text-transform: uppercase;position: relative;display: inline-block;letter-spacing: 12px;right: -10px;}
.frstfold .imgwrp{}
.frstfold .imgwrp img{width: 100%;}
.frstfold .txtwrpinnr{}
.frstfold .txtwrpinnr p{font-size: 18px; color: #070707; }
.frstfold img.abs_img2{position: absolute; z-index: 1; bottom: 0; left: 0px; }







.videosec{position: relative;padding: 100px 0 0;overflow: hidden;z-index: 1;}
.videosec:before{content: "";background: #141414;width: 100%;height: 60%;position: absolute;top: 0;z-index: -1;}
.videosec:after{content: "";background: url(../images/video-sec-after.png);position: absolute;width: 100%;height: 100%;bottom: -100px;right: 0px;background-repeat: no-repeat;z-index: -1;}
.videosec img.angle_img{position: absolute;top: 20px;left: -50px;animation: animName linear infinite 18s;width: 250px;}
.videosec img.angle_img2{position: absolute;bottom: 250px;right: -10px;animation: Yaxis infinite ease-in-out 5s;width: 240px;}
.videosec .videowrp{}
.videosec .videowrp video{width: 100%;border-radius: 12px;border: 5px solid #00FFE6;}
.videosec .txtwrp{width: 80%;display: block;margin: 0 auto 110px;}
.videosec .txtwrp h2{font-size: 180px;color: #00FFE6;padding: 10px 0;line-height: 180px;text-transform: uppercase;font-weight: 700;/* display: inline-flex; */-webkit-text-stroke-width: 6.93px;-webkit-text-stroke-color: #1A1A1A;letter-spacing: -14px;text-align: left;}
.videosec .txtwrp h3 {font-size: 100px;line-height: 100px;font-weight: 700;margin: 20px 0 0;color: #fff;text-transform: uppercase;position: relative;padding: 0;}
.videosec .txtwrp h3:before{content: "";background: #00FFE6;height: 160px;width: 150%;position: absolute;z-index: -1;/* border: 7px solid #fff; */top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
.videosec .txtright{
    display: flex;
    align-items: center;
    gap: 100px;
    position: relative;
    top: -45px;
    float: right;
    right: 125px;
}



.services_sec{position: relative;padding: 150px 1% 0;}
.services_sec img.abs_img1{position: absolute;top: 70px;left: 0px;width: 300px;transform: rotateY(180deg);z-index: -1;}
.services_sec img.abs_img2{position: absolute;right: 0;top: 70px;width: 300px;z-index: -1;}
.services_sec img.abs_img3{position: absolute;right: 16px;bottom: 0;width: 100%;}
.services_sec .txtwrp{margin: 0 0 50px; }
.services_sec .txtwrp h2{font-size: 140px; line-height: 90px; text-align: center;letter-spacing: -6px; }
.services_sec .txtwrp h2 span{-webkit-text-stroke-width: 5px; -webkit-text-stroke-color: #FFF; }
.services_sec .mainwrp{background: #101010 url(../images/Group1597883815.png);border-radius: 16px;padding: 30px;background-position: 100%;background-repeat: no-repeat;background-size: cover;}
.services_sec .mainboxwrp{background: #2D2D2D; padding: 30px 20px 10px; border-radius: 16px; transition: .5s all; margin-bottom: 30px; height: 530px; display: flex; flex-direction: column; justify-content: space-evenly; }
.services_sec .mainboxwrp .hdngwrp{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #444444; }
.services_sec .mainboxwrp .hdngwrp h4{color: #00FFE6; font-size: 35px; font-weight: 700; text-transform: uppercase; }
.services_sec .mainboxwrp .hdngwrp .iconimg{background: #444444; padding: 20px; border-radius: 100%; }
.services_sec .mainboxwrp .hdngwrp .iconimg img{width: 30px; height: 30px; }
.services_sec .mainboxwrp p{font-size: 16px; color: #E2E2E2; padding: 14px 0; }
.services_sec .mainboxwrp img{width: 100%;filter: grayscale(1); }
.services_sec .mainboxwrp:hover{background: #00FFE6;border-bottom-left-radius: 74px;}
.services_sec .mainboxwrp:hover h4{color: #000}
.services_sec .mainboxwrp:hover p{color: #000}
.services_sec .mainboxwrp:hover img{filter:unset;border-bottom-left-radius: 74px;}
.services_sec .mainboxwrp:hover .iconimg{background: #000}
.services_sec .mainboxwrp:hover .iconimg img{filter:brightness(0) saturate(100%) invert(92%) sepia(76%) saturate(5525%) hue-rotate(88deg) brightness(109%) contrast(101%);border-radius: unset;}


.product_sec{padding: 150px 0 0;position: relative;overflow:hidden;}
.product_sec .txtwrp{display: block; margin: 0 0 100px; }
.product_sec .txtwrp h2{font-size: 110px; line-height: 80px; text-align: center; text-transform: uppercase; -webkit-text-stroke-width: 3px; -webkit-text-stroke-color: #FFF; position: relative; }
.product_sec .txtwrp h2 span{background: #00FFE6;color: #fff;z-index: -1;padding: 30px 0 5px;top: 30px;-webkit-text-stroke-width: 0px;font-weight: 700;position: absolute;top: 70%;left: 50%;transform: translate(-50%, 0px);}
.product_sec .mainwrp{padding: 50px 0 0}

.contact_sec{position: relative;padding: 100px 0;}
.contact_sec .abs_img{position: absolute;content: "";top: 0; /*    animation: myAnim 1s infinite ease-in-out*/ }
.contact_sec .txtwrp{}
.contact_sec .txtwrp h2{font-size: 140px; line-height: 90px; text-align: left; background: #00FFE6; color: #fff; padding: 40px 0px 10px 10px; }
.contact_sec .txtwrp h2.myhead2{text-align: right;-webkit-text-stroke-width: 3px;-webkit-text-stroke-color: #FFF;font-weight: 700;background: unset;color: #000;padding: unset;line-height: 0.9;}
.contact_sec .txtwrp p{text-align: right; }
.contact_sec .formwrp{background: #000; padding: 50px 30px 90px; border: 5px solid #00FFE6; border-radius: 16px; position: relative; }
.contact_sec .txtwrp .abs_img2{position: absolute; right: -290px; width: 700px; bottom: 0; }
.contact_sec .formwrp .txtwrp{text-align: center;margin-bottom: 30px;}
.contact_sec .formwrp .abs_img3{position: absolute;right: 0px;width: 590px;bottom: 0;}
.contact_sec .formwrp h3{font-size: 45px; color: #fff;text-transform:uppercase; }
.contact_sec .formwrp .txtwrp img{animation: rotateRound 1s infinite ease-in-out}
.contact_sec .formwrp form{}
.contact_sec .formwrp form input{background: transparent; border: unset; border-bottom: 1px solid #fff; color: #fff; margin-bottom: 30px; height: 50px; border-radius: unset; }
.contact_sec .formwrp form textarea{height: 100px;background: transparent; border: unset; border-bottom: 1px solid #fff; color: #fff; margin-bottom: 30px; border-radius: unset;}
.contact_sec .formwrp form input::placeholder,
.contact_sec .formwrp form textarea::placeholder{color: #fff;font-size: 18px}




footer{/* background: linear-gradient(180deg,rgba(255, 255, 255, 1) 30%, rgba(141, 198, 179, 1) 100%); */padding: 100px 5% 20px;overflow: hidden;position: relative;}
footer .row.bdrbtm{border-bottom: 1px solid #000;padding-bottom: 20px;align-items: center;}
footer .logowrp{}
footer .logowrp img{}
footer .navwrp{}
footer .navwrp ul{display: block;text-align: center;margin: 0;}
footer .navwrp ul li{display: inline-block;margin: 0 50px;}
footer .navwrp ul li a{font-size: 20px;color: #000;position: relative;}
footer .navwrp ul li a:after{content: "";position: absolute;width: 10px;height: 10px;background: #00FFE6;border-radius: 100px;left: -20px;top: 50%;transform: translate(0px, -50%);display: none;transition: .5s all}
footer .navwrp ul li a:hover:after{display: block;transition: .5s all}
footer .socialwrp{}
footer .socialwrp h6{padding: 0;color: #000;}
footer .socialwrp ul{display: inline-flex; gap: 15px; align-items: center;margin:0 }
footer .socialwrp ul li{list-style: none;}
footer .socialwrp ul li a{}
footer .socialwrp ul li a i{font-size: 20px;color: #000;border: 2px solid #ddd;border-radius: 100px;height: 40px;width: 40px;display: flex;justify-content: center;align-items: center;transition: .5s;}
footer .socialwrp ul li a:hover i{background: #00FFE6; color: #000; }
footer img.badgeIMg{text-align: right;}
.btmftr{padding: 25px 0 0; }
.btmftr p{font-size: 15px;color: #000;padding:0}
.btmftr2{padding: 100px 0}
/*.footer_logo-wrap {background-image: url(../images/footer_name_logo.png); background-position: 50% 100%; background-repeat: no-repeat; background-size: contain; width: 95%; max-width: 80rem; height: 19rem; position: absolute; inset: auto 0 0 50%; transform: translate(-50%); transition: .5s all; }*/



.product-section {
  display: flex;
  justify-content: space-between;
  height: 110vh !important;
  position: relative;
  /* overflow: hidden; */
  left: 0 !important;
  max-width: 100% !important;
  right: 0 !important;
  width: 100% !important;
}
.product-section img.abs_imgleft{position: absolute; top: 300px;left:0px }
.product-section img.abs_imgright{position: absolute;bottom: 120px;right: 0px;}
.product-section img.abs_line_img{position: absolute;top: 30px;right: 0px;}
.left-image,
.right-image {
  flex: 1;
  position: relative;
  height: 100vh;
}

.left-image img{
  position: absolute;
  top: 10%;
  opacity: 1;
  width: 100%;
  transition: transform .7s ease;
  transform: translateX(-100%);
}
.right-image img {
  position: absolute;
  bottom: 0%;
  right: 0;
  opacity: 1;
  width: 100%;
  transition: transform .7s ease;
  transform: translateX(100%);
}
.left-image img.active{
    transform: translateX(0%) !important;
}
.right-image img.active {
/*  opacity: 1;*/
  z-index: 2;
  transform: translateX(0%) !important;
}

.product-center-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  z-index: 3;
  margin-top: 100px;
}

.product-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #ccc;
  transition: all 0.3s ease;
  text-align: center;
  font-family: Franie Test;
}
.product-text span{font-weight: 700;}
.product-text.active span{background: #00FFE6;padding: 10px 10px 5px;}

.product-text.active {
  font-weight: 700;
  color: #000;
  transform: scale(1.1);
  /*font-size: 40px;
  line-height: 50px;*/
}






@keyframes myAnim {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0px)
    }
}


@keyframes rotateRound {
    0% {
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        transform: rotate(0) scale(1)
    }

    100% {
        transform: rotate(10deg) scale(1.1)
    }
}




/*.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}*/





/* Inner Banner Start
------------------------------------*/
.innrbannr{position: relative;padding: 220px 0 100px;overflow: hidden;}
.innrbannr img.abstractimgleft{position: absolute;top: 0px;left: 0px;z-index: 9;}
.innrbannr img.abstractimgright{position: absolute;top: 0;right: -10px;z-index: 9;}
.innrbannr img.abs_img{position: absolute;bottom: 0;z-index: 0;width: 100%;z-index: 1;}
.innrbannr .myVideo {width: 100%;object-fit: cover;z-index: -1;position: absolute;top: 0;left: 0;height: 100%;}
.innrbannr .txtwrp{text-align: center;width: 75%;margin: auto;z-index: 99;}
.innrbannr .txtwrp h2{font-size: 160px;color: #1B1B1B;padding: 10px 0;line-height: 90px;text-transform: uppercase;font-weight: 700;letter-spacing: -12px;z-index: -1;}
.innrbannr .txtwrp h3{font-size: 135px;line-height: 160px;font-weight: 700;/* margin: 33px 0 0; */color: #000;text-transform: uppercase;position: relative;display: inline-block;letter-spacing: -8px;padding: 0;}
.innrbannr .txtwrp h3:before{content: "";background: #00FFE6;height: 160px;width: 140%;position: absolute;z-index: -1;border: 7px solid #fff;top: 50%;left: 50%;transform: translateX(-50%) translateY(-60%);}

/* Inner Banner End
------------------------------------*/




.about_sec{position: relative;overflow: hidden;}
.about_sec .imgwrp{}
.about_sec .imgwrp img{width: 100%; }
.about_sec .txtwrp{width: 80%; padding: 30px 30px; position: relative; }
.about_sec .txtwrp h2{font-size: 56px; text-transform: uppercase; padding: 0; color: #1B1B1B; }
.about_sec .txtwrp h2 span{color: #00FFE6;font-weight: 700;}
.about_sec .txtwrp h4{font-size: 54px; text-transform: uppercase; color: #1B1B1B; font-weight: 700; line-height: 64px; position: relative; display: inline-block; padding: 15px 70px; }
.about_sec .txtwrp h4:before{content: ""; background: #00FFE6; width: 100%; height: 100%; position: absolute; z-index: -1; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 3.94px solid #ffffff; }
.about_sec .txtwrp p{font-size: 20px; line-height: 35px; color: #070707; }
.about_sec .imgwrp2{}
.about_sec .imgwrp2 img{float: right;}



.innovation_sec{padding: 100px 5%;}
.innovation_sec .txtwrp{text-align: center;}
.innovation_sec .txtwrp h2{font-size: 100px;color: #1B1B1B;padding: 10px 0;line-height: 90px;text-transform: uppercase;font-weight: 700;letter-spacing: -6px;z-index: -1;}
.innovation_sec .txtwrp h3{font-size: 105px;line-height: 130px;font-weight: 700;/* margin: 33px 0 0; */color: #000;text-transform: uppercase;position: relative;display: inline-block;letter-spacing: -7px;padding: 0;}
.innovation_sec .txtwrp h3:before{content: "";background: #00FFE6;height: 160px;width: 130%;position: absolute;z-index: -1;border: 7px solid #fff;top: 50%;left: 50%;transform: translateX(-50%) translateY(-60%);}
.innovation_sec .mainwrp{padding: 50px 0 0; }
.innovation_sec .logoimg{height: 230px;display: flex;}
.innovation_sec .logoimg.bdrbtm{border-bottom: 1px solid #00FFE6;}
.innovation_sec .logoimg img{width: 75%;height: 150px;object-fit: contain;margin: auto;display: block;}
.innovation_sec .txtbox{display: block;margin: auto;background: #1B1B1B;padding: 50px 40px 30px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;border-bottom: 6px solid #00FFE6;position: relative;}
.innovation_sec .txtbox img{}
.innovation_sec .txtbox p{font-size: 17px;padding: 30px 0 20px;color: #fff;font-family: 'Blauer-Nue-Light';line-height: 30px;text-transform: capitalize;}
.innovation_sec .txtbox:before{content: "";clip-path: polygon(0 0, 0% 100%, 100% 100%);background: #00FFE6;position: absolute;bottom: -20px;width: 40px;height: 40px;}

/* Inner Banner End
------------------------------------*/




/* Vacancies Section Start
------------------------------------*/
.vacancies_sec{position: relative;padding: 100px 1% 0;}
.vacancies_sec img.abs_img3{position: absolute;right: 0;bottom: 0;}
.vacancies_sec .txtwrp{margin: 0 0 50px; }
.vacancies_sec .txtwrp h2{font-size: 140px; line-height: 90px; text-align: center; }
.vacancies_sec .txtwrp h2 span{-webkit-text-stroke-width: 5px; -webkit-text-stroke-color: #FFF; }
/*.vacancies_sec .mainwrp{background: #101010; border-radius: 16px; padding: 30px; }*/
.vacancies_sec .mainwrp{background: #101010 url(../images/Group1597883815.png);border-radius: 16px;padding: 30px;background-position: 100%;background-repeat: no-repeat;background-size: cover;}
.vacancies_sec .mainboxwrp{background: #2D2D2D;padding: 30px 20px 10px;border-radius: 16px;transition: .5s all;margin-bottom: 30px;height: 360px;display: flex;flex-direction: column;justify-content: space-evenly;}
.vacancies_sec .mainboxwrp .hdngwrp{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #444444; }
.vacancies_sec .mainboxwrp .hdngwrp h4{color: #00FFE6;font-size: 30px;font-weight: 700;text-transform: uppercase;}
.vacancies_sec .mainboxwrp .hdngwrp .iconimg{background: #444444; padding: 20px; border-radius: 100%; }
.vacancies_sec .mainboxwrp .hdngwrp .iconimg img{width: 30px; height: 30px; }
.vacancies_sec .mainboxwrp p{font-size: 15px;color: #E2E2E2;padding: 14px 0;line-height: 25px;border-bottom: 1px solid #444444;}
.vacancies_sec .mainboxwrp img{width: 40%;display: block;margin: auto;}
.vacancies_sec .mainboxwrp img.logo_2{display: none;}
.vacancies_sec .mainboxwrp:hover img.logo_2{display: block;}
.vacancies_sec .mainboxwrp:hover img.logo_1{display: none;}
.vacancies_sec .mainboxwrp:hover{background: #00FFE6;border-bottom-left-radius: 100px;}
.vacancies_sec .mainboxwrp:hover h4{color: #000}
.vacancies_sec .mainboxwrp:hover p{color: #000}
.vacancies_sec .mainboxwrp:hover .iconimg{background: #000}
.vacancies_sec .mainboxwrp:hover .iconimg img{filter:brightness(0) saturate(100%) invert(92%) sepia(76%) saturate(5525%) hue-rotate(88deg) brightness(109%) contrast(101%);border-radius: unset;}
.vacancies_sec .mainboxwrp .btmprt a {font-size: 20px; text-align: center;font-weight: 600; }
.vacancies_sec .mainboxwrp:hover .btmprt a{color: #000}
.vacancies_sec .mainboxwrp .btmprt{display: flex; width: 100%; margin: 0px auto; gap: 20px; align-items: center; justify-content: center; }
.vacancies_sec .mainboxwrp .btmprt img{width: 20px;height: 20px;transform: rotate(45deg);display: unset;margin: unset;transition: .6s all}
.vacancies_sec .mainboxwrp:hover img{filter: invert(1);transform: rotate(0deg); transition: .6s all}
/* Vacancies Section End
------------------------------------*/


/* Contact Page Start
------------------------------------*/
.contact_pg .innrbannr .txtwrp h2 {font-size: 119.58px;letter-spacing: -6px;}
.contact_sec .formwrp .logo_abs{position: absolute;left: -210px;width: 310px;top: 50px;z-index: -1;}
.contact_sec .left_side .innrdetail {display: inline-flex;align-items: center;margin-top: 40px;box-shadow: 1px 4px 8px 1px #1F1F1F26;width: 480px;padding: 10px;border: 1px solid #00FFE6;border-radius: 5px;}
.contact_sec .left_side .innrdetail img {font-size: 20px;background: #00FFE6;padding: 10px;border-radius: 5px;color: #fff;}
.contact_sec .left_side .innrdetail .numbr {margin-left: 20px;}
.contact_sec .left_side .innrdetail .numbr span {color: #141414;font-size: 24px;display: block;}
.contact_sec .left_side .innrdetail .numbr a{color:#141414;font-size: 20px; }
.contact_sec .left_side .office_location{margin-top: 50px}
.contact_sec .left_side .office_location iframe{width: 100%; height: 312px; border-radius: 20px; }

/* Contact Page End
------------------------------------*/





.insights_sec{position: relative;padding: 70px 0;overflow: hidden;}
.insights_sec .tabbingwrp{margin: 0 5%; }
.insights_sec .tabbingwrp ul{position: relative; }
.insights_sec .tabbingwrp ul:before{position: absolute;content: "";width: 100%;height: 1px;background: #000;bottom: 9px;left: 0;z-index: 0;}
.insights_sec .tabbingwrp ul li{font-size: 16px;text-transform: uppercase;color: #000000;font-weight: 700;list-style: none;display: inline-flex;justify-content: space-evenly;position: relative;cursor: pointer;margin: 20px 0px;}
.insights_sec .tabbingwrp ul li.current:after{left: 50%;transform: translateX(-50%);content:"";position: absolute;width: 70%;height: 10px;background: #00FFE6;bottom: -15px;border-radius: 50px;z-index: 9999999;}
.insights_sec .partnerslider .slick-list.draggable{padding: 20px 0 0;overflow-x: clip !important;}
.insights_sec .partnerslider .slick-prev,
.insights_sec .partnerslider .slick-next{border-radius: 50px;background: #00FFE6;width: 50px;height: 50px;}
.insights_sec .partnerslider .slick-prev:before{content: "\f053";color: #000;font-family: 'FontAwesome';font-weight: 400;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;font-size: 20px;}
.insights_sec .partnerslider .slick-next:before{content: "\f054";color: #000;font-family: 'FontAwesome';font-weight: 400;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;font-size: 20px;}
.insights_sec .tabs{display: none;}
.insights_sec .tabs.current{display: block !important;}
.insights_sec .imgwrp{cursor: grab;}
.insights_sec .imgwrp ul li{margin: 0 ;z-index: 0;position: relative;}
.thumb-slider .slick-list.draggable{padding: 50px 0 !important}
.insights_sec .imgwrp ul li img{margin:auto;display: block;width: 90%;}
.insights_sec .imgwrp ul li.slick-current.slick-active.slick-center img{scale: 1.1}
.insights_sec .imgwrp ul li.slick-current.slick-active.slick-center:after {content: "";position: absolute;background: url(../images/insight_img_after.png);width: 200px;height: 100px;top: -40px;left: 50%;transform: translate(-50%, 0);background-repeat: no-repeat;background-size: contain;/* background-position: center; */z-index: 1;}
.insights_sec .imgwrp ul li.slick-current.slick-active.slick-center:before {content: "";position: absolute;background: url(../images/insight_img_after.png);width: 200px;height: 100px;bottom: -80px;left: 50%;transform: translate(-50%, 0);background-repeat: no-repeat;background-size: contain;/* background-position: center; */z-index: 1;}
/*.insights_sec .imgwrp ul li.imgbig img{margin: 20px auto; display: block; width: 90%;}*/
.insights_sec .tabbingtxt{padding: 30px 0;/* width: 50%; *//* margin: auto; */display: flex;flex-direction: column;justify-content: center;align-items: center;}
.insights_sec .tabbingtxt h2{font-size: 80px;color: #1B1B1B;padding: 10px 0;line-height: 60px;text-transform: uppercase;font-weight: 700;letter-spacing: -5px;z-index: -1;}
.insights_sec .tabbingtxt h3{font-size: 60px;line-height: 75px;font-weight: 700;color: #fff;text-transform: uppercase;position: relative;display: inline-block;letter-spacing: -4px;padding: 0;}
.insights_sec .tabbingtxt h3:before{content: "";background: #00FFE6;height: 100px;width: 110%;position: absolute;z-index: -1;border: 7px solid #fff;top: 50%;left: 50%;transform: translateX(-50%) translateY(-60%);}
.insights_sec .tabbingtxt .flex_cntnt{display: flex ; justify-content: flex-start; gap: 30px;align-items: center;}


.hompg{transition: all 0.6s ease-in-out;}
.hompg.active{background: url(../images/12151160_48734111.png);top: 100px;transition: all 0.6s ease-in-out;}
.app-container.active {
    left: -30%;
    transition: all 0.6s ease-in-out;
}










section.form-section {padding: 10% 5% 5%; position: relative; overflow: hidden; }
section.form-section .mainwrp{backdrop-filter: blur(15px);border: 2px solid #00FFE6;padding: 30px;overflow: hidden;border-radius: 20px;box-shadow: 11px 14px 18px 11px #00ffe614;}
section.form-section .formsecabsimg {position: absolute; right: 0; bottom: 0; }
section.form-section .content-section{margin: 0 auto 30px auto; }
.form-section .txtwrp{text-align: center; }
.form-section .txtwrp h2{font-size: 28px;color: #000;padding: 0;text-transform: uppercase;font-weight: 600;}
.form-section .txtwrp span{color: #00FFE6;font-weight: 600;}
section.form-section .content-section p {font-size: 18px;line-height: 31px;font-weight: 500;color: #000000;padding: 0;}
section.form-section .form-wrapper input,
 section.form-section .form-wrapper textarea {background: transparent;margin-top: 20px;padding: 15px 20px;border-radius: 5px;color: #000;border: unset;border: 1px solid #ced4da;}
section.form-section .form-wrapper select{background: transparent;margin-top: 15px;padding: 15px 20px;border-radius: 5px;color: #000;border: unset;border: 1px solid #ced4da;width:100%;font-size:16px}
section.form-section .form-wrapper select option{color: #000}
section.form-section .form-wrapper input.btn-1{background:  #00FFE6;width: 100%;font-size: 18px;cursor: pointer;}
section.form-section .form-wrapper input:focus,
section.form-section .form-wrapper select:focus {box-shadow: 0 0 0 .2rem #00ffe64f;}
section.form-section .form-wrapper input::placeholder, section.form-section .form-wrapper textarea::placeholder {color: #000; }
section.form-section .form-wrapper .attchmnt label{font-size: 16px; color: #000; position: absolute; top: 10px; left: 20px; }
section.form-section .form-wrapper input.file_uploadinp{height: 100px; padding: 50px 20px 0; width: 100%; }
section.form-section .form-wrapper .attchmnt{position: relative;}
section.form-section .imgwrp{}
section.form-section .imgwrp img{width: 100%;position: absolute;bottom: 0;}
/* form section */





.product_mob{padding: 100px 0; display: none;}
.product_mob .txtwrp{display: block; margin: 0 0 100px; }
.product_mob .txtwrp h2{font-size: 110px; line-height: 80px; text-align: center; text-transform: uppercase; -webkit-text-stroke-width: 3px; -webkit-text-stroke-color: #FFF; position: relative; }
.product_mob .txtwrp h2 span{background: #00FFE6;color: #fff;z-index: -1;padding: 30px 0 5px;top: 30px;-webkit-text-stroke-width: 0px;font-weight: 700;position: absolute;top: 70%;left: 50%;transform: translate(-50%, 0px);}

.product_mob .mainwrp{}
.product_mob .mainwrp .innrtxt{}




/*//////////////////////////////////////*/


@media (max-width:1366px){

    .services_sec .mainboxwrp .hdngwrp .iconimg {
        padding: 10px !important;
    }

}

@media (max-width:1200px){

    .services_sec .col-md-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

    .home-bannerwrp .txtwrp h3:before {
        height: 100px;
        top: -25%;
    }

        .contact_sec .abs_img {
        left: -90px !important;
    }

}

@media (max-width:1024px){

    .frstfold .txtwrp h2 {
        font-size: 100px;
        line-height: 110px;
    }

    .frstfold .txtright {
        left: 50px;
    }

        .frstfold .txtwrp h2.myhead2 {
        font-size: 90px;
        line-height: 90px;
    }

    .videosec .txtwrp h2 {
        font-size: 90px;
        line-height: 110px;
    }

        .services_sec .txtwrp h2 {
        font-size: 90px;
    }

    footer {
    padding: 0px 5% 20px;
}






}


@media (max-width:992px){

    footer .socialwrp h6 {
        font-size: 14px !important;
    }

        .home-bannerwrp .txtwrp h2 {
        font-size: 90px !important;
        line-height: 70px !important;
    }

        .home-bannerwrp .txtwrp h3 {
        font-size: 50px !important;
    }

}



@media (max-width:800px){

        .home-bannerwrp .txtwrp h2 {
        font-size: 70px !important;
        line-height: 50px !important;
    }

        .home-bannerwrp .txtwrp h3:before {
        top: -35% !important;
        height: 80px !important;
    }

        .home-bannerwrp .txtwrp h3 {
        margin: 10px 0 0 !important;
    }

        .home-bannerwrp img.angle_img3 {
        top: -150px !important;
        right: -240px !important;
    }

        footer {
        padding: 0px 2% 20px !important;
    }

    footer .col-md-3, footer .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

footer .col-md-3.text-right.mycol1 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
    margin-top: 20px;
}

    footer .navwrp ul li {
        margin: 0 10px !important;
    }

        footer img.badgeIMg {
        width: 30% !important;
    }

}
@media (max-width:768px){

        .frstfold .txtwrp h2 {
        font-size: 60px;
        line-height: 70px;
    }

        .frstfold .txtwrp h2.myhead2 {
        font-size: 60px;
        line-height: 70px;
    }

        .frstfold .txtright {
        left: 63px;
        top: -20px;
    }

        footer .col-md-3, footer .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer .socialwrp {
    text-align: center;
}

.contact_sec .txtwrp h2.myhead2 {
    text-align: center;
}

    .contact_sec .txtwrp h2 {
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }

    .product_mob .mainwrp .innrtxt h4 br {
    display: none !important;
}

    .product_mob .mainwrp .innrtxt h4 {
        font-size: 24px !important;
        line-height: 34px !important;
    }



}



@media (max-width:767px){

    .frstfold .txtwrp {
    padding: 0px 0 0 !important;
}

    .frstfold .txtwrp h2 {
        font-size: 70px !important;
        line-height: 80px !important;
    }

        .frstfold .txtwrp h2.myhead2 {
        font-size: 70px !important;
        line-height: 60px !important;
    }

        footer .navwrp ul {
        text-align: center !important;
    }


        .product_mob .mainwrp {
        padding: 0px 0 50px !important;
    }







}






@media (max-width:560px){

    .product_sec .txtwrp h2 {
        font-size: 30px;
        line-height: 20px;
    }

            .home-bannerwrp .txtwrp h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        letter-spacing: 0px !important;
    }

        .home-bannerwrp .txtwrp h3 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin: 0px 0 0 !important;
        letter-spacing: 0px !important;
    }

    .home-bannerwrp .txtwrp h1 {
    margin-bottom: 0px !important;
}

    .home-bannerwrp .txtwrp h3:before {
        top: -28% !important;
        height: 65px !important;
    }

        .frstfold .txtwrp h2 {
        font-size: 42px !important;
        line-height: 52px !important;
    }

        .frstfold .txtwrp h2.myhead2 {
        font-size: 42px !important;
        line-height: 52px !important;
        padding: 0;
    }

        .videosec .txtwrp h2 {
        font-size: 42px !important;
        line-height: 80px !important;
    }


    .services_sec .mainboxwrp .hdngwrp h4 br {
    display: none;
}

.services_sec .mainboxwrp .hdngwrp h4 {
    font-size: 14px !important;
}

.services_sec .mainboxwrp .hdngwrp .iconimg {
    position: relative;
    top: -10px;
    padding: 8px 10px !important;
}

.services_sec .mainboxwrp .hdngwrp .iconimg img {
    width: 15px !important;
    height: 15px !important;
}

    .product_sec .txtwrp h2 {
        font-size: 32px !important;
    }

        .product_sec .txtwrp h2 span {
        padding: 20px 15px 15px !important;
        font-size: 24px;
    }

    .product_mob .mainwrp .innrtxt h4 {
    font-size: 18px !important;
}

    .contact_sec .txtwrp h2 {
        padding: 20px 20px 10px 20px !important;
        font-size: 42px !important;
    }

        .contact_sec .txtwrp h2.myhead2 {
        font-size: 42px !important;
    }

    .innovation_sec .txtwrp h3:before {
    width: 115%;
}

    .vacancies_sec .mainboxwrp:hover {
        border-bottom-left-radius: 30px !important;
    }

        .vacancies_sec .mainboxwrp .hdngwrp h4 {
        font-size: 18px !important;
    }

        .vacancies_sec {
        padding: 0px 1% 30px !important;
    }

        .vacancies_sec .mainboxwrp {
        height: 320px !important;
    }

        .vacancies_sec .mainboxwrp p {
        margin-bottom: 10px !important;
    }

        .contact_sec {
        padding: 0px 0 30px;
    }


        .frstfold .txtwrpinnr {
        text-align: center;
    }




}






@media (max-width:480px){

    .insights_sec .tabbingwrp .slick-prev, .slick-next {
        top: -20%;
    }


    .insights_sec .tabs {}

.insights_sec .tabs .tabbingtxt {}

.insights_sec .tabs .tabbingtxt h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -2px;
}

.insights_sec .tabs .tabbingtxt h3 {
    font-size: 24px;
    letter-spacing: -2px;
    line-height: 40px;
}

.insights_sec .tabbingtxt h3:before {
    width: 115%;
}




}



@media (max-width:430px){}


@media (max-width:375px){

    .home-bannerwrp .txtwrp h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

        .home-bannerwrp .txtwrp h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

        .home-bannerwrp .txtwrp h3:before {
        top: -24% !important;
        height: 50px !important;
    }
    .home-bannerwrp .txtwrp h2 {
    padding: 0;
}

.frstfold .txtwrp h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .frstfold .txtwrp h2.myhead2 {
        font-size: 32px !important;
        line-height: 42px !important;
        padding: 0;
        letter-spacing: 2px !important;
    }

        .frstfold .txtwrp .bg_img {
        top: 0% !important;
    }

    .services_sec .txtwrp h2 br {
    display: none;
}

    .services_sec .txtwrp h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        -webkit-text-stroke-width: 0px !important;
        letter-spacing: -3px !important;
    }

        .product_sec .txtwrp h2 {
        font-size: 24px !important;
    }

        .product_sec .txtwrp h2 span {
        padding: 12px 15px 8px !important;
        font-size: 21px !important;
    }

        .product_mob .mainwrp .innrtxt h4 {
        font-size: 14px !important;
    }

    .contact_sec .txtwrp h2 {
        padding: 12px 20px 6px 20px !important;
        font-size: 32px !important;
    }


}





/*/////////////////////////////*/








.services_sec .mainboxwrp {
    background: #2D2D2D;
    padding: 30px 20px 10px;
    border-radius: 16px;
    transition: .5s all;
    margin-bottom: 30px;
    height: 352px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.services_sec .mainwrp {
    background: #101010 url(../images/Group1597883815.png);
    border-radius: 16px;
    padding: 43px 25px 13px 25px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}



section.innrbannr.thankyou-sec {}

section.innrbannr.thankyou-sec .txtwrp {}

section.innrbannr.thankyou-sec .txtwrp h2 {
    font-size: 100px;
    letter-spacing: -2px;
    line-height: 110px;
}



form.bottomform {}

form.bottomform .btnwrp {}

form.bottomform .btnwrp button {
    font-size: 18px;
    color: #000000;
    padding: 12px 20px 12px 25px;
    border-radius: 50px;
    transition: 0.4s;
    border: 1px solid #00FFE6;
    background: #00FFE6;
    display: inline-block;
    font-weight: 500;
}

form.bottomform .btnwrp button img {
    width: 35px;
    margin-left: 20px;
}
