/*=====================================================
       Builder Website Template Stylesheet
             Body Core Stylesheet
========================================================*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	8 box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}

body,
html {
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

figure {
	margin: 0;
}

.navbar {
	transition: 500ms ease;
	background: transparent;
}

.navbar.scrolled {
	margin: 0;
	background: #fed253;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.navbar.scrolled img {
	width: 80%;
}

/*
#myBtn {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	border-radius: 50%;
}
*/

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: url(../images/banner-01.png) 200px 0;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.scroll:hover {
	animation: scrollslide 20s linear infinite;
	-webkit-animation: scrollslide 20s linear infinite;
	-moz-animation: scrollslide 20s linear infinite;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0px;
	padding: 0px
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li {
	display: inline-block;
}

a,
.btn {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

input::-webkit-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
	color: #fbaf5d;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
}

input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	color: #fbaf5d;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
}

input::-ms-placeholder {
	/* IE 10+ */
	font-size: 14px;
	color: #fbaf5d;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
}

input::-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
	color: #fbaf5d;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
}


/*-- header start --*/
header {
	background-color: #6173f1;
	padding: 12px 0;
}

header .icons a {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'fontawesome';
	margin-right: 16px;
}

header .box-2 {
	text-align: right;
}

header .box-2 span {
	margin-right: 10px;
}

header .box-2 span i {
	font-size: 16px;
	color: #ffffff;
	transform: rotate(260deg);
}

header .box-2 p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}

/*-- header end --*/

/*-- nav-bar start --*/
.nav-bar.active {
	position: fixed;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	top: 0;
}

.nav-bar.active .navbar-expand-lg {
	margin-top: 0;
	padding: 17px 0;
}

.nav-bar {
	width: 100%;
	z-index: 99;
	transition: 0.7s;
}

.nav-bar nav a img {
	width: 100%;
}

.nav-bar .navbar-expand-lg {
	padding: 37px 0;
}

.nav-bar .navbar .nav-item .nav-link {
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.6s ease;
	font-size: 18px;
	padding: 0;
	color: #000000;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	display: initial;
}

.nav-bar span .hidden-xs {
	color: #000000;
	font-size: 18px;
	margin: 0 18px 0 21px;
}

.nav-bar.active .navbar .nav-item .nav-link {
	color: #000000;
}

.nav-bar.active .navbar .nav-item .nav-link:hover {
	color: #6950cd;
}

.nav-bar .navbar .nav-item .nav-link:hover {
	color: #ebb544;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.nav-bar .navbar .nav-item .nav-link:hover {
	color: #6173f1;
	border-radius: 4px;
	border-bottom: 1px solid #6173f1;
	border-radius: 0;
	display: initial;

}

.nav-bar li {
	padding-left: 5px;
}

/*-- nav-bar End --*/

