@media ( min-width: 1920px){
    .container{
        max-width: 1600px;
    }
}
body{
    font-family: "Antonio", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 17px;
}
/*Variables css*/
.head{
	margin-bottom: 30px;
}
.head h1, h2{
	color: #000000;
	font-family: "Antonio";
	text-align: center;
	font-weight: 500;
}

p{
	font-family: "sans-serif";
}
/* navigation-css */
.navigation .bnt {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.navigation li {
	margin-right: 15px;
}
.navigation li:last-child{
	margin-right: 0;
}
.navigation .nmg {
	padding: 10px;
	background-color: #464646;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	transition: .45s;
	border: 1px solid #fff;
}
.navigation .nmg:hover{
	color: #ffc21e;
}
.navigation img {
	width: 25px;
}
.navigation {
	padding: 10px;
	width: 570px;
	background-color: rgba(0,0,0,.2);
	backdrop-filter: blur(15px);
	border-radius: 7px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
}
.navigation .nyj {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}
.navigation .ylo {
	background-color: #ffc21e;
	color: #000;
	transition: .45s;
}
.navigation .ylo:hover{
	background-color: #464646;
	color: #fff;
}
.navigation .container {
	display: flex;
	justify-content: center;
}
.navigation .dropdown-menu {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255,.3);
	padding: 10px 0;
	list-style: none;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.4);
	margin: 0;
	z-index: 1000;
	bottom: 0;
	width: 300px;
	backdrop-filter: blur(14px);
	border: 1px solid #fff;
}
  .navigation .dropdown:hover .dropdown-menu {
	display: block;
  }
  .navigation .dropdown-menu li {
	padding: 8px 20px;
  }
  .navigation .dropdown-menu li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid transparent;
  }
  .navigation .dropdown-menu li a:hover {
	background-color: #fff;
  }
  .navigation .dropdown{
	position: relative;
  }
  .inner-head .container-wrapper .container{
	display: flex;
	justify-content: space-between;
  }
  .inner-head .container-wrapper {
	padding: 14px 0px;
}
/* total-sec*/
.total-sec{
	position: relative;
}
.total-sec .brand-logo a{
	display: inline-block;
	padding: 15px;
	background-color: rgba(0,0,0,.3);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 0px 6px 0px rgb(255,255,255);
	position: absolute;
	right: 10px;
	top: 0;
	backdrop-filter: blur(10px);
}
.total-sec .brand-logo img {
	width: 250px;
}
/* top-sec*/
.top {
	background-color: #fcedd6;
	padding: 10px 0px;
}
.top .htk {
	list-style-type: none;
	display: flex;
	justify-content: start;
	margin-bottom: 0;
}
.top li {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #000;
}
.top li:last-child{
	padding-right: 0;
	border: none;
}
.top li:first-child{
	padding-left: 0;
}
.top .trx {
	color: #000;
	text-decoration: none;
	transition: .45s;
}
.top .trx:hover{
	color: #00623f;
}
.top .sol {
	margin-right: 15px;
}
.top .sol:last-child{
	margin-right: 0;
}
.top .sol .fa-brands {
	color: #000;
	transition: .45s;
}
.top .sol .fa-brands:hover{
	color: #00623f;
}
/* video css */
.video-banner video {
	width: 100%;
	height: 100%;
}
/* facility-css */
.facility-sec .pic-box {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 247px;
}
.facility-sec .f-head {
	margin-bottom: 10px;
	font-size: 20px;
}
.facility-sec .red {
	color: #ff0000;
}
.facility-sec p {
	font-family: "Lato";
}
.facility-sec .col-lg-3 {
	padding: 0;
	transition: .45s;
}
.facility-sec .col-lg-3:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
.facility-sec .vwq {
	background-color: #eee;
	padding: 15px;
}
.facility-sec {
	margin-top: 60px;
}
/* story-sec */
.story-sec{
	margin-top: 60px;
}
/* test-sec */
.test-sec {
	margin-top: 70px;
}
.test-sec .test-box .c-pic {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.test-sec .test-box .topx{
	display: flex;
	justify-content: center;
}
.test-sec .test-box .cnm {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.test-sec p {
	text-align: center;
}
.test-sec .test-box {
	background-color: #fff;
	padding: 10px;
	position: relative;
	border: 1px solid #c8c8c8;
	margin: 1px;
}
.test-sec .test-box::before {
	position: absolute;
	content: '';
	background-image: url(images/dialog.png);
	z-index: 1;
	background-size: contain;
	width: 30px;
	height: 30px;
	right: 20px;
	bottom: 20px;
	rotate: 180deg;
	opacity: .3;
}

.test-sec .owl-nav span {
	background: #fff !important;
	color: inherit !important;
	border: none;
	font-size: 30px;
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 3px 0pc rgba(0,0,0,.3);
	transition: .45s;
	padding-bottom: 4px;
}
.test-sec .owl-prev {
	margin-left: 2px;
}
.test-sec .owl-next {
	margin-right: 11px;
}
.test-sec .owl-dots {
	display: none;
}
.test-sec .owl-nav {
	display: flex;
	justify-content: center;
}
.test-sec .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	width: 99%;
}
.test-sec .owl-nav span:hover{
	background-color: #fcd59c !important;
}
/* client logo */
.client .logo-box img {
	width: 150px !important;
}
.client .logo-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.client .item {
	margin: 3px;
}
.client {
	margin-top: 60px;
}
/* contact-sec */
.contact-sec{
	overflow: hidden;
	margin-top: 60px;
}
.contact-sec .head h2 {
	text-align: start;
	color: #fff;
}
.contact-sec .head p {
	color: #fff;
}
.contact-sec .left-form {
	background-color: #303231;
	padding: 20px 30px;
	min-height: 100%;
}
.contact-sec .btn.btn-primary {
	background-color: #fcd59c;
	border: none;
	color: #000;
	transition: .45s;
}
.contact-sec .btn.btn-primary:hover{
	background-color: #00623f;
	color: #fff;
}
.contact-sec .mg-place {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}
.contact-sec .mg-place li {
	margin-bottom: 10px;
}
.contact-sec .mg-place li:last-child{
	margin-bottom: 0;
}
.contact-sec .head {
	margin-bottom: 20px;
}
.contact-sec .phn {
	margin-top: 20px;
}
.contact-sec .phn .gew  a {
	text-decoration: none;
	color: #000;
}
.contact-sec .phn .gew {
	margin-bottom: 10px;
}
.contact-sec .phn .gew:last-child{
	margin-bottom: 0px;
}
.contact-sec .responsive-map{
	overflow: hidden;
	padding-bottom:25.25%;
	position:relative;
	height:0;
	}
.contact-sec .responsive-map iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
.con .htk {
		display: flex;
		justify-content: center;
}

/* about-us page */
.navbar-expand-lg .navbar-collapse {
	justify-content: start;
}
.navbar-brand img {
	filter: invert(1);
	width: 200px;
}
.navbar-collapse .nav-item {
	margin-left: 25px;
}
.navbar-collapse .nav-item:first-child{
	margin-left: 0;
}
.inner-head .container-wrapper {
	background-color: #f2f2f2;
}
.nav-link.active {
	color: #00623f !important;
}
.nav-link{
	transition: .45s;
}
.nav-link:hover{
	color: #00623f;
}
.our-port .head h3 {
	font-size: 60px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.our-port .top-icon img {
	width: 50px;
	filter: invert(1);
}
.our-port .top-pic {
	position: relative;
    
}
.our-port .top-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.our-port .name {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #fff;
    z-index: 2;
}

.our-port .p-box{
    transition: .45s;
}
.our-port .p-box:hover {
	transform: scale(1.02);
	box-shadow: 7px 12px 10px 0px rgba(0,0,0,.5);
}
.our-port .main-box {
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	border-radius: 5px;
	backdrop-filter: blur(4px);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	transition: .45s;
	border: 1px solid #fff;
}
.our-port .main-box:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
}
.our-port .view-bttn a {
	text-decoration: none;
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.our-port .view-bttn a:hover{
    background-color: #fff;
	color: #000;
}
.our-port .view-bttn{
    margin-top: 40px;
    text-align: center;
}
.our-port .main-box .rez {
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-port .main-box h5 {
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
.our-port .main-box .count {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
}
.our-port .main-box span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.bg-pic {
	padding: 70px 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.our-port {
	margin-top: 80px;
}
.how-work .cma {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-right: 20px;
}
.how-work h4 {
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}
.how-work .name {
	display: flex;
	align-items: center;
}
.how-work .box {
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.20);
    position: relative;
    overflow: hidden;
	transition: .45s;
}
.how-work .box:hover{
    transform: scale(1.03);
}
.how-work .box:before{
    position: absolute;
    content:'';
    width: 0;
    height: 5px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #303231;
    opacity: 0;
    transition: .45s;
}
.how-work .box:hover:before{
    transition: width 1300ms;
    opacity: 1;
    width: 100%;
}
.how-work {
	padding-top: 70px;
}
#about .our-client {
	padding-bottom: 70px;
}

#about .how-work .top {
	background-color: #303231;
	padding: 10px 10px;
	margin-bottom: 15px;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.4);
}
.inner-banner img {
	width: 100%;
}
.bridcrum {
	padding: 12px;
	text-align: center;
	background-color: #ececec;
	clip-path: polygon(50% 0%, 100% 0, 100% 39%, 50% 100%, 0 39%, 0 0);
}
.bridcrum a {
	text-decoration: none;
	color: #00623f;
}
/* footer-sec */
.flsec .f-logo img {
	width: 200px;
}
.footer {
	padding: 50px 0px;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.footer .fead strong {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
.footer .dsaa li a:hover{
    text-decoration: underline;
}
.footer .dsaa li {
	margin-bottom: 7px;
	transition: transform .25s ease;
}
.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .nsbtn .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer .nsbtn #button-addon2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	background-color: #000;
}
.footer .nsbtn #button-addon2:hover{
	background-color: #ff0000;
}
.footer .nsbtn .form-control:focus{
	box-shadow: none;
}
.footer .ophead strong {
	color: #fff;
	font-size: 16px;
}
.footer .wej p {
	color: #fff;
	margin-bottom: 0;
}
.footer .sol-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer .fgr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: .45s;
}
.footer .fgr .fa-brands {
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.footer .fgr:last-child{
	margin-right: 0px;
}
.footer .fgr:hover{
	background-color: #fff;
}
.footer .fgr:hover .fa-brands{
	color: #000;
}
.footer .social-head {
	margin-bottom: 15px;
}
.Copyright {
	background-color: #303231;
}
.Copyright .container{
	padding: 5px 0px;
	border-top: 1px solid #fff;
}
.Copyright .container p{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	padding: 50px 0px;
	background-color: #303231;
	margin-top: 80px;
}
/* gallery */
#gallery .gal-sec{
	margin-top: 60px;
}
#gallery .nav-tabs .nav-link{
	color: #00623f;
}
#gallery .g-box img{
	width: 100%;
}
#myTab {
	margin-bottom: 30px;
}
#gallery .g-box {
	position: relative;
	transition: .45s;
	margin: auto;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}
