

body {
  line-height: 1.7 !important;
  font-size: 15px !important;
  color: #333 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px !important;
  background: #fff;
}


a {
    cursor: pointer;
    text-decoration: none !important;
}

li { list-style: none; }



.top-bar-mobile{
  display: none;
}

.top-bar .top-left {
  display: inline-block;
}

.top-bar .top-left ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 8px;
}

.top-bar .top-left ul li:first-child {
  margin-left: 0;
}

.top-bar .top-left ul li a {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.top-bar .top-left ul li a i {
  padding-right: 10px;
  color: #ff5722;
}

.top-bar .top-right {
  float: right !important;
  display: inline-block;
}

.top-bar .top-right ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 8px;
}

.top-bar .top-right ul li:first-child {
  margin-left: 0;
}

.top-bar .top-right ul li:last-child {
  margin-right: 0;
}

.top-bar .top-right ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.top-bar .top-right ul li a:hover {
  color: #88c000;
}

.top-bar .top-right ul li a i {
  padding-right: 2px;
}

.top-bar{
  background-color: #fff;
  padding: 5px 0;
}

.contact-info-right{
  border-radius:0px;
  position: relative;
  border: none !important;
  height: 100%;
}

.contact-info-right p{
  margin-bottom: 0px;
}

.contact-info-right p {
  color: #2c2c2c;
  padding: 9px 16px;
  font-size: 16px;
  margin: 0px;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 38px;
}

.contact-info-right b {
    padding-left: 126px;
    /* float: right; */
    /* text-align: center; */
    font-size: 19px;
    color: #a9282d;
}
.contact-info-right p i{
  color: #ff5722;
}

.top-left {
    padding: 24px 0 0 0px;
    float: left;
    margin-left: 50px;
}
.top-bar .top-left ul li a{
  color: #2c2c2c;
}

.footer-right2 ul li a {
    float: left;
    font-size: 16px;
    padding-left: 12px;
    /*padding-top: 15px;*/
}

.footer-right2 i{
  color: #fff;
}

.footer-right2 img{
  margin-bottom: 10px;
  margin-left: 35px;
  height: 59px;
}

.btn123 input{
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #ff5722;
    border: 2px solid #ff5722;
    transition: 0.3s ease;
    margin-left: 50px;
    display: table;
    cursor: pointer;
}

.footer-right2{
  margin-left: 15px;
}

.footer-right3 ul li a {
    background: #ff5722;
    padding: 2px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 3px solid #551703;
    box-shadow: 0px 2px 6px #ccc;
    margin-top: 12px;
}

/*navbar start*/

.navbar-brand {
  padding: 0px 27px !important;
}


.w3layouts-top-strip {
  border-top: 1px solid #e0e0e0;
  padding: 2px 0;
}

.logo {
    width: 165px;
    margin: 0 auto;
}

.logo a {
  font-size: 40px;
  text-decoration: none;
  color: #212121;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo span {
  color: #86c724;
}

/*.navbar-header{*/
/*  position: absolute;*/
/*}*/

.navbar {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
    border: none;
    background: #000000a3 !important;
    z-index: 999;
    position: absolute !important;
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar-default{
  border-color: transparent !important;
  width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}
.navbar-nav {
  float: right !important;
  /*text-align: center;*/
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}


.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent !important;
}


.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  /*text-transform: uppercase;*/
  color: #fff !important;
  padding: 25px 10px;
  font-weight: 600;
}

.dropdown-menu > li > a {
  padding: 7px 20px;
  font-size: 17px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #129e36;
}











/*abt banner*/

.abt-banner {
    background: url(../images/abt.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0;
    /*background-color: #333;*/
}


.about-text h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 3px;
    font-family: 'Patua One', cursive;
    text-shadow: 2px 2px 4px #000000b3;
}



/*******about us*******/

.about-Us-9 h1 {
    font-size: 28px; 
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 39px;
    color: #06163a;
}

.about-Us-9 h1 span {
    color: #ff5722;
}

.about-Us-9 h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 44%;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}

