/*
Theme Name: Wp Bootstrap 4 Child
Author: Admin
Template: wp-bootstrap-4
*/

/*Deafult Start*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
}
.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
.site-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	position: relative;
}
a {
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
a:hover {
	text-decoration: none;
}
button:focus, .slick-arrow:focus {
	outline: none;
}
section {
	padding: 70px 0;
}
.slick-slide:focus {
    outline: none;
}
.organization-item:after, .scaffolding-division-list li:after, .past-present-text-list li:after, .project-millitary-list li:after {
	position: absolute;
	content: "";
	left: -19px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffc000;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	left: -50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 0;
	padding: 15px;
	border: none;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	background-image: url(assets/images/prev.png);
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.slick-next {
	left: unset;
	right: -50px;
	background-image: url(assets/images/next.png);
}
.bg-custom {
	background-color: #f5f5f5;
}
.section-title {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	color: #004f94;
	margin-bottom: 45px;
}
.section-title:after {
	content: '';
	background-color: #ffc000;
	margin: 0 auto;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 154px;
	height: 2px;
	transform: translateX(-50%);
}
.section-description {
	margin-bottom: 0;
	color: #393939;
	font-weight: 500;
	line-height: 28px;
}
.landing-section {
	padding: 100px 0;
	text-align: center;
	background-image: url(https://qseksolutions.com/Apic-Marine/wp-content/uploads/2020/07/background.jpg);
	background-size: 100% 100%;
	background-position: center;
}
.landing-section .section-title {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
}
.btn {
	padding: 7px 35px;
	font-weight: bold;
	border-radius: 25px;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn-warning {
	color: #0d354b;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.form-control {
	border: none;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 0;
	padding: 0 0 5px;
	height: auto;
	background-color: transparent;
}
textarea.form-control {
	height: 150px;
}
.form-group {
	position: relative;
}
.form-group br {
	display: none;
}
.form-group label {
	margin: 0;
	font-size: 15px;
	color: #004f94;
	margin-bottom: 0;
	font-weight: bold;
}
.form-group label span {
	color: #ffc000;
}
.wpcf7 form .wpcf7-response-output {
	border-radius: 4px;
	color: #fff;
	text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #f14e4e;
	background-color: #f14e4e;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: #46b450;
}
.wpcf7-not-valid-tip {
	font-size: 13px;
}
.form-control.mobilenumber::-webkit-inner-spin-button, 
.form-control.mobilenumber::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.navbar-toggler-icons {
	display: block;
	width: 35px;
	height: 4px;
	border-radius: 4px;
	background-color: #000;
	margin-bottom: 5px;
	transition:  all ease-in-out .3s;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons, .navbar-toggler-icons:last-child {
	margin-bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(1) {
	position: relative;
	transform: rotate(45deg);
	top: 7px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(2) {
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(3) {
	transform: rotate(-45deg);
}
/*Deafult End*/

/*Header Start*/
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.navbar {
	margin: auto;
	width: 100%;
}
.custom-logo {
	max-width: 100px;
	height: auto;
}
.navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 600;
	color: rgba(74, 74, 85, 1);
}
.navbar-nav .nav-link:hover {
	color: #ffc000;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 40px 15px;
}
.navbar-nav .current_page_item .nav-link {
	color: #ffc000;
}
/*Header End*/
/*===================  Home Page Start   ======================*/
/*Landing Section Start*/
.home-landing-section {
	padding: 0;
}
.home-landing-section .slick-arrow {
	left: 30px;
}
.home-landing-section .slick-next {
	left: unset;
	right: 30px;
}
/*Landing Section End*/
/*Our Partners Section Start*/
.our-partners-slider.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.our-partners-slider {
	margin-top: 70px;
}
/*Our Partners Section End*/

