/*======================================
  font-family: "Manrope", sans-serif;
  ExtraLight: 200, 
  Light: 300, 
  Regular: 400, 
  Medium: 500, 
  SemiBold: 600, 
  Bold: 700, 
  ExtraBold: 800;
======================================*/

/* header */
html{scroll-behavior: unset !important;}
body{overflow: hidden; overflow-y: auto;}
*, body, p {margin: 0px;padding: 0px;font-family: "Manrope", sans-serif;font-weight: 400;}
p{font-size: 18px; color:#555555;word-break: break-word;}
.thb {
	padding: 15px 40px;
	background: #001d6b;
}
.thb-link {
	font-size: 14px;
	color: #7799f4;line-height: 1;
}
.thb-link > a {
	text-decoration: none;transition: all 0.3s;
}
.thb-link > a:hover {
    text-decoration: underline;transition: all 0.3s;
}
.thb-social-link {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
	line-height: 1;
}
.thb-social-link:hover {
	text-decoration: underline;
	transition: all 0.3s;
}
.header{padding: 19px 40px;}
.header .navbar-nav .nav-link {
	font-size: 16px;
	color: #001d6b;
	font-weight: 800;
	letter-spacing: 1.4px;
	padding: 0px;
	margin-right: 48px;
	transition: all 0.3s;
	position: relative;
}
.header .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0px;
}
.header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link.active, .header .navbar-nav .nav-item.active .nav-link {
    color: #174ede;transition: all 0.3s;
}
.header .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	width: 0%;
	background: #174ede;
	left: 0;
	right: 0;
	margin-inline: auto;
	transition: all 0.3s;
}
.header .navbar-nav .nav-link:hover::after, .header .navbar-nav .nav-link.active::after, .header .navbar-nav .nav-item.active .nav-link::after {
	width: 100%;
	transition: all 0.3s;
}

/* home hero */
.home-hero-section{padding: 0px 40px;}
.home-hero{border-radius: 20px; overflow: hidden;}
.home-hero-caption-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-inline: 190px;
	align-items: flex-start;
}
.home-hero-caption-holder::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1530px;
	background: rgba(0,0,0,0.5);
	border-radius: 100%;
	aspect-ratio: 1.16;
	filter: blur(70px);
	transform: translateY(-50%) translateX(-30%);
	z-index: 0;
}
.home-hero-caption-holder > *{position: relative; transform: translateX(50px); opacity: 0; }
.home-hero .owl-item.active .home-hero-caption-holder > *{transform: translateX(0px); opacity: 1; transition: all 0.3s ease 0.4s;}
.home-hero .item {
	height: 750px;
	overflow: hidden;
}
.home-hero .owl-thumbs {
	position: absolute;
	bottom: 25px;
	right: 25px;
	display: flex;
	flex-direction: column;
}

.home-hero .owl-thumb-item {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
	border: solid 3px #174ede;
    opacity: 0.7;
    margin-bottom: 18px;
	transition: all 0.3s;
}
.home-hero .owl-thumb-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.home-hero .owl-thumb-item.active {
	opacity: 1;
	border: solid 3px #fff;
	transition: all 0.3s;
}
.home-hero .owl-thumb-item:last-child {margin-bottom: 0px;}
.home-hero-title {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	max-width: 580px;
}
.blue-btn-1 {
	text-decoration: none;
	border: none;
	background: #174ede;
	color: #fff;
	padding: 20px;
	border-radius: 50px;
	min-width: 190px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1; transition: all 0.3s;
}
.blue-btn-1:hover {
	background: #215ef8;
    transition: all 0.3s;
}

