/* Add here all your CSS customizations */


h1, h2, h3, h4, h5, h6, p, a, span, input, strong, label {
	font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #2e353e;
}

h2 {
	font-size: 1.9em;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
}

p {
	line-height: 32px;
}

section {
	position: relative;
	padding: 65px 0 !important;
}

/*
* RTL
*/
/*
* Custom Animations
*/
@-webkit-keyframes dash {
	from {
		stroke-dasharray: 1000;
	}
	to {
		stroke-dasharray: 2000;
	}
}
@keyframes dash {
	from {
		stroke-dasharray: 1000;
	}
	to {
		stroke-dasharray: 2000;
	}
}
@-webkit-keyframes dash_2 {
	from {
		stroke-dashoffset: 1700;
	}
	to {
		stroke-dashoffset: 2000;
	}
}
@keyframes dash_2 {
	from {
		stroke-dashoffset: 1700;
	}
	to {
		stroke-dashoffset: 2000;
	}
}
.line-anim {
	-webkit-animation: dash 4500ms linear forwards;
					animation: dash 4500ms linear forwards;
}

.line-anim-2 {
	-webkit-animation: dash_2 1500ms linear forwards;
					animation: dash_2 1500ms linear forwards;
}

.circle-anim {
	-webkit-animation: dash 15s linear forwards;
					animation: dash 15s linear forwards;
}

/*
* Demo Custom Styles
*/
.custom-section-sub-title {
	font-size: 12px;
	letter-spacing: 0.5px;
}

.custom-margin-1 {
	margin-left: 70px;
	margin-bottom: 40px;
}

.custom-margin-2 {
	margin-right: -35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.custom-margin-3 {
		margin-top: 28px;
	}
}

@media (max-width: 991px) {
	.custom-margin-4-sm {
		margin-bottom: 30px;
	}
}

.custom-pos-rel {
	position: relative;
}

.custom-z-index {
	z-index: 3;
}

.custom-rounded-image {
	border-radius: 100%;
}

@media (min-width: 768px) {
	.custom-height {
		height: 210px;
	}
}

/*
* Scroll To Top Button
*/
html .scroll-to-top {
	bottom: -50px;
}
html .scroll-to-top.visible {
	bottom: 0;
}

