@charset "utf-8";
/* CSS Document */

.header-content{
    padding: 0px 50px 0px 100px;
}
.header-img{
    padding: 0px 50px 0px 100px;
}
@media (min-width: 300px) {
    .timeline-heading .subheading {
        font-size: 20px;
    }
	

}

@media (max-width: 500px) {
   
	 .mobile-nav-show {
    
    margin-top: 0px !important;
  }
	
	
	.about-exprience {
  
  top: 222px !important;
  left: 29px !important;
 padding: 18px 0px !important;
  height: 253px !important;
  width: 202px !important;
  
}
	
}
	


@media (max-width:767px) {
		.pro_link a {
   
    padding: 2px 6px !important;
   
}
	
	#counterhema {
 
  display: inherit !important;
  
}
	
	.count-text {
  font-size: 14px !important;
 
}
	
	.vision h3 {
  font-size: 26px !important;
  
 
  margin-top: 30px;
}
	
	.leadership_section1 h2 {
  
  margin-top: 30px;
}
	
	
	#counterhema li {
  padding: 20px 2px !important;
  width: 46% !important;
  display: inline-block;
		margin-bottom: 20px;
}
	
	.about_section1 h2 {
  font-size: 26px !important;
  
}
	
	
	.about-exprience {
  
 top: 188px !important;
    left: 29px !important;
    padding: 18px 0px !important;
    height: 229px !important;
    width: 202px !important;
  
}
	
	#navbar {
  
  margin-top: 0px !important;
}
	
	.pro_link .fa {
    
    font-size: 12px !important;
}
	.d_slider .item .cover .header-content {
    
    padding: 0px !important;
    
}
.header-content{
    padding: 0;
}
.header-img{
    padding: 0;
}
	
.mslider{
	display: block !important;
}
	
.dslider{
	display: none;
}	
	

.d_slider .item .cover .header-content h1 {
    font-size: 25px !important;
   
}	
.d_slider .item .cover .header-content h3 {
    font-size: 25px !important;
   
}	

.d_slider .item .cover .header-content h4 {
    font-size: 14px !important;
    
    line-height: 24px !important;
    
}	
	
.d_slider .item .cover {
  padding: 75px 0;
  position: inherit !important;
  /*width: 100%;*/
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
	
	
	.inq_a{
	background: no-repeat #478231 ;
	background-image: none !important;
}
	
	.top_info{
		display: none !important;
	}
	
.header-bottom-btn{
		display: none !important;
	}	
	
	
.carousel-caption p {
    font-size: 13px !important;
}
	
.carousel-caption h3 {
    font-size: 29px !important;
}
	
.header {
    
    height:125px !important;
}	
	
	.testim .cont div p {
    
    width: 100% !important;
    
}
	
.testim .arrow.right {
    
    display: none;
}
	
.testim .arrow.left {
    
    display: none;
}
	
.carousel-caption {
    
    right: 5% !important;
    
    left: 5% !important;
    
}
	
.carousel-caption p {
    
    margin-bottom: 0px !important;
}
	
.carousel-caption h3 {
    font-size: 19px !important;
}
	
.navbar a, .navbar a:focus {
   
    color: #fff !important;
    
}	
	
.carousel-caption-inner p {
    font-size: 15px !important;
}
	
.carousel-caption-inner {
   
    bottom: 0px !important;
    
}
	
	/*.d_slider{
		display: none !important;
	}	
	
	.m_slider{
		display: block !important;
	}*/
	
	/*.m_slider .carousel-caption h3{
		font-size: 34px !important;
	}	
	
	.m_slider .carousel-caption p{
		font-size: 18px !important;
	}*/
	.proj_area h3 {
    font-size: 28px !important;
   
}
	
	
	.proj_area p {
    font-size: 14px !important;
   
}
	
	.proj_area {
    padding: 18% 5% !important;
}
	
	.f_mer {
    margin-top: 30px;
}
	
	.sticky {
 display: none !important;
}
	
	.bg2 h4 {
    font-size: 17px !important;
    
}
	
	.bg2 img {
    margin-top: 20px;
    
}
	
	
}

