/*=================================
lightgree - color version/ home page-3
===================================*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Rubik:wght@300;400;500;700;900&amp;display=swap');
/*====================================
 global area - start
====================================*/
*{
  padding: 0;
  margin: 0;  
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.7rem;
  font-family: 'Poppins', serif;
  letter-spacing: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0px;
}

input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

b, strong {
  font-weight: 900;
  line-height: 3rem;
}

 .btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
} 

/*====================================
 global area - end
====================================*/

/*====================================
 common css - start
====================================*/
section{
 	  padding: 80px 0px;
 }
.owl-carousel .owl-nav button:focus{
    outline: none !important;
 }
.owl-theme .owl-dots button:focus{
    outline: none !important;
 }
.section-tittle h3 {
    margin-bottom: 18px;
    position: relative;
    color: #3d4352;
}
.section-tittle small {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: .8;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
    color: #20B2AA;
}
.section-tittle .bottom-style{
    height: 10px;
    width: 10px;
    background: transparent;
    border: 2px solid #3d4352;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 40px;
}
.section-tittle .bottom-style::after {
    position: absolute;
    content: "";
    background:#20B2AA;
    width: 50px;
    height: 2px;
    left: 45%;
}
.section-tittle .bottom-style::before {
    position: absolute;
    content: "";
    background: #20B2AA;
    width: 50px;
    height: 2px;
    right: 45%;
}
/*====================================
 common css - end
====================================*/

/*start preloader css*/

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloder3.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/


/*====================================
         header - start
====================================*/