/*Scaffolding Division Section Start*/
.scaffolding-division-section .row:nth-child(odd) .col:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.scaffolding-division-section .row:nth-child(2) {
	margin: 70px -15px 50px;
}
.scaffolding-division-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.scaffolding-division-label {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.scaffolding-division-list {
	padding-left: 20px;
}
.scaffolding-division-list li {
	line-height: 22px;
}
/*Scaffolding Division Section End*/

/*Gallery Section Start*/
.gallery-item img {
	width: 400px;
	border: 7px solid #fff;
}
.gallery-item .gallery-item {
	width: 400px;
}
.lightgallery {
	background-color: #f8f8f8;
	    overflow: hidden;
}
/*Gallery Section End*/
/* Product Service Section Start */

.product-service-section .section-title  {
	    margin-bottom: 150px;
}
.product-service-section .row {
    justify-content: center;
    text-align: center;
}
.product-service-section .row {
    margin-bottom: -30px;
}
.product-service-content {
    position: relative;
    background-color: #dce6f2;
    padding: 90px 10px;
    height: calc(100% - 2px);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    transition: all ease-in-out .3s;
    margin: auto;
    margin-top: 1px;
}
.product-service-link {
	position: relative;
    color: #fff;
    display: block;
    height: 100%;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    overflow: hidden;
}
.product-service-link:hover {
    color: #dde0e4;
}
.product-service-link:before {
    content: '';
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #93a7c0;
    top: -1px;
    left: -1px;
    z-index: 0;
}
.product-service-content:after {
    background-color: rgba(0,0,0,.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    z-index: -1;
}
.product-service-section .row:nth-child(2) .col:nth-child(2) .product-service-content {
    background-color: #fff;
}
.product-service-section .row:nth-child(2) .col:nth-child(2) .product-service-link:before {
    background-color: #fac091;
}
.product-service-content p {
    margin-bottom: 0;
    height: 95px;
}
.product-service-section .row:nth-child(2) .col:nth-child(2) .product-service-link {
	color: #212529;
}
.product-service-section .row:nth-child(2) .col:nth-child(2) .product-service-content:after {
	display: none;
}
.product-service-link:hover .product-service-content {
	transform: scale(1.2);
}

/* Product Service Section End */

/*Future Colleborations Section Start*/
.future-colleborations-content .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*Future Colleborations Section End*/
.our-clientele-item {
    text-align: center;
    padding: 0 20px;
}
.our-clientele-section {
    padding-bottom: 0;
}
.our-clientele-section .section-title {
    margin-bottom: 70px;
}
.our-clientele-item img {
    margin: auto;
	margin-bottom: 20px;
}
.our-clientele-slider  .slick-track {
    display: flex;
    align-items: center;
}
/*===================  Home Page End   =======================*/

/*===================  About Us Page Start   =======================*/
.our-mission-section .section-title {
	margin-bottom: 30px;
}
.our-mission-section .section-description {
	margin-bottom: 70px;
}
.our-mission-card {
	height: 100%;
	text-align: center;
}
.our-mission-card-icon {
	margin-bottom: 20px;
}
.our-mission-card-icon img {
	max-width: 70px;
	display: block;
	margin: auto;
}
.our-mission-title {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #111111;
}
.our-mission-title:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 2px;
	background-color: #dddddd;
}
.our-mission-description {
	font-size: 15px;
	line-height: 22px;
}
.page-id-9 .site-footer {
	margin-top: 0;
}
/*===================  About Us Page End   =======================*/

/*===================  Business Organization Page Start   =======================*/
/*Business Organization Section Start*/
.business-organization-section .section-title {
	margin-bottom: 70px;
}
.organization-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.organization-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.organization-img img {
	margin-right: 10px;
}
.organization-list {
	padding-left: 20px;
}
.organization-item {
	line-height: 22px;
}
/*Business Organization Section End*/
/*===================  Business Organization Page End   =======================*/

/*===================  Projects - Training Page Start   =======================*/
/*International Projects – Training Section Start*/
.international-projects-training-section .section-title {
	margin-bottom: 50px;
}
.international-projects-training-section .row:not(:last-child) {
	margin-bottom: 50px;
}
.international-projects-training-section .row:nth-child(odd) .col:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.projects-training-img img:not(:last-child) {
	margin-bottom: 10px;
}
.projects-training-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*International Projects – Training Section End*/

/*Past & Present Projects Section Start*/
.past-present-projects-section .section-title {
	margin-bottom: 50px;
}
.past-present-projects-section .row:nth-child(odd) .col:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.past-present-projects-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.past-present-text-list {
	padding-left: 20px;
}
.past-present-text-list li {
	line-height: 22px;
}
.past-present-projects-section .row:not(:last-child) {
	margin-bottom: 50px;
}
.past-present-projects-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.past-present-projects-section .past-present-projects-img img {
    width: calc(50% - 20px);
}
.past-present-projects-img img:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 20px;
}
/*Past & Present Projects Section End*/

