/* Import custom fonts */

@font-face {
	font-family: gotham-rounded;
	src: url('../fonts/gotham-rounded.otf');
}

@font-face {
	font-family: gotham-book;
	src: url('../fonts/gotham-book-regular.otf');
}

@font-face {
	font-family: brandon-grotesque;
	src: url('../fonts/Brandon_reg.otf');
}

@font-face {
	font-family: gotham-black;
	src: url('../fonts/gotham-black.TTF');
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('../fonts/Montserrat-Bold.ttf');
}


/* @import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC'); */


/* @import url('https://fonts.googleapis.com/css?family=Archivo+Black'); */

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Archivo+Black|Chango|Lato|Roboto|Roboto+Slab');

/* /Import custom fonts */

body {
	font-family: 'gotham-book', sans-serif;
	color: #a0a6ad;
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	margin-bottom: 0;
}

a:hover,
a:focus {
	color: #3c9cfd;
}

a {
	color: #3c9cfd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

a:not([href]):not([tabindex]) {
	color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: #fff;
}

.bg-transparent {
	background: transparent !important;
}

.bg-defult {
	background: #3c9cfd !important;
}

form label {
	color: #333;
}

header nav {
	background-color: #fff;
}


/* Navbar */

.logo {
	width: 300px;
}

.logo-menu a {
	font-size: 20px;
	color: #fff;
}

.menu-bg {
	background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%) !important;
	background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	padding: 5px;
}

.menu-bg .menu-button {
	top: 0;
}

.menu-bg .menu-button:hover {
	cursor: pointer;
	color: #3c9cfd;
}

.menu-bg .logo-menu a {
	color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
	color: #1872A4 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
	color: #1872A4 !important;
}

.menu-bg .navbar-nav .active {
	color: #1872A4 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
	color: #1872A4;
	font-size: 15px;
	padding: 5px 0px;
	margin-left: 30px;
	font-weight: bold;
	/* font-family: 'Poppins', sans-serif; */
	position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #1872A4;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
	width: 100%;
}

.navbar-brand {
	color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
	color: #1872A4;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
	color: #1872A4;
}

.navbar-expand-md .navbar-toggler {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
	float: right;
}

.navbar-expand-md .navbar-toggler i {
	color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
	outline: none;
}

header nav {
	box-shadow: 2px 2px 5px 0px #565c5d;
}

.middle-logo {
	margin-left: 40px;
	margin-right: 20px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media(max-width:500px) {
	.logo {
		width: 227px;
	}
}

@media(width:320px) {
	.logo {
		width: 200px;
	}
}

@media(max-width:767px) {
	.bg-inverse {
		background: #31302f;
	}
}


/* /Navbar */


/* video banner start */

.video-banner {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
}

.video-banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-banner .container {
	position: relative;
	z-index: 2;
}

.video-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

.video-banner h2 {
	color: #fff;
	/* font-family: 'Bowlby One SC', cursive; */
	font-family: 'gotham-black', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
}

.video-banner p {
	color: #fff;
	font-size: 22px;
	color: #c6e0fd;
	margin-bottom: 30px;
	line-height: 35px;
}

a.callback {
	background-color: #fff;
	color: #27385d;
	font-size: 18px;
	padding: 15px 18px;
	border: 1px solid #fff;
	border-radius: 23px;
	font-family: 'gotham-black', sans-serif;
}

@media (pointer: coarse) and (hover: none) {
	.video-banner {
		background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
	}
	.video-banner {
		display: block;
		margin-top: 54px;
	}
}

@media(max-width: 767px) {
	.video-banner video {
		width: 100%;
		position: relative;
		top: unset;
		left: unset;
		min-height: unset;
		transform: none;
	}
	.video-banner {
		height: auto;
		min-height: auto;
	}
}

@media(max-width: 1300px) {
	.video-banner video {
		width: 100%;
	}
	.video-banner video {
		width: 100%;
		position: relative;
		top: unset;
		left: 0px;
		transform: none;
		min-height: unset;
	}
	.video-banner {
		height: auto;
		min-height: auto;
	}
}


/* video banner end */

.section {
	padding: 70px 0 65px;
}

.section-heading h3 {
	font-size: 28px;
	color: #313e48;
	text-align: center;
	font-family: 'gotham-black', sans-serif;
	margin-bottom: 30px;
}

.section-heading {
	margin-bottom: 30px;
}

.section-content p {
	margin-bottom: 20px;
}

.about-feature-wrapper {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
}

.about-feature-wrapper .card-img img {
	margin-bottom: 20px;
	width: 100%;
	height: 215px;
}

.about-feature-wrapper h4 {
	color: #5a5a5a;
}

.about-feature-wrapper h4::after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
	width: 200px;
}

