@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&display=swap');
body {font-family: 'Poppins', sans-serif; color: #444444;}
p  {font-family: 'Poppins', sans-serif;  margin: 0 0 10px;  font-size: 15px;  text-align:justify;}
ul ,ol,li {font-family: 'Poppins', sans-serif;font-size: 15px;text-align:justify;padding-left: 1rem;}
h1, h2, h3, h4, h5, h6 {font-family: 'Baloo Thambi 2', cursive;}
a{font-family: 'Poppins', sans-serif !important;text-decoration: none; }
span{font-family: 'Poppins', sans-serif; }
div#WhatsNewControl_C_ctl00_tr_BulletinPageBackSetting td a {
    color: #0f172b !important;
}

.modal-dialog.modal-lg {
    display: none;
}

.main-table{font-family: 'Poppins', sans-serif; font-weight:normal; Font-size:16px; color:#333; line-height:26px; text-align:justify;}
.main-heading{font-family: 'Poppins', sans-serif; font-weight:bold; Font-size: 24px; color:#222; text-align:left; line-height:30px; border-bottom:1px #ccc dashed; text-transform:uppercase; margin-bottom:10px;}
.sub-heading{ font-family: 'Poppins', sans-serif ;font-weight:bold; Font-size:20px; color:#222; line-height:30px; text-align:left; margin:0;position: relative;margin-bottom: 10px;}
.sub-heading::after { position:absolute; content:''; width: 60px; height: 3px; background: #f9bf1e; left: 0; bottom: -4px}
.team-title{ font-weight:bold; Font-size:14px; color:#222; line-height:30px; text-align:left;}
.maps{ text-align:center;}
.team_img {/* width: 160px; */border: 6px solid #0f172b;/* border-radius: 50%; */}
.fs-15{font-size: 15px;}
/*---------------------------------------
innr-pg-c 
----------------------------------------*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-c{margin-bottom: 20px;padding: 32px 0;position: relative;background:url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll;}
.innr-pg-c h1{font-weight: 700;font-family: "Poppins", serif;Font-size: 26px;color: #fff;text-align: left;border-left: 3px #fff solid;text-transform: uppercase;position:relative;z-index:1;border-radius: 4px;padding: 5px 0 5px 20px;}
.innr-pg-c:after{content:'';position:absolute;left:0px;right:0px;top:0px;width:100%;height:100%;z-index: 0;background-image: linear-gradient(22deg, #0f172b 56%);}
   /*  */
.dropdown-item {font-size: 14px;padding: 2px 12px !important;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff;background-color: #0f172b;}
.dropend .dropdown-menu[data-bs-popper]{left: auto;right: 100%;}
.dropdown-menu {border-radius: 0;}
/*** Navbar ***/
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{background-color: transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color:#fff !important; color:#2b2825 !important;}
.nav-link{font-weight: 600;color: #212529;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
.nav-item{position:relative;}
/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
.abt-cont{margin-top: 190px;}
	}

@media (max-width: 767px){
.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
.abt-cont{margin-top: 90px;}
}
@media screen and (max-width:540px){
    .abt-cont{margin-top: 50px;} 
}
@media screen and (max-width:450px){
    .abt-sec .row.justify-content-end .text-end {
        position: static !important;
        
    }
    .abt-cont{margin-top: 0px;} 
}
.container-fluid{padding: 0 2px;}
#header {
    
}
.head-img{padding: 13px 0;}
/*** Navbar ***/
/*color and background*/
.main-text-color { color: #f9bf1e;}
.main-bg { background: #f9bf1e; transition:.5s;}
.blue-bg{ background: #0f172b; transition:.5s;}
.blue-text-color{ color: #0f172b;}
.btn.main-bg:hover{background: #0f172b; color: #fff;}

/*** banner-sec ***/

/* .banner-sec {background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../image/banner-bg-img.jpg);    background-position: center center; background-repeat: no-repeat;  background-size: cover; padding:50px 0;}
.banner-sec img {animation: imgRotate 50s linear infinite; border-radius: 50%;}
@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
} */

.banner-section {position: relative;}
.banner-section video {width: 100%;height: 100vh;object-fit: cover;/* border-bottom-right-radius: 150px; */}
.banner-section .banner-content {width: 100%;height: 100%;position: absolute;background: linear-gradient(90deg, rgba(3, 77, 130, .7), rgb(18 18 18 / 40%));top: 0;left: 0;}
.banner-section .banner-content .text {position: absolute;left: 23%;top: 30%;width: 50%;}
.banner-section .banner-content .text h2 {text-align: center;color: #fff;left: auto;font-size: 45px;font-weight: 700;margin: 5px;}
.banner-section .banner-content .text p {text-align: center;color: #fff;font-size: 18px;margin: 0px;}
.banner-section .banner-content .text h6 {color: white;text-align: end;font-size: 25px;margin: 0 0 30px 0;}
#widgetsControl,#widgetsControl_C{margin-top: 46px;height: auto !important;}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #f9bf1e;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #f9bf1e;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** bnr-btm-item ***/
.bnr-btm-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.bnr-btm-item:hover {
    background: #f9bf1e;
}

.bnr-btm-item * {
    transition: .5s;
}

.bnr-btm-item:hover * {
    color: #000;
}
/*abt-sec*/
.abt-sec .row.justify-content-end{position:relative;}
.abt-sec .row.justify-content-end .text-end{position:absolute;top: -130px;}
/*hm-service*/
.hm-service .ser-bx{padding: 13px;border-right: 1px solid rgba(0, 0, 0, 0.1);border-top: 1px solid rgba(0, 0, 0, 0.1);transition:.5s;}
.hm-service .ser-bx .fa{font-size:40px; margin:25px auto; color:#f9bf1e;}
.hm-service .ser-bx:hover{background:#0f172b;}
.hm-service .ser-bx:hover .fa, .hm-service .ser-bx:hover h4, .hm-service .ser-bx:hover p, .hm-service .ser-bx:hover a{color:#fff; border:0;}

/*hm-service*/
/*Call Back*/
.cont-hm-lft label{ color:#fff; margin:5px 0;}
.cont-hm-lft .sub-btn-hm{transition:.5s; color:#000;}
.hm-contact .bg-dark{background-color:#0F172B !important;}
.cont-hm-rht{position:relative;}
.cont-hm-rht .fa{font-size:30px;width:70px;flex: none;height:70px;text-align:center;line-height: 50px;padding:10px;}
.cont-hm-rht p span{font-size:18px; font-weight:600;}
/*Call Back*/
/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
    transform: scale(1.05);
}
.team-item h5  a{font-family: 'Baloo Thambi 2', cursive !important; font-size: 20px;color:#0F172B }

.team-item:hover img {
    transform: scale(1.1); 
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}

.team_subcont{font-family: 'Poppins', sans-serif; font-size: 14px;}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover { color:#0f172b;}

.footer .btn.btn-link {display: block; text-decoration:none; margin-bottom: 5px;  padding: 0; text-align: left; color: #FFFFFF; font-size: 15px;   font-weight: normal;  text-transform: capitalize;  transition: .3s;}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #eee;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.top {  position: fixed;  right: 20px;  bottom: 30px;  padding: 10px 15px; z-index: 9; cursor: pointer;  opacity: 0;  transition: ease-in 0.5s;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 50px;}
.top .fa { display: block !important;}

/* contact page */
.cont-page h2 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #0f172b;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
#WhatsNewControl{  margin-top: 62px;}
/*cont-page*/

/* menu */
#MenuControl .rdCenter, #HeaderControl .rdCenter{background: transparent !important;}
#HeaderControl{position:absolute;top:0;left:0;width:33%;z-index: 999;}
#MenuControl{position:absolute; top:0; right:0; width:67%;}
center form #HeaderControl, center form #MenuControl{position:relative;background: #fff;}

@media (max-width: 767px) {
#header img{margin:inherit;}
#HeaderControl, #MenuControl{position:relative; background: #0f172b; width:100%;}
.banner-section .banner-content .text {
    position: absolute;
    left: 30px;
    top: 14%;
    width: 90%;
}
#WhatsNewControl{  margin-top: 20px;}
}
@media (max-width: 568px) {
.banner-section .banner-content .text h2 {
    color: #fff;
    font-size: 42px;
}}
@media (max-width: 462px) {
.banner-section .banner-content .text h2 {
    color: #fff;
    font-size: 32px;
}}
.table-responsive {
    padding: 0;
}
@media screen and (max-width: 991px) {
   #widgetsControl, #widgetsControl_C {
    margin-top: 0px;
    height: auto !important;
}
}
 
/*--------------------------------------------------------------
# Abt_btm
--------------------------------------------------------------*/
.over_shadow {position: absolute;bottom: 0;left: 0;right: 0;background: #0F172B;overflow: hidden;width: 100%;height: 0;transition: .5s ease;padding: 0 20px;display: flex;align-items: center;    justify-content: center;color: #fff;font-size: 16px;line-height: 1.3}
.advantage-panel {width: 100%;}
.advantage-name {border: 2px solid #0F172B; padding: 130px 3px 35px; color: #151515; font-size: 22px; font-weight: 600; cursor: pointer; font-family: 'Baloo Thambi 2', cursive; text-align: center;}
.advantage-desc p {text-align: center;background: url(Image/border1.png) no-repeat center bottom;padding: 0 0 15px;margin: 0;color: #fff;font-size: 14px;}
.advantage-name.integrity {background: url(Image/icon_Img1.png) no-repeat center 25px;}
.advantage-name.Accountability {background: url(Image/icon_Img2.png) no-repeat center 25px;}
.advantage-name.Passion {background: url(Image/icon_Img3.png) no-repeat center 25px;}
.advantage-name.Humility {background: url(Image/icon_Img4.png) no-repeat center 25px;}
.advantage-name.Swiftness {  background: url(Image/icon_Img5.png) no-repeat center 25px;}
.advantage-name.Quality {background: url(Image/icon_Img6.png) no-repeat center 25px;}
.advantage-name.Teamwork {background: url(Image/icon_Img7.png) no-repeat center 25px;}
.advantage-name.Continuous {background: url(Image/icon_Img8.png) no-repeat center 25px;}
.advantage-div {position: relative;display: inline-block;width: 24%;margin: 3px 0.3%;}
.advantage-div:hover .over_shadow {height: 100%;}
.advantage-div:hover .advantage-name {background: #0F172B;color: #fff;}
@media screen and (max-width: 991px) {
    .advantage-panel{flex-direction: column;}
    .advantage-div{width: 100%; margin: 6px 0;}
}
 /*--------------------------------------------------------------
# .key-highlights
--------------------------------------------------------------*/
.key-highlights { padding: 5% 0; background-image: url('image/key-highlights-bg.jpg'); background-size: cover; background-attachment: fixed;}
.key-highlights .heading {color: #fff;font-size: 40px;margin: 0 0 50px 0;font-weight: 600;letter-spacing: .5px;}
.key-highlights .count-bx { padding: 25px; border-right: 1px solid rgba(255, 255, 255, .4)}
.key-highlights .count-bx img {width: 76px;margin: 0 0 10px 0}
.key-highlights .count-bx h2 {color: #fff;font-size: 36px;margin: 0;font-weight: 600;}
.key-highlights .count-bx p {color: #f6f6f6;font-size: 18px;}
 /*--------------------------------------------------------------
# .service-section
--------------------------------------------------------------*/
.service-section { padding: 60px 0;}
.service-section .ser-card { position: relative; margin: 30px 0 0 0; transition: all .3s ease-in-out; overflow: hidden;}
.service-section .ser-card img { transition: all .4s ease-in-out;}
.service-section .ser-card::after {content: '';position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);/* text-align: justify; */top: 0;left: 0;}
.service-section .ser-card .ser-name { position: absolute; font-size: 24px; color: #fff; width: 100%; text-align: center; bottom: 30px; z-index: 2; letter-spacing: .5px; transition: all .3s ease-in-out;}
.service-section .ser-card .text {position: absolute;width: 100%;height: 100%;padding: 25px;top: 0;left: 0;/* transform: translate(-50%, -40%); */z-index: 2;text-align: center;display: none;transition: all .3s ease-in-out;}
.service-section .ser-card .text h5 {color: #fff;font-size: 22px;font-weight: 700; margin: 0 0 10px 0;}
.service-section .ser-card .text p {color: #fff;font-size: 16px;line-height: 1.5;margin: 0;text-align: center !important;}
.service-section .ser-card .text a {color: #fff;display: block;margin-top: 7px;}
.service-section .ser-card:hover .ser-name{ display: none;}
.service-section .ser-card:hover .text { display: block;}
.service-section .ser-card:hover img { transform: scale(1.2);}
 /*--------------------------------------------------------------
# sectors-section
--------------------------------------------------------------*/
.sectors-section { padding: 60px 0;}
.sectors-section .sector-card {    border: 1px solid #ddd;border-radius: 10px;padding: 20px 10px;margin: 15px 0 0 0;height: 100%;}
.sectors-section .sector-card img { width: 54px}
.sectors-section .sector-card h4 {font-size: 18px;color: #141414;font-weight: 600; margin: 14px 0 0 0;}
.sectors-section .row.gx-lg-3 .col-md-2{margin: 8px 0;}

 /*--------------------------------------------------------------
# .career-section
--------------------------------------------------------------*/
.career-section .career-bx { background: #0F172B;}
.career-section .career-bx .text { padding: 50px;}
.career-section .career-bx .heading h2 {     color: #fff;padding: 0;margin: 0 0 10px 0;font-size: 36px;font-weight: 700;}
.career-section .career-bx .heading h2::after { width: 0;}
.career-section .career-bx .text .heading p {color: #fff;margin: 0 0 20px 0;font-size: 18px;text-align: center !important;}
.career-section .career-bx .text p { color: #d6d6d6; font-size: 16px;}
.career-section .career-bx .text a { display: inline-block; padding: 10px 34px; color: #fff; border: 1px solid #fff; margin: 10px 0 0 0;}
 /*--------------------------------------------------------------
# contact-section
--------------------------------------------------------------*/
.contact-section { padding: 7% 0;}
.contact-section .contact-form h4 { color: #0F172B; font-size: 36px; margin: 0 0 20px 0; font-weight: 600;}
.contact-section .contact-form .form-control { margin: 0 0 20px 0; padding: 10px; border: 0; border-bottom: 1px solid #5c5c5c; border-radius: 0;}
.contact-section .contact-form input[type="button"] { background: #0F172B; border: 0; color: #fff; padding: 12px 34px; margin: 10px 0 0 0;}
::placeholder{font-family: 'Poppins', sans-serif;}
    /*--------------------------------------------------------------
# team detail
--------------------------------------------------------------*/
/***** team detail *****/
.team_detail { background: #0F172B;}
.team_detail .our-motto { color: #cdaa73; font-size: 24px; font-weight: 600; font-family: 'Baloo Thambi 2', cursive !important; }
.team_sec_bx {width: 100%;margin:10px auto;margin-bottom: 40px;transition:.5s;/* display: flex; */align-items: center;}
.team_sec_bx:hover .rd-mr .btn-primary{background: #2b2825; color:#fff;}
.team_sec_bx .img {width: 100%; height: 240px;  display: block;transition:.5s;}
.team_sec_bx .text{ position: relative; padding:0 10px 0px; margin: 0 auto; text-align:justify; -moz-transition: all 0.3s ease;    -o-transition: all 0.3s ease;  -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1); padding:20px;}
.team_sec_bx .img-bx img{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;/* filter: grayscale(100%); *//* -webkit-filter: grayscale(100%); *//* -webkit-transition: all 1s ease; */}
/* .team_sec_bx:hover .img-bx img {transform: scale(1.1) rotate(-1deg);filter: grayscale(0%); filter: gray; -webkit-filter: grayscale(0%); filter: none;} */
.team_sec_bx .text h3 {font-size:22px;font-weight: 700; color: #26243c;margin: 0 0 20px 0;font-size: 32px;font-family: 'Baloo Thambi 2', cursive !important;}
.team_sec_bx .text p {font-size: 15px;color: #20282d;}
.team_sec_bx .img-bx, .team_sec_bx .right-img-bx{position: relative}
.team_sec_bx .right-img-bx::after { content: ''; position: absolute; width: 100%; height: 107%; background: #0F172B; top: -15px; right: -15px;}
.team_sec_bx .img-bx img, .team_sec_bx .right-img-bx img { position: relative; z-index: 2;}
.team_sec_bx .img-bx::after { content: ''; position: absolute; width: 100%; height: 107%; background: #0F172B; top: -15px; left: -15px;}
/*--------------------------------------------------------------
#btn
--------------------------------------------------------------*/
/* common-btn */
.v-mr>a{color: #26243c;background-color: transparent;display: inline-block;border: 1px solid #0F172B;border-radius: 44px;padding: 10px 30px;font-weight: 400;transition: 0.3s linear;}
.v-mr .arr-icon .fa{rotate: -35deg;}
.v-mr:hover a{color: #fff;background-color: #0F172B;}
.v-mr:hover a .fa{animation: vmr 0.8s linear  alternate;  }
@keyframes vmr {
    49%{
        transform: translate(5px);
        rotate: -35deg;
        opacity: 0;
    }
    51%{
        opacity: 1;
        transform: translate(-2px);
        rotate: -35deg;
    }
    
}
/*End common-btn */

 /* common-btn */
.rd-mr>a{color: #fff;background-color: #cdaa73;display: inline-block;border-radius: 44px;padding: 8px 30px;font-weight: 300;transition: 0.3s linear;}
.rd-mr .arr-icon .fa{rotate: -35deg;}
.rd-mr:hover a{color: #fff; background-color:rgba(255,255,255,.2); }
.rd-mr:hover a .fa{animation: rdmr 0.8s linear  alternate;  }
@keyframes rdmr {
    49%{
        transform: translate(5px);
        rotate: -35deg;
        opacity: 0;
    }
    51%{
        opacity: 1;
        transform: translate(-2px);
        rotate: -35deg;
    }
    
}

/*--------------------------------------------------------------
#solution
--------------------------------------------------------------*/
/***** solution *****/
.solution.bg-1{padding: 60px 0;}
.sol_lft_head{font-size: 37px;line-height: 46px;color: #26243c;font-weight: 600;font-family: "Libre Baskerville", serif;}
.sol_lft_cont{font-size: 17px;line-height: 27px;margin: 25px 0;}
.sol_cnt{background: url(Image/sol_cnt_img.jpg) no-repeat center/cover;padding: 10px 26px;min-height: 365px;}
.sol_cnt_cont > p:first-child{font-size: 100px;color: #FFFFFF54;line-height: 1.2;/* margin: 70px 0 80px 0; */}
.mt-neg{line-height: 24px;}
.sol_cnt .v-mr>a{color: #fff;background-color: #0F172B;display: inline-block;border: none;border-radius: 44px;padding: 8px 30px;font-weight: 300;transition: 0.3s linear;}
.sol_rgt{background-color: #0F172B;padding: 10px 0px 0px 26px;min-height: 364px;}
/***** End Section *****/

/*--------------------------------------------------------------
# whatsapp Btn
--------------------------------------------------------------*/
.whatsapp_btn{position: fixed;top: 32em;left: 20px;width: 55px;height: 55px;z-index: 9999;}
.whatsapp_btn .icon_logo{position: relative;z-index: 100;padding: 5px;}
.whatsapp_btn .icon_logo > a > img{width: 100%;}
.whatsapp_btn .circle_waves{border-radius: 50%;background-color: #3cc04e;width: 55px;height: 55px;position: absolute;opacity: 0;bottom: 1px;left: 0px;z-index: 99;animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);}
@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}
.callus {width: 100%;margin: 20px 0 0 0;text-align: right;position: fixed;top: 26em;left: 36px;width: 50px;height: 50px;z-index: 99999;}
.callus .callusL {width: 40px;height: 40px;font-size: 18px;border-radius: 100%;text-align: center;line-height: 35px;display: inline-block;float: right;background: #eb1d39;color: #fff;margin: 0 20px 0 0;-webkit-box-shadow: 0px 0px 0px 7px #dc3545;-moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);box-shadow: 0px 0px 0px 7px #dc354536;-webkit-animation: tada 1.25s infinite alternate-reverse;-moz-animation: tada 1.25s infinite alternate-reverse;-ms-animation: tada 1.25s infinite alternate-reverse;animation: tada 1.25s infinite alternate-reverse;}
@keyframes tada {
  from {transform: scale(0.85, 0.85);}
  to {transform: scale(1.2, 1.2);}
}