html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
}
ol, ul {
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0; }
img {
  max-width: 100%; }
a,
a:hover,
a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight: 400;
  color: #1e2c34;
  margin: 0;
  padding: 0; }
ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }
strong {
  font-weight: 700; }
/* This only works with JavaScript, 
        if it's not present, don't show loader */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

/*owl carousel slider fix*/
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
/*owl carousel slider fix*/


/* -------------------------------- 

menue style

-------------------------------- */

/*start menu section*/

.navbar.navbar-expand-lg.active_sc{
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.15);
box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.15);
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}

.navbar.navbar-expand-lg,
.navbar.navbar-expand-md{
  background: none;
  transition: 0.3s all;
  z-index: 999;
  padding-top: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #003466;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar-brand img{
  height: 60px;
}
.navbar .nav-item a{
  color: #003466;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar .navbar-nav .active>.nav-link, 
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show>.nav-link{
  color: #3FDD4A;
}
.navbar .nav-item.cn_btn a{
  background-color: #003466;
  border:1px solid #003466;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-left: 20px;
  border-radius: 2px;
}
.navbar .nav-item.cn_btn.active a{
  background-color: #3FDD4A;
  border:1px solid #3FDD4A;
  color: #fff;
}
.navbar .nav-item.cn_btn.active a:hover{
  color: #fff;
}


/*sub menu*/

.navbar .nav-item.drop_menu {
  position: relative;
      float: left;
    position: relative;
    margin-right: 6px;
    height: 50px;
}
.navbar .nav-item.drop_menu ul li{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.navbar .nav-item.drop_menu a i{
  padding-left: 5px;
}

.navbar .nav-item.drop_menu ul{
  margin:30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  transition: all .2s ease-in-out;
  width: 300px;
}

.navbar .nav-item.drop_menu ul li a{
    color:#003466;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 5px 15px;
    font-size: 12px;
}
.navbar .nav-item.drop_menu:hover ul{
  opacity: 1;
  visibility: visible;
  top: 20px;
}


/*end of menu section*/



/* -------------------------------- 

close menue style

-------------------------------- */



/* -------------------------------- 

Start Banner style

-------------------------------- */

.banner_hero_sec{
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/bg/background-1.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: left top;
  padding-top: 158px;
  padding-bottom: 120px;
}

.banner_content h1{
  font-weight: 600;
  color: #003466;
  font-size: 52px;
  line-height: 1.4em;
  padding-bottom: 20px;
}
.banner_content p{
  padding-bottom: 36px;
  font-weight: 400;
  color: #003466;
  font-size: 22px;
}
.banner_content .btn{
  padding: 15px 48px;
  background-color: #3FDD4A;
  border:1px solid #3FDD4A;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
}
.banner_content .btn:hover{
  color: #3FDD4A;
  background-color: transparent;
}

.banner_image img{
  max-width: 606px;
  object-fit: contain;
}


/* -------------------------------- 

Close Banner style

-------------------------------- */




/* -------------------------------- 

Start About Us style

-------------------------------- */

.about_sec{
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 10px;
}

.about_sec:after{
  content: '';
  width: 48%;
  height:auto;
  bottom: 110px;
  position: absolute;
  left: 0;
  top: 0;
  border:28px solid #3FDD4A;
  background-image: url(../img/about-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -11;
}
.about_sec:before{
  content: '';
  width: 35%;
  height:400px;
  bottom: 0;
  position: absolute;
  left: 0;
  border:28px solid #3FDD4A;
  border-left: 0;
  background-image: url(../img/about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about_title{
  padding: 100px 0;
}
.about_title .btn{
  padding: 15px 48px;
  background-color: #3FDD4A;
  border:1px solid #3FDD4A;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
  margin-top: 20px;
}
.about_title .btn:hover{
  color: #3FDD4A;
  background-color: transparent;
}

/*title*/
.title h5{
  text-transform: uppercase;
  font-weight: 700;
  color: #3FDD4A;
  font-size: 24px;
}
.title h3{
  font-weight: 600;
  color: #003466;
  font-size: 36px;
  line-height: 1.3em;
}
.title p{
  padding-top: 20px;
  font-weight: 400;
  color: #333;
  font-size: 15px;
}
/*title*/



/* -------------------------------- 

Close About Us style

-------------------------------- */




/* -------------------------------- 

Start Service sec style

-------------------------------- */

.service_sec{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/background-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
}

.service_sec .title{
  padding-bottom: 40px;
}
.single_services_in{
  margin-top: 30px;
}
.single_services_in h4, .head-serv{
  padding-top: 30px;
  padding-bottom: 18px;
  font-weight: 600;
  color: #003466;
  font-size: 24px;
}
.single_services_in h4 a{
  color: #003466;
}
.single_services_in p{
  font-weight: 400;
  color: #333;
  font-size: 15px;
}

.service_sec .btn_only .btn{
  padding: 15px 48px;
  background-color: #3FDD4A;
  border:1px solid #3FDD4A;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
  margin-top: 40px;
}
.service_sec .btn_only .btn:hover{
  color: #3FDD4A;
  background-color: transparent;
}


/* -------------------------------- 

Close Service sec style

-------------------------------- */




/* -------------------------------- 

Start Fun fact style

-------------------------------- */

.fun_fact_sec{
  width: 100%;
  background-color: #3FDD4A;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single_fun_in{
  width: 100%;
  text-align: center;

}
.single_fun_in h3{
  color: #fff;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
}
.single_fun_in p{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}


/* -------------------------------- 

Close Fun fact style

-------------------------------- */




/* -------------------------------- 

Start How we work style

-------------------------------- */

.how_we_work{
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 100px 0;
  overflow: hidden;
}


.how_we_work:after{
  content: '';
  width: 48%;
  height:auto;
  bottom: 110px;
  position: absolute;
  right: 0;
  top: 0;
  border:28px solid #3FDD4A;
  background-image: url(../img/how_we2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -11;
}
.how_we_work:before{
  content: '';
  width: 35%;
  height:400px;
  bottom: 0;
  position: absolute;
  right: 0;
  border:28px solid #3FDD4A;
  border-right: 0;
  background-image: url(../img/how_we1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.work_title{
  padding: 100px 0;
}

.work_title .btn{
  padding: 15px 48px;
  background-color: #3FDD4A;
  border:1px solid #3FDD4A;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
  margin-top: 40px;
}
.work_title .btn:hover{
  color: #3FDD4A;
  background-color: transparent;
}

/* -------------------------------- 

Start How we work style

-------------------------------- */

/* -------------------------------- 

Start Footers style

-------------------------------- */

.footers{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #003466;
}
.footers .widget{
  margin-bottom: 30px;
}
.footers .widget img{
  height: 90px;
}
.widget_info p{
  padding-top: 22px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.footers .widget h3,
.footers .footer_sicial h3{
  padding-bottom: 36px;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}
.footers .widget ul li{
  padding-bottom: 8px;
}
.footers .widget ul li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footers .widget form{
  position: relative;
}
.footers .widget form input{
  width: 100%;
  outline: 0;
  background-color: #fff;
  padding: 6px 8px;
  color: #fff;
  font-size: 10px;
  border: 1px solid #ebebeb;
}
.footers .widget form button{
      position: absolute;
    right: 8px;
    top: 6px;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #fff;
}

.footers .footer_sicial li{
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 10px;
}
.footers .footer_sicial li a:hover{
  background-color: #3FDD4A;
}
.footers .footer_sicial li a{
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align:center;
  align-items: center;
  justify-content: center;
  background-color: #3f3a39;
  color: #fff;
}

/*copyright text*/
.copyright_txt{
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.copyright_txt p,
.copyright_txt p a{
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}

/*copyright text*/



/* -------------------------------- 

Close Footers style

-------------------------------- */





/* -------------------------------- 

Start Responsive style

-------------------------------- */

@media only screen and (max-width : 767px) {
  .navbar-toggler{
    color: #003466;
    outline: 0;
    font-size: 20px;
    outline: 0;
    border: 1px solid #003466;
  }
  .navbar-collapse{
    background-color: #fff;
    padding: 30px;
  }
  .navbar .nav-item.cn_btn a{
    margin-left: 0;
    margin-top: 10px;
    width: auto;
     max-width: 120px;
    text-align: center;
  }
  .banner_content h1{
    font-size: 44px;
  }
  .banner_content p{
    font-size: 18px;
  }
  .title h5{
    font-size: 20px;
  }
  .title h3{
    font-size: 28px;
  }
  .single_fun_in h3{
    font-size: 48px;
  }
  .single_fun_in p{
    font-size: 18px;
  }

  .testimonials_sec .owl-carousel .owl-item img{
    display: inline-block;
    max-width: 200px;
    width: 200px;
    height: 200px;
    margin-top: 100px;
    margin-left: 120px;
  }
  .testimonials_inside_image{
    width: 400px;
    height: 400px;
 
  }
  .testimonials_inside_image:after{
    width: 320px;
    height: 320px;
    left: 40px;
    top: 40px;
  }
  .testimonials_inside_image img{
    width: 60px;
    height: 60px;
  }
  .testimonials_inside_image img:nth-child(1){
    top: 300px;

    right: 50px;
  }
  .testimonials_inside_image img:nth-child(2){
    top: 170px;
  }
  .testimonials_inside_image img:nth-child(3){
    right: 30px;
    top: 50px;
  }

  .single_price_in .body_p{
    padding: 0 10px;
  }
  .single_price_in .body_p .btn{
    white-space: normal;
  }

  .banner_image img{
    max-width: 100%;
  }
  .about_sec:before{
    height: 400px;
    top: 120px;
    bottom: 0;
    width: 65%;
  }
  .about_sec:after{
    width: 100%;
    height: 400px;
    bottom: 0;
    top: 0;
  }
  .about_title{
    padding-top: 560px;
    padding-bottom: 0;
  }
  .fun_fact_sec{
    padding-top: 50px;
  }
  .single_fun_in{
    padding-top: 50px;
  }

  .how_we_work:before{
    height: 400px;
    top: 120px;
    bottom: 0;
    width: 65%;
  }
  .how_we_work:after{
    width: 100%;
    height: 400px;
    bottom: 0;
    top: 0;
  }
  .work_title{
    padding-top: 560px;
    padding-bottom: 0;
  }

  .blog_sec{
    margin-top: 0;
    padding-top: 0;
  }
  .blog_title{
    padding-bottom: 40px;
  }
  .blog_sec:after,
  .blog_sec:before{
    top: auto;
    bottom: 0;
  }
  .blog_single_in .blog_content .meta p{
    padding-top: 0;
  }
}


@media only screen and (max-width : 480px) {
  .image_relative{
    display: none;
  }
  .testimonials_sec .owl-carousel .owl-item img{
    margin: auto;
    display: inherit;
  }
  .testimonials_sec .single_testi{
    padding-top: 50px;
  }
  .testimonials_sec{
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .banner_image{
    padding-top: 50px;
  }

}
@media only screen and (min-device-width : 768px) and (max-device-width : 993px) {
  .navbar-toggler{
    color: #003466;
    outline: 0;
    font-size: 20px;
    outline: 0;
    border: 1px solid #003466;
  }
  .navbar-collapse{
    background-color: #fff;
    padding: 30px;
  }
  .navbar .nav-item.cn_btn a{
    margin-left: 0;
    margin-top: 10px;
    width: auto;
     max-width: 120px;
    text-align: center;
  }
  .banner_content h1{
    font-size: 44px;
  }
  .banner_content p{
    font-size: 18px;
  }
  .title h5{
    font-size: 20px;
  }
  .title h3{
    font-size: 28px;
  }
  .single_fun_in h3{
    font-size: 48px;
  }
  .single_fun_in p{
    font-size: 18px;
  }

  .testimonials_sec .owl-carousel .owl-item img{
    display: inline-block;
    max-width: 200px;
    width: 200px;
    height: 200px;
    margin-top: 100px;
    margin-left: 60px;
  }
  .testimonials_inside_image{
    width: 400px;
    height: 400px;
    left: -40px;
  }
  .testimonials_inside_image:after{
    width: 320px;
    height: 320px;
    left: 40px;
    top: 40px;
  }
  .testimonials_inside_image img{
    width: 60px;
    height: 60px;
  }
  .testimonials_inside_image img:nth-child(1){
    top: 300px;

    right: 50px;
  }
  .testimonials_inside_image img:nth-child(2){
    top: 170px;
  }
  .testimonials_inside_image img:nth-child(3){
    right: 30px;
    top: 50px;
  }

  .single_price_in .body_p{
    padding: 0 10px;
  }
  .single_price_in .body_p .btn{
    white-space: normal;
  }
}

@media only screen and (min-width : 1400px) {
  .blog_sec:after,
  .blog_sec:before{
    width: 68%;
  }
}
@media only screen and (min-width : 1920px) {
  .blog_sec:after,
  .blog_sec:before{
    width: 62%;
  }
}

/* -------------------------------- 

Close Responsive style

-------------------------------- */




/* -------------------------------- 

Start About us style

-------------------------------- */

.broadcamp_header{
  width: 100%;
  padding-top: 140px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
  background-image: url(../img/bg/background-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.broadcamp_inside a,
.broadcamp_inside span{
  display: inline-block;
  font-weight: 600;
  color: #44A64B;
  font-size: 20px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.broadcamp_inside h3{
  color: #003466;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.3em;
}

/*about known*/
.about_know_more{
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.know_about_image img{
  display: block;
}
.know_about_image{
  position: relative;
}
.know_about_image .about2{
  position: absolute;
  right: -210px;
  bottom: 0;
}
/*about known*/

/*about skills*/

.about_skills_sec{
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  overflow: hidden;
  padding-top: 100px;
}
.about_skills_sec:after{
  content: '';
  width: 30%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/about/skill2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about_skill_right .nav-tabs{
  border-bottom: 0;
}
.about_skill_right .nav-tabs .nav-item{
  margin-bottom: 0;
  width: 33.33%;
}
.about_skill_right .nav-tabs .nav-link{
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #003466;
  font-size: 14px;
}
.about_skill_right .nav-tabs .nav-link.active{
  background-color: #3FDD4A;
  color: #fff;
}

.about_skill_right .title{
  padding-top: 36px;
}

.single_progress_bar{
  position: relative;
  padding-top: 30px;
}
.single_progress_bar p{
  padding-bottom: 10px;
  font-weight: 600;
  color: #003466;
  font-size: 18px;
}
.single_progress_bar label{
  position: absolute;
  right: 0;
  top: 30px;
  font-weight: 600;
  color: #003466;
  font-size: 18px;
}
.single_progress_bar .progress-bar{
  background-color: #3FDD4A;
}

/*about skills*/

/*video*/
.video_promo_about{
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background-image: url(../img/about/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video_promo_about:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(52deg, #003466 0%, #57845A 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #003466), color-stop(100%, #57845A)); /* safari4+,chrome */
  background: -webkit-linear-gradient(52deg, #003466 0%, #57845A 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(52deg, #003466 0%, #57845A 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(52deg, #003466 0%, #57845A 100%); /* ie10+ */
  background: linear-gradient(38deg, #003466 0%, #57845A 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57845A', endColorstr='#003466',GradientType=0 ); /* ie6-9 */
  background-color: #57845A;
  opacity: 0.7;
  z-index: -1;
}

.video_inside_con .btn{
  color: #fff;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3FDD4A;
  font-size: 20px;
  float: left;
  padding-top: 35px;
}
.video_inside_con h3{
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  padding-left: 10px;
  float: left;
  padding-top: 25px;
}
/*video*/

/*teams*/

.about_teams_sec{
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/bg/background-2.png);
  background-repeat: no-repeat;
  background-position:right bottom;
  background-size: 40% auto;
}
.about_teams_sec .title{
  padding-bottom: 40px;
}

.single_team_in{
  margin-top: 30px;
}
.single_team_in .team_img{
  -webkit-border-radius:0 70px;
  border-radius:0 70px;
  position: relative;
  background-color: #3FDD4A;
  padding: 1px;
  z-index: 1;
  overflow: hidden;
}
.single_team_in:hover .team_img img{
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}
.single_team_in:hover .team_img ul{
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single_team_in .team_img ul{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align:center;
  align-items: center;
  justify-content: center;
  z-index: 11;
  top: 0;
  background-color: rgb(29, 30, 40,0.7);
  border-radius:0 70px;
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}

.single_team_in .team_img ul li{
  padding: 0 6px;
}
.single_team_in .team_img ul li a:hover{
  background-color: #3FDD4A;
  color: #003466;
}
.single_team_in .team_img ul li a{
  width: 30px;
  height: 30px;
  background-color:#fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #3FDD4A;
  padding-top: 3px;
}
.single_team_in img{
  display: block;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius:0 70px;
  border-radius:0 70px;
}

.single_team_in .team_info{
  width: 100%;
  text-align: center;
  padding-top: 26px;
}
.single_team_in .team_info h4{
  font-weight: 600;
  color: #003466;
  font-size: 30px;
  line-height: 1.2em;
}
.single_team_in .team_info p{
  font-weight: 500;
  color: #003466;
  font-size: 18px;
  padding-top: 6px;
}


@media only screen and (max-width : 768px) {
  .about_title_know{
    padding-bottom: 50px;
  }
  .about_skills_sec:after{
    width: 60%;
  }
  .about_skill_right{
    padding-top: 50px;
  }
  .single_team_in .team_img{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
@media only screen and (max-width : 420px) {
  .single_team_in .team_img{
    width: 100%;
  }
}
@media only screen and (min-width : 1920px) {
  .about_skills_sec:after {
    width: 40%;
  }
}
/*teams*/


/* -------------------------------- 

Close About us style

-------------------------------- */




/* -------------------------------- 

Start Service page style

-------------------------------- */

.service_page_video{
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 100px 0;
  padding: 60px 0;
  overflow: hidden;
  background-image: url(../img/bg/background-1.png);
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: right bottom;
}
.service_page_video:after{
  content: '';
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/service/video1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.video_service_in{
  width: 100%;
  background-image: url(../img/service/video2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 160px 0;
  position: relative;
  z-index: 11;
  margin-left: -8.333333%;
}
.video_service_in:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #211d1f;
  opacity: 0.35;
  z-index: -1;
}

.video_service_in .btn{
  color: #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3FDD4A;
  font-size: 20px;
  padding-top: 25px;
}

@media only screen and (max-width : 768px) {
  .service_page_video:after{
    height: 350px;
  }
   .service_page_video{
    padding-bottom: 0;
   }
  .service_page_video .title{
    padding-top: 50px;
  }
}



/* -------------------------------- 

Close Service page style

-------------------------------- */




/* -------------------------------- 

Start Portfolio page style

-------------------------------- */

.project_masonry_pg{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.project_masonry_pg .button-group{
  text-align: center;
  padding-bottom: 40px;
}
.project_masonry_pg .button-group button.is-checked {
  background-color: #3FDD4A;
  color: #fff;
}
.project_masonry_pg .button-group button{
  border: 0;
  outline: 0;
  margin: -2px;
  padding: 14px 30px;
  background-color: #efefef;
  font-weight: 600;
  color: #003466;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  text-transform: uppercase;
}

.item-inner{
    color:#fff;
    position:relative;
    overflow:hidden;
    width:100%;
    text-align:center;
    margin-top: 30px;
}

.item-inner img{
    opacity:1;
    width:100%;
    -webkit-transition:opacity .35s;
    transition:opacity .35s;
    height: 100%;
    display: block;

}
.item-inner .overlay{
    position:absolute;
    bottom:0;
    left:0;
    padding:3em 1rem;
    width:100%;
    height:100%;
}
.item-inner .overlay::before{
    position:absolute;
    top:50%;
    right:0;
    bottom:50%;
    left:0;
    border-top:1px solid rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.8);
    content:'';
    opacity:0;
    background-color:#fff;
    -webkit-transition:all .4s;
    transition:all .4s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s
}
.item-inner .view-list,.item-inner a{
    margin:0 0 5px;
    opacity:0;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s,transform .35s
}
.item-inner .view-list,.item-inner a{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s
}
.item-inner:hover .overlay .view-list,.item-inner:hover .overlay a{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
}
.item-inner:hover .overlay::before{
   background-color: #003466;
    border:none;
    top:0;
    bottom:0;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    opacity:0.7;
    
}
.item-inner .view-list{
    margin-top:-25px;
    position:relative;
    top:50%;
    transform:translate3d(0,50%,0);
    transition-delay:.3s;
    width:100%
}
.item-inner .view-list a{
  display:inline-block;
  color: #fff;
  font-size: 18px;
  border:2px solid #fff;
  padding: 10px 10px;
  margin: 5px;
}



/* -------------------------------- 

Close Portfolio page style

-------------------------------- */


/* -------------------------------- 

Start Contact page style

-------------------------------- */

#gmap{
  width: 100%;
  height: 400px;
}

.contact_us_main{
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/bg/background-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40% auto;
}

.contact_us_main .title h5{
  padding-bottom: 10px;
}
.contact_us_main .title address{
  font-weight: 500;
  padding-top: 26px;
  color: #003466;
  font-size: 18px;
  line-height: 30px;
}
.contact_us_main .title address span{
  color: #3FDD4A;
  padding-right: 10px;
  white-space: pre;
  width: 105px;
  display: inline-block;
}
.contact_us_main .title address span::after{
  content: ":";
  display: block;
  float: right;
}
.contact_us_main .title address span.nill::after{
  display: none;
}

.contact_form_in input,
.contact_form_in textarea{
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #747579;
  padding-bottom: 12px;
  font-weight: 400;
  color: #747579;
  background:transparent;
}

.contact_form_in .btn{
  padding: 15px 48px;
  background-color: #3FDD4A;
  border:1px solid #3FDD4A;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
  text-transform: uppercase;
  opacity: 1;
  cursor: pointer;
}
.contact_form_in .btn:hover{
  color: #3FDD4A;
  background-color: transparent;
}

.help-block.with-errors{
  color: #ff0000;
}


/* -------------------------------- 

Close Contact page style

-------------------------------- */




/* -------------------------------- 

Start service single page style

-------------------------------- */

.project_details_pg{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;

}

.service_detail_hdr{
  width: 100%;
  background-image: url(../img/service/single-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:left center;
  padding: 54px;
  margin-bottom: 36px;
}
.service_detail_hdr .col-md-5{
  background-color: #fff;
  padding: 30px;
  font-weight: 600;
  font-style: italic;
  color: #003466;
  font-size: 24px;
  line-height: 36px;
}

.service_sing .project_content p:last-child{
  padding-bottom: 0;
}
.service_sing .project_content{
  padding-left: 0;
}
.project_img.pd-b img:last-child{
  margin-top: 20px;
}


/* -------------------------------- 

Close service single page style

-------------------------------- */

/* -------------------------------- 

Start Faqs page style

-------------------------------- */

.faqs-page-single{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/bg/background-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40% auto;
}

.faqs-page-single .nav-tabs{
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  display: block;
  border-bottom: 0;
}
.faqs-page-single .nav-tabs .nav-link{
  border:0;
}
.faqs-page-single .nav-tabs li{
  display: inline-block;
}
.faqs-page-single .nav-tabs li a{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.faqs-page-single .nav-tabs .nav-link.active{
  color: #3FDD4A;
}
.faqs-page-single{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
}

.card-header h5 > .btnc:before {
    float: right !important;
    font-family: Font Awesome\ 5 Free;
    content:"\f068";
    font-weight: 900;
    padding-right: 5px;
    color: #f5f5f5;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #dedede;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 4px;
}
.card-header h5 > .btnc.collapsed:before {
    float: right !important;
    content:"\f067";
}


.faqs-page-single .card-header{
  background-color: #f5f5f5;
  border: 0;
  text-align: left;

}
.faqs-page-single .card-header button{
  width: 100%;
  border:0;
  background: none;
  text-align: left;
  outline: 0;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.faqs-page-single .card{
  margin-bottom: 30px;
}

.faqs-page-single .card-body{
  background-color: #f5f5f5;
  margin-top: 8px;
}
.faqs-page-single .collapse .card-body{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}

/* -------------------------------- 

Close Faqs page style

-------------------------------- */

@media (max-width: 991.98px) {
  .dp-menu-mob{
    display: none !important;
  }
}
.common-uls, .common-uls li{
  list-style: square;
}
.common-uls li{
  list-style: square;
  margin-left: 15px;
  padding-left: 10px;
}
.career-block .title{
  padding-bottom: 30px;
}
.career-block .title label{
  font-weight: 700;
}
.head-serv-h5{
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}
@media only screen and (max-width: 767.99px) {
  .single_services_in img{
    margin: auto;
    display: block;
  }
  .single_services_in h4{
    text-align: center;
  }
}
.clr-green{
  color: #3FDD4A;
}
.collapse.show {
  display: block;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.service_sec img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.single_services_in{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.single_services_in:hover{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}