@media (min-width:768px) and (max-width:991px) {
	

	
}


@media (min-width:992px) and (max-width:1199px) {
	
	
}


@media (max-width:1200px) {
#navbar {
  
  margin-top: 0px !important;
}

}




body{
	/* background: url("../images/body-bg.jpg")repeat-y; */
    background-color: #fff !important;
    color: #2c2761 !important;
	font-family: 'Montserrat', sans-serif !important;
}


.mslider{
	display: none;
}



a:hover {
    color: #fff;
    text-decoration: none !important;
}

.header {
  width: 100%;
 
  /*position: fixed;*/
  height: 100px;
}

.header:hover {
  transition: all 0.2s ease;
  /*background-color: #000;*/
  
}

.header .header__row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
}

.header .header__row img {
  max-height: 80px;
  transition: all 0.3s ease-in-out;
}

.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  /*height: 60px;*/
  animation: goDown 0.5s ease-in-out forwards;
  background-color: #fff;
	z-index: 9999;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.sticky .header__row img {
  /*max-height: 40px;*/
}



@keyframes goDown {
  0%{
    top:-60px;
  }
  100% {
    transform: translateY(60px);
  }
}

section {
  /*margin-top: 5%;*/
	z-index: -99;
}



.top_info{
	
}
.top_info p{
	padding: 0px 8px;
}

.header-bottom-btn {
    padding: 25px 30px;
}
.header-bottom-btn {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    /*padding: 25px 45px;*/
    background-color: #478231;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color:#fff;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 1;
	top: 64%;
position: fixed;
left: -51px;
}

.header-bottom-btn:hover {
    color: #fff;
	background-color: #64d33b;
	text-decoration: none;
}

.carousel-fade .carousel-item {
  display: block;
  /*position: absolute;*/
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}

/*.m_slider{
		display: none;
	}*/

.carousel {
  position: absolute;
  top: 0;
  left: 0;
	z-index: -99;
}


.carousel-item img{
  width: 100%;
  
}

/*.carousel-item:nth-child(1) {
  background-image:url("../images/slider1.jpg");
	background-repeat: no-repeat;
}
.carousel-item:nth-child(2) {
 background-image:url("../images/slider2.jpg");
	background-repeat: no-repeat;
}
.carousel-item:nth-child(3) {
 background-image:url("../images/slider3.jpg");
	background-repeat: no-repeat;
}
.carousel-item:nth-child(4) {
 background-image:url("../images/slider4.jpg");
	background-repeat: no-repeat;
}
.carousel-item:nth-child(5) {
 background-image:url("../images/slider5.jpg");
	background-repeat: no-repeat;
}*/

.carousel-caption {
    bottom: inherit !important;
    top: 30%;
    
}

.carousel-caption p{
    font-size: 26px;  
}

.carousel-caption h3{
    font-size:50px;  
}


.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -355px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #6daf46;
    font-size: 25px !important;
    padding: 10px 18px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
    font-size: 16px;
    margin: 0;
    padding: 15px;
    color: #fff;
	font-weight: 600;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {

	font-size: 12px;
	width: 254px;
	max-width: 254px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding: 6px;
	border: none;
	border-radius: 4px;
	color: #575757;
	border-bottom: 1px solid #d0d0d0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #575757;
}

.nb-form ::-moz-placeholder{
    color: #575757;
}

.nb-form :-ms-input-placeholder {
    color: #575757;
}

.nb-form :-moz-placeholder {
    color: #575757;
}

.nb-form input[type='submit'] {
    background: #6daf46;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
		display: none;
    }
}




