/* common styles  */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400&display=swap");

.site__btn4 {
	height: 60px;
	padding: 0 30px;
	background: #ff5e14;
	border: 1px solid #ff5e14;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.site__btn4:hover {
	color: #fff;
}
.site__btn4-icon {
	padding-left: 30px;
	position: relative;
	display: inline-block;
	width: 44px;
}

.site__btn4-icon:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #dddedf;
	left: 14px;
	top: 19px;
}
.site__btn4-icon i {
	font-size: 16px;
	color: #fff;
}
.site__btn4-icon i:first-child {
	position: absolute;
	top: 50%;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease-out;
	transition-delay: 0.1s;
	transform: translateY(-50%);
}
.site__btn4:hover i:first-child {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.site__btn4-icon i:last-child {
	opacity: 1;
	transition: 0.2s;
	position: relative;
	right: 0;
}
.site__btn4:hover i:last-child {
	right: -35px;
	opacity: 0;
	visibility: hidden;
}

.site__btn4.site__btn4-border {
	border-color: #c5ccd6;
	background: none;
	color: #7d8a9d;
	transition: 0.5s ease-in;
}
.site__btn4.site__btn4-border .site__btn4-icon::before {
	background: #c5ccd6;
}
.site__btn4.site__btn4-border:hover {
	color: #fff;
	background: #ff5e14;
	border-color: #ff5e14;
}
.site__btn4.site__btn4-border i {
	color: #7d8a9d;
}
.site__btn4.site__btn4-border:hover i {
	color: #fff;
}
.site__btn4.site__btn4-border.site__btn4-white {
	border-color: #fff;
	color: #fff;
}
.site__btn4.site__btn4-border.site__btn4-white:hover {
	background: #ff5e14;
	border-color: #ff5e14;
}
.site__btn4.site__btn4-border.site__btn4-white .site__btn4-icon::before {
	background: #fff;
}
.site__btn4.site__btn4-border.site__btn4-white i {
	color: #fff;
}

.site__btn4.no-bg.cl-o {
	color: #ff5e14;
}
.site__btn4.no-bg.cl-o .site__btn4-icon i {
	color: #ff5e14;
}
.site__btn4.no-bg.cl-o .site__btn4-icon:before {
	background: #ff5e14;
}
.video-btn {
	color: #ff5e14;
	font-size: 20px;
	height: 100px;
	width: 100px;
	display: inline-block;
	background: #fff;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
}
.pulse-2s {
	animation: pulse 2s linear infinite;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #ffffff;
	}

	50% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.p-relative {
	position: relative;
}
.section-title-o {
	font-size: 60px;
	font-weight: 700;
	color: #00235a;
	line-height: 1.17;
	font-family: "Exo 2", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/* header-oil style  */

.header-top-oil {
	background-color: rgba(4, 3, 33, 0.1);
	border-bottom: 1px solid #9daabf;
	padding: 20px 0 18px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	right: 0;
}
.header-top-info li {
	margin-left: 80px;
	display: inline-block;
}
.header-top-info li:first-child {
	margin-left: 0;
}
.header-top-info {
	float: right;
}
.top-info-icon i {
	font-size: 24px;
	line-height: 1;
	color: #ff5e14;
}
.top-info-icon {
	float: left;
	margin-right: 10px;
}
.top-info-text {
	overflow: hidden;
}
.top-info-text span {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	display: block;
	margin-bottom: 13px;
}
.top-info-text h5 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}

/* header-menu-2 style  */
.header-menu-oil {
	background: #00235a;
}

.main-menu2 > nav > ul > li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.main-menu2 > nav > ul > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 24px 10px 24px;
	display: inline-block;
	text-transform: uppercase;
}

.main-menu2 > nav > ul > li:hover > a {
	color: #ff5e14;
}

