* { box-sizing: border-box;}

/* font: 
Roboto: Regular 400, Medium 500, Bold 700
Inter Tight: Regular 400, Black 900
*/

section {overflow: hidden;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
}

.mobileMenuBlocker {z-index: 45; position: fixed; top: 0; left:0; width: 100%; height:100%; display: none; }
/*modal box*/ .jquery-modal.blocker {z-index: 999;}
.scrollToTop { text-align:center; font-weight: bold; text-decoration: none; position:fixed; bottom:8px; right:8px; display:none; z-index: 5; opacity: 0.7; width: 40px; height: 40px;}
.scrollToTop:hover { opacity: 1;}


body { background: #E5E5E5; margin: 0; font-family: "Roboto", sans-serif; color: #000; font-weight: 400; font-style: normal; font-size: 14px; line-height: 18px;}
h1, h2, h3, h4, h5, h6 { font-family: "Inter Tight", sans-serif; font-optical-sizing: auto; font-weight: 900; font-style: normal; color:#000; text-align: center; line-height: 1.1em; margin-top: 0;}
h1 {font-size: 75px; color:#fff; text-align: left; margin-bottom: 20px;}
h2 {font-size: 50px; line-height: 1.15em; margin-bottom: 40px;}
h3 {font-size: 28px; margin-bottom: 30px;}
h4 {font-size: 22px; margin-bottom: 20px;}

a {text-decoration: underline; color: #b50034; }
a:hover {color: #000;}
button { cursor: pointer; font-family: "Roboto", sans-serif; border: #000 solid 3px; text-transform: uppercase; font-weight: 500; color: #fff; background-color: #ea1149; transition: all .15s linear; border-radius: 100px; padding: 12px 25px; }
button:hover {background-color: #000; color:#fff; }
.button { cursor: pointer; font-family: "Roboto", sans-serif; border: #000 solid 3px; text-transform: uppercase; font-weight: 500; color: #fff; background-color: #ea1149; transition: all .15s linear; border-radius: 100px; padding: 12px 25px; display:inline-block; text-decoration: none;}
.button:hover {background-color: #000; color:#fff; }

figure {margin: 0;}
img {width: 100%; height: auto; display: block;} 
main {}
section {display:block; width: 100%; position: relative;} 
.container { margin: auto; width: 100%; padding: 0 20px; max-width: 1400px; }

@media only screen and (max-width: 1199px) {
  h1 {font-size: 73px;}
  h2 {font-size: 48px;}
  h3 {font-size: 26px;}
}
@media only screen and (max-width: 1023px) {
  h1 {font-size: 68px;}
  h2 {font-size: 45px;}
  h3 {font-size: 23px;}
}
@media only screen and (max-width: 767px) {
  h1 {font-size: 55px;}
  h2 {font-size: 30px;}
  h3 {font-size: 18px;}
}
@media only screen and (max-width: 479px) {
  h1 {font-size: 15vw;}
}


#section-thankyou h3 {text-align: center; margin:40px 20px;}


/* header *********************************************************************************************/
header {background:#fff; }
header .container {position: relative;}

.header-wrapper { display: flex; justify-content: space-between; align-items: center; transition: all .15s linear; padding-top:15px; padding-bottom: 15px;}
.logo {width: 200px;}
.navigation-top { background: #fff; padding: 12px 0 12px 20px; border-radius: 20em;}
.navigation-top.mobile-menu-active {background-color: #b50034; color: #fff;}
.navigation-top nav {}
.navigation-top nav ul {list-style: none; margin: 0; padding: 0; }
.navigation-top nav ul.desktop {display: flex;}
.navigation-top nav ul.mobile {display: none;}
.navigation-top nav ul li {}
.navigation-top nav ul li a { font-weight: 500; text-transform: uppercase; text-decoration: none; color: #000; display: inline-block; padding: 3px; margin:3px 8px; transition: all .15s linear; letter-spacing: 0.015em; font-size: 13px;}
.navigation-top nav ul li a:hover {color: #b50034;}
.navigation-top.mobile-menu-active nav ul li a {color: #fff;}
.navigation-top .mobile-link figure {display:inline-block; width: 15px; height: auto;}

.navigation-dropdown { background: #000; text-align: right; display: none; padding: 8px 13px; position: absolute; z-index: 100; right: 20px; top: 73px;}
.navigation-dropdown nav {}
.navigation-dropdown nav ul {list-style: none; margin: 0; padding:5px 0; }
.navigation-dropdown nav ul li {}
.navigation-dropdown nav ul li a {text-decoration: none; color: #fff; display:block; font-weight: 500; text-transform: uppercase; transition: all .15s linear; letter-spacing: 0.015em; padding:10px; }
.navigation-dropdown nav ul li a:hover {}

.navigation-top nav ul li.language-link a {color: #fff; background-color: #ea1149; border-radius: 5px; padding: 3px 10px;}
.navigation-top nav ul li.language-link a:hover {color: #fff; background-color: #000;} 
.navigation-dropdown nav ul li.language-link a {color: #fff; background-color: #ea1149; border-radius: 5px; display: inline-block; padding: 5px 10px; margin-right: 10px; margin-top: 7px;}
.navigation-dropdown nav ul li.language-link a:hover {color: #fff; background-color: #bb3054;}


@media only screen and (max-width: 1279px) {
  .navigation-top { padding: 8px 0 8px 13px;}
  .navigation-top nav ul.desktop {display: none;}
  .navigation-top nav ul.mobile {display: flex;}
}
@media only screen and (max-width: 1023px) {
  .header-wrapper {padding-top:12px; padding-bottom: 12px;}
  .logo {width: 170px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
  .logo {margin-right: 15px;}
  .navigation-top { padding: 2px 0px; border-radius: 0.5em;}
  .mobile-link span {display: none;}
}


/* section: RCOCB *************************************************************************************/
#section-rcocb {background-image: url(images/background-masthead.webp); background-repeat: no-repeat; background-size: cover; background-position: center; padding-bottom:150px; overflow:hidden; }
#section-rcocb .drone {z-index:1; position: absolute; width: 80em; left:40%;}
#section-rcocb article {z-index: 2; position: relative;}

.rcocb-wrapper {position: relative;}

.be-certified {width: 60%; color: #fff; padding-top:210px; }
.be-certified .cta {margin-top: 25px;}
.be-certified .button {border-color: #fff;}
.be-certified .button-2 {background-color: unset; margin-left: 10px;}
.be-certified .button-2:hover {background-color: #000; }

.earn-your-rcocb h2,
.remote-pilot-certification h2 {text-align: left; margin-bottom: 20px;}
.earn-your-rcocb .button {margin-top: 15px;}

.earn-your-rcocb { margin-left: 40%; width: 55%; margin-top: 150px;} 

.remote-pilot-certification { margin-left: 5%; width: 65%; margin-top: 60px;}

.earn-your-rcocb:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.earn-your-rcocb .article-wrap {background-color: #fff; border-radius: 20px; padding:60px;}

.remote-pilot-certification:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.remote-pilot-certification .article-wrap {background-color: #fff; border-radius: 20px; padding:60px;}

@media only screen and (max-width: 1199px) {
  #section-rcocb .drone { width: 70em; left: 36%;}
  .be-certified {padding-top:150px; }
  .earn-your-rcocb { margin-left: 35%; width: 60%; margin-top: 120px;}
  .earn-your-rcocb .article-wrap {padding:50px;}
  .remote-pilot-certification .article-wrap {padding:50px;}
}
@media only screen and (max-width: 1023px) {
  #section-rcocb .drone {width: 59em; left: unset; right: -241px;}
  .earn-your-rcocb .article-wrap {padding:35px;}
  .remote-pilot-certification .article-wrap {padding:35px;}
}
@media only screen and (max-width: 767px) {
  #section-rcocb .drone { width: 800px; right: -250px;}
  .be-certified {width: 70%; padding-top: 260px;}
  .earn-your-rcocb { width: 75%; margin-left: 21%; margin-top: 100px;}
  .earn-your-rcocb .article-wrap {padding:25px;}
  .remote-pilot-certification {width: 75%;}
  .remote-pilot-certification .article-wrap {padding:25px;}
}
@media only screen and (max-width: 479px) {
  #section-rcocb {padding-bottom: 100px;}
  #section-rcocb .drone { width: 150vw; right: -45vw;}
  .be-certified {width: 100%; padding-top: 70vw;}
  .earn-your-rcocb {width: unset; margin-left: unset;}
  .remote-pilot-certification {width: unset; margin-left: unset;}
}


/* section: benefits *************************************************************************************/
#section-benefits {padding: 70px 0;} 
#section-benefits h2 span {display: block;}
.benefits-wrapper {display: flex; justify-content: center;}
.benefits-wrapper > article {padding: 0 30px; width: 450px; text-align: justify;}
.benefits-wrapper img {width:auto; margin: auto; margin-bottom: 10px;}
.benefit-1 img {height:145px; }
.benefit-2 img {height:145px; }
.benefit-3 img {height:145px; }
.benefit-1 ul { list-style: none; margin:0; padding: 0; border-top: #000 solid 1px; border-bottom: #000 solid 1px;}
.benefit-1 ul li {border-bottom: #000 solid 1px; margin-left: 25px; padding-top:8px; padding-bottom: 8px;}
.benefit-1 ul li:last-child {border: none;}

@media only screen and (max-width: 1199px) {
  .benefit-1 img {height:125px; }
  .benefit-2 img {height:125px; }
  .benefit-3 img {height:125px; }
}
@media only screen and (max-width: 1023px) {
  #section-benefits {padding: 55px 0;} 
  .benefits-wrapper > article {padding: 0 20px;}
  .benefit-1 img {height:100px; }
  .benefit-2 img {height:100px; }
  .benefit-3 img {height:100px; }
}
@media only screen and (max-width: 767px) {
  #section-benefits {padding: 40px 0 0 0;} 
  .benefits-wrapper {display: block;}
  .benefits-wrapper > article {margin-bottom: 40px; margin-left: auto; margin-right: auto;}
  .benefits-wrapper > article h3 {margin-bottom: 10px;}
  .benefit-1 img {height:75px; }
  .benefit-2 img {height:75px; }
  .benefit-3 img {height:75px; }
}
@media only screen and (max-width: 479px) {
  #section-benefits h2 span {display: unset;}
  .benefits-wrapper > article {width: 100%;}
}


/* section: certification *************************************************************************************/
#section-certification {overflow:hidden; padding: 20px 0 70px 0;}  
.certification-content {width: 50%;}
.certification-pic {position: absolute; top: 200px; left: 52%; width: 50em;}

.pre-requisites {display: flex; justify-content: center; margin-bottom: 50px;}
.pre-requisites img {width:auto; margin: auto; margin-bottom: 10px;}
.pre-requisite-1 img {height:115px; }
.pre-requisite-2 img {height:115px; }
.pre-requisite-3 img {height:115px; }
.pre-requisites > div { width: 28%; margin: 0 3%; text-align: center; position: relative;}
 {}
.pre-requisites > div:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); left:0; margin-top: -5px; margin-left:-5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='250%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.pre-requisites > div .pre-requisites-content-wrap {background-color: #fff; height:100%; border-radius: 20px; padding:30px;}

.better-idea {display: flex; justify-content: space-between; background-image: url(images/icon-dotted-line.svg); background-repeat: no-repeat; background-size: 80% 3px; background-position: center 19px; margin-bottom:50px; }
.better-idea > div {width: 120px; text-align: center;}
.better-idea img {width: 40px; height: auto; margin: auto; margin-bottom: 10px;}

.need-help {display: block; justify-content: center; position:relative; width:80%; margin-left:10%; }
.need-help:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.need-help .need-help-content-wrap { text-align:center; background-color: #fff; border-radius: 20px; padding:60px; font-weight: bold; font-size:16px;}
.need-help .need-help-content-wrap .cta {margin-top: 20px;}

#section-certification .pics-wrap {display: flex; justify-content: center; width: 150%; margin-left:26%; }
#section-certification .pics-wrap .pic-1 {margin-top: 120px; width: 56%;}
#section-certification .pics-wrap .pic-2 { width: 35%; margin-left: 9%; margin-top: 26em;}

@media only screen and (max-width: 1199px) {
  .pre-requisite-1 img {height:85px; }
  .pre-requisite-2 img {height:85px; }
  .pre-requisite-3 img {height:85px; }
  .pre-requisites > div .pre-requisites-content-wrap {padding:20px;}
}
@media only screen and (max-width: 1023px) {
  .certification-content {width: 100%;}
  .certification-pic {display: none;}
  .better-idea { max-width: 700px; margin-left: auto;margin-right: auto;}
  #section-certification .pics-wrap {width: 80%; margin-left: auto; margin-right: auto;}
  #section-certification .pics-wrap .pic-2 {margin-left: 3%; margin-top: 20em;}
}
@media only screen and (max-width: 767px) {
  #section-certification {padding: 20px 0 50px 0;}  
  .better-idea > div {width: 100px;}
  .need-help .need-help-content-wrap {padding: 40px;}
  #section-certification .pics-wrap {width: 100%; }
  #section-certification .pics-wrap .pic-1 {margin-top: 80px;}
  #section-certification .pics-wrap .pic-2 {margin-top: 15em;}
}
@media only screen and (max-width: 479px) {
  .pre-requisites {flex-direction: column; margin-bottom: 10px;}
  .pre-requisites > div {width: 90%; max-width:300px; margin-left:auto; margin-right: auto; margin-bottom: 30px;}
  .better-idea {flex-direction: column; background:unset; max-width: 260px; margin-left: auto; margin-right: auto;}
  .better-idea > div { width: unset; display: flex; align-items: center; margin-bottom: 10px;}
  .better-idea img {margin-bottom: unset; margin-right:5px; }
  #section-certification .pics-wrap .pic-1 {margin-top: 60px;}
  #section-certification .pics-wrap .pic-2 {margin-top: 10em;}
}


/* section: why us ***********************************************************************************/
#section-whyus {} 
.whyus-wrapper {position: relative;}
.whyus-wrapper .whyus-content-wrap {text-align:center; position:absolute; width:100%; } 
.whyus-wrapper .whyus-content-wrap figure {height: auto; margin: auto;}
.whyus-wrapper .whyus-content-wrap article > div {position: absolute;}
.whyus-wrapper .pic {display: flex; justify-content: center; align-items: flex-end; margin-bottom: 20px; }
.why-1 { width: 40%; margin-left: 30%;}
.why-1 .pic div:nth-child(1) {width: 210px; }
.why-1 .pic div:nth-child(2) {width: 80px; margin-left:10px; margin-right:10px; }
.why-1 .pic div:nth-child(3) {width: 83px; }
.why-2 { width: 30%; top:295px; }
.why-2 .pic figure {width: 180px}
.why-3 { width: 30%; top:295px; right:0;}
.why-3 .pic figure {width: 180px}
.why-4 { width: 30%; top:615px; }
.why-4 .pic figure {width: 180px}
.why-5 { width: 30%; top:645px; right:0}
.why-5 .pic figure {width: 180px}
.why-6 { width: 30%; top:945px; left:17%;}
.why-6 .pic figure {width: 160px}
.why-7 { width: 30%; top:935px; right:17%;}
.why-7 .pic figure {width: 170px}

.reasons-wrapper .reasons {position: relative; width: 300px; margin: 480px auto 550px auto;}
.reasons-wrapper .reasons h3 {margin-bottom: 0;}
.reasons-wrapper .reasons:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.reasons-wrapper .reasons .reasons-wrap {background-color: #fff; border-radius: 20px; padding:60px;}

@media only screen and (max-width: 1199px) {
  .why-1 .pic div:nth-child(1) {width: 200px; }
  .why-1 .pic div:nth-child(2) {width: 75px; margin-left:10px; margin-right:10px; }
  .why-1 .pic div:nth-child(3) {width: 78px; }
  .why-2 .pic figure {width: 155px}
  .why-3 .pic figure {width: 155px}
  .why-4 .pic figure {width: 155px}
  .why-5 .pic figure {width: 155px}
  .why-6 .pic figure {width: 140px}
  .why-7 .pic figure {width: 150px}
}
@media only screen and (max-width: 1023px) {
  .why-1 { width: 38%; }
  .why-2 { width: 27%; top:270px; }
  .why-3 { width: 27%; top:270px; }
  .why-4 { width: 27%; }
  .why-5 { width: 27%; top: 690px; }
  .why-6 { width: 27%; left:20%; }
  .why-7 { width: 27%; right:20%; }
  .reasons-wrapper .reasons {width: 220px; margin: 550px auto 600px auto;}
  .reasons-wrapper .reasons .reasons-wrap {padding: 45px; }
}
@media only screen and (max-width: 767px) {
  #section-whyus .container {display: flex; flex-direction: column;} 
  .whyus-wrapper {position: unset; order:3;}
  .whyus-wrapper .whyus-content-wrap {position: unset;}
  .whyus-wrapper .whyus-content-wrap article > div {position: unset; margin-left: unset; width: unset; top: unset; right: unset;margin-bottom: 40px; max-width: 400px; margin-left: auto; margin-right: auto;}
  .whyus-wrapper .whyus-content-wrap article h4 {margin-bottom: 0;}
  .whyus-wrapper .whyus-content-wrap article p {margin-top: 5px;}
  .reasons-wrapper .reasons { width: 400px; margin: 0 auto 35px auto;}
  .reasons-wrapper .reasons .reasons-wrap {}
}
@media only screen and (max-width: 479px) {
  .reasons-wrapper .reasons {width: 100%;}
}

/* section: pics 2 ************************************************************************************/
#section-pics-2 {padding-bottom: 100px;}
#section-pics-2 .pics-wrapper {display: flex; justify-content: center; width: 90%; margin:auto;}
#section-pics-2 .pics-wrapper > div:first-child {width:55%;} 
#section-pics-2 .pics-wrapper > div:last-child {width:45%; margin-left: 3%; margin-top: 30px;} 

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-pics-2 {padding-bottom: 80px;}
}
@media only screen and (max-width: 767px) {
  #section-pics-2 {padding-bottom: 60px;}
  #section-pics-2 .pics-wrapper {flex-direction: column;}
  #section-pics-2 .pics-wrapper > div:first-child {width: 100%;}
  #section-pics-2 .pics-wrapper > div:last-child {width: 80%; margin-left: auto; margin-right: auto; margin-top: 6%;}
}
@media only screen and (max-width: 479px) {
}

/* section: financial *********************************************************************************/
#section-financial {padding-bottom: 100px;}
#section-financial h2 {margin-bottom: 10px;}
#section-financial h3 {margin-bottom: 30px;}
#section-financial .cta {text-align: center; margin-bottom: 60px;} 

.financial-wrapper {display: flex; justify-content: center; background-image: url(images/icon-dotted-line.svg); background-repeat: no-repeat; background-size: 80% 3px; background-position: center center;}
.financial-wrapper > div {width: 24%; margin: 0 3%; text-align: center; position: relative;}
.financial-wrapper > div:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px; left: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.financial-wrapper > div .certification-wrap {background-color: #fff; border-radius: 20px; padding:40px; height: 100%;}
.financial-wrapper > div .number {position: absolute; background: #000; color: #fff; padding: 18px 15px; border-radius: 31px;font-weight: bold; font-size: 20px; left: 0;right: 0; width: 54px; margin-left: auto; margin-right: auto; margin-top: -27px;}
.financial-wrapper > div .certification-wrap h4 {margin-bottom: 0;}
.financial-wrapper > div .certification-wrap p {margin-top:0; margin-bottom: 25px;}
.financial-wrapper > div .certification-wrap .cert-logo {margin:auto; max-width: 100%;}
.financial-wrapper .certification-1 .cert-logo { width: 150px;}
.financial-wrapper .certification-2 .cert-logo { width: 220px;}
.financial-wrapper .certification-3 .cert-logo { width: 150px;}

@media only screen and (max-width: 1199px) {
  .financial-wrapper > div .certification-wrap {padding: 40px 25px 25px 25px;}
}
@media only screen and (max-width: 1023px) {
  #section-financial {padding-bottom: 80px;}
}
@media only screen and (max-width: 767px) {
  #section-financial {padding-bottom: 50px;}
  .financial-wrapper {flex-direction: column; background: unset;}
  .financial-wrapper > div {width: 340px; margin: 0 auto 50px auto;}
}
@media only screen and (max-width: 479px) {
  #section-financial {padding-bottom: 25px;}
  .financial-wrapper > div {width:100%;}
}

/* section: sites ************************************************************************************/
#section-sites {padding-bottom: 60px;}

.sites-wrapper {} 

.sites-location {display: flex; justify-content: center; margin-bottom: 40px;} 
.sites-location .location {position: absolute; background:#ea1149; border:solid #000 4px; height: 110px; width: 110px; text-align: center; color: #fff; border-radius: 100px; display: flex; align-items: center; justify-content: center;     margin-top: 90px;}
.sites-location .site { text-align: center; width: 300px; margin-left: 28px; margin-right: 28px;}
.sites-location .site h3 {margin:10px auto 0 auto; width:250px; }
.sites-location .site p {margin:0 auto; width:250px;} 
.sites-location .site-1 {}
.sites-location .site-2 {}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .sites-location {width: 600px; margin-left: auto; margin-right: auto;}
  .sites-location .location {margin-top: 65px;}
  .sites-location .site h3,
  .sites-location .site p {width: 100%;}
}
@media only screen and (max-width: 767px) {
  #section-sites {padding-bottom: 20px;}
  .sites-location {width: 400px; }
  .sites-location .site { text-align: center; width: 200px; margin-left: 15px; margin-right: 15px;}
  .sites-location .location { margin-top: 50px; width: 80px; height: 80px;}
}
@media only screen and (max-width: 479px) {
  .sites-location {position: relative; flex-direction: column; width: 260px;}
  .sites-location .location {margin-top: unset; left: 0; top: 0;}
  .sites-location .site { width:168px; margin: 20px 10px 20px 90px; }
}

/* section: pics 3 ************************************************************************************/
#section-pics-3 {padding-bottom: 100px;}
#section-pics-3 .pics-wrapper {display: flex; justify-content: center; width: 90%; margin:auto;}
#section-pics-3 .pics-wrapper > div:first-child {width:45%; margin-right: 3%; margin-top: 30px;} 
#section-pics-3 .pics-wrapper > div:last-child {width:55%;} 

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-pics-3 {padding-bottom: 80px;}
}
@media only screen and (max-width: 767px) {
  #section-pics-3 {padding-bottom: 60px;}
  #section-pics-3 .pics-wrapper {flex-direction: column;}
  #section-pics-3 .pics-wrapper > div:first-child {width: 80%; margin-left: auto; margin-right: auto; margin-bottom: 6%;}
  #section-pics-3 .pics-wrapper > div:last-child {width: 100%;}
}
@media only screen and (max-width: 479px) {
}

/* section: testimonials ******************************************************************************/
#section-testimonials {padding-bottom: 80px;}
#section-testimonials .container { text-align:center; }
#section-testimonials .container h2 {margin-bottom:20px;} 
#section-testimonials .container > p {width: 70%; margin:0 auto 30px auto; } 
#section-testimonials .container h3 {margin-bottom: 0; } 
#section-testimonials .container .rating {width: 300px; margin:0 auto 40px auto;}

.testimonials-wrapper > div {width:45%; margin-bottom: 50px; position: relative;}
.testimonials-wrapper > div:nth-child(odd) {margin-left: 15%; }
.testimonials-wrapper > div:nth-child(even) {margin-left: 40%; }
.testimonials-wrapper > div:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px; left:0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.testimonials-wrapper > div .testimonial-content-wrap {background-color: #ea1149; color: #fff; border-radius: 15px; padding:40px; font-size: 16px; font-weight: bold;}
.testimonials-wrapper > div .testimonial-content-wrap p {margin-top: 0;}
.testimonials-wrapper > div .testimonial-content-wrap h4 {color: #fff; font-size: 13px; font-weight: normal; }
.testimonials-wrapper > div .testimonial-content-wrap .testimonial-pics {display: flex; justify-content: center;}
.testimonials-wrapper > div .testimonial-content-wrap .testimonial-pics div {width: 110px; margin-left:5px; margin-right: 5px;}
.testimonials-wrapper > div:nth-child(odd):after {content: ''; position: absolute; background-image:url('images/icon-review-left.svg'); background-repeat:no-repeat; background-size:cover; width:73px; height:46px; left:30px; bottom: -45px; }
.testimonials-wrapper > div:nth-child(even):after {content: ''; position: absolute; background-image:url('images/icon-review-right.svg'); background-repeat:no-repeat; background-size:cover; width:73px; height:46px; right:30px; bottom: -45px; }

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-testimonials {padding-bottom: 60px;}
  #section-testimonials .container .rating {width: 250px;}
  .testimonials-wrapper > div { width: 55%;}
  .testimonials-wrapper > div:nth-child(odd) {margin-left: 10%;}
  .testimonials-wrapper > div:nth-child(even) {margin-left: 35%;}
  .testimonials-wrapper > div .testimonial-content-wrap {padding:30px;}
}
@media only screen and (max-width: 767px) {
  #section-testimonials {padding-bottom: 50px;}
  .testimonials-wrapper > div {width: 75%;}
  .testimonials-wrapper > div:nth-child(odd) { margin-left: unset; }
  .testimonials-wrapper > div:nth-child(even) {margin-left: 25%;}
  .testimonials-wrapper > div .testimonial-content-wrap {padding:25px;}
  .testimonials-wrapper > div .testimonial-content-wrap .testimonial-pics div {width: 90px;}
}
@media only screen and (max-width: 479px) {
  .testimonials-wrapper > div {width: 85%;}
  .testimonials-wrapper > div:nth-child(even) {margin-left: 15%;}
  .testimonials-wrapper > div .testimonial-content-wrap {padding:20px;}
}


/* section: videos ***********************************************************************************/
#section-videos {padding-top: 70px; padding-bottom: 70px; margin-bottom: 70px; border-top:#000 solid 1px; border-bottom:#000 solid 1px;}
.videos-wrapper {display: flex; justify-content: center; }
.videos-wrapper > div {margin: 0 30px;}
.videos-wrapper > div .videos { aspect-ratio: 16 / 9; width: 100%; }

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .videos-wrapper {display: block; width: 600px; margin: 0 auto 0 auto;}
  .videos-wrapper > div {margin-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
  #section-videos {padding-top: 50px; padding-bottom: 50px; margin-bottom: 50px; }
  .videos-wrapper {width: 400px;}
}
@media only screen and (max-width: 479px) {
  .videos-wrapper {width: 100%;}
}


/* section: clients ***********************************************************************************/


#section-clients {padding-top: 70px; padding-bottom: 70px; margin-bottom: 70px;}
.clients-wrapper {display: flex; justify-content: center; }
.clients-wrapper > div {margin: 10px 15px;}
.clients-wrapper > div .clients { aspect-ratio: 16 / 9; width: 100%; }

#section-clients .container h2 {padding-bottom:30px; width: 80%; margin: 0 auto 0 auto;} 
#section-clients .container h5 { margin:0 auto 30px auto; font-weight:100; font-size:15px; } 
#section-clients .container h4 {padding-bottom: 60px; width: 60%; margin: 0 auto 0 auto;} 

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .clients-wrapper {display: block; width: 600px; margin: 0 auto 0 auto;}
  .clients-wrapper > div {margin-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
  #section-clients {padding-top: 50px; padding-bottom: 50px; margin-bottom: 50px; }
  .clients-wrapper {width: 400px;}
}
@media only screen and (max-width: 479px) {
  .clients-wrapper {width: 100%;}
}


/* section: contact ***********************************************************************************/
#section-contact {padding-bottom: 100px;}
.contact-wrapper { margin: auto; width: 700px; position:relative;}

.contact-wrapper:before {pointer-events: none; content: ''; position:absolute; width: calc(100% + 10px); height:calc(100% + 10px); margin-top: -5px; margin-left:-5px; left: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='12' stroke-dasharray='450%2c 30' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;}
.contact-wrapper  .contact-content-wrap {background-color: #fff; color:#000; border-radius: 20px; padding:40px; height: 100%;}

.contact-wrapper p:first-child {margin-top: 0; margin-bottom: 30px;}
.contact-wrapper form {}
.contact-wrapper form > div {display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.contact-wrapper form > div:last-child {margin-bottom: 0;}
.contact-wrapper form label {font-weight:500; font-size: 17px; width: 150px; text-align: left;}
.contact-wrapper form input[type=text],
.contact-wrapper form select {padding: 10px; font-size: 17px; width: 400px; border-radius: 0; border:1.5px solid #000; color:#000; }
.contact-wrapper form button[type=submit] {font-size: 17px; margin-top: 20px;}
.contact-wrapper form button[type=submit]:hover {}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  #section-contact {padding-bottom: 80px;}
  .contact-wrapper { width: 500px; }
  .contact-wrapper form label {width: 150px;}
  .contact-wrapper form input[type=text], .contact-wrapper form select {width: 270px;}
}
@media only screen and (max-width: 767px) {
  #section-contact {padding-bottom: 60px;}
  .contact-wrapper { width: 90%; max-width:420px; }
  .contact-wrapper form > div {flex-direction: column; align-items: flex-start;}
  .contact-wrapper form label {width: 100%; padding-bottom:3px; }
  .contact-wrapper form input[type=text],
  .contact-wrapper form select {width: 100%;}
}
@media only screen and (max-width: 479px) {
  #section-contact {}
  .contact-wrapper {width: 100%; border-radius: 15px;}
  .contact-wrapper .contact-content-wrap {padding: 30px;}
}


/* footer *********************************************************************************************/
footer {} 
.footer-contact-details {border-top:#000 solid 1px; text-align: center; font-size:17px; font-weight:500; line-height:21px; padding-top:70px; }
.footer-contact-details .address {margin-bottom: 20px;}
.footer-contact-details .email {margin-bottom: 30px;}
.footer-social {padding-bottom: 70px;}
.footer-social ul {list-style: none; margin: 0; padding: 0; display:flex; justify-content: center; align-items: center; }
.footer-social ul li {margin:0 10px 10px 10px;}
.footer-social ul li a {}
.footer-social ul li figure {width: 35px;} 
.copyright {text-align: center; padding:20px 0; border-top:#000 solid 1px; } 

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .footer-contact-details { padding-top:50px; }
  .footer-social {padding-bottom: 50px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
.footer-social ul li figure {width: 30px;} 
}



/* modal *********************************************************************************************/
.modal {
  display: none; position: fixed; z-index: 9999; padding-top: 100px; 
  left: 0;top: 0; width: 100%; height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); /*transition: all .15s linear;*/
}

.modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%;}

.modal-close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.modal-close:hover,
.modal-close:focus {color: #000; text-decoration: none; cursor: pointer;}

.read-more {cursor: pointer;}



/*xxxxxxxxxxxx  whatsapp button xxxxxxxxxxxxxxxxxx*/

#nta-wa-gdpr {
  vertical-align: text-top !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nta-wa-gdpr {
  font-size: 11px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}
.nta-wa-gdpr a {
  text-decoration: underline;
  color: inherit;
}
.pointer-disable {
  pointer-events: none;
}
.nta-woo-products-button:before,
.nta-woo-products-button:after {
  content: "";
  display: block;
  clear: both;
}
.wa__button {
  border-bottom: none !important;
}
.wa__btn_w_img:hover {
  text-decoration: none;
}
.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wa__button {
  position: absolute;
  width: 300px;
  min-height: 64px;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
}
.wa__btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}
.wa__btn_w_icon .wa__btn_txt {
  padding: 16px 20px 15px 71px;
}
.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
  padding-top: 25px;
  padding-bottom: 24px;
}
.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
  padding-left: 2px;
  font-size: 14px;
}
.wa__cs_info {
  margin-bottom: 2px;
}
.wa__btn_status {
  color: #f5a623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}
.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
  display: inline-block;
}
.wa__cs_info .wa__cs_name {
  font-size: 12px;
  line-height: 1.36em;
}
.wa__stt_online .wa__cs_info .wa__cs_name {
  color: #d5f0d9;
}
.wa__stt_offline .wa__cs_info .wa__cs_name {
  color: #76787d;
}
.wa__cs_info .wa__cs_status {
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}
.wa__stt_online .wa__cs_info .wa__cs_status {
  background: #62c971;
}
.wa__stt_offline .wa__cs_info .wa__cs_status {
  background: #b9bbbe;
}
.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__stt_online .wa__btn_txt {
  position: relative;
  z-index: 4;
}
.wa__r_button.wa__stt_online:before {
  border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before {
  border-radius: 5px;
}
.wa__stt_online:before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before {
  opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wa__stt_offline {
  background: #ebedf0;
  color: #595b60;
  box-shadow: none;
  cursor: initial;
}
.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px;
}
.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
}
.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px;
}
.wa__btn_w_icon .wa__btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wa__btn_w_icon .wa__btn_icon img {
  width: 41px;
  height: 69px;
}
.wa__btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}
.wa__btn_w_img .wa__cs_img {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wa__cs_img_wrap {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #000;
  position: relative;
  overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff
    url("wa.png") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff
    url("wa.png") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.wa__btn_w_img .wa__btn_txt {
  padding: 14px 20px 12px 103px;
}
.wa__r_button {
  border-radius: 50vh;
}
.wa__sq_button {
  border-radius: 5px;
}
.wa__sq_button.wa__btn_w_img {
  width: 270px;
  margin-left: 30px;
}
.wa__r_button.wa__btn_w_img .wa__cs_img {
  left: -5px;
}
.wa__sq_button.wa__btn_w_img .wa__cs_img {
  left: -35px;
}
.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.wa__btn_txt .wa__btn_title {
}
.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
  margin-left: 3px;
}
.wa__popup_chat_box {
  position: fixed;
  bottom: 10rem;
  right: 5rem;
  width: 350px;
  max-width: calc(100% - 50px);
  border-radius: 1.5rem;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  transition: 1s ease all;
  will-change: transform, visibility, opacity;
  visibility: hidden;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active {
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}
.wa__popup_chat_box.wa__active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #fff;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(193, 32, 38, 1) 0%,
    rgba(104, 0, 0, 1) 100%
  );
}
.wa__popup_chat_box .wa__popup_heading_sm {
  padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 33px;
  filter: invert(1) grayscale(100%) brightness(2);
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before {
  top: 19px;
  left: 11px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
  padding-top: 0px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
  text-decoration: underline;
}
.wa__popup_chat_box .wa__popup_notice {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
  color: #606060;
}
.wa__popup_chat_box .wa__popup_content {
  background: #fff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left {
  text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 10px;
  top: 9px;
}
.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}
.wa__popup_chat_box .wa__stt {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  background: #f5f7f9;
  border-radius: 7px;
}
.wa__popup_chat_box .wa__stt:after {
  content: "";
  background: url("wa.png") 0 0
    no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
  background-image: url("wa.png");
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus {
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item {
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 16px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 12px;
  color: #333;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
  border-left-color: #c0c5ca;
}
.wa__popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  left: -7px;
}
.wa__popup_call_btn {
  background: #2db742;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin: 25px 0 15px;
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url("wa.png") 0 0
    no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
  transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
  background-image: url("wa.png");
}
.wa__popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
  color: #595b60;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
  color: #595b60;
}
.wa__popup_chat_box_ct {
  width: 384px;
  text-align: center;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: "";
  background: url("wa.png")
    center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
  padding-left: 22px;
  padding-bottom: 14px;
}
.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
  margin-top: -5px;
  line-height: 12px;
}
.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
  content: "";
  clear: both;
  display: block;
}
.wa__popup_chat_box_ct .wa__popup_ct_content {
  background: #fff;
  padding: 0 0 14px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
  padding-top: 18px;
  padding-bottom: 15px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item {
  width: 33%;
  float: left;
  font-size: 10px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
  padding-top: 8px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
  color: #363c47;
  font-size: 13px;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
  color: #989b9f;
  padding: 3px 0 0;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url("wa.png") 0
    3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}
.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}
.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
  border-radius: 50%;
}
.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}
.wa__btn_popup {
  position: fixed;
  cursor: pointer;
  bottom: 3rem;
  right: 5rem;
  z-index: 9999;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa__btn_popup .wa__btn_popup_icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent
    url("wa.png") center center
    no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  filter: invert(1) grayscale(100%) brightness(2);
}
.wa__btn_popup .wa__btn_popup_icon:after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent
    url("wa-close.png") center center
    no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;



  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  filter: invert(1) grayscale(100%) brightness(2);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  width: 180px;
  right: 100%;
  background: rgb(86, 166, 30);
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 166, 30, 1) 0%,
    rgba(105, 202, 59, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(193, 32, 38, 1) 0%,
    rgba(104, 0, 0, 1) 100%
  );
  font-size: 14px;
  text-align: left;
  color: #fff;
  top: 0;
  padding: 12px 1rem 12px 1rem;
  margin-right: 15px;
  border-radius: 1.5rem;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wa__btn_popup .wa__btn_popup_txt span {
  display: block;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
.wa__popup_chat_box .wa__popup_notice {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
  color: #606060;
}

.wa__popup_chat_box.wa__active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  left:25px;
}
}

/*xxxxxxxxxxxx  whatsapp button xxxxxxxxxxxxxxxxxx*/