.about{
	/*text-align: center;*/
	background: url("../images/about-bg.png") no-repeat top left;
	padding: 6% 0%;
}
.vision h4{
    font-size: 16px;
    font-weight: 600;
    padding: 24px 80px;
    display: inline-block;
    background-color: #fff;
    border-bottom: 4px solid #f9b900;
    margin-bottom: 50px;
    color: #478231;
    text-transform: uppercase;
}
.vision{
	/*text-align: center;*/
	background: url("../images/about-bg.png") no-repeat top left;
	padding: 6% 0%;
    text-align: center;
}
.vision h3{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 35px;
}
.vision p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px;

}
.vision img{
    border-radius: 10px;
}

.about h1{
	font-size: 40px;
	color: #2c2761;
	font-weight: 500;
	
	width: 100%;
	margin-bottom: 4%;
}

.about h3{
	font-size: 18px;
	color: #2c2761;
	font-weight: 600;
	
	width: 100%;
	margin-bottom: 4%;
}

.about p{
	font-size: 16px;
	color: #2c2761;
	margin-bottom: 4%;
}

.left-line {
    position: relative;
}

.tp-section__sub-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #6eff00;
    display: inline-block;
}

.left-line::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #6da443;
    display: inline-block;
    margin-right: 10px;
}



.left-line2 {
    position: relative;
}

.tp-section__sub-title2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
	margin-bottom: 3%;
}

.left-line2::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
}


.read_more{
	width: 100%;
	display: block;    
    margin: 50px 0px;
}


.read_more a{
	text-align: center;
	background: #478231;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.read_more a:hover{
	text-decoration: none;
	background: #66cc40;
	color: #fff;
	border: 1px #478231  solid;
}

.inq_a{
	background: url("../images/shape-bg.png") no-repeat #478231  right;
	border-radius: 5px;
	margin-top: 10%;
    margin-top: 10%;
padding: 10.5% 7%;
}




.read_more3{
	width: 100%;
	display: block;
}


.read_more3 a{
	text-align: center;
	background: #fab900;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.read_more3 a:hover{
	text-decoration: none;
	background: #58ca83;
	color: #fff;
	border: 1px #58ca83  solid;
}








.container-fluid .box:hover, .container-fluid .add_box:hover {
  box-shadow: 15px 15px 13px rgba(85, 85, 85, 0.3);
  transition: 0.4s;
  transform: translate(-1%, -1%);
}
.container-fluid .box, .container-fluid .add_box {
  position: relative;
  height: 200px;
  box-shadow: 3px 3px 10px rgba(85, 85, 85, 0.5);
  
  margin-bottom: 7%;
  transition: 1s;
}


.container-fluid .box a:hover .box__title, .container-fluid .add_box a:hover .box__title {
  height: 35%;
  transition: 1s;
}
.container-fluid .box a:hover .box__title p, .container-fluid .add_box a:hover .box__title p {
  opacity: 1;
}
.container-fluid .box img, .container-fluid .add_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.container-fluid .box .box__title, .container-fluid .add_box .box__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #F6F6F6;
  
  vertical-align: middle;
  transition: 0.5s;
  transition-timing-function: ease-out;
}
.container-fluid .box .box__title p, .container-fluid .add_box .box__title p {
  opacity: 0;
  text-align: center;
  color: #333;
  font-size: 0.8em;
  margin: 0;
  transition-delay: 0.2s;
  transition: 0.2s;
  transition-timing-function: ease-out;
}
.container-fluid .box .box__title h6, .container-fluid .add_box .box__title h6 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin: 4% 0 0 0;
  font-size: 0.9em;
}
.container-fluid .add_box {
  background-color: #f9f9f9;
}
.container-fluid .add_box a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container-fluid .add_box svg {
  display: block;
  margin: auto;
  margin-top: 23.5%;
  transition: 0.3s;
  transition-timing-function: ease-out;
}
.container-fluid .add_box .add_box__title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #bababa;
  top: 60%;
}
.container-fluid .add_box .add_box__title h6 {
  text-transform: uppercase;
}
.container-fluid .add_box a:hover svg {
  margin-top: 21.5%;
}

.box__title p{
	line-height: 1.25;
}

.Project{
	text-align: left;
	background: url("../images/project-bg.jpg") no-repeat left;
	padding: 6% 0%;
}