#about-us {
	padding: 70px 0px;
}

#about-us p {
	font-size: 20px;
}

.about-us-bottom-content {
	text-align: center;
	background-color: #7CA1B3;
}

.about-us-bottom-content h4 {
	font-family: brandon-grotesque, "Helvetica", "Arial", sans-serif;
	font-size: 35px;
	color: #27385d;
}

.about-us-bottom-content p {
	font-size: 15px;
}

.about-us-background {
	background-image: url('../img/inbound-world.jpg');
	min-height: 10rem;
	background-size: 100% 100%;
}

@media(min-width: 1500px) {
	.about-us-background {
		background-size: cover;
	}
}

.about-us-bottom-content .showcase-text {
	padding: 3rem 6rem 3rem 10rem;
}

@media(max-width:700px) {
	.about-us-bottom-content .showcase-text {
		padding: 20px 10px;
	}
}


/************* Offline/Online start ************/

.services-first-half-wrapper {
	float: left;
}

.service-item-inner {
	width: 100%;
	height: 100%;
	/* position: absolute; */
	top: 0;
	left: 0;
	background: rgba(252, 220, 75, 0.80);
	vertical-align: middle;
	transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	padding: 70px;
	text-align: center;
}

.service-title {
	font-family: 'montserrat_bold', arial, sans-serif;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #fff;
	z-index: 1;
	font-size: 95px;
	cursor: pointer;
}

.services-height-wrapper {
	height: 100%;
}

.service-item-inner:hover {
	background-color: #0000;
}

.accordion>dt {
	cursor: pointer;
}

.accordion .active a {
	color: #27385d;
}

.accordion>dt>a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	border: none;
	font-family: 'montserrat_bold', arial, sans-serif;
	font-weight: normal;
	background: transparent;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion>dt>a {
	font-size: 34px;
	padding: 5px 20px;
}

.accordion>dt>a:hover {
	color: #27385d !important;
}

#our-services .accordion {
	display: none;
}

.service-close-link {
	padding-top: 1px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	height: 37px;
	margin: 0 2px;
	position: relative;
	width: 37px;
	transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
}

#our-services .service-close-link {
	display: none;
	text-align: center;
	margin: 0 auto;
}

.service-close-link:hover {
	background-color: #fdde77;
	color: #fff;
}

.icon-close::after {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	color: #fff;
	font-weight: 900;
}

.service-full .accordion dd {
	display: none;
}

.accordion dd.active {
	display: block;
	-webkit-transition-timing-function: linear;
	transition-timing-function: ease-in-out;
}

.accordion dd {
	color: #27385d;
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1500px) {
	.service-grid {
		height: 700px !important;
	}
}

@media screen and (min-width: 1920px) {
	.service-grid {
		height: 980px;
	}
}


/************* Offline/Online end ************/


/************* Our services start ************/

#our-services {
	margin-bottom: 70px;
	margin-top: 0px;
	background: url(../img/services-bg.jpg);
	background-size: cover;
	width: 100%;
	background-position: 53% 100%;
}

#our-services .branding-info {
	margin-bottom: 40px;
	overflow: hidden;
}

#our-services .branding-left {
	float: left;
	width: 20%;
}

#our-services .branding-left img {
	padding: 15px;
}

#our-services .branding-right {
	float: left;
	width: 80%;
}

#our-services .branding-right h3 {
	font-size: 22px;
	font-weight: bold;
}

#our-services h3 {
	margin-bottom: 20px;
}

#our-services .section-heading p {
	margin-bottom: 60px;
	text-align: center;
}

#our-services h5 {
	color: #333;
	font-weight: bold;
}


/************* Industrial start ************/

