@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Work Sans", sans-serif;*/

body,
header,
section {
	overflow-y: visible;
	overflow-x: hidden;
}

body {
	background: #ffffff;
	font-size: 14px;
	font-family: "Work Sans", sans-serif;
	margin: 0px 0px 70px;
}

ol,
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

a {
	color: #333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

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

.btn {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.btn:hover,
.btn:focus {
	outline: 0 none;
}

i {
	display: inline-block;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
	min-height: 100%;
	position: relative;
	/* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 100%;
}

.footer-inner {
	padding: 20px 0px;
}

/*sticky footer*/


/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
	position: relative;
}

.nav li.dropdown a i {
	margin-left: 5px;
}

.dropdown-menu li {
	padding-bottom: 1px;
}

.dropdown-menu {
	margin-top: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}

.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 992px) {
	.nav>li.dropdown:hover>.dropdown-menu {
		display: block;
	}

	.mega-menu>li.dropdown>ul>li.dropdown-submenu:hover>.dropdown-menu {
		display: block;
		left: 100%;
		top: -2px;
	}

	.nav>li.dropdown.open>.dropdown-menu {
		display: none;
	}

	.navbar-right.mega-menu .dropdown-menu {
		left: -100% !important;
	}
}

/*drop down menu responsive */
@media (max-width: 991px) {

	.dropdown-menu {
		position: relative;
		top: 0;
		width: 100%;
	}

	.dropdown-submenu {
		position: relative;
	}

	.mega-menu>.dropdown-toggle {
		position: relative;
		/*float: right;*/
		font-style: normal !important;
		/*width: 15px;*/
		z-index: 10;
		line-height: 32px;
		/*top:17px;*/
		cursor: pointer;
	}

	.mega-menu .dropdown-toggle::after {
		/*content: "\f150";
  font-family: 'Font Awesome 5 Free';*/
		font-size: 17px;
		/*font-weight: 300;*/
		line-height: 1;
		margin-top: -7px;
		position: absolute;
		right: 25px;
		top: 18px;
		color: #ee8a26 !important;
		/*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
		/*font-weight: bold;*/
	}

	.dropdown.open>.dropdown-toggle::after {
		content: "";
	}


	.dropdown-submenu.open .dropdown-toggle::after {
		content: "";
	}

	.menu>li>a {
		padding: 10px 15px !important;
	}

	.menu>li {
		margin-bottom: 1px;
	}

}

@media (min-width: 992px) {
	.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown-submenu:hover>.dropdown-menu {
		left: 100% !important;
		top: 1px;
	}

}

@media (min-width: 992px) {
	.navbar-nav>li.dropdown:hover>.dropdown-menu {
		display: block;
	}

	.navbar-nav>li.dropdown>.dropdown-menu.show {
		display: none;
	}

	.navbar-nav>li.dropdown:hover>.dropdown-menu {
		display: block;
	}

	.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}

	.dropdown-submenu {
		position: relative;
	}

	.navbar-nav>li.dropdown>.dropdown-menu>li.dropdown-submenu:hover>.dropdown-menu.show {
		display: none;
	}

	.dropdown-menu {
		border: 0 none !important;
		border-radius: 0px !important;
	}

	.navbar-nav.menu>li.dropdown:hover>.dropdown-menu {
		display: block;
	}

	.navbar-nav.menu li.dropdown ul>li.dropdown.dropend:hover>.dropdown-menu {
		display: block !important;
		left: 100%;
		top: 0;
	}

	.navbar-nav.menu .dropdown-menu.show {
		display: none !important;
	}



}

.dropdown-menu {
	border: 1px solid #ddd !important;
	border-radius: 0px !important;
}

.dropdown-item {
	padding: 0.5rem 0.5rem !important;
}

.dropdown-menu>li {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.dropdown-menu>li:hover {
	background: #0695d2 !important;
	color: #fff !important;
}

.dropdown-menu>li:hover>.dropdown-item {
	background: transparent !important;
	color: #fff !important;
}

/*drop down menu responsive*/
/*drop down menu responsive*/

/*back to top*/
#back-top {
	position: fixed;
	bottom: 100px;
	right: 7px;
	z-index: 99;
	margin-bottom: 0px;
}

