n* {
	font-family: 'Lato';
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	float: right;
	padding-top: 10px;
}

header {
	padding: 0px;
}

.scoll-down {
	display: none;
}

.newClass .scoll-down {
	display: inline-block;
}

.newClass .scoll-up {
	display: none;
}

header .mainmenu ul li a {
	font-family: 'Agency';
	text-decoration: none;
	font-size: 16px;
	color: #fff;

}

.newClass header .mainmenu ul li a {
	color: #000;
}

header .mainmenu ul li {
	padding: 0px 25px;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.footer-wrap {
	text-align: center;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

.icon-bar {
	background-color: #009bff !important;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/* fonts */
@font-face {
	font-family: 'Agency';
	src: url('AgencyRegular.eot');
	src: url('AgencyRegular.eot?#iefix') format('embedded-opentype'),
		url('AgencyRegular.woff2') format('woff2'),
		url('AgencyRegular.woff') format('woff'),
		url('AgencyRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.top-btn a {
	text-decoration: none;
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	padding: 10px 20px;
	font-family: 'Agency';
	text-transform: uppercase;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	border-top: 10px;
	border-top: 2px solid #0069ff;
	padding-top: 6px;
	color: #fff;
}


.newClass header .mainmenu .navbar-nav a.active,
.newClass header .mainmenu .navbar-nav a:focus,
.newClass header .mainmenu .navbar-nav a:hover {

	color: #000;
}

header .header-bottom {
	position: relative;
	/* margin-top: 110px; */
}

header .header-bottom .banner-contents {
	position: absolute;
	left: -17%;
	right: 0;
	top: 45%;
	width: 100%;
}

.about-count-one {
	text-align: center;
}

.about-count-one h2 {
	font-size: 35px;
	font-family: "Outfit", serif;
	font-weight: bold;
	color: #0064ff;
}

.inner-about-form {
	padding: 30px;
	background-color: #e3e5fa;
	border-radius: 20px;
}

.inner-about-form h3 {
	text-align: center;
	font-family: 'Agency';
	color: #000;
	margin-bottom: 15px;
}

.inner-map-wrap {
	background-color: #fff;
	padding: 10px;
	box-shadow: rgb(218, 218, 218) 0px 0px 4px 3px;
	margin: 20px 0px;
}

.inner-about-details h4 {
	font-family: 'Agency';
	color: #000;
	margin: 0px;
}

.inner-about-details p {
	font-family: "Outfit", serif;
	font-size: 16px;
	margin-bottom: 15px;
}

.inner-career-section {
	margin: 40px 0px;
}

.about-submit {
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	padding: 10px 20px;
	font-family: 'Agency';
	text-transform: uppercase;
	border: none;
	width: 100%;
	margin-top: 30px;
}

.inner-about-wrap {
	margin: 50px 0px;
	position: relative;
	box-shadow: rgb(203, 233, 252) 0px 0px 4px 3px;
	background-color: rgb(255, 255, 255);
	padding: 40px;
}

.inner-contact-main-details {
	background-color: #fff;
}

.inner-contact-details::after {
	content: url("img/others/about-circle.png");
	position: absolute;
	width: 65px;
	height: 65px;
	z-index: -9;
	top: 4%;
	right: -8%;
}

.header-logo {
	text-align: left;
}

.inner-map-wrap {
	position: relative;
}

.inner-map-wrap::before {
	content: "";
	position: absolute;
	top: 10%;
	right: -70px;
	background-image: url(img/others/contact-icon.png);
	width: 92px;
	height: 39px;
	z-index: -9;
}

.contact-inner-main-design {
	font-family: "Outfit", serif;
	color: #000;
	font-weight: bold;
}

.inner-contact-details {
	position: relative;
	/* box-shadow: rgb(203, 233, 252) 0px 0px 4px 3px;
	background-color: rgb(255, 255, 255);
	padding: 40px; */
}

.inner-about-details {
	padding: 25px;
}

.inner-about-email {
	margin-top: 25px;
}

.inner-contact-email {
	border: 1px solid #0071ff;
	color: #0071ff;
	font-size: 18px;
	font-family: 'Agency';
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 20px;
}

.inner-map-wrap iframe {
	height: 450px;
}

.form-data {
	margin-bottom: 10px;
}

.form-data .form-control {
	border-radius: 50px;
	padding: 15px;
}

.about-count-one p {
	font-size: 24px;
	font-family: "Outfit", serif;
	font-weight: 400;
	color: #fff;
}

.title-bold {
	font-weight: bold;
	text-transform: uppercase;
}

.about-count-one {
	padding: 40px 0px;
	position: relative;
}

.about-count-one::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 160px;
	background-image: url("img/others/count-line.png");
	background-repeat: no-repeat;
	top: 0;
}

.about-project-details h2 {
	font-size: 35px;
	font-family: "Outfit", serif;
	font-weight: bold;
	color: #0064ff;
}

.inner-about-high-wrap {
	text-align: center;
}

.about-project-section {
	background-color: #f3fbff;
	padding: 40px 0px;
}

.inner-about-high-wrap h2 {}

.about-project-details p {
	font-size: 16px;
	font-family: "Outfit", serif;
	font-weight: 400;
	color: #000;
	margin: 40px 0px;
}

.about-project-details a {
	background: rgb(0, 108, 255);
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 30px;
	font-family: 'Agency';
	text-transform: uppercase;
}

/* .about-count-one:last-of-type::after{
background-image: unset;

}  */
header .header-bottom .inner-banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
	text-align: center;
}

header .inner-banner-contents h3 {
	text-shadow: rgb(0, 0, 0) 1px 3px 4px;
	font-family: "Agency";
	text-transform: uppercase;
	font-size: 95px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	line-height: 1;
}

.header-top {
	padding: 15px 0px;
	position: fixed;
	width: 100%;
	height: 112px;
	top: 0;
	z-index: 999;
	background-color: transparent;
	text-align: center;

}

.inner-header-bottom .header-top {
	background-color: #000;
}

.inner-header-bottom .header-bottom {
	margin-top: 130px;
}

.newClass .header-top {
	box-shadow: 0px -1px 5px 4px #c2e4fa;
	background-color: #fff;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

header .banner-contents h3 {
	text-shadow: 1px 3px 4px #000;
	font-family: 'Agency';
	text-transform: uppercase;
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

/* .inner-career-details {
	box-shadow: rgb(203, 233, 252) 0px 0px 4px 3px;
	background-color: #fff;
	width: 60%;
	margin: auto;
} */

header .banner-contents h2 {
	/* text-shadow: 0px 2px 6px #2182ff; */
	font-family: 'Agency';
	text-transform: uppercase;
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.banner-contents p {
	font-size: 21px;
	color: #5c4949;
	line-height: 1.7;
	padding-top: 20px;
}

.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}

.about-heading h3 {
	text-transform: uppercase;
	text-align: left;
	font-size: 50px;
	font-family: "Outfit", serif;
	font-family: 'Agency';
	/* border-bottom: 2px solid #000; */
	padding-bottom: 15px;

}

.about-section {
	margin: 110px 0px;
}

.about-section {
	background-image: url("img/others/about-bg.png");
	background-size: 30% 100%;
	background-position: left;
	background-repeat: no-repeat;
	padding: 150px;
}

.about-heading p {
	text-align: left;
	font-size: 17px;
	font-family: "Outfit", serif;
	line-height: 2;

}

.contact-details h4 {
	font-family: "Outfit", serif;
	font-size: 20px;
	font-weight: 200;
	color: #000;

}

.inner-main-heading p {
	text-align: center;
	font-family: "Outfit", serif;
	font-size: 18px;
	color: #000;
	margin: 20px 0px;
}

.inner-about-high-wrap p {
	text-align: center;
	font-family: "Outfit", serif;
	font-size: 18px;
	color: #000;
	margin: 20px 0px;
}

.inner-about-high-section {
	margin-top: 50px;

}

.inner-about-high-details.last-inner-bottom {
	margin-top: 30px;
	border-top: 1px solid #edebeb;
}

.inner-about-high-details h3 {
	font-family: "Outfit", serif;
	font-size: 25px;
	font-weight: bold;
	color: #007cff;
}

.inner-about-high-wrap h2 {
	font-family: 'Agency';
	text-transform: uppercase;
	font-size: 45px;
}

.inner-about-high-details p {
	font-family: "Outfit", serif;
	font-size: 16px;
	color: #000;
}

.about-last-content {
	text-align: center;
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	padding: 40px 0px;

}

.about-last-content-wrap {
	width: 70%;
	margin: auto;
}

.about-last-content h2 {
	text-align: center;
	font-family: "Outfit", serif;
	font-size: 18px;
	color: #000;
	margin: 20px 0px;
}

.about-last-content h2 {
	font-family: "Outfit", serif;
	font-size: 40px;
	font-weight: 200;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	margin: 8px 0px;
}

.inner-contact-page {
	position: relative;
}

.custome-fade.fade {
	opacity: 1;
}

.inner-career-heading ul {
	display: flex;
	justify-content: space-around;
}

.inner-career-heading ul li .active.show {
	width: 33%;
	text-align: center;
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

/* .inner-career-heading ul li.active a{
	width: 33%;
  text-align: center;
  background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
} */
.inner-career-heading ul li {
	background-color: #ecfcff;
	width: 33%;
	text-align: center;
	color: #000;
	font-size: 18px;
	border-radius: 5px;
}

.inner-career-heading ul li a {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Outfit", serif;
	text-decoration: none;
	color: #000;
	width: 100%;
	display: block;
	padding: 20px;
}

.inner-career-details h3 {
	text-align: center;
	font-family: "Outfit", serif;
	font-size: 25px;
	color: #000;
}

.inner-career-details .about-submit {
	width: 25%;
	margin: auto;
	text-align: center;

}

.career-btn-inner {
	text-align: center;

}

.inner-career-details p {
	text-align: center;
	font-family: "Outfit", serif;
	font-size: 16px;
	color: #000;
}

.about-inner-form-wrap span {
	padding: 10px;
	font-size: 17px;
	color: #000;
	font-family: "Outfit", serif;
}

.inner-career-wrap {
	position: relative;
	z-index: 99;
	box-shadow: rgb(203, 233, 252) 0px 0px 4px 3px;
	background-color: #fff;
	width: 60%;
	margin: auto;
}

.inner-career-main {
	margin: 20px 0px;
}

.inner-career-wrap::after {
	content: url("img/others/about-circle.png");
	position: absolute;
	width: 65px;
	height: 65px;
	top: -4%;
	right: -3%;
	z-index: -9;

}

.inner-career-heading ul li .active.show {
	color: #fff;
	width: 100%;
	display: block;
	padding: 20px;
}

.inner-career-details {
	padding: 20px;
}

/* .inner-career-heading ul li.active a {
	color: #0069ff;
	width: 100%;
	display: block;
	padding: 20px;
} */

.inner-contact-page::after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	background-image: url("img/others/contact-left.png");
	width: 180px;
	height: 120px;
	background-repeat: no-repeat;
}

.inner-main-heading h3 {
	text-align: center;
	font-family: "Outfit", serif;
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0px;
	color: #0064ff;
}

.inner-hading {
	margin-top: 140px;
	text-align: center;
}

.inner-hading h3 {
	font-family: "Outfit", serif;
	font-size: 40px;
	/* text-transform: uppercase; */
	margin: 0px;
}

.carrer-inner-heaing ul li {
	padding: 10px 15px;
	box-shadow: rgb(198, 199, 199) 0px 0px 2px 1px;
	background-color: #fff;
	margin: 2px;
}

.carrer-inner-heaing ul li a {
	font-family: "Outfit", serif;
	font-size: 18px;
	color: #000;
}

.inner-hading p {
	font-family: "Outfit", serif;
	font-size: 20px;
	color: #000;
}

.main-work-wrap {
	margin-bottom: 20px;
}

.inner-work-details {
	margin: 20px 0px;
}

.contact-wrap {
	position: relative;
	padding-bottom: 80px;
	width: 80%;
	margin: auto;
}

/* .contact-inner-wrap img {
	width: 100%;
} */
.footer-bottom {
	background-image: url(img/others/footer-bg.jpg);
	background-color: #000;
	width: 80%;
	margin: auto;
	border-radius: 50px 50px 0px 0px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer-next {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 50px 0px;
	border-radius: 50px 50px 0px 0px;
}

.about-contents {
	position: relative;
}

.about-contents::before {
	content: url("img/others/about-circle.png");
	position: absolute;
	width: 65px;
	height: 65px;
	z-index: -9;
	top: -20%;
	left: 40%;
}

.service-one img {
	width: 150px !important;
	margin: auto;
}

.service-section {
	position: relative;
}

.service-section::before {
	content: url("img/others/about-circle.png");
	position: absolute;
	width: 65px;
	height: 65px;
	z-index: -9;
	bottom: 12%;
	right: 0%;
}

.client-wrap h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-family: "Outfit", serif;
	font-family: 'Agency';
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}

.client-wrap h2::before {
	content: url("img/others/border-heading.png");
	width: 40%;
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 50%;
	height: 5px;
}

.contact-inner-wrap {
	position: absolute;
	background-image: url("img/others/conact-bg.png");
	background-repeat: no-repeat;
	bottom: 0%;
	width: 100%;
	left: 11%;
	right: 0;
	margin: auto;
	text-align: center;
}

.contact-details a {
	font-size: 17px;
	color: #000;
	font-family: 'Agency';
}

.contact-details h5 {
	font-size: 17px;
	color: #000;
	font-family: 'Agency';
}

.hover-btn-white {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;

}

.hover-btn-white:hover {
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	border: 1px solid #fff;
	color: #fff;
}

.hover-btn {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.hover-btn:hover {
	background: unset;
	border: 1px solid #0071ff;
	color: #0071ff;
}

.about-contents a {
	background: rgb(0, 108, 255);
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 30px;
	font-family: 'Agency';
	text-transform: uppercase;
}

.contact-img {
	text-align: center;
}

.contact-left {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 4px #c2e4fa;
	padding: 5px;
}

.contact-wrap h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-family: "Outfit", serif;
	font-family: 'Agency';
	padding-bottom: 15px;
	margin-bottom: 50px;
	position: relative;
}

.contact-wrap h3::before {
	content: url("img/others/border-heading.png");
	width: 40%;
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 50%;
	height: 5px;
}

.about-heading h3 {
	font-size: 50px;
	position: relative;
	margin-bottom: 80px;
}

.service-inner {
	text-align: center;
}

.inner-service-text {
	margin-top: 50px;
}

.inner-service-text ul li {
	margin-bottom: 15px;
	font-family: "Outfit", serif;
	position: relative;
	font-size: 16px;
}

.inner-service-text ul li::before {
	background-image: url("img/others/service-line.png");
	content: "";
	position: absolute;
	width: 191px;
	height: 1px;
	bottom: -7px;
	background-repeat: no-repeat;
	left: 0%;
	right: 0;
	margin: auto;
}

.inner-service-text ul li:last-child::before {
	background-image: none;
}

.service-one img {
	margin-bottom: 25px;
}

.service-wrap h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-family: "Outfit", serif;
	font-family: 'Agency';
	padding-bottom: 15px;
	margin-bottom: 50px;
	position: relative;
}

.service-wrap h2::before {
	content: url("img/others/border-heading.png");
	width: 40%;
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 50%;
	height: 5px;

}

.carrer-section {
	margin: 150px 0px;
	background-color: #edf9ff;
	position: relative;
}

.carre-text {
	/* background: rgb(0, 108, 255);
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%); */
	padding: 60px 40px;
	border-radius: 50px;
}

.carrer-top img {
	width: 100%
}

.carrer-top {
	position: absolute;
	top: -27%;
	left: 0%;
	right: 0;
	z-index: 99;
	width: 100%;
}

.carrer-bottom img {
	width: 100%;
}

.carrer-bottom {
	position: absolute;
	bottom: -28%;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
}

.carre-text h3 {
	text-transform: uppercase;
	text-align: left;
	font-size: 50px;
	color: #000;
	font-family: 'Agency';
	padding-bottom: 15px;
	position: relative;
}

.carre-text h3::before {
	content: url("img/others/border-heading.png");
	width: 30%;
	position: absolute;
	left: 0;
	bottom: 50%;
	height: 5px;
}

.carre-text p {
	font-family: "Outfit", serif;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: 2;
}

.service-one h3 {
	font-family: "Raleway", serif;
	font-weight: 700;
	font-size: 28px;
}

.carre-text a {
	background: #fff;
	background: rgb(0, 108, 255);
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 30px;
	font-family: 'Agency';
	text-transform: uppercase;
}

.about-heading h3::before {
	content: url("img/others/border-heading.png");
	width: 30%;
	position: absolute;
	left: 0;
	bottom: 50%;
	height: 5px
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}

header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}




.service-inner .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 59px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 59px;
	outline: none !important;
}

.service-inner .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/rigth-qrrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 59px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 59px;
	outline: none !important;
}