#industries {
	position: relative;
	padding: 20px 0px;
}

#industries .indPics {
	position: relative;
	margin-bottom: 20px;
}

#industries .indPics img {
	width: 100%;
}

#industries .indInfo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
}

#industries .indInfo h3 {
	color: #fff;
	margin-top: 111px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}


/************* Industrial end ************/


/************* Our services start ************/


/************* Who we are start **************/

#projects {
	background-image: url(../img/project-bg.jpg);
	background-repeat: repeat;
	background-size: 100%;
	position: relative;
	padding: 70px 0px;
}

#projects article {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

#projects article .pcountdata {
	color: #1872a4;
	font-size: 20px;
}

.projectCount {
	cursor: pointer;
}

.projectCount h4 {
	font-size: 18px;
}

#projects article .pcountsign {
	color: #1872a4;
	font-size: 40px;
}

#projects article .countText {
	font-size: 22px;
	color: #3a3a3a;
}

.pc-read-more {
	font-size: 14px;
	color: #1872a4 !important;
}

@media (max-width: 991px) {
	#projects article {
		margin-bottom: 20px;
	}
}

#projects .projectCount {
	background-image: url("../img/active-clients.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.who-we-are-lists {
	padding: 70px 0px 0px 0px;
}

.who-we-are-lists h3 {
	color: #313e48;
}

.who-we-are-lists .btn-outline-primary {
	color: #26476c;
	background-color: transparent;
	background-image: none;
	border-color: #26476c;
}


/* #who-we-are .section-heading p{
	margin-bottom: 40px;
	text-align: center;
} */

.who-we-are-lists ul li {
	background: url('../img/list-arrow.png') no-repeat 7px 7px;
	color: #333;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 1px 45px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.pos-static {
	position: static;
}

.full-width-sec {
	position: relative;
	background-color: #c3cad2;
	overflow: hidden;
}


/*For Slide*/

.three-in-slider .slick-dotted.slick-slider {
	margin: 0;
}

.three-in-slider .cel-feature {
	position: static;
}

.get-all-items .slick-current.slick-active .get-item img {
	border: 2px solid #f9ba48;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.get-all-items .slick-current.slick-active .get-item h6 {
	color: #fff;
}

.service-slider-content.slick-initialized .slick-slide {
	overflow: hidden;
}

.slick-slide:focus {
	border: 0;
	outline: none;
}

.slider-thumb-2nd .slick-slide {
	width: 25%!important;
}

.cel-feature {
	max-height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
}

.cel-feature.full-w-h {
	top: 0;
}

.full-width-sec-2nd .cel-feature {
	right: 0;
	left: 50%;
}

.cel-feature img {
	max-height: 100%;
	float: right;
	width: auto;
}

.cel-feature.full-w-h img {
	width: 100%;
	height: 100%;
}

.full-width-sec-2nd .cel-feature img {
	float: left;
}

.cele-list {
	background: #26476c;
	padding: 60px;
	padding-bottom: 40px;
	padding-right: 15px;
	position: relative;
	z-index: 0;
}

.cele-list:after {
	background: #26476c;
	content: "";
	position: absolute;
	left: 0;
	right: -50000px;
	bottom: 0;
	top: 0;
	z-index: -5;
}

.cele-list li {
	margin-bottom: 50px;
}

.cele-list li:hover .gen-title {
	color: #ffa64d;
}

.cel-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	float: left;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cel-img img {
	display: inline-block;
	text-align: center;
	padding-top: 18px;
}

.cel-img img.flaticon-img {
	width: 35px;
}

.cel-content {
	padding-left: 95px;
	color: #fff;
}

.cel-content p {
	color: #fff;
	margin-bottom: 30px;
}