/* quick contact widget */
.qcw {
	width: 100%;
	max-width: 970px;
	margin: 0px auto;
	padding: 33px 58px;
	background: #fff;
	border-radius: 150px;
	overflow: hidden;
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.12);
}
.qcw-text {
	font-size: 24px;
	color: #174ede;
	font-weight: 700;
}
.text-link-1 {
	font-size: 18px;
	color: #171717;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: solid 2px #171717; transition: all 0.3s;
}
.text-link-1:hover {
	color: #174ede;
	transition: all 0.3s;
	border-color: #174ede;
}
.with-icon {
	position: relative;
	padding-left: 20px;
	padding-right: 50px;
	padding-block: 15px;
}
.with-icon .btn-icon-1 {
	margin-right: 24px;
}
.qcw-section {
	margin-top: -57px;
	position: relative;
	z-index: 1;
}
.title-1 {
	font-size: 40px;
	color: #001d6b;
	font-weight: 700;
}
.title-3{
	font-size: 24px; font-weight: 700; color: #000;
}
/* home first section */
.hfs .title-1 {
	max-width: 460px;
}
.hfs-box {
	background: #fafafa;
	padding: 40px 98px 40px 40px;
}
.subtitle-1 {
	font-size: 24px;
	font-weight: 700;
	color: #171717;
}
.hfs-box > p {
	position: relative;
	padding-left: 25px;
	font-size: 16px; font-weight: 500;
}
.hfs-box > p > i {
	position: absolute;
	left: 0;
	top: 5px;
}
.text-blue-1{color:#174ede !important;}
.subtitle-2 {
	font-weight: 700;
	font-size: 18px;
	color: #174ede;
}
.white-btn-1 {
	text-decoration: none;
	background: #fff;
	border: none;
	color: #000;
	padding: 20px;
	border-radius: 50px;
	min-width: 190px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1; transition: all 0.3s;
}
.white-btn-1:hover {
	background: #e4e4e4;
    transition: all 0.3s;
}
.black-btn-1 {
	text-decoration: none;
	background: #171717;
	border: none;
	color: #fff;
	padding: 20px;
	border-radius: 50px;
	min-width: 190px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1; transition: all 0.3s;
}
.black-btn-1:hover {
	background: #000000;
    transition: all 0.3s;
}
/* our service section */
.oss-col-inner {
	background: #f9f9f9;
	padding: 47px; border-radius: 5px;
}

.bg-blue-1{background: #174ede !important;}
.bg-blue-2{background: #001d6b !important;}
.oss-img-holder{height: 94px;}
.subtitle-3 {
	font-size: 22px;
	font-weight: 700;
	color: #171717;
}
.oss-subtitle-1{max-width: 1050px;}
.oss-col-1-inner{
	padding: 40px; border: solid 2px #eeeeee;
}
.oss-col-1-text{
	position: relative; font-size: 16px; padding-left: 22px;
}
.oss-col-1-text-icon{position: absolute; top: 6px; left: 0px; font-size: 12px;}
/* about widgets section */
.aws {
	padding-inline: 40px;
}
.aws-inner{border-radius: 20px; overflow: hidden; display: flex; flex-wrap: wrap;}
.aws-col {
	flex-basis: calc(100% / 3);
	max-width: calc(100% / 3);
	flex-grow: 0;
	position: relative;
	height: 700px;
	overflow: hidden;
}
.aws-col-caption-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 40px 48px;
}
.aws-col-caption-holder p {
	font-size: 22px;
	font-style: italic;
}
.aws-col-caption-holder::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 150%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.80));
	transition: all 0.3s;
	transform: translateY(-20%); z-index: 0;
}
.aws-col:hover .aws-col-caption-holder::before {	
	transform: translateY(-25%);
	transition: all 0.3s;
}
.aws-col-caption-holder > *{position: relative;}

.aws-btn {
	padding: 14px 0px 14px 19px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;transition: all 0.3s;
}
.aws-btn::before {
	content: "";
	height: 100%;
	width: 54px;
	background: #174ede;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 28px; transition: all 0.3s;
}
.aws-btn * {
	position: relative;
}
.aws-btn > span {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s;
	margin-right: 0px;
	transform: translateX(47px);
}

.aws-btn > i {
	margin-right: 30px;
	transition: all 0.3s;
	transform: translateX(-91px);
}
.aws-col:hover .aws-btn{padding: 14px 25px 14px 25px;transition: all 0.3s;}
.aws-col:hover .aws-btn::before{
	transition: all 0.3s;
	width: 100%;
}
.aws-col:hover .aws-btn> i {
	margin-right: 0px;transition: all 0.3s;transform: translateX(0px);
}
.aws-col:hover .aws-btn> span {
	transition: all 0.3s;margin-right: 12px;transform: translateX(0px);
}
/* why choose us section */
.wcu-img {
	filter: drop-shadow(19px 0px 29px rgba(0,0,0,0.07));
}
.wcu-title-1 {
	font-weight: 800;
	color: #171717;
}
/* get a quote section */
.gqs-holder {
	border: dashed 1px #b0adad;
	border-radius: 20px;
	padding: 60px;
}
.gqs-title {
	border-radius: 10px;
	background: #171717;
	display: table;
	padding: 20px 54px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-top: -100px;
}
.gqs-form .form-control:not(textarea),.gqs-form .form-select {
	font-size: 18px;
	color: #171717;
	padding: 14px 10px 14px 0px;
	border-left: none;
	border-color: #e4e4e4 !important;
}
.gqs-form .input-group-text {
	font-size: 20px;
	background: #fff;
	border-color: #e4e4e4 !important;
}