/*Project Millitary Section Start*/
.project-millitary-section .section-title {
	margin-bottom: 50px;
}
.project-millitary-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.project-millitary-list {
	padding-left: 20px;
}
.project-millitary-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*Project Millitary Section End*/

/*Factory Visit Section Start*/
.factory-visit-section .section-title {
	margin-bottom: 50px;
}
.factory-visit-section .section-description {
	margin-bottom: 30px;
}
.factory-visit-label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.factory-visit-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.factory-visit-img img:not(:last-child) {
	margin-right: 20px;
}
/*Factory Visit Section End*/
/*===================  Projects - Training Page End   =======================*/

/*===================  Our Product Page Start   =======================*/
/*Our Product Section Star*/
.our-product-section .section-title {
	margin-bottom: 30px;
}
.our-product-section .section-description {
	margin-bottom: 50px;
}
.product-card {
	text-align: center;
	margin-bottom: 50px;
}
.product-img {
	margin-bottom: 20px;
}
.product-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
/*Our Product Section End*/
/*===================  Our Product Page End   =======================*/

/*===================  Contact US Page Start   =======================*/
.contact-us-section .section-title {
	margin-bottom: 30px;
}
.contact-us-section .section-description {
	margin-bottom: 50px;
}
.contact-us-section .btn {
	display: block;
	margin: auto;
}
.google-map {
	padding: 0;
	line-height: 0; 
}
.google-map p {
	margin-bottom: 0;
}
.google-map iframe {
	width: 100%;
	height: 500px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.page-id-11 .site-footer {
	margin-top: 0;
}
.contact-content__inner {
    text-align: center;
}
.contact-content__inner img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 50px;
}
.contact-content__inner a {
    font-size: 18px;
    font-weight: 600;
    color: #004f94;
    display: block;
}
.contact-us-content {
	margin-top: 50px;
}
/*===================  Contact US Page End   =======================*/

/*===================  Our Service Page Start   =======================*/
.our-service-section .past-present-projects-img {
	align-items: flex-start;
}
.our-service-section .past-present-projects-img img {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
}
.our-service-section .row:nth-child(2) .past-present-projects-img img:nth-child(4) {
	margin-top: -30px;
}
.our-service-section .row:nth-child(2) .past-present-projects-img img:nth-child(5) {
    margin-top: -10px;
}
.our-service-section .row:nth-child(3) .past-present-projects-img img:last-child {
    width: calc(66.67% - 20px);
}

/*===================  Our Service Page End   =======================*/

/*===================  Footer Start   =======================*/
.site-footer {
	padding: 50px 0;
	margin-top: 50px;
	border-top: 5px solid #476AA0;
	background-color: #f5f5f5;
	color: #004f94;
}
.site-footer section {
	padding: 0;
}
.footer-site-contact img {
	max-width: 100px;
	border-radius: 50%;
}
.footer-site-contact .title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.footer-site-contact .info p {
	line-height: 22px;
	font-size: 15px;
	max-width: 200px;
	color: #393939;
}
.social-media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.social-media-item:not(:last-child) {
	margin-right: 30px;
}
.social-media-link img {
	max-width: 35px;
}
.site-footer .widget-title {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}
.quick-links-link {
	color: #393939;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.quick-links-link:hover {
	color: #000;
}
.bizsafe-logo {
    justify-content: space-between;
    display: flex;
}
.bizsafe-logo img {
    max-width: 55px;
}

/*===================  Footer End   =======================*/