.main-menu2 > nav > ul > li ul {
	position: absolute;
	left: 0px;
	width: 250px;
	text-align: left;
	background: #fff;
	z-index: 900;
	border-top: 3px solid #ff5e14;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 17px 0px;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
	box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
	top: calc(100% + 30px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.main-menu2 > nav > ul > li ul li {
	position: relative;
	list-style: none;
}

.main-menu2 > nav > ul > li ul li ul {
	position: absolute;
	left: 250px;
	top: 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.main-menu2 > nav > ul > li ul li:hover ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0px;
}

.main-menu2 > nav > ul > li ul li a {
	font-weight: 500;
	padding: 7px 28px;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	color: #00235a;
}

.main-menu2 > nav > ul > li ul li:hover > a {
	color: #ff5e14;
}

.main-menu2 > nav > ul > li ul li.sub_menu_li > a {
	position: relative;
}

.main-menu2 > nav > ul > li ul li.sub_menu_li > a:before {
	position: absolute;
	content: "\f054";
	right: 28px;
	top: 9px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 13px;
}
.main-menu2 > nav > ul > li:hover > ul {
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.site__btn4.menu-2-btn {
	float: right;
	height: 100%;
	line-height: 70px;
}
.menu-2-btn .site__btn4-icon::before {
	top: 24px;
}
.main-menu2 {
	float: left;
}
.open-mobile-menu.menu-2-bar {
	margin-right: 25px;
	margin-top: 12px;
}
.open-mobile-menu.menu-2-bar a {
	background: none;
	color: #fff;
}
.social_links.sidebar-social_links a {
	color: #fff;
	border: 1px solid #ff5e14;
	background-color: #ff5e14;
}
.contact-infos .sidebar-social_links li i {
	color: #fff;
}
/* slider style  */
.slider2__height {
	height: 900px;
	position: relative;
}
.slider-oil-title {
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.125;
	font-family: "Exo 2", sans-serif;
}
.slider-oil-content {
	z-index: 1;
}
.slider-oil-content p {
	font-size: 16px;
	line-height: 29px;
	color: #d5ddee;
}

/* about-area style  */
.about-img {
	display: block;
}
.about-img::before {
	position: absolute;
	content: "";
	width: 180px;
	height: 290px;
	border: 15px solid #ff5e14;
	top: -35px;
	left: -35px;
}
.about-single-img {
	display: block;
}
.about-content > p {
	color: #7d8a9d;
}
.about-author {
	display: flex;
	align-items: flex-start;
}
.about-author-img {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.about-author-nd {
	display: block;
}

.about-author-name {
	font-size: 18px;
	color: #00235a;
	font-weight: 400;
	margin-bottom: 6px;
	line-height: 1;
}
.about-author-designation {
	font-size: 15px;
	color: #7d8a9d;
	font-weight: 400;
	display: inline-block;
}
.about-author-signature::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background: #ff5e14;
	top: -20px;
	left: 0;
}

.about-active .owl-prev {
	position: absolute;
	width: 30px;
	height: 40px;
	text-align: center;
	background: #00235a;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.about-active .owl-next {
	position: absolute;
	width: 30px;
	height: 40px;
	text-align: center;
	background: #00235a;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.about-active .owl-prev i,
.about-active .owl-next i {
	font-size: 20px;
	color: #657691;
}
.about-active.owl-carousel .owl-nav button.owl-next,
.about-active.owl-carousel .owl-nav button.owl-prev {
	background: rgba(0, 35, 90, 0.82);
}
/* service area style  */
.service-area {
	display: block;
}
.single-service {
	display: block;
}
.service-img {
	display: block;
}
.service-img a {
	position: relative;
	display: block;
}
.service-img a::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.service-img a::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.single-service:hover .service-img a::before,
.single-service:hover .service-img a::after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.service-content {
	padding: 25px 0 10px 0;
}
.service-content > p {
	font-size: 16px;
	font-weight: 400;
	color: #7d8a9d;
	line-height: 28px;
	margin-bottom: 18px;
}
.service-title {
	font-size: 22px;
	font-weight: 700;
	color: #00235a;
	margin-bottom: 18px;
}
.service-icon {
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	color: service-icon;
	font-size: 45px;
	background: #fff;
	position: absolute;
	top: -90px;
	left: 0;
	color: #ff5e14;
}
.site__btn4.no-bg {
	color: #7d8a9d;
	padding: 0;
	line-height: 19px;
	height: 20px;
	background: none;
	border: none;
}
.site__btn4.no-bg:hover {
	color: #ff5e14;
}
.site__btn4.no-bg .site__btn4-icon i {
	font-size: 16px;
	color: #fff;
	color: #7d8a9d;
}
.site__btn4.no-bg:hover .site__btn4-icon i {
	color: #ff5e14;
}
.site__btn4.no-bg .site__btn4-icon:before {
	background: #7d8a9d;
	top: 0;
}
.site__btn4.no-bg:hover .site__btn4-icon:before {
	background: #ff5e14;
}

/* company area style  */
.companies-area {
	background: #00235a;
}
.company-area-tag {
	display: inline-block;
	width: 430px;
	background: #ff5e14;
	padding: 22px 50px;
	text-align: center;
	border-radius: 0 0 20px 20px;
	position: relative;
	margin-top: -35px;
}
.company-area-tag:before {
	position: absolute;
	content: "";
	width: 27px;
	height: 35px;
	background: #e1ac94;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	top: 0;
	left: -27px;
}
.company-area-tag:after {
	position: absolute;
	content: "";
	width: 27px;
	height: 35px;
	background: #e1ac94;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	top: 0;
	right: -27px;
}
.company-area-tag h4 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 0;
	font-family: "Exo 2", sans-serif;
}

.associate-company {
	text-align: center;
}
.associate-company img {
	max-width: 100%;
}
.associate-company a {
	display: inline-block;
}
/* overview-area style  */
.overview-area-bg {
	background: #f6f8fb;
}

.overview-area-img {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.07;
}
.overview-area-img2 {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 100%;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.overview-area-img2 img {
	height: 100%;
}

.company-growth-year span {
	font-size: 67px;
	color: #ff5e14;
	margin-right: 20px;
}
.company-growth-year p {
	font-size: 18px;
	font-weight: 700;
	color: #00235a;
	margin-bottom: 0;
}
.company-growth-year {
	display: inline-flex;
	width: 350px;
	height: 125px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	justify-content: center;
	align-items: center;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.overview-tab-content {
	margin-left: 30px;
}
.mission-tab {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px 30px;
	z-index: 2;
	height: 100%;
}
.mission-tab:before {
	position: absolute;
	content: "";
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ff5e14;
	z-index: -1;
	opacity: 1;
	transition: all 0.7s;
}
.mission-tab.future-tab:before {
	background: #00235a;
}
.mission-tab:hover:before {
	opacity: 0.8;
}
.m-tab-icon i {
	font-size: 66px;
	color: #fff;
	line-height: 1;
}
.m-tab-title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.mission-tab p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	margin-bottom: 42px;
}
.m-tab-list li i {
	font-size: 20px;
	color: #fff;
	margin-right: 15px;
}
.m-tab-list li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}
.m-tab-list li:last-child {
	margin-bottom: 0;
}
.m-tab-icon {
	margin-bottom: 30px;
}

.overview-nav {
	border-bottom: 0;
}
.overview-nav .nav-link.active {
	border: none;
	background: none;
	color: #00235a;
	position: relative;
}
.overview-nav .nav-link.active::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 31px;
	background: #ff5e14;
	top: 0;
	left: -1px;
}
.overview-nav .nav-link {
	font-size: 18px;
	font-weight: 700;
	color: #7d8a9d;
	padding: 2px 24px;
	border: none;
}
.overview-nav::before {
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	background: #c3c7ce;
	left: 0;
	top: 0;
}

.overview-nav .nav-item {
	margin-bottom: 11px;
}
.overview-nav .nav-item:last-child {
	margin-bottom: 0;
}
/* .site__btn4.site__btn4-border.b-download style  */
.site__btn4.site__btn4-border.b-download {
	border-color: #ff5e14;
	color: #ff5e14;
}
.site__btn4.site__btn4-border.b-download i {
	color: #ff5e14;
}
.site__btn4.site__btn4-border.b-download .site__btn4-icon::before {
	background: #ff5e14;
	transition: all 0.5s;
}
.site__btn4-icon.b-download i:first-child {
	top: 0px;
	right: -2px;
}
.site__btn4-icon.b-download i:last-child {
	transition: 0.4s ease-out;
}
.site__btn4.b-download:hover i:last-child {
	right: auto;
	opacity: 0;
	visibility: hidden;
	bottom: -23px;
	color: #fff;
}
.site__btn4.b-download:hover i:first-child {
	right: -2px;
	opacity: 1;
	visibility: visible;
	top: 50%;
	color: #fff;
}
.site__btn4.site__btn4-border.b-download:hover {
	color: #fff;
}
.site__btn4.site__btn4-border.b-download:hover .site__btn4-icon::before {
	background: #fff;
}
/* testimonial-area style  */
.testimonial-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.testimonial-area-bg {
	background: #f5f7f9;
}
.testimonial-area-img {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.09;
}
.testimonial-wrapper {
	display: block;
}
.single-testimonial {
	display: block;
}
.test-a-img {
	display: inline-block;
	margin-bottom: 13px;
}
.test-a-img-main {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
}
.test-a-img-quote {
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 50%;
	font-size: 14px;
	color: #ff5e14;
	text-align: center;
	line-height: 34px;
	bottom: 3px;
	right: -10px;
	position: absolute;
}
.test-a-nd {
	display: block;
}
.test-a-name {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #00235a;
	margin-bottom: 8px;
	font-family: "Exo 2", sans-serif;
}
.test-a-designation {
	font-size: 16px;
	font-weight: 400;
	color: #7d8a9d;
}
.test-a-text {
	font-size: 16px;
	line-height: 28px;
	color: #7d8a9d;
	padding: 0 100px;
}
.test-a-rating {
	display: inline-block;
}
.test-a-rating li {
	display: inline;
}
.test-a-rating li i {
	color: #ff5e14;
	font-size: 16px;
}
.testimonial-active .owl-dots {
	text-align: center;
	margin-top: 50px;
}
.testimonial-active .owl-dot {
	margin: 0 4px;
}
.testimonial-active .owl-dot span {
	height: 12px;
	width: 12px;
	background: #c6ccd5;
	border: 2px solid #c6ccd5;
	border-radius: 50%;
	transition: all 0.3s;
	display: inline-block;
}
.testimonial-active .owl-dot.active span {
	border-color: #ff5e14;
	background: none;
}
.testimonial-active .owl-nav {
}
.testimonial-active .owl-prev i,
.testimonial-active .owl-next i {
	color: #c6ccd5;
	font-size: 17px;
	font-weight: 500;
	transition: all 0.3s;
}
.testimonial-active .owl-prev:hover i {
	color: #ff5e14;
}
.testimonial-active .owl-next:hover i {
	color: #ff5e14;
}
.testimonial-active .owl-prev {
	position: absolute;
	bottom: 0;
	left: 44%;
}
.testimonial-active .owl-prev::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 25px;
	background: #c6ccd5;
	right: -10px;
	transition: all 0.3s;
	top: -2px;
}
.testimonial-active .owl-prev:hover:after {
	background: #ff5e14;
}
.testimonial-active .owl-next {
	position: absolute;
	bottom: 0;
	right: 44%;
}
.testimonial-active .owl-next::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 25px;
	background: #c6ccd5;
	left: -10px;
	transition: all 0.3s;
	top: -2px;
}
.testimonial-active .owl-next:hover:after {
	background: #ff5e14;
}
/* overview2-area style  */
.overview2-area {
}