/* footer */
.footer{
	background: #171717;
}
.top-footer {
	padding: 80px 0px;
}
.footer-link-1 {
	text-decoration: none;
	font-size: 14px;
	color: #c9c6c6; transition: all 0.3s;word-wrap: break-word;
	word-break: break-all;
}
a.footer-link-1:hover,a.footer-link-1.active {
	text-decoration: underline;
	color: #ffffff; transition: all 0.3s;
}
.footer-socials-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.footer-social-1 {
	display: inline-flex;
	width: 44px;
	height: 44px;
	background: #3f3f3f;
	text-decoration: none;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #ffffff;
	transition: all 0.3s;
}
.footer-social-1:hover {
	background: #fff;
	color: #000;
	transition: all 0.3s;
}
.footer-title-1 {
	font-size: 26px;
	font-weight: 700;
	color: #fff; margin-bottom: 25px;
}
.footer-link-2 {
	text-decoration: none;
	font-size: 16px;
	color: #c9c6c6;
	transition: all 0.3s;
	word-wrap: break-word;
	word-break: break-all;
}
a.footer-link-2:hover {
	text-decoration: underline;
	color: #ffffff; transition: all 0.3s;
}
.footer-link-2:not(:last-child){
	margin-bottom: 15px;
}
.ft-contact-holder {
	display: flex;
	flex-wrap: wrap;
}
.ft-contact-holder-left {
	flex-basis: 50px;
	max-width: 50px;
	height: 50px;
	flex-grow: 0;
	border-radius: 100%;
	background: #3f3f3f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
}
.ft-contact-holder-right {
	flex-grow: 0;
	flex-basis: calc(100% - 50px);
	max-width: calc(100% - 50px);
	padding-left: 15px;
}
.footer-title-2 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.bf-links > *:not(:last-child){
	margin-right: 20px;
}
.bottom-footer {
	padding: 36px 0px;
	border-top: solid 1px rgba(255,255,255,0.2);
}
/* BACK TO TOP */
#to-top { opacity: 0; filter: alpha(opacity=0); position: fixed; right: -59px; width: 30px; z-index: 9; display: block; top: unset; bottom: 20px; font-size: 11px; color: #174ede; text-align: center; padding: 10px 0 7px 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-decoration: none; height: auto; }
#to-top.on { right: 25px; opacity: 0.9; filter: alpha(opacity=90); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#to-top.off { right: -59px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#to-top:hover { opacity: 1; filter: alpha(opacity=100); }

@media only screen and (max-width: 1699.98px) {
	.home-hero .item {
		height: 600px;
	}
	.home-hero-caption-holder {
		padding-inline: 100px;
	}
}

