h1,h2,h3,h4,h5,h6{
  color: #000;
}

.darkcolor {
    color: #000;
}

.top-slider{
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.top-slider .owl-nav{
  position: absolute;
  bottom: 50px;
  width: 100px;
  right: 0;
}
.top-slider .owl-nav .owl-prev, .top-slider .owl-nav .owl-next{
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0;
  z-index: 4;
  margin-left: -10px;
}
.top-slider .owl-nav .owl-prev::before, .top-slider .owl-nav .owl-next::before{
  border-radius: 0;
}
.top-slider .owl-nav .owl-prev:hover, .top-slider .owl-nav .owl-next:hover{
  background: transparent!important;
  border-radius: 0;
}

.navbar-brand{
  width:250px;
}

.slider-content{
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-content:after{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  background-color: rgba(0,0,0,.25);
  width: 100%;
  height: 100%;
}

.slider-content h1{
  font-size: 2.4rem;
  font-weight: 300;
  color:#fff;
  margin-bottom: 15px;
  text-transform:capitalize;
  position: relative;
  z-index: 1;
}

.slider-content span{
  font-weight: 700;
}

.slider-content p{
  position: relative;
  z-index: 1;
  font-size: 16px;
  color:#fff;
  line-height: 1.2;
}


.ul-nav{
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: -5px;
  display: flex;
  margin-left: -20px;
  margin-top: 35px;
  flex-direction: column;
}

.ul-nav li {
    margin-bottom: 5px;
    display: inline-flex;
    margin-left: 20px;
    text-align: left;
}
.ul-nav li span {
    position: relative;
    padding-left: 35px;
    display: block;
}

.ul-nav li span img {
    position: absolute;
    left: 0px;
    top: 4px;
    display: block;
}

.count-plus{font-size: 2.5rem;}
.bg-4{
  background: url('../images/bg-4.png');
  background-color: #26313c;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

#services .animation-circle-inverse {

        opacity: 0.25;
        position: absolute;
        right: 100px;
        top: 0;

}
#services{ overflow: hidden;}

#services .animation-circle-inverse i {

        background: #000;
        position: absolute;
        height: 100px;
        width: 100px;
        border-radius: 100%;
        opacity: 0.3;
        -webkit-animation: ripple1 3s linear infinite;
        animation: ripple1 3s linear infinite;

}
#services .animation-circle-inverse i:nth-child(2) {

        -webkit-animation: ripple2 3s linear infinite;
        animation: ripple2 3s linear infinite;

}
#services .animation-circle-inverse i:nth-child(3) {

        -webkit-animation: ripple3 3s linear infinite;
        animation: ripple3 3s linear infinite;

}

@keyframes ripple1 {
    0% {
        transform: scale(5.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(8.5);
        opacity: 0.0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(3.5);
    }
    100% {
        transform: scale(5.5);
    }
}
@keyframes ripple3 {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(3.5);
    }
}

