


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}



/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 65px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo12.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 35%;
	margin-top: 6px;
}


.menu_main {
	float: left;
	width: 65%;
	z-index: 9999;
	margin-top: 10px;
}


.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	width: 100%;
    height: 45px;
    background: #ef3e23;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


.right-bar{ 
	padding-top: 3px;
    padding-bottom: 3px;
    height: 45px;
    /*-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(43px 0%, 100% 0%, 100% 100%, 0% 100%);*/
    background: #ef3e23;
    padding-right: calc(50% - 585px);
    width: calc(30% + 38px);
    float: left;
    position: relative;
    margin-left: -38px;
}

.right-bar::before{
 	content: '';
    position: absolute;
    top: 0px;
    left: 0px; 
    height: 48px;
    width: 6px;
    transform: skew(12deg);
  }

.left_bar{   
	width: 67%;
    background: #137f3f;
    padding-left: calc(50% - 585px);
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    float: left;
    margin-right: 3%
}


.social{
	display: inline-block;    
	float: right; 
	margin-left: 15px;
}

.user_box_link a i{  
  	font-size: 14px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #e03c31;
    padding: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: #e03c31;
    line-height: 16px;
}


.phone{
	display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    height: 45px;
    font-family: 'Lato', sans-serif;
}


.phone i{    
	border: 1px solid #ef3e23;
    border-radius: 100%;
    /* padding: 7px; */
    font-size: 15px;
    position: relative;
    top: 0px;
    background: #ef3e23;
    width: 26px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.social_list_item{
	position: relative;
    display: inline-block;
    margin-right: 6px;
    margin-top: 3px;
}

.social_list_item:last-child{
	margin-right: 0px;
}

.social_list_item a{
	display: block;
    /* width: 100%; */
    /* padding: 5px 6px; */
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    background: #137f3f;
    border-radius: 50%;
    text-align: center;
    
}

.social_list_item:hover a i{
	color: #fff;
}

.social_list_item a i{
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-align: center;
}
.social_list_item a:hover
{
	color: #fff;
}
.user_box_link
{
		float: left;
	display: inline-block;
	margin-top: 5px;
}
.user_box_link a
{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: none;
	    padding: 0px 12px;
	    letter-spacing: 1px;
}
.user_box_link a:hover
{
	color: #fff;
}
.user_box_login
{
	margin-left: 52px;
}
.user_box_login::after, .user_box_register::after
{
	display: block;
	position: absolute;
	top: 7px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 12px;
	content: '';
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}


.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.top_section2 {
	float: left;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 8999;
	background: rgba(0,0,0,0.85);
}


.slidermar6 {
	margin-top: 77px;
}









/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* featured section 1 */
.featured_section1 {
	float: left;
	width: 100%;
}
.featured_section1 h6{
	font-family: 'roboto';
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.featured_section1 h1{
	font-family: 'roboto';
	font-size: 48px;
	color: #137f3f;
	text-align: center;
	margin-bottom: 50px;
	}

.about-left{width: 45%; float: left; margin-right: 3%;}

.about-right{width: 52%; float: left; margin-right: 0%;}

.featured_section1 .about-right h6{
	font-family: 'roboto';
	font-size: 22px;
	color: #000;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 5px;
	line-height: 34px;
	font-weight: 500;
}



.our-vision{width: 48%; float: left; margin-right: 4%}


.our-mission{width: 48%; float: left; margin-right: 0%}

.vision-mission-box{background-color: #fff; border-width: 3px 0 3px 3px;
  border-style: solid;
	-webkit-box-shadow: 0px 0px 4px 0px #d9d9d9; 
box-shadow: 0px 0px 4px 0px #d9d9d9; padding: 20px 22px 25px; 
border-image: linear-gradient( to bottom, #ffca08, #ed3529 ) 1 100%; }

.vision-mission-box h5{font-family: 'roboto';
	font-size: 20px;
	color: #000;
	text-align: left; }

.vision-mission-box p{font-family: 'roboto';
	font-size: 15px;
	color: #000;
	text-align: left; }


/* featured section 2 */
/* featured section 2 */
.featured_section2 {
	float: left;
	width: 100%;
	background: #f6f9ff;
	position: relative;
	padding: 60px 0px 100px;
}
.wed_top_shape {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/shape_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    height: 80px;
}

.wed_bottom_shape {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/shape_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    height: 80px;
}
.featured_section2 h6{
	color: #e85222; font-family: 'roboto'; font-size: 24px; padding-bottom: 10px; text-align: center;
}
.featured_section2 h1{
	color: #000;
    font-family: 'roboto';
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

.featured_section2 .box {
	width: 100%;
	position: relative;
}
.featured_section2 .box-cnt {
	width: 100%;
	height: auto;

}
.featured_section2 .box-cnt img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 7px;
}
.featured_section2 .box-details {
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: rgba(255,255,255,1);
    width: 90%;
    height: 56px;
    overflow: hidden;
    transition: height 450ms;
    -moz-transition: height 450ms;
    -webkit-transition: height 450ms;
    margin: 0 20px -20px;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}
.featured_section2 .box:hover .box-details, .featured_section2 .box.active .box-details {
        height: 87%;
    background: rgba(255,255,255,0.9);
    margin: 0 20px 20px;
}
.featured_section2 .box-details h4 {
	color: #000;
    font-weight: 600;
    padding-top: 20px;
    line-height: 21px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
     font-size: 17px;
   text-transform: uppercase;
    font-family: 'Roboto';
}
.featured_section2 .box-details p {
	color: #000;
    width: 85%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 26px;
}
.featured_section2 .box-details a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #e85222;
	padding: 9px 20px;
	transition: all 0.3s ease;
	background: #e85222;
	border-radius: 5px;
}
.featured_section2 .box-details a:hover {
	color: #fff;
	background: #393185;
	border: 1px solid #393185;
}

 .our-courses {
	width: 32%; float: left; margin-right: 2%;margin-bottom: 0px;
}

/* featured section 3 */
.featured_section3 {
	float: left;
	width: 100%;
	}

	.featured_section3 .technologies{
	padding-right: 60px;
	padding-top: 35px;
	}

.featured_section3 .technologies h6{
	color: #e85222; font-family: 'roboto'; font-size: 24px; text-align: right;
}
.featured_section3 .technologies h1{
	color: #000; font-family: 'roboto'; font-size: 18px; text-align: right;
    margin-bottom: 17px;}

  .technologies-btn{
	background: linear-gradient(90deg, #ffca08, #ed3529);
	border-radius: 25px;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}

  .technologies-btn:hover{
	background: linear-gradient(90deg, #ed3529, #ffca08);
	border-radius: 25px;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-size: 17px;
}

.featured_section3 .technologies p{
	color: #000; font-family: 'roboto'; font-size: 15px; padding-bottom: 20px; text-align: right; line-height: 30px;
}




   .testimonials-style-one {
  /*background-color: #F2FFF8;*/
  padding: 120px 0;
  /*position: relative;*/
  display: contents;
}

.testimonials-style-one .map-img {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-name: mapMover;
          animation-name: mapMover;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes mapMover {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.20;
    -webkit-transform: translateY(-55%) translateX(-20px);
            transform: translateY(-55%) translateX(-20px);
  }
  100% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@keyframes mapMover {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.20;
    -webkit-transform: translateY(-55%) translateX(-20px);
            transform: translateY(-55%) translateX(-20px);
  }
  100% {
    opacity: 0.05;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
.testimonials-style-one .block-title {
  margin-bottom: 25px;
      color: #000;
    font-family: 'Roboto';
}
.testimonials-style-one .single-testi-one p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: 'Lato', sans-serif;
}
.testimonials-style-one .single-testi-one h3 {
  color: #00589e;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 40px;
}

.testimonials-style-one .single-testi-one h3 span{
  color: #c61010;
  font-weight: 600;
  font-size: 19px;
  font-style: italic;
}

.testimonials-style-one .testi-carousel-one .owl-nav {
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #F2FFF8;
}
.testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-] {
  margin: 0px 5px;
  padding: 0;
  background-color: transparent;
  opacity: .3;
  color: #273167;
  font-size: 32px;
  transition: all .4s ease;
}
.testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-]:hover {
  opacity: 1;
}
.testimonials-style-one .bx-wrapper {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-style-one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  background-color: #F2FFF8;
  right: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: .3;
  color: #273167;
  transition: all .4s ease;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.testimonials-style-one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-style-one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 391px;
  height: 391px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(39, 49, 103, 0.15);
  border-radius: 50%;
  position: relative;
  -webkit-animation-name: tesiMove;
          animation-name: tesiMove;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: all .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#testimonials-slider-pager:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 174px;
  height: 174px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  width: 71px;
  height: 71px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
  top: 55px;
  left: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
  top: 55px;
  right: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
  bottom: 55px;
  left: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
  bottom: 55px;
  right: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) {
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img {
  width: 100%;
  border-radius: 50%;
  transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img {
  opacity: .75;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
  width: 163px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img {
  width: 100%;
  border-radius: 50%;
}

.featured_section5 {
	float: left;
	width: 100%;
	text-align: center;
}
.featured_section5 .client-list-box {
	width: 24%;
	float: left;
	margin-right: 1.33%;
	border:1px solid #eee;
	padding: 5px 0px
}
.featured_section5 h1{margin-bottom: 20px; font-size: 28px;text-align: center; color: #000; font-family: 'Roboto'}

.featured_section5 p{margin-bottom: 15px; font-size: 14px;text-align: center; color: #000; font-family: 'Roboto'} 


.featured_section6 {
    background-color: #502063;
    background-image: url(../images/mitech-processing-contact-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    float: left;
    width: 100%;
    
    text-align: center;
}
.section-space--ptb_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.conact-us-wrap-one .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    font-size: 42px;
}

.text-white {
    color: #fff !important;
}

.conact-us-wrap-one .heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: linear-gradient(180deg, #ed3529, #ffca08);
}

.conact-us-wrap-one .sub-heading {
        margin-top: 31px;
    font-size: 18px;
    margin-left: 34px;
    text-align: left;
}

.contact-info-two  {
   padding-top: 20px;
}

.contact-info-two .icon {
    color: #fff;
    font-size: 65px;
}

.contact-info-two .heading {
   color: rgba(255, 255, 255, 0.8);
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact-info-two .call-us {
    color: #f9a431;
    line-height: 1.17;
    position: relative;
    display: inline-block;
    font-size: 52px;
}

.contact-info-two .call-us::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.contact-btn {
    background: linear-gradient(90deg, #ffca08, #ed3529);
    border-radius: 25px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    font-size: 17px;
    margin-top: 15px;
}

.contact-btn:hover {
    background: linear-gradient(90deg, #ed3529, #ffca08);
    border-radius: 25px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    font-size: 17px;
    margin-top: 15px;
}
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
	background: #00200d;
	color: #fff;
	margin-top: 0px;
	    position: relative;
	}
.footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'Roboto';
    margin-bottom: 12px;
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #fff;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}




.footer-top {
  width: 100%;
  z-index: 2;
}
.footer-top .row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.footer-top [class*=col] {
  background: #740400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0;
  position: relative;
}
.footer-top [class*=col] i,
.footer-top [class*=col] h3,
.footer-top [class*=col] p {
  color: #fff;
}
.footer-top [class*=col] p {
  margin-bottom: 0;
}
.footer-top [class*=col]:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #740400;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(2) {
  background: #c62b25;
}
.footer-top [class*=col]:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #c62b25;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
  background: #f8981d;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 25px;
}
.footer-top .footer-box-content h3 {
  font-weight: 600;
  margin-bottom:6px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid #033c32;
    margin-top: 55px;
}

.footer-bottom .inner-container {
    position: relative;
}

.footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ffc10e;
    content: "";
}

.footer-bottom .inner-container:before{ background-color: #ef3e23;}

.footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 8px 0;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin-left: 26px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .copyright-text{background-color: #ef3e23;}

.footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 8px 0;
    padding-right: 40px;
    background-color: #ef3e23;
}

.footer-bottom .copyright-text:before {
    border-bottom-color: #ef3e23;
}
.footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid #ef3e23;
    content: "";
}

.footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight:600;
}
 .footer-bottom .copyright-text a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-box1 {
    width: 38%;
    float: left;
    margin-right: 4%;
}
.footer-box2 {
    width: 18%;
    float: left;
    margin-right: 2%;
}

.footer-box3 {
    width: 12%;
    float: left;
    margin-right: 2%;
}

.footer-box4 {
    width: 24%;
    float: left;
    margin-right: 0%;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}


.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 9999;
}
 .cd-panel::after {
  /* overlay layer */
  content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: transparent;
 cursor: pointer;
 -webkit-transition: background 0.3s 0.3s;
 transition: background 0.3s 0.3s;
}
.cd-panel.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
	z-index: 9999;
}
 .cd-panel.cd-panel--is-visible::after {
 background: rgba(0, 0, 0, 0.8);
 -webkit-transition: background 0.3s 0s;
 transition: background 0.3s 0s;
}
.cd-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cd-panel__header h1 {
	padding-left: 7%;
	font-size: 22px;
	margin:10px 0px 0px 0px;
	color:  #264796;
	font-weight: 500;
}
.cd-panel--from-right .cd-panel__header {
	right: 0;
}
.cd-panel--from-left .cd-panel__header {
	left: 0;
}
.cd-panel--is-visible .cd-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
 @media only screen and (min-width: 768px) {
 .cd-panel__header {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__header {
 width: 28%;
}
}
.cd-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
  display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
 .cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
 position: absolute;
 top: 22px;
 left: 20px;
 height: 3px;
 width: 20px;
 background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .cd-panel__close::before {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .cd-panel__close::after {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.cd-panel__close:hover {
	background-color: #424f5c;
}
 .cd-panel__close:hover::before, .cd-panel__close:hover::after {
 background-color: #ffffff;
 -webkit-transition: -webkit-transform 0.3s;
 transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
 transition: transform 0.3s, -webkit-transform 0.3s;
}
 .cd-panel__close:hover::before {
 -webkit-transform: rotate(220deg);
 -ms-transform: rotate(220deg);
 transform: rotate(220deg);
}
 .cd-panel__close:hover::after {
 -webkit-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .cd-panel--is-visible .cd-panel__close::before {
 -webkit-animation: cd-close-1 0.6s 0.3s;
 animation: cd-close-1 0.6s 0.3s;
}
 .cd-panel--is-visible .cd-panel__close::after {
 -webkit-animation: cd-close-2 0.6s 0.3s;
 animation: cd-close-2 0.6s 0.3s;
}
 @-webkit-keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @-webkit-keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
 @keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
.cd-panel__container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel--from-right .cd-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.cd-panel--from-left .cd-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__container {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__container {
 width: 28%;
}
}
.cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 7%;
	overflow: auto;
	/* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content h4{
	font-size: 1.2rem;
	color: #f23801;
	line-height: 1.4;
	margin: 1.5em 0 1.2em;
	text-align: left;
	font-weight: 600;
}

.cd-panel__content h5{
	font-size: 1.2rem;
	color: #f23801;
	line-height: 1.4;
	margin: 1.5em 0 1.2em;
	text-align: left;
	font-weight: 600;
}
.cd-panel__content p  i{
	    font-size: 2.5rem;
    color: #14133b;
    float: left;
    padding-right: 18px;
}

.cd-panel__content p {
	font-size: 0.95rem;
	color: #14133b;
	margin: 1em 0;
	text-align: left;
	font-weight: 600;
}
.cd-panel__content p span{
	    float: left;
    padding-top: 8px;
}
.cd-panel__content p:first-of-type {
	margin-top: 0;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__content p {
 font-size: 0.95rem;

 text-align: left;
 font-weight: 600;
}
}
.register-submit {
	margin: 10px 0px 0px 0px !important;
	padding: 10px 0px;
	border-radius: 0px;
	width: 100% !important;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #1f479f;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff
}
.register-submit:hover {
	background: #027acd;
	color: #fff
}

.social-icon-toggle {
    position: relative;
}

.social-icon-toggle li {
    position: relative;
    float: left;
    margin-left: 26px;
}

.social-icon-toggle li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 0px;
    color: #878995;
    padding: 9px;
    font-weight: 400;
    border:1px solid #878995;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.social-icon-toggle li a:hover {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 0px;
    color: #fff;
    padding: 9px;
    font-weight: 400;
    border:1px solid #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: linear-gradient(90deg, #ffa369, #ff576b);
}


.our-impotance{padding:60px 0px 0px; background: #fff;}

.our-impotance  ul {
       width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 42px;
}
.our-impotance ul li a:hover h3{    color: #d00937;}
.our-impotance ul li {
    display: block;
    margin-bottom: 64px;
    border-right: 1px #e9e9e9 solid;
    position: relative;
    float: left;
}
.our-impotance ul li .inner {
    display: block;
    padding: 30px;
}
.our-impotance ul li .inner .img-block img{text-align: center; width: 70px;}
.our-impotance ul li .inner .img-block {

    position: absolute;
    right: 16px;
    top: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #999999;
    /* font-size: 37px; */
    background-color: #ffffff;
    border-radius: 100%;
    border: 1px solid #f5f5f5;
    padding: 0px 0px 0px;
    line-height: 158px;
}
.our-impotance ul li h3 {
    display: block;
    padding: 22px 0 0px 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
}
.our-impotance ul li p {
        display: block;
    font-size: 14px;
   line-height: 30px;
    color: #777b92;
}
.our-impotance ul li:after {
        width: 90%;
    height: 1px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: block;
    position: absolute;
    bottom: -2px;    content: "";
    background: #e9e9e9;

}
.our-impotance ul li .inner .bd-right:after{
        height: 58px;
    width: 1px;
    margin: 0 auto;
    left: 0px;
    top: -8px;
    display: block;
    position: absolute;
    right: -163px;
    content: "";
    background: #e9e9e9;
}
.our-impotance ul li .inner {
          display: block;
    padding: 30px;
    border-radius: 9px;
    background: #fafafa;
    height: 238px;
    position: relative;
    box-shadow: 7px 7px 4px #e4e4e4;
}

.our-impotance h6{
	color: #e85222; font-family: 'roboto'; font-size: 24px; padding-bottom: 10px; text-align: center;
}
.our-impotance h1{
	color: #000;
    font-family: 'roboto';
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
/*============inner-pages==========================*/
.inner-page{
margin-top:80px;
}
.page-header{
 background-image: linear-gradient(to bottom left, #00701d, #00ab06);
} 
.page-header h1{
color:#fff;
}
.inner-page p{
color:#000000;
font-family: 'roboto';
font-size:16px;
padding-bottom: 10px;
line-height:1.8em;

}

.about-item{
box-shadow:0px 0px 5px 0px rgb(0, 0, 0, 0.3);
padding:20px 30px;
background:#FFFFFF;
margin-top:-110px;

}
.about-item i{
font-size:3em;
color:#ef3e23;
margin-left:10px;
}
.about-item h3{
color:#137f3f;
font-size:26px;
font-family: 'roboto';
display:inline-block;
margin-left:20px;
}
.about-item p{
color:#000000;
font-family: 'roboto';
font-size:16px;
padding-bottom: 10px;
line-height:1.8em;
margin-left:10px;
}

.service-item{
box-shadow:0px 0px 5px 0px rgb(0, 0, 0, 0.3);
background:#FFFFFF;
margin-bottom:30px;
display:inline-block;
}
:target {
      
		display: flex;
		scroll-margin-top: 5rem;
		        }
.service-item:last-child{
margin-bottom:0px;
}
.service-item h2{
color:#ef3e23;
font-family: 'roboto';
}

.service-item .text{
padding:20px;
}
.service-item .image-item{
margin-left:-30px;
}


/* ====contact================================*/
.contact{
background: #fcfbfc;
padding-top:80px;

padding-bottom:50px;
}
.contact-sec{
background: #fcfbfc;
padding-top:25px;


}
.contact-item{
box-shadow:0px 0px 10px 0px rgb(0, 0, 0, 0.5);
background:#FFFFFF;
margin-bottom:50px;
display:inline-block;
text-align:center;
margin-right:20px;

}
.mt-20{
margin-top:20px;
}
.contact-item .content{
  padding:20px;
  }
  .contact-item .content h3{
  margin-top:25px;
  }
  .contact-item .content a{
  color:#000000;
    }
.contact-item i {
background-color:#ef3e23;
border:1px solid #fff;
border-radius:50%;
padding:11px;
color:#fff;
height:50px;
width:50px;
font-size:1.5em;
margin-top:-35px;
text-align:center;
position:absolute;
margin-left:-20px;
}



.form-sec{
background:#ecfbfb;
padding-top:50px;
padding-bottom:60px;
margin-bottom:10px;
}
.form-sec h4{
color:#ef3e23;
}

 form {
 margin-left:-20px;box-shadow:0px 0px 5px 0px rgb(0, 0, 0, 0.3);
 padding:30px;
 }
 .form-row {
 margin-top:20px;
 }
 .form-row i{
 color:#ef3e23;
 margin-right:20px;
 }
.form-control{
height: calc(2em + 0.75rem + 2px);
}
/*.form-control{
 #message{calc(3em + 0.75rem + 2px);
}*/
.submit{
 background:#137f3f;
color:#fff;
padding: 5px 30px;
    border-radius: 15px;
	font-weight:500;
	margin-left:20px;
	display:inline-block;
}
 .form-row .submit:hover{
background:#333333;
color:#FFFFFF;
}
