.cel-content .gen-title {
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.get-us h2,
.get-us h3,
.get-us h4,
.get-us p {
	color: #fff;
}

.full-width-sec-2nd .get-us h2,
.full-width-sec-2nd .get-us h3,
.full-width-sec-2nd .get-us h4 {
	color: #26476c;
}

.full-width-sec-2nd .get-us p {
	color: #7f7f7f;
}

.get-us {
	background: #26476c;
	padding: 30px 15px 30px 40px;
	position: relative;
	z-index: 0;
}

.get-us:after {
	background: #26476c;
	content: "";
	position: absolute;
	left: 0;
	right: -50000px;
	bottom: 0;
	top: 0;
	z-index: -5;
}

.full-width-sec-2nd .get-us {
	background: #fff;
	padding: 30px 40px 30px 15px;
}

.full-width-sec-2nd .get-us:after {
	background: #fff;
	left: -5000px;
}

.get-icon,
.get-title {
	display: inline-block;
	vertical-align: top;
}

.get-icon {
	padding-top: 10px;
	position: relative;
	color: #fff;
}

.get-number {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 10px;
}

.full-width-sec-2nd .get-number {
	top: 7px;
	left: 6px;
	color: initial;
}

.slider-thumb-2nd .slick-current {
	color: #f9ba48;
}

.bg-white {
	background-color: #fff;
}

.get-title h4 {
	text-transform: uppercase;
	padding-left: 15px;
	line-height: 24px;
	font-weight: 700;
}

.get-all-items {
	text-align: left;
}

.get-item {
	cursor: pointer;
	width: 140px;
	height: 140px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 50px;
	margin-top: 30px;
	display: inline-block;
}

.get-item img {
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	border: 2px solid transparent;
	opacity: .5;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.get-all-items .slick-current.slick-active .get-item img {
	border: 2px solid #f9ba48;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.get-item h6 {
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top: 15px;
}

ul.get-services {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 35px;
	margin-right: 50px;
	text-align: left;
}

ul.get-services li {
	display: inline-block;
	width: 25%;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #5b5b5b;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

ul.get-services li:before {
	position: absolute;
	content: "\f105";
	font-family: "fontAwesome";
	left: -10px;
	top: -2px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	top: 0;
}

ul.get-services li:hover:before {
	left: -8px;
	top: 0;
	color: #f9ba48;
}

ul.get-services li a {
	color: #5b5b5b;
	text-transform: uppercase;
}

ul.get-services li:hover,
ul.get-services li a:hover {
	color: #f9ba48;
	cursor: pointer;
}

ul {
	margin: 0px;
	padding: 0px;
}

.indPics:hover .indInfo {
	cursor: pointer;
	background-color: rgba(0, 38, 84, 0.6) !important;
}

@media(max-width: 767px) {
	.padding-mobile0 {
		padding-left: 0px;
	}
	.d-none-mobile {
		display: none;
	}
	.cele-list {
		background: #26476c;
		padding: 20px;
	}
	.our-success-wrapper .cele-list {
		padding-top: 50px;
	}
	.full-width-sec {
		background-color: unset;
	}
}


/************* Who we are end **************/


/************* Client section start *********/

#testimonials .section-heading p {
	text-transform: uppercase;
	text-align: center;
}


/* #testimonials .section-logo-content ul li{
	width:25%;
	float: left;
}
#testimonials .section-logo-content ul li img{
	border: 1px solid #ddd;
	margin-bottom: 20px;
} */


/* Slider */

.customer-logos {
	margin-bottom: 40px;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.clientable {
	background: url('../img/testimonial-blue-background.jpg');
	padding: 60px 0px;
}

.section-logo-content {
	padding: 40px 0px;
	overflow: hidden;
}

.testimonial {
	padding: 45px;
	text-align: left;
}

.testimonial>p {
	font-size: 19px;
	color: #93a0aa;
	font-weight: 300;
	line-height: 31px;
	text-align: center;
}

.testimonial-review {
	text-align: center;
	width: 300px;
	margin: 20px auto;
}

.testimonial-review>img {
	border-radius: 50%;
	margin-right: 15px;
}

.testimonial-title {
	padding-top: 15px;
	line-height: 18px;
	color: #fff;
	text-transform: capitalize;
}

.testimonial-title small {
	display: block;
	margin: 10px 0;
	color: #93a0aa;
}

.owl-buttons {
	position: absolute;
	top: 45%;
	width: 100%;
	opacity: 1;
}

.owl-prev {
	position: absolute;
	left: -3%;
}

.owl-next {
	position: absolute;
	right: -3%;
}

.owl-prev:after,
.owl-next:after {
	content: url('../img/slider-left-arrow.png');
	position: relative;
	/*or absolute*/
	z-index: 100000;
}

.owl-next:after {
	content: url('../img/slider-right-arrow.png');
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
}

.owl-carousel:hover .owl-buttons {
	opacity: 1;
}

.testimonial-colon img {
	margin: 0 auto;
	display: block;
}

.clientable h3 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'gotham-black', sans-serif;
}

@media screen and (max-width: 767px) {
	.owl-prev {
		left: -2.5%;
	}
	.owl-next {
		right: -2.5%;
	}
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
}


/************* Client section end *********/


/************* Contact us start ************/

#contact-us {
	background-color: #f3f6f8;
}
.btn-submit{
    max-width: 250px;
    margin: 20px auto 0px auto;
    background-color: #27385d;
    color: #fff;
    cursor: pointer;
    padding: 12px 0px;
    border: 1px solid #27385d;
    border-radius: 4px;
}

#contact-us form input[type="submit"] {
	max-width: 250px;
	margin: 20px auto 0px auto;
	background-color: #27385d;
	color: #fff;
	cursor: pointer;
	padding: 12px 0px;
	border: 1px solid #27385d;
	border-radius: 4px;
}