.Project h2{
	font-size: 40px;
	color: #2c2761;
	font-weight: 500;
	margin-bottom: 8%;
	width: 100%;
	margin-top: 2%;
}

.Project p{
	font-size: 12px;
	color: #2c2761;
	margin-bottom: 4%;
}


.proj_area{
	padding: 17% 10%;
    background-color: #000;

}

.proj_area h3{
	font-size: 40px;
font-weight: bold;
}

.Projects .col-sm-6{
	padding-left: 0px;
	padding-right: 0px;
}



.img-wrapper {  
 
  overflow: hidden; 
}

.inner-img {
  transition: 2s;
	width: 100%;
}

.inner-img:hover {
  transform: scale(1.5);
}



.img-wrapper {
  
  box-sizing: border-box;
  
}

.services-thumb-box__text-area {
   
	padding: 35px 30px;
background: #fff;
}

.services-thumb-box__icon {
    flex: 0 0 auto;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    background-color: var(--tp-icon-green-light);
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}

.services-thumb-box__title {
    font-size: 20px;
	color: #2c2761 !important;
}
.services-thumb-box__title a:hover {
    background-size: 0% 1px, 100% 1px;
}
.services-thumb-box__title a {
    background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
	color: #2c2761 !important;
}

.services-thumb-box__content > a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #B9B8CB;
    text-transform: uppercase;
}


.services-thumb-box__icon {
    flex: 0 0 auto;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #EFEFEF;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}

.services-thumb-box__icon:hover {
  
	background-color: #fab900;
	
}

.services-thumb-box__icon:hover .fa{
 
	color: #fff !important;
}


.services-thumb-box__text-area{
	
margin-bottom: 10%;
}
.mr-20 {
    margin-right: 20px;
}




.testim {
		width: 100%;
		
		background: #343434;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #fff;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ccc;
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #fff;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #fff;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

#about h3{
    font-size: 45px;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #6aad41;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline-heading .subheading{
      font-size: 38px;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 50px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 18px;
      line-height: 26px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 50px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 50px 20px 20px;
    }
  }
  
  .page-section {
    /*padding: 6rem 0;*/
  }
  .page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4rem;
  }
  .text-center {
      text-align: center !important;
  }
  
  .page-section h2.section-heading, .page-section .section-heading.h2 {
      font-size: 2.5rem;
      margin-top: 0;
      margin-bottom: 1rem;
  }
  .text-uppercase {
      text-transform: uppercase !important;
  }
  
  .page-section h3.section-subheading, .page-section .section-subheading.h3 {
      font-size: 1rem;
      font-weight: 400;
      font-style: italic;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 4rem;
  }
  
  .text-muted {
      --bs-text-opacity: 1;
      color: #6c757d !important;
  }
  
  p {
      line-height: 1.75;
  }
  @media (min-width: 1400px){
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1320px;
  }
}
  @media (min-width: 1200px){
  .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1140px;}
  }
  @media (min-width: 992px){
  .container-lg, .container-md, .container-sm, .container {
      max-width: 960px;
  }}
  @media (min-width: 768px){
  .container-md, .container-sm, .container {
      max-width: 720px;
  }}
  @media (min-width: 576px){
  .container-sm, .container {
      max-width: 540px;
  }}
  
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
      width: 100%;
      padding-right: var(--bs-gutter-x, 0.75rem);
      padding-left: var(--bs-gutter-x, 0.75rem);
      margin-right: auto;
      margin-left: auto;
  }
  *, *::before, *::after {
      box-sizing: border-box;
  }
  div {
      display: block;
  }
footer{
	padding: 5% 0px;
	background: #478231;
	color: #fff;
	
}

footer h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 22px;
}

footer p{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0px;
}