#back-top a {
	display: block;
	text-align: center;
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* background color transition */
	-webkit-transition: 0.5s all ease-in-out 0s;
	-moz-transition: 0.5s all ease-in-out 0s;
	transition: 0.5s all ease-in-out 0s;
}

#back-top a:hover span,
#back-top a:focus span {
	color: #00dd8d !important;
	border-color: #00dd8d;
	background: #fff !important;
}

/* arrow icon (span tag) */
#back-top span {
	width: 44px;
	height: 44px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	background: #fd016a;
	/* rounded corners */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* background color transition */
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	border: 1px solid transparent;
}

#back-top span i {
	font-size: 25px;
	color: #fff;
}

#back-top a:hover span {
	background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}

#back-top a:hover span,
#back-top a:focus span {
	color: #fd016a !important;
	border-color: #fd016a;
	background: #fff !important;
}

#back-top a:hover span i,
#back-top a:focus span i {
	color: #fd016a !important;
}

.navbar-inr {
	margin: 0px -12px;
}

.top-contact-mnu-outr ul li {
	display: inline-block;
	margin-left: 15px;

}

.topbar-outr {
	background: #ddd;
}

.topbar-inr {
	padding: 15px 0px;
}

.navbar-nav .nav-item.dropdown {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar-nav .dropdown-submenu {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar-nav .dropdown-menu {
	top: 100%;
}

.dropdown-submenu .dropdown-toggle {
	margin-right: 5px;
}

@media (max-width: 991px) {


	.navbar-nav li.dropdown-submenu>a {
		-ms-flex: 0 0 82%;
		flex: 0 0 82%;
		max-width: 82%;
	}

	.dropdown-submenu .dropdown-toggle {
		margin-right: 0px;
	}
}

.owl-stage {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	color: inherit !important;
	text-decoration: none;
}

.dropdown-three .dropdown.dropend {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.dropdown-three .dropdown.dropend .dropdown-toggle {
	margin-right: 8px;
}

.menu li.nav-item a.nav-link {
	font-size: 15px;
}

.header-outr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.menu>li>a {
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav>li>a>span::after {
	content: "";
	background: #d50201;
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	right: 0;
	left: -100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.navbar-nav>li:hover>a>span::after {
	display: block;
	left: 0px;
	background: #d50201;
}

.navbar-nav>li>a>span {
	position: relative;
	overflow: hidden;
	padding-bottom: 12px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.navbar-nav>li:hover>a>span::after {
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.navbar-nav>li:hover>a>span {
	color: #d50201 !important;
}

.navbar-nav>li.active>a>span {
	color: #d50201 !important;
}

.navbar-nav>li.active>a>span::after {
	width: 100%;

}

.navbar-nav>li.active>a>span::after {
	display: block;
	left: 0px;
	background: #d50201;
}

.topserach-box {
	color: #fff;
	position: absolute;
	right: 12px;
	top: 45px;
}

.menu {
	margin-right: 40px;
}

.search-fullscreen-wrapper {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
	z-index: 20000;
	height: 0px;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.search-fullscreen-wrapper.wrapper-show {
	height: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.search-close-btn {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}

.search-fullscreen-form {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.searchform {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.searchform .form-control {
	background: transparent;
	color: #fff;
}

.searchform .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.searchform .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.searchform .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.searchform .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.searchform .input-group-text {
	padding: 0px;
	border: 0 none;
	background: transparent;
}

.btn-search {
	background: url('../images/search-btn-bg.png') no-repeat center center;
	width: 283px;
	height: 76px;
	color: #fff;
	font-size: 25px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.btn-search:hover {
	background: #fff;
	color: #d50201;
}

.searchform .form-control {
	border-radius: 50px;
	font-size: 20px;
}

.search-close-btn {
	cursor: pointer;
}

.search-close-btn:hover {
	color: #d50201;
}

.topserach-box:hover {
	color: #d50201;
}

.carousel-item {
	height: 100vh;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
}

.carousel-control-prev span,
.carousel-control-next span {
	height: 68px;
	width: 68px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-size: 30px;
	background-color: #122c2d;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
	background-color: #d50201;
}

.slider-caption {
	padding: 0px;
	bottom: auto !important;
	max-width: 700px;
	margin: 0 auto;
	top: 40%;

}

.slider-caption h1 {
	font-size: 35px;
}

.slider-caption p {
	font-size: 25px;
	color: #bfbfbf;
}

.slidr-btn {
	background: url("../images/btn-bg.png") no-repeat center center;
	width: 250px;
	height: 50px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.slidr-btn:hover {
	background: #fff;
	color: #d50201;
}

.header-outr.fixed .navbar-outr {
	background: rgba(0, 0, 0, 0.8);
}

.header-outr .logo img {
	width: 300px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.header-outr.fixed .logo img {
	width: 250px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.about-box-outr {
	height: 100%;
	border: 15px solid #fff;
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 30px 30px;
	text-align: center
}

.about-sec-inr {
	padding: 35px 0px 70px;
}

.about-box-outr h3 {
	color: #fff;
	margin-bottom: 54px;
	font-size: 22px;
}

.about-box-outr p {
	color: #fff;
	font-size: 16px;
}

.our-client-sec-outr {
	background: #fff;
}

.our-client-sec-inr {
	padding: 80px 0px 60px;
}

.our-client-sec-inr .heading {
	text-align: center;
}

.heading h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0px;
}

.heading h3 {

	font-size: 25px;
	margin-bottom: 0px;
}

.heading {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}

.heading:before {
	content: "";
	background: #fd016a;
	position: absolute;
	width: 122px;
	height: 6px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.our-client-icon {
	width: 66px;
	height: 70px;
}

.icon1 {
	background: url("../images/client-icon1.png") no-repeat center center;
}

.icon2 {
	background: url("../images/client-icon2.png") no-repeat center center;
}

.icon3 {
	background: url("../images/client-icon3.png") no-repeat center center;
}

.icon4 {
	background: url("../images/client-icon4.png") no-repeat center center;
}

.our-client-box-txt h3 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 25px;
	font-size: 19px;
}

.our-client-box-txt h3:before {
	content: "";
	background: url('../images/client-heading-bor.png') no-repeat center center;
	width: 179px;
	height: 23px;
	position: absolute;
	bottom: -25px;
}

.our-client-box-txt p {
	margin-top: 50px;
}

.our-client-box-outr {
	padding: 30px 35px;
	height: 420px;
	position: relative;
}

.our-client-box-outr:before {
	content: "";
	height: 2px;
	left: 35px;
	right: 35px;
	background: #fd1173;
	position: absolute;
	bottom: 30px;
}

.our-client-box-col {
	margin-top: 20px;
}

.our-client-box-col:nth-child(even) .our-client-box-outr {
	background: #fafafa
}

.about-btn {
	background: url("../images/btn-about.png") no-repeat center center;
	width: 241px;
	margin: 0 auto;
	height: 66px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	position: relative;
	border: 1px solid transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.about-btn::before {
	content: "";
	/*background: url("../images/about-btn-arrow.png") no-repeat center center;*/
	width: 12px;
	height: 24px;
	position: absolute;
	right: 12px;
	top: 21px;
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 19px;
}

.about-btn:hover {
	border-color: #fd016a;
	background: #fff;
	color: #fd016a;
}

.our-client-box-txt .about-btn {
	margin-top: 100px;
}

.heading-white h3 {
	color: #fff;
}

.heading-white h2 {
	color: #fff;
}

.what-do-sec-inr {
	padding: 64px 0px 70px;
}

.what-do-box-txt {
	text-align: center;
	background: #fff;
	padding: 22px 15px 30px;
}

.what-do-box-txt h3 {
	position: relative;
	font-size: 21px;
	padding-bottom: 15px;
	margin-bottom: 23px;
}

.what-do-box-txt h3::before {
	content: "";
	background: url('../images/what-heading-bor.png') no-repeat center center;
	width: 179px;
	height: 23px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.what-do-box-txt p {
	margin-top: 50px;
	margin-bottom: 0px;
}

.what-do-box-col {
	margin-top: 20px;
}

.industry-box-col .what-do-box-outr {
	display: flex;
	display: -ms-flexbox;
	height: 100%;
}

.industry-box-col .what-do-box-img {
	width: 50%;
	flex: 0 0 auto;
}

.industry-box-col .what-do-box-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.what-to-box-col {
	margin-top: 20px;
}

.what-to-box-outr {
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
}

.what-to-box-outr .about-btn {
	margin: 30px auto 0px;
}

.talk-sec-inr {
	padding: 100px 0px 60px;
	text-align: center;
}

.talk-sec-outr {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc016a+0,fd026b+34,fd0367+35,fd0269+40,fd0365+42,fe0664+49,fd0661+49,fe0760+50,fd0960+54,fd0a5a+55,fe0b5d+56,fd1153+62,fe1252+63,fd114f+63,fe154e+65,fd1b41+70,fd1d41+71,fc203a+72,fd2439+74,fc2336+74,fd2437+75,fd2e26+80,fe2f27+81,fc3123+81,fe361c+85,fd3816+86,fe3919+86,fc3a14+88,fe3d14+89,fc3d11+90,fd430a+94,fe4409+99,fd4306+99,fd4306+100 */
	background: linear-gradient(to right, rgba(252, 1, 106, 1) 0%, rgba(253, 2, 107, 1) 34%, rgba(253, 3, 103, 1) 35%, rgba(253, 2, 105, 1) 40%, rgba(253, 3, 101, 1) 42%, rgba(254, 6, 100, 1) 49%, rgba(253, 6, 97, 1) 49%, rgba(254, 7, 96, 1) 50%, rgba(253, 9, 96, 1) 54%, rgba(253, 10, 90, 1) 55%, rgba(254, 11, 93, 1) 56%, rgba(253, 17, 83, 1) 62%, rgba(254, 18, 82, 1) 63%, rgba(253, 17, 79, 1) 63%, rgba(254, 21, 78, 1) 65%, rgba(253, 27, 65, 1) 70%, rgba(253, 29, 65, 1) 71%, rgba(252, 32, 58, 1) 72%, rgba(253, 36, 57, 1) 74%, rgba(252, 35, 54, 1) 74%, rgba(253, 36, 55, 1) 75%, rgba(253, 46, 38, 1) 80%, rgba(254, 47, 39, 1) 81%, rgba(252, 49, 35, 1) 81%, rgba(254, 54, 28, 1) 85%, rgba(253, 56, 22, 1) 86%, rgba(254, 57, 25, 1) 86%, rgba(252, 58, 20, 1) 88%, rgba(254, 61, 20, 1) 89%, rgba(252, 61, 17, 1) 90%, rgba(253, 67, 10, 1) 94%, rgba(254, 68, 9, 1) 99%, rgba(253, 67, 6, 1) 99%, rgba(253, 67, 6, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

.talk-sec-inr h2 {
	color: #fff;
	margin-bottom: 48px;
}

.talkto-btn {
	width: 209px;
	height: 56px;
	border-radius: 30px;
	background: #fff;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 21px;
	position: relative;
}

.talkto-btn::before {
	/*content: "";
	background: url("../images/talk-to-icon.png") no-repeat center center;*/
	width: 12px;
	height: 24px;
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 13px;
}

.talkto-btn:hover {
	background: #000;
	color: #fff;
}

.testimonial-sec-inr {
	padding: 45px 0px 40px;
}

.testi-comma-outr img {
	display: inline-block !important;
	width: auto !important;
}

.testi-comma-outr {
	text-align: center;
	margin-bottom: 35px;
}

.testimonial-text-outr {
	text-align: center;
}

.testimonial-item-inr {
	padding: 30px 40px;
}

.testimonial-img-outr {
	text-align: center;
}

.testimonial-img-outr .testimonial-pic {
	height: 50px;
	width: 50px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-img-text h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.testimonial-img-text h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #cccccc;
}

.testimonial-text-outr {
	margin-bottom: 90px;
	position: relative;
}

.testimonial-text-outr:before {
	content: "";
	background: url('../images/what-heading-bor.png') no-repeat center center;
	width: 179px;
	height: 23px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.testimonial-img-text {
	margin-top: 18px;
}

.testimonial-item-inr {

	box-shadow: 0px 0px 10px #999;
	margin: 10px;
	border-radius: 10px;
}

.testimonial-slidr-outr {
	margin-top: 60px;
}

.testimonial-slidr-outr .owl-nav button {
	height: 68px;
	width: 68px;
	background: #7f7f7f !important;
	border-radius: 50% !important;
	color: #fff !important;
	margin: 0px 10px !important;

}

.testimonial-slidr-outr .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #d50201 !important;
	color: #fff !important;
}

.testimonial-sec-outr {
	background: #fff;
}

.faq-sec-inr {
	padding: 65px 0px 50px;
}

.faq-sec-inr p {
	color: #fff;
	text-align: center;
}

.faq-sec-inr .heading {
	margin-bottom: 30px;
}

.faq-content-outr .accordion .accordion-item {
	background: transparent !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-radius: 0px !important;
	border-color: #3a3733 !important;
}

.faq-content-outr .accordion .accordion-item .accordion-header .accordion-button {
	background: transparent !important;

}

.faq-content-outr .accordion .accordion-item .accordion-button:not(.collapsed) {
	box-shadow: 0px 0px 0px !important;
}

.faq-content-outr .accordion .accordion-item:first-child {
	border-top: 0 none !important;
}

.faq-content-outr .accordion-header button {
	color: #fff;
	font-size: 20px;
}

.faq-content-outr .accordion-header .accordion-button:focus {
	box-shadow: 0px 0px 0px !important;
}

.faq-content-outr .accordion-body {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-top: 0px !important;

}

.faq-content-outr .accordion-button:not(.collapsed)::after {
	background-image: none !important;
	font-family: 'FontAwesome';
	content: "\f068";

}

.faq-content-outr .accordion-button::after {
	font-family: 'FontAwesome';
	content: "\2b";
	background-image: none !important;
}

.faq-content-outr .accordion-body {
	text-align: justify;
}

.best-friend-sec-inr {
	padding: 70px 0px 75px;
}

.team-sec-inr {
	padding: 38px 0px 70px;
}

.team-sec-inr .heading h2 {
	margin-bottom: 30px;
}

.team-sec-inr h4 {
	color: #fff;
}

.team-sec-inr .heading::before {
	background: #fff;
}

.three-column-box-outr {
	height: 92px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}

.three-column-sec-outr .col-sm-4 {
	padding: 0px;
}

.three-column-sec-outr .row {
	margin: 0px;
}

.first-box {
	background: #999999;
}

.second-box {
	background: #666666;
}

.third-box {
	background: #333333;
}

.three-column-box-outr h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.index-form-pic-outr img {
	width: 100%;
}

.index-form-box-col {
	background: #f2f2f2;
}

.index-form-sec-outr .row {
	margin: 0px;
}

.index-form-sec-outr .col-sm-6 {
	padding: 0px;
}

.index-form-box-outr {
	padding: 80px 15% 70px 50px
}

.what-form-outr {
	margin-top: 50px;
}

.what-form .form-control {
	height: 60px;
	border: 0 none;
	font-size: 16px;
}

.what-form .form-select {
	height: 60px;
	border: 0 none;
	font-size: 16px;
}

.what-form-btn {
	background: #fd016a;
	width: 100%;
	height: 60px;
	font-size: 31px;
	color: #fff;
	position: relative;
	border: 1px solid transparent;
}

.what-form .mb-4 {
	margin-bottom: 30px !important;
}

.what-form-btn::before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.what-form-btn:hover {
	border-color: #fd016a;
	background: #fff;
	color: #fd016a;
}

.footr-copyright-outr p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}

.footer-social-icon {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.footer-social-icon li a {
	color: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.footer-social-icon li+li {
	margin-left: 10px;
}

.footer-bottom-inner {
	padding: 25px 0px 30px;
	border-top: 1px solid #fff;
}

.footer-sec-outr {
	background-repeat: no-repeat;
	background-size: cover;
}

.footr-contact-box-outr ul li a {
	color: #fff;
	font-size: 16px;
	display: flex;
	display: -ms-flexbox;
	align-items: center
}

.footr-contact-box-outr ul li h5 {
	color: #fff;
	font-size: 16px;
}

.footr-contact-box-outr ul li i {
	color: #fff;
	width: 33px;
	text-align: center;
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 22px;
}

.footr-contact-box-outr ul li {
	display: flex;
	display: -ms-flexbox;
	align-items: center
}

.footr-logo-col {
	width: 30%;
}

.footr-contact-box-outr li {
	margin-top: 30px
}

.footr-logo-outr {
	padding: 50px 0px;
}

.footr-menu-outr h2 {
	color: #fff;
	font-size: 20px;
}

.footr-menu-outr ul li a {
	color: #fff;
	font-size: 15px;
	position: relative;
	margin-left: 20px;
}

.footr-menu-outr ul li a:hover {
	color: #fd016a;
}

.footr-menu-outr ul li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-right: 20px;
	position: absolute;
	left: -20px;
}

.footr-contact-box-outr ul li a:hover {
	color: #fd016a;
}

.footr-contact-box-outr ul li a:hover i {
	color: #fd016a;
}

.footr-contact-box-outr ul li:hover h5 {
	color: #fd016a;
}

.footr-contact-box-outr ul li:hover i {
	color: #fd016a;
}

.footr-menu-outr ul li+li {
	margin-top: 5px;
}

.footr-menu-outr {
	margin-top: 110px;
	margin-bottom: 20px;
}

.footr-menu-col {
	width: 20%;
}

.footr-form-col {
	width: 30%;
}

.footr-form-outr h3 {
	color: #fff;
	font-size: 20px;
}

.footr-form-outr {
	margin-top: 110px;
}

.btn-get {
	height: 30px;
	width: 30px;
	padding: 0px;
	background: #fd016a;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;

}

.btn-get:hover {
	background: #fff;
	color: #fd016a;
}

.footr-form .form-control {
	background: #282828;
	border: 0 none;
}

.footr-form .input-group-text {
	background: #282828;
	border: 0 none;
}

.footer-form-box-outr {
	margin-top: 20px;
}

.footer-social-icon li a.linked-in:hover {
	background: #0077b5;
}

.footer-social-icon li a.facebook:hover {
	background: #0866ff;
}

.footer-social-icon li a.twitter:hover {
	background: #1da1f2;
}

.footer-social-icon li a.instagram:hover {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-social-icon li a.youtube:hover {
	background: #ff0000;
}

.page-banner {
	height: 570px;
	background-position: center center;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.page-banner-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.page-banner-caption h2 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 30px;
}

.about-we-innr {
	padding: 30px 0px;
}

.about-grid-box-img img {
	height: 400px;
	object-fit: cover;
	object-position: center center;
}

.about-grid-box-outr {
	position: relative;
}

.about-grid-box-text {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

.about-grid-box-text h3 {
	color: #fff;
	font-size: 20px;
}

.about-grid-col a:hover .overlay {
	background: rgba(253, 1, 106, 0.8);
}

.about-grid-col a .about-grid-box-img img {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.about-grid-col a:hover .about-grid-box-img img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
}

.about-grid-box-img {
	overflow: hidden;
}

.about-grid-col {
	margin-top: 30px;
}

.about-unique-content-outr {
	width: 66.66666667%;
	margin-left: 33.333%
}

.about-unique-content-outr {
	background: url("../images/about-content-pic.png") repeat left top;
}

.about-unique-content-outr {
	padding: 30px 8% 30px 30px;
	text-align: left;
}

.about-unique-content-outr .our-client-box-outr {

	height: 350px;

}

.about-we-inr .we-are-outr {
	text-align: left;
}

.about-we-inr .we-are-outr .heading {
	text-align: left;
	margin-bottom: 30px;
}

.about-we-inr .we-are-outr .heading h3 {
	font-size: 25px;
}

.about-we-inr .heading::before {
	left: 0;
	transform: none;
}

.about-we-inr .we-are-outr p {
	font-size: 18px;
}

.about-we-inr .we-are-outr {
	padding: 40px 0px;
}

#skill-bar-wrapper,
.port-item-img {
	overflow: hidden;
}

.skillbar-container {
	position: relative;
	display: block;
	margin-bottom: 43px;
	width: 100%;
	height: 15px;
	margin-top: 35px;
	overflow: visible !important;
	border-radius: 0px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.skillbar-container .skill p {
	background: #fff;
	position: relative;
	z-index: 10;
	width: 150px;
}

.progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	z-index: 9;
}

.skills {
	height: 15px;
	width: 0;
	position: relative;
	overflow: visible !important;
	background-color: #fd016a !important
}

.progress .skill {
	padding: 0;
	margin: 0;
	top: -35px;
	width: 100%;
	z-index: 10;
	font-size: 14px;
	line-height: 35px;
	color: #000;
	white-space: nowrap;
	letter-spacing: 2px;
}

.progress .skill,
.progress-bar p {
	position: absolute;
	background: #fff;
}

.skillbar-container .skill {
	background: 0 0 !important;
}

.clearfix::after,
.clearfix::before {
	content: "";
	display: table;
	clear: both;
}

#skill-bar-wrapper {
	padding: 32px 0px;
}

.about-number-counter-sec-innr {
	padding: 40px 0px
}

.about-number-counter-sec-innr .heading.heading-white:before {
	background: #fff;
}

.about-number-wrapper .col-sm-3 {
	margin-top: 30px;
}

.about-number-box {
	text-align: center;
	color: #fff;
}

.about-number-box i {
	height: 45px;
	margin-bottom: 20px;
}

.about-team-inner {
	padding: 40px 0px;
}

.about-team-box-text {
	background: #fd016a;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
}

.about-team-box-text p {
	margin-bottom: 0px;
}

.about-team-box-col {
	margin-top: 30px;
}

.about-number-box p {
	font-size: 18px;
}

.service-form-outr {
	background: #fd016a;
	padding: 30px;
	margin-bottom: 30px;
	color: #fff;
	min-height: 590px;
}

.service-form-sec-outr .what-form .form-control {
	height: auto;
	font-size: 16px;
}

.service-form-sec-outr .what-form-btn {
	height: auto
}

.service-form-sec-outr .what-form-btn::before {

	top: 7px;
}

.service-form-outr h4 {
	margin-bottom: 15px;
}

.service-content-outr .heading {
	text-align: left;
	margin-bottom: 30px;
}

.service-content-outr .heading::before {
	left: 0;
	transform: none;
}

.service-content-outr h2 {
	font-size: 13px;
}

.service-content-outr p {
	font-size: 16px;
}

.service-content-outr {
	padding: 30px 0px;
}

.service-form-sec-outr .what-form textarea {
	resize: none;
}

.service-grid-sec-inr {
	padding: 40px 0px;
}

.service-box-outr {
	text-align: center;
}

.service-box-text h3 {
	font-size: 20px;
}

.service-box-col {
	margin-top: 20px;
}

.service-box-text {
	margin-top: 15px;
}

.service-talk-sec-outr h2 {
	margin-bottom: 20px;
}

.service-talk-sec-outr h5 {
	margin-bottom: 30px;
	color: #fff;
}

.service-accordion-sec-inr .faq-content-outr .accordion-header button {
	color: #000;
	font-size: 20px;
}

.service-accordion-sec-inr .faq-content-outr .accordion-body {
	color: #000;
	font-size: 16px;

}

.service-accordion-sec-inr {
	padding: 30px 0px
}

.service-point-box-outr ul {

	padding-left: 15px;
}

.service-point-box-outr h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.service-point-box-outr ul li+li {
	margin-top: 10px;
}

.service-point-box-outr ul li {
	position: relative;
}

.service-point-box-outr ul li a {
	color: #fd016a
}

.service-point-box-outr ul li a:hover {
	color: #000;
}



.service-point-box-outr ul li:before {
	content: "";
	height: 5px;
	width: 5px;
	background: #000;
	position: absolute;
	border-radius: 50%;
	left: -15px;
	top: 8px;
}

.service-testimonial-outr .testimonial-slidr-outr {
	margin-top: 0px;
}

.about-team-box-img img {
	height: 300px;
	width: 100%;
	object-fit: cover
}

.about-unique-content-outr>h3 {
	font-size: 24px;
}

.about-box-text h5 {
	font-size: 18px;
}

.about-team-box-text h3 {
	font-size: 20px;
}

.service-form-outr h3 {
	font-size: 20px;
}

.service-form-outr h4 {
	font-size: 15px;
}

.service-point-sec-outr {
	margin-top: 10px;
}

.service-best-sec-outr .best-friend-sec-inr {
	padding: 30px 0px 35px;
}

.about-box-outr {
	margin-top: 0px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.about-box-outr:hover {
	margin-top: -15px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.about-box-outr:hover {
	border-color: #fd016a;

}

.about-box-outr:hover h3 {
	color: #fd016a;
}

.our-client-box-outr:hover {
	background: #000 !important;
	color: #fff;
}

.our-client-box-outr:hover .icon1 {
	background: url("../images/client-icon1-hover.png") no-repeat center center;
}

.our-client-box-outr:hover .icon2 {
	background: url("../images/client-icon2-hover.png") no-repeat center center;
}

.our-client-box-outr:hover .icon3 {
	background: url("../images/client-icon3-hover.png") no-repeat center center;
}

.our-client-box-outr:hover .icon4 {
	background: url("../images/client-icon4-hover.png") no-repeat center center;
}

.our-client-box-outr:hover .our-client-box-txt h3::before {
	background: url('../images/client-heading-bor-hover.png') no-repeat center center;
}

.what-do-box-outr .what-do-box-img img {
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.what-do-box-outr:hover .what-do-box-img img {
	transform: scale(1.2, 1.2)
}

.what-do-box-img {
	overflow: hidden;
}

.what-do-box-outr:hover .what-do-box-txt h3 {
	color: #fd016a;
}

.what-do-box-outr:hover .what-do-box-txt h3::before {
	background: url('../images/what-heading-bor-hover.png') no-repeat center center;
}

.what-to-box-outr:hover {
	background: #000;
	color: #fff;
}

.what-to-box-outr:hover h3:before {
	background: url('../images/what-heading-bor-hover2.png') no-repeat center center;
}

.accordion-item:hover .accordion-header button {
	color: #fd016a;
}

.accordion-item:hover .accordion-body {
	color: #fd016a;
}

.three-column-box-outr:hover {
	background: #fff;
}

.three-column-box-outr:hover h3 {
	color: #fd016a;
}

.about-number-box:hover {
	color: #000;
}

.about-team-box-outr:hover .about-team-box-text {
	background: #000;
}

.about-team-box-outr .about-team-box-img img {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.about-team-box-outr:hover .about-team-box-img img {
	transform: scale(1.2, 1.2);
}

.about-team-box-img {
	overflow: hidden;
}

.skills:hover .skill {
	color: #fd016a !important;
}

.skills:hover .skill i {
	color: #fd016a !important;
}

.about-we-outr .we-are-outr:hover {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.about-we-outr .we-are-outr:hover {
	margin-top: -15px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.service-box-outr:hover .service-box-text h3 {
	color: #fd016a !important;
}

.service-box-outr {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.service-box-outr:hover {
	margin-top: -15px;
}

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

.footr-logo-outr p {
	color: #fff;
}

.about-we-innr .we-are-outr .heading {
	margin-bottom: 30px;
}

.about-we-innr .we-are-outr p {
	text-align: left;
}

.service-point-sec-inr {
	padding-bottom: 30px;
}

.search-fullscreen-form {
	padding: 0px 15px;
}

.search-fullscreen-form .input-group {
	margin-bottom: 0px !important;
}

.carousel-item img {
	height: 100% !important;
}

.slider-caption {
	line-height: normal !important;
}

.about-box-col {
	margin-top: 25px;
}

.index-form-pic-outr {
	height: 100%;
}

.index-form-pic-outr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-item a:hover{
	color: #fd016a !important;
}
.menu-item.active a {
	color: #fd016a !important;
	border-bottom: 2px solid #fd016a;
}


.wpcf7-form.sent .formWrapper {
	display: none !important;
}
.wpcf7-form.sent .formWrapper-msg{
    display: block !important;
}

.wpcf7-form.sent .wpcf7-response-output { 	
	border-color: #005100; 	background: #b7f3c1; 	
	font-size: 16px; 	
	font-weight: bold; 	
	padding: 10px 20px; 	
	border-radius: 8px; 	
	color: #1A6A1A; 
}