#contact-us .section-heading p {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#contact-us form input,
#contact-us form textarea,
#contact-us form select {
	border-radius: 5px;
	border-color: #ccc;
}

#contact-us form input[type="text"],
#contact-us form select,
#contact-us form input[type="email"] {
	height: 42px;
}

#contact-us form {
	max-width: 900px;
	margin: 40px auto 0px;
}


/************* Contact us end ************/


/************** Footer start *************/

footer {
	position: relative;
	padding: 10px 0px 0px 0px;
	background-image: url(../img/footer-background.jpg);
	color: #fff;
}

footer h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 35px;
	color: #fff;
	text-transform: uppercase;
}

footer .footerNavs {
	padding: 0px;
	margin: 0px;
}

.footerNavs li {
	margin-bottom: 7px;
}

.footerNavs li a {
	color: #fff;
	font-size: 13px !important;
}

.socialMedia {
	margin-top: 20px;
}

footer .socialMedia ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

footer .socialMedia ul li {
	display: inline-block;
}

footer .socialMedia ul li span {
	color: #fff;
	width: 38px;
	height: 38px;
	background-color: #656565;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	border-style: solid;
	margin-right: 10px;
}

footer .mainFooter {
	margin-bottom: 20px;
}

footer .copyright {
	background-color: #2b2b2b;
	padding: 15px 0px 10px 0px;
	text-align: left;
}

.mainFooter p {
	color: #fff;
}

.mainFooter {
	padding: 40px 0px;
}

.footerSubNavs {
	margin-left: 0px;
	margin-top: 10px;
}

.footerSubNavs li {
	margin-bottom: 7px;
}

.contact {
	color: #97a9c8;
}

.list-group-item {
	background-color: unset;
	border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.ic-wrap {
	width: 42px;
	height: 80px;
	text-align: center;
	margin-right: 1em;
	float: left;
}

.contact .fas {
	font-size: 25px;
}

.contact a {
	color: #fff;
}

.follow_us {
	margin-left: 15px;
}

.follow_us ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	font-size: 1.25rem;
}

.follow_us ul li a {
	color: #fff;
	opacity: 0.7;
}

.copyright p {
	color: #fff;
}

.follow_us i {
	color: white;
	border: 1px solid;
	border-radius: 50%;
	width: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}

.follow_us .fa-facebook-f:hover {
	background-color: #3B5998;
}

.follow_us .fa-twitter:hover {
	background-color: #55ACEE;
}

.follow_us .fa-linkedin-in:hover {
	background-color: #007bb5;
}

.follow_us .fa-instagram:hover {
	background-color: #125688;
}

.follow_us .fa-youtube:hover {
	background-color: #bb0000;
}


/************** Footer end ***************/


/*************** Services wrapper start **********************/

.social-services-wrapper {
	padding: 70px 0px;
}

.social-services-wrapper h3 {
	color: #1872A4;
	text-transform: uppercase;
	font-weight: bold;
}

.social-info-wrapper {
	border-bottom: 2px solid #869fd4;
	padding-bottom: 20px;
}