.overview-certification-title {
	font-size: 24px;
	line-height: 1;
	color: #00235a;
	font-family: "Exo 2", sans-serif;
	text-transform: uppercase;
}
.certificate-list {
}
.certificate-list li {
	display: inline-block;
	float: left;
	width: 62px;
	height: 62px;
	margin-right: 20px;
}
.certificate-list li:last-child {
	margin-right: 0;
}

.overview2-content {
}
.overview2-list {
}
.overview2-list li {
	list-style: none;
	margin-bottom: 52px;
}
.overview2-list li:last-child {
	margin-bottom: 0;
}
.overview2-list-number {
	float: left;
	width: 145px;
	position: relative;
}
.overview2-list-number:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 50px;
	background: #d9dfe8;
	right: 22px;
	top: 2px;
}
.overview2-list-number span {
	font-size: 60px;
	font-weight: 400;
	color: #ff5e14;
	line-height: 1;
	font-family: "Exo 2", sans-serif;
	display: inline-block;
	margin-top: -7px;
}
.overview2-list-text {
	overflow: hidden;
}
.overview2-list-text h4 {
	font-size: 20px;
	font-weight: 400;
	color: #00235a;
	line-height: 1;
	font-family: "Exo 2", sans-serif;
	margin-bottom: 7px;
}
.overview2-list-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7d8a9d;
	margin-bottom: 0;
}
/* gallery-area style  */
.gallery-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.gallery-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00235a;
	opacity: 0.66;
}
.explore-gallery {
	width: 600px;
	float: left;
	position: relative;
	padding-left: 170px;
	padding-top: 100px;
}
.explore-gallery h3 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1.166;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.gallery-slider {
	overflow: hidden;
	width: calc(100% - 600px);
}
.single-gallery {
	max-width: 580px;
}
.gallery-img {
	position: relative;
	display: inline-block;
}
.gallery-img::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.gallery-img::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.single-gallery:hover .gallery-img::before,
.single-gallery:hover .gallery-img::after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.gallery-content {
	background: #ff5e14;
	padding: 15px 25px;
	display: inline-flex;
	width: 100%;
	align-items: center;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.gallery-number span {
	font-size: 59px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
.gallery-number {
	float: left;
	margin-right: 20px;
}
.gallery-text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
	font-family: "Exo 2", sans-serif;
}
.gallery-text h5 a:hover {
	color: #fff;
}
.gallery-text span {
	font-size: 16px;
	color: #fff;
	line-height: 1;
}

.gallery-active .owl-prev i,
.gallery-active .owl-next i {
	font-size: 45px;
	line-height: 1;
}
.gallery-active .owl-prev {
	background: #fff;
	width: 50px;
	height: 100px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.gallery-active .owl-next {
	background: #fff;
	width: 50px;
	height: 100px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.gallery-active .owl-prev.disabled,
.gallery-active .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}
.gallery-active .owl-nav button.owl-next,
.gallery-active .owl-nav button.owl-prev {
	background: #fff;
}
/* blog-area style  */
.blog-area {
}
.blog-img {
	position: relative;
	overflow: hidden;
}
.blog-img::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.blog-img::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.single-blog:hover .blog-img::before,
.single-blog:hover .blog-img::after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.blog-img img {
	transition: all 1s;
}
.single-blog:hover .blog-img img {
	transform: scale(1.1);
}
.blog-content {
	border: 1px solid #eeeeee;
	border-top: 0;
	padding: 10px 29px 24px 29px;
}
.blog-title-o {
	font-size: 24px;
	line-height: 34px;
	color: #00235a;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: "Exo 2", sans-serif;
}
.blog-content p {
	color: #7d8a9d;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 28px;
}
/* site__btn4-blog style start */
.site__btn4.no-bg.site__btn4-blog {
	color: #ff5e14;
	font-size: 14px;
	font-weight: 500;
}
.site__btn4-blog .site__btn4-icon {
	padding-left: 8px;
	width: 23px;
}
.site__btn4-blog .site__btn4-icon:before {
	display: none;
}
.site__btn4.no-bg.site__btn4-blog .site__btn4-icon i {
	color: #ff5e14;
}
.blog-content.arc-blog-content p {
	color: #00235a;
}
/* site__btn4-blog style end */

.blog-date {
	position: absolute;
	top: -35px;
	left: 29px;
	text-align: center;
	background: #ff5e14;
	width: 70px;
	height: 70px;
	padding: 11px 0;
}
.blog-date span {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}
.blog-date span.date {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5px;
}

.blog-area .blog-meta-list {
	margin-left: 90px;
	padding-left: 0;
	margin-bottom: 15px;
}
.blog-meta-list li {
	list-style: none;
}
.blog-meta-icon {
	margin-right: 6px;
	font-size: 12px;
	color: #ff5e14;
}
.blog-meta-text {
	font-size: 13px;
	font-weight: 700;
	color: #00235a;
	text-transform: uppercase;
}
/* blog-area style  */
.blog-area {
}
.blog-sidebar-list li:last-child {
	margin-bottom: 0;
}
.blog-sidebar-link-img {
	width: 120px;
	float: left;
	margin-right: 20px;
}
.blog-sidebar-link {
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-area .blog-sidebar-list {
	padding-left: 0;
	margin-bottom: 50px;
}
.blog-sidebar-link-text {
	overflow: hidden;
}
.blog-sidebar-link-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #00235a;
	margin-bottom: 10px;
	font-family: "Exo 2", sans-serif;
}
.blog-sidebar-link-date span {
	font-size: 14px;
	font-weight: 500;
	color: #b0bac9;
}
.blog-sidebar-link-date .bs {
}
.bs-icon {
	margin-right: 7px;
}
.blog-sidebar-link-date {
	overflow: hidden;
}
/* clients-area style  */

.clients-area-title {
	font-size: 29px;
	font-weight: 700;
	color: #00235a;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.clients-area-content p {
	font-size: 16px;
	font-weight: 400;
	color: #7d8a9d;
	line-height: 28px;
	margin-bottom: 0;
}
.clients-slide {
	padding-left: 70px;
}
.client-logo img {
	max-width: 150px;
	max-height: 90px;
	transform: scale(0.9);
}

/* footer-4 style  */
.footer4__copyright--text p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.footer4__copyright {
	background: #061f46;
	padding: 10px 0px;
}

.footer-section-4-top {
	background: #00235a;
}
.footer-about-4-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #aabcd8;
}
.footer-widget-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.footer-widget-list li a {
	font-size: 14px;
	font-weight: 400;
	color: #aabcd8;
}
.footer-widget-list li a:hover {
	color: #fff;
	padding-left: 5px;
}
.footer-widget-list li {
	margin-bottom: 15px;
}
.footer-widget-list li:last-child {
	margin-bottom: 0;
}
.social_links li:not(:last-child) {
	margin-right: 12px;
}
.social_links li {
	display: inline-block;
}
.social_links a {
	width: 35px;
	height: 35px;
	display: block;
	color: #ff5e14;
	font-size: 14px;
	overflow: hidden;
	line-height: 28px;
	position: relative;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
}
.social_links a i:nth-child(1) {
	top: 55%;
	transform: translate(-50%, -55%);
}
.social_links a i {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}
.social_links a i:nth-child(2) {
	top: 100%;
	opacity: 0;
}
.social_links a i {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}
.social_links a:hover i:nth-child(1) {
	top: -100%;
	opacity: 0;
	transform: translateX(-50%);
}
.social_links a:hover i:nth-child(2) {
	top: 55%;
	opacity: 1;
	transform: translate(-50%, -55%);
}
.social_links a:hover {
	color: #fff;
	border-color: #ff5e14;
	background: #ff5e14;
}
.footer-4-gallery-img {
	margin-bottom: 8px;
}
.footer-4-gallery-img img {
	width: 100%;
}
.footer-4-gallery .col-4 {
	padding-left: 4px;
	padding-right: 4px;
}
.footer-4-gallery .row {
	margin-left: -4px;
	margin-right: -4px;
}
@media screen and (min-width: 1200px) {
	.ml-xl-30 {
		margin-left: 30px;
	}
}

/* home-oil responsive style  */
/* Laptop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	.explore-gallery {
		padding-left: 70px;
		padding-top: 60px;
	}
}
/* Normal desktop (LG) :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.main-menu2 > nav > ul > li {
		margin-right: 22px;
	}
	.overview-tab-content {
		margin-left: 0;
	}
	.mission-tab {
		padding: 20px 20px;
	}
	.company-growth-year {
		clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
	}
	.section-title-o {
		font-size: 46px;
	}
	.explore-gallery {
		width: 400px;
		padding-left: 70px;
		padding-top: 60px;
	}
	.explore-gallery h3 {
		font-size: 44px;
	}
	.gallery-slider {
		width: calc(100% - 400px);
	}
	.blog-title-o {
		font-size: 22px;
	}
	.blog-sidebar-link-title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.blog-sidebar-link-img {
		width: 104px;
	}
	.clients-area-title {
		font-size: 24px;
	}
	.footer-widget-title {
		font-size: 22px;
	}
	.ml-lg--15 {
		margin-left: -15px;
	}
}
/* Tablet desktop (MD) :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.slider-oil-title {
		font-size: 60px;
	}
	.site__btn4.menu-2-btn {
		float: left;
	}
	.open-mobile-menu a {
		font-size: 25px;
	}
	.overview-tab-content {
		margin-left: 0;
	}
	.company-growth-year {
		height: 100px;
		clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
	}
	.section-title-o {
		font-size: 42px;
	}
	.test-a-text {
		padding: 0 40px;
	}
	.testimonial-active .owl-prev {
		left: 40%;
	}
	.testimonial-active .owl-next {
		right: 40%;
	}
	.overview2-content {
		margin-left: 0;
	}
	.explore-gallery {
		width: 100%;
		padding-bottom: 50px;
		padding-left: 80px;
	}
	.gallery-slider {
		width: 100%;
	}
	.gallery-number span {
		font-size: 48px;
	}
	.clients-slide {
		padding-left: 0;
	}
	.explore-gallery h3 {
		font-size: 44px;
		margin-bottom: 35px;
	}
	.about-img {
		margin-right: 0;
	}
	.open-mobile-menu.menu-2-bar {
	margin-right: 0;
}
.open-mobile-menu.menu-2-bar a {
	width: inherit;
}
}
/* small mobile (XS) :320px. */
@media (max-width: 767px) {
	.open-mobile-menu.menu-2-bar {
	margin-right: 0;
}
.open-mobile-menu.menu-2-bar a {
	width: inherit;
}
	.overview-tab-content {
		margin-left: 0;
	}
	.overview2-content {
		margin-left: 0;
	}
	.explore-gallery {
		width: 100%;
		padding-bottom: 50px;
		padding-left: 80px;
	}
	.gallery-slider {
		width: 100%;
	}
	.clients-slide {
		padding-left: 0;
	}
	.slider-oil-title {
		font-size: 44px;
	}
	.slider-oil-content p {
		padding-right: 0;
	}
	.slider2__height {
		height: 700px;
	}
	.about-img {
		margin-right: 0;
	}
	.site__btn4.menu-2-btn {
		float: left;
	}
	.section-title-o {
		font-size: 32px;
	}
	.company-growth-year {
		width: 320px;
	}
	.company-growth-year span {
		font-size: 58px;
	}
	.section-title-o {
		font-size: 27px;
	}
	.company-area-tag {
		width: 290px;
		padding: 15px 20px;
	}
	.test-a-text {
		padding: 0 10px;
	}
	.testimonial-active .owl-prev {
		left: 28%;
	}
	.testimonial-active .owl-next {
		right: 28%;
	}
	.certificate-list li {
		margin-right: 12px;
	}
	.overview2-list-number {
		float: none;
		margin-bottom: 20px;
	}
	.explore-gallery h3 {
		font-size: 42px;
		margin-bottom: 35px;
	}
	.explore-gallery {
		padding-left: 15px;
	}
	.blog-sidebar-link-img {
		width: 100px;
	}
	.blog-sidebar-link-title {
		font-size: 16px;
	}
	.clients-area-title {
		font-size: 24px;
	}
	.blog-content {
		padding: 10px 20px 24px 20px;
	}
}
/* Large Mobile :580px. */
@media only screen and (min-width: 580px) and (max-width: 767px) {
	.mission-tab {
		padding: 20px 20px;
		padding-right: 10px;
	}
	.gallery-number span {
		font-size: 48px;
	}
	.section-title-o {
		font-size: 34px;
	}
	.testimonial-active .owl-prev {
		left: 37%;
	}
	.testimonial-active .owl-next {
		right: 37%;
	}
	.overview2-list-number {
		float: left;
		margin-bottom: 0;
	}
}

/* home architect style  */
/* header-architect style  */
.header-architect {
}
.arc-header-top {
	background: #00235a;
	padding: 10px 130px 10px 130px;
}
.header-arc-top-info {
	display: inline-block;
	margin-left: 315px;
	z-index: 5;
}
.header-arc-top-info::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 49px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
	bottom: -15px;
	left: -68px;
	z-index: -2;
}
.header-arc-top-info::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 49px;
	background: #00235a;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
	bottom: -10px;
	left: -63px;
	z-index: -1;
}
.header-arc-top-info li {
	display: inline-block;
	margin-left: 70px;
	position: relative;
}
.header-arc-top-info li i {
	font-size: 16px;
	color: #ff5e14;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}
.header-arc-top-info li span {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}
.header-arc-top-info li span a {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}
.header-arc-top-info li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #8c97a8;
	left: -35px;
	top: 5px;
}
.header-arc-top-info li:first-child {
	margin-left: 0;
}
.header-arc-top-info li:first-child:before {
	display: none;
}
.header-social a {
	font-size: 16px;
	color: #fff;
	margin: 0 8px;
}
.language {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	margin-left: 20px;
}
.language:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #8c97a8;
	left: 0;
	top: 5px;
}
.language::after {
	position: absolute;
	content: "";
	top: 11px;
	right: 0;
	width: 9px;
	height: 5px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.language li:hover ul.submenu {
	opacity: 1;
	visibility: visible;
}
.language > li {
	padding: 0 17px 0 0;
}
.language > li > a {
	color: white;
	font-weight: 400;
	font-size: 14px;
}
.language .submenu {
	width: 100px;
	padding: 15px 15px;
	background: white;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.language .submenu li {
	display: block;
}
.language .submenu li a {
	font-size: 14px;
	color: #00235a;
}
.language .submenu li a:hover {
	color: #00235a;
}
/* arc-main-header style  */

.arc-header-main {
	padding-left: 130px;
	padding-right: 130px;
}
.main-menu2.menu-architect > nav > ul > li > a {
	color: #00235a;
	padding: 29px 10px 29px;
	max-height: 80px;
}
.main-menu2.menu-architect > nav > ul > li {
	margin-right: 20px;
}

.logo-architect {
	display: inline-block;
	position: relative;
	height: 100%;
	z-index: 2;
	margin-top: -10px;
}
.menu_sticky .logo-architect {
	margin-top: 10px;
}
.logo-architect::before {
	position: absolute;
	content: "";
	width: 500px;
	height: 124px;
	background: #ff5e14;
	z-index: -1;
	clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
	bottom: -10px;
	right: -110px;
}
.menu_sticky .logo-architect::before {
	bottom: 10px;
}
.menu-architect {
	float: right;
}
.arc-header-btn {
	margin-top: 10px;
}
.header-icon.arc-header-icon a {
	color: #00235a;
	font-size: 16px;
	width: 18px;
	display: inline-block;
	margin-left: 34px;
	position: relative;
}
.header-icon.arc-header-icon a:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #d9dee6;
	top: 2px;
	left: -20px;
}
.header-icon.arc-header-icon a:first-child:before {
	display: none;
}
.header-icon.arc-header-icon a:first-child {
	margin-left: 0;
}
.header-icon.arc-header-icon {
	margin-right: 50px;
	margin-top: 28px;
}
.open-mobile-menu.menu-bar-architect {
	margin-right: 0;
	margin-top: 15px;
}
.open-mobile-menu.menu-bar-architect a {
	background: none;
	color: #00235a;
	width: inherit;
}

/* slider architect style  */
.slider-architect-title {
	font-size: 80px;
	font-weight: 700;
	color: #00235a;
	text-transform: uppercase;
	line-height: 1.125;
	letter-spacing: -1px;
}
.slider-architect-content {
	z-index: 1;
}
.slider-architect-content p {
	font-size: 16px;
	line-height: 29px;
	color: #00235a;
}
.slider-dot {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	opacity: 0.01;
}
.slider-dot img {
	height: 100%;
}
.sl-arc-circle {
	position: absolute;
	top: -120px;
	left: -140px;
	z-index: -1;
	animation: rotate-360 8s linear infinite;
}
@keyframes rotate-360 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.slider-architect.owl-carousel .owl-nav button.owl-next,
.slider-architect.owl-carousel .owl-nav button.owl-prev {
	background: #fff;
	color: #ff5e14;
	border: 2px solid #00235a;
	font: inherit;
	width: 75px;
	height: 80px;
	font-size: 25px;
	font-weight: 700;
}
.slider-architect.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: -48px;
	border-left: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: all 0.5s;
}
.slider-architect.owl-carousel .owl-nav button.owl-prev:hover {
	left: 0;
}
.slider-architect.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: -48px;
	border-right: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	transition: all 0.5s;
}
.slider-architect.owl-carousel .owl-nav button.owl-next:hover {
	right: 0;
}
/* arc-about style  */