.about h1 span{
    color: #4fc0aa;
}


.about p {

  font-size: 17px;
font-family: 'Poppins', sans-serif;
color: #666;
letter-spacing: 1px;
padding-bottom: 5px;
}

.read-9 a {
 display: inline-block;
margin: 6px 0 0 0;
padding: 10px 20px;
color: #fff !important;
font-weight: 600;
background-color:#ff5722;
transition: all 0.3s ease-in-out;
padding: 10px 15px;
box-shadow: 0px 1px 3px #aaaaaa;
}

.read-9:hover {
  transform: scale(1.1.1,1.1.1);
  box-shadow:0 0 5px #f9f9f9;
  color: #fff;
}

/*****hmblog section*****/

.blog{
  padding: 60px 0 110px 0;
}

.blog h4{
    font-size:32px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    color: #06163a;
}

.blog h4::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
  }


.blog h4 span{
  color: #ff5722;
}



.blogd1 strong{
  font-size: 22px;
line-height: 1.2em;
color: #222222;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: .5px;
display: block;
padding: 15px 15px 0 15px;
}

.blogd1 p{
    font-size: 16px;
  line-height: 25px;
  color: #888888;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 15px;

}

.blogd1 span{
  padding: 0px 8px 0 15px;
  font-size: 16px;
  color: #ff5722;
}

.blogd1 a{
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
    font-weight: bold;
    color: #333;
    padding-left: 15px;

}

.blogd1 a:hover{
    color: #ff5722;

}

.blog-detail{
  box-shadow: 0 16px 32px rgba(0,0,0,.1);
background: #fff;
border-radius: 15px;
margin-top: 35px;

}

.blog-detail img{
  border-radius: 15px 15px 0 0;
}

/*background-color hm banner*/

.background-color {
  background-image: url('../images/paralax.jpg');
  background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
padding:150px 0;
}

.children-save h5 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 30px 0 0 0;
  font-weight: bold;
}

.children-save h2 {
  /*text-align: center;*/
  color: #fff;  
  padding: 5px 0 30px 0px;
  font-weight: bold;
  line-height: 38px;
}
.children-save p {
  /*text-align: center;*/
  color: #fff;  
  padding: 0px 0;
  font-weight: bold;
}

.children-save a {
    color: #fff !important;
    display: inline-block;
    display: table;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #a9282d;
    /* border: 3px solid #cbd129; */
}

.children-save{
  padding-left: 35px;
}



/*hmtestimonial*/

.testimonial {
  background-image: url('../images/hmbg1.jpg');
  background-size: cover;
  padding: 40px 0 94px 0;
}


#fade-carousel p {
    
    padding: 56px 80px 40px; 
    font-size:18px; 
    color:#666;
    /*background: #000000b3;*/
}

#fade-carousel p span{ 
  font-size: 20px; 
  color:#ff5722;
  margin: 15px 0;
  display: inline-block;
  font-weight: bold;
  }

#fade-carousel .carousel-control {
    font-size: 51px;
    color: #cbd129;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #27617a;    
    border-radius: 50%;
    top: 38%;    
    margin: 0 20px;
    opacity: 1;
}

.profile-circle {
    margin: 0 0 -40px;
}
.profile-circle img{ 
  width:8%;
  border-radius:50%;}

.testimonial h2{ 
  font-size:38px; 
  color:#06163a;   
  margin: 40px 0 40px;
  font-weight: bold;
}

.testimonial h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}

.testimonial h2 span {
    color: #ff5722;
}

.testimonial h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 43%;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}



/*footer*/


.footer-wrap {
    background-color: #2b2b2b;
    padding-top: 65px;
    /*background: url(..//images/footer.jpg) no-repeat;*/
    background-size: cover;
    padding-bottom: 10px;
}

.fotter img{
  width: 260px;
/*padding-top: -26px;*/
/*margin-top: -43px;
margin-bottom: -20px;*/
}

.fotter{
  padding-top: 20px;
}