.social-services-wrapper .images-grid img {
	height: 300px;
	width: 100%;
}


/* Tabs*/

section .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#tabs {
	background: rgb(253, 253, 253);
	color: #eee;
}

#tabs h6.section-title {
	color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	font-size: 20px;
	font-weight: bold;
}

#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #1872A4;
	font-size: 20px;
}

.services-top-info p {
	font-size: 16px;
	text-align: left;
	padding: 20px 0px;
}

@media(max-width:500px) {
	#tabs .nav-tabs .nav-link {
		display: block;
		width: 100%;
	}
}

@media(max-width:767px) {
	.social-services-wrapper h3 {
		margin-top: 20px;
	}
	.social-services-wrapper .images-grid img {
		height: auto;
		width: 100%;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	#tabs .nav-tabs .nav-link {
		font-size: 18px;
		padding: 8px 10px;
	}
}


/*************** Services wrapper end **********************/


/*************** Inner header start ************************/

#inner-header {
	background-color: #1872A4;
	padding: 10px 0px;
}

#inner-header a {
	color: #fff;
}


/*************** Inner header start ************************/


/****************** Inner footer start *************************/

#inner-footer {
	background-color: #2b2b2b;
	text-align: center;
	padding: 10px 0px;
}

#inner-footer p {
	color: #fff;
	font-size: 16px;
}


/******************** Inner footer end *************************/


/********************* We are start ************************/

.probootstrap-steps {
	padding: 0;
	margin: 0;
	color: #333 !important;
}

.probootstrap-steps {
	counter-reset: my-badass-counter;
}

.probootstrap-steps dt,
.probootstrap-steps dd {
	padding-left: 50px;
}

.probootstrap-steps dt {
	position: relative;
	font: bold 16px Georgia;
	padding: 4px 0 10px 0;
}

.probootstrap-steps dt:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: bold 50px/1 Sans-Serif;
}

.probootstrap-steps dt,
.probootstrap-stepsdd {
	padding-left: 50px;
}

.probootstrap-steps dd {
	margin: 0 0 50px 0;
}


/********************* We are end ************************/

.modal-box-wrapper img {
	margin: 0 auto;
	display: block;
}

.modal-box-wrapper img {
	margin-bottom: 20px;
}

.modal-title {
	color: #1872a4;
}

.our-success-wrapper {
	overflow: unset !important;
}

.creativity-wrapper {
	border: 1px solid;
}

.creativity-wrapper .card-content {
	padding: 10px;
}
.creativity .section{
	padding: 0px 65px 0px 65px;
}

.projectCount img {
	margin: 0 auto;
	display: block;
	width: 80px;
}

.c-def-noun,
.culture-def code {
	color: #4a7db9;
}

.culture-def p {
	text-align: left !important;
}

.fs-25 {
	font-size: 25px;
}

.c-def-cul {
	font-size: 20px;
	color: #265667;
	margin-top: 30px;
}

.blue {
	color: #265667;
}

.cul-bottom-info {
	margin-top: 30px;
}

.cul-last-para {
	margin-bottom: 80px;
}

.clarion-story-start {
	text-align: center;
	background-image: url('../images/clarion-story-bg.jpg');
	color: #fff;
}

.clarion-story-start h2,
.client-love-wrapper h2 {
	margin: 0 auto;
	color: #fff;
	margin-bottom: 20px;
}

.story-count-wrapper span {
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	width: 85px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.story-count-wrapper p {
	margin-top: 15px;
	font-size: 16px;
}

.story-count-wrapper {
	max-width: 500px;
	margin: 40px auto 0px auto;
}

.clutch-wrapper {
	background-color: #e7e9ea;
}

.clutch-wrapper img {
	margin-right: 20px;
}

.clutch-wrapper span {
	font-size: 20px;
	margin-top: 10px;
	color: #313e48;
	display: inline-block;
}

.client-love-wrapper {
	background-image: url('../img/client-love.jpg');
	background-repeat: no-repeat;
	padding: 70px 0px;
	background-size: 100% 100%;
}

.client-love-right-wrapper p::after {
	display: block;
	content: '';
	background: #ff6600;
	height: 2px;
	margin-top: 5px;
	width: 200px;
}

.client-love-right-wrapper ul {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}

.client-love-right-wrapper ul li {
	color: #fff;
	margin-top: 30px !important;
}

.client-love-right-wrapper ul li a {
	color: #fff;
}

.love-us-info-wrapper {
	margin-top: 30px;
}

.txt-orange {
	color: #f76300;
}

.client-love-wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.carousel-inner img {
	width: 100%;
	height: 360px;
}

#socialModal p {
	margin-top: 30px;
}