ul.footer_link{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.footer_link li{
	
}

ul.footer_link li a{
	color: #fff;
	font-size: 15px;
}





ul.founder_social{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.founder_social li{
	display: inline-block;
}

ul.founder_social li a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-right: 12px;
	padding: 10px 15px;
	border-radius: 5px;
	
}



ul.founder_social .fa{
	font-size: 17px;
	color: #fff;
	margin-right: 0px;
}


.facebook{
	background: #4267b2;
}

.insta{
	background: #478231;
}

.twitter{
	background: #1da1f2;
}

.pinterest{
	background: #ff0000;
}





.copyright{
	background: #478231;
	border-top: 1px #6ad741 solid;
}

.copyright p{
	color: #fff;
	margin: 0;
	padding: 10px 0px;
}



.pro_cat{
	background: #343434;
	padding: 20px 0px;
}

.cat_bg{
	background: #000;
}



.inner_section{
	text-align: left;
}


.inner_section h1{
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin-bottom: 4%;
}

.inner_section p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 4%;
}



.d_pdf{
	
	margin-bottom: 30px;
}


.certifi{
	margin-bottom: 30px;
	/* background: #f2f2f2; */
padding: 20px 0px;
}

.certifi img{
	margin-bottom: 20px;
}

.certifi img:hover{
	-webkit-box-shadow: 0 0 5px 0 #4F4F4F;
box-shadow: 0 0 5px 0 #4F4F4F;
}


.carousel-caption-inner {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


.carousel-caption-inner p {
    font-size: 26px;
}

.carousel-caption-inner h3 {
    font-size: 50px;
}


.bg2{
	background: #fff;
	color: #000;
	text-align: center;
	padding: 30px 0px;
	border-radius: 20px;
}

.bg2 img{
	margin-bottom: 30px;
}

.bg2 h4{
	font-size: 22px;
	font-weight: 800;
}

.cer_heading{
	font-size: 45px;
}

.certifi h5{
	font-size: 26px;
	margin-bottom: 20px;
}



.why{
	text-align: center;
	background-color: #478231;
	background-image: url("../images/project-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6% 0%;
	
}


.why h2{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 2% 0%;
}

.why P{
	color: #fff;
	font-size: 16px;
	
	margin: 2% 0% 5% 0%;
}

.why h3{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin: 2% 0%;
}

.why .fa{
	font-size: 46px;
color: #fab900;
font-weight: 500;
margin: 8% 0%;
background: #cccccc29;
width: 100px;
height: 100px;
line-height: 95px;
border-radius: 50px;
}

.why .fa:hover{
	
color: #fff;
transition: all 0.7s ease-in-out 0s;

background: #fab900;

}

.right-line {
    position: relative;
}

.right-line::after {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #6da443;
    display: inline-block;
    margin-left: 10px;
}




.media_galery{
	text-align: left;
	background: url("../images/project-bg.png") no-repeat left;
	padding: 6% 0%;
}


.media_galery h2{
	font-size: 40px;
	color: #2c2761;
	font-weight: 500;
	/*margin-bottom: 8%;*/
	width: 100%;
	margin-top: 2%;
}

.media_galery p{
	font-size: 12px;
	color: #2c2761;
	margin-bottom: 4%;
}


.f_logo{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.f_logo img{
	
}











.owl-carousel {
    display: block !important;
   
}

.d_slider .item {
  /*height: 100vh;*/
  position: relative;
}
.d_slider .item img {
 /* width: 100%;*/
  height: 100%;
  object-fit: cover;
}
.d_slider .item .cover {
  padding: 75px 0;
  position: absolute;
  /*width: 100%;*/
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.d_slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.d_slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slide{
    z-index: 2;
}
.header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #2c2761;
}
.header-content h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #2c2761;
}

.header-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #2c2761;
}
.header-content h4 {
  font-size: 18px;
  font-weight: 500;
  /* line-height: 36px; */
  color: #2c2761;
}
.d_slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.d_slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.d_slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.d_slider .owl-item.active .read_more a{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.d_slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.d_slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.d_slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #2c2761;
	line-height: 20px;
}
.d_slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.d_slider .owl-nav .owl-prev:hover {
 background: rgb(0, 145, 205) !important;
}
.d_slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.d_slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #2c2761;
	line-height: 20px;
}
.d_slider .owl-nav .owl-next:focus {
  outline: 0;
}
.d_slider .owl-nav .owl-next:hover {
  background: rgb(0, 145, 205) !important;
}
.d_slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.d_slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}