/*Responsive Start*/
@media (min-width: 992px){
	.navbar {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.navbar {
		max-width: 1140px;
	}
}
@media (min-width: 1300px){
	.gallery-section .container {
		max-width: 1230px;
	}
}
@media (max-width: 1300px){
	.gallery-item img {
		width: 310px;
	}
	.slick-arrow {
		left: -40px;
	}
	.slick-next {
		left: unset;
		right: -40px;
	}
	.factory-visit-img img {
	     width: 50%; 
	}
}
@media (max-width: 991px){
	.custom-logo {
		max-width: 50px;
	}
	.landing-section .section-title {
	    font-size: 45px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 15px;
	}
	.navbar-toggler, .custom-logo-link {
		position: relative;
		z-index: 101;
	}
	.navbar-collapse {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	.navbar-nav {
		height: 100vh;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.slick-arrow {
		display: none !important;
	}
	.gallery-item img {
		width: 230px;
		border: 3px solid #fff;
	}
	.organization-card {
	    margin-bottom: 40px;
	}
	.past-present-projects-img {
		flex-wrap: wrap;
		justify-content: center;
	}
	.project-millitary-img {
		justify-content: center;
	}
	.project-millitary-img img {
	    margin-bottom: 15px;
	}
	.google-map iframe {
	    height: 350px;
	}
	.product-service-content {
	    padding: 45px 10px;
	}
	.bizsafe-logo {
   		justify-content: space-between;
   	 	display: inline-block;
	}
	.bizsafe-logo img {
    	max-width: 55px;
    	margin-bottom: 10px;
	}
}
@media (max-width: 767px){
	section {
	    padding: 40px 0;
	}
	textarea.form-control {
	    height: 70px;
	}
	.past-present-projects-section .row:nth-child(odd) .col:first-child,
	.international-projects-training-section .row:nth-child(odd) .col:first-child,
	.scaffolding-division-section .row:nth-child(odd) .col:first-child {
	    order: unset;
	}
	.scaffolding-division-content {
	    margin-bottom: 20px;
	}
	.gallery-item {
		width: 50%;
	}
	.gallery-item img {
		width: 100%;
	}
	.landing-section {
	    padding: 60px 0;
	}
	.home-landing-section {
	    padding: 0;
	}
	.landing-section .section-title {
	    font-size: 33px;
	}
	.our-mission-section .section-description {
	    margin-bottom: 40px;
	}
	.our-mission-card {
	    height: auto;
	    margin-bottom: 30px;
	}
	.projects-training-content {
	    margin-bottom: 30px;
	}
	.project_millitary-content, .past-present-projects-content {
	    margin-bottom: 20px;
	}
	.factory-visit-img {
		flex-wrap: wrap;
	}
	.factory-visit-img img:not(:last-child) {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.factory-visit-img img {
	    width: 100%;
	}
	.site-footer {
    	margin-top: 30px;
    	padding: 30px 0;
	}
	.footer-3-area {
	    margin-top: 20px;
	}
	.footer-site-contact img {
	    max-width: 60px;
	}
	.product-service-section .row:nth-child(2) .col:nth-child(1),
	.product-service-section .row:nth-child(2) .col:nth-child(2) {
		margin-bottom: -30px;
	}
	.our-clientele-item {
	    text-align: center;
	    padding: 0;
	}
	.our-clientele-item img {
		max-width: 160px;
	}
	.product-service-section .col {
	    padding: 0 5px;
        height: 100%;
	}
	.product-service-content {
	    padding: 30px 10px;
	}
	.product-service-content p {
	    height: 100px;
        font-size: 15px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
        width: 100%;
	}
	.product-service-section .row {
	    margin-bottom: -35px;
	}
	.product-service-section .row:nth-child(1) {
	    margin-bottom: -35px;
	}
	.future-colleborations-section {
	    margin-top: 50px;
	}
	.bizsafe-logo {
    justify-content: start;
    display: flex;
}
	.bizsafe-logo img {
    max-width: 55px;
    margin-right: 15px;
}
}
@media (max-width: 413px){
	.product-service-content {
	    padding: 20px 10px;
	}
	.product-service-content p {
	    height: 95px;
    	font-size: 12px;
	}
	.product-service-section .row,
	.product-service-section .row:nth-child(1) {
	    margin-bottom: -25px;
	}
}
@media (max-width: 374px){
	.product-service-content {
	    padding: 10px 4px;
	}
}

/*Responsive End