.arc-about-img-wrapper {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	margin-top: -185px;
	z-index: 2;
	position: relative;
	margin-left: -40px;
}
.arc-about-img {
	border-radius: 8px;
	overflow: hidden;
}
.arc-experience {
	position: absolute;
	bottom: -40px;
	left: -131px;
}
.experience-year {
	font-size: 300px;
	line-height: 1;
	background-image: url(../img/home-architect/bg/experience-year-text-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	-webkit-text-stroke: 0px #fff;
	background-size: cover;
}

.experience-text span {
	color: #ff5e14;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}
.experience-text p {
	font-size: 16px;
	font-weight: 700;
	color: #00235a;
	margin-bottom: 0;
	line-height: 18px;
}
.experience-text {
	text-align: center;
	width: 120px;
	position: absolute;
	top: 85px;
	right: 25px;
	z-index: 2;
}
.experience-text::before {
	position: absolute;
	content: "";
	width: 140px;
	height: 60px;
	background: #fff;
	border-radius: 30px;
	z-index: -1;
	top: 42px;
	left: -10px;
}
.experience-text::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 144px;
	background: #fff;
	border-radius: 30px;
	z-index: -1;
	top: -8px;
	left: 28px;
}
.arc-title-wrapper {
	z-index: 2;
}
.arc-section-subtitle {
	font-size: 16px;
	font-weight: 700;
	color: #ff5e14;
	text-transform: uppercase;
	line-height: 1;
	display: block;
}
.arc-section-title {
	font-size: 60px;
	font-weight: 700;
	color: #00235a;
	line-height: 1.167;
	text-transform: uppercase;
}
.arc-title-back-text {
	font-size: 175px;
	-webkit-text-stroke: 1px #00235a;
	-webkit-text-fill-color: white;
	font-family: "Exo", sans-serif;
	opacity: 0.1;
	z-index: -1;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: -50%;
	right: -50%;
	text-align: center;
	transform: translateY(-50%);
}
/* arc-features area style  */

.our-motive {
	font-size: 30px;
	color: #fff;
	line-height: 1.33;
	z-index: 2;
}
.arc-features-area {
	background: #00235a;
	padding-top: 75px;
	padding-bottom: 45px;
}
.arc-single-feature-icon {
	float: left;
	line-height: 1;
	margin-right: 15px;
}
.arc-single-feature-icon i {
	font-size: 35px;
	color: #ff5e14;
}
.arc-single-feature-text {
	overflow: hidden;
}
.arc-single-feature {
	display: inline-block;
}
.arc-features-list {
	float: right;
}
.arc-features-list li {
	margin-left: 60px;
	display: inline-block;
}
.arc-features-list li:first-child {
	margin-left: 0;
}
.arc-single-feature-text h4 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 7px;
}
.arc-single-feature-text p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.our-motive:before {
	position: absolute;
	content: "";
	width: 700px;
	height: calc(100% + 150px);
	background: #ff5e14;
	z-index: -1;
	right: -30px;
	top: -75px;
}
.our-motive:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 28px;
	right: -48px;
	background: #ff5e14;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	top: 43px;
}