@media only screen and (max-width: 1399.98px) {
	.home-hero .item {
		height: 550px;
	}
	.home-hero-caption-holder {
		padding-inline: 50px;
	}
	.aws-col {
		height: 500px;
	}
	.aws-col-caption-holder {
		padding: 30px;
	}
	.aws-col-caption-holder p {
		font-size: 18px;
	}
	.gqs-holder {
		padding: 60px 30px 30px 30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.thb, .header {
		padding: 15px;
	}
	.home-hero-section,.aws {
		padding: 0px 15px;
	}
	.home-hero .item {
		height: 500px;
	}
	.home-hero-title {
		font-size: 50px;
		max-width: 500px;
	}
	.qcw {
		max-width: 900px;
		padding: 20px 30px;
	}
	.qcw-section {
		margin-top: -50px;
	}
	.home-hero .owl-thumbs {
		bottom: 75px;
	}
	.hfs-box {
		padding: 25px 20px;
	}
	.oss-col-inner {
		padding: 25px;
	}
	.subtitle-3 {
		font-size: 20px;
	}
	.aws-col-caption-holder {
		padding: 20px;
	}
	.title-1 {
		font-size: 35px;
	}
	.aws-col-caption-holder p {
		font-size: 16px;
	}
	.aws-col {
		height: 400px;
	}
	.aws-inner {
		border-radius: 10px;
	}
	.footer-link-2 {
		font-size: 15px;
	}
	.ft-contact-holder-left {
		flex-basis: 40px;
		max-width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.ft-contact-holder-right {
		flex-basis: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding-left: 10px;
	}
	#to-top {
		bottom: 60px;
	}
}

@media only screen and (max-width: 991.98px) {
	.header .navbar-nav .nav-link {
		font-size: 15px;
		letter-spacing: 0px;
		margin-right: 35px;
	}
	.home-hero .item {
		height: 400px;
	}
	.home-hero {
		border-radius: 10px;
	}
	.home-hero-title {
		font-size: 40px;
		max-width: 380px;
	}
	.qcw-text {
		font-size: 20px;
	}
	.qcw-section .with-icon {
		padding-inline: 20px;
		min-width: auto;
		padding-block: 12px;
		font-size: 17px;
	}
	.qcw-section .with-icon .btn-icon-1 {
		margin-right: 10px;
	}
	.text-link-1 {
		font-size: 16px;
	}
	.qcw {
		max-width: 500px;
		padding: 15px;
	}
	.title-1 {
		font-size: 32px;
	}
	.oss-col-inner {
		padding: 25px 15px;
	}
	.title-3 {
		font-size: 19px;
	}
	.oss-img-holder {
		height: 40px;
	}
	p {
		font-size: 16px;
	}
	.white-btn-1,.black-btn-1,.blue-btn-1 {
		padding: 15px;
		min-width: 170px;
		font-size: 17px;		
	}
	.home-hero .owl-thumbs {
		bottom: 25px;
		right: 15px;
	}
	.oss-col-1-inner {
		padding: 15px;
	}
	.aws-col-caption-holder > .title-1 {
		font-size: 27px;
	}
	.wcu-section img {
		max-width: 150px !important;
	}
	.gqs-title {
		padding: 12px 34px;
		font-size: 27px;
		margin-top: -90px;
	}
	.top-footer {
		padding: 50px 0px;
	}
	.bottom-footer {
		padding: 30px 0px;
	}
}

@media only screen and (max-width: 767.98px) {
	.home-hero .item {
		height: 300px;
	}
	.home-hero-caption-holder {
		padding-inline: 30px;
	}
	.home-hero-title {
		font-size: 30px;
		max-width: 300px;
	}
	.qcw-section {
		margin-top: 1rem;
	}
	.qcw {
		max-width: 100%;
	}
	.home-hero .owl-thumbs {
		bottom: 15px;
		right: 15px;
	}
	.home-hero .owl-thumb-item {
		width: 50px;
		height: 50px;
	}
	.aws-inner {
		max-width: 450px;
		margin: 0px auto;
	}
	.aws-col {
		flex-basis: 100%;
		max-width: 100%;
		height: 700px;
	}
	.aws-col {
		height: 350px;
	}
	.wcu-section img {
		max-width: 100px !important;
	}
	.gqs-title {
		padding: 12px 24px;
		font-size: 22px;
		margin-top: -85px;
	}
	.gqs-holder {
		padding: 60px 20px 20px 20px;
	}
	.title-1 {
		font-size: 26px;
	}
	.subtitle-2 {
		font-size: 16px;
	}
	.top-footer {
		padding: 30px 0px;
	}
	.sds-hamburger {
		border: none;
		outline: none !important;
		box-shadow: none !important;
		width: 50px;
		height: 30px;
		padding: 0px;
		position: relative;
	}
	.sds-hamburger-line {
		display: block;
		height: 2px;
		width: 80%;
		background: #001d6b;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0px auto;
		transform: translateX(0%) rotate(0deg);opacity: 1;
		transition: all 0.2s;
	}
	.sds-hamburger-line:nth-child(2) {
		top: 13px;
	}
	.sds-hamburger-line:nth-child(3) {
		top: 26px;
	}

	.sds-hamburger[aria-expanded="true"] .sds-hamburger-line:nth-child(1) {
		transform: translateY(13px) rotate(45deg);
	}
	.sds-hamburger[aria-expanded="true"] .sds-hamburger-line:nth-child(2) {
		transform: translateX(100%) rotate(0deg); opacity: 0;
	}
	.sds-hamburger[aria-expanded="true"] .sds-hamburger-line:nth-child(3) {
		transform: translateY(-13px) rotate(-45deg);
	}
	.sds-nav {
		position: fixed;
		top: 82px;
		right: 0;
		width: 100%;
		height: calc(100% - 82px);
		background: rgba(255,255,255,0.95);
		z-index: 2;
		overflow: hidden;
		overflow-y: auto;
		transform: translateX(100%);
		padding: 15px;
		backdrop-filter: blur(7px);
		transition: all 0.2s;
		display: block !important;
	}
	.sds-nav.show {
		transform: translateX(0%);
		transition: all 0.3s;
	}
	.header .navbar-nav .nav-link {
		font-size: 18px;
		margin-right: 0px;
		padding: 10px;
		margin-bottom: 15px;
		background: #fff;
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	}
	.mob-quick-contact-box {
		background: #001d6b;
		padding: 25px;
		text-align: center;
	}
	.thb-link {
		line-height: unset;
		font-size: 16px;
	}
	.thb-link > a {
		font-weight: 700;
		font-size: 18px;
	}
	.thb-social-link {
		font-size: 18px;
		font-weight: 700;
	}
	.logo {
		max-width: 430px;
		display: table;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		background: #fff;
		width: 100%;
	}
	body {
		padding-top: 82px;
	}
}

@media only screen and (max-width: 575.98px) {
	.home-hero-title {
		font-size: 20px;
		max-width: 200px;
	}
	.home-hero-caption-holder {
		padding-inline: 15px;
	}
	.home-hero .item {
		height: 280px;
	}
	.home-hero .owl-thumb-item {
		margin-bottom: 10px;
	}
	.home-hero .owl-thumbs {
		bottom: 10px;
		right: 10px;
	}
	.qcw {
		border-radius: 10px;
	}
	.qcw-section .with-icon {
		padding-inline: 15px;
		font-size: 15px;
	}
	.text-link-1 {
		font-size: 15px;
	}
	.hfs-box {
		padding: 20px 15px;
	}
	.subtitle-3 {
		font-size: 18px;
	}
	.aws-col {
		height: 300px;
	}
	.aws-col-caption-holder {
		padding: 15px;
	}
	.aws-btn {
		padding: 10px 0px 10px 19px;
	}
	.aws-btn::before {
		width: 47px;
	}
	.aws-btn > i {
		margin-right: 20px;
		transform: translateX(-94px);
	}
	.aws-btn > span {
		transform: translateX(40px);
	}
	.aws-col-caption-holder p {
		font-size: 15px;
	}
	.gqs-holder {
		border-radius: 10px;
	}
	.aws-inner {
		max-width: 350px;
	}
	.bottom-footer {
		padding: 30px 30px;
	}
	.footer-link-1 {
		word-break: break-word;
	}
	#to-top {
		bottom: 20px;
	}
	#to-top.on {
		right: 15px;
	}
	.sds-nav {
		top: 63px;
		height: calc(100% - 63px);
	}
	.logo {
		max-width: 270px;
	}
	body {
		padding-top: 63px;
	}
}