.owl-carousel .owl-nav button.owl-prev{
    
    border: 1px #bdaeae solid !important;
    border-radius: 50px;
}

.owl-carousel .owl-nav button.owl-next{
    
    border: 1px #bdaeae solid !important;
    border-radius: 50px;
}


#scroll {
    position:fixed;
    right:20px;
    bottom:30px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#47822e;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:10px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#2EB72A;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
	transition: 1s ease;
}

#scroll::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}





.about_banner{
	background-image: url("../images/inner-slider-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 0%;
	
}


.about_banner h1{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
}


.about_section1{
	margin-top:8%;
}

.about_section1 h2{
	font-size: 36px;
    font-weight: 400;
	margin-bottom: 6%;
}

.about-us-bg{
    position: relative;
}
.about-exprience{
    position: absolute;
    top: 288px;
    left: 30px;
    background-color:#6da443; 
    padding: 60px 30px;
    text-align: center;
    height: 295px;
    width: 250px;
    border-radius: 20px;
}
.about-exprience h3{
    font-size: 115px;
    color:#fff;
    
    line-height: 1;
}
.about-exprience i{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
}
.about_section1 .fa{
	font-size: 17px;
	color: #478231;
	margin-right: 10px;
}

.about_section1 ul li{
	line-height: 30px;
}


.leadership_section1{
	margin-top:8%;
}

.leadership_section1 h2{
	font-size: 25px;
    font-weight: 600;
	margin-bottom: 6%;
}

.leadership_section1 h3{
	font-size: 15px;
    font-weight: 600;
	margin-bottom: 6%;
	color: #0091cd;
}


.leadership_section1 h5{
	font-size: 30px;
    font-weight: 600;
	margin-bottom: 4%;
	color: #030A39;
}


.leadership_section1 p{
	
	color: #87849B;
}

.leadership_section1 p strong{
	font-size: 18px;
	color: #030A39;
}


.leadership_section1 .fa{
	font-size: 17px;
	color: #478231;
	margin-right: 10px;
}

.leadership_section1 ul li{
	line-height: 30px;
}




.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 980px; margin: 30px auto; position: relative;}
.counter {     background-color: #ffffff;
    padding: 65px 15px;
    border-radius: 10px;
    border: 1px solid #ECEEF3;
    transition: all 0.4s ease-out 0s;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; }
.count-text { font-size: 15px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

.br-blue:hover{
    border: 1px solid #0ca3e5;
}

.br-pink:hover{
    border: 1px solid #F72A75;
}.br-sky:hover{
    border: 1px solid #0ca3e5;
}.br-green:hover{
    border: 1px solid #6da443;
}
.counter__icon i {
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background-color: #008bc7;
    display: inline-block;
    height: 20px;
    width: 18px;
    transform: translateY(5px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    flex: 0 0 auto;
    /*margin-right: 10px;*/
    /* animation: firefly ; */
    animation: blink 2.5s linear infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        color: white;
    }
  }
.counter__icon.pink-hard i {
    background-color: #FB2976;
}

.counter__icon.sky-hard i {
    background-color:#43BFFF;
}


.counter__icon.green-hard i {
    background-color: #f9b900;
}


.h_form input{
	
}

.h_form h4{
	margin-bottom: 6%;
font-size: 30px;
font-weight: 600;
}

.h_form .form-group{
	margin-bottom: 5% !important;
}

.h_form .form-group input{
	padding: 27px 10px;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.h_form .form-group textarea{
	padding: 27px 10px;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}







ul.footer_social{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.footer_social li{
	display: inline-block;
}

ul.footer_social li a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-right: 12px;
}


.address_line{
	text-align: center;
	border: 1px #ccc solid;
	border-radius: 5px;
	color: #2c2761 !important;
	padding: 20px 0px;
	margin-bottom: 40px;
}

.address_line:hover{
	
	border: 1px #FAB900 solid;
	
}


.address_line .fa{
	font-size: 85px;
	color: #2c2761;
}

.address_line h3{
	font-size: 18px;
	color: #2c2761;
}

.address_line p{
	font-size: 18px;
	color: #2c2761;
}

.address_line p strong{
	font-size: 18px;
}
/* boot-slider */
.boot-slider{
    /*padding: 90px 0px;*/
	padding: 0px 0px;
}






#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  /*border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;*/
  /*-webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;*/
	background-image: url("../images/loder.gif");
		background-repeat: no-repeat;
	
}





@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  background: #fff;
	
}