/* About section */
.bg-secondry {
  background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
  background: -webkit-linear-gradient(left, #5192e1, #23ced5);
  background: -o-linear-gradient(left, #5192e1, #23ced5);
  background: linear-gradient(90deg, #5192e1, #23ced5);
}
.section-full {
    position: relative;
}
.p-a50 {
    padding: 50px;
}
.wt-small-title {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.wt-tilte-main {
    float: left;
    padding-right: 50px;
}
.section-head {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
/*home-2-about*/
.home-2-about-left{
	position:relative;
	z-index:1;
	padding-top:50px;
}

.home-2-about-left:after{
	position:absolute;
	content:'';
	border:20px solid #000;
	right:-50px;
	top:0px;
	bottom:50px;
	width:100%;
	z-index:-1;
}
.home-2-about-left-outer{
	position:relative;
	z-index:1
}


.home-2-about-slider-outer{
	margin-left:-80px;
	position:relative;
	z-index:0;
}
.home-2-about-slider{
	margin:0px;
}
.home-2-about-left .wt-title, .homeabout .about-left h2{font-size: 25px;line-height: 35px; margin-bottom: 20px}
@media only screen and (max-width:991px){
	.home-2-about-left{
		margin-bottom:40px;
		padding-top:0px;
	}
	.home-2-about-slider-outer{
		margin-left:0px;
	}
	.home-2-about-left:after{
		display:none;
	}
}
@media only screen and (max-width:480px){
	.home-2-about-left-content{
		padding:20px;
	}
}

#sidemenu_toggle{
  display: none !important;
}

.sidemenu_btn.open-top-menu > span:nth-child(1) {
    top: 8px;
    right: 3px;
    width: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}


.sidemenu_btn.open-top-menu > span:nth-child(2) {
    opacity: 0;
    right: -30px;
    position: absolute;
}

.sidemenu_btn.open-top-menu > span:nth-child(3) {
    top: 8px;
    right: 3px;
    width: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
}


.navbar-collapse ul.navbar-nav.open-menu{
  display: flex;
}

.copyright{
  background-color: #222b35;
  padding: 10px 0;
}
.copyright p{
  margin: 0;
  font-size: 12px;
  text-align: center;
}


#main-banner-page{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 350px;
  background-position: center;
  background-size: cover;
}

.about-bg{
  background-image: url('../images/about-us.jpg');
}

.contact-bg{
  background-image: url('../images/contact-bg.jpg');
}

.indoor-bg{
  background-image: url('../images/indoor-bg.jpg');
}

.portfolio-bg{
  background-image: url('../images/portfolio-bg.jpg');
}

.services-bg{
  background-image: url('../images/services-bg.jpg');
}

.getin_form .form-control{
  color: #242424;
}

.match-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.dflex {
    display: flex;
    flex-direction: column;
}

.match-box .se-services {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}

.pb-40{
  padding-bottom: 40px;
}

.bg-grey{
  background-color: #f5f5f5;
}

.se-services img{
  width:60px;
  height: 60px;
}

.se-services h3{
  margin: 15px 0;
  color: #000;
}

.se-services p{
  margin: 0;
}

.contact_details_text .media {
    margin-bottom: 14px;
    text-align: left;
}

.contact_details_text .media .d-flex {
    max-width: 52px;
    width: 100%;
}

.contact_details_text .media .media-body h4 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
}

.contact_details_text .media .media-body p {
    margin-bottom: 0px;
}

.ct-title{
  font-weight: 600;
}

/***************
Left sidebar
****************/
.left_widget {
  margin-bottom: 50px;
}

.left_widget:last-child {
  margin-bottom: 0px;
}

.list_wd .nav {
  border-left: 3px solid #0095da;
  margin-bottom: 0px;
}

.list_wd .nav li {
  border-bottom: 3px solid #fff;
}

.list_wd .nav li:last-child {
  border-bottom: 0px;
}

.list_wd .nav li a {
  background: #f1f1f1;
  color: #242424;
  display: block;
  padding-left: 22px;
  line-height: 35px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: relative;
}

.list_wd .nav li a:before {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  left: 22px;
  top: 50%;
  background: #fff;
  margin-top: -1px;
  opacity: 0;
}

.list_wd .nav li:hover a, .list_wd .nav li.active a {
  background: #0095da;
  color: #fff;
  padding-left: 50px;
}

.list_wd .nav li:hover a:before, .list_wd .nav li.active a:before {
  opacity: 1;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_btn {
    background: #041f88;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    border: 1px solid #041f88;
    padding: 0px 22px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.main_btn:hover {
    border-color: #041f88;
    background: transparent;
    color: #041f88;
}

.contact_wd {
  overflow: hidden;
  background: #0095da;
}

.contact_wd .text {
  background: #0095da;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 42px;
  position: relative;
  padding-top: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.contact_wd .text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 280px;
  border-color: transparent transparent #0f58a6 transparent;
  position: absolute;
  top: -56px;
  left: 0px;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
  font-family: 'Montserrat', sans-serif;
}

.contact_wd .text p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.contact_wd .text p span {
  font-weight: 600;
  font-size: 28px;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.contact_wd .text h4 {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  text-align: left;
}

.contact_wd .text .main_btn {
  padding: 0px 30px;
  line-height: 44px;
}

.s_details_inner {
    padding-left: 30px;
}

.s_details_inner .s_details_main img {
    margin-bottom: 50px;
}

.s_details_inner .s_details_main h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.s_details_inner .s_details_main p {
    margin-bottom: 30px;
}

.maintence_column .maintence_text h4 {
    font-size: 21px;
    margin-bottom: 12px;
}

.maintence_column .maintence_text p {
    margin-bottom: 20px;
}

.maintence_column {
    margin-top: 50px;
    margin-bottom: 55px;
}

.maintence_column .maintence_text.p-0 {
    padding-right: 46px !important;
}

.maintence_column .maintence_text .nav li {
    margin-bottom: 7px;
}

.maintence_column .maintence_text .nav li a {

}

.nav-lister li{
  display: inline-block;
  border:2px solid #e3e3e3;
  border-radius: 50px;
  padding: 6px 12px;
  line-height: 1;
  margin-right: 10px;
}

.benefit_service {
    margin-top: 55px;
}


.benefit_service .main_title {
    margin-bottom: 40px;
}

.benefit_service .main_title h2 {
    font-size: 21px;
    margin-bottom: 12px;
}

.benefit_service1 .nav {
    -webkit-columns: 2;
    columns: 2;
    width: 100%;
    display: block;
    margin-bottom: -10px;
}

.benefit_service1 .nav li {
    margin-bottom: 10px;
}

.benefit_service1 .nav li a {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block;
}

.benefit_service1 .nav li a img {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mt-20{
  margin-top: 20px !important;
}

.st-title{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0095da;
}

.benefit_service .ul-nav{
  margin-bottom: 20px;
  margin-top: 0;
}

.approval-slider{
  margin: 40px 0;
}

.cholorine{
  margin-top: 40px;
}

.team-body {
    padding: 2em;
}

.about-img {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    margin-bottom: 50px;
}

.about-img::before {
    position: absolute;
    left: -15px;
    bottom: -40px;
    width: 90%;
    height: 80%;
    z-index: 1;
    content: '';
    background: #0095da;
}

.box-img::before {
    position: absolute;
    background-image: url(../images/dots.png);
    bottom: -80px;
    right: -30px;
    z-index: 0;
    content: '';
    height: 110px;
    width: 110px;
}

.info-about h3 {
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: .5px;
    margin-top: 20px;
    font-weight: 900;
}

.info-about h2 {
  font-size: 14px;
  color: #0095da;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  padding-left: 70px;
}

.info-about h2:before {
  content:"";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0095da;
  top:8px;
  left: 0;
}

.box-img {
    position: relative;
}

.about-img img {
    margin-left: 0px;
    z-index: 2;
    position: relative;
}

.modal-content {
    border-radius: 0px;
}

.info-about p {
    padding: 0px;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0085da;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    z-index: 9;
    border-radius: 50%;

}

.gallery-hvr h4{
  color: #fff;
}

.mt-30{
  margin-top: 30px !important;
}

.thermal-box p{
  margin-bottom: 5px;
}

.th-title{
  font-size: 18px;
  margin-bottom: 25px;
}

#accordion .card-header .card-link{font-weight: 700;text-transform: capitalize;font-size: 14px;}


.card-header .card-link::before{
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #0095da;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

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

ul.icon-list {
  margin: 0em 0;
}

ul.icon-list li {
  margin: 0.5em;
  margin-left: 3em;
	font-size: 14px;
}

ul.icon-list li:first-child {
  margin-top: 0;
}

ul.icon-list li:before {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #0095da;
	font-size: 16px;
}

.pl-0{
  padding-left: 0 !important;
}

.pt-section{
  position: relative;
  overflow: hidden;
}

.description-bg {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50vw;
    height: 60%;
    background-color: #0095da;
    background-image: url("../images/shapes.svg");
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.key-project-img{
  text-align: center;
}

.nav-item-sub .nav-link.active:before{
  width: 60px !important;
}

/*index2 style*/

.homeabout.aboutbg{background-color: #ffffff;
    background-image: url(../images/sme/about.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 960px;
    width: calc(100% - 400px);

  }
.homeabout{
          box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -50px;
    margin-bottom: 80px;
    padding: 70px 70px 70px 70px;
    z-index: 2;
        border-radius: 5px 5px 5px 5px;
            position: relative;
            margin-left: auto;margin-right: auto;
  }
  .homeabout .about-left h2{
        font-size: 25px;
    margin-bottom: 10px;

  }
  .homeabout .section-head {
    margin-bottom: 35px;}

  .homeabout .counters .count_nums {
    font-size: 4.25rem;
    line-height: 5rem;
    font-weight: 500;
}
.about-left p{margin-bottom: 30px;text-align: justify;}
.about-left a{font-size: 16px; font-weight: 600}
.arrow-bg{
    background-color: #0095da;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 50%;margin-left: 10px;
}
.smebgpara{
  border: 1px solid #fff;
    padding: 30px 0;
}
.smebgpara p{
      font-size: 1.5rem;
    color: #fff;
    font-style: italic;
    font-family: initial;
}
.smeoverlay{
      background-color: #000000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bg-smepara {
    background: url(../images/sme/parallax.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.services-box .item {
    display: block;
    background-color: #ffffff;
    background-position: bottom left;
    overflow: hidden;
    text-decoration: none;
    margin-top: 30px;
    position: relative;
    color: #898989;
    -webkit-box-shadow: 0px 3px 15px rgba(17, 19, 91, 0.2);
    box-shadow: 0px 3px 15px rgba(17, 19, 91, 0.2);
}
.services-box .item:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0095da;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
}
.services-box .item:hover:before {
    height: 20px;
}
.services-box .item__wrapper {
    padding: 30px 30px 0;
    height: 225px;
}
.services-box .item__title {
    font-size: 26px;
}
.services-box  .item__title {
    font-size: 22px;
    line-height: 1.2;
    color: #0095da;
    position: relative;
    padding: 24px 0 11px 0;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.services-box .item__title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #0095da;
}
.services-box .item:hover .item__title {
    color: #0095da;
}
.counter-icon i{font-size: 55px;
    color: #278fe9;}
.counterhead{font-size: 18px;
    font-weight: 600;}
/*thermal1 page*/
.section-heading .description {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.section-heading .description.small {
    font-size: 18px;
}
.section-heading .description i {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 30px;
    height: 2px;
    margin-right: 25px;
    background-color: #0095da;
}
.section-heading .description {
    position: relative;
    color: #0095da;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    padding: 0;
    margin-bottom: 25px;
}
.section-heading .title {
    font-size: 40px;
    line-height: 1.13;
    margin-top: 20px;
}
.default-inner-services{
      background-image: url(../images/sme/curve-pattern.jpg);

}
.default-inner-services .ul-nav li span{padding-left: 0;}
.default-inner-services .second-title{color: #0095da; margin-bottom: 10px}
.default-inner-services .maintence_column .maintence_text p {
    margin-bottom: 5px;
}
.padding-btm-0{padding-bottom: 0}
.services_soultions_col{margin-top: 0}
.services_soultions .second-title{
  color: #0095da;
    font-size: 16px !important;
}
.services_soultions .title {
    font-size: 28px;
    line-height: 1.13;
    margin-top: 0;
}
.services_soultions_col .ul-nav{ margin-top: 0 }
.services_soultions_col .maintence_text{margin-bottom: 20px}

.se-home{text-align: center;}
.se-home img{margin: 0 auto;width:90px;height: 90px;}

.dots-image {
    display: inline-block;
    position: relative;
}

.dots-image img {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: 0;
}

.dots-image .dots {
    position: absolute;
    left: -20%;
    bottom: -0%;
    width: 100%;
    height: 50%;
    background: url(../images/dots-s.png) 0 0 repeat;
}

p.hvc-title{
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 300;
}
p.hvc-title span{
  font-weight: 800;
}

.sme-tbl thead tr th{
  background-color: #0195da;
  color:#fff;
}
.sme-tbl tbody tr td{
  color:#242424;
}

.client-box{
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  border:1px solid #e3e3e3;
}

.mb-0{
  margin-bottom: 0px !important;
}

.kt-box{
  margin-bottom: 20px;
}

.customer-table  caption,
.customer-table thead th {
	color: #fff;
}

.customer-table th {
	padding: 10px 5px;
}

.customer-table tfoot {
	text-align: left;
	background-color: #e7dfd5;
	font-weight: lighter;
	font-size: 0.8em;
}

.customer-table tbody th,
.customer-table tbody td {
	text-align: center;
  white-space: nowrap;
  color: #000;
}
.customer-table.no-wrap-table tbody th,
.customer-table.no-wrap-table tbody td {
	text-align: left;
  white-space: wrap;
}
.table thead th{border-bottom: none;}
.thead1{background-color: #0195da;}
.thead2{background-color: #026999;}

.customer-table tbody tr {
	border-bottom: 2px solid transparent;
}

. customer-table tbody tr:hover {
	border-bottom: 2px solid #84a9ac;
}

.customer-table tbody tr:nth-of-type(even) {
	background-color: #fff;
}
.customer-table {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 30px;
}

.table-responsive::-webkit-scrollbar {
    height: 3px;
    background-color: #3EABDC;
}
.kt-box{
  margin: 20px 0;
}
.ext{
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 18px;
}
/* Media Queries */
@media (max-width: 320px) {
	.customer-table {
		font-size: 0.55em;
	}
}

.gp-box{
  margin-top: 40px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  border:1px solid #e3e3e3;
}

.gp-body{
  padding: 10px;
  text-align: center;
}

.gp-body p{
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}


.card-ds{
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding: 10px;
  border-radius: 4px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 18px 1px rgba(49,53,72,.1);
}

.card-ds .alert{
  margin-top: 20px;
  font-size: 12px;
  margin-bottom: 0;
  padding: 5px 10px;

}

.ds-nav li{
  display: flex;
width: 100%
}

.testi-box .testimonial-round{
  background-color: #0095da;
  border-radius: 50%;
  border:10px solid #ffff;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  color: #fff;
  font-weight: 800;
}

.mt-60{
  margin-top: 60px;
}

.team-work{
  margin-top: 25px;
  background-color: #fff;
}

.team-info h5 {
    font-size: 21px;
    line-height: 1.388;
    margin-bottom: 0px;
    font-weight: bold;
}

.team-info {
    padding: 3rem 0 1rem;
    position: relative;
}

.video-play-button1 {
  position: absolute;
  z-index: 10;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
      display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-button1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0095da;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button1:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0095da;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button1:hover:after {
  background-color: #0095da;
}

.video-play-button1 img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button1 span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.team-info p{
  margin-bottom: 0;
  line-height: 1.4;
  margin-top: 10px;
}

.video-title{
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.video-title:after{
  content: "";
  width: 80%;
  position: absolute;
  top: 15px;
  height: 1px;
  background-color: #c4c3c3;
}

.video-title h4{
  margin: 0;
  font-size: 24px;
  display: inline-block;
  padding-right: 30px;
  background-color: #f6f7f8;
}

#testimonial-video .owl-nav .owl-prev{
  position: absolute;
  top: -42px;
  right: 45px;
  left: inherit;
  background-color: #0095da;
  border-radius: 0;
  width: 35px;
  height: 35px;
  color: #fff;
}

#testimonial-video .owl-nav .owl-next{
  position: absolute;
  top: -42px;
  right: 0px;
  left: inherit;
  background-color: #0095da;
  border-radius: 0;
  width: 35px;
  height: 35px;
  color: #fff;
}
.sub-menu{margin-left: 15px}
.sub-menu .nav-link{
  color: #26313c !important;margin: 0px 1.25rem !important;
}
.sub-menu .nav-link span{
  color: #0095da;margin-right: 5px;
}
.side-submenu{margin-top: 5px}
.side-submenu .nav-link span{color: #fff;}
.list_wd .nav li:nth-of-type(-n+5) a{padding-left: 50px;}
.list_wd .nav li:nth-of-type(1) a{padding-left: 0 }
.list_wd .nav li:nth-of-type(-n+5) a::before{opacity: 1}
.list_wd .nav li:nth-of-type(1) a::before{opacity: 0}
.sme-app{-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);}
.sme-app:hover{opacity: 1;}
.single-info{padding: 0;}
.single-info .video-play-button1{-webkit-transform: translateX(-50%) translateY(-105%);
transform: translateX(-50%) translateY(-105%);}
.testi2{margin-top:160px}