/*-- banner start --*/
.banner {
	background-image: url('../images/banner-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 198px 0 213px;
}

.banner .banner-inner h1 {
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 30px;
}

.banner .banner-inner p {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 54px;
}

.banner .banner-inner .btn {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border: 0;
	border-radius: 60px;
	padding: 22px 35px;
	text-align: center;
	text-transform: uppercase;
	background-color: #6173f1;
	border: 3px solid transparent;
}

.banner .banner-inner .button1:hover {
	background-color: unset;
	border: 3px solid #6173f1;
}

.banner .banner-inner .button2:hover {
	background-color: unset;
	border: 3px solid #f90001;
}

.banner .banner-inner .button2 {
	padding: 22px 68px;
	background-color: #f90001;
	margin: 0 0 0 15px;
}

.banner .banner-inner .carousel-inner {
	width: 67%;
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.banner .gradient {
	position: absolute;
	top: 0;
	background-color: #000000;
	opacity: 0.26;
	width: 100%;
	height: 100%;
}

.banner .carousel-indicators {
	bottom: -123px;
}

.banner .carousel-indicators li {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 1;
	border: 0;
}

.carousel-indicators .active {
	background-color: #f90001 !important;
	opacity: unset;
}

/*-- banner end --*/

/*-- about start --*/
.about {
	text-align: center;
	padding: 110px 0 94px;
}

.about .title {
	padding-bottom: 55px;
}

.about .title h4 {
	font-size: 16px;
	line-height: 34px;
	color: #707070;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 18px;
}

.about .title h2 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 18px;
}

.about .title h2 span {
	color: #6173f1;
}

.about .title .text1 {
	font-size: 16px;
	line-height: 24px;
	opacity: 0.8;
	color: #000000;
	font-weight: 400;
	font-family: "Open Sans", serif;
	width: 50%;
	margin: 0 auto;
}

.about .inner-content {
	display: flex;
	text-align: left;
}

.about .inner-content .active {
	background-color: #6173f1;
	box-shadow: 1px 3px 11px 5px rgba(243, 243, 243, 0.98);
	padding: 50px 48px;
	cursor: pointer;
}

.about .inner-content .active h3 {
	font-size: 19px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.about .inner-content .active .text2 {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Open Sans", serif;
	padding-top: 20px;
}

.about .inner-content .icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f90001;
	padding: 11px;
	position: relative;
	left: 50px;
	top: -23px;
}

.about .inner-content .icon i {
	font-size: 24px;
	color: #ffffff;
}

.about .inner-content .item {
	background-color: #ffffff;
	box-shadow: 1px 3px 11px 5px rgba(243, 243, 243, 0.98);
	padding: 50px 48px;
	cursor: pointer;
}

.about .inner-content .item:hover {
	color: #ffffff;
	background-color: #6173f1;
}

.about .inner-content .item h3 {
	font-size: 19px;
	line-height: 30px;
	color: #707070;
	font-weight: bold;
	text-transform: uppercase;
}

.about .inner-content .item:hover h3 {
	color: #ffffff;
}

.about .inner-content .item .text2 {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	font-weight: 400;
	font-family: "Open Sans", serif;
	padding-top: 20px;
	opacity: 0.7;
}

.about .inner-content .item:hover .text2 {
	color: #ffffff;
	opacity: 1;
}

/*-- about end --*/

/*-- video start --*/
.video {
	text-align: center;
	position: relative;
}

.video .title {
	padding-bottom: 55px;
}

.video .title h4 {
	font-size: 16px;
	line-height: 34px;
	color: #707070;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 18px;
}

.video .title h2 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 18px;
}

.video .title h2 span {
	color: #6173f1;
}

.video .title .text1 {
	font-size: 16px;
	line-height: 24px;
	opacity: 0.8;
	color: #000000;
	font-weight: 400;
	font-family: "Open Sans", serif;
	width: 50%;
	margin: 0 auto;
}

.video .inner-content {
	text-align: left;
	align-items: center;
	display: flex;
}

.video .inner-content .text2 {
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	font-family: "Open Sans", serif;
	font-weight: 400;
	opacity: 0.8;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 38px;
}

.video figure img {
	width: 100%;
	height: 577px;
	object-fit: cover;
	display: block;
}

.video .inner-content .video-click {
	position: absolute;
	top: 47%;
	left: 36%;
	text-align: center;
}

.video .inner-content .video-click i {
	font-size: 100px;
	line-height: 43px;
	font-family: 'fontawesome';
	color: #ffffff;
}

.video .inner-content .video-click h6 {
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Open Sans", serif;
	padding-top: 15px;

}

.modal-body iframe {
	width: 100%;
}

/*-- video end --*/

/*-- services start --*/

.services {
	padding: 80px 0 130px;
}

.services .services-main {
	display: flex;
}

.services .block {
	padding-bottom: 50px;
}