.about-video {
    position: absolute !important;
    top: 31%;
    left:44%;
}

.about-video i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: #fab900;
    border-radius: 50px;
    color: #fff;
    animation: tp-pulse 2s infinite !important;
	-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.about-video i:hover {
    background-color: #2974ff;
}


#counterhema {
 
  padding: 25px;
  
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#counterhema li {
  flex: 1;
  text-align: center;
  font-size: 50px;
	background-color: #ffffff;
padding: 20px 15px;
border-radius: 10px;
border: 1px solid #ECEEF3;
transition: all 0.4s ease-out 0s;
 margin-right: 2%;	
	line-height: inherit !important;
}
#counterhema span.percent:after {
  content: "%";
  display: inline-block;
}

#counterhema ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}







#hemacounter {
 
  padding: 25px;
  
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#hemacounter li {
  flex: 1;
  text-align: center;
  font-size: 85px;
	font-weight: 800;
padding: 20px 15px;
color: #fff;

transition: all 0.4s ease-out 0s;
 margin-right: 2%;	
}
#hemacounter span.percent:after {
  content: "%";
  display: inline-block;
}

#hemacounter ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}



.qrc img{
	margin: 10px 0px;
	border-radius: 15px;
}

footer h4 a .fa{
	color: #fff;
}






















.input-search-box form{
  position: relative;
  height: 36px;
  /*max-width: 900px;*/
  width: 100%;
  background: #fff;
 margin: 14px 0px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-search-box form i,
.input-search-box form .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-search-box form i {
  left: 20px;
  font-size: 12px;
  color: #707070;
}
.input-search-box form input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 13px;
font-weight: normal;
  border: none;
  padding: 0 76px 0 37px;
  background-color: transparent;
}
.input-search-box form .button {
  right: 3px;
font-size: 14px;
font-weight: 400;
color: #fff;
border: none;
padding: 2px 9px;
border-radius: 6px;
background-color: #478231;
cursor: pointer;
}
.input-search-box form .button.clicked {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-search-box form{
    height: 66px;
    margin: 0 8px;
  }
  .input-search-box form i {
    left: 12px;
    font-size: 25px;
  }
  .input-search-box form input {
    padding: 0 112px 0 50px;
  }
  .input-search-box form .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}



.cert_logo_name{
	background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 12px;
}

.cert_logo_name h4{
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0px;
}


.cert{
	padding: 6% 0%;
}


.pro_area {
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #E6E6E6;
  box-shadow: 0 0 10px 0 #E6E6E6;
}

.pro_area h2 {
  font-size: 13px;
  margin: 20px 0px;
  font-weight: normal;
    height: 50px;
}

.pro_area h2 a {
  font-size: 13px;
  margin: 20px 0px;
  font-weight: normal;
  color: #000;
}

.p_link {
  display: block;
}

.p_link a {
  display: inline-block;
  color: #fff;
  background: #55bb2f;
  font-size: 12px;
  padding: 10px 20px;
  width: 47%;
  text-align: center;
  font-weight: 600;
}

.p_link a:hover {
  background: #444;
    color: #fff;
}

.bread_cumb {
  background-color: #efffe9;
}

.breadcrumb {
  margin-bottom: 0rem !important;
  background-color: #efffe9 !important;
}