.fotter  li{
  float: left;
  padding: 5px 10px;
  border: 2px solid #ff5722;
  margin-left: 5px;
  /*box-shadow: 0 2px 0 2px #ccc;*/
}

.fotter i{
  font-size: 18px;
  color: #f3f3f3;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #ff5722;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-right strong, .footer-right2 strong{
  font-size: 16px;
  color: #fff;
  padding-bottom: 5px;
 /* border-bottom: 1px solid #f2d300;*/
  margin-left:35px;
  margin-bottom: 10px;  
  /*width: 150px;*/
  display: block;
}

.footer-links1 li{
  color: #949494;
  padding: 10px 0;
  border-bottom: 1px solid #363636;
}


.footer-links1 li i, .footer-links li i{
  color: #ff5722;
  padding-right: 5px;
  font-size: 16px;
}

.footer-right1 ul li a {
  float: left;
  font-size: 16px;
  padding-left: 17px;
  padding-top: 15px;
  
}

.footer-right1 i{
   color: #fff;
   font-size: 18px;
   
}


.speacing{
  padding-right: 0px !important;
}

.footer-bottom{
  background-color: #2b2b2b;
  height: 50px;
  margin-top: 50px;
  /*text-align: center;*/
  border-top: 1px solid #363636;

}

.footer-bottom p{
  color: #949494;
}

.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.contact-one-form input {
    width: 100%;
    height: 45px;
    border: none;
    background: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom:30px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-one-form1 input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom:20px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-one-formt input {
    width: 96%;
    height: 30px;
    border: none;
    background: none;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom:20px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #f3f3f3;
}

.contact-one input {
    width: 100%;
    height: 47px;
    border: none;
    background: none;
    border: 1px solid #9f9f9f1a;
    border-radius: 2px;
    margin-bottom:25px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #ff6f4c;
    background: #f7f7f794;
}

.contact-one input::placeholder, .contact-one textarea::placeholder{
  color: #333 !important;
}

.form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    margin-bottom: 25px;
    padding: 5px;
    transition: 0.3s ease;
    font-size: 14px;
}



.contact-one-formt textarea {
    width: 96%;
    height: 45px;
    border: none;
    background: none;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom:15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #f3f3f3;
}

.contact-one textarea {
    width: 100%;
    height:100px;
    border: none;
    background: none;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom:15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #ff5722;
    background: #f7f7f794;
}


.contact-one-form form .form-group button {
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #4fc0aa;
    border: 2px solid #4fc0aa;
    transition: 0.3s ease;
    margin: 20px auto 0;
    display: table;
    cursor: pointer;
    border-radius: 25px;
}

.contact-one-formt .form-group button {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #ff5722;
    border: 2px solid #ff5722;
    transition: 0.3s ease;
    margin-left: 50px;
    display: table;
    cursor: pointer;
    
}

.contact-one-formt input::placeholder{
  color: #f3f3f3;
}

.contact-one-formt textarea::placeholder{
  color: #f3f3f3;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    top: 24px !important;
    left: 50px !important;
}

.group input {
    width: 29%;
    height: 45px;
    border: none;
    background: #4fc0aa;
    border: 1px solid #4fc0aa;
    border-radius: 25px;
    margin-bottom: 0px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #949494;
    text-decoration: none;
}

/*client slide latest project*/

.slick-slide {
    margin: 0px 20px;
}

/*.slick-slide img {
    width: 100%;
}*/