#gallery .g-box:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 6px 0px rgba(0,0,0,.5);
}
#gallery .g-box::before{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
#gallery .g-box:hover::before{
	transition: height 700ms;
	height: 100%;
}
#gallery .g-box:hover .eye{
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#gallery .eye {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00623f;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: .45s;
}
#gallery .eye .fa-eye {
	font-size: 25px;
	color: #fff;
}
/* contact-sec */
#contact-page .membox img {
	width: 100%;
}
#contact-page .membox {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	padding: 40px;
	border: 1px solid #c8c8c8;
	transition: .45s;
}
#contact-page .membox:hover{
	transform: scale(1.02);
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,.5);
}
#contact-page .members-sec .row {
	justify-content: center;
}
#contact-page .members-sec {
	margin-top: 40px;
}

/* blog sec */
#blog-page .ourblg-sec {
	margin-top: 50px;
}
#blog-page .blg-pic img {
	width: 100%;
}
#blog-page .blg-pic {
	position: relative;
}
#blog-page .blg-pic .date {
	display: inline-block;
	padding: 5px;
	background-color:#00623f;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-shadow: 2px 3px 3px 0px rgb(0,0,0);
}
#blog-page .blg-box .content {
	padding: 10px;
}
#blog-page .content .blg-head {
	margin-bottom: 10px;
}
#blog-page .content a {
	text-decoration: none;
	color: #000;
	padding: 10px 20px;
	transition: .45s;
	background-color: #ececec;
}
#blog-page .content a:hover{
	background-color: #00623f;
	color: #fff;
}
#blog-page .blg-box .bl-btn {
	margin-top: 30px;
	margin-bottom: 10px;
}
#blog-page .blg-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.3);
	transition: .45s;
	min-height: 100%;
}
#blog-page .blg-box:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
}
/* blog-details*/
#blog-details-page .del-pic img {
	width: 100%;
}
#blog-details-page .del-text {
	margin-top: 30px;
}
#blog-details-page .del-left {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
}
#blog-details-page .ourblg-del {
	margin-top: 50px;
}
#blog-details-page .del-right {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	min-height: 100%;
}
#blog-details-page .rec-head {
	margin-bottom: 10px;
}
#blog-details-page .rec-img img {
	width: 80px;
}
#blog-details-page .tab-box {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0 rgba(0,0,0,.2);
	margin-bottom: 15px;
	transition: .45s;
}
#blog-details-page .tab-box:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 3px 0 rgba(0,0,0,.5);
}
#blog-details-page .rec-img {
	margin-right: 10px;
}
#blog-details-page .res-box strong {
	color: #00623f;
}
#blog-details-page .rec-head strong {
	font-size: 22px;
}
#blog-details-page .res-box .eqn {
	color: #000;
	font-size: 14px;
}
#blog-details-page .mas-sec{
	margin-top: 60px;
}
#blog-details-page .mas-sec .frm-box {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
}
#blog-details-page .mas-sec .frm-box .btn.btn-primary {
	background-color: #303231;
	border: none;
	transition: .45s;
}
#blog-details-page .mas-sec .frm-box .btn.btn-primary:hover{
	background-color: #00623f;
}
#blog-details-page .mas-sec .frm-box .tre {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#blog-details-page .vbgg {
	margin-top: 10px;
}
/* what-page */
.what-del {
	margin-top: 50px;
}
.solution {
	margin-top: 50px;
}
.solution .lft-box .head {
	padding: 10px;
	background-color: #ececec;
}
.solution .lft-box .bjk {
	margin-bottom: 0;
	list-style-type: decimal-leading-zero;
}
.solution .lft-box .bjk li{
	margin-bottom: 10px;
}
.solution .lft-box {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	min-height: 100%;
}
.solution .lft-box .head h3 {
	margin-bottom: 0;
	text-align: center;
}
.rit .sol-pic img {
	width: 100%;
}
.rit .sol-pic {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	transition: .45s;
}
.rit .sol-pic:hover{
	transform: scale(1.02);
}
.copy-sec {
	margin-top: 50px;
}
#copy-page .sub-head {
	margin-bottom: 10px;
}