.shadow-border {
	padding: 15px;
	border: 1px solid #8d8d8c;
	border-bottom: 5px solid #1872A4;
	;
	height: 100%;
	margin-bottom: 20px;
	background-color: #00000087;
}

.shadow-border h4.title {
	color: #fff;
	font-size: 18px;
}


/* .shadow-border h4.title span.number {
    display: inline-block;
    background: #1872A4;;
    width: 30px;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
    padding-top: 6px;
    color: #fff;
    margin-right: 15px;
} */

.we-are-inner-wrapper {
	height: 100%;
}

.we-are-bg-1 {
	background-image: url('../img/professional-services.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.we-are-bg-2 {
	background-image: url('../img/Marketing and advertising number-2.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.we-are-bg-3 {
	background-image: url('../img/Industry leaders number-3.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.we-are-bg-4 {
	background-image: url('../img/traffic number-4.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.elementor-widget-wrap {
    max-width: 350px;
    margin: 0 auto;
    display: block;
}
.error {
    color: red;
}

/********************** Media Queries ************************/
@media(max-width: 500px){
	.creativity .section {
		padding: 0px;
	}
}
@media(max-width:767px) {
	.mobile-text-center {
		text-align: center;
	}
	.ft-comapny-name {
		margin-top: 30px;
	}
	.footerNavs {
		text-align: center;
	}
	.ft-contact-wrapper {
		margin-top: 30px;
	}
	.creativity-wrapper {
		margin-bottom: 30px;
	}
	.about-feature-wrapper {
		margin-bottom: 0px;
	}
	.we-are-right-wrapper.section {
		padding-top: 0px;
	}
	iframe {
		width: 100%;
	}
	#mob-services {
		padding-top: 40px;
	}
	#mob-services .accordion>dt>a {
		color: #b8b8b8 !important;
		font-size: 26px;
		text-align: center;
	}
	.fa.fa-laptop,
	.fa.fa-print {
		color: #333;
		font-size: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.online-accordion {
		margin-top: 30px;
		text-align: center;
	}
	#mob-services .accordion {
		margin-top: 30px;
	}
	#mob-services .accordion dd {
		color: #27385d;
		font-size: 18px;
		text-align: center;
		font-size: 14px;
	}
	.info-services h3 {
		color: #333;
		text-align: center;
		margin-top: 20px;
	}
	.mobile-ofline-wrapper {
		margin-top: 30px;
	}
	#about-us {
		padding-top: 60px;
		padding-bottom: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-us-bottom-content .showcase-text {
		padding: 40px;
	}
	.service-title {
		font-size: 50px;
	}
	.accordion>dt>a {
		font-size: 25px;
		padding: 5px 1px;
	}
	.accordion dd {
		color: #27385d;
		font-size: 16px;
	}
	.cele-list {
		background: #26476c;
		padding: 37px;
	}
	.tab-display-none {
		display: none;
	}
	.ic-wrap {
		display: none;
	}
	.creativity-wrapper {
		border: 1px solid;
		margin-bottom: 30px;
	}
	.about-feature-wrapper .card-img img {
		margin-bottom: 20px;
		width: 50%;
		height: 249px;
		float: left;
		margin-right: 20px;
	}
	.card-content p {
		height: 180px;
	}
	#about-us {
		padding-top: 60px;
		padding-bottom: 0px;
	}
}

@media(min-width: 767px) {
	.slick-slide img {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.shadow-border h4.title {
	color: #fff;
	font-size: 20px;
	}
}

@media(min-width: 991px) {
	.modal-dialog {
		max-width: 600px;
	}
	.we-are-inner-wrapper {
		height: 340px;
	}
}

@media(min-width: 1500px) {
	#contact-us form {
		max-width: 900px;
	}
}