.slick-slide img {
    width: 100%;
    height: 265px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.post-description{
  font-size: 16px;
line-height: 25px;
color: #888888;
font-weight: 400;
margin-bottom: 30px;
}

.our-10{
  padding: 0px 0  5px 0;
}

.our-9 {
  padding: 60px 0  50px 0;
}

.about-Us-9 {
  padding: 60px 0 85px 0;
  /*background-color: #d8870433;*/
/*  background: url(..//images/ab3.jpg) no-repeat;*/
  background-size: cover;
}

.our-99{
  padding: 0 0 30px 0;
}

.heading {
    margin-top: 0px;
}
.separator {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.separator:after,
.separator:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #0b0861;
    top: 50%;
}

.separator i {
    color: #0b0861;
}

.separator:after {
    right: 140%;
}

.separator:before {
    left: 140%;
}

.abo1{
  text-align: center;
  /*background: #ffffff82;
padding: 15px;*/
}

/*.abo3 p{
  text-align: justify;
  
}*/

.abo1 i{
   font-size: 50px;
   color: #f2d300;

   padding-bottom: 10px;
}

.abo4 strong{
  color: #ff5722;
  font-size: 17px;
}

.abo2 p{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.about img{
  margin-top: 8px;
}



.about-us-9 {
    padding:80px 0;
}



/*.acti1{
  padding: 30px 87px 30px 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  margin-bottom:35px;

}

.acti1 strong{
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  background-color: #4fc0aa;
  display: block;
  margin-bottom: 30px;
}

.acti1 p{
  font-size: 16px;
}

.about{

}*/


/*Contact page*/

.contact h3.contact-heading {
    font-size: 24px;
    color: #126199;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact-list {
    margin-top: 30px;
    margin-left: -30px;
}

.contact-list li {
    margin-bottom: 20px;
}

.contact-list li i {
    color: #ff5722;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left;
}


.contact-list b{

    font-size: 17px;
}


.contact-list li span {
    color: #777;
    margin-left: 40px;
    display: block;
    line-height: 1.4;
    font-size: 16px;
}

.contact h3.contact-heading {
    font-size: 24px;
    color: #126199;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.section-pad {
    padding: 45px 0 60px 0;
    background-color: #f9f9f9;
}

.section-pad1{
  background: #fff;
  padding: 80px 25px;
  box-shadow: 0 1px 3px #ccc;
}


.message-group{
  margin-right: 80px;
}

.contact-heading{
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 35px;
}

.contact-heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
  }


.contact-heading span{
  color: #ff5722;
}

.contact-group{
  padding-left: 25px;
}

/*team page*/

.our-team {
    position: relative;
}

.sec-padd2 {
    padding: 80px 0 30px;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
}

.section-title h2 {
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 20px;
}

.section-title h2 span{
  color: #ff5722;
}

.our-team .single-team-member {

    position: relative;
    margin-bottom: 50px;
    display: inline-block;

}

.our-team .single-team-member::before {

    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    right: 0;
    opacity: 0;
    background: #f7f7f7;
    transition: .7s ease;

}

.single-team-member .img-box {

    position: relative;
    overflow: hidden;
    display: block;

}

.single-team-member .img-box img {

    transition: all 0.5s ease;
    transform: scale(1);

}

.single-team-member .img-box .overlay {

    background-color: #ff5722c7 !important;

}

.single-team-member .img-box .overlay {

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(248, 184, 100, 0.9);
        background-color: rgba(248, 184, 100, 0.9);
    width: 100%;
    transform: scale(0.7,0);
    transition: .5s ease-in-out;

}

.single-team-member .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: -16px;
}

.single-team-member .social {

    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);

}

.single-team-member ul {

    border-top: 1px solid #f4f4f4;
    padding-top: 10px;

}

.single-team-member ul li {

    color: #848484;

}

.single-team-member .social li {

    padding: 0;
    margin: 0 3px;

}

.single-team-member .img-box .overlay ul li a {

    height: 42px;
    width: 42px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 44px;
    transition: .5s ease;

}
.single-team-member .author-info {
    position: relative;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    padding: 40px 20px;
    background: #f2f2f2;
    width: 245px;
}
.author-info{
    padding: 40px 40px;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 40px;
}

.single-team-member p {

    color: #f8b864;
    transition: .5s ease;
    margin-bottom: 8px;

}

.single-team-member ul {

    border-top: 1px solid #f4f4f4;
    padding-top: 10px;

}

.single-team-member .author-info ul li i {

    font-size: 14px;
    margin-right: 10px;
    color: #f8b864;
    border-radius: 1px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;

}

.our-team .single-team-member:hover::before {

    opacity: 1;
    height: 100%;
    transition: .7s ease;

}