/*
* Buttons
*/
.btn.custom-btn-style-1 {
	background: transparent;
	border: 2px solid rgba(60, 63, 68, 0.9);
	padding: 13px 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn.custom-btn-style-1:hover {
	background: rgba(60, 63, 68, 0.1);
}
.btn.custom-btn-style-1._color-2 {
	border: 1px solid rgba(138, 210, 243, 0.5);
}
.btn.custom-btn-style-1._color-2:hover {
	background: rgba(138, 210, 243, 0.4);
}
.btn.custom-btn-style-2 {
	padding: 13px 30px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}

/*
* Social Icons
*/
.social-icons.custom-social-icons-style-1 li {
	margin: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.social-icons.custom-social-icons-style-1 li a {
	background: transparent !important;
	color: #FFF !important;
}
.social-icons.custom-social-icons-style-1 li:hover.social-icons-facebook a {
	color: #3b5a9a !important;
}
.social-icons.custom-social-icons-style-1 li:hover.social-icons-twitter a {
	color: #1aa9e1 !important;
}
.social-icons.custom-social-icons-style-1 li:hover.social-icons-linkedin a {
	color: #0073b2 !important;
}
.social-icons.custom-social-icons-style-2 li {
	margin: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.social-icons.custom-social-icons-style-2 li a {
	background: transparent !important;
	color: #3c3f44 !important;
}
.social-icons.custom-social-icons-style-2 li:hover.social-icons-facebook a {
	color: #3b5a9a !important;
}
.social-icons.custom-social-icons-style-2 li:hover.social-icons-twitter a {
	color: #1aa9e1 !important;
}
.social-icons.custom-social-icons-style-2 li:hover.social-icons-linkedin a {
	color: #0073b2 !important;
}

/*
* Feature Box
*/
.feature-box.custom-feature-box-style-1 .feature-box-icon i._size-1 {
	font-size: 28px;
	line-height: 0.7;
}
.feature-box.custom-feature-box-style-1 .feature-box-info h4 {
	font-weight: 600;
}

/*
* Thumb Info
*/
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper {
	-webkit-transform: none;
					transform: none;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
	background-color: rgba(1, 159, 220, 0.8);
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-inner {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-type {
	background: transparent;
	margin: 0;
}
.thumb-info.custom-thumb-info-style-2 {
	border: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:not(._rounded) {
	-webkit-transform: none;
					transform: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:after {
	content: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper._rounded {
	border-radius: 100%;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption {
	display: block;
	position: relative;
	padding: 10px !important;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption h4 {
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 0;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption p {
	padding: 0;
	margin: 0;
	line-height: 2;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .custom-thumb-info-category {
	letter-spacing: 1.5px;
	font-size: 10px;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .date {
	position: absolute;
	top: -12px;
	right: 12px;
	padding: 8px 13px 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1.5px;
}


/*
* Who We Are
*/
.custom-image-style-1 {
	position: relative;
	border-radius: 100%;
	border: 7px solid #FFF;
	-webkit-box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
@media (min-width: 767px) {
	.custom-image-style-1:not(._middle) {
		position: absolute;
		top: 30%;
		z-index: 1;
	}
	.custom-image-style-1._left {
		left: 6%;
	}
}
@media (min-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
	.custom-image-style-1._left {
		left: 0%;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.custom-image-style-1._left {
		left: 11.2%;
	}
}
@media (min-width: 767px) {
	.custom-image-style-1._middle {
		top: 23%;
	}
	.custom-image-style-1._right {
		left: 65%;
	}
}

svg#curved-line-1 {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	height: 180%;
}
svg#curved-line-1 .path, svg#curved-line-1 .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	opacity: 0.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
	svg#curved-line-1 {
		width: 107.4%;
		-webkit-transform: scale(1.13);
						transform: scale(1.13);
	}
}



/*
* What We Do
*/
.custom-image-style-2 {
	position: absolute;
	left: 10%;
	bottom: 0;
	-webkit-box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
}
.custom-image-style-2._big {
	width: 90%;
}
@media (max-width: 991px) {
	.custom-image-style-2._big {
		position: static;
	}
}
.custom-image-style-2._small {
	left: 0;
}
@media (max-width: 991px) {
	.custom-image-style-2._small {
		left: auto;
		right: 25px;
		bottom: 0;
		width: 23.5%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.custom-image-style-2 {
		bottom: 111px;
	}
	.custom-image-style-2._small {
		left: 25px;
		bottom: 100px;
	}
}

svg#curved-line-2 {
	position: absolute;
	top: -85px;
	right: 190px;
	z-index: 1;
}
svg#curved-line-2 .path, svg#curved-line-2 .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1700;
	opacity: 0.3;
}
svg#curved-line-2 .circle {
	stroke-dashoffset: 1000;
}


/*
* Contact / Map
*/
.custom-contact-box {
	padding: 50px 50px 15px;
}
.custom-contact-box h2 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 25px;
}
.custom-contact-box h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 15px;
	border-bottom: 2px solid #FFF;
}
.custom-contact-box .feature-box .feature-box-info h1, .custom-contact-box .feature-box .feature-box-info h2, .custom-contact-box .feature-box .feature-box-info h3, .custom-contact-box .feature-box .feature-box-info h4, .custom-contact-box .feature-box .feature-box-info h5, .custom-contact-box .feature-box .feature-box-info h6 {
	color: #777;
}
@media (max-width: 767px) {
	.custom-contact-box {
		height: auto !important;
		margin-top: 0 !important;
	}
}

@media (min-width: 576px) {
	.custom-contact-form-style-1 .form-row._divider > div:nth-child(1) {
		border-right: 1px solid #5a5a5a;
	}
	.custom-contact-form-style-1 .form-row._divider > div:nth-child(2) {
		padding-left: 1rem;
	}
}
.custom-contact-form-style-1 .form-group {
	position: relative;
	margin-bottom: 0;
}
.custom-contact-form-style-1 .form-group:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100% + 90px);
	border-top: 1px solid #5a5a5a;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.custom-contact-form-style-1 .form-control {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
					box-shadow: none;
	padding: 25px 0;
	color: #777;
	resize: none;
}
.custom-contact-form-style-1 .form-control::-webkit-input-placeholder {
	color: #777;
}
.custom-contact-form-style-1 .form-control::-moz-placeholder {
	color: #777;
}
.custom-contact-form-style-1 .form-control:-ms-input-placeholder {
	color: #777;
}
.custom-contact-form-style-1 .form-control::-webkit-input-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control::-moz-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control:-ms-input-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control:-moz-placeholder {
	letter-spacing: 1.5px;
}
.custom-contact-form-style-1 .form-control.error {
	-webkit-box-shadow: none;
					box-shadow: none;
}
.custom-contact-form-style-1 input.form-control {
	height: 50px;
	padding: 0;
}
.custom-contact-form-style-1 label.error {
	position: absolute;
	bottom: -6px;
}
.custom-contact-form-style-1 .custom-textarea-style {
	margin: 10px 0 10px 0;
	-webkit-box-sizing: content-box;
					box-sizing: content-box;
	padding: 6px 34px 6px 0 !important;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #3c3f44;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar {
	width: 12px;
	background-color: #3c3f44;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #01b1f5;
}

/*
* Footer
*/
#footer {
	border-top: 0;
}
#footer .footer-copyright {
	border-top: 0;
	margin-top: 0;
	padding: 30px 0 0;
}

.text25{font-size:2.9em !important;}


/* 06.09.18 new classes*/

.nobg{background:none !important;}
.nobordernew{border:none !important;}
.mb-none{margin-bottom:0px !important;}

.habg{background:url(../img/bg-ha.jpg) right 0 no-repeat #f4f4f4 !important; background-size:cover; padding:120px 0 !important;}

.htbg{background:url(../img/bg-ht.jpg) right 0 no-repeat #f4f4f4 !important; background-size:cover; padding:120px 0 !important;}



@media (min-width: 990px) {
	.testionmobile{display:none !important;}
}

@media (max-width: 990px) {
	.testionpc{display:none !important;}
}





.text-xs {
	font-size: 1rem !important;
}

.text-sm {
	font-size: 1.3rem !important;
}

.text-md {
	font-size: 1.6rem !important;
}

.text-lg {
	font-size: 1.9rem !important;
}

.text-xl {
	font-size: 2.2rem !important;
}

.text-muted {
	color: #7f7f7f !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

.text-dark {
	color: #1d2127 !important;
}

.text-darksol {
	color: #3e3e3e !important;
}


.text-light {
	color: #FFF !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-extra-bold {
	font-weight: 900 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.rounded {
	border-radius: 5px !important;
}

.b-thin {
	border-width: 3px !important;
}

.b-normal {
	border-width: 5px !important;
}

.b-thick {
	border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}



.p-10 {
    padding: 6rem!important;
}


.background-color-greybg {
	box-shadow:0 4px 100px #CCC inset;
}

.background-color-team {
	background-color: #ec3237 !important;
}

.background-color-red {
	background-color: #ec3237 !important;
}

.background-color-grey {
	background-color: #919191 !important;
}