/* arc-service-area style  */
.arc-service-area-bg {
	background: #f6f8f9;
}

.arc-single-service {
	background: #fff;
	padding: 30px 30px 20px;
}
.arc-single-service-icon i {
	font-size: 47px;
	line-height: 1;
	color: #ff5e14;
}
.arc-single-service-icon {
	margin-bottom: 25px;
}
.arc-single-service-title {
	font-size: 22px;
	font-weight: 700;
	color: #00235a;
	line-height: 1;
	margin-bottom: 15px;
	font-family: "Exo", sans-serif;
}
.arc-single-service p {
	font-size: 16px;
	line-height: 28px;
	color: #00235a;
	margin-bottom: 35px;
	font-weight: 400;
}
.arc-service-contact p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}
.arc-service-contact-btn {
	display: inline-block;
	margin-left: 40px;
}
/* arc-project-area style  */
.project-slide-wrapper {
	padding: 0 30px;
}
.arc-single-project {
	max-width: 500px;
	overflow: hidden;
}
.arc-project-img::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(transparent 0%, #00235a 100%);
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
}
.arc-single-project:hover .arc-project-img::after {
	opacity: 1;
	visibility: visible;
}

.arc-project-content {
	padding: 30px 35px 25px;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
	z-index: 1;
	margin-left: 30px;
	margin-right: 30px;
}