.services .services-main .active {
	background-color: #6173f1;
	box-shadow: 1px 2px 11px 2px #cccccc;
	padding: 40px 33px 40px 40px;
	transition: all 0.5s;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.services .services-main .active a {
	width: 100%;
}

.services .services-main .active h4 {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.services .services-main .active .icon {
	width: 45px;
	height: 45px;
	background-color: #f90001;
	border-radius: 50%;
	padding: 7px 13px;
	border: 0;
}

.services .services-main i {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}


.services .services-main .item {
	background-color: #ffffff;
	box-shadow: 1px 2px 11px 2px #cccccc;
	padding: 40px 33px 40px 40px;
	transition: all 0.5s;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.services .services-main .item:hover {
	background-color: #6173f1;
}

.services .services-main .item a {
	width: 100%;
}

.services .services-main .item h4 {
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	font-weight: bold;
	text-transform: uppercase;
}

.services .services-main .item .icon {
	width: 45px;
	height: 45px;
	background-color: #cccccc;
	border-radius: 50%;
	padding: 7px 13px;
	border: 0;
}

.services .services-main .item:hover .icon {
	background-color: #f90001;
}

.services .services-main .item:hover h4 {
	color: #ffffff;
}

.services .services-main .sec0 {
	padding-right: 50px;
}

.services .services-main .sec1 {
	padding: 0 35px 0;
}

.services .services-main .sec2 {
	padding-left: 50px;
}

/*-- services end --*/

/*-- marketing start --*/
.marketing {
	background-image: url('../images/banner-02.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 100px 0 116px;
}

.marketing .gradient {
	position: absolute;
	top: 0;
	background-color: #000000;
	opacity: 0.52;
	width: 100%;
	height: 100%;
}

.marketing h4 {
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 16px;
}

.marketing h2 {
	font-size: 44px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 18px;
}

.marketing p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-family: "Open Sans", serif;
	font-weight: 400;
	opacity: 0.8;
}

.marketing .inner-block {
	width: 1040px;
	margin: 0 auto;
}

.marketing .inner-content {
	display: flex;
	text-align: left;
	padding: 85px 0 60px;
}

.marketing .inner-content .sec1 {
	padding-right: 70px;
}

.marketing .inner-content .sec2 {
	padding-left: 70px;
}

.marketing .text {
	width: 68%;
	margin: 0 auto;
}

.marketing .btn {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 21px 48px;
	border-radius: 60px;
	border: 0;
	background-color: #f90001;
	border: 2px solid transparent;
}

.marketing .btn:hover {
	background-color: unset;
	border: 2px solid #f90001;
}

/*-- marketing end --*/

/*-- projects start --*/
.projects {
	padding: 100px 0 118px;
	border-bottom: 1px solid #cccccc;
}

.projects .inner-count {
	width: 1060px;
	margin: 0 auto;
}

.projects .counting {
	padding: 100px 0 0;
}

.projects .counting-inner {
	display: flex;
}

.projects h4 {
	font-size: 16px;
	line-height: 34px;
	color: #707070;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 19px;
}

.projects h2 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 18px;
}

.projects .inner-count p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	opacity: 0.8;
	font-weight: 400;
	font-family: "Open Sans", serif;
	width: 65%;
	margin: 0 auto;
}

.projects h5 {
	font-size: 56px;
	line-height: 34px;
	color: #6173f1;
	font-weight: bold;
}

.projects .counter .count-text {
	font-size: 18px;
	line-height: 34px;
	color: #f90001;
	font-weight: 400;
	width: 100%;
	margin-top: 10px;
}

/*-- projects end --*/

/*-- Testimonials start --*/
.testimonials {
	text-align: center;
	padding: 110px 0;
}

.testimonials .titles {
	padding-bottom: 70px;
}

.testimonials .titles h4 {
	font-size: 16px;
	line-height: 34px;
	color: #707070;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 14px;
}

.testimonials .titles h2 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}

.testimonials .titles .text1 {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	opacity: 0.8;
	font-family: "Open Sans", serif;
	font-weight: 400;
	width: 50%;
	margin: 0 auto;
}

.testimonials .text2 {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: "Open Sans", serif;
	font-weight: 400;
}

.testimonials .inner-content {
	display: flex;
	text-align: left;
	padding-bottom: 80px;
}

.testimonials .inner-content .sec1 {
	padding-right: 60px;
}

.testimonials .inner-content .sec2 {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0 57px;
}

.testimonials .inner-content .sec3 {
	padding-left: 60px;
}

.testimonials .client-members {
	display: flex;
	align-items: center;
	padding-top: 45px;
	padding-bottom: 5px;
}

.testimonials .client-members figure img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.testimonials .client-members h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #6173f1;
	padding-bottom: 4px;
}

.testimonials .client-members h6 {
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	font-weight: bold;
}

.clients .img {
	margin: 0 40px 0 0;
}

.testimonials .clients .img img {
	width: 244px;
	height: auto;
	object-fit: cover;
	display: block;
}

