@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap');
body {
    /*	font-family: 'Barlow Condensed', sans-serif !important;*/
    color: #9B9B9B;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    overflow-x: hidden !important;
    max-width: 100%;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700;
}
p {
	font-family: 'Roboto', sans-serif !important;
}

/****header*****/

header {
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-bar {
	width: 100%;
	background: #10744c;
	padding: 10px 0;
	position: relative;
	top: 0;
}
.top-bar address,.top-bar p {
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
}
.top-bar a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	margin-left: 20px;
}
.top-bar a:hover {
	color: #ffffff;
	opacity: 0.7;
}
.top-bar p {
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 20px;
}
.top-bar .d-flex {
	justify-content: space-between;
}



.top-right{
	display: flex;
}
.border-outline {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	border: 2px solid #ffffff;
	min-width: 200px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.border-outline:hover {
	color: #00713D;
	background: #ffffff;
	border-color: transparent;
}
.border-outline img {
	display: inline-block;
}
.border-outline:before {
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}
.border-outline:after {
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
}

.border-outline:hover:before {
	transition: .2s transform linear, .2s height linear .2s;
	transform: translateX(0);
	height: 100%;
	border-color: #00713D;
}
.border-outline:hover:after {
	transition: .2s transform linear .3s, .2s height linear .4s;
	transform: translateX(0);
	height: 100%;
	border-color: #00713D;
}
.main-header .header-bottom {
    padding: 5px 0;
}

a:hover {
    color: #00713D;
    text-decoration: none !important;
}

header.fixed {
    width: 100%;
    top: 0;
    background-color: rgb(255 255 255 / 87%);
    z-index: 10000;
}

header.fixed .logo img {
    height: 50px;
}

.logo {
    position: relative;
    z-index: 100000;
}

#menu-wrapper {
    position: relative;
    z-index: 1000000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

header.fixed .menu-list {
    top: 0px !important;
}

.main-header .logo img {
    height: 68px;
}

.main-header .main-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search .container {
    position: relative;
    height: 100%;
}

.logo-holder {
    width: 240px;
    height: 80px;
    background: url(../images/logo.png) no-repeat center center;
    transition: all 500ms ease-in-out;
    background-size: 100%;
    background-position: 0 0px;
}

/*****search******/

.logo-holder.active {
/*    background-position: 0px -67px;*/
}

.search-bar {
    /* margin: 12px 12px; */
    background-color: #00713D;
    border-radius: 50%;
}

.search-container {
    background-color: #00713D;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 12px 12px;
    z-index: 10021;
    position: relative;
}

.search-container a {
    color: #fff;
}

.search-container a:hover {
    color: #fff;
}

.contact-form .btn-primary {
    color: #fff;
    background-color: #00713D;
    border-color: #00713D;
}

.contact-form .btn-primary:hover {
    color: #fff;
    background-color: #bf1f22;
    border-color: #bf1f22;
}

#search {
    align-items: center;
    background: #00713D;
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    will-change: transform, opacity;
    z-index: -1;
    top: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100% !important;
    z-index: 10022;
}

#search:target .close-btn:hover {
    color: #cacaca;
}

#search:target .close-btn {
    display: block;
}

#searchbox::placeholder {
    color: #fff;
}

#searchbox {
    background: transparent;
    border: solid #ffffff;
    border-width: 0 0 1px 0;
    color: #ffffff;
    flex: 1 0 auto;
    font-size: 56px;
    text-align: center;
    height: 2rem;
    max-width: 100%;
    padding: 50px 0;
    width: 100%;
    outline: 0;
    padding-right: 50px;
}

#search form {
    position: relative;
    margin-top: 284px;
}

#search button {
    border: 0;
    background-color: unset;
    color: #fff;
    font-size: 31px;
    cursor: pointer;
    position: absolute;
    /* left: 0; */
    right: 0;
    top: 35px;
}

.close-btn {
    display: none;
    color: #ffffff;
    font-size: 2rem;
    position: absolute;
    top: 48px;
    right: 97px;
    z-index: 106;
}

#search.left {
    left: 0;
    height: 100vh;
    width: 0;
}

#search.right {
    height: 100vh;
    width: 0;
    right: 0;
    left: auto !important;
}

#search.bottom.left #search.bottom.right #search.top.left #search.top.right {
    height: 0;
}

#search.bottom {
    bottom: 0;
    top: auto !important;
}

#search.fade {
    height: 100vh;
    width: 100%;
    transition: opacity 0.5s;
}

.menu {
    display: flex;
    align-items: center;
}

/***menu****/

#menu-container {
/*    padding-left: 23px;*/
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #00713D;
    border-radius: 50%;
	display: none;
}

#menu-wrapper h4 {
    margin: 0;
    font-size: 16px;
    color: #B7B3B3;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 12px 12px;
    color: #000000;
    top: 0;
    z-index: 100;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 7px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 14px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(7px) rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding: 0px;
    list-style: none;
}

/*
.menu-submenu .head:hover {
    color: #ee2f33;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-submenu .head {
    padding: 2px 0;
    display: block;
    color: #fff;
    font-size: 19px;
    text-decoration: none !important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    line-height: 18px;
    padding-bottom: 0;
}
*/

#menu-container .menu-list {
    padding: 0;
	margin: 0;
}

ul.menu-list.accordion.active {
    padding-top: 151px !important;
    opacity: 1 !important;
}

#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
    font-size: 16px;
    text-transform: uppercase;
}

#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle,
.accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.accordion-content {
    display: none;
}

/*
.accordion-toggle a:before,
.accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #ffffff;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
    background: #ee2f33;
    transition: all 0.3s ease;
}

.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}*/

/****banner*****/
.banner .item {
    height: 100VH;
}
.hero-img {
    position: absolute;
    height: 100vh;
}
.banner  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.desc {
	z-index: 9;
	max-width: 510px;
	top: 180px;
	left: 60px;
	transform: translate(0, 0);
	padding: 0;
	color: #ed2124;
	position: relative;
}

.hero-img {
       position: absolute;
}
.desc span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 20px;
}
.desc h2 {
	color: #ffffff;
	font-size: 64px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.desc p {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	margin: 0 0 25px;
}

.hero-img:before {
    background: rgba(0, 0, 0, 0.38);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-gradient-bg {
    /* color: #fff; */
    display: inline-block;
    /* padding: 11px 33px; */
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #00713D;
}

.hero_carosel h2 {
    font-weight: 500;
    line-height: 58px;
    font-size: 54px;
    color: #06293a;
}

.delay-1 {
    animation-delay: .2s;
}

.delay-2 {
    animation-delay: .4s;
}

.delay-3 {
    animation-delay: .6s;
}

.delay-4 {
    animation-delay: .8s;
}

.slider-counter {
    z-index: 99;
    bottom: 1%;
    position: absolute;
    text-align: center;
    right: 4%;
    font-size: 120px;
    color: rgba(242, 242, 242, 0.7);
    font-weight: 700;
}

a.menu-link {
   display: block;
    color: #011236;
    text-decoration: none !important;
    font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700;
    text-transform: uppercase;
	position: relative;
}
a.menu-link:hover,a.menu-link:focus,a.menu-link:active {
    color: #00713D;
}
a.menu-link:before {
  content: "";
  height: 2px;
  width: 12px;
  border-radius: 0px;
  background-color: #00713D;
  position: absolute;
  bottom: 16px;
  left: -22px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.menu-list li:hover > a.menu-link:before,a.menu-link.active:before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.menu-list li {
	float: left;
    padding: 0 25px;
    line-height: 35px;
	list-style-type: none;
}
.menu-list li ul{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 235px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 99;
	display: block;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}
.menu-list li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.menu-list li ul li {
  flex: 1 1 100%;
  width: 100%;
	padding: 0;
  position: relative;
}
.menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #011236;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 10px 20px;
  display: flex;
  transition: 500ms;
}

.menu-list li ul li a:hover,.menu-list li ul li a.active {
	background: #00713D;
	color: #ffffff;
}
.accordion-toggle a:before, .accordion-toggle a:after {
/*	display: none;*/
}

a.menu-link.active {
    color: #00713D;
}

@media (max-width: 767px) {
    .slider-counter {
        font-size: 80px;
        font-weight: 600;
        bottom: 0
    }
}

@media (max-width: 576px) {
    .slider-counter {
        font-size: 30px;
        font-weight: 500;
        bottom: 0
    }
     
    .slide-news {

    flex-wrap: wrap;
    padding-bottom: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
     }

}

.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: #000;
}

.hero_carosel .owl-nav button.owl-prev {
    left: 0
}

.hero_carosel .owl-nav button.owl-next {
    right: 0
}

.hero_carosel i.owl-direction {
    margin: 0 13px;
    font-size: 3em;
    padding: 0;
    color: #607D8B;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
    outline: 0;
    background: #FFF
}

.tag {
    display: inline-block;
}

/****sections*****/

.commen-sec {
    padding-top: 80px;
}
.divisions.commen-sec {
	padding: 90px 0;
	max-width: 1400px;
	margin: 0 auto;
}
.divisions.commen-sec {
	padding-top: 0;
}
.commen-title h3 {
    text-align: center;
    color: #00713D;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;

}

.box-division {
    width: 24%;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    min-height: 480px;
    align-items: flex-end;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 20px 20px 20px 40px;
    position: relative;
}

.ico-division {
    width: 100%;
    overflow: hidden;
}

.ico-division img {
    width: 100%;
    height: 480px;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 20px 20px 20px 40px;
	object-fit: cover;
}

.inner-box-content h3 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	border-radius: 0 90px 0 50px;
	background: #00713D;
	padding: 10px 25px;
	position: absolute;
	left: 0;
	bottom: -22px;
	transition: .5s ease-in-out;
	z-index: 9;
}
.inner-box-content:hover h3{
	background: #ffffff;
	color: #00713D;
}
.full-content {
    height: 0;
    overflow: hidden;
    transition: .5s ease-in-out;
    bottom: 0;
    position: absolute;
    background: rgba(0 ,113 ,61 , 0.94);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.full-content .service-icon{
    width: 130px;
    margin: 0 auto;
}

.full-content .service-icon img{
    width: 100%;
    margin: 0 auto;
}
.full-content h5 {
    color: #ffffff;
    font-weight: 600;
    margin: 14px 0 20px;
}
.full-content p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
	margin: 0 0 25px
}