.arc-project-content:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #00235a;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: -1;
}
.arc-single-project:hover .arc-project-content {
	bottom: 25px;
	opacity: 1;
	visibility: visible;
}
.arc-project-category {
	font-size: 18px;
	font-weight: 500;
	color: #ff5e14;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
.arc-project-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}
/* arc-team area style  */
.arc-team-area {
}

.member-name {
	font-size: 22px;
	color: #00235a;
	margin-bottom: 10px;
	line-height: 1;
}
.member-name a:hover {
	color: #00235a;
}
.member-designation {
	font-size: 16px;
	font-weight: 500;
	color: #ff5e14;
	text-transform: uppercase;
}
.member-desription {
	padding: 22px 15px 5px 15px;
}
.t-share-btn {
	font-size: 20px;
	color: #fff;
	height: 60px;
	width: 60px;
	border: 3px solid #fff;
	background: #ff5e14;
	text-align: center;
	line-height: 54px;
	border-radius: 50%;
}

.team-social-icon li {
	display: inline-block;
	margin: 0 12px;
}
.team-social-icon li a {
	font-size: 16px;
	color: #00235a;
}
.team-social-icon li a:hover {
	color: #ff5e14;
}
.team-social-icon {
	height: 60px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	padding: 10px 10px 10px 70px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transform: scale(0.2, 0.6);
	transform-origin: left;
	transition: 0.7s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.team-social:hover .team-social-icon {
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
}
.team-social {
	position: absolute;
	top: -80px;
	left: 20px;
	z-index: 2;
}
/* p-video-area style  */
.p-video-area {
}
.p-video-area-bg {
	background: #00235a;
}
.p-video-wrapper {
	z-index: 2;
}
.p-video-wrapper:before {
	width: 700px;
	height: calc(100% + 240px);
	background: #ff5e14;
	position: absolute;
	content: "";
	top: -120px;
	left: -430px;
	z-index: -1;
}

.p-video-title {
	font-size: 50px;
	color: #fff;
	line-height: 1.2;
}
.p-video-content p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
.p-video-content {
	padding-left: 30px;
}

.p-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.d-number {
	font-size: 20px;
	font-weight: 900;
	color: #ff5e14;
	line-height: 1;
	margin-bottom: 5px;
	display: block;
}
.p-video-duration li span {
	font-size: 16px;
	color: #00235a;
}
.p-video-duration li {
	border-bottom: 1px solid #ebeff6;
	padding: 18px 0;
	list-style: none;
}
.p-video-duration {
	width: 88px;
	background: #fff;
	text-align: center;
	border-bottom-left-radius: 44px;
	border-bottom-right-radius: 44px;
	position: absolute;
	top: 0;
	left: 34%;
}
.p-video-duration li:last-child {
	border-bottom: 0;
}
/* arc-testimonial style  */
.test-a-nd.arc-test-nd {
	display: inline-block;
	padding-top: 18px;
}
.arc-test-nd .test-a-name {
	font-family: "Exo", sans-serif;
}
.arc-test-nd .test-a-designation {
	color: #00235a;
}
.test-a-text.arc-test-text {
	color: #00235a;
	padding: 15px 58px 0 0;
	font-weight: 500;
	font-style: italic;
}

.single-counter-wrapper {
	background: #00235a;
	padding: 50px 5px 25px 5px;
}
.single-counter-icon i {
	font-size: 50px;
	color: #fff;
	line-height: 1;
}
.single-counter-number {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}
.single-counter-wrapper p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.single-counter-icon {
	margin-bottom: 23px;
}
.counter-bg-2 {
	background: #ff5e14;
}
/* newsletter area style  */
.newsletter-area {
}
.newsletter-area-bg {
	background: #ff5e14;
}

.newsletter-tl-icon i {
	font-size: 64px;
	line-height: 1;
	color: #fff;
}
.newsletter-tl-icon {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.newsletter-text {
	overflow: hidden;
}
.newsletter-text h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1;
}
.newsletter-text p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}
.subscribe-form input {
	height: 60px;
	border: 1px solid #fff;
	background: #fff;
	padding: 0 160px 0 20px;
	width: 100%;
	font-size: 14px;
}
.subscribe-form input::placeholder {
	font-size: 14px;
	color: #a7adb7;
}
.subscribe-form button {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0 30px;
	height: 60px;
	border: none;
	background: #00235a;
	position: absolute;
	right: 0;
	top: 0;
}
.subscribe-form button i {
	margin-left: 10px;
}
.subscribe-form.mb-30 {
}
.subscribe-form {
	position: relative;
}