/* About us page */
.ip-hero {
	padding: 0px 40px; 
}
.ip-hero-inner {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 380px;
}
.ip-hero-caption-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sds-col-img-holder {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.sds-col-img-holder > img {
	position: absolute;
	top: 0;
	left: 0;
}
.sds-col-img-holder::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	border: solid 20px rgba(255,255,255,0.5);
}
.acser-holder {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 330px;
}
.acser-caption-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px 90px;
	backdrop-filter: blur(1.9px);
}
.sep1 {
	opacity: 1;
	max-width: 100px;
	border-width: 2px;
	border-color: #174ede;
}

@media only screen and (max-width: 1699.98px) {

}
@media only screen and (max-width: 1399.98px) {
	.ip-hero-inner {
		height: 330px;
	}
}
@media only screen and (max-width: 1199.98px) {
	.ip-hero-inner {
		height: 300px;
	}
	.ip-hero {
		padding: 0px 15px;
	}
}
@media only screen and (max-width: 991.98px) {
	.acser-caption-holder {
		padding: 15px 30px;
	}
	.ip-hero-inner {
		border-radius: 10px;
		height: 250px;
	}
	.acser-holder{border-radius: 10px;}
}
@media only screen and (max-width: 767.98px) {
	.ip-hero-inner {
		height: 200px;
	}
	.acser-holder {
		height: 280px;
	}
}
@media only screen and (max-width: 575.98px) {
	.ip-hero-inner {
		height: 120px;
	}
	.acser-caption-holder {
		padding: 15px;
	}
	.acser-caption-holder .subtitle-3 {
		font-size: 15px;
	}
}
/* Contact us page */
.gitwus-holder {
	padding: 60px;
	border-radius: 20px;
	background: #eeeeee;
	overflow: hidden;
}
.contact-address-1{max-width: 250px;}
@media only screen and (max-width: 1699.98px) {

}
@media only screen and (max-width: 1399.98px) {

}
@media only screen and (max-width: 1199.98px) {

}
@media only screen and (max-width: 991.98px) {
	.gitwus-holder {
		padding: 30px;
		border-radius: 10px;
	}
}
@media only screen and (max-width: 767.98px) {

}
@media only screen and (max-width: 575.98px) {
	.gitwus-holder {
		padding: 25px 15px;
	}
}