.full-content a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 22px;
    border: 1px solid #fff;
    width: 130px;
    margin: 0 auto;
    padding: 8px 0;
}

.full-content a:hover {
    color: #373737;
    background: #ffff;
}

.box-division:hover .inner-box-content h3 {
    color: #00713D;
}

.box-division:hover .full-content {
    height: 100%;
	padding: 25px;
}

.inner-box-content {
    width: 100%;
}

.box-division:hover {
    background-color: #fff;
}

.outer-division {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}

.link-division {
    width: 22%;
    background-color: #00713D;
    padding: 15px 45px;
    min-height: 480px;
    border-radius: 20px;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #00713D;
    transition: .5s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
}

.link-division:hover {
    background-color: #0a9b58;
    border: 1px solid #00713d;
}

.link-division a {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    text-decoration: none !important;
	bottom: 0;
	left: 0;
	border-radius: 0 90px 0 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	width: 90%;
	background: rgba(255,255,255,0.24);
}

.link-division a img {
    width: 30px;
}

.link-division h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}
.link-division h3 span {
	font-size: 25px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
}
.content-qtec h4 {
	font-weight: 700;
	text-transform: uppercase;
}
.content-qtec h5 {
  font-weight: 700;
}
.outer-service {
    padding: 0 35px;
    padding-top: 48px;
}

.outer-service .item {
/*    box-shadow: 0px 2px 5px #929292;*/
    margin: 12px 3px;
}

.item-inner {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* effect-clean*/

.img-what {
    height: 249px;
    overflow: hidden;
}

.what-content {
	background: #ffffff;
	border-radius: 0 0 50px 0;
    padding: 20px;
}
.img-what {
	width: 100%;
	border-radius: 25px 25px 0 0;
}
.img-what img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 25px 25px 0 0;
}

.what-content h3 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    padding-bottom: 0;
    transition: .5s ease-in-out;
}

.what-content p {
    font-size: 14px;
    color: #a4a2a2;
    transition: .5s ease-in-out;
}

.what-content h4 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    padding-bottom: 10px;
}

.what-content a {
   color: #00713D;
   font-weight: 400;
   font-size: 15px;
   text-decoration: none;
   text-transform: capitalize;
   display: flex;
   transition: .5s ease-in-out;
   justify-content: space-between;
   width: 64px;
}

.item-inner.clean:hover {
    transition: .5s ease-in-out;
}

.what-content a:hover {
    color: #00713D;
    text-decoration: none;
}

@keyframes slide {
    0% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes line {
    0% {
        width: 0;
    }
    100% {
        width: 50%
    }
}

.outer-service .owl-carousel .owl-nav button.owl-prev {
    border: 4px solid #00713D!important;
    padding: 0 !important;
    border-radius: 100% !important;
    background-color: transparent;
    outline: none !important;
	color: #00713D;
    opacity: 1;
	width: 60px;
	height: 60px;
    margin: 0;
    outline: none !important;
}

.outer-service .owl-carousel .owl-nav button.owl-next {
    border: 4px solid #00713D!important;
    padding: 0 !important;
    border-radius: 100% !important;
    background-color: transparent;
    outline: none !important;
	color: #00713D;
    opacity: 1;
    width: 60px;
	height: 60px;
	margin: 0;
    outline: none !important;
}

.outer-service .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -74px;
    top: 50%;
}

.outer-service .owl-nav {
    height: 0;
}

.outer-service .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -74px;
    top: 50%;
}

.outer-service button.owl-next .owl-direction {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 1px 1px 1px #474747;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    font-size: 24px !important;
    /* transform: rotate(34deg); */
    margin: 0;
}

.outer-service .owl-theme .owl-nav [class*='owl-']:hover {
    background: unset;
    color: #FFF;
    outline: none;
    border: 0;
    /* text-decoration: none; */
}

.outer-service .owl-theme .owl-nav button.owl-next:hover {
    background-color: #00713D;
    border-color: #00713D!important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #fff;
}

.outer-service .owl-theme .owl-nav button.owl-prev:hover {
    background-color: #00713D;
    border-color: #00713D!important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #fff;
}
.owl-carousel .svg-inline--fa {font-size: 19px;}
i.owl-direction:focus {
    border: 0;
    outline: none;
}

/****project*********/

.grid {
    position: relative;
   /* clear: both;*/
    margin: 0 auto;
    /*max-width: 1000px;
*/    list-style: none;
    text-align: center;
}

/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 1%;
    min-width: 100%;
    max-width: 100%;
    min-height: 385px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    /* min-height: 100%; */
    height: 100%;
}

.grid figure figcaption {
    padding: 22px 19px;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.grid figure h2 {
    font-weight: 300;
}

.grid figure h2 span {
    margin: 0;
}

.grid figure h2,
.grid figure p {
    margin: 0;
    font-size: 18px;
}

.grid figure p {
    letter-spacing: 1px;
}

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 10px;
    margin: 0;
    padding: 0px 0;
    padding-left: 8px;
    padding-right: 12px;
    max-width: 100%;
    border-left: 4px solid #00713D;
    text-align: left;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    font-size: 14px;
    margin-left: 0;
    font-weight: 300;
}

figure.effect-apollo a {
    position: absolute;
    left: 24px;
    font-size: 15px;
    bottom: 20px;
    margin: 0;
    padding: 11px 17px;
    max-width: 150px;
    border-right: 0px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background-color: #00713D;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
}

figure.effect-apollo h2 {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 0;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-apollo:hover a {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-apollo:before {
      content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 49%);
    top: 0;
    z-index: 1;

}

.our-project {
    background-color: #00713D;
    padding: 64px 43px;
}

.our-project h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 39px;
    padding: 0;
    margin: 0;
}

.slider-project .owl-nav {
    display: block !important;
    position: absolute;
    top: 67%;
    right: -126px;
    color: black
}

.slider-project .owl-carousel .owl-nav button.owl-next {
    border: 1px solid grey !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    background-color: #fff;
}

.slider-project .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #707070 !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    background-color: #fff;
    outline: none !important;
}

.slider-project .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #707070 !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    background-color: #fff;
    outline: none !important;
}

.slider-project .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #00713D;
    border-color: #00713D !important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-project .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #00713D;
    border-color: #00713D !important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project.commen-sec {
    background-color: #ffffff;
    padding: 40px 0 80px;
    max-width: 1400px;
    margin: 0 auto;
}
.testimonial {
	/* border-radius: 10px; */
	/* border: 1px solid #009688; */
	padding: 0;
	position: relative;
}
.testimonial:before {
	position: absolute;
	left: 55px;
	content: "";
	background-position: 0 0;
	height: 69px;
	width: 80px;
	top: 72px;
}
.testimonial:hover {
	/* border: 1px solid #00713D; */
}
.testimonial:after {
	position: absolute;
	right: 25px;
	content: "";
	background-size: 100%;
	height: 244px;
	width: 210px;
	bottom: 0;
}

.testimonial p {
	font-size: 15px;
	font-weight: 400;
	padding-top: 20px;
	margin-bottom: 0;
}
 .testimonial  .news-image img {
  border-radius: 15px !important;
  width: 100%;
  margin-bottom: 15px;
}
.place {
	color: #3D3D3D;
	font-size: 18px;
}
.d-block.name {
	color: #3D3D3D;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700;
}
.project.commen-sec .col-md-4 {
	padding: 0 7px;
}

section.what-we-do {
	background: rgba(0, 113, 61, 0.1);
    padding-bottom: 80px;
}

.what-we-do .commen-title h3 {
    font-weight: 600;
}

section.our-clients {
    background-color: #F1F1F1;
    padding-bottom: 50px;
}

.client-img {
    background-color: #fff;
    min-height: 100px;
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.client-img img {
    width: 100%;
}

.client-slider {
    padding-top: 40px;
}

.client-slider .owl-nav {
    display: block !important;
    position: absolute;
	right: 0;
	top: -120px;
}

.client-slider .owl-carousel .owl-nav button.owl-next {
    border: 4px solid #00713D!important;
    padding: 0 !important;
    border-radius: 100% !important;
    background-color: transparent;
    outline: none !important;
	color: #00713D;
    opacity: 1;
    width: 60px;
	height: 60px;
}

.client-slider .owl-carousel .owl-nav button.owl-prev {
    border: 4px solid #00713D!important;
    padding: 0 !important;
    border-radius: 100% !important;
    background-color: transparent;
    outline: none !important;
	color: #00713D;
    opacity: 1;
	width: 60px;
	height: 60px;
}

.client-slider .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #00713D;
    border-color: #00713D!important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #fff;
}

.client-slider .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #00713D;
    border-color: #00713D!important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #fff;
}

section.contact-footer {
    background-color: #00713D;
    padding: 70px 0;
}

.request h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 12px;
    position: relative;
}
.request a,.eq-sec a {
	color: #ffffff;
	letter-spacing: 1;
	opacity: 0.7;
}
.eq-sec a {
	font-weight: 700;
}
.request h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 58px;
    background-color: #fff;
}

.contact-sec {
    display: flex;
}

.eq-sec h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.eq-sec h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: right;
    color: #fff;
}

.contact-sec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.eq-sec {
    padding-right: 0;
    padding-left: 26px;
}

.eq-sec img {
    width: 73px;
    transform: rotate(90deg);
}

.footer {
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.footer .col-md-2 img {
    display: none;
}

.footer .foot-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
}

.footer .foot-title h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #00713D;
    width: 43px;
}

ul.foot-list {
    list-style: none;
    padding: 0;
}

ul.foot-list li a {
    color: #fff;
    font-size: 14px;
}
ul.foot-list li a:hover {
    color: #00713D;
}
ul.foot-list li {
    padding-bottom: 9px;
}