/*-- Testimonials end --*/

/*-- Contact start --*/
.contact {
	width: 100%;
	height: auto;
	padding: 120px 0;
	background-color: #6173f1;
}

.contact p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	/*font-family: "Open Sans", serif;*/
	font-weight: 400;
	padding-bottom: 0;
}

.contact p a {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	
	font-weight: 400;
}

.contact .text {
	padding-bottom: 16px;
}

.contact .icons span a {
	margin: 0 25px 0 0;
}

.contact .icons {
	padding-top: 20px;
}

.contact .icons i {
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
}

.form-control:focus {
	border: 2px solid #fbaf5d !important;
	box-shadow: none;
}

.contact .form-group {
	margin-bottom: 22px;
}

.contact .form-control {
	padding: 32px 31px;
	font-size: 16px;
	line-height: 26px;
	border: 0;
	border-radius: 60px;
	color: rgba(0, 0, 0, 0.6);
	/*font-family: "Open Sans", serif;
	font-style: italic;*/
	border: 2px solid transparent;
}

.contact .btn-primary {
	padding: 15px 62px;
	font-size: 20px;
	font-weight: bold;
	background-color: #252525;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 60px;
	border: 2px solid transparent;
}

.contact .btn-primary:not(:disabled):not(.disabled):active,
.contact .btn-primary:hover {
	background-color: #6173f1;
	border: 2px solid #ffffff;
	box-shadow: none;
}

.contact #textarea-char-counter {
	border-radius: 40px;
	padding-top: 45px;
}

.contact address {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	/*font-family: "Open Sans", serif;*/
	padding: 28px 0 0;
	width: 55%;
}

.contact .titles {
	text-align: center;
	padding-bottom: 62px;
}

.contact .titles h4 {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}

.contact .titles h2 {
	font-size: 44px;
	color: #ffffff;
	font-weight: bold;
}

/*-- contact end --*/

/*-- Footer start --*/

footer {
	width: 100%;
	height: auto;
	padding: 52px 0 29px;
}

footer ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

footer p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	color: #000000;
}

footer li a {
	color: #000000;
	padding: 5px 5px;
	display: block;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.5s;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

footer .hidden-xs {
	color: #000000;
	font-size: 18px;
	margin: 0 7px 0;
	border-bottom: unset;
}

footer .hidden-xs:hover {
	color: #000000;
}

footer p a {
	color: #000000 !important;
	transition: all 0.6s;
	text-decoration: none !important;
	border-bottom: 1px solid #000000;
	display: initial;
}

footer p a:hover {
	color: #0a4fe5 !important;
	border-bottom-color: #0a4fe5;
}

footer ul > li > a:hover {
	color: #0a4fe5;
	border-bottom: 1px solid #6173f1;
	display: initial;
}

footer .nav-link {
	padding: 0;
}

footer .nav-item.active .nav-link {
	color: #6173f1;
	border-bottom: 1px solid #6173f1;
	border-bottom-color: #6173f1;
	display: initial;
}

/*-- footer end --*/



/*==============================================
            Media Queries Styles
===============================================*/
@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1412px;
	}
}