.header_top_area{
  background: #3d4352;
  padding: 10px;
}
.header_wrapper ul li{
  color: #ffffff;
  margin-right: 20px;
}
.header_wrapper ul li i{
  margin-right: 10px;
}
.header_social{
  margin-right: 9%;
}
.header_social a{
  margin-right: 15px;
  color: #ffffff;
}
.header_social a i{
  font-size: 18px;
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: transparent;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #00142e;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
.display-none{
  display: none;
  transition: opacity 1s ease-out !important;
  -webkit-transition: opacity 1s ease-out !important;
  -moz-transition: opacity 1s ease-out !important;
  -o-transition: opacity 1s ease-out !important;
  opacity: 0;
}

/*menu css start*/

.sticky-header{
	width: 100%;
	z-index: 999;
  position: fixed;
}
.navbar-nav .nav-item .nav-link{
	font-weight: 500;
}
.menu-sticky{
	background: #ffffff;
  border-bottom: 1px solid #000;
}
.nav-item{
	position: relative;
}
.navbar .navbar-collapse .navbar-nav li.active a,
.navbar .navbar-collapse .navbar-nav li a:hover {
  background: transparent;
  color: #000000;
}
.navbar .navbar-collapse .navbar-nav li a:before {
  position: absolute;
  content: '';
  left: 8px;
  bottom: 0;
  right: 50%;
  height: 1px;
  background: #ffffff;
  border-bottom: 2px solid #20B2AA;
  visibility: hidden;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 1;
}

.navbar .navbar-collapse .navbar-nav li.active a:before,
.navbar .navbar-collapse .navbar-nav li a:hover:before {
  visibility: visible;
  right: 0;
  max-width: 50%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:before{
	display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	color: #000000 !important;
	border-bottom: 1px solid #ccc !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
  background-color: #20B2AA;
  color: #ffffff !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	left: -50px;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  transition: all 0.5s ease-in-out;
}
.dropdown-menu .dropdown-item{
  font-size: 14px;
}

/*====================================
           header - end
====================================*/

/*====================================
          banner - start
====================================*/

.carousel-item img{
	position: relative;
	height: 100vh;
  /*max-height: 780px;*/
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.slider-text{
	position: absolute;
}
.slider-content {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-235%);
  -moz-transform: translateY(-235%);
  -ms-transform: translateY(-235%);
  -o-transform: translateY(-235%);
  transform: translateY(-235%);
  left: 0;
  width: 100%;
}

.slider-content p{
	margin-bottom: 40px;
  color: #f7f7f7;
}
.slider-content h2{
  margin-bottom: 30px;
  color: #f7f7f7 !important;
}
.slider-content h2 span{
  color: #20B2AA;
}

.carousel-indicators {
  position: absolute;
  bottom: 5%;
  z-index: 9;
  right: 0%;
  transform: rotate(180deg);
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 500px;
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.carousel-indicators li.active{
	background:#20B2AA;
	width: 12px;
	height: 12px;
	margin-top: -1px;
}
.carousel-item.active
.slider-content .slidp1{
  font-size: 18px;
  font-weight: 500;
  color:#20B2AA;
}
.slider-content h2{
	font-size: 50px;
	font-weight: bolder;
	color: #ffffff;
	line-height: 4rem;

}
.slider-content .slidp2{
    color: #ffffff;
}
.slider-content a{
	background:#20B2AA;
	border: none;
	padding: 15px 30px;
  margin-right: 10px;
	border-radius: 5px;
	color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.slider-content a:hover{
  background: #000000c9;
  color: #dee0e0;
}


/*====================================
         banner - end
====================================*/

/*====================================
        single - start
====================================*/
.single-box i{
  background-color: rgba(69, 90, 100, 0.08);
  color: #20B2AA;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  margin: 20px 0 20px;
  text-decoration: none;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.single-box:hover i{
  color: #ffffff;
  background-color: #20B2AA;
  margin-top: 10px;
}
.single-box-text h4{
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
}
.single-box-text p{
  color: #5a5a5a;
  text-align: center;
}
.single-box1{
  background-color: rgba(69, 90, 100, 0.08);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.single-box1:hover{
  background-color: #fff;
}
.single-box1:hover i{
  color: #ffffff;
}
.single-box1:hover h4{
  color: #ffffff;
}
.single-box1 i{
  color: #fff;
  font-size: 40px;
  margin: 20px 0 20px;
  text-decoration: none;
} 


/*====================================
        single - end
====================================*/

/*====================================
       about us - start
====================================*/

#about-section,
#about-sections2{
  background-color: rgba(69, 90, 100, 0.08);

}
.about_details .about-header h3{
   color: #3d4352;
   font-weight: 700;
}

.about_details p{
  color: #5a5a5a;
  text-align: right; 
}
.about_details .p1 {
  padding-top: 20px;
}
.about_details .p2 {
  padding: 20px 0px 40px;
  color: #5a5a5a;
  text-align: right;
}
.about_list .about-icon{
  float: left;
  padding: 5px 10px;
  border: 1px dashed #bfb4b4;
}
.about_list .about-icon i{
  font-size: 32px;
  color: #b89841; 
}
.about_list h5 {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #3d4352;
  margin: 0 auto;
  margin-left: auto;
  padding: 12px 0px 00px;
  margin-left: 65px;
  font-weight: 600;
}
.about_para {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: left;
  color: #5a5a5a;
}

.btncontent{
  text-align: end;
}

.btncontent a:hover {
    background: #000000c9;
    color: #dee0e0;
    border: 1px solid #ffffff;
}
.btncontent a {
    background: #20B2AA;
    border: none;
    padding: 15px 30px;
    margin-right: 0px;
    border-radius: 5px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.about-video {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
}
.about-video .img-responsive {
    width: 100%;
}
.overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.overlay-video .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25%;
  background: rgba(240,240,240,0.5);
}
.overlay-video .video .sub-video{
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
}
.overlay-video .video a i{
  font-size: 32px;
  color: #20B2AA;
  padding: 14px 22px;
}

.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
  margin-bottom: 20px;
}
.item-img-wrap .img-responsive {
  width: 100%;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay .about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13%;
  background: rgba(85, 85, 85, 0.3);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn-transparent-sm {
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.05);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 0 13px;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-transparent-sm i {
  margin-right: 2px;
}
.item-img-wrap:hover .item-img-overlay div {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.about2-text{
  color: #5a5a5a;
}

/*====================================
         about us - end
====================================*/

/*====================================
         service - start
====================================*/

.service_img{
    position: relative;
}
.heading-text h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    font-weight: 700;
}

.service_item p{
  text-align: -webkit-right;
  margin-bottom: 40px;
}

.service-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.5);
}
.service_contant:hover .service-overlay{
  opacity: 1;
}
.service-icon{
  float: left;
  padding: 5px 10px;
}
.service-icon i{
  font-size: 32px;
  color: #20B2AA;
}
.serv_item{
  padding: 20px;
  background-color: rgba(69, 90, 100, 0.08); 
}
.serv_item p{
  padding: 20px 0px 0px;
  color: #5a5a5a;
  text-align: left;
}
.serv_item h5 {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #3d4352;
  margin: 0 auto;
  margin-left: auto;
  padding: 8px 0px 00px;
  margin-left: 50px;
  font-weight: 600;
}
.ser-det{
  margin-bottom: 30px;
}


/*====================================
       service - end
====================================*/


/*================================
      project-Start
==================================*/
.project{
 margin: 4em 0;
    position: relative; 
}
.project h1{
 color:#20B2AA;
 margin: 2em; 
}
.project img{
  height: 15rem;
  width: 100%;
  }
.pro_pera p{
  margin-bottom: 40px;
  text-align: right;
}

.box14 {
  position: relative;
}
.box15,
.box17,
.box18 {
  box-shadow: 0 0 5px #7e7d7d;
  text-align: center;
}
.box14:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 15px;
  opacity: 0;
  transition: all 0.35s ease 0s;
}
.box14:hover:before {
  opacity: 1;
}
.box14 img {
  width: 100%;
  height: auto;
}
.box14 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 9%;
}
.box14 .box-content:after,
.box14 .box-content:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.box14 .box-content:before {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
}
.box14 .box-content:after {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}
.box14:hover .box-content:after,
.box14:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.box14 .title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease 0s;
}
.box14:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.box14 .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background:#20B2AA;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all 0.7s ease 0s;
}
.box14 .icon,
.box15 .icon {
  padding: 0;
  list-style: none;
}
.box14:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.box14 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.7s ease 0s;
  display: flex;
  justify-content: center;
}
.box14:hover .icon {
    bottom: 95px;
    opacity: 5;
    transition-delay: 0.15s;
}
.box14 .icon li a {
    display: block;
    width: 45px;
    height: 40px;
    line-height: 42px;
    border: 1px solid; #fff;
    border-radius: 0 -5px;
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
}
.box14 .icon li a:hover {
  background: #20B2AA;
  border-color: #20B2AA;
}
.col-project{
  margin-bottom: 30px;
}
@media only screen and (max-width: 990px) {
  .box14 {
    margin-bottom: 30px;
  }
}
/*=================================
          project-end
=================================*/