.foot-title {
    padding-bottom: 24px;
}

.social ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.social ul li {
    padding-right: 26px;
    position: relative;
    margin-right: 26px;
}

.social ul li:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #00713D;
}

.social ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.social ul li:last-child:after {
    content: none;
}

.social ul li a {
    color: #45bf76;
    font-size: 36px;
}

.social ul li a:hover{
    color: #00713D;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.copy-right{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.copy-right p {
  color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 32px;

}
.copy-right p a img
{
   	width: 72px;
    padding-left: 7px;

}

.copy-right p:nth-child() a img
{
   	width: 82px;
    padding-left: 7px;

}

/******************************************************messages-page*************************************************************************/

section.inner-page-banner {
    height: 337px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.inner-page-banner:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 1%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#66000000', GradientType=1);
}


section.inner-service-banner {
    height: 100px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.inner-service-banner .innerban-text h3{
    font-size: 24px;
}


section.inner-service-banner:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(20, 40, 48, 0.99) ;
}


.innerban-text {
    display: flex;
    align-items: center;
    height: 100%;
}

.innerban-text h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 39px;
    text-transform: uppercase;
    border-left: 4px solid #00713D;
    margin: 0;
    padding: 0;
    padding-left: 19px;
}

section.message-chairman {
    padding: 70px 0;
    padding-top: 121px;
}

.ttile-chairman {
    width: 100%;
    padding-left: 40%;
}

.ttile-chairman h3 {
    margin: 0px;
    font-size: 35px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    padding: 56px 0px 24px 0px;
    position: relative;
}

.message-sec {
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
    width: 100%;
    position: relative;
    padding: 45px 7% 45px 40%;
    background-color: #f3f3f3;
    -webkit-border-radius: 80px 80px 75px 400px;
    border-radius: 80px 80px 75px 400px;
}

.message-sec p {
   font-size: 16px;
    line-height: 25px;
    margin: 0px;
    font-weight: 400;
    color: #363636;
    font-weight: 400;
    padding-bottom: 15px;
}

.message-img {
    position: absolute;
    left: 0px;
    top: -195px;
    width: 450px;
    height: 450px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 15px #fff;
    overflow: hidden;
}

.message-img img {
    width: 100%;
}

.message-name {
    width: 100%;
    margin-top: 25px;
    background: url(../images/quote.png) right center no-repeat;
    padding-bottom: 20px;
}

.message-name h3 {
    margin: 0px;
    font-size: 19px;
    font-weight: 400;
    color: #414141;
    text-transform: uppercase;
}

section.director-message {
    padding: 70px 0;
    position: relative;
}

.title-director {
    width: 100%;
}

.title-director h3 {
    margin: 0px;
    font-size: 35px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    padding: 56px 0px 24px 0px;
    position: relative;
}

.dir-message {
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
    width: 100%;
    position: relative;
    padding: 45px 44% 45px 5%;
    background-color: #f3f3f3;
    -webkit-border-radius: 80px 80px 400px 75px;
    border-radius: 80px 80px 400px 75px;
    z-index: 2;
}

.img-director {
    position: absolute;
    /* left: 0px; */
    right: 0;
    top: -195px;
    width: 450px;
    height: 450px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 15px #fff;
    overflow: hidden;
}

.img-director img {
    width: 100%;
}

.dir-message p {
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    font-weight: 400;
    color: #363636;
       font-weight: 400;

    padding-bottom: 15px;
}

section.division-section {
    padding-bottom: 70px;
}

.title-innerpage h3 {
    text-align: center;
    font-size: 33px;
    font-weight: 300;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 26px;
}

.title-innerpage h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 74px;
    height: 2px;
    background-color: #f04a4d;
    bottom: 0;
    margin: 0 auto;
}

.division-icons ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.division-icons ul li img {
    width: 100%;
}

.division-icons ul li {
    width: 20%;
}

.division-icons ul li {
    width: 20%;
    padding: 49px 18px;
    background-color: #f3f3f3;
}

.division-icons ul li:nth-child(odd) {
    background-color: #ffffff;
}

/*********************************************history**********************************************/

section.timeline {
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 50px;
    background: #eb4244;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    /* background: #d9d9d9; */
    color: #353535;
    padding-bottom: 0;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #eb4244 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #f0474a;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

/* EFFECTS
                          Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #ffffff;
    border: 1px solid grey;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

/* GENERAL MEDIA QUERIES
                          Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */

.timeline ul {
    padding-left: 0;
}

/*****section-video******/

.index-video .container-fluid {
    padding: 0 52px;
}

.video-outer {
    display: flex;
    background-image: url(../images/bg-video.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 55px;
    align-items: center;
}

.video-content {
    width: 44%;
    position: relative;
    z-index: 1;
}

.main-video {
    width: 60%;
    position: relative;
    z-index: 1;
    padding-left: 26px;
}

.player {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.player__video {
    width: 100%;
}

.player__slider {
    width: 10px;
    height: 30px;
}

.player__controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%) translateY(-2px);
    transition: all .3s;
    background: rgba(0, 0, 0, 0.1);
}

.player:hover .player__controls {
    transform: translateY(0);
}

.player:hover .progress {
    height: 5px;
}

.progress {
    position: relative;
    height: 2px;
    transition: height 0.3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.progress__filled {
    width: 0;
    /*background:#ffc600;*/
    background: #b1b1b1;
    height: 100%;
}

.player__buttons {
    height: 30px;
    width: 100%;
}

.play__button,
.mute__button,
.player__slider {
    display: block;
    float: left;
}

.mute__button,
.play__button {
    background: none;
    border: 0;
    line-height: 1;
    color: white;
    text-align: center;
    outline: 0;
    cursor: pointer;
    max-width: 50px;
    padding: 0 10px;
    height: 30px;
}

.mute__button svg,
.play__button svg {
    height: 50%;
    margin-top: 25%;
}

.big__play {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    pointer-events: none;
    border: 10px solid white;
}

.big__play svg {
    height: 40%;
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.player__buttons input[type="range"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 60px;
    height: 2px;
    margin: 12px 0;
    border: none;
    padding: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4196078431372549);
    outline: none;
    /* no focus outline */
}

.player__buttons input[type="range"]::-moz-range-track {
    border: inherit;
    background: transparent;
}

.player__buttons input[type="range"]::-ms-track {
    border: inherit;
    color: transparent;
    /* don't drawn vertical reference line */
    background: transparent;
}

.player__buttons input[type="range"]::-ms-fill-lower,
.player__buttons input[type="range"]::-ms-fill-upper {
    background: transparent;
}

.player__buttons input[type="range"]::-ms-tooltip {
    display: none;
}

/* thumb */

.player__buttons input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 6px;
    border: none;
    border-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #b1b1b1));
    /* android <= 2.2 */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0, #b1b1b1 100%);
    /* older mobile safari and android > 2.2 */
    ;
    background-image: linear-gradient(to bottom, #f1f1f1 0, #b1b1b1 100%);
    /* W3C */
}

.player__buttons input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 6px;
    border: none;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, #f1f1f1 0, #b1b1b1 100%);
    /* W3C */
}

.player__buttons input[type="range"]::-ms-thumb {
    width: 12px;
    height: 6px;
    border-radius: 12px;
    border: 0;
    background-image: linear-gradient(to bottom, #f1f1f1 0, #b1b1b1 100%);
    /* W3C */
}

.video-outer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: hsl(359deg 85% 53% / 77%);
    width: 100%;
    height: 100%;
}

.video-content h3 {
    font-size: 42px;
    text-align: center;
    color: white;
    font-weight: 500;
    line-height: 55px;
}

.video-content a {
    text-align: center;
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 300;
    margin-top: 11px;
}

section.index-video {
    padding-bottom: 84px;
}

.project .container-fluid {
    padding: 0 5%;
}

/******news-section***********/

.imp-news .img-imp img {
    width: 100%;
}

.imp-news .img-imp {
    padding-bottom: 26px;
}

.imp-news h5 {
    color: #8a8a8a;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 5px;
}

.imp-news h3 {
    color: #00713D;
    font-weight: 300;
    padding-bottom: 7px;
    font-size: 21px;
}

.imp-news p {
    font-size: 15px;
    color: #3e3939;
}

section.news-section {
    padding: 70px 0;
}

.imp-news a {
    color: black;
    font-size: 19px;
}

.imp-news a>span {
   font-size: 19px;
    vertical-align: baseline;
    color: #00713D;
}

.slide-news {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 38px;
}

.slide-news .img-imp {
    width: 61%;
    margin: 0;
    padding-bottom: 0;
}

.slide-news .news-cont {
    width: 70%;
    padding-left: 26px;
}

.imp-news.slide-news h5 {
    color: #8a8a8a;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    margin: 0;
}

.imp-news.slide-news h3 {
    color: #00713D;
    font-weight: 300;
    padding-bottom: 2px;
    font-size: 17px;
}

.imp-news.slide-news p {
    font-size: 17px;
    color: #3e3939;
    margin: 0;
    padding-bottom: 0;
}

.imp-news.slide-news a {
    color: black;
    font-size: 13px;
}

.news-slider .owl-carousel {
    transform: rotate(90deg);
    width: 270px;
    margin-top: 100px;
}

.news-slider .item {
    transform: rotate(-90deg);
}

.news-slider .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}

.news-slider div.owl-carousel .owl-nav .owl-prev,
.news-slider div.owl-carousel .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
}

.commen-title {
    position: relative;
}

.commen-title a {
    top: 11px;
    position: absolute;
    right: 101px;
    color: #232323;
    font-size: 14px;
}

.commen-title a>span {
    font-size: 25px;
    vertical-align: middle;
    color: #00713D;
}

.commen-title.news-sec {
    padding-bottom: 45px;
}

.news-section .owl-nav {
    display: block !important;
    position: absolute;
    top: -98px;
    right: 0;
    color: #00713D;
}

.news-section .owl-carousel .owl-nav button.owl-next {
    border: 1px solid grey !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    background-color: #fff;
}