/* home-architect responsive style  */
@media (min-width: 1300px) and (max-width: 1560px) {
	.arc-header-main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.arc-header-top {
		background: #00235a;
		padding: 10px 20px 10px 20px;
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.arc-header-main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.arc-header-top {
		background: #00235a;
		padding: 10px 20px 10px 20px;
	}
	.logo-architect::before {
		right: -90px;
	}
	.header-arc-top-info li {
		margin-left: 24px;
	}
	.header-arc-top-info li::before {
		left: -15px;
	}
	.main-menu2.menu-architect > nav > ul > li {
		margin-right: 12px;
	}
}
/* Laptop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* Normal desktop (LG) :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.slider-architect-title {
		font-size: 54px;
	}
	.arc-section-title {
		font-size: 46px;
	}
	.arc-title-back-text {
		font-size: 140px;
	}
	.arc-about-img-wrapper {
		margin-top: -40px;
	}
	.our-motive::before {
		display: none;
	}
	.our-motive::after {
		display: none;
	}
	.arc-single-service {
		padding: 30px 20px 20px;
	}
	.p-video-content {
		padding-left: 0;
	}
	.p-video-title {
		font-size: 46px;
	}
	.p-video-wrapper {
		margin-right: 30px;
	}
	.p-video-duration {
		left: 21%;
	}
	.p-video-wrapper::before {
		height: calc(100% + 274px);
		top: -137px;
		left: -550px;
	}
	.single-counter-number {
		font-size: 44px;
	}
	.newsletter-text p {
		padding-right: 50px;
	}
	.arc-header-main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo-architect::before {
		height: 80px;
		clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
		right: -66px;
		bottom: 10px;
	}
	.logo-architect {
		display: inline-block;
		position: relative;
		background: none;
		height: 100%;
		z-index: 2;
		margin-top: 10px;
	}
	.header-icon.arc-header-icon {
		margin-right: 14px;
	}
	.arc-header-top {
		padding: 10px 20px 10px 20px;
	}
	.header-arc-top-info {
		margin-left: 0;
	}
	.header-arc-top-info::before {
		display: none;
	}
	.header-arc-top-info li {
		margin-left: 50px;
	}
	.header-arc-top-info li::before {
		left: -26px;
	}
}

/* Tablet desktop (MD) :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.our-motive::before {
		display: none;
	}
	.our-motive::after {
		display: none;
	}
	.slider-architect-title {
		font-size: 52px;
	}
	.arc-about-img-wrapper {
		margin-top: 0;
		margin-left: -40px;
	}
	.arc-section-title {
		font-size: 42px;
	}
	.arc-title-back-text {
		font-size: 120px;
	}
	.arc-about-img-wrapper {
		max-width: 600px;
	}
	.arc-experience {
		bottom: -25px;
		left: -25px;
	}
	.arc-single-feature-icon {
		float: none;
		margin-bottom: 15px;
	}
	.arc-service-contact p {
		margin-bottom: 20px;
		padding: 0 100px;
	}
	.p-video-wrapper::before {
		display: none;
	}
	.p-video-wrapper {
		margin-bottom: 50px;
	}
	.p-video-content {
		padding-left: 0;
	}
	.arc-header-top {
		padding: 10px 20px 10px 20px;
	}
	.logo-architect::before {
		height: 80px;
		clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
		right: -66px;
		bottom: -2px;
	}
	.logo-architect {
		display: inline-block;
		position: relative;
		background: none;
		height: 100%;
		z-index: 2;
		margin-top: 10px;
	}
	.header-arc-top-info {
		margin-left: 0;
	}
	.header-arc-top-info::before {
		display: none;
	}
	.header-arc-top-info li {
		margin-left: 50px;
	}
	.header-arc-top-info li::before {
		left: -26px;
	}
	.arc-header-main {
		padding-left: 20px;
		padding-right: 20px;
		height: 80px;
	}
	.menu_sticky .logo-architect::before {
		bottom: -2px;
	}
	.slider1__height {
		height: 450px;
	}
}

/* small mobile (XS) :320px. */
@media (max-width: 767px) {
	.arc-header-main {
		padding-left: 15px;
		padding-right: 15px;
		height: 80px;
	}
	.logo-architect {
		display: inline-block;
		position: relative;
		background: none;
		height: 100%;
		z-index: 2;
		margin-top: 10px;
		transform: scale(0.7);
		transform-origin: left;
	}
	.logo-architect::before {
		height: 115px;
		clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
		right: -66px;
		bottom: -18px;
	}
	.menu_sticky .logo-architect::before {
		bottom: -18px;
	}
	.slider-architect.owl-carousel .owl-nav button.owl-next,
	.slider-architect.owl-carousel .owl-nav button.owl-prev {
		display: none;
	}
	.sl-arc-circle {
		display: none;
	}
	.our-motive::before {
		display: none;
	}
	.our-motive::after {
		display: none;
	}
	.arc-single-feature-icon {
		float: none;
		margin-bottom: 15px;
	}
	.arc-service-contact p {
		margin-bottom: 20px;
	}
	.team-social-icon li {
		margin: 0 8px;
	}
	.p-video-content {
		padding-left: 0;
	}
	.slider-architect-title {
		font-size: 43px;
	}
	.slider-architect-content p {
		padding-right: 10px;
	}
	.arc-about-img-wrapper {
		margin-top: -40px;
		margin-left: -40px;
		margin-right: -40px;
	}
	.arc-section-title {
		font-size: 28px;
	}
	.arc-title-back-text {
		display: none;
	}
	.arc-features-list li {
		margin-left: 0;
		display: block;
		margin-bottom: 50px;
	}
	.arc-features-list {
		float: none;
	}
	.arc-service-contact-btn {
		margin-left: 0;
	}
	.arc-project-btn {
		text-align: left !important;
	}
	.project-slide-wrapper {
		padding: 0 15px;
	}
	.arc-project-content {
		padding: 25px 20px 20px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.p-video-wrapper::before {
		display: none;
	}
	.p-video-duration {
		width: 75px;
		top: 0;
		left: 0;
	}
	.video-btn {
		font-size: 16px;
		height: 70px;
		width: 70px;
		line-height: 70px;
	}
	.p-video-title {
		font-size: 30px;
	}
	.test-a-text.arc-test-text {
		padding: 15px 20px 0 0;
	}
	.single-counter-number {
		font-size: 40px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.subscribe-form input {
		padding: 0 120px 0 20px;
	}
	.newsletter-tl-icon {
		float: none;
	}
	.p-video-wrapper {
		margin-bottom: 50px;
	}
	.arc-header-top {
		padding: 10px 20px 10px 20px;
	}
}

/* Large Mobile :580px. */
@media only screen and (min-width: 580px) and (max-width: 767px) {
	.video-btn {
		color: #ff5e14;
		font-size: 20px;
		height: 100px;
		width: 100px;
		display: inline-block;
		background: #fff;
		line-height: 100px;
		text-align: center;
		border-radius: 50%;
	}
}

@media only screen and (max-width: 479px) {
	.slider-bg-img {
		height: 220px;
		width: 100% !important;
	}
	.slider1__content h3 {
	  font-size: 14px;
	  line-height: 1.2;
	}
	.slider1__content h2 {
	  font-size: 18px;
	  line-height: 1.2;
	}
	.slider1__content p {
		font-size: 14px;
	}
	.slider1__height {
	  height: 220px;
	}
	.slider1__item.slider1__height {
		position: relative;
	}
	.slider1__item.slider1__height::after {
		position: absolute;
		content: "";
		background: #000;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: .3;
	}
	.slider1__content .mb-20 {
		margin-bottom: 10px;
	}
	.slider1__content .mb-30 {
		margin-bottom: 10px;
	}
	.site__btn1.mr-10.bdevs-btn {
		padding: 10px 30px;
		font-size: 12px;
	}
	.slider1__content.slider-z-index.bdevs-el-content {
		margin-top: 20px;
	}
	
}