.service-inner .owl-carousel .owl-dots.disabled,
.service-inner .owl-carousel .owl-nav.disabled {
	display: block;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
	margin-top: 0;
}

header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #edb200;
}

.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-family: 'Agency';
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
}

.footer-wrap ul li a {

	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-family: "Outfit", serif;
}

.footer-wrap ul li {
	display: inline-block;
	padding-bottom: 5px;
	padding: 0px 15px;
}

.header-bottom video {
	height: 100vh;
	object-fit: cover;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #fff;
	background-color: transparent;
}

.social-icons ul li a i:hover {
	background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%);
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.list-footer {
	display: flex;
	justify-content: center;
}

/* .social-icons {
	display: grid;
	place-items: center;
} */

.copyrights p {
	font-family: "Outfit", serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.copyrights p span {
	font-family: "Outfit", serif;
	color: #00e9ff;
}

.copyrights {
	background-color: #070707;
	padding: 20px 0px;
}

.client-main img {
	width: 200px !important;
	margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #009bff;
}

.inner-service-details h2 {
	font-family: 'Agency';
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.inner-service-details h2 span {
	font-family: 'Agency';
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.inner-service-details ul li {
	font-size: 17px;
	font-family: "Outfit", serif;
	margin-bottom: 10px;
	background-image: url("img/others/dot-icon.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.inner-service-img {
	position: relative;
	z-index: 99;
}

.inner-service-img.right::after {
	background-image: url(img/others/full-dot-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: -9;
	content: "";
	position: absolute;
	left: 0;
	width: 110px;
	height: 110px;
	top: 40%;
}

.inner-service-img.right::before {
	background-image: url(img/others/service-circle-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: -9;
	content: "";
	position: absolute;
	right: 0;
	width: 144px;
	height: 144px;
	top: 60%;
}

.inner-service-img.left::after {
	background-image: url(img/others/service-angle.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: -9;
	content: "";
	position: absolute;
	left: 0;
	width: 144px;
	height: 144px;
	top: 60%;
}

.inner-service-img.left::before {
	background-image: url(img/others/full-dot-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: -9;
	content: "";
	position: absolute;
	right: 5%;
	width: 110px;
	height: 110px;
	top: 40%;
}

.service-center {
	display: flex;
	justify-content: center;
}

.inner-contact {
	position: relative;
}

.inner-contact::before {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	background-image: url(img/others/contact-icon.png);
	width: 92px;
	height: 39px;
}

.service-circle {
	position: relative;
}

.service-circle::before {
	content: url("img/others/about-circle.png");
	position: absolute;
	width: 65px;
	height: 65px;
	z-index: -9;
	top: 20%;
	left: 40%;
}

.left-circle-service {
	position: relative;
}

.right-circle-top {
	position: relative;
}

.right-circle-top::before {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	background-image: url(img/others/about-circle.png);
	height: 64px;
	width: 64px;
}

.left-circle-service::before {
	content: "";
	position: absolute;
	top: 30%;
	left: 10%;
	background-image: url(img/others/about-circle.png);
	height: 64px;
	width: 64px;
}

.main-header-width {
	width: 80%;
	margin: auto;
}

.inner-career-section ul {
	display: flex;
	justify-content: space-between;
}

.menu-center-list {
	display: flex;
	justify-content: center;
}

.inner-about-high-details {
	padding: 30px 0px;
}

/* video pop */
.video-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* margin: 20px; */
}

.video-links a {
	text-decoration: none;
	color: #007BFF;
	cursor: pointer;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.popup iframe {
	width: 80%;
	height: 80%;
}

.popup .close {
	position: absolute;
	top: 0%;
	right: 11%;
	font-size: 24px;
	color: #007cff;
}

.inner-work-col {
	position: relative;
}

.inner-work-col:hover {
	background-color: #0064ff;


}

.inner-work-col h2 {
	display: none;
	font-size: 18px;
	color: #000;
}

.inner-work-col:hover h2 {
	display: block;
	position: absolute;
	top: 10%;
}

.overlay-text {
	position: absolute;
	top: 0%;
	background: rgba(26, 4, 148, 0.7);
	color: #fff;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 0.5s ease;
	height: 100%
}

.overlay-text .ab {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.inner-work-col:hover .overlay-text {
	opacity: 1;
}


/* end */
.overlay-text .ab span {
	font-family: "Outfit", serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.overlay-text .ab p {
	font-family: "Outfit", serif;
	color: #fff;
	margin-bottom:10px;
	font-size: 16px;
}
.overlay-text .ab a{
	font-family: "Outfit", serif;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
}

/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

/* .header-bottom video{
	border-radius: 100px;
} */
.col-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20% !important;
		float: left !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2880px) {}

@media screen and (max-width: 1920px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: -15%;
		right: 0;
		top: 45%;
		width: 100%;
	}
}

@media screen and (max-width: 1680px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: -11%;
		right: 0;
		top: 45%;
		width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: -9%;
		right: 0;
		top: 45%;
	}

	.carrer-top {
		position: absolute;
		top: -23%;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -23%;
		width: 100%;
	}
}

@media screen and (max-width: 1440px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: -5%;
		right: 0;
		top: 45%;
		width: 100%;
	}

	.carrer-top {
		position: absolute;
		top: -21%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -21%;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}
}

@media screen and (max-width: 1366px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: -2%;
		right: 0;
		top: 45%;
		width: 100%;
	}

	header .banner-contents h3 {
		font-size: 45px;
		color: #fff;
	}

	header .banner-contents h2 {
		font-size: 45px;
	}

	.about-section {
		background-image: url("img/others/about-bg.png");
		background-size: 40% 100%;
		padding: 150px;
	}

	.carrer-top {
		position: absolute;
		top: -20%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -20%;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	header .header-bottom .banner-contents {
		position: absolute;
		left: 1%;
		right: 0;
		top: 45%;
		width: 100%;
	}

	.about-count-one {
		padding: 20px 0px;
	}

	.about-last-content {
		padding: 20px 0px;
	}

	.about-count-one p {
		font-size: 20px;
	}

	.about-last-content h2 {
		font-size: 35px;
		margin: 4px 0px;
	}

	.about-project-details h2 {
		font-size: 30px;
	}

	.inner-main-heading p {
		font-size: 16px;
	}

	.inner-hading h3 {
		font-size: 30px;
	}

	.inner-about-high-wrap h2 {
		font-size: 30px;
	}

	.top-btn a {
		font-size: 15px;
		padding: 10px 17px;

	}

	header .inner-banner-contents h3 {
		font-size: 55px;
	}

	.inner-service-details h2 {
		font-size: 25px;
	}

	.main-header-width {
		width: 90%;
		margin: auto;
	}

	.contact-wrap h3 {
		font-size: 40px;
	}

	.about-section {
		background-image: url("img/others/about-bg.png");
		background-size: 44% 100%;
		background-position: left;
		background-repeat: no-repeat;
		padding: 80px;
	}

	.carrer-top {
		position: absolute;
		top: -18%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -18%;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.contact-inner-wrap {
		width: 100%;
		left: 7%;
		right: 0;
		margin: auto;
		text-align: center;
	}
}

@media screen and (max-width: 1279px) {
	.inner-service-img.right::before {
		right: -1%;
		width: 100px;
		height: 100px;
		top: 60%;
		background-size: 80%;
	}

	.inner-service-img.right::after {

		left: 0;
		width: 80px;
		height: 80px;
		top: 60%;
	}

	.inner-service-img.left::after {
		width: 100px;
		height: 100px;
		top: 60%;
		background-size: 80%;
	}

	.inner-service-img.left::before {
		right: 5%;
		width: 80px;
		height: 80px;
		top: 40%;
	}

	header .inner-banner-contents h3 {
		font-size: 45px;
	}

	.inner-service-details h2 {
		font-size: 18px;
	}

	.inner-service-details h2 {
		font-size: 25px;
	}

	.inner-service-section {
		margin-top: 100px;
	}

	.top-btn a {
		font-size: 12px;
		border-radius: 50px;
		padding: 10px 20px;
	}

	header .banner-contents h3 {
		text-shadow: 1px 3px 4px #000;
		font-size: 35px;
		line-height: 1;
	}

	header .banner-contents h2 {
		font-size: 35px;
	}

	.about-heading p {
		text-align: left;
		font-size: 17px;
		margin-top: 30px;
		line-height: 2;
	}

	.carrer-top {
		position: absolute;
		top: -15%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -15%;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.about-section {
		background-image: url("img/others/about-bg.png");
		background-size: 50% 100%;
		background-position: left;
		background-repeat: no-repeat;
		padding: 0px;
	}

	.contact-details h5 {
		font-size: 16px;
		color: #000;
		font-family: 'Agency';
	}

	.contact-details a {
		font-size: 16px;
		color: #000;
		font-family: 'Agency';
	}

	.contact-left {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0px 2px 5px 4px #c2e4fa;
		padding: 17px;
	}

	.contact-inner-wrap {
		position: absolute;
		background-repeat: no-repeat;
		bottom: 0%;
		width: 88%;
		left: 11%;
	}

	.footer-wrap h3 {
		font-family: 'Agency';
		font-size: 16px;
		margin-bottom: 20px;
	}

	.carrer-img-section img {
		width: 100%;
	}

	.carre-text a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1023px) {
	.overlay-text .ab p {
		font-family: "Outfit", serif;
		color: #fff;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.overlay-text .ab span {
		font-family: "Outfit", serif;
		font-size: 16px;
	}
	.header-top {
		padding: 15px 0px;
		position: fixed;
		width: 100%;
		height: 100px;
		top: 0;
		z-index: 999;
		background-color: #fff;
	}

	.col-md-5ths {
		width: 20%;
		float: left;
	}

	header .header-bottom {
		position: relative;
		margin-top: 100px;
	}

	.footer-wrap h3 {
		font-family: 'Agency';
		font-size: 22px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 25px;
	}

	.top-btn a {
		font-size: 13px;
	}

	header .banner-contents h3 {
		font-size: 35px;
	}

	header .banner-contents h2 {
		font-size: 35px;
	}

	.about-heading h3 {
		font-size: 40px;
		position: relative;
	}

	.about-heading p {
		font-size: 16px;
		margin-top: 40px;
		line-height: 2;
	}

	.footer-wrap h3 {
		font-family: 'Agency';
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 15px;
	}

	.about-section {
		background-image: url("img/others/about-bg.png");
		background-size: 50% 80%;
		background-position: left;
		background-repeat: no-repeat;
		padding: 30px;
	}

	.carrer-top {
		position: absolute;
		top: -15%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -15%;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.contact-details h5 {
		font-size: 17px;
		color: #000;
		font-family: 'Agency';
	}

	.service-wrap h2 {
		font-size: 40px
	}

	.carre-text h3 {
		font-size: 40px;
	}

	.contact-wrap h3 {
		font-size: 40px;
	}

	header .mainmenu ul li {
		padding: 0px 12px;
	}

	.top-btn a {
		font-size: 11px;
		padding: 10px 9px;
	}

	.about-section {
		background-image: url("img/others/about-bg.png");
		background-size: 40%;
		background-position: left -40%;
		background-repeat: no-repeat;
		padding: 30px;
	}

	.contact-details h5 {
		font-size: 12px;
		color: #000;
		font-family: 'Agency';
	}

	.contact-details a {
		font-size: 12px;
		color: #000;
		font-family: 'Agency';
	}

	.carrer-bottom {
		position: absolute;
		bottom: -10%;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-top {
		position: absolute;
		top: -10%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.service-one h3 {
		font-family: "Raleway", serif;
		font-weight: 700;
		font-size: 16px;
	}

	.inner-service-text ul li {
		font-size: 14px;
	}

	.client-wrap h2 {
		font-size: 40px;
	}

	.footer-bottom {
		width: 90%;
	}

	.footer-logo {
		text-align: center;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 767px) {
	.overlay-text .ab a {
		font-family: "Outfit", serif;
		font-size: 10px;
		border: 1px solid #fff;
		padding: 5px;
		color: #fff;
	}
	header .header-logo {
		text-align: center;
	}

	header .header-logo img {
		display: inline-block;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

}

@media screen and (max-width: 480px) {
	.overlay-text .ab span {
        font-family: "Outfit", serif;
        font-size:10px;
    }
	.overlay-text .ab p {
		font-family: "Outfit", serif;
		color: #fff;
		margin-bottom: 10px;
		font-size: 11px;
	}
	.footer-bottom {
		background-position: top;
	}

	.contact-details a {
		font-size: 16px;
		color: #000;
		font-family: 'Agency';
	}

	.inner-career-section ul {
		display: flex;
		justify-content: center;
	}

	.inner-career-wrap {
		position: relative;
		width: 100%;
		margin: auto;
	}

	.inner-work-col {
		text-align: center;
		margin: 5px;
	}

	.carrer-inner-heaing ul li a {
		font-size: 13px;
	}

	.popup .close {
		position: absolute;
		top: 34%;
		right: 11%;
		font-size: 24px;
		color: #007cff;
	}

	.popup iframe {
		width: 100%;
		height: 210px;
	}

	.inner-career-details h3 {
		font-size: 20px;
	}

	.inner-career-heading ul li a {
		padding: 15px;
		font-size: 16px;
	}

	.inner-career-heading ul li .active.show {
		padding: 15px;
		font-size: 16px;
	}

	.inner-career-details .about-submit {
		width: 35%;
	}

	.about-last-content h2 {
		font-size: 25px;
		margin: 5px 0px;
	}

	.about-project-details a {
		font-size: 16px;
	}

	.about-project-details h2 {
		font-size: 20px;
	}

	.inner-hading h3 {
		font-size: 25px;
	}

	.inner-about-high-details h3 {
		font-size: 25px;
		margin-top: 30px;
	}

	.inner-about-high-wrap p {
		font-size: 16px;
	}

	.inner-about-high-wrap h2 {
		font-family: 'Agency';
		text-transform: uppercase;
		font-size: 20px;
	}

	.about-count-one::after {
		content: "";
		position: absolute;
		right: 0;
		width: 150px;
		height: 30px;
		background-image: url("img/others/service-line.png");
		background-repeat: no-repeat;
		top: 0;
		left: 0;
		text-align: center;
		margin: auto;
	}

	.inner-service-section {
		margin-top: 50px;
	}

	.inner-main-heading p {
		font-size: 16px;
	}

	.inner-main-heading h3 {
		font-size: 20px;
		margin: 20px 0px;
	}

	.about-project-details h2 {
		font-size: 25px;
	}

	.about-count-one {
		padding: 20px 0px;
	}

	.footer-wrap ul li {
		display: block;

	}

	.footer-wrap ul {
		margin-bottom: 10px;
	}

	.moble-re {
		display: flex;
		flex-direction: column-reverse;
	}

	.inner-header-bottom .header-top {
		box-shadow: 0px -1px 5px 4px #c2e4fa;
		background-color: #fff;
		-webkit-transition: background-color 1000ms linear;
		-ms-transition: background-color 1000ms linear;
		transition: background-color 1000ms linear;
	}

	.header-bottom video {
		height: calc(100vh - 112px);
		object-fit: cover;
	}

	header .mainmenu .navbar-nav a.active,
	header .mainmenu .navbar-nav a:focus,
	header .mainmenu .navbar-nav a:hover {
		color: #000;
	}

	header .mainmenu ul li a {
		color: #000;
	}

	.banner-details {
		text-align: center;
	}

	.contact-section.inner-contact {
		margin-top: 80px;
	}

	.center-sm {
		display: flex;
		justify-content: center;
	}

	.inner-service-img {
		width: 80%;
		margin: auto;
	}

	.inner-service-details h2 {
		font-size: 18px;
	}

	header .inner-banner-contents h3 {
		text-shadow: rgb(0, 0, 0) 1px 3px 4px;
		font-family: "Agency";
		text-transform: uppercase;
		font-size: 15px;
		color: rgb(255, 255, 255);
		font-weight: 700;
		line-height: 1;
	}

	.carre-text p {
		font-family: "Outfit", serif;
		font-size: 16px;
		/* color: #fff; */
		font-weight: 300;
		line-height: unset;
	}

	.about-contents::before {
		content: url("img/others/about-circle.png");
		position: absolute;
		width: 65px;
		height: 65px;
		z-index: -9;
		top: 8%;
		left: 60%;
	}

	.about-section {
		margin: 60px 0px;
	}

	.about-contents {
		position: relative;
		padding-top: 80px;
	}

	#collapsibleNavbar {
		background-color: #fff;
	}

	header .banner-contents h3 {
		font-size: 25px;
	}

	header .banner-contents h2 {
		font-size: 25px;
	}

	.collapse.show {
		background-color: #fff;
	}

	.about-section {
		background-image: url("img/others/about-bg.png");
		background-size: 60%;
		background-position: left 0%;
		background-repeat: no-repeat;
		padding: 30px;

	}

	.carrer-top {
		position: absolute;
		top: -4%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -37px;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.contact-details {
		text-align: center;
	}

	.contact-left {
		margin-bottom: 25px;
	}

	.contact-details h4 {
		font-family: "Outfit", serif;
		font-size: 25px;
		padding-top: 10px;
	}

	.contact-details h5 {
		font-size: 16px;
		color: #000;
		font-family: 'Agency';
	}

	.list-footer {
		text-align: center;
		display: unset;
	}

	.copyrights p {
		font-family: "Outfit", serif;
		font-size: 14px;
	}

	.contact-inner-wrap {
		position: absolute;
		background-repeat: no-repeat;
		bottom: 40%;
		width: 63%;
		left: 11%;
	}

	.service-inner .owl-prev {
		left: 2%;
	}

	.service-inner .owl-next {
		right: 0%;
	}

	header .header-bottom .banner-contents {
		position: absolute;
		left: 0%;
		right: 0;
		top: 35%;
		width: 100%;
		margin: auto;
	}

	header .header-bottom {
		position: relative;
		margin-top: 83px;
	}

	.navbar-dark .navbar-brand {
		color: #fff;
		width: 33%;
	}

	.header-top {
		width: 100%;
		height: 70px;
		top: 0;
	}

	.carrer-section {
		margin: 90px 0px;
		background-color: #edf9ff;
		position: relative;
	}

	.about-heading h3 {
		font-size: 30px;
		position: relative;
	}

	.about-contents a {
		font-size: 16px;
	}

	.service-wrap h2 {
		font-size: 30px;
	}

	.carre-text h3 {
		font-size: 30px;
	}

	.contact-wrap h3 {
		font-size: 30px;
	}

	.client-wrap h2 {
		font-size: 30px;
	}

	.header-top {
		text-align: left;
	}

	.menu-center-list {
		display: unset;
	}

	.mainmenu .navbar-nav {
		margin-top: 25px;
	}
}

@media screen and (max-width: 414px) {
	.carrer-top {
		position: absolute;
		top: -3%;
		left: 0%;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carrer-bottom {
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
	}

	.carre-text {
		/* background: rgb(0, 108, 255);
		background: linear-gradient(175deg, rgba(0, 108, 255, 1) 0%, rgba(140, 113, 227, 1) 100%); */
		padding: 40px 40px;
		border-radius: 50px;
	}
}

@media screen and (max-width: 387px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}