.single-team-member:hover .img-box .overlay {
    transform: scale(1,1);
    transition: .5s ease-in-out;
}

/*activity page*/

.activity{
  padding: 80px 0 40px 0;
}

.activity-inner{
 padding: 30px 0 100px 0;
}

.act1 ul li{
  float: left;
  padding: 0 8px;
}

.act1 ul li a{
  background: #ff5722;
padding: 7px 10px;
color: #fff;
font-size: 14px;
font-weight: 600;
border-bottom: 3px solid #551703;
box-shadow: 0px 2px 6px #ccc;
}

.ac a{
background: #551703 !important;
padding: 7px 10px;
color: #fff;
font-size: 14px;
font-weight: 600;
border-bottom: 3px solid #ff5722 !important;
box-shadow: 0px 2px 6px #ccc;
}


.act1 ul{
  float: right;
  /*margin-bottom: 25px;*/
}

.acti1{
  padding-top: 67px;
}

.acti{
  padding: 30px 0 50px 0;
}

.acti h1{
  font-size: 28px;
position: relative;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 20px;
margin-bottom: 1px;
color: #ff5722;
}

/*about us page*/

.aboutpage {
    padding: 50px 0 80px 0;
}

.aboutpage h1 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 25px;
    color: #06163a;
  }


.aboutpage h1 span{
  color: #ff5722
}

.aboutpage2 {
    padding: 30px 10px 50px;
    background: #f2f2f2;
    height: auto;
   box-shadow: 0px 0px 2px 1px rgba(160, 160, 160, 0.17);
}

.aboutpage3 img{
  margin-bottom:25px;
}

.abou {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.abou img{
  float: left;

}

.abou i {
    font-size: 56px;
    padding-top: 3px;
    padding-left: 3px;
    color: #ff5722;
    text-shadow: 0 3px 3px #ccc;
}

.aboutpage2 strong {
    color: #053b83;
    font-size: 32px;
    /*text-align: center;*/
    display: block;
    padding-bottom: 52px;

}

/*activity page*/

.acti{
  padding: 30px 0 80px 0;
}

.acti1{
  padding: 30px 87px 30px 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  margin-bottom:35px;

}

.acti1 strong{
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  background-color: #032e41;
  display: block;
  margin-bottom: 30px;
}

.acti1 p{
  font-size: 16px;
}


/*=================================*/
.header-inner .toggle-subarrow { display: none; }
 @media (min-width: 768px) {

 .header-inner #toggle-btn {
 display: none;
}

}
 @media (max-width: 768px) {
 .navbar-brand {
 display: block;
}
 .navbar {
 max-height: none;
}
.main-nav {
 margin-top: 10px;
 height: auto;
}
.sf-menu > li {
 float: none;
}
.sf-menu li a {
 padding: 10px 13px;
 font-weight: 400;
}
 .sf-menu li a:hover, .sf-menu li.sfHover a:hover {
 color: #c44741;
}
 .sf-menu ul {
 font-size: 14px;
 display: block;
 position: static !important;
 border: 0;
 box-shadow: 0 0 0 0;
 -moz-box-shadow: 0 0 0 0;
 -webkit-box-shadow: 0 0 0 0;
}
}
 @media only screen and (max-width: 768px) {
 .header-inner .main-nav {
 display: block;
 margin: 0;
}
 #toggle-btn {
 display: block;
}
.pic img {
  width: 100% !important;
}
 .toggle-subarrow {
 display: block !important;
 cursor: pointer;
 position: absolute;
 right: 0;
 top: 0;
 width: 45px;
 height: 42px;
 border-left: 1px solid #e8e8e8;
 text-align: center;
 color: #777;
}

 .toggle-subarrow .fa {
 margin-top:14px;
}
 .main-nav {
 text-align: left;
 white-space: nowrap;
 padding: 0;
}
 .sf-menu {
 display: none;
}
 .main-nav .sf-menu {
 margin: 0 -15px;
}
 .main-nav .sf-menu > li {
 font-size: 13px;
 line-height: 16px;
 display: block;
 border-top: 1px solid #F96
}
 .main-nav .sf-menu li a {
 color: #fff;
 padding: 20px;
 line-height:0px;
 display: block;
 position: relative;
 background-color:#08991C;
 text-align:center
}
 .main-nav .sf-menu ul {
border: none;
}
 .main-nav .sf-menu ul li {
 width: 100%;
 margin-left: 30px;
 font-size: 13px;
 line-height: 16px;
 font-weight: 400;
 position: relative;
 border:none;
 border-top: 1px solid #e8e8e8;
}
 .sf-menu ul {
 position:static!important;
 display: none!important;
}
 .mob-drop ul {
 display: block!important;
}
   @media(min-width: 601px) and (max-width: 780px) {

 .top-line p span {
 display: table;
 margin-right: 20px;
 text-align: left;
}
}
.carousel-showmanymoveone
{
  .carousel-control
  { 
    width: 4%;
    background-image:none;

    &.left 
    {
      margin-left:15px;
    }

    &.right 
    {
      margin-right:15px;
    }
  }

  .cloneditem-1, 
  .cloneditem-2, 
  .cloneditem-3
  {
    display: none;
  }

  .carousel-inner
  {
    @media all and (min-width: 768px)
    {
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(50%, 0, 0);  
          left: 0;
        }

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-50%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }    
      } 

      > .active.left,
      > .prev
      {
        left: -50%;
      }

      > .active.right,
      > .next
      {
        left:  50%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-1 
      {
        display: block;
      }
    }

    @media all and (min-width: 992px)
    {    
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(25%, 0, 0);  
          left: 0;
        }    

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-25%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }
      }

      > .active.left,
      > .prev
      {
        left: -25%;
      }

      > .active.right,
      > .next
      {
        left:  25%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-2, 
      .cloneditem-3
      {
        display: block;
      }
    }    
  }
}