.news-section .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #00713D !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    background-color: #fff;
    outline: none !important;
}

.news-section .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #00713D !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    background-color: #fff;
    outline: none !important;
}

.news-section .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #00713D;
    border-color: #00713D !important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-section .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #00713D;
    border-color: #00713D !important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*******vision and mission***********/

.img-mission img {
    width: 100%;
    border-radius: 30px;
}

section.mission-sec {
    padding: 70 0px;
}

.mission-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #00713D;
    padding-bottom: 15px;
    margin: 0;
    text-transform: capitalize;
}

.mission-content p {
    font-size: 17px;
    line-height: 30px;
    color: #383838;
}

.box-value {
    display: flex;
    /* height: 1; */
    min-height: 200px;
    align-items: center;
    flex-wrap: wrap;
    border-right: 1px solid #e6e6e6;
    justify-content: center;
    /* color: #909090; */
    /* background-color: #f7f7f7; */
    padding: 35px 23px;
    background-color: #393939c2
}

.box-value h2 {
    width: 100%;
    text-align: center;
    font-size: 56px;
    color: #b3b3b3;
    /* padding-top: 16px; */
    margin: 0;
}

.box-value h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.box-value h3 span {
    color: #00713D;
    font-size: 21px;
    /* vertical-align: revert; */
    font-weight: 800;
    padding: 0 10px;
    position: absolute;
    left: -27px;
    top: -3px;
}

.value-outer {
    /* background-color: #393939; */
    background-image: url(../images/about.webp);
    background-size: cover;
    background-attachment: fixed;
}

.box-value h3 span:last-child {
    right: -27px;
    left: unset;
}

/*.owl-value .owl-nav
{
    display: none;
}*/

/******what we do section***********/

.what-we-section {
    padding: 80px;
}
.certi {
	background: #F6EBEB;
}

.what-we-section .img-what-we img {
    width: 100%;
    height: 410px;
	object-fit: cover;
	border-radius: 90px 0 90px 0;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.content-whatwe h3 {
    color: #00713D;
    padding-bottom: 15px;
    position: relative;
    font-size: 27px;
    font-weight: 700;
}

.content-whatwe ul {
    list-style: none;
    padding: 0;
}

.content-whatwe ul li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #505050;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.content-whatwe ul li:before {
    content: "\f192";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    color: #c0c0c0;
}

.content-whatwe ul li ul li:before {
    content: none;
}

.content-whatwe ul li ul {
    padding-top: 12px;
}

.content-whatwe ul li ul li {
    padding-left: 10px;
}

.content-whatwe ul li ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.content-whatwe ul li ul {
    padding-top: 12px;
}

.content-whatwe ul li ul li {
    padding-left: 10px;
}

.content-whatwe ul li:last-child {
    border: 0;
}

/******q-tec engineering wll*******/

.img-qtec img {
    width: 100%;
}

.content-qtec h3 {
    color: #ed282c;
    font-weight: 600;
    font-size: 27px;
    padding-bottom: 10px;
}

.content-qtec ul {
    list-style: none;
    padding: 0;
}

.content-qtec ul li {
    position: relative;
    padding: 0 0 10px 34px;
    margin: 0 0 5px 0;
/*    color: #6f6f6f;*/
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
	width: 50%;
}

.content-qtec ul li a {

    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #00713D;
}


.content-qtec .border-outline {
	border: 1px solid #707070;
	color: #707070;
	border-radius: 5px;
    margin-top: 30px;
    width: 220px;
}

.content-qtec .border-outline:hover {
	color: #ffffff !important;
	background: #00713D !important;
}


.content-qtec ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
	background: url(../images/list.svg)no-repeat left center;
	background-size: 100%;
	width: 14px;
	height: 11px;
}

.content-qtec ul {
    position: relative;
    max-height: 390px;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
    display: flex;
    flex-wrap: wrap;
    /*
	-webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
*/
    margin-top: 46px;
}

.content-qtec ul.-expanded {
    max-height: 100vh;
}

.expand-button {
    cursor: pointer;
    display: block;
    /* width: 50%; */
    margin-top: 1rem;
    /* margin-left: auto; */
    margin-right: auto;
    /* border: 4px solid #005858; */
    background-color: #393939;
    color: white;
    font-size: 1rem;
    padding: 7px 28px;
    outline: none;
    border: 0 !important;
    border-radius: 0;
}

section.service-qtec {
    padding: 120px 0;
}

.expand-button:focus {
    border: 0 !important;
    border-radius: 0;
}

section.about-eng-qtec {
    background-image: url(../images/bg-wll.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-top: 59px;
    height: 421px;
    margin-bottom: 57px;
    display: flex;
    align-items: center;
}

.main-content-wll {
    background-color: #ffffff;
    padding: 34px 34px;
    position: relative;
    border: 1px solid #eaeaea;
    width: 60%;
    /* top: -60px; */
    /* background-color: white; */
    /* box-shadow: 0 0 black; */
    border-top: 2px solid #00713D;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom: 2px solid #00713D;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.main-content-wll h3 {
    text-align: center;
    padding-bottom: 10px;
    color: #ed2125;
    font-weight: 400;
}

.main-content-wll p {
        font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

section.download-br {
    padding: 80px 0;
}

.sec-download h2 {
    text-align: center;
    padding-bottom: 10px;
    color: #393939;
      font-weight: 500;
}

.sec-download h3 {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
}

.sec-download button {
    margin: 0 auto;
    display: table;
    border: 2px solid #3e3e3e;
    margin-top: 26px;
    padding: 8px 59px;
    border-radius: 37px;
    font-size: 14px;
    color: black;
    background-color: white;
    cursor: pointer;
    outline: none;
}

.sec-download button:focus {
    outline: none;
}

.modal-content button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0;
    height: 35px;
    width: 35px;
    border: 1px solid white;
    /* padding: 10px 14px; */
    border-radius: 50%;
    background-color: #00713D;
    opacity: 1;
    font-size: 24px;
    color: white;
    z-index: 1;
}

.sec-download .modal-body h2 {
    font-size: 20px;
    border-bottom: 1px solid #00713D;
    margin-bottom: 14px;
    color: #00713D;
}

.sec-download .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding: 13px 10px;
    font-size: 13px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 38px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #4a4a4a;
    outline: none;
}

.intl-tel-input input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding: 13px 10px;
    font-size: 13px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 38px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #4a4a4a;
    outline: none;
}

.sec-download label {
    display: block;
    width: 100%;
}

.sec-download textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding: 13px 10px;
    font-size: 13px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 38px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #4a4a4a;
    outline: none;
}

.sec-download .btn-primary:hover {
    color: #fff;
    background-color: #00713D;
    border-color: #00713D;
}

.img-certificate {
    width: 200px;
    margin: 0 auto;
}

.slider-security {
    position: relative;
}

.slider-security:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    transform: translate(0%, -50%);
    right: 21px;
    background-color: #fda7a8;
    bottom: -117px;
}

.slider-security:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    transform: translate(0%, -50%);
    top: 59px;
    left: 30px;
    background-color: #ff8183;
}

section.projects-section {
    padding: 80px 0;
}

.button-group.filters-button-group {
    text-align: center;
    padding-bottom: 82px;
}

.filters-button-group button {
       background-color: white;
    color: #2d2d2d;
    border: 1px solid grey;
    padding: 6px 21px;
    margin: 0;
    height: auto;
    line-height: normal;
    border-radius: 26px;
    font-size: 16px;
    margin: 0 7px;
    outline: none;
    font-weight: 500;
}

.filters-button-group button:focus {
    outline: none;
}

.filters-button-group button:hover {
    background-color: #00713D;
    color: white;
    border-color: #00713D;
}

button.button.is-checked {
    background-color: #00713D;
    color: white;
    border-color: #00713D;
}