/*====================================
          counter - start
====================================*/

#counter-section{
	background-image:url(../images/counter.jpg);
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
}
.overlay-counter{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(55 147 156 / 55%);
  z-index: -1;
}
.number-icons{
  width: 100px;
  height: 100px;
  display: inline-block;
  background: rgb(255, 255, 255);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.number-icons i{
  color: #20B2AA;
  margin-top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.number-no {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.number-title{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500; 
}


/*====================================
       counter - end
====================================*/

/*====================================
      client say - start
====================================*/

.clientsay .owl-dots .owl-dot{
	margin-top: 40px;
}
.clientsay .owl-dots .owl-dot span{
	background: transparent !important;
	border: 1px solid #20B2AA;
}
.clientsay .owl-dots .owl-dot.active span{
	background: #20B2AA !important;
}
.client-details{
	background-color: rgba(69, 90, 100, 0.08);
	border-radius: 10px;
	margin: 0px 10px;
}
.client-details p{
  color: #5a5a5a;
  margin-bottom: 16px;
}
.client-details h5{
	font-size: 18px;
	font-weight: bold;
	position: relative;
  color: #3d4352;
}
.client-details h5::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	left: 20px;
  top: 22px;
	background: #20B2AA;
}

/*====================================
        client say - end
====================================*/

/*===================================
        Start-Team section 
===================================*/

 h1 {
  margin-top: 0;
  font-size: 3rem;
  display: inline-block;
}
h1 div {
  position: relative;
  float: left;
}
h1 div:first-child {
  color: #3498db;
  margin-right: 1rem;
}
.team-heading h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    font-weight: 700;

}

.team_pera p{
  text-align: -webkit-right;
  margin-bottom: 40px;
}
/* PROFIL */
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.html);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 80px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #20B2AA;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #20B2AA;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #20B2AA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #ffff;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team .team-content p {
    text-align: center;
    padding-top: 10px;
    color: #717070;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #20B2AA;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 50px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #8d8d8d;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #20B2AA;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.social li{
  justify-content: center;
  letter-spacing: 15px;
  font-size: 20px;
  margin-top: 5px;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}