.logo
{
  margin: 20px auto;
  height: 100px;  }
  
  @media only screen and (min-width : 768px) {  
    margin: 28px;
    float: left;
  }
}

/*.title
{
  padding: 28px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}*/


.carousel-control .left {
    width: 30px;
    height: 30px;
    margin-top: 8px !important;
    font-size: 30px;
    color: #000 !important;
    ;
}

/*image galllery start*/

/*hmgallery*/

.hmgallery{
  padding: 50px 0 108px;
  background:url(..//images/row-bg-002.jpg);
  background-size: cover;
}

.hmgallery h4{
  font-size: 50px;
color: #fff;
/*text-align: center;*/
font-weight: 700;
padding-bottom: 16px;
}

.hmgallery p{
  color: #ffffffc4;
}

.hga{
  padding-top: 97px;
  padding-left: 77px;
}

.hga a{
  color: #fff;
  padding: 10px 15px;
  border:1px solid #fff;
}


.gallery-title
{
    font-size: 50px;
color:#f7490a;
text-align: center;
font-weight: 700;
text-shadow: 1px 1px 1px
rgba(150, 150, 150, 0.9);
padding-bottom: 25px;
}
/*.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}*/
.filter-button
{
    font-size: 16px;
    border: 1px solid #404040eb;
    border-radius: 5px;
    text-align: center;
    color: #262626;
    margin-bottom: 30px;
    background-color: transparent !important;

}
.filter-button:hover
{
    font-size: 16px;
    border: 1px solid #f15f2a;
    border-radius: 5px;
    text-align: center;
    color: #646464;
    background-color: #f15f2a;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 270px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

      
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }


.gallery1{
  /*margin-top: -65px;*/
  padding-bottom: 57px;
  /*background:#04040430;*/
  margin-left: 52px;
  margin-right: 45px;
  /*box-shadow: 0 1px 5px 1px #A6A6A633;*/
  /*border-radius: 0px 50px 0px 50px;*/
  padding-top:65px;
  /*border: 1px solid #7d7c7c33;*/
  /*background: url(../images/pattern.png)repeat;*/

}


.gallery2{
  padding-bottom: 80px;
  padding-top: 80px;
  background: url(../images/welcome-bg.jpg);
  background-size: cover;
}


.image-grid-item {
    position: relative;
    width: 100%;
    min-height: 180px;
    margin-bottom: 59px;
}

.image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 180px;
    /*position: relative;*/
    margin-bottom: 30px;
    text-shadow: 
    rgba(0,0,0,.8) 0 1px 0;
    border-radius: 4px;
    position: absolute;
}