@media only screen and (max-width: 1440px) {
	header {
		padding: 10px 0;
	}

	.nav-bar nav a img {
		width: 72%;
	}

	.nav-bar.active .navbar-expand-lg {
		padding: 10px 0;
	}

	.nav-bar.active .navbar .nav-item .nav-link {
		border-bottom: 0;
	}

	.nav-bar .navbar-expand-lg {
		padding: 15px 0;
	}

	.nav-bar .navbar .nav-item .nav-link {
		font-size: 14px;
	}

	.banner {
		padding: 100px 0 130px;
	}

	.banner .carousel-indicators {
		bottom: -70px;
	}

	.banner .banner-inner h1 {
		font-size: 38px;
		padding-bottom: 25px;
	}

	.banner .banner-inner p {
		font-size: 17px;
		line-height: 28px;
	}

	.banner .banner-inner .button1 {
		font-size: 16px;
		padding: 16px 30px;
	}

	.banner .banner-inner .button2 {
		padding: 15px 56px;
		font-size: 16px;
	}

	.about {
		padding: 70px 0;
	}

	.about .title h2 {
		font-size: 38px;
	}

	.about .title h4 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.about .title .text1 {
		font-size: 15px;
		line-height: 22px;
		width: 60%;
	}

	.about .inner-content .active {
		padding: 30px;
	}

	.about .inner-content .active .text2 {
		font-size: 14px;
		line-height: 24px;
		padding-top: 15px;
	}

	.about .inner-content .active h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.about .inner-content .item {
		padding: 30px; min-height:290px;
	}

	.about .inner-content .item .text2 {
		font-size: 14px;
		line-height: 24px;
		padding-top: 15px;
	}

	.about .inner-content .item h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.about .inner-content .icon {
		width: 35px;
		height: 35px;
		left: 30px;
		padding: 8px 9px;
	}

	.about .inner-content .icon i {
		font-size: 20px;
	}

	.video .title h2 {
		font-size: 38px;
	}

	.video .title h4 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.video .title .text1 {
		font-size: 15px;
		line-height: 22px;
		width: 60%;
	}

	.video .inner-content .video-click i {
		font-size: 70px;
		line-height: 34px;
	}

	.video .inner-content .video-click h6 {
		font-size: 19px;
		line-height: 34px;
		padding-top: 5px;
	}

	.video .inner-content .text2 {
		font-size: 15px;
		line-height: 26px;
		width: 95%;
		padding-bottom: 25px;
	}

	.video figure img {
		height: 460px;
	}

	.services .services-main .active {
		padding: 20px;
	}

	.services .services-main .active h4 {
		font-size: 15px;
	}

	.services .services-main .active .icon {
		width: 35px;
		height: 35px;
		padding: 5px 9px;
	}

	.services .services-main i {
		font-size: 18px;
		line-height: 26px;
	}

	.services .services-main .item {
		padding: 20px;
	}

	.services .services-main .item h4 {
		font-size: 15px;
	}

	.services .services-main .item .icon {
		width: 35px;
		height: 35px;
		padding: 5px 9px;
	}

	.services {
		padding: 80px 0;
	}

	.marketing {
		padding: 70px 0;
	}

	.marketing h2 {
		font-size: 38px;
	}

	.marketing h4 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.marketing .text {
		font-size: 15px;
		line-height: 22px;
		width: 60%;
	}

	.marketing p {
		font-size: 15px;
		line-height: 23px;
	}

	.marketing .inner-content {
		padding: 40px 0 60px;
	}

	.marketing .btn {
		font-size: 18px;
		padding: 15px 40px;
	}

	.projects .counter .count-text {
		font-size: 15px;
		line-height: 30px;
	}

	.projects .counting {
		padding: 65px 0 0;
	}

	.projects {
		padding: 70px 0;
	}

	.projects h2 {
		font-size: 38px;
	}

	.projects h4 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.projects .inner-count p {
		font-size: 15px;
		line-height: 22px;
		width: 60%;
	}

	.projects h5 {
		font-size: 45px;
	}

	.testimonials {
		padding: 65px 0;
	}

	.testimonials .titles {
		padding-bottom: 50px;
	}

	.testimonials .titles h2 {
		font-size: 38px;
	}

	.testimonials .titles h4 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.testimonials .titles .text1 {
		font-size: 15px;
		line-height: 22px;
		width: 60%;
	}

	.testimonials .text2 {
		font-size: 16px;
		line-height: 28px;
	}

	.testimonials .inner-content .sec2 {
		padding: 0 40px;
	}

	.testimonials .client-members h3 {
		font-size: 17px;
		line-height: 23px;
	}

	.testimonials .client-members h6 {
		font-size: 14px;
		line-height: 22px;
	}

	.testimonials .clients .img img {
		width: 200px;
		height: 100%;
	}

	.clients .img {
		margin: 0 25px 0 0;
	}

	.contact {
		padding: 90px 0;
	}

	.contact .titles h2 {
		font-size: 38px;
	}

	.contact .titles h4 {
		font-size: 14px;
		padding-bottom: 14px;
	}

	.contact .form-control {
		padding: 28px 25px;
	}

	.contact .btn-primary {
		font-size: 16px;
	}

	footer {
		padding: 40px 0;
	}

	footer li a {
		font-size: 16px;
	}

	footer p {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.nav-bar .navbar .nav-item .nav-link {
		font-size: 13px;
	}

	.nav-bar span .hidden-xs {
		color: #000000;
		font-size: 13px;
		margin: 0 15px 0;
	}

	.nav-bar nav a img {
		width: 70%;
	}

	header .box-2 p {
		font-size: 14px;
	}

	.banner .banner-inner h1 {
		font-size: 31px;
		padding-bottom: 20px;
	}

	.banner .banner-inner p {
		font-size: 15px;
		line-height: 24px;
	}

	.banner {
		text-align: center;
	}

	.banner .banner-inner .button1 {
		font-size: 15px;
		padding: 14px 23px;
	}

	.banner .banner-inner .button2 {
		padding: 14px 45px;
		font-size: 15px;
	}

	.banner .banner-inner .carousel-inner {
		width: 70%;
		margin: 0 auto;
	}

	.banner .carousel-indicators li {
		width: 12px;
		height: 12px;
	}

	.about .title h2 {
		font-size: 33px;
	}

	.about .title .text1 {
		font-size: 14px;
	}

	.about .title h4 {
		font-size: 12px;
	}

	.about .inner-content .active {
		padding: 25px;
	}

	.about .inner-content .item {
		padding: 25px;
	}

	.about .inner-content .active .text2 {
		font-size: 13px;
		line-height: 22px;
	}

	.about .inner-content .item h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.about .inner-content .item .text2 {
		font-size: 13px;
		line-height: 22px;
	}

	.projects .inner-count {
		width: 100%;
	}

	.about .inner-content .icon {
		top: -13px;
	}

	.video .title h2 {
		font-size: 33px;
	}

	.video .title .text1 {
		font-size: 14px;
	}

	.video .title h4 {
		font-size: 12px;
	}

	.services .services-main .sec0 {
		padding-right: 25px;
	}

	.services .services-main .sec2 {
		padding-left: 25px;
	}

	.services .services-main .sec1 {
		padding: 0 20px 0;
	}

	.marketing h2 {
		font-size: 33px;
	}

	.marketing .text {
		font-size: 14px;
	}

	.marketing h4 {
		font-size: 12px;
	}

	.marketing p {
		font-size: 14px;
		line-height: 22px;
	}

	.marketing .btn {
		font-size: 17px;
		padding: 14px 30px;
	}

	.projects h2 {
		font-size: 33px;
	}

	.projects .inner-count p {
		font-size: 14px;
	}

	.projects h4 {
		font-size: 12px;
	}

	.projects h5 {
		font-size: 40px;
	}

	.projects .counter .count-text {
		font-size: 14px;
	}

	.testimonials .titles h2 {
		font-size: 33px;
	}

	.testimonials .titles .text1 {
		font-size: 14px;
	}

	.testimonials .titles h4 {
		font-size: 12px;
	}

	.testimonials .text2 {
		font-size: 15px;
		line-height: 25px;
	}

	.testimonials .inner-content .sec1 {
		padding-right: 30px;
	}

	.testimonials .inner-content .sec3 {
		padding-left: 30px;
	}

	.testimonials .inner-content .sec2 {
		padding: 0 30px;
	}

	.testimonials .client-members {
		padding-top: 25px;
	}

	.testimonials .client-members h6 {
		font-size: 12px;
		line-height: 20px;
	}

	.testimonials .clients .img img {
		width: 170px;
	}

	.contact .titles h4 {
		font-size: 12px;
	}

	.contact .titles h2 {
		font-size: 33px;
	}

	.contact address {
		font-size: 16px;
		line-height: 26px;
		padding: 25px 0 0;
		width: 68%;
	}

	.contact p {
		font-size: 16px;
		line-height: 28px;
	}

	.contact p a {
		font-size: 17px;
	}

	.contact .form-control {
		font-size: 14px;
		padding: 25px 25px;
	}

	.contact .btn-primary {
		font-size: 14px;
		padding: 14px 45px;
	}

	footer li a {
		font-size: 14px;
	}

	footer p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 814px) {
	.banner .banner-inner .carousel-inner {
		width: 90%;
	}

	.nav-bar span .hidden-xs {
		display: none;
	}

	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show > .nav-link,
	.nav-bar .navbar .nav-item .nav-link:hover {
		color: #6173f1;
		border-radius: 4px;
		border-bottom: 0;
		border-radius: 0;
		display: block;
		background: rgba(97, 115, 241, 0.11);
	}

	.nav-bar .navbar .nav-item .nav-link {
		font-size: 14px;
		padding: 2px 5px;
		margin: 0 0 5px;
		border-bottom: 0;
		color: #6173f1;
		display: block;
		line-height: 28px;
		border-radius: 7px;
	}

	.nav-bar.active .navbar .nav-item .nav-link:hover {
		border-bottom: 0;
		display: block;
	}

	.banner .banner-inner h1 {
		font-size: 28px;
	}

	.banner .banner-inner p {
		font-size: 14px;
		line-height: 22px;
	}

	.about .title h2,
	.video .title h2,
	.marketing h2,
	.projects h2,
	.testimonials .titles h2,
	.contact .titles h2 {
		font-size: 30px;
	}

	.about .title .text1,
	.video .title .text1,
	.marketing .text,
	.projects .inner-count p,
	.testimonials .titles .text1 {
		width: 100%;
	}

	.about .inner-content {
		display: block;
	}

	.testimonials .inner-content {
		display: block;
	}

	.services .services-main {
		display: block;
	}

	.marketing .inner-block {
		width: 100%;
	}

	.marketing .inner-content {
		display: block;
	}

	.clients .img {
		margin: 0 0 10px;
	}

	.modal-body iframe {
		height: 300px;
	}

	.testimonials .clients .img img {
		width: 100%;
	}

	.marketing .inner-content .sec1 {
		padding-right: 15px;
	}

	.marketing .inner-content .sec2 {
		padding-left: 15px;
		padding-top: 15px;
	}

	.contact form {
		margin-top: 30px;
	}

	.contact address {
		width: 100%;
	}

	.services .services-main .sec0 {
		padding-right: 15px;
	}

	.services .services-main .sec1 {
		padding: 30px 15px;
	}

	.services .services-main .sec2 {
		padding-left: 15px;
	}

	.services .block {
		padding-bottom: 30px;
	}

	.testimonials .inner-content .sec1 {
		padding: 0;
	}

	.testimonials .inner-content .sec2 {
		padding: 0px;
		border: 0;
	}

	.testimonials .inner-content .sec3 {
		padding: 0;
	}

	.video .inner-content .text2 {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	footer ul li {
		display: block;
		padding: 10px;
	}

	footer ul span {
		display: none;
	}

	footer ul > li > a:hover {
		border-bottom: 0;
		display: block;
	}

	footer li a {
		border-bottom: 0;
	}

	.contact .titles {
		padding-bottom: 40px;
	}

	.contact {
		padding: 70px 0;
	}

	.testimonials .clients .img img {
		width: 50%;
		margin: 0 auto;
	}

	.projects .counting-inner {
		display: block;
	}

	.projects .counting-inner .model {
		padding-bottom: 30px;
	}

	.projects {
		padding: 50px 0 30px;
	}

	.projects .counting {
		padding: 50px 0 0;
	}

	.video .inner-content {
		display: block;
	}

	.video .video-thumbnail {
		margin-bottom: 30px;
	}

	.video figure img {
		height: 100%;
	}

	.services {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 480px) {

	header .icons,
	header .box-2 {
		text-align: center !important;
	}

	header .box-2 {
		margin-top: 20px;
	}

	.banner .banner-inner h1 {
		font-size: 22px;
	}

	.banner .banner-inner .carousel-inner {
		width: 100%;
	}

	.banner .banner-inner .button1 {
		font-size: 12px;
		padding: 14px 12px;
	}

	.banner .banner-inner .button2 {
		padding: 12px 30px;
		font-size: 14px;
	}

	.navbar-light .navbar-brand {
		margin-right: 0;
	}

	.about .title h2,
	.video .title h2,
	.marketing h2,
	.projects h2,
	.testimonials .titles h2,
	.contact .titles h2 {
		font-size: 26px;
	}

	footer p {
		line-height: 25px;
	}

	.contact .form-control {
		margin-bottom: 15px;
	}

	.contact #textarea-char-counter {
		margin-top: -15px;
	}

	.testimonials .clients .img img {
		width: 55%;
	}

	.video .inner-content .video-click i {
		font-size: 55px;
	}

	.video .inner-content .video-click h6 {
		font-size: 15px;
		line-height: 20px;
	}

	#myBtn {
		right: 15px;
	}

	.video .inner-content .video-click {
		top: 43%;
		left: 33%;
	}

	.modal-body iframe {
		height: 250px;
	}

	.about {
		padding: 55px 0;
	}
}

.inner-banner img{ width:100%; height:auto;}
.p-t-30{ padding-top:30px;}
.p-50{ padding:50px;}
.m-b-40{ margin-bottom:40px;}
.background-theme1 {
  background-color: #0864f3 !important;
}
.background-theme {
  background-color: #f1f1f1  !important;
}
.fancy-box  h3{ padding-bottom:30px;}
.img{ width:100%; height:auto;}
.background-grey {
  background-color: #F7F9FB !important;
}
.sevices-box-main{ padding:80px 0 50px 0;}
.p-b-0{ padding-bottom:0;}


.contact_bg {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 30px #00000012;
  border-radius: 10px;
  padding: 60px 60px;
  margin-bottom: 40px;
  margin-top:50px;
}

.contact_imge {
  text-align: center;
}

.error_image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------------------------------------------------------------
    Team Members
-----------------------------------------------------------------*/
.team-members .team-member {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px; }
  .team-members .team-member .team-image {
    margin-bottom: 20px; }
    .team-members .team-member .team-image > img {
      width: 100%;
      border-radius: 5px 5px 0 0; }
  .team-members .team-member .team-desc {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    .team-members .team-member .team-desc > h3 {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 0; font-weight:600; }
    .team-members .team-member .team-desc > span {
      font-size: 13px;
      color: #bbbbbb;
      line-height: 18px; }
    .team-members .team-member .team-desc > p {
      margin-top: 20px;
      font-size: 15px; line-height:22px; color:#333; font-family: "Open Sans", serif;}
.team-members.team-members-circle .team-member {
  background-color: transparent;
  padding: 20px; }
  .team-members.team-members-circle .team-member .team-image > img {
    border-radius: 50%; }
.team-members.team-members-card .team-member {
  border: 1px solid #eeeeee;
  border-radius: 4px; }
  .team-members.team-members-card .team-member .team-image > img {
    border-radius: 0; }
  .team-members.team-members-card .team-member .team-desc {
    background-color: #fdfdfd;
    border-radius: 0px 0px 4px 4px;
    padding: 10px; }
.team-members.team-members-shadow .team-member {
  border: 1px solid #eeeeee;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03); }
  .team-members.team-members-shadow .team-member .team-image > img {
    border-radius: 0; }
  .team-members.team-members-shadow .team-member .team-desc {
    padding: 20px; }
.team-members.team-members-transparent .team-member {
  background-color: transparent; }
  .team-members.team-members-transparent .team-member .team-desc > h3 {
    color: #ffffff; }
  .team-members.team-members-transparent .team-member .team-desc > span {
    color: #ffffff; }
  .team-members.team-members-transparent .team-member .team-desc > p {
    color: #ffffff; }
.team-members.team-members-left .team-member {
  text-align: left; }
  .team-members.team-members-left .team-member .team-image {
    float: left;
    width: 40%;
    margin-bottom: 0; }
  .team-members.team-members-left .team-member .team-desc {
    overflow: hidden;
    position: relative;
    width: 60%;
    padding-left: 30px; }
    .team-members.team-members-left .team-member .team-desc > h3 {
      margin-top: 0; }
	  
.contact_bg .icons {
  padding-top: 20px;
}
.contact_bg .icons span{ margin:0 10px 0 0;}
.contact_bg .icons i {
  font-size: 24px;
  line-height: 26px;
  color: #555;
}
.officeAddress p{ margin:0 0 10px 0;}

@media only screen and (max-width: 767px) {
.contact_bg {  padding: 30px;}
.m-sm-t-20{ margin-top:20px;}
}
.m-b-30{ margin-bottom:50px;}