/*================================
      team section end
==================================*/

/*====================================
      choose - start
====================================*/

#chose-us-section{
  background-color: rgba(69, 90, 100, 0.08);
  margin-top: 110px;
}
.chose-img img{
  height: 615px;
}
.choose-title .choose-header h3 {
  color: #3d4352;
  margin-bottom: 20px;
}
.choose-header h3:before {
  position: absolute;
  content: "";
  background:  #20B2AA;
  width: 100px;
  height: 2px;
  bottom: 93%;
}
.choose-header h3:after {
  position: absolute;
  content: "";
  background:#20B2AA;
  width: 75px;
  height: 2px;
  bottom: 94%;
  left: 15px;
}
.choose-title p {
  padding: 20px 0px;
  color: #5a5a5a;
  text-align: left;

}
.choose_item{
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.choose_item:hover{
  box-shadow: 0px 5px 5px 0px #e7e7e7;
}
.choose_item .choose-icon{
  float: left;
}
.choose_item .choose-icon i{
  font-size: 32px;
  color: #20B2AA;
}
.choose_item h5{
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #3d4352;
  margin: 0 auto;
  margin-left: auto;
  padding: 0px 0px 00px;
  margin-left: 48px;
  font-weight: 600;
}
.choose_item p{
  padding: 20px 0px 0px;
  color: #5a5a5a;
  margin-left: 48px;
  text-align: left;
}

/*====================================
      choose - end
====================================*/

/*===================================
     demo vedio
=====================================*/
#vedio-section{
  background-image: url(../images/demo_vedio.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: ;
  z-index: -2;
  position: relative;

}
.overlay-vedio{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#5f1616;
  opacity: 0.5;
  z-index: -1;
}
.vedio-icon{
  text-align: center;
  font-size: 80px;
}

i.fa.fa-youtube-play::before{
  color:#20B2AA ;
}
/*====================================
     demo vedio end
======================================*/


/*==================================
      pricing section
====================================*/
.pricing-heading h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    font-weight: 700;
}
.pricing_item p {
    text-align: right;
    margin-bottom: 40px;
}

.pricing_pera p{
  margin-bottom: 40px;
  text-align: right;
}

.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
}

.pricing-card-header{
  background-color: #20B2AA;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 24em #20B2AA;
}

.price{
  font-size: 50px;
  color: #20B2AA;
  margin: 40px 0;
  transition: .2s linear;
}

.price sup, .price span{
  font-size: 22px;
  font-weight: 700;
}

.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;
}
.pricing-card:hover li{
  color: #ffffff;
}
.pricing-card li {
    font-size: 16px;
    padding: 10px 0;
    color: #aaa;
    text-transform: uppercase;
}
.pricing-card li span {
    font-weight: 600;
    color: #000000;
}


.order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid #20B2AA;
  color: #20B2AA;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.order-btn:hover{
  background-color: #20B2AA;
  color: #fff;
}

@media screen and (max-width:1100px){
  .pricing-card{
    flex: 50%;
  }
}

/*==================================
pricing section end
====================================*/

/*====================================
 blog - start
====================================*/