.image-grid-cover img {
    width: 360px;
    height: 250px;
    object-fit: cover;
}

.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 139%;
    z-index: 20;
    background: rgba(0,0,0,.57);
}

.clickbox i {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fff !important;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 114px;
    font-weight: 600;
}

.cover-wrapper {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff !important;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 114px;
    font-weight: 600;
}

.gallery3{
  padding-bottom: 20px;
  /*background:#04040430;*/
  margin-left: 52px;
  margin-right: 45px;
  /*box-shadow: 0 1px 5px 1px #A6A6A633;
  border-radius: 0px 50px 0px 50px;*/
  padding-top: 15px;
 /* border: 1px solid #7d7c7c33;
  background: url(..//images/bg1.png) center center no-repeat;*/
  background-size: cover;
  margin-top: 21px;
  margin-bottom: 21px;
}

.gel{
  float: right;
  padding: 10px 0 20px;
}

.gel a{
  float: right;
  padding: 10px 25px;
  background-color: #f0740f;
  border-bottom: 3px solid #efb807;
  border-radius: 0 50px 0 50px;
  color: #fff;
  font-weight: 600;
}

/*event page start*/


.eventpage{
  padding: 25px 0 80px;
}


.bg-box {
    background: #fafafa;
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: justify;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.head-box-1 {
    background: #00080b;
    font-size: 22px;
    margin: 20px 0 0px 0;
    text-transform: capitalize;
}

.head-box-1 h2 {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    padding-left: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 23px;
}

.vision {
    margin-top: 10px;
}
.vision img {
    border: 1px solid #F45F1D;
    height: 230px;
    width: 100%;
}
.rashan-img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.vision p{
  font-size: 16px;
}

.head-box-2 {
    background: #e3e3e3;
    font-size: 22px;
    margin: 30px 0 30px 0;
    text-transform: capitalize;
    padding: 10px 15px 10px 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.head-box-2 h2{
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
    line-height: 1.3 !important;
}

.ouracti{
  padding: 30px 0 80px;
}

.ouracti h1 {
    font-size: 38px;
    font-weight: 600;
    padding-bottom:15px;
    color: #06163a;
    text-align: center;
    font-weight: 700;
}

.ouracti h1 span {
    color: #ff5722;
}

.ouracti1 strong{
  font-size:18px;
}

.ouracti1 ul li i{
  color: #ff5722;
}

.ouracti1 ul li{
  padding-top: 6px;
}



.hmservice{
    padding: 40px 0 50px;
}

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

.heading__subtitle {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #eabb49;
    display: inline-block;
    margin-bottom: 13px;
}

.services .heading__title {
    line-height: 46px;
}

.heading-2 .heading__title {
    font-weight: 700;
    margin: 0px;
    color: #333;
    font-size: 33px;
}

.heading__desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.post {
    overflow: hidden;
}

.post.post9 {
    color: #fff;
    font-size: 14px;
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.post .img-holder {
    overflow: hidden;
}

.post.post9 .txt-holder {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0.01) 0, rgba(15, 15, 15, 0.03) 16%, rgba(15, 15, 15, 0.11) 28%, rgba(15, 15, 15, 0.18) 34%, rgba(15, 15, 15, 0.22) 38%, rgba(15, 15, 15, 0.25) 40%, rgba(15, 15, 15, 0.26) 41%, rgba(15, 15, 15, 0.29) 42%, rgba(15, 15, 15, 0.32) 44%, rgba(15, 15, 15, 0.33) 46%, rgba(15, 15, 15, 0.36) 47%, rgba(15, 15, 15, 0.43) 52%, rgba(15, 15, 15, 0.46) 53%, rgba(15, 15, 15, 0.51) 57%, rgba(15, 15, 15, 0.55) 58%, rgba(15, 15, 15, 0.55) 59%, rgba(15, 15, 15, 0.59) 61%, rgba(15, 15, 15, 0.59) 62%, rgba(15, 15, 15, 0.62) 63%, rgba(15, 15, 15, 0.62) 64%, rgba(15, 15, 15, 0.67) 67%, rgba(15, 15, 15, 0.74) 73%, rgba(15, 15, 15, 0.79) 81%, rgba(15, 15, 15, 0.83) 87%, rgba(15, 15, 15, 0.87) 100%);
}


.post.post9 .txt-holder:hover{
  background: linear-gradient(to bottom, rgba(214, 74, 12, 0.01) 0, rgba(214, 74, 12, 0.03) 16%, rgba(214, 74, 12, 0.11) 28%, rgba(214, 74, 12, 0.18) 34%, rgba(214, 74, 12, 0.22) 38%, rgba(214, 74, 12, 0.25) 40%, rgba(214, 74, 12, 0.26) 41%, rgba(214, 74, 12, 0.29) 42%, rgba(214, 74, 12, 0.32) 44%, rgba(214, 74, 12, 0.33) 46%, rgba(214, 74, 12, 0.36) 47%, rgba(214, 74, 12, 0.43) 52%, rgba(214, 74, 12, 0.46) 53%, rgba(214, 74, 12, 0.51) 57%, rgba(214, 74, 12, 0.55) 58%, rgba(214, 74, 12, 0.55) 59%, rgba(214, 74, 12, 0.59) 61%, rgba(214, 74, 12, 0.59) 62%, rgba(214, 74, 12, 0.62) 63%, rgba(214, 74, 12, 0.62) 64%, rgba(214, 74, 12, 0.67) 67%, rgba(214, 74, 12, 0.74) 73%, rgba(214, 74, 12, 0.79) 81%, rgba(214, 74, 12, 0.83) 87%, rgba(214, 74, 12, 0.87) 100%);

}


.trapezoids {
    font-weight: 600;
    position: absolute;
    z-index: 1;
    padding: 7px 28px;
    bottom: 0;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.trapezoids h3 {
    margin-top: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.trapezoids p {
    line-height: 1.3;
    color: #222;
}

/*hmcase start*/

.hmcase{
    padding: 14px 0 30px;
    background: url(../img/casess.jpg);
    background-size: cover;
}

.hmcase h2{
    font-size: 36px;
line-height: 1;
font-weight: 700;
color: #000;
margin-bottom: 35px;
text-align: center;
}

.box {
    text-align: center;
    overflow: hidden;   
    position: relative;
    background: #B3D3A2;
    margin-bottom: 24px;
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.08);
}

.box:before,
.box:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: rgba(11,33,47,0.9); */
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box:after {
    background: #83B8D757;
    border: 2px solid #006EA6;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}

.box:hover:before {
    opacity: 1;
}

.box:hover:after {
    left: -170%;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
    
}

.box:hover .box-content {
    bottom: 32%;
}

.box .title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    /* color: #c39947; */
    color:#000;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    /*margin: 0 0 10px;*/
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    /*padding: 16px 0;*/
    background: #fff;
    width: 30%;
    padding: 4px;
    margin: 0 auto;
}

.box1{
    position: absolute;
    top: 0%;
    color: #fff;
    left: 0%;
    display: table-cell;
    vertical-align: middle;
    background-color: #00000017;
    width: 100%;
    height: 100%;
}

.box1 h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    /*color: #26A135;*/
    text-shadow: 2px 2px 4px #000000;
    padding-top: 199px;

}












@media only screen and (min-width: 320px) and (max-width: 768px) {

.navbar-nav > li{
  display: inherit;
}

.navbar-default .navbar-nav > li > a{
  padding: 8px 30px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
}

}
















.Approach ul li{
    padding:10px 10px;
}
.Approach ul li i {
    color: #a9282d;
}









/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}