.element-item {
   
    text-align: left;
    margin-bottom: 49px;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.text-grid {
   
        right: 0;
    background-color: #fffefe;
    padding: 17px 14px;
    background-color: #00713D;
    bottom: 0px;
    /* border: 1px solid gainsboro; */
    /* border-top-left-radius: 129px; */
    /* padding-top: 15px; */
    display: flex;
    position: relative;
    z-index: 10;
}

.text-grid h3 {
    margin: 0;
    color: #ffffff;
        font-size: 20px;
    position: relative;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.element-item img {
    width: 100%;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.element-item:hover img {
    transform: scale(1.2);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid.grid2 {
    margin-top: 107px;
}

.grid.grid1 {
    display: flex;
    flex-wrap: wrap;
}

/***contact****/

.contact-detail1 .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    text-align: center;
    padding: 0 14px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important;
}

.contact-detail .content .title {
       font-size: 20px;
    font-weight: 600!important;
    padding-bottom: 12px;
}

.text-muted {
    /* color: #8492a6 !important; */
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

section.contact-detail1 {
    padding: 70px 0;
}

.contact-detail1 .text-primary {
    color: #00713D!important;
}

.contact-form .shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.contact-form .card .card-body {
    padding: 1.5rem;
}

.contact-form .card-title {
    margin-bottom: .75rem;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group label {
   font-size: 14px;
    font-weight: 500;
}

.contact-form .form-group .icons {
    position: absolute;
    top: 43px;
    left: 18px;
}

.contact-form .fea.icon-sm {
    height: 16px;
    width: 16px;
}

.contact-form .fea {
    stroke-width: 1.8;
}

.contact-form .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-danger {
    color: #e43f52 !important;
}

.contact-form .form-group textarea.form-control {
    line-height: 25px;
}

.contact-form .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-form .form-group textarea {
    height: 120px !important;
}

section.contact-form {
    padding-bottom: 27px;
}

.contact-detail .content a {
    display: block;
    color: #4c4c4c;
    padding-bottom: 10px;
}

.contact-detail .content p {
    font-weight: 400;
    color: #4c4c4c !important;
}

/*****client*****/

.box-client .img-client img {
    width: 100%;
}

section.clients-outer {
    padding: 80px 0;
}

.box-client .img-client {
    padding: 0 32px;
    margin-bottom: 17px;
    padding-bottom: 53px;
}

.box-client:hover h3 {
    position: absolute;
    /* height: 100%; */
    bottom: 0;
    top: 0;
        font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(237 32 36 / 81%);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 23px;
  
    color: #ffffff;
    border-color: #00713D;
}

.box-client h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    color: #333333;
    top: unset;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 9px 0;
    margin: 0;
    background-color: #fff;
    width: 100%;
    bottom: 0;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box-client {
    margin-bottom: 43px;
    position: relative;
}

.career-box img {
    width: 100%
}

.career-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.career-box:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 68%);
}

.text-careers {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 13px 15px;
    border-top: 1px solid #737373;
    /* list-style: gujarati; */
    justify-content: space-between;
}

.text-careers h3 {
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin: 0;
}

.text-careers a {
    border: 1px solid grey;
    color: white;
    padding: 5px 13px;
    font-size: 13px;
    border-radius: 50px;
    background-color: #00713D;
    width: 111px;
    text-align: center;
}

section.careers {
    padding: 80px 0;
}

.career-box:hover .text-careers a {
    background-color: white;
    color: #2f2f2f;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.job-single-head {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecec;
    display: table;
}

.job-thumb {
    display: table-cell;
    vertical-align: top;
    width: 107px;
}

.job-thumb img {
    width: 100%;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.job-head-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.job-head-info h4 {
    width: 100%;
    font-size: 24px;
    color: #202020;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.job-head-info span {
    width: 100%;
    font-size: 13px;
    color: #888888;
    line-height: 10px;
}

.job-head-info p {
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 13px;
    margin-right: 11px;
    color: #888;
    margin-top: 11px;
}

.job-details {
    width: 100%;
    padding-top: 20px;
}

.job-details h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 15px;
    margin-top: 10px;
}

.job-details p,
.job-details li {
    width: 100%;
     font-size: 16px;

    color: #888888;
    line-height: 24px;
    margin: 0;
    margin-bottom: 19px;
}

.detail-job {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bold {
    font-weight: 600;
}

section.career-single {
    padding: 80px 0px;
}

.career-single .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.career-single .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.career-single .shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.career-single .form-group label {
    font-size: 14px;
        font-weight: 600;
}

.career-single .text-danger {
    color: #e43f52 !important;
}

.career-single .form-group .icons {
    position: absolute;
    top: 43px;
    left: 18px;
}

.career-single .fea.icon-sm {
    height: 16px;
    width: 16px;
}

.career-single .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.career-single .form-group textarea.form-control {
    line-height: 25px;
}

.career-single .form-group textarea {
    height: 120px !important;
}

.career-single .btn-primary {
    color: #fff;
    background-color: #00713D;
    border-color: #00713D;
}

.career-single .btn-primary:hover {
    color: #fff;
    background-color: #ad171a;
    border-color: #921c1e;
}

.hse-main .shadow-md {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.hse-main .overflow-hidden {
    overflow: hidden!important;
}

.hse-main .rounded {
    border-radius: 6px !important;
}

.hse-main .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-container.work-modern .content,
.work-container.work-modern .client {
    opacity: 0;
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    left: 5%;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
    position: absolute;
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
    font-size: 18px;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-container.work-modern:hover .overlay-work {
    opacity: 0.65;
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
    opacity: 1;
}

.work-container.work-modern:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.bg-dark {
    background-color: #3c4858 !important;
}

section.hse-main {
    padding: 80px 0;
}

.content-hse h3 {
    font-size: 23px;
    font-weight: 400;
    color: #00713D;
    padding-bottom: 10px;
    margin: 0;
}

.content-hse p {
       font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.work-container.work-modern .overlay-work {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

section.hse-points {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.ttl-hse {
    text-align: center;
}

.ttl-hse h3 {
    padding-bottom: 55px;
        font-size: 27px;
    color: #212121;
    font-weight: 400;
}

.outer-pr ul {
    list-style: none;
    padding: 0;
}

.outer-pr ul li {
    position: relative;
    padding: 0 0 20px 0px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #6f6f6f;
        font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
}

.img-pr {
    text-align: center;
}

.img-pr img {
    width: 75%;
    margin: 0 auto;
}

.outer-pr ul li:last-child {
    border: 0;
}

.box-cr img {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    border-radius: 5px;
    overflow: hidden;
    width: 50%;
    display: table;
    margin: 0 auto;
}

.box-cr.cr-1 {
    margin-top: 136px;
}

section.hse-certificate {
    padding: 70px 0;
}

section.qc-content {
    padding: 70px 0;
    position: relative;
}

.content-qc {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    padding: 34px 34px;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 auto;
}

.content-qc h3 {
    text-align: center;
       font-size: 24px;
    color: #d22226;
    font-weight: 600;
    padding-bottom: 12px;
}

.content-qc p {
    font-weight: 300;
    font-size: 15px;
    text-align: center line-height: 25px;
}

section.qc-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 151px;
    background-color: #00713D;
    /* bottom: 0; */
}

section.slide-qc {
    padding: 70px 0;
    padding-top: 0;
}

.img-qc {
    overflow: hidden;
    margin: 0 auto;
}

.img-qc img {
    display: block;
    width: 100%;
}

.slide-qc {
    position: relative;
}

.inner-qc .owl-dots {
    display: none;
}

.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
    border: 2px solid #fff;
}

.main-reviewimage {
    width: 100%;
}

#slide-testimonal .active.center .main-reviewimage img {
    opacity: 1;
}

.test_img {
    position: relative;
    opacity: 1;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 -48px;
    margin-top: 40px;
}

.inner-qc {
    width: 100%;
    margin: 0 auto;
}

#slide-qc .center .test_img:before {
    content: none;
    transition: 0.7s ease-in-out;
}

.test_img img {
    overflow: hidden;
    margin: 0 auto;
    object-fit: cover;
}

.custome_slide.owl-carousel .owl-item.active.center {
    transform: scale(1.5);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custome_slide.owl-carousel .owl-item.active.center img {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    height: 300px;
}

.custome_slide.owl-carousel .owl-item {
    transform: scale(0.7);
    padding: 10px 0px;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*****file************/

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #dee2e6;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
   transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
   transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
   transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
   transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

/****news section*******/

.news-section {
    padding: 90px 0;
}

.news-content {
    padding: 40px 30px;
}

.news-item {
    box-shadow: 0 0 15px #ededed;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 40px;
}

.news-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.newsimg img {
    width: 100%;
}

.news_postdate {
    color: #FF3A46;
}

.news-content h3 {
    color: #393939;
    font-size: 22px;
    margin-bottom: 25px;
}

.news-content p {
    font-size: 13px;
}

.news_authorinfo {
    border: transparent;
    padding: 14px 0px 0px 0px;
    background: transparent;
    font-size: 14px;
}

.news_authorinfo i {
    margin-right: 6px;
}

.news_authorinfo span:last-child {
    float: left;
}

.news_authorinfo a {
    color: #666;
}

.center .news-content {
    background: linear-gradient(-120deg, #8758ff 0, #614ef9 100%);
}

.center .news-content h3,
.center .news-content p {
    color: #fff;
}

.center .news_authorinfo a,
.center .news_authorinfo i {
    color: #fff;
}

.news-slide.owl-carousel .col-lg-4 {
    max-width: 100%;
    padding: 0;
}

.news-section .owl-theme .owl-nav [class*="owl-"] {
    color: #333;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.small-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #FF3A46;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

.big-title {
    letter-spacing: 0px;
    padding-bottom: 13px;
    position: relative;
    color: #00713D;
    line-height: 50px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
}

.main-title-box {
    margin-bottom: 60px;
}

.ttl-news {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.ttl-news h3 {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #00713D;
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1162px;
    }
}

@media only screen and (max-width:767px) {
    .main-reviewimage {
        width: 425px;
        margin: 0 auto;
        display: block;
    }
}

section.manage-section {
    background-image: url(../images/bg-wll.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
    margin-bottom: 28px;
    /* border-bottom: 27px solid white; */
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

section.manage-section:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 85%);
    top: 0;
}

section.manage-section .container {
    z-index: 1;
    position: relative;
}

.ttl-manage {
    text-align: center;
    padding-bottom: 29px;
}

.ttl-manage h3 {
        color: white;
    font-size: 28px;
    font-weight: 500;
}

.manage-section ul {
    padding: 0;
    list-style: none;
}

.manage-section ul li {
    color: #fff;
}

.manage-section ul li {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border-bottom: 1px solid white;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}

.manage-section ul li:last-child {
    border-bottom: 0px solid white;
}

.manage-cont p {
       color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

@media (max-width:992px) {
    .box-division {
        width: 42%;
        margin: 1%;
        ;
    }
    .link-division {
        width: 27%;
        margin: 1%;
    }
    .outer-division {
        display: flex;
        justify-content: center;
        padding-top: 48px;
        flex-wrap: wrap;
    }
    
    .item-inner {
        height: auto;
    }
    .our-project h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 29px;
    }
    .our-project {
        background-color: #00713D;
        padding: 38px 17px;
    }
}

@media (max-width:768px) {
    .link-division {
        width: 100%;
        margin: 1%;
        height: 206px;
    }

    a.menu-link:hover {
    color: #ffffff !important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
/*    font-size: 31px;*/
    }
    .news-section .owl-theme .owl-nav {
    margin-top: -6px;
    }
    .commen-title.news-sec {
    padding-bottom: 86px;
    }
    .commen-title a>span {
          font-size: 24px;
        vertical-align: revert;
        color: #00713D;
        line-height: 0;
        position: relative;
        top: 1px;
    }
    .hero-img {
        position: relative;
    }
    .outer-service {
         padding: 0 0px;
         padding-top: 82px;
     }
   
    .owl-carousel .owl-item .hero-img img {
        object-fit: cover;
        display: block;
        width: 100%;
        object-position: center;
    }
    .innerban-text h3 {
        font-size: 21px;
    }
    section.inner-page-banner {
        height: 234px;
    }
    .social ul li a {
        color: #00713D;
        font-size: 18px;
    }
    .mission-content h3 {
        font-size: 31px;
    }
    .title-innerpage h3 {
        text-align: center;
        font-size: 28px;
    }
    .title-director h3 {
        margin: 0px;
        font-size: 28px;
    }
    .footer .foot-title h3 {
        color: #fff;
        font-size: 20px;
    }

	.footer .foot-title h3:after {
    left: 50%;
    transform: translateX(-50%);
}
    .message-name h3 {
        margin: 0px;
        font-size: 16px;
    }

	.social{
		margin:0 auto;
		max-width:100px;
	}

	.footer .col-md-2 img{
		margin:20px auto;
		display:none;
		max-width: 72px;
	}
    .ttile-chairman h3 {
        margin: 0px;
        font-size: 29px;
    }
    .grid figure {
           min-height: 329px;
          height: 329px;
    }
    .link-division {
        min-height: 480px;
    }
    .our-project {
        margin-top: 20px;
    }
    .link-division a h3 {
        padding-bottom: 74px;
        width: 100%;
        text-align: center;
    }
    .box-division {
        min-height: auto;
    }
    .what-content h3 {
        font-size: 18px;
    }
    .link-division a img {
        position: absolute;
        bottom: -1px;
    }
    .commen-title h3 {
        font-size: 28px 
    }

	  .our-clients .commen-title h3 {
        font-size: 28px !important;
    }
    .video-content h3 {
        font-size: 25px;
        text-align: center;
        color: white;
        font-weight: 500;
        line-height: 38px;
    }
    #searchbox {
        font-size: 34px;
        padding: 43px 0;
        outline: 0;
        padding-right: 50px;
    }
    .close-btn {
        display: none;
        color: #ffffff;
        font-size: 31px;
        position: fixed;
        top: 93px;
        right: 59px;
        z-index: 106;
    }
    #search form {
        position: relative;
        margin-top: 237px;
    }
    .logo-holder {
        margin: 0 auto;
    }
    .contact-detail1 .card {
        margin-bottom: 30px;
    }
    .box-cr.cr-1 {
        margin-top: 0;
    }
    .box-cr {
        margin-bottom: 48px;
    }
    .box-cr img {
        width: 63%;
    }
    .img-pr {
        margin-bottom: 34px;
    }
    .content-hse {
        margin-top: 49px;
    }
    .slider-security {
        position: relative;
        margin-top: 83px;
    }
    .filters-button-group button {
        margin: 10px;
    }
    section.about-eng-qtec {
        height: auto;
        margin-bottom: 57px;
        display: flex;
        padding: 66px 0;
        align-items: center;
    }
    #menu-container .menu-list {
        left: 0;
        position: fixed;
    }
    .img-what-we {
        padding-bottom: 48px;
    }
    header.fixed .menu-list {
        top: 140px !important;
    }
    .index-video .container-fluid {
        padding: 0 0;
    }
    .project .container-fluid {
        padding: 0 15px;
    }
    .outer-service .owl-carousel .owl-nav button.owl-prev {
            position: absolute;
            left: 0;
            top: -54px;
    }
    .outer-service .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 0;
        top: -54px;

    }
    .news-section .owl-nav {
        top: -55px;
    }
    .commen-title a {
        top: 76px;
        left: 0;
        right: unset;
        bottom: 0;
    }
    .main-video {
        width: 100%;
        margin-top: 31px;
        padding-left: 0;
    }
    .imp-news h3 {
        font-size: 17px;
    }
    .imp-news h5 {
        color: #8a8a8a;
        font-weight: 400;
        font-size: 14px;
    }
    .imp-news a {
      color: black;
      font-size: 12px;
    }
    .imp-news a>span {
        font-size: 18px;
        vertical-align: middle;
        position: relative;
            top: -4px;
    }

    .search-bar {
        position: absolute;
        right: 0px;
    }
    .imp-news p {
        font-size: 14px;
        color: #3e3939;
    }
    .eq-sec h2 {
        font-size: 23px;
        text-align: center;
    }
    a.menu-link {
        display: block;
        padding-left: 66px;
        color: #ffffff;
        text-decoration: none !important;
        font-size: 21px;
    }
    .video-outer {
        flex-wrap: wrap;
        padding: 60px 19px;
    }
    .request h3 {
        font-size: 23px;
    }
    .video-content {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    #menu-container {
        padding-left: 0px;
    }
    header.main-header {
        position: relative;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    .box-division {
        width: 33.333%;
        margin: 1%;
    }
    .link-division {
        width: 100%;
        margin: 1%;
    }
    #menu-container .menu-list {
        padding-left: 56px;
    }
    .job-head-info p {
        width: 100%;
    }
    .job-head-info h4 {
        width: 100%;
        font-size: 21px;
        padding-bottom: 16px;
    }
    .desc {
        position: absolute;
        z-index: 9;
        width: 71%;
        top: 50%;
        left: 0;
        transform: translate(12%, -50%);
    }
    .hero_carosel h2 {
        font-weight: 300;
        line-height: 35px;
        font-size: 21px;
    }
    .hero_carosel h2 {
        font-weight: 300;
        line-height: 35px;
        font-size: 21px;
    }
    .btn-gradient-bg {
        color: #fff;
        display: inline-block;
        padding: 6px 25px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 400;
        background-color: #00713D;
    }
    .main-header .main-inner-header {
        flex-wrap: wrap;
    }
    .logo {
        text-align: center;
        display: block;
        width: 100%;
    }
    .menu {
       display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        top: 13px;
        left: -6px;
    }
    .slider-project .owl-nav {
        display: block !important;
        position: absolute;
        top: unset;
        right: 0;
        bottom: -86px;
    }
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0px 0%;
    }
    .contact-sec {
        display: flex;
        justify-content: left;
        align-items: center;
        padding-top: 37px;
        justify-content: space-between;
    }
    .request {
        text-align: center;
    }
    .request h3:after {
        content: "";
        left: 50%;
        transform: translateX(-50%);
    }
    .copy-right {
        padding-bottom: 21px;
        padding-left: 15px;
    }
}

@media (min-width:576px) and (max-width: 768px)
{
    .desc {
            position: absolute;
            z-index: 9;
            width: 71%;
            top: 0;
            left: 0;
            transform: translate(12%, 0);
            padding: 46px 29px;
    }
    .hero_carosel h2 {
    font-weight: 300;
    line-height: 23px;
    font-size: 18px;
    }
    .hero_carosel h2 {
    font-weight: 300;
    line-height: 23px;
    font-size: 18px;
   }
   .btn-gradient-bg {
    color: #fff;
    display: inline-block;
        padding: 1px 11px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    background-color: #00713D;
   }

}

@media (min-width:992px) and (max-width:1200px) {
    .message-img {
        position: absolute;
        left: 0px;
        top: -141px;
        width: 364px;
        height: 364px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 15px #fff;
        overflow: hidden;
    }
    .img-director {
        position: absolute;
        /* left: 0px; */
        right: 0;
        top: -144px;
        width: 387px;
        height: 387px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 15px #fff;
        overflow: hidden;
    }
}

@media (max-width:992px) {
    .main-content-wll {
        width: 100%;
    }
    .img-director {
        position: unset;
        /* left: 0px; */
        /* right: 0; */
        /* top: -195px; */
        width: 450px;
        height: 450px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 15px #fff;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        /* display: table; */
        margin-bottom: 39px;
    }
    .dir-message {
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
        width: 100%;
        position: relative;
        padding: 45px 5% 45px 5%;
        background-color: #f3f3f3;
        z-index: 2;
    }
    .message-img {
        position: unset;
        left: 0px;
        top: -195px;
        width: 450px;
        height: 450px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 15px #fff;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 42px;
    }
    .message-sec {
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0);
        width: 100%;
        position: relative;
        padding: 45px 7% 45px 7%;
        background-color: #f3f3f3;
        -webkit-border-radius: 80px 80px 75px 400px;
        border-radius: 80px 80px 75px 400px;
    }
    section.message-chairman {
        padding: 45px 0;
        padding-top: 45px;
    }
    .ttile-chairman {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .title-director h3 {
        text-align: center;
    }
    .division-icons ul li {
        width: 33.3333%;
        padding: 49px 18px;
        background-color: #f3f3f3;
    }
    .division-icons ul li:last-child {
        display: none;
    }
}

@media (max-width:576px) {
      .slide-news .img-imp {
        width: 100%;
        margin: 0;
        padding-bottom: 28px;
     }
     .slide-news .news-cont {
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
    }
    .division-icons ul li:nth-child(even) {
        display: none;
    }
    .division-icons ul li:nth-child(odd) {
        background-color: #f5f5f5;
        padding: 19px 41px;
        /* margin-bottom: 3px; */
        width: 50%;
        border: 2px solid white;
    }
    .message-img {
        position: unset;
        left: 0px;
        top: -195px;
        width: 100%;
        height: 374px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 15px #fff;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 42px;
    }
    .img-director {
        position: unset;
        /* left: 0px; */
        /* right: 0; */
        /* top: -195px; */
        width: 100%;
        height: 388px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 15px #fff;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        /* display: table; */
        margin-bottom: 39px;
    }
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(81vw - 57px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #14B2B5 transparent transparent;
    }
}

@media (min-width:992px) {
    .divisions .container-fluid {
        padding: 0 5%;
    }
}

@media (min-width: 576px) {
    .sec-download .modal-dialog {
        max-width: 695px;
    }
}

@media (max-width:576px) {
    #menu-container .menu-list {
        padding-left: 0;
        display: block;
        width: 100%;
        max-width: 100%;
        z-index: 10;
        overflow-y: auto;
        overflow-x: hidden;
        right: 100%;
    }
    #menu-container {
        padding-left: 16px;
    }
    .box-division {
        width: 100%;
        margin: 1%;
    }
    .link-division {
        width: 100%;
        margin: 1%;
    }
    .desc {
           position: absolute;
            z-index: 9;
            width: 93%;
            top: 0;
            left: 0;
            transform: translate(4%, 0%);
            color: #fff;
            padding: 46px 28px;
    }
    .hero_carosel h2 {
      
    font-weight: 600;
    line-height: 34px;
    font-size: 28px;

    }
    .desc p {
            font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    }
    .btn-gradient-bg {
       color: #fff;
    display: inline-block;
    padding: 2px 13px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 400;
    background-color: #00713D;

    }
}

/*****preloader*******/

.loader {
    position: fixed;
    z-index: 10000000;
    height: 100%;
    width: 100%;
    background: #00713D;
}

.loader .auto-center {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.loader .bounce-conteneur {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.loader .bounce-conteneur .bounce {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: #FFF;
    border-radius: 100%;
    margin: 2px;
}

.loader .bounce-conteneur .bounce-left {
    animation: left 1.5s ease infinite;
}

.loader .bounce-conteneur .bounce-center {
    animation: center 1.5s ease infinite;
}

.loader .bounce-conteneur .bounce-right {
    animation: right 1.5s ease infinite;
}

@keyframes left {
    0%,
    50%,
    75%,
    100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.5);
    }
}

@keyframes center {
    0%,
    25%,
    75%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

@keyframes right {
    0%,
    25%,
    50%,
    100% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes left {
    0%,
    50%,
    75%,
    100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes center {
    0%,
    25%,
    75%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes right {
    0%,
    25%,
    50%,
    100% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.5);
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}


/*# sourceMappingURL=slick.min.css.map */

.banner .slider,.banner .slide {
  height: calc(100vh - 122px);
}
.banner .slide {
  position: relative;
}
.banner .slide .slide__img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.banner .slide .slide__img:before {
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.21);
	z-index: 1
}
.banner .slide .slide__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
	opacity: 0.9 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.banner .slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
 .banner .zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomInImage {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	to {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
}
@keyframes zoomInImage {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	to {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
}
.zoomInImage {
	-webkit-animation-name: zoomInImage;
	animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
	from {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes zoomOutImage {
	from {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.zoomOutImage {
	-webkit-animation-name: zoomOutImage;
	animation-name: zoomOutImage;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 9999;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}
.slide-arrow.prev-arrow {
	left: 40px;
	background: url(../images/prev.svg)no-repeat left center;
	background-size: 40px 80px;
	justify-content: flex-end;
}
.slide-arrow.next-arrow {
	right: 40px;
	background: url(../images/next.svg)no-repeat right center;
	background-size: 40px 80px;
	justify-content: flex-start;
}
.slide-arrow:hover,.slide-arrow:focus,.slide-arrow:active {
	opacity: 0.3;
	outline: none !important;
}
.medw {
  width: 100%;
  max-width: 225px;
  margin: 0 0 20px;
}
.radi {
	width: 100%;
  	max-width: 410px;
	border-radius: 90px 0 90px 0;
	margin: 0 0 20px;
}
.mission-content.text-center h4 {
	color: #ffffff;
	background: #00713D;
	padding: 10px 25px;
	border-radius: 0 50px 0 50px;
	display: inline-block;
}

.mission-content h2{
    color: #00713D;
    font-size: 1.8rem;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;

}
.mission-content blockquote {
  margin: 0 0 2rem;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  position: relative;
}
.mission-content blockquote:before {
	position: absolute;
	left: 0;
/*	content: '"';*/
	top: -100px;
	color: #00713D;
	line-height: 1;
	font-size: 190px;
}
.about-blk {
	width: 100%;
	padding: 123px 5%;
	max-width: 1400px;
	margin: 0 auto;
}

.about-blk .container-fluid{
	padding:0;
}

.imge-blk {
	width: 100%;
	display: inline-block;
}
.imge-blk img {
	width: 100%;
	display: block;
	border-radius: 4%;
	background: #6aa131;
	padding-left: 8px;
}
.our-clients .commen-title h3 {
	font-size: 44px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
}
.content-blk {
	width: 100%;
	padding: 14% 0 0 40px;
}
.content-blk h2 {
	font-weight: 700;
	color: #011236;
	letter-spacing: 1.4px;
	margin: 0 0 20px;
	font-size: 49px;
	line-height: 1;
}
.content-blk span {
	font-size: 12px;
	color: #373737;
	text-transform: uppercase;
	display: block;
}
.content-blk h3 {
	color: #00713D;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.content-blk p {
	color: #373737;
}
.content-blk .border-outline {
	border: 1px solid #707070;
	color: #707070;
	border-radius: 5px;
	margin-top: 20px;
}
.img-c {
	width: 100%;
	float: left;
	border: 10px solid #FFFFFF;
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.img-c img {
	width: 100%;
	display: block;
	position: relative;
	max-width: 100%;
	height: auto;
}
.content-blk .border-outline:hover,.content-blk .border-outline:focus {
	color: #ffffff;
	background: #00713D;
}
footer {
	position: relative;
}
footer:before {
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.gallery-container {
	width: 100%;
	padding: 60px 0 45px;
}
.gallery-container .col-md-4 img {
	width: 100%;
	display: block;
	height: 220px;
	object-fit: cover;
	margin: 0 0 5px;
}
.gallery-container .gallery {
    margin: 0 0 15px;
}
.gallery-container span {
  display: block;
  color: #212529;
  text-decoration: none !important;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-top: 0;
  background: rgba(255,255,255,0.7);
}
.gallery-container .gallery:hover span {
    color: #00713D; 
}
.mfp-zoom-out-cur .main-header {
    z-index: -1;
}
.lists h2 {
	color: #00713D;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
.lists h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 5px;
	background: #00713D;
    left: 0px;
    margin: 0 auto;
    bottom: -25px;
	right: 0;
}
.lists h5 {
	color: #00713D;
	font-weight: 700;
}
.row.process-steps {
    counter-reset: steps;
    position: relative;
}
.row.process-steps .col {
    position: relative;
    padding-top: 75px;
}
.row.process-steps .col:before {
    counter-increment: steps;
    content: counter(steps);
    display: inline-block;
    width: auto;
    background-color: #fff;
    position: absolute;
    text-align: left;
    z-index: 3;
    color: #e1e1e1;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    left: -10px;
    font-size: 100px;
    line-height: 75px;
	font-weight: 700;
    height: 75px;
}
.row.process-steps .col:after {
    height: 10px;
    position: absolute;
    display: block;
    content: "Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â  Ã¢â€“Â ";
    z-index: 2;
	font-size: 12px;
    right: 40px;
    top: 25px;
	color: #e1e1e1;
}
.gallery-container .gallery  {
    border: 1px solid #e7e5e5;
}
.gallery ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.gallery ul li {
    padding: 10px;
    margin: 0 0 5px 0;
	color: #011236;
	font-size: 14px;
	font-weight: 500;
}
.gallery ul li label {
	width: 100%;
	display: inline-block;
    padding: 0;
    color: #999;
    font-weight: normal;
}
.gallery ul li h4 {
    color: #00713D;
	font-size: 18px;
    padding: 0;
    margin: 0;
	font-weight: 600;
}
.mySlider .slick-slide {
	height: auto;
}
.mySlider .slick-dots {
	padding: 0;
	text-align: center;
}
.mySlider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.mySlider .slick-dots li button {
	position: relative;
	background-color: white;
	opacity: 0.25;
	width: 7px;
	height: 7px;
	background: #d4e0db;
	opacity: 1;
	border-radius: 50%;
	margin: 4px;
	padding: 0;
	border: none;
	font-size: 0;
}
.mySlider .slick-dots li.slick-active button {
  background: #02ae5f;
  opacity: 1;
}
.rightimg {
    padding: 55px 0;
}
.service-wrap .img-qtec {
	padding-right: 20px;
	position: relative;
}
.service-wrap .rightimg .img-qtec {
	padding-left: 20px;
	padding-right: 0;
}
.service-wrap .img-qtec img {
	height: 580px;
	object-fit: cover;
	border-radius: 90px 0 90px 0;
}
.service-wrap .rightimg .img-qtec img {
	border-radius: 0 90px 0 90px;
}
.service-wrap .img-qtec:before {
	position: absolute;
	right: 0;
	content: "";
	top: 20px;
	border: 5px solid #3da937;
	border-radius: 90px 0 90px 0;
	width: 97%;
	height: 100%;
	z-index: -1;
}
.service-wrap .rightimg .img-qtec:before {
	border-radius: 0 90px 0 90px;
	left: 0;
	right: inherit;
}
.service-wrap .content-qtec {
	padding-left: 20px;
}
.service-wrap .rightimg .content-qtec {
	padding-left: 0;
	padding-right: 20px;
}
.service-wrap .content-qtec span {
	color: #757575;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	display: inline-block;
	margin-bottom: 12px;
}
.service-wrap .content-qtec h4 {
	color: #00713D;
	font-size: 1.8rem;
	padding-bottom: 20px;
	position: relative;
}
.service-wrap .content-qtec h4:before {
	position: absolute;
	right: 0;
	content: "";
	background: url(../images/bg-logo.svg)no-repeat left center;
	top: -57px;
	height: 114px;
	width: 143px;
	left: 0;
}



@media (min-width: 1200px) {
    .container {
       max-width: 1226px !important;
  }

}
@media (min-width: 1301px) and (max-width: 1439px) { 
    .logo-holder {
        width: 241px;
        position: relative;
        top: 0px;
    }
	a.menu-link{font-size: 19px;}
}
@media (min-width: 768px) and (max-width: 1300px) {
	.menu-list li {padding: 0 10px;}
	a.menu-link{font-size: 13px;}
	.logo-holder {width: 137px;height: 52px;position: relative;top: -2px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.service-wrap .content-qtec ul li {width: 100%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	a.menu-link:before {left: -15px;}
	.top-bar p,.top-bar a {font-size: 10px;margin-left: 10px;}
	.top-bar address{font-size: 11px;}
	.menu-list li ul li a {font-size: 13px;line-height: 18px;}
	.service-wrap .content-qtec ul li {width: 100%;}
}
@media (max-width:768px) {
	#menu-container .menu-list {
    padding-left: 0;
    padding-left: 18px;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    background: #00713D;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    height: 0%;
    padding: 0px !important;
    top: 35px;
    left: 0;
    align-items: flex-start;
    opacity: .2;
    list-style: none;
    padding-left: 215px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 10002;
    }
	header .container {max-width: 100%;}
	#menu-container .menu-list.active {/* padding: 0 !important; */}
	.menu {left: 0;position: absolute;top: 59px;}
	.menu-list li {width: 100%;padding: 0;}
	#menu-wrapper{display: flex;position: absolute;right: 10px;top: -15px;}
	a.menu-link {padding: 10px 15px;}
	.what-we-section {padding: 40px 0;}
	section.careers,section.career-single {padding: 40px 0;}
	.career-single .card-body{padding: 0;}
	.career-single .card-body .shadow {padding: 1rem !important;}
	.slide-arrow{display: none !important;}
    .top-bar p{
        display: none;
    }
    .top-right {
        justify-content: space-between;
        width: 100%;
    }
    .top-right a {
      margin: 0;
    }
	a.menu-link:hover,a.menu-link.active {background: #fff !important;color: #00713D !important;}
	.logo {width: auto;}
	.logo-holder{width: 138px;height: 45px;}
	.menu-list li ul {position: relative;top: inherit;opacity: 1;visibility: visible;display: none;}
	.desc{padding: 30vh 0 0;}
	.about-blk,.project.commen-sec {padding: 40px 24px;text-align: center;}
	.content-blk {padding: 20px 0 0;}
	.content-blk h2{
		font-size:30px;
	}
	.divisions.commen-sec{padding: 0 0 20px;}
	.outer-division {padding: 12px 0 0;}
	.box-division {margin: 0 0 45px;}
	.link-division h3{font-size: 28px;padding: 46% 0;}
	.link-division h3 span {font-size: 18px;}
	.link-division a img {width: 20px;position: relative;bottom: inherit;}
	.project.commen-sec .col-md-4 {padding: 0 15px;}
	.commen-sec {padding-top: 40px;padding: 40px 10px !important;}
	section.what-we-do {padding-bottom: 20px;}
	.testimonial  .news-image img {width: 100%;}
	.d-block.name {font-size: 18px;}
	.place {font-size: 12px;}
	.outer-service {padding-top: 50px;}
	.mb-5, .my-5 {margin-bottom: 1rem !important;}
	.testimonial {padding: 0 0;margin: 0 0 10px;}
	.testimonial:before {left: 25px;top: 34;}
	.link-division a {height: 50px;}
	.client-slider{padding: 20px 0 0;}
	section.our-clients {padding: 70px 0 40px;}
	.client-slider .owl-nav {top: -150px;}
	.desc h2{font-size: 44px;}
	.contact-sec {justify-content: space-between;flex-flow: column;}
	.eq-sec {order: 2;padding-left: 0;padding-top: 16px;}
	.eq-sec:nth-child(2) {order: 1;padding: 0;}
	.inner-box-content {width: 100%;}
	ul.foot-list {margin: 0;text-align: center;}
	.footer {
    padding: 40px 0;
}
	.foot-title {padding-top: 20px;text-align: center;}
	.client-slider .owl-carousel .owl-nav button.owl-prev,.client-slider .owl-carousel .owl-nav button.owl-next,.outer-service .owl-carousel .owl-nav button.owl-prev,.outer-service .owl-carousel .owl-nav button.owl-next {width: 40px;height: 40px;top: 65px !important;position: relative;}
	section.contact-footer {padding: 50px 0;}
	.banner .slider, .banner .slide {height: 80vh;}
	.copy-right p {font-size: 12px;}
	section.service-qtec{padding: 20px 13px;}
	.row.process-steps .col {flex-basis: unset;}
	.gallery-container span {font-size: 20px;margin-top: -35px;}
	.copy-right p a img {width: 59px;}
	.copy-right {position: relative;bottom: 0;padding-left: 0;text-align: center;width: 100%;padding: 11px 0;left: 0;justify-content: center;}
	.service-wrap .content-qtec {padding: 25px 0 0;}
	.service-wrap .content-qtec,.service-wrap .rightimg .content-qtec{padding: 55px 0 0;}
	.rightimg{padding: 0;}
	.service-wrap .img-qtec img {height: 340px;}
	.service-wrap .content-qtec ul li {width: 100%;}
	.rightimg .col-md-6:first-child{order: 2;}
	.rightimg .col-md-6:last-child{order: 1;}
}
@media (max-width: 389px) {
	.copy-right p {font-size: 10px;}
}

.commen-title p{
    max-width: 650px;
    margin: 0 auto;
    padding: 0  0 0px;
    text-align: center;
    opacity: .7;
}







.blog-slider .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -103px;
}

.blog-slider  .owl-nav button.owl-next {
    border: 4px solid #00713D!important;
    padding: 0 !important;
    border-radius: 100% !important;
    background-color: transparent;
    outline: none !important;
    color: #00713D !important;
    opacity: 1;
    width: 40px;
    height: 40px;
}

.blog-slider   .owl-nav button.owl-prev {
    border: 4px solid #00713D!important;
    padding: 0 !important;
    border-radius: 100% !important;
    background-color: transparent;
    outline: none !important;
    color: #00713D !important;
    opacity: 1;
    width: 40px;
    height: 40px;
}

.blog-slider   .owl-nav button.owl-prev:hover {
    background-color: #00713D;
    border-color: #00713D!important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #fff !important;
}
.blog-slider  .owl-nav button.owl-next:hover {
    background-color: #00713D;
    border-color: #00713D!important;
     transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #fff !important;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}



@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


.service-details  .content-qtec h4  {
        color: #00713D;
        font-size: 42px;
        padding-bottom: 20px;
        position: relative;
    }


    .service-details  .content-qtec h3 {
        color: #172a31;
        font-size: 24px;
    }


    .service-details  .what-content {
        background: #00713d;
        border-radius: 0 0 50px 50px;
    }

    .service-details  .what-content h3 {
        color: #fff;
        text-align: center;
    }

    .service-details .outer-division {
        display: flex;
        justify-content: space-between;
        padding-top: 48px;
        flex-flow: row wrap;
    }

    .service-details .outer-division .box-division {
    
margin-bottom: 35px;
    
width: 100%;
    }

    .service-details .outer-division .box-division  ul{
    
     list-style: none;
     margin: 0;
     padding: 0;
     margin-bottom: 15px;
    }

    
    .service-details .outer-division .box-division  ul li{
    
     
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 5px;
       }

         
    .service-details .outer-division .box-division   p{
    
     
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 5px;
        font-weight: 500;
       }

       .service-banner  {
        height: 300px;
        width: 100%;
        border-radius: 90px 0 90px 0;
        overflow: hidden;
        margin-bottom: 35px;
    }
    .service-banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


    .sub-service-wrap .content-qtec h4 {
        color: #00713D;
        font-size: 1.8rem;
        padding-bottom: 20px;
        position: relative;
    }

    .sub-service-wrap {
        padding: 42px 0  64px!important;
    }
    .sub-service-wrap  .content-qtec span {
        color: #757575;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        display: inline-block;
        margin-bottom: 12px;
    }
    .sub-service-wrap .content-qtec h4:before {
        position: absolute;
        right: 0;
        content: "";
        background: url(../images/bg-logo.svg)no-repeat left center;
        top: -57px;
        height: 114px;
        width: 143px;
        left: 0;
    }

    .sub-sub-services{
        padding:30px 0;
    }
    .sub-sub-services .owl-stage {
        display: flex;
    }
    .sub-sub-services .owl-item {
        background: #04293b;
        border-radius: 14px !important;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
    }
    .sub-sub-services .owl-item:hover {
        background: #02ae5f;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
    }
  
    
    .sub-sub-services .what-content {
        background: transparent;
        border-radius: 14px !important;
        /* border: 1px solid #00713d; */
        /* min-height: 229px; */
        padding: 25px;
        overflow: hidden;
    }

    .sub-service-icon{
        color: #ffffff;
        font-size:32px;
    }
    
    .sub-service-icon .svg-inline--fa{
        color: #ffffff;
        font-size:32px;
        margin-bottom: 10px;
    }
    

    .sub-sub-services .what-content h5{
        position: relative;
        padding-left: 24px;
        color: white;
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 16px;
    }

    .sub-sub-services .what-content h5:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        background: url(../images/list.svg)no-repeat left center;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .3s;
        background-size: 100%;
        width: 14px;
        height: 11px;
        transform: translateX(0px);
        transform-origin: center;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
    }
    .sub-sub-services .what-content:hover h5:before{
        transform: translateX(330px);
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
        background-color: #02ae5f;
        width: 100%;
     }
     .sub-sub-services .what-content:hover p {
        color: rgba(255, 255, 255, 0.945);
      }

    .sub-sub-services .what-content p {
        color: rgba(218, 224, 227, 0.451);
      }
  
    
       .sub-sub-services .owl-nav {
    display: none;
      }
      .sub-sub-services .owl-dots {
       margin: 20px 0 0;
       }
      
 *{
           outline: none !important;
       }

       .info-text p{
           font-size: 20px;
           font-weight: 500;
       }


       .clients-grid{
           width: 100%;
           display: flex;
           justify-content: center;
           flex-flow: row wrap;
       }
       .clients-grid .item{
           width: 19%;
           margin: .5%;
       }
       
   

       @media (max-width: 768px)
       {
.outer-service .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #00713D !important;

}

.outer-service .owl-carousel .owl-nav button {

    width: 30px !important;
    height: 30px !important;
    
}
.outer-service .owl-carousel .owl-nav button svg{

    font-size: 14px !important;
}
.outer-service .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right:0px;
    top: 0px;
    border: 2px solid #00713D !important;
}
.outer-service .owl-carousel .owl-nav{
    position: absolute;
    left: 50%;
    bottom:60px;
    width: 90px;
    transform: translateX(-50%);
}
section.what-we-do {
    padding-bottom: 60px !important;
    
}

}