.hm-team{
    text-align: center;
    padding-bottom: 55px;
    margin-top: -18px;
    background: rgba(138,191,0,0.45);
    /* height: 429px; */
    background: url(../image/team-bg.jpg) no-repeat;
    margin-bottom: 45px;
    padding-top: 60px;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
    border: 1px solid #001645;
    /* border-top: 0; */
    }
#WidgetControl4	{
	padding: 0px;
}
#widgetsControl {
	padding: 0px;
}
.hm-team:before{position:absolute; left:0; top:0; width:100%; height:100%; background: rgba(255,255,255,0.85); content:"";}
	
.hm-team img{    margin: 0 auto;
    width: 105px !important;
    height: 105px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 17px #ddd;}
.hm-team p{text-align:center;  margin-top: 15px;   padding: 0 10px;}

.info-btn a{
    background: #001645;
    color: #fff;
    padding: 6px 22px;
    border-radius: 6px;
    border: 1px dashed;
    transition:0.5s;text-decoration: none;
    }
	
.info-btn a:hover{transition:0.5s; background: #333; padding: 6px 28px;} 
.hm-team .carousel-indicators{bottom:0px;}
.info-btn{    margin-bottom: 60px; }
.hm-team h3{    padding-top: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;}
.hm-team .carousel-indicators li{    background-color: #000; width: 30px!important;}
.hm-team .carousel-indicators .active{background-color: #001645;}	
.carousel-indicators [data-bs-target]{background-color: #001645!important;height:8px!important;border-radius: 10px!important;}

.hm-team h4{    font-weight: 400;
    color: #999;
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 20px;}
	
.three-cl h3{     background: #8abf00;
    margin: 0;
    text-align: center;
    padding: 10px 0 7px;
    color: #fff;
    position: relative;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 200; z-index: 99;}
.three-cl img{    border:0px solid #8abf00; transition:0.5s; width:100%; transition:0.5s;}

.three-cl-inner{margin-bottom:50px; margin-top:20px; position:relative ; overflow: hidden;     height: 337px; transition:0.5s;  border: 3px solid #8abf00;}

.three-cl-inner:hover img{transition:0.5s; transform:scale(1.2) rotate(5deg)}

.three-cl-inner:before {
    content: "";
    position: absolute;
    right: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.1);
    transition: 0.5s;
}

.three-cl-inner:hover{transition:0.5s; transform:translate(0,-10px); box-shadow:0px 8px 4px #ccc; }

.three-cl-inner:after {
    content: "";
    position: absolute;
    left: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.1);
    transition: 0.5s;
}

.three-cl-inner:hover:before {
    right: 100%;
    transition: 0.5s;
    width: 100%;
}

.three-cl-inner:hover:after {
    left: 100%;
    transition: 0.5s;
    width: 100%;
}







body {font-family: Arial, Helvetica, sans-serif; color: #333;}

a {
  color: #cc1616;
}

.fa { font-family:fontawesome !important;}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
 font-family: Arial, Helvetica, sans-serif;
}

p{font-family: Arial, Helvetica, sans-serif;font-size: 15px;color: #333;margin-bottom:5px;line-height:22px;text-align:justify;}

ul, ol{ font-family: Arial, Helvetica, sans-serif; margin-bottom: 10px; }
ul li, ol li{ font-size:15px; color: #333; line-height:22px;text-align:left;}

.team-page img{float:left; border:1px solid #ccc; padding:4px; margin-right:10px; width: 170px;}
.tabs-menu {
    /*float: left;
    clear: both;
    width: 20%;
    margin-right: 5%;*/
    list-style: none;
    padding-left: 0;
    margin-top: 0;     font-size: 18px;
}

.tabs-menu li {
    line-height: 20px;
    margin-right: 0;
    background-color: #1d468f;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    margin-bottom: 3px;
    transition:0.5s;
    /* text-transform: uppercase; */
}

.tabs-menu li:hover{background-color: #354767; transition:0.5s;}
.tabs-menu li:hover a{color:#fff;}

.tabs-menu li.current {
    position: relative;
    background-color: #354767;
    /*! z-index: 5; */
}

.tabs-menu li a {
        padding:6px 10px;
        color: #fff;
        text-decoration: lowercase;
        display: block;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    /*background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 75%;*/
}

.tab-content {
    width: 98%;
    padding:0;
    display: none;
}

#tab-1 {
 display: block;   
}

.team-nm {
    font-size: 17px;
    display: block;
    /* background: #eee; */
    padding: 5px 0;
    /* margin-bottom: -20px !important; */
    margin-bottom: 0px;
    margin-left: -15px;
    padding-left: 15px;
    /* text-transform: uppercase; */
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #cc1616;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  font-size: 14px;
  color:#ccc; background:#1b1b1b;
}

#topbar .contact-info a {
  line-height: 1;
  color: #ccc;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #cc1616;
}

#topbar .contact-info i {
  color: #cc1616;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #ccc;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  
}
#topbar .social-links{text-align:right;}
#topbar .social-links a:hover {
  color: #cc1616;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header{ text-align: center;}




/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/


#hero { width: 100%; overflow: hidden;  position: relative; background: linear-gradient(0deg, #2d2d2d 0%, #1b1b1b 100%); padding: 0;padding-top: 40px;}

.ph-img{ width:120px; border-radius:100%; border:1px #ccc solid; padding:5px; float:left; margin-right:10px;}




@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }

}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

/* .section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
} */

.section-title h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f1f1f1;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;margin: 15px auto;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .section-title{padding-bottom:10px;}
.about-us img{border-radius: 50px;border: 10px solid #cc1616;}
.about-us img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
}
.about-us:hover img{
    -webkit-filter: none;
    filter: none;
}

.about-us  p{  margin-bottom: 0; line-height:22px; font-size:15px; text-align:justify;}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #cc1616;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team{padding-top:0; padding-bottom:60px;}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;    margin-top: 30px;
  border-radius: 10px;
  background: #fff;    border: 1px solid #aaaa;
}

.team .member .pic {
  overflow: hidden;
    width: 120px;
    border-radius: 50%;
    float: left;
    padding: 5px;
    margin-right: 20px;
    border: 5px solid #cc1616;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}
.team .member:hover .pic{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.team .member:hover{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}
.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #cc1616;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
+
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}



.hm-query {
    /* background: #f7f7f7 url(images/bg-01.png) !important; */
    padding-bottom: 30px;
    padding-top: 20px;
    text-align:left;
}
.hm-query .lbl span{color: #fff;
    font-size: 15px;
    padding-left: 5px;
    line-height: 30px;}
	
.hm-query .form-control:placeholder{ font-weight:normal; color:#999;}

.hm-query .lbl {width: 100%;}


#DynamicEnquiry tr td{text-align:center !important; font-size:20px;}


.Clientele{}
.Clientele h3{font-size: 22px; font-weight:600; text-align:center; line-height: 24px; margin-bottom:20px;}
.Clientele h2{font-size: 16px; font-weight:600; text-align:center; line-height: 24px; margin-top:0;}
.clts1{ border:1px #ccc solid; min-height:160px; text-align:center; margin-bottom:25px;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding:15px 20px;
}
#footer .footer-top .footer-info img{ margin-bottom:10px;}
#footer .footer-top .footer-info p{ color: #fff;}


#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eee;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center; transition:.5s;
}
#footer .footer-top .footer-links ul li:hover {
  padding-left: 10px;
}
#footer li:before {
    content: "\f0a4";
    font-family: fontawesome;
    color: #cc1616;
    margin-right: 10px;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}


#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #cc1616;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #cc1616;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}


#main-head {
  /* background: #00274c; */
  width: 100%;
}

#HeaderControl, #HeaderControl_C {
  /* background: #00274c; */
}


.body-fx #HeaderControl {
    float: Left;
    position: fixed;
    width: 36%;
    /* background: rgba(249,191,30,0.95); */
    z-index: 99;
    text-align: left;
    height: 100px;
    top: 0;
}

#MenuControl, #MenuControl_C {/* background: #00274c; */}

 #main-head img {
   float: left !important;
}
.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 65%;
    padding: 0;
    padding-right: 0;
    /* background: rgba(249,191,30,0.95); 
    transition: 0.5s;*/
    top: 0;
	height:100px;
}
@media(max-width:769px){
.navbar-fixed-top {
    background: #fff;
	position: static;
}
.body-fx #HeaderControl {
    width: 100%;
}
.body-fx #MenuControl {
   /* top: 100px;*/
    width: 100%;
    margin-top:80px;
}
.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}


}

#MenuControl_C #navbar-collapse-1{ height:100% !important;}

@media (max-width:991px){
#MenuControl, #MenuControl_C{height: initial !important;width: 100% !important;}

}