.blog-section2{
  background-color: rgba(69, 90, 100, 0.08);
}
.blog-img{
	position: relative;
}
.blog-img-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.5);
}
.blog-contant:hover .blog-img-overlay{
   opacity: 1;
}
.blog-details{
  background-color: rgba(69, 90, 100, 0.08);
  padding: 20px;
}
.blog-details p{
	color: #5a5a5a;
  margin-bottom: 20px;
  text-align: left;
}
.blog_pera p{
  margin-bottom: 40px;
  text-align: right;
}
.blog-details2 {
  background-color: #ffffff;
}   
.blog-details h4{
	font-size: 22px;
	font-weight: bold;
	color: #3d4352;
	line-height: 1.9rem;
  padding: 10px 0px 20px;
}
.blog-details span{
	color: #8b8b8b;
}
.blog-details .blog_btn{
  font-size: 14px;
  letter-spacing: .5px;
  color: #424242;
  display: block;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.blog-details .blog_btn:hover{
  letter-spacing: 2px;
}
.blog-details .blog_btn span{
   margin-left: 5px;
}
.col-blog{
  margin-bottom: 30px;
}


/*====================================
 blog- end
====================================*/


/*====================================
 Pratner - start
====================================*/
#brand-section{
  padding: 80px 0px;
}
.client .owl-item img {
  display: block;
  width: 70%;
}
.client .client-img{
  display: flex;
  justify-content: center;
}
.client .client-img{
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.4;
}
.client .owl-nav .owl-prev{
  position: absolute;
  left: -5%;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #20B2AA !important;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-prev:hover{
  background: #20B2AA !important;
  cursor: pointer;
}
.client .owl-nav .owl-prev span{
  color: #20B2AA!important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-prev:hover span{
  color: #ffffff !important;
}
.client .owl-nav .owl-next{
  position: absolute;
  right: -5%;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #20B2AA !important;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-next:hover{
  background: #20B2AA !important;
  cursor: pointer;
}
.client .owl-nav .owl-next span{
  color: #20B2AA !important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-next:hover span{
  color: #ffffff !important;
}


/*====================================
     Pratner- end
====================================*/

/*===================================
     demo vedio
=====================================*/
#vedio-section{
  background-image: url(../images/demo_vedio.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: ;
  z-index: -2;
  position: relative;
}
.overlay-vedio{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#5f1616;
  opacity: 0.5;
  z-index: -1;
}
.vedio-icon{
  text-align: center;
  font-size: 80px;
}

i.fa.fa-youtube-play::before{
  color:#20B2AA ;
}
/*====================================
     demo vedio end
======================================*/
/*===================================
contact us page
=====================================*/
.contact-heading h3{
    margin-bottom: 15px;
    position: relative;
    color: #3d4352;
    font-weight: 700;
}
.contact_pera p{
  margin-bottom: 40px;
  text-align: right;
}
.contact-content h3{
    font-size: 15px;
}
iframe{
  width: 100%;
}
.btn:not(:disabled):not(.disabled) {
    background-color: #20B2AA;
    cursor: pointer;
}
.from-button {
    background: #20B2AA;
    color: #ffffff;
}
.contact-title {
    margin-bottom: 20px;
    font-weight: 700;
}

.btn i{
  color: unset;
}


/*====================================
contact us page end
=====================================*/


/*====================================
  footer- start
====================================*/
#footer{
	background-image: url(../images/footer_img.png);
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
}
.overlay-footer{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(45, 191, 191, 0.8);
  z-index: -1;
}

.footer-text{
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 1.9rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.footer-about p{
	color: #ffffff;
  text-align: left;
}

.footer-about ul li:hover a i{
	color: #000;
}
.footer-about ul li a i{
  font-size: 18px;
  color: #fff;
}
.footer-service ul li a{
	color: #ffffff;
}
.footer-service ul li{
	margin-bottom: 10px;
}
.media img{
	width: 35%;
}
.media-body h5{
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7rem !important;
}
.media-body span{
    color: #3d4352;
}
.footer-contact p{
	color: #ffffff;
  margin-bottom: 10px;
}
.footer-contact ul li{
	color: #ffffff;
}
.footer-contact ul li i{
	color: #ffffff;
}
.footer-bottom-text{
  padding: 20px 0px;
  background: #ffffff;
  border-top: 1px solid 45, 191, 191;
}
.footer-bottom-text p{
	color: #3d4352;
  text-align: center;
}
#backToTop {
    position: fixed;
    display: inline-block;
    right: 30px;
    bottom: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-property: opacity,visibility,-webkit-transform;
    transition-property: transform,opacity,visibility;
    transition-property: transform,opacity,visibility,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#backToTop a {
    padding: 12px 17px;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    text-align: center;
    color: #ffffff;
    background: #20B2AA;
    border-radius: 50px;
}
#backToTop a i {
    color: #ffffff;
}
      

/*====================================
  footer- end
====================================*/