@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap);
.white-bg {
	background: #fff
}
body{
	overflow-x: hidden !important;
}
.gray-bg {
	background: #f5f5f5
}

.gray-bg {
	background: #f7f7fd
}

.white-bg {
	background: #fff
}

.black-bg {
	background: #16161a
}

.theme-bg {
	background: #ff1f1f
}

.brand-bg {
	background: #f1f4fa
}

.testimonial-bg {
	background: #f9fafc
}

.white-color {
	color: #fff
}

.black-color {
	color: #16161a
}

.theme-color {
	color: #ff1f1f
}

.boxed-btn:focus {
	outline: 0
}

.boxed-btn.large-width {
	width: 220px
}

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ""
}

[data-opacity="1"]::before {
	opacity: .1
}

[data-opacity="2"]::before {
	opacity: .2
}

[data-opacity="3"]::before {
	opacity: .3
}

[data-opacity="4"]::before {
	opacity: .4
}

[data-opacity="5"]::before {
	opacity: .5
}

[data-opacity="6"]::before {
	opacity: .6
}

[data-opacity="7"]::before {
	opacity: .7
}

[data-opacity="8"]::before {
	opacity: .8
}

[data-opacity="9"]::before {
	opacity: .9
}

body {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Rajdhani, sans-serif;
	color: #1d2434;
	margin-top: 0;
	font-style: normal;
	font-weight: 500;
	text-transform: normal
}

p {
	font-family: Poppins, sans-serif;
	color: #10285d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 400
}

.bg-img-1 {
	background-image: url(../img/slider/slider-img-1.jpg)
}

.bg-img-2 {
	background-image: url(../img/background-img/bg-img-2.jpg)
}

.cta-bg-1 {
	background-image: url(../img/background-img/bg-img-3.jpg)
}

.img {
	max-width: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

.button,
a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.button:focus,
a:focus {
	text-decoration: none;
	outline: 0
}

a {
	color: #635c5c
}

a:hover {
	color: #fff
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
	text-decoration: none
}

a,
button {
	color: #fff;
	outline: medium none
}

button:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.capitalize {
	text-transform: capitalize
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%
}

.overlay2 {
	position: relative;
	z-index: 0
}

.overlay2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.overlay2 {
	position: relative;
	z-index: 0
}

.overlay2::before {
	position: absolute;
	content: "";
	background-color: #2e2200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.separator {
	border-top: 1px solid #f2f2f2
}

.mb-90 {
	margin-bottom: 90px
}

@media (max-width:767px) {
	.mb-90 {
		margin-bottom: 30px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.mb-90 {
		margin-bottom: 45px
	}
}

.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	font-size: 22px;
	color: #646464;
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s;
	width: 40px
}

.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
	position: relative;
	right: 0;
	top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
	position: relative;
	right: 1px;
	top: 0
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
	color: #fff;
	background: #ff3500
}

.btn {
	background: #ff1313;
	font-family: Rajdhani, sans-serif;
	text-transform: uppercase;
	padding: 30px 37px 30px 97px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	line-height: 1;
	-moz-user-select: none;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	margin: 10px;
	cursor: pointer;
	transition: color .4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	margin: 0
}

.btn::after {
	content: "";
	width: 30px;
	background: #fff;
	left: 37px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px
}

.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #dd1313;
	z-index: 1;
	border-radius: 5px;
	transition: transform .5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
	transform: scaleX(0);
	border-radius: 0
}

.btn:hover::before {
	transform: scaleX(1);
	color: #fff!important;
	z-index: -1
}

.btn:hover {
	background-position: right
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.about-btn {
	padding: 19px 97px 19px 20px
}

.header-btn {
	padding: 29px 33px
}

.hero-btn {
	padding: 32px 41px
}

.white-btn {
	padding: 30px 39px;
	background: #fff;
	color: #331391!important
}

.black-btn {
	padding: 14px 35px;
	background: #000
}

.black-btn::before {
	background: #331391
}

.submit-btn2 {
	background: #ec5b53;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	border: 0;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 16px;
	border-radius: 0
}

.white-btn {
	background: #fff;
	color: #000
}

.white-btn::before {
	background: #000;
	color: #fff
}

.border-btn {
	border: 1px solid #ff5600;
	color: #464d65;
	background: 0 0;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 19px 47px;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	position: relative;
	transition: color .4s linear;
	position: relative;
	overflow: hidden;
	margin: 0
}

@media (max-width:575px) {
	.border-btn {
		display: none
	}
}

.border-btn::before {
	border: 1px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #ff1f1f;
	z-index: -1;
	transition: transform .5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
	transform: scaleY(0);
	border-radius: 0
}

.border-btn:hover::before {
	transform: scaleY(1);
	border: 1px solid transparent
}

.breadcrumb>.active {
	color: #888
}

#back-top,
#scrollUp {
	right: 31px;
	bottom: 5px;
	position: fixed;
	color: red!important;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border: 2px solid transparent
}

@media (max-width:575px) {
	#back-top,
	#scrollUp {
		right: 16px
	}
}

#back-top a i,
#scrollUp a i {
	display: block;
	line-height: 50px
}

#scrollUp:hover {
	color: #fff
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	z-index: 9999;
	-webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
	animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	background: #fff
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-105 {
	margin-top: 105px
}

.mt-110 {
	margin-top: 110px
}

.mt-115 {
	margin-top: 115px
}

.mt-120 {
	margin-top: 120px
}

.mt-125 {
	margin-top: 125px
}

.mt-130 {
	margin-top: 130px
}

.mt-135 {
	margin-top: 135px
}

.mt-140 {
	margin-top: 140px
}

.mt-145 {
	margin-top: 145px
}

.mt-150 {
	margin-top: 150px
}

.mt-155 {
	margin-top: 155px
}

.mt-160 {
	margin-top: 160px
}

.mt-165 {
	margin-top: 165px
}

.mt-170 {
	margin-top: 170px
}

.mt-175 {
	margin-top: 175px
}

.mt-180 {
	margin-top: 180px
}

.mt-185 {
	margin-top: 185px
}

.mt-190 {
	margin-top: 190px
}

.mt-195 {
	margin-top: 195px
}

.mt-200 {
	margin-top: 200px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-105 {
	margin-bottom: 105px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-115 {
	margin-bottom: 115px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-125 {
	margin-bottom: 125px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-135 {
	margin-bottom: 135px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-145 {
	margin-bottom: 145px
}

.mb-150 {
	margin-bottom: 150px
}

.mb-155 {
	margin-bottom: 155px
}

.mb-160 {
	margin-bottom: 160px
}

.mb-165 {
	margin-bottom: 165px
}

.mb-170 {
	margin-bottom: 170px
}

.mb-175 {
	margin-bottom: 175px
}

.mb-180 {
	margin-bottom: 180px
}

.mb-185 {
	margin-bottom: 185px
}

.mb-190 {
	margin-bottom: 190px
}

.mb-195 {
	margin-bottom: 195px
}

.mb-200 {
	margin-bottom: 200px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.ml-55 {
	margin-left: 55px
}

.ml-60 {
	margin-left: 60px
}

.ml-65 {
	margin-left: 65px
}

.ml-70 {
	margin-left: 70px
}

.ml-75 {
	margin-left: 75px
}

.ml-80 {
	margin-left: 80px
}

.ml-85 {
	margin-left: 85px
}

.ml-90 {
	margin-left: 90px
}

.ml-95 {
	margin-left: 95px
}

.ml-100 {
	margin-left: 100px
}

.ml-105 {
	margin-left: 105px
}

.ml-110 {
	margin-left: 110px
}

.ml-115 {
	margin-left: 115px
}

.ml-120 {
	margin-left: 120px
}

.ml-125 {
	margin-left: 125px
}

.ml-130 {
	margin-left: 130px
}

.ml-135 {
	margin-left: 135px
}

.ml-140 {
	margin-left: 140px
}

.ml-145 {
	margin-left: 145px
}

.ml-150 {
	margin-left: 150px
}

.ml-155 {
	margin-left: 155px
}

.ml-160 {
	margin-left: 160px
}

.ml-165 {
	margin-left: 165px
}

.ml-170 {
	margin-left: 170px
}

.ml-175 {
	margin-left: 175px
}

.ml-180 {
	margin-left: 180px
}

.ml-185 {
	margin-left: 185px
}

.ml-190 {
	margin-left: 190px
}

.ml-195 {
	margin-left: 195px
}

.ml-200 {
	margin-left: 200px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}

.mr-55 {
	margin-right: 55px
}

.mr-60 {
	margin-right: 60px
}

.mr-65 {
	margin-right: 65px
}

.mr-70 {
	margin-right: 70px
}

.mr-75 {
	margin-right: 75px
}

.mr-80 {
	margin-right: 80px
}

.mr-85 {
	margin-right: 85px
}

.mr-90 {
	margin-right: 90px
}

.mr-95 {
	margin-right: 95px
}

.mr-100 {
	margin-right: 100px
}

.mr-105 {
	margin-right: 105px
}

.mr-110 {
	margin-right: 110px
}

.mr-115 {
	margin-right: 115px
}

.mr-120 {
	margin-right: 120px
}

.mr-125 {
	margin-right: 125px
}

.mr-130 {
	margin-right: 130px
}

.mr-135 {
	margin-right: 135px
}

.mr-140 {
	margin-right: 140px
}

.mr-145 {
	margin-right: 145px
}

.mr-150 {
	margin-right: 150px
}

.mr-155 {
	margin-right: 155px
}

.mr-160 {
	margin-right: 160px
}

.mr-165 {
	margin-right: 165px
}

.mr-170 {
	margin-right: 170px
}

.mr-175 {
	margin-right: 175px
}

.mr-180 {
	margin-right: 180px
}

.mr-185 {
	margin-right: 185px
}

.mr-190 {
	margin-right: 190px
}

.mr-195 {
	margin-right: 195px
}

.mr-200 {
	margin-right: 200px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

.pt-100 {
	padding-top: 100px
}

.pt-105 {
	padding-top: 105px
}

.pt-110 {
	padding-top: 110px
}

.pt-115 {
	padding-top: 115px
}

.pt-120 {
	padding-top: 120px
}

.pt-125 {
	padding-top: 125px
}

.pt-130 {
	padding-top: 130px
}

.pt-135 {
	padding-top: 135px
}

.pt-140 {
	padding-top: 140px
}

.pt-145 {
	padding-top: 145px
}

.pt-150 {
	padding-top: 150px
}

.pt-155 {
	padding-top: 155px
}

.pt-160 {
	padding-top: 160px
}

.pt-165 {
	padding-top: 165px
}

.pt-170 {
	padding-top: 170px
}

.pt-175 {
	padding-top: 175px
}

.pt-180 {
	padding-top: 180px
}

.pt-185 {
	padding-top: 185px
}

.pt-190 {
	padding-top: 190px
}

.pt-195 {
	padding-top: 195px
}

.pt-200 {
	padding-top: 200px
}

.pt-260 {
	padding-top: 260px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-105 {
	padding-bottom: 105px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-115 {
	padding-bottom: 115px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-125 {
	padding-bottom: 125px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-135 {
	padding-bottom: 135px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-145 {
	padding-bottom: 145px
}

.pb-150 {
	padding-bottom: 150px
}

.pb-155 {
	padding-bottom: 155px
}

.pb-160 {
	padding-bottom: 160px
}

.pb-165 {
	padding-bottom: 165px
}

.pb-170 {
	padding-bottom: 170px
}

.pb-175 {
	padding-bottom: 175px
}

.pb-180 {
	padding-bottom: 180px
}

.pb-185 {
	padding-bottom: 185px
}

.pb-190 {
	padding-bottom: 190px
}

.pb-195 {
	padding-bottom: 195px
}

.pb-200 {
	padding-bottom: 200px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pl-55 {
	padding-left: 55px
}

.pl-60 {
	padding-left: 60px
}

.pl-65 {
	padding-left: 65px
}

.pl-70 {
	padding-left: 70px
}

.pl-75 {
	padding-left: 75px
}

.pl-80 {
	padding-left: 80px
}

.pl-85 {
	padding-left: 85px
}

.pl-90 {
	padding-left: 90px
}

.pl-95 {
	padding-left: 95px
}

.pl-100 {
	padding-left: 100px
}

.pl-105 {
	padding-left: 105px
}

.pl-110 {
	padding-left: 110px
}

.pl-115 {
	padding-left: 115px
}

.pl-120 {
	padding-left: 120px
}

.pl-125 {
	padding-left: 125px
}

.pl-130 {
	padding-left: 130px
}

.pl-135 {
	padding-left: 135px
}

.pl-140 {
	padding-left: 140px
}

.pl-145 {
	padding-left: 145px
}

.pl-150 {
	padding-left: 150px
}

.pl-155 {
	padding-left: 155px
}

.pl-160 {
	padding-left: 160px
}

.pl-165 {
	padding-left: 165px
}

.pl-170 {
	padding-left: 170px
}

.pl-175 {
	padding-left: 175px
}

.pl-180 {
	padding-left: 180px
}

.pl-185 {
	padding-left: 185px
}

.pl-190 {
	padding-left: 190px
}

.pl-195 {
	padding-left: 195px
}

.pl-200 {
	padding-left: 200px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.pr-55 {
	padding-right: 55px
}

.pr-60 {
	padding-right: 60px
}

.pr-65 {
	padding-right: 65px
}

.pr-70 {
	padding-right: 70px
}

.pr-75 {
	padding-right: 75px
}

.pr-80 {
	padding-right: 80px
}

.pr-85 {
	padding-right: 85px
}

.pr-90 {
	padding-right: 90px
}

.pr-95 {
	padding-right: 95px
}

.pr-100 {
	padding-right: 100px
}

.pr-105 {
	padding-right: 105px
}

.pr-110 {
	padding-right: 110px
}

.pr-115 {
	padding-right: 115px
}

.pr-120 {
	padding-right: 120px
}

.pr-125 {
	padding-right: 125px
}

.pr-130 {
	padding-right: 130px
}

.pr-135 {
	padding-right: 135px
}

.pr-140 {
	padding-right: 140px
}

.pr-145 {
	padding-right: 145px
}

.pr-150 {
	padding-right: 150px
}

.pr-155 {
	padding-right: 155px
}

.pr-160 {
	padding-right: 160px
}

.pr-165 {
	padding-right: 165px
}

.pr-170 {
	padding-right: 170px
}

.pr-175 {
	padding-right: 175px
}

.pr-180 {
	padding-right: 180px
}

.pr-185 {
	padding-right: 185px
}

.pr-190 {
	padding-right: 190px
}

.pr-195 {
	padding-right: 195px
}

.pr-200 {
	padding-right: 200px
}

.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.heartbeat {
	animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto
}

.preloader .preloader-circle {
	width: 100px;
	height: 100px;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ff1f1f;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
	box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
	background-color: #fff;
	-webkit-animation: zoom 2s infinite ease;
	animation: zoom 2s infinite ease;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.preloader .preloader-circle2 {
	border-top-color: #0078ff
}

.preloader .preloader-img {
	position: absolute;
	top: 50%;
	z-index: 200;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 6px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.preloader .preloader-img img {
	max-width: 55px
}

.preloader .pere-text strong {
	font-weight: 800;
	color: #dca73a;
	text-transform: uppercase
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
}

.slick-initialized .slick-slide {
	outline: 0
}

.section-padding2 {
	padding-top: 200px;
	padding-bottom: 200px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.section-padding2 {
		padding-top: 200px;
		padding-bottom: 200px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding2 {
		padding-top: 200px;
		padding-bottom: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.section-padding2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.pb-bottom {
	padding-bottom: 200px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pb-bottom {
		padding-bottom: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pb-bottom {
		padding-bottom: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.pb-bottom {
		padding-bottom: 10px
	}
}

@media (max-width:575px) {
	.pb-bottom {
		padding-bottom: 10px
	}
}

.pb-top {
	padding-top: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pb-top {
		padding-top: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.pb-top {
		padding-top: 70px
	}
}

@media (max-width:575px) {
	.pb-top {
		padding-top: 70px
	}
}

.testimonial-padding {
	padding-top: 190px;
	padding-bottom: 170px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-padding {
		padding-top: 190px;
		padding-bottom: 170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-padding {
		padding-top: 70px;
		padding-bottom: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-padding {
		padding-top: 60px;
		padding-bottom: 40px
	}
}

@media (max-width:575px) {
	.testimonial-padding {
		padding-top: 60px;
		padding-bottom: 40px
	}
}

.w-padding {
	padding-top: 100px;
	padding-bottom: 95px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.w-padding {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.w-padding {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.section-padding30 {
	padding-top: 195px;
	padding-bottom: 180px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding30 {
		padding-top: 150px;
		padding-bottom: 140px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding30 {
		padding-top: 100px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding30 {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.section-padding30 {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

.services-padding {
	padding-top: 145px;
	padding-bottom: 170px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.services-padding {
		padding-top: 145px;
		padding-bottom: 170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-padding {
		padding-top: 100px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-padding {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.services-padding {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

.section-paddingt30 {
	padding-top: 195px;
	padding-bottom: 90px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-paddingt30 {
		padding-top: 150px;
		padding-bottom: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-paddingt30 {
		padding-top: 100px;
		padding-bottom: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-paddingt30 {
		padding-top: 65px;
		padding-bottom: 10px
	}
}

@media (max-width:575px) {
	.section-paddingt30 {
		padding-top: 65px;
		padding-bottom: 10px
	}
}

.section-padding3 {
	padding-top: 150px;
	padding-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding3 {
		padding-top: 150px;
		padding-bottom: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding3 {
		padding-top: 60px;
		padding-bottom: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding3 {
		padding-top: 60px;
		padding-bottom: 0
	}
}

@media (max-width:575px) {
	.section-padding3 {
		padding-top: 60px;
		padding-bottom: 0
	}
}

.footer-padding {
	padding-top: 150px;
	padding-bottom: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-padding {
		padding-top: 150px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-padding {
		padding-top: 100px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 50px
	}
}

@media (max-width:575px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 0
	}
}

@media (max-width:575px) {
	.section-tittle {
		margin-bottom: 50px;
		text-align: left!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

.section-tittle span {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #292c37;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	letter-spacing: .05em
}

@media (max-width:575px) {
	.section-tittle span {
		font-size: 14px;
		padding-left: 60px
	}
}

.section-tittle span::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #292c37;
	top: 0;
	left: -67px;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width:575px) {
	.section-tittle span::before {
		left: 0
	}
}

.section-tittle h2 {
	font-size: 50px;
	display: block;
	color: #1d2434;
	font-weight: 800;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-tittle h2 {
		font-size: 41px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-tittle h2 {
		font-size: 31px;
		text-align: center
	}
}

@media (max-width:575px) {
	.section-tittle h2 {
		text-align: left;
		font-size: 27px
	}
}

.section-tittle2 span {
	margin-left: 72px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-tittle2 h2 {
		text-align: left
	}
}

@media (max-width:575px) {
	.section-tittle2 h2 {
		text-align: left;
		font-size: 27px
	}
}

.section-tittle3 span {
	color: #fff
}

.section-tittle3 span::before {
	background: #ff1313
}

.section-tittle3 h2 {
	color: #ffff
}

@media (max-width:575px) {
	.section-tittle3 h2 {
		font-size: 24px
	}
}

.section-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}

.white-bg {
	background: #fff
}

.gray-bg {
	background: #f5f5f5
}

.gray-bg {
	background: #f7f7fd
}

.white-bg {
	background: #fff
}

.black-bg {
	background: #16161a
}

.theme-bg {
	background: #ff1f1f
}

.brand-bg {
	background: #f1f4fa
}

.testimonial-bg {
	background: #f9fafc
}

.white-color {
	color: #fff
}

.black-color {
	color: #16161a
}

.theme-color {
	color: #ff1f1f
}

.header-area .main-header {
	padding: 0 130px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.header-area .main-header {
		padding: 0 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-area .main-header {
		padding: 0 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area .main-header {
		padding: 22px 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area .main-header {
		padding: 22px 20px
	}
}

@media (max-width:575px) {
	.header-area .main-header {
		padding: 22px 14px
	}
}

.header-area .main-header .main-menu ul li {
	display: inline-block;
	position: relative
}

.header-area .main-header .main-menu ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 13px;
	text-transform: capitalize;
	cursor: pointer
}

a.read-more {
	font-weight: 600;
	cursor: pointer;
	text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-area .main-header .main-menu ul li a {
		padding: 29px 17px
	}
}

.header-area .main-header .main-menu ul li:hover> {
	color: #f7951e
}

.header-area .main-header .main-menu ul li ul.submenu {
	position: absolute;
	width: 300px;
	background: rgb(1 109 155);
	left: 0;
	top: 80%;
	list-style: none!important;
	visibility: hidden;
	text-decoration: none!important;
	opacity: 0;
	list-style: none;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
	padding: 1px 0;
	font-weight: 400!important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header-area .main-header .main-menu ul li ul.submenu>li>a {
	padding: 6px 10px!important;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0
}

.header-area .main-header .main-menu ul li ul.submenu>li>a:hover {
	color: #ff1f1f;
	background: 0 0
}

.header-area .main-menu ul ul.submenu>li>a:hover {
	padding-left: 13px!important
}

.header-area .main-menu ul>li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.hamburger {
	float: right;
	margin-left: 20px;
	margin-top: 28px!important;
	padding: 0;
	transition: all .3s ease 0s
}

.hamburger-menu {
	float: right;
	margin-right: -100px;
	opacity: 5;
	transition: all .3s ease 0s;
	visibility: visible
}

.black-menu .hamburger {
	margin-top: 0
}

.hamburger.hamburger--collapse>span {
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -5px
}

.black-menu .hamburger-inner,
.black-menu .hamburger-inner::after,
.black-menu .hamburger-inner::before {
	background: #fff none repeat scroll 0 0
}

.hamburger.is-active {
	margin-top: 57px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	background: #fff none repeat scroll 0 0;
	height: 2px;
	width: 30px
}

.hamburger-inner::before {
	top: -8px;
	left: 8px!important
}

.hamburger--collapse.is-active .hamburger-inner::before {
	left: 0!important
}

.hamburger--collapse .hamburger-inner::after {
	top: -16px
}

nav.nav-menu-show {
	margin-right: -20px;
	opacity: 1;
	visibility: visible
}

.main-menu.black-menu ul li a {
	color: #fff;
	padding: 35px 0
}

.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9
}

.header-sticky.sticky-bar {
	background: #016d9b
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
	padding: 20px 20px!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0
	}
}

@media (max-width:575px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0
	}
}

.mobile_menu {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99
}

.mobile_menu .slicknav_menu {
	background: 0 0;
	margin-top: 0!important
}

.mobile_menu .slicknav_menu .slicknav_btn {
	top: -32px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
	background-color: #fff!important
}

.mobile_menu .slicknav_menu .slicknav_nav {
	margin-top: 16px!important
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
	background: 0 0;
	color: #ff1f1f
}

.mobile_menu .slicknav_menu .slicknav_nav a {
	font-size: 15px;
	padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
	padding: 0!important
}

.slider-height {
	height: 500px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-height {
		height: 800px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-height {
		height: 650px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-height {
		height: 600px
	}
}

@media (max-width:575px) {
	.slider-height {
		height: 600px
	}
}

.slider-height2 {
	height: 450px;
	background-size: cover
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-height2 {
		height: 350px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-height2 {
		height: 260px
	}
}

@media (max-width:575px) {
	.slider-height2 {
		height: 260px
	}
}

.slider-area2 {
	background-image: url(../img/hero/hero2.png);
	background-repeat: no-repeat;
	background-size: cover
}

.slider-area .slide-full {
	background-position: center center;
	background-size: cover
}

.slider-area .slide-full-content {
	overflow: hidden;
	margin-top: 24%
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area .slide-full-content {
		padding-top: 55px
	}
}

@media (max-width:575px) {
	.slider-area .slide-full-content {
		padding-top: 55px
	}
}

.slider-area .slide-full-content span {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 30px;
	position: relative;
	font-family: Rajdhani, sans-serif
}

.slider-area .slide-full-content span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	transform: translateY(-50%);
	bottom: 0
}

.slider-area .slide-full-content span::after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: -1px;
	height: 3px
}

.slider-area .slide-full-content h1 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-area .slide-full-content h1 {
		font-size: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area .slide-full-content h1 {
		font-size: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area .slide-full-content h1 {
		font-size: 35px
	}
}

@media (max-width:575px) {
	.slider-area .slide-full-content h1 {
		font-size: 29px;
		line-height: 1.5
	}
}

.slider-area .slide-full-content p {
	font-size: 16px;
	color: #fff;
	font-family: Poppins, sans-serif;
	margin-bottom: 64px;
	padding-right: 175px;
	text-align: justify
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area .slide-full-content p {
		padding-right: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area .slide-full-content p {
		padding-right: 0
	}
}

@media (max-width:575px) {
	.slider-area .slide-full-content p {
		padding-right: 0;
		font-size: 15px
	}
}

.slide-full-content h1,
.slide-full-content>a,
.slide-full-content>p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeOutDown
}

.active .slide-full-content h1,
.active .slide-full-content>a,
.active .slide-full-content>p {
	animation-name: fadeInLeft
}

.slide-full-content span {
	animation-delay: .2s
}

.slide-full-content h1 {
	animation-delay: .3s
}

.slide-full-content p {
	animation-delay: .4s
}

.slide-full-content a {
	animation-delay: .6s
}

.custom-dots .owl-dots {
	position: absolute;
	width: 30px;
	right: 10%;
	bottom: 10%;
	align-items: end;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.custom-dots .owl-dots {
		right: 14%
	}
}

.custom-dots .owl-dots .owl-dot {
	position: relative;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 16px;
	opacity: .4;
	display: inline-block;
	padding-right: 13px;
	line-height: 1
}

.custom-dots .owl-dots .owl-dot:last-child {
	margin-bottom: 0
}

.custom-dots .owl-dots .owl-dot.active {
	opacity: 1;
	font-size: 30px
}

.hero-overly {
	position: relative;
	z-index: 1
}

.hero-overly::before {
	position: absolute;
	content: "";
	background-color: rgba(1, 10, 28, .3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat
}

.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9
}

.slider-area2 .hero-cap h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 1
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area2 .hero-cap h2 {
		font-size: 50px
	}
}

@media (max-width:575px) {
	.slider-area2 .hero-cap h2 {
		font-size: 35px
	}
}

@media (max-width:575px) {
	.about-area .about-caption {
		margin-bottom: 35px
	}
}

.about-area .about-caption p {
	text-align: justify;
	font-size: 16px;
	color: #64676c;
	line-height: 1.6;
	margin-bottom: 40px;
	padding-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area .about-caption p {
		padding-right: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-caption p {
		padding-right: 0
	}
}

@media (max-width:575px) {
	.about-area .about-caption p {
		padding-right: 0
	}
}

.about-area .about-img {
	position: relative
}

.about-area .about-img .about-font-img {
	position: relative;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area .about-img .about-font-img img {
		width: 90%
	}
}

@media (max-width:575px) {
	.about-area .about-img .about-font-img img {
		width: 100%
	}
}

.about-area .about-img .about-back-img {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 43px
}

@media (max-width:575px) {
	.about-area .about-img .about-back-img img {
		width: 90%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .about-img .about-back-img {
		right: 147px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-img .about-back-img {
		display: none
	}
}

@media (max-width:575px) {
	.about-area .about-img .about-back-img {
		display: none
	}
}

@media (max-width:575px) {
	.about-caption {
		margin-bottom: 35px
	}
}

.service-area {
	position: relative;
	z-index: 0
}

.service-area .service-bg {
	background-image: url(../img/gallery/section_bg01.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 570px;
	background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service-area {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.service-area {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.service-area {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.service-area .services-caption {
	background: #f8f8f8;
	padding: 84px 45px 56px;
	border-radius: 7px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-area .services-caption {
		padding: 84px 25px 56px
	}
}

.service-area .services-caption .service-icon {
	display: inline-block;
	position: relative
}

.service-area .services-caption .service-icon i {
	color: #000;
	display: block;
	font-size: 50px;
	text-align: center;
	margin-bottom: 42px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.service-area .services-caption .service-cap h4 a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 27px;
	display: inline-block;
	text-transform: uppercase;
	color: #15181d
}

.service-area .services-caption .service-cap h4 a:hover {
	color: #ff1f1f
}

.service-area .services-caption .service-cap p {
	color: #717081;
	font-size: 15px
}

.services-caption:hover .service-icon i {
	color: #ff1f1f
}

.popular-work-area .single-cat {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 1
}

.popular-work-area .single-cat img {
	width: 100%
}

.popular-work-area .single-cat .img-cap {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 10px 10px 10px 5px
}

.popular-work-area .single-cat .img-cap h4 {
	font-weight: 700;
	font-family: Rajdhani, sans-serif;
	font-size: 26px;
	color: #1d1d1d;
	font-size: 16px;
	margin-bottom: 0;
	display: block
}

.popular-work-area .single-cat .img-cap p {
	font-size: 15px;
	color: #686868
}

.popular-work-area .single-cat:hover .img-cap {
	top: 90%
}

.popular-work-area .single-cat:hover .cat-icon i {
	color: #f81f1f
}

.popular-work-area .single-cat.single-cat2 {
	background: #f7fbff
}

.experience-area {
	margin-top: -176px;
	background-image: url(../img/gallery/section_bg02.png);
	position: relative;
	z-index: 0;
	height: 1000px;
	background-size: cover;
	background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.experience-area {
		margin-top: -276px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.experience-area {
		margin-top: -249px;
		height: 800px
	}
}

@media (max-width:575px) {
	.experience-area {
		margin-top: -363px
	}
}

.experience-area .caption-overlay {
	position: absolute;
	content: "";
	background-color: rgba(4, 21, 28, .902);
	width: 55%;
	height: 60%;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.experience-area .caption-overlay {
		width: 85%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.experience-area .caption-overlay {
		width: 100%
	}
}

@media (max-width:575px) {
	.experience-area .caption-overlay {
		width: 100%;
		height: 56%
	}
}

.experience-area .experience-caption {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1
}

.experience-area .experience-caption h2 {
	color: #fff;
	font-size: 50px;
	display: block;
	font-weight: 800;
	margin-bottom: 30px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.experience-area .experience-caption h2 {
		font-size: 31px
	}
}

@media (max-width:575px) {
	.experience-area .experience-caption h2 {
		font-size: 27px
	}
}

.experience-area .experience-caption p {
	color: #fff;
	margin-bottom: 47px
}

.starups-area {
	display: flex;
	align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area {
		display: block
	}
}

@media (max-width:575px) {
	.starups-area {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area {
		display: block
	}
}

.starups-area .starups {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 9%;
	background-image: url(../img/gallery/section_bg03.png);
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	height: 700px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.starups-area .starups {
		padding-right: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups {
		padding: 0 30px
	}
}

@media (max-width:575px) {
	.starups-area .starups {
		padding: 0 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups {
		width: 100%;
		height: 500px
	}
}

@media (max-width:575px) {
	.starups-area .starups {
		width: 100%;
		height: 400px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups {
		width: 100%;
		height: 400px
	}
}

.starups-area .starups .starups-details {
	padding-right: 117px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.starups-area .starups .starups-details {
		padding-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.starups-area .starups .starups-details {
		padding-right: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups .starups-details {
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups .starups-details {
		padding-right: 0;
		margin-top: 40px
	}
}

@media (max-width:575px) {
	.starups-area .starups .starups-details {
		padding-right: 0;
		margin-top: 40px
	}
}

.starups-area .starups .starups-details span {
	margin-bottom: 22px;
	display: block;
	color: #9fabbe
}

.starups-area .starups .starups-details h3 {
	font-size: 35px;
	display: block;
	color: #fff;
	font-weight: 700;
	margin-bottom: 53px
}

@media (max-width:575px) {
	.starups-area .starups .starups-details h3 {
		font-size: 21px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups .starups-details h3 {
		font-size: 28px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.starups-area .starups .starups-details h3 {
		font-size: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups .starups-details h3 {
		font-size: 43px
	}
}

.starups-area .starups .starups-details p {
	color: #9fabbe
}

@media (max-width:575px) {
	.starups-area .starups .starups-details p {
		font-size: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups .starups-details p {
		font-size: 13px
	}
}

.starups-area .starups .starups-details .starups-list ul {
	display: flex;
	margin-bottom: 18px
}

.starups-area .starups .starups-details .starups-list ul li svg {
	position: relative;
	top: 4px
}

.starups-area .starups .starups-details .starups-list ul li p {
	padding-left: 20px;
	color: #9fabbe
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups .starups-details .starups-list ul li p {
		padding-left: 9px
	}
}

@media (max-width:575px) {
	.starups-area .starups .starups-details .starups-list ul li p {
		padding-left: 9px
	}
}

.starups-area .starups-img {
	width: 50%;
	background-image: url(../img/gallery/section_bg04.png);
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 700px
}

@media (max-width:575px) {
	.starups-area .starups-img {
		width: 100%;
		height: 500px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups-img {
		width: 100%;
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups-img {
		width: 100%;
		height: 400px
	}
}

.starups-area .starups-img .play-btn {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	text-align: center
}

.starups-area .starups-img .play-btn a {
	display: inline-block;
	color: #fff;
	font-size: 60px
}

.starups-area .starups-img .play-btn a:hover {
	color: #ff1313
}

.testimonial-area .testimonial-caption .testimonial-top-cap img {
	margin-bottom: 50px;
	width: auto;
	display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap img {
		margin-bottom: 30px
	}
}

@media (max-width:575px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap img {
		margin-bottom: 30px
	}
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
	line-height: 1.7;
	margin-bottom: 50px;
	font-size: 16px;
	color: #d3d3d4;
	font-weight: 3000
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 20px;
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 60px
	}
}

@media (max-width:575px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 15px;
		padding-right: 0;
		margin-bottom: 60px
	}
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
	margin-left: 20px
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
	color: #ff1f1f;
	font-size: 20px;
	font-weight: 600;
	color: #f04e3c
}

@media (max-width:575px) {
	.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
		font-size: 17px
	}
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
	color: #707b8e;
	font-weight: 500;
	line-height: 1.5;
	font-size: 14px
}

.slick-initialized .slick-slide {
	outline: 0
}

.single-team .team-img {
	overflow: hidden;
	margin-bottom: 19px
}

.single-team .team-img img {
	width: 100%;
	transform: scale(1);
	transition: all .6s ease-out 0s
}

.single-team .team-caption span {
	color: #959595;
	font-size: 16px;
	font-weight: 500;
	font-family: Rajdhani, sans-serif;
	display: block;
	position: relative;
	margin-left: 50px;
	margin-bottom: 10px
}

.single-team .team-caption span::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	left: -47px;
	top: 50%;
	transform: translateY(-50%);
	background: #ff1f1f
}

.single-team .team-caption h3 a {
	color: #1d2434;
	font-weight: 600;
	font-size: 35px
}

.single-team:hover .team-img img {
	transform: scale(1.1)
}

.footer-area .footer-top {
	padding-bottom: 80px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-area .footer-top {
		padding-bottom: 50px
	}
}

@media (max-width:575px) {
	.footer-area .footer-top {
		padding-bottom: 50px
	}
}

.footer-area .footer-top .footer-logo {
	margin-bottom: 40px
}

.footer-area .footer-top .footer-pera p {
	color: #ced9e1;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 1.8
}

.footer-area .footer-top .footer-pera.footer-pera2 p {
	padding: 0
}

.footer-area .footer-top .footer-tittle h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 29px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: Poppins, sans-serif
}

.footer-area .footer-top .footer-tittle ul li {
	margin-bottom: 15px
}

.footer-area .footer-top .footer-tittle ul li a {
	color: #ced9e1;
	font-size: 14px;
	font-weight: 300
}

.footer-area .footer-top .footer-tittle ul li a:hover {
	color: #fff;
	padding-left: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .footer-bottom .footer-copy-right {
		padding-top: 0;
		float: left
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-area .footer-bottom .footer-copy-right {
		padding-top: 0;
		float: left
	}
}

@media (max-width:575px) {
	.footer-area .footer-bottom .footer-copy-right {
		padding-top: 0;
		float: left
	}
}

.footer-area .footer-bottom .footer-copy-right p {
	color: #888;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px
}

.footer-area .footer-bottom .footer-copy-right p i {
	color: #ff1f1f
}

.footer-area .footer-bottom .footer-copy-right p a {
	color: #ff1f1f
}

.footer-area .footer-bottom .footer-social a {
	color: #ced9e1;
	font-size: 14px;
	padding-left: 25px
}

.footer-area .footer-bottom .footer-social a i {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: rotateY(0)
}

.footer-area .footer-bottom .footer-social a:hover {
	color: #fff
}

.footer-area .footer-bottom .footer-social a:hover i {
	transform: rotateY(180deg)
}

.home-blog-area .home-blog-single {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img {
	overflow: hidden;
	position: relative
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
	width: 100%;
	-webkit-transform: scale 1;
	-moz-transform: scale 1;
	-ms-transform: scale 1;
	transform: scale 1;
	transition: all .5s ease-out 0s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
	background: #ff1313;
	padding: 15px 34px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date p {
	color: #fff;
	margin: 0
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
	background: #fff;
	padding: 37px 129px 37px 50px;
	border: 1px solid #f7f7f7;
	border-top: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 37px 23px 37px 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
	color: #707b8e
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
	color: #191d34;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
	color: #ff1f1f
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
	color: #3a3a3a;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Rajdhani, sans-serif;
	color: #3a3a3a
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn:hover {
	color: #014b85
}

.home-blog-single:hover .blog-img-cap .blog-img .blog-date {
	background: #ff1f1f
}

.home-blog-single:hover .blog-img-cap .blog-img img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}

.home-blog-single:hover .blog-img-cap .blog-cap {
	border: 1px solid #ff1f1f;
	border-top: 0
}

.latest-blog-area .area-heading {
	margin-bottom: 70px
}

.blog_area a {
	color: Rajdhani, sans-serif!important;
	text-decoration: none;
	transition: .4s
}

.blog_area a :hover,
.blog_area a:hover {
	background: -webkit-linear-gradient(131deg, #ff1f1f 0, #ff1f1f 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	transition: .4s
}

.single-blog {
	overflow: hidden;
	margin-bottom: 30px
}

.single-blog:hover {
	box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1)
}

.single-blog .thumb {
	overflow: hidden;
	position: relative
}

.single-blog .thumb:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-blog h4 {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 34px;
	margin-bottom: 25px
}

.single-blog a {
	font-size: 20px;
	font-weight: 600
}

.single-blog .date {
	color: #666;
	text-align: left;
	display: inline-block;
	font-size: 13px;
	font-weight: 300
}

.single-blog .tag {
	text-align: left;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 300;
	margin-right: 22px;
	position: relative
}

.single-blog .tag:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #acacac;
	right: -12px;
	top: 7px
}

@media (max-width:1199px) {
	.single-blog .tag {
		margin-right: 8px
	}
	.single-blog .tag:after {
		display: none
	}
}

.single-blog .likes {
	margin-right: 16px
}

@media (max-width:800px) {
	.single-blog {
		margin-bottom: 30px
	}
}

.single-blog .single-blog-content {
	padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
	font-size: 13px;
	font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
	color: #fdcb9e;
	font-size: 13px;
	margin-right: 7px
}

@media (max-width:1199px) {
	.single-blog .single-blog-content {
		padding: 15px
	}
}

.single-blog:hover .thumb:after {
	opacity: .7;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media (max-width:1199px) {
	.single-blog h4 {
		transition: all .3s linear 0s;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 14px;
		margin-bottom: 12px
	}
	.single-blog h4 a {
		font-size: 18px
	}
}

.full_image.single-blog {
	position: relative
}

.full_image.single-blog .single-blog-content {
	position: absolute;
	left: 35px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.full_image.single-blog .single-blog-content {
		bottom: 100px
	}
}

.full_image.single-blog h4 {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-bottom: none;
	padding-bottom: 5px
}

.full_image.single-blog a {
	font-size: 20px;
	font-weight: 600
}

.full_image.single-blog .date {
	color: #fff
}

.full_image.single-blog:hover .single-blog-content {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.l_blog_item .l_blog_text .date {
	margin-top: 24px;
	margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
	font-size: 12px
}

.l_blog_item .l_blog_text h4 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	padding-bottom: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.l_blog_item .l_blog_text p {
	margin-bottom: 0;
	padding-top: 20px
}

.causes_slider .owl-dots {
	text-align: center;
	margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
	height: 14px;
	width: 14px;
	background: #eee;
	display: inline-block;
	margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.causes_item {
	background: #fff
}

.causes_item .causes_img {
	position: relative
}

.causes_item .causes_img .c_parcent {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 3px;
	background: rgba(255, 255, 255, .5)
}

.causes_item .causes_img .c_parcent span {
	width: 70%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0
}

.causes_item .causes_img .c_parcent span:before {
	content: "75%";
	position: absolute;
	right: -10px;
	bottom: 0;
	color: #fff;
	padding: 0 5px
}

.causes_item .causes_text {
	padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	cursor: pointer
}

.causes_item .causes_text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0
}

.causes_item .causes_bottom a {
	width: 50%;
	border: 1px solid;
	text-align: center;
	float: left;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.causes_item .causes_bottom a+a {
	border-color: #eee;
	background: #fff;
	font-size: 14px
}

.latest_blog_area {
	background: #f9f9ff
}

.single-recent-blog-post {
	margin-bottom: 30px
}

.single-recent-blog-post .thumb {
	overflow: hidden
}

.single-recent-blog-post .thumb img {
	transition: all .7s linear
}

.single-recent-blog-post .details {
	padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
	line-height: 24px;
	padding: 10px 0 13px;
	transition: all .3s linear
}

.single-recent-blog-post .date {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.single-recent-blog-post:hover img {
	transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	border: 1px solid #eee;
	display: inline-block;
	padding: 1px 18px;
	text-align: center
}

.tags .tag_btn+.tag_btn {
	margin-left: 2px
}

.blog_categorie_area {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width:900px) {
	.blog_categorie_area {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (min-width:1100px) {
	.blog_categorie_area {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

.categories_post {
	position: relative;
	text-align: center;
	cursor: pointer
}

.categories_post img {
	max-width: 100%
}

.categories_post .categories_details {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(34, 34, 34, .75);
	color: #fff;
	transition: all .3s linear;
	display: flex;
	align-items: center;
	justify-content: center
}

.categories_post .categories_details h5 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.categories_post .categories_details p {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0
}

.categories_post .categories_details .border_line {
	margin: 10px 0;
	background: #fff;
	width: 100%;
	height: 1px
}

.categories_post:hover .categories_details {
	background: rgba(222, 99, 32, .85)
}

.blog_item {
	margin-bottom: 50px
}

.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
}

@media (min-width:768px) {
	.blog_details {
		padding: 60px 30px 35px 35px
	}
}

.blog_details p {
	margin-bottom: 30px
}

.blog_details a {
	color: #080808
}

.blog_details a:hover {
	color: #ff1313
}

.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px
	}
}

.blog-info-link li {
	float: left;
	font-size: 14px
}

.blog-info-link li a {
	color: #999
}

.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px
}

.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.blog-info-link li:last-child::after {
	display: none
}

.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.blog_item_img {
	position: relative
}

.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	background-color: #ff1f1f;
	padding: 8px 15px;
	border-radius: 5px
}

@media (min-width:768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px
	}
}

.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2
}

@media (min-width:768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px
	}
}

.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff
}

@media (min-width:768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px
	}
}

.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0
}

.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999
}

.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
	background: #ff1f1f;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
	cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
	color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999
}

.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999;
	padding-left: 20px;
	border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all .3s ease 0s;
	padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
	padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all .3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
	margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all .3s ease 0s;
	color: #888;
	font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #ff1f1f;
	color: #fff!important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px
}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0
}

.blog-pagination {
	margin-top: 80px
}

.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0!important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px
}

.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888
}

.blog-pagination .page-item:last-child .page-link {
	margin-right: 0
}

.single-post-area .blog_details {
	box-shadow: none;
	padding: 0
}

.single-post-area .social-links {
	padding-top: 10px
}

.single-post-area .social-links li {
	display: inline-block;
	margin-bottom: 10px
}

.single-post-area .social-links li a {
	color: #ccc;
	padding: 7px;
	font-size: 14px;
	transition: all .2s linear
}

.single-post-area .blog_details {
	padding-top: 26px
}

.single-post-area .blog_details p {
	margin-bottom: 20px;
	font-size: 15px
}

.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, .1);
	padding: 15px;
	line-height: 1.733;
	color: #888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width:768px) {
	.single-post-area .quote-wrapper {
		padding: 30px
	}
}

.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid
}

@media (min-width:768px) {
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px
	}
}

.single-post-area .arrow {
	position: absolute
}

.single-post-area .arrow .lnr {
	font-size: 20px;
	font-weight: 600
}

.single-post-area .thumb .overlay-bg {
	background: rgba(0, 0, 0, .8)
}

.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
	margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
	font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
	font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #999
}

.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px
}

@media (max-width:600px) {
	.single-post-area .blog-author {
		padding: 20px 8px
	}
}

.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px
}

@media (max-width:600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px
	}
}

.single-post-area .blog-author a {
	display: inline-block
}

.single-post-area .blog-author a:hover {
	color: #ff1313
}

.single-post-area .blog-author p {
	margin-bottom: 0;
	font-size: 15px
}

.single-post-area .blog-author h4 {
	font-size: 16px
}

.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px
}

.single-post-area .navigation-area p {
	margin-bottom: 0
}

.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px
}

.single-post-area .navigation-area .nav-left {
	text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-left .lnr {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
	opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: .5
}

@media (max-width:767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px
	}
}

.single-post-area .navigation-area .nav-right {
	text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-right .lnr {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
	opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: .5
}

@media (max-width:991px) {
	.single-post-area .sidebar-widgets {
		padding-bottom: 0
	}
}

.comments-area {
	background: 0 0;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px
}

@media (max-width:414px) {
	.comments-area {
		padding: 50px 8px
	}
}

.comments-area h4 {
	margin-bottom: 35px;
	font-size: 18px
}

.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0
}

.comments-area .comment-list {
	padding-bottom: 48px
}

.comments-area .comment-list:last-child {
	padding-bottom: 0
}

.comments-area .comment-list.left-padding {
	padding-left: 25px
}

@media (max-width:413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px
	}
	.comments-area .comment-list .single-comment .date {
		font-size: 11px
	}
	.comments-area .comment-list .single-comment .comment {
		font-size: 10px
	}
}

.comments-area .thumb {
	margin-right: 20px
}

.comments-area .thumb img {
	width: 70px;
	border-radius: 50%
}

.comments-area .date {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
	margin-left: 20px
}

.comments-area .comment {
	margin-bottom: 10px;
	color: #777;
	font-size: 15px
}

.comments-area .btn-reply {
	background-color: transparent;
	color: #888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400
}

.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px
}

.comment-form .form-group {
	margin-bottom: 30px
}

.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px
}

.comment-form .name {
	padding-left: 0
}

@media (max-width:767px) {
	.comment-form .name {
		padding-right: 0;
		margin-bottom: 1rem
	}
}

.comment-form .email {
	padding-right: 0
}

@media (max-width:991px) {
	.comment-form .email {
		padding-left: 0
	}
}

.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: 0 0
}

.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none
}

.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999
}

.comment-form .form-control::placeholder {
	color: #777
}

.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100%!important
}

.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777
}

.dropdown .dropdown-menu {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contact-info {
	margin-bottom: 25px
}

.contact-info__icon {
	margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
	color: #8f9195;
	font-size: 27px
}

.contact-info .media-body h3 {
	font-size: 16px;
	margin-bottom: 0;
	font-size: 16px;
	color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
	color: #1f2b7b
}

.contact-info .media-body p {
	color: #8a8a8a
}

.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px
}

.form-contact label {
	font-size: 14px
}

.form-contact .form-group {
	margin-bottom: 30px
}

.form-contact .form-control {
	border: 1px solid #e5e6e9;
	border-radius: 0;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: 0 0
}

.form-contact .form-control:focus {
	outline: 0;
	box-shadow: none
}

.form-contact .form-control::placeholder {
	font-weight: 300;
	color: #999
}

.form-contact textarea {
	border-radius: 0;
	height: 100%!important
}

.modal-message .modal-dialog {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)!important;
	margin: 0;
	max-width: 500px;
	width: 100%
}

.modal-message .modal-dialog .modal-content .modal-header {
	text-align: center;
	display: block;
	border-bottom: none;
	padding-top: 50px;
	padding-bottom: 50px
}

.modal-message .modal-dialog .modal-content .modal-header .close {
	position: absolute;
	right: -15px;
	top: -15px;
	padding: 0;
	color: #fff;
	opacity: 1;
	cursor: pointer
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
	display: block;
	text-align: center;
	padding-bottom: 10px
}

.modal-message .modal-dialog .modal-content .modal-header p {
	display: block
}

.contact-section {
	padding: 130px 0 100px
}

@media (max-width:991px) {
	.contact-section {
		padding: 70px 0 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact-section {
		padding: 80px 0 50px
	}
}

.contact-section .btn_2 {
	background-color: #191d34;
	padding: 18px 60px;
	border-radius: 50px;
	margin-top: 0
}

.contact-section .btn_2:hover {
	background-color: #1f2b7b
}

.breadcam_bg {
	background-image: url(../img/banner/bradcam.png)
}

.breadcam_bg_1 {
	background-image: url(../img/banner/bradcam2.png)
}

.breadcam_bg_2 {
	background-image: url(../img/banner/bradcam3.png)
}

.bradcam_area {
	background-size: cover;
	background-position: center center;
	padding: 160px 0;
	background-position: bottom;
	background-repeat: no-repeat
}

@media (max-width:767px) {
	.bradcam_area {
		padding: 150px 0
	}
}

@media (min-width:768px) and (max-width:991px) {
	.bradcam_area {
		padding: 150px 0
	}
}

.bradcam_area h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 0;
	font-family: Rajdhani, sans-serif;
	text-transform: capitalize
}

@media (max-width:767px) {
	.bradcam_area h3 {
		font-size: 30px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.bradcam_area h3 {
		font-size: 40px
	}
}

.popup_box {
	background: #fff;
	display: inline-block;
	z-index: 9;
	width: 681px;
	padding: 60px 40px
}

@media (max-width:767px) {
	.popup_box {
		width: 320px;
		padding: 45px 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.popup_box {
		width: 420px!important;
		padding: 45px 30px
	}
}

.popup_box h3 {
	text-align: center;
	font-size: 22px;
	color: #1f1f1f;
	margin-bottom: 46px
}

.popup_box .boxed-btn3 {
	width: 100%;
	text-transform: capitalize
}

.popup_box .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e2e2e2;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	width: 100%!important;
	line-height: 50px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	border-radius: 0;
	margin-bottom: 30px;
	height: 50px!important;
	font-size: 16px;
	font-weight: 400;
	color: #919191
}

.popup_box .nice-select::after {
	content: "\f0d7";
	display: block;
	height: 5px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 3px;
	transition: all .15s ease-in-out;
	width: 5px;
	font-family: fontawesome;
	color: #919191;
	font-size: 15px
}

.popup_box .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	height: 200px;
	overflow-y: scroll
}

.popup_box .nice-select.list {
	height: 200px;
	overflow-y: scroll
}

#test-form {
	display: inline-block;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:767px) {
	#test-form {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
}

#test-form .mfp-close-btn-in .mfp-close {
	color: #333;
	display: none!important
}

#test-form button.mfp-close {
	display: none!important
}

@media (max-width:767px) {
	#test-form button.mfp-close {
		display: block!important;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto
	}
}

#test-form button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	width: 40px;
	height: 40px;
	background: #4a3600;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	position: absolute;
	right: -6px;
	color: #fff!important
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #4a3600;
	opacity: .6
}

@media (max-width:767px) {
	.gj-picker.gj-picker-md.timepicker {
		width: 310px;
		left: 6px!important
	}
}

@media (max-width:767px) {
	.gj-picker.gj-picker-md.datepicker.gj-unselectable {
		width: 320px;
		left: 0!important
	}
}

.flex-center-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

.overlay2::before {
	background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%);
	background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%);
	background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%)
}

.sample-text-area {
	background: #fff;
	padding: 100px 0 70px 0
}

.text-heading {
	margin-bottom: 30px;
	font-size: 24px
}

b,
del,
sub,
sup,
u {
	color: #1f2b7b
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #828bb2
}

.button-area {
	background: #fff
}

.button-area .border-top-generic {
	padding: 70px 15px;
	border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
	margin-right: 10px;
	margin-top: 10px
}

.button-group-area .genric-btn:last-child {
	margin-right: 0
}

.genric-btn {
	display: inline-block;
	outline: 0;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.genric-btn:focus {
	outline: 0
}

.genric-btn.e-large {
	padding: 0 40px;
	line-height: 50px
}

.genric-btn.large {
	line-height: 45px
}

.genric-btn.medium {
	line-height: 30px
}

.genric-btn.small {
	line-height: 25px
}

.genric-btn.radius {
	border-radius: 3px
}

.genric-btn.circle {
	border-radius: 20px
}

.genric-btn.arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.genric-btn.arrow span {
	margin-left: 10px
}

.genric-btn.default {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.default:hover {
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.default-border {
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.default-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.primary {
	color: #fff;
	background: #1f2b7b;
	border: 1px solid transparent
}

.genric-btn.primary:hover {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff
}

.genric-btn.primary-border {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff
}

.genric-btn.primary-border:hover {
	color: #fff;
	background: #1f2b7b;
	border: 1px solid transparent
}

.genric-btn.success {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent
}

.genric-btn.success:hover {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff
}

.genric-btn.success-border {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff
}

.genric-btn.success-border:hover {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent
}

.genric-btn.info {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent
}

.genric-btn.info:hover {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff
}

.genric-btn.info-border {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff
}

.genric-btn.info-border:hover {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent
}

.genric-btn.warning {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent
}

.genric-btn.warning:hover {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff
}

.genric-btn.warning-border {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff
}

.genric-btn.warning-border:hover {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent
}

.genric-btn.danger {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent
}

.genric-btn.danger:hover {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff
}

.genric-btn.danger-border {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff
}

.genric-btn.danger-border:hover {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent
}

.genric-btn.link {
	color: #415094;
	background: #f9f9ff;
	text-decoration: underline;
	border: 1px solid transparent
}

.genric-btn.link:hover {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.link-border {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff;
	text-decoration: underline
}

.genric-btn.link-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.disable {
	color: #222, .3;
	background: #f9f9ff;
	border: 1px solid transparent;
	cursor: not-allowed
}

.generic-blockquote {
	padding: 30px 50px 30px 30px;
	background: #f9f9ff;
	border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
	overflow-x: scroll
}

.progress-table {
	background: #f9f9ff;
	padding: 15px 0 30px 0;
	min-width: 800px
}

.progress-table .serial {
	width: 11.83%;
	padding-left: 30px
}

.progress-table .country {
	width: 28.07%
}

.progress-table .visit {
	width: 19.74%
}

.progress-table .percentage {
	width: 40.36%;
	padding-right: 50px
}

.progress-table .table-head {
	display: flex
}

.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
	color: #415094;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500
}

.progress-table .table-row {
	padding: 15px 0;
	border-top: 1px solid #edf3fd;
	display: flex
}

.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
	display: flex;
	align-items: center
}

.progress-table .table-row .country img {
	margin-right: 15px
}

.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0;
	background: 0 0
}

.progress-table .table-row .percentage .progress .progress-bar {
	height: 5px;
	line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
	background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
	background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
	background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
	background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
	background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
	background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
	background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
	background-color: #e66686
}

.single-gallery-image {
	margin-top: 30px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	height: 200px
}

.list-style {
	width: 14px;
	height: 14px
}

.unordered-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em!important
}

.unordered-list li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #1f2b7b;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%
}

.ordered-list {
	margin-left: 30px
}

.ordered-list li {
	list-style-type: decimal-leading-zero;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em!important
}

.ordered-list li span {
	font-weight: 300;
	color: #828bb2
}

.ordered-list-alpha li {
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em!important
}

.ordered-list-alpha li span {
	font-weight: 300;
	color: #828bb2
}

.ordered-list-roman li {
	margin-left: 30px;
	list-style-type: lower-roman;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em!important
}

.ordered-list-roman li span {
	font-weight: 300;
	color: #828bb2
}

.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input:focus {
	outline: 0
}

.input-group-icon {
	position: relative
}

.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3
}

.input-group-icon .icon i {
	color: #797979
}

.input-group-icon .single-input {
	padding-left: 45px
}

.single-textarea {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px;
	height: 100px;
	resize: none
}

.single-textarea:focus {
	outline: 0
}

.single-input-primary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-primary:focus {
	outline: 0;
	border: 1px solid #1f2b7b
}

.single-input-accent {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-accent:focus {
	outline: 0;
	border: 1px solid #eb6b55
}

.single-input-secondary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-secondary:focus {
	outline: 0;
	border: 1px solid #f09359
}

.default-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.default-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.default-switch input+label {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #1f2b7b;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.default-switch input:checked+label {
	left: 19px
}

.primary-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-switch input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.primary-switch input+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 8.5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.primary-switch input+label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.primary-switch input:checked+label:after {
	left: 19px
}

.primary-switch input:checked+label:before {
	background: #1f2b7b
}

.confirm-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-switch input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.confirm-switch input+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 8.5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}

.confirm-switch input+label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.confirm-switch input:checked+label:after {
	left: 19px
}

.confirm-switch input:checked+label:before {
	background: #4cd3e3
}

.primary-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
	background: url(../img/elements/primary-check.png) no-repeat center center/cover;
	border: none
}

.confirm-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
	background: url(../img/elements/success-check.png) no-repeat center center/cover;
	border: none
}

.disabled-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.disabled-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.disabled-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
	cursor: not-allowed;
	z-index: 3
}

.disabled-checkbox input:checked+label {
	background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
	border: none
}

.primary-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
	background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
	border: none
}

.confirm-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
	background: url(../img/elements/success-radio.png) no-repeat center center/cover;
	border: none
}

.disabled-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.disabled-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.disabled-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
	cursor: not-allowed;
	z-index: 3
}

.disabled-radio input:checked+label {
	background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
	border: none
}

.default-select {
	height: 40px
}

.default-select .nice-select {
	border: none;
	border-radius: 0;
	height: 40px;
	background: #f9f9ff;
	padding-left: 20px;
	padding-right: 40px
}

.default-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0
}

.default-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 20px
}

.default-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: 0 0
}

.default-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: 0 0
}

.default-select .current {
	margin-right: 50px;
	font-weight: 300
}

.default-select .nice-select::after {
	right: 20px
}

.form-select {
	height: 40px;
	width: 100%
}

.form-select .nice-select {
	border: none;
	border-radius: 0;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%
}

.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0
}

.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px
}

.form-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: 0 0
}

.form-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: 0 0
}

.form-select .current {
	margin-right: 50px;
	font-weight: 300
}

.form-select .nice-select::after {
	right: 20px
}

.mt-10 {
	margin-top: 10px
}

.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

.switch-wrap {
	margin-bottom: 10px
}

@-ms-viewport {
	width: device-width
}

.visible-phone {
	display: none!important
}

.visible-tablet {
	display: none!important
}

.hidden-desktop {
	display: none!important
}

.visible-desktop {
	display: inherit!important
}

@media screen and (min-width:1280px) and (max-width:1599px) {
	#section2 .line {
		width: 50%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section2 .blk2.no {
		font-size: 111px
	}
	#section2 .blk2 {
		margin-left: 30px;
		margin-top: 20px
	}
	.logo {
		float: left;
		width: 184px
	}
	#section4 .team {
		background-position: -5em 100%
	}
	.wrk-txt {
		min-height: 198px;
		padding: 20px 0 20px 15px
	}
}

@media screen and (min-width:996px) and (max-width:1279px) {
	.container {
		width: 960px
	}
	.header {
		background: #00a2c2 url(../images/bn-ipad.jpg) no-repeat 100% 100%;
		height: 680px
	}
	.rhttp {
		width: 100%;
		position: absolute;
		right: 20px;
		padding-left: 5%
	}
	.bnrtxt {
		top: 150px
	}
	.bnrtxt h1 span {
		font-size: 100px
	}
	.bnrtxt h1 {
		font-size: 34px;
		line-height: 45px
	}
	.bnrtxt p {
		font-size: 14px;
		width: 84%;
		line-height: 22px
	}
	.abt-blk {
		width: 100%;
		height: 432px
	}
	.abt .blocks {
		padding-left: 16px
	}
	.logo {
		float: left;
		width: 184px
	}
	.info a {
		padding: 0 2px 0 2px
	}
	.wrk-txt {
		padding: 50px 20px
	}
	.blk2 {
		margin-left: 30px;
		margin-top: 20px
	}
	#section2 .line {
		width: 50%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section2 .blk2 {
		margin-left: 30px;
		margin-top: 20px
	}
	.no {
		font-size: 70px;
		line-height: 70px
	}
	h2 {
		font-size: 30px;
		color: #00a6bf;
		font-family: open_sanslight;
		line-height: 10px;
		margin-bottom: 20px;
		text-transform: uppercase
	}
	p {
		font-size: 14px;
		line-height: 22px
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.abttext {
		margin-top: 0;
		margin-left: 30px
	}
	.abttext ul {
		margin: 20px;
		padding: 25px 0 25px 20px;
		font-size: 16px
	}
	.abttext ul li {
		line-height: 52px
	}
	.wrk-txt h3 {
		font-size: 16px
	}
	figure.effect-honey h2 {
		font-size: 20px
	}
	.team2 {
		width: 94%
	}
	.team1 .col-sm-1 {
		width: 60px
	}
	.team2 h3 {
		color: #fff;
		font-size: 23px
	}
	.team1 p,
	.team2 p {
		font-size: 13px
	}
	.team2 img {
		padding-right: 15px;
		width: 52%
	}
	.r1 {
		position: relative;
		top: 70px
	}
	.tm-full ul {
		margin: 72px 0 0 0;
		padding: 0
	}
	.tm-full ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
		font-size: 32px;
		color: #bcbcbc;
		font-family: open_sansextrabold
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 22%
	}
	.button {
		min-width: 110px;
		padding: .7em 1.2em
	}
	.test1 a {
		text-transform: uppercase;
		font-size: 15px;
		color: #00a6bf
	}
	.quote-blk {
		min-height: 502px;
		padding: 0 0 20px 0
	}
	.quote-blk p {
		width: 96%;
		margin: 0 auto;
		line-height: 30px
	}
	.quote-blk h1 {
		padding-top: 50px
	}
	figure.effect-honey h2 {
		font-size: 18px
	}
	.abt {
		padding-bottom: 30px
	}
	.menu {
		right: 15px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.abttext {
		margin-top: 20px
	}
	.wrk-txt {
		min-height: 270px;
		padding: 30px 20px
	}
	.grid {
		display: inline-block
	}
	.blk2 {
		margin-left: 0;
		margin-top: 15px
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		margin: 20px auto;
		top: 0
	}
	#section4 .team {
		background-position: -18em 100%;
		background-size: contain;
		padding: 5px 0 20px
	}
	.client-img {
		text-align: left
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	ul.pri li {
		margin: 15px 0;
		width: 32%
	}
	ul.apr {
		text-align: left
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 33%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.bnrtxt1 h1.blg {
		width: 70%;
		font-size: 48px
	}
	.work-all .grid {
		display: inherit
	}
}

@media screen and (min-width:768px) and (max-width:995px) {
	.career-float-left {
		padding-left: 4%;
		padding-right: 4%
	}
	.container {
		width: 750px
	}
	#popup_form .hm_request_form ol.forms {
		padding: 0 1%
	}
	.header {
		background: #00a2c2 url(../images/bn-ipadv.jpg) no-repeat 100% 100%;
		height: 600px
	}
	.bnrtxt h1 {
		font-size: 26px;
		line-height: 45px
	}
	.bnrtxt p {
		font-size: 14px;
		width: 80%;
		line-height: 22px
	}
	.abt-blk {
		width: 100%;
		height: 522px;
		background: url(images/abt-vd.jpg) no-repeat 70% 0/cover
	}
	.abt .blocks {
		padding-left: 16px
	}
	.bnrtxt h1 span {
		font-size: 85px
	}
	.bnrtxt {
		top: 120px
	}
	.logo {
		float: none
	}
	.tptxt {
		text-align: right;
		padding: 2px 0 10px 0
	}
	#section2 .line {
		width: 70%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section6 .col-sm-10 {
		width: 73%
	}
	#section3 .blk2 {
		margin-top: 0
	}
	#section4 .team {
		padding: 50px 0 0 0
	}
	.line {
		width: 70%
	}
	.blk2 {
		margin-left: 30px;
		margin-top: 30px
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.no {
		font-size: 70px;
		line-height: 70px
	}
	.line {
		background: #00a6bf;
		border-radius: 10px;
		height: 4px;
		width: 80%
	}
	h2 {
		font-size: 30px;
		line-height: 20px;
		margin-bottom: 10px;
		text-transform: uppercase
	}
	p {
		font-size: 14px;
		line-height: 22px;
		width: 100%
	}
	.abttext {
		margin-top: 0;
		margin-left: 30px
	}
	.abttext ul {
		margin: 20px;
		padding: 15px 0 15px 20px;
		font-size: 22px
	}
	.abttext ul li {
		line-height: 43px
	}
	.wrk-txt {
		padding: 20px 0 20px 15px
	}
	.wrk-txt h3 {
		font-size: 14px
	}
	figure.effect-honey h2 {
		font-size: 15px
	}
	.quote-blk {
		min-height: 502px;
		padding: 0
	}
	.quote-blk h1 {
		padding-top: 50px
	}
	.input {
		margin-bottom: 20px
	}
	.team1 {
		margin-top: 30px
	}
	.team2 {
		width: 96%
	}
	.team1 .col-xs-2 {
		width: 60px
	}
	.tm-full {
		padding: 15px 0
	}
	.tm-full ul {
		text-align: center;
		width: 100%;
		margin: 60px 0
	}
	.tm-full ul li {
		font-size: 23px;
		text-align: left
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 23%
	}
	.team2 img {
		padding-right: 15px;
		width: 52%
	}
	.tm {
		text-align: left
	}
	.team1 h3,
	.team2 h3 {
		font-size: 17px
	}
	.team2 p {
		padding-right: 8px;
		font-size: 13px
	}
	.r1 {
		position: relative;
		top: 55px
	}
	.clients .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: center
	}
	.test1 {
		padding-bottom: 0;
		padding-top: 30px
	}
	.test1 p {
		font-size: 14px;
		line-height: 23px
	}
	.test1 a {
		font-size: 13px
	}
	.quote-blk button {
		float: none;
		margin: 0 auto
	}
	.abt {
		padding-bottom: 30px
	}
	.menu {
		right: 15px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.wrk-txt {
		min-height: 258px
	}
	.wrk-txt p {
		font-size: 13px
	}
	.grid {
		display: inline-block;
		padding: 0 0 2.5em
	}
	.blk2 {
		margin-left: 0;
		margin-top: 15px
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		margin: 20px auto;
		top: 0
	}
	.abt-blk {
		float: left
	}
	.img-pos {
		padding-top: 35%
	}
	#section4 .team {
		background-position: -24em 100%;
		background-size: contain;
		padding: 5px 0 20px
	}
	.team .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: left
	}
	.test1 {
		padding-top: 20px
	}
	footer {
		padding: 40px 0
	}
	footer p {
		font-size: 13px
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	#about-col {
		padding: 70px 0
	}
	ul.pri li {
		margin: 15px 0;
		width: 32%
	}
	ul.apr {
		text-align: left
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 49%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.carrer-detail ul li {
		margin: 0 15px 10px
	}
	.bnrtxt1 h1.blg {
		width: 90%;
		font-size: 42px
	}
	.cover-left ul {
		margin-bottom: 15px
	}
	.work-all .grid {
		display: inherit
	}
	.info {
		text-transform: uppercase;
		color: #fff;
		font-size: 16px
	}
}

@media screen (max-width:1279px) {
	.hm-abt {
		height: auto!important
	}
}

@media screen and (min-width:480px) and (max-width:767px) {
	.career-float-left {
		padding-left: 4%;
		padding-right: 4%
	}
}

@media screen and (min-width:400px) and (max-width:767px) {
	.hm-abt {
		height: auto!important
	}
	#popup_form .hm_request_form {
		max-width: 95%;
		margin-bottom: 20px!important
	}
	.file-msg {
		margin-bottom: 20px
	}
	#popup_form .hm_request_form ol.forms {
		padding: 0 1%
	}
	.logo {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		top: 80px
	}
	.logo img.ds {
		display: none
	}
	.logo img.ip {
		display: block;
		margin: 0 auto;
		padding-top: 20px;
		float: none
	}
	.info {
		color: #fff;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase
	}
	#section1 .col-sm-1 {
		display: none
	}
	.mid {
		margin: 20px 0 0 0
	}
	.tptxt {
		text-align: center;
		padding-left: 0
	}
	#section1 .text-right {
		text-align: center;
		padding-top: 5px
	}
	.bnrtxt h1 span {
		font-size: 100px
	}
	.bnr1 {
		text-align: center
	}
	.bnrtxt {
		position: relative;
		top: 260px
	}
	.bnrtxt h1 {
		font-size: 34px
	}
	.bnrtxt p {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 22px
	}
	.header {
		background: #00a2c2 url(../images/bn-ipod.jpg) no-repeat 50% 100%;
		height: 1050px
	}
	.bnrtxt button {
		float: none;
		margin: 0 auto
	}
	.abt-blk {
		width: 100%;
		min-height: 350px;
		background: url(images/abt-vd.jpg) no-repeat 70% 0/100% auto
	}
	.abt {
		padding-bottom: 0;
		background: #fff
	}
	#section2 .line {
		width: 50%
	}
	#section2 .blk2 p {
		width: 100%
	}
	.line {
		width: 50%;
		margin: 0 auto
	}
	.blk2 {
		margin-left: 0;
		margin-top: 30px;
		text-align: center
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.abttext {
		margin-top: 0;
		margin-left: 0
	}
	.abttext ul {
		margin: 20px 0 0 0;
		padding: 20px 0 20px 20px;
		font-size: 22px;
		text-align: center
	}
	.abttext ul li {
		line-height: 33px
	}
	.wrk-txt {
		padding: 50px 20px;
		text-align: center
	}
	.number {
		margin: 0 auto
	}
	.wrk-txt p {
		width: 100%
	}
	figure.effect-honey h2 {
		font-size: 20px
	}
	.tm-full {
		padding: 20px 0
	}
	.tm-full ul {
		text-align: center;
		width: 90%;
		margin: 0 auto
	}
	.tm-full ul li {
		font-size: 20px;
		display: inline-block;
		width: 48%;
		text-align: left
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 25%
	}
	.team1 {
		width: 90%;
		margin: 0 auto
	}
	.team2 {
		width: 90%;
		margin: 0 auto
	}
	.team2 img {
		padding-right: 15px;
		width: 52%
	}
	.r1 {
		position: relative;
		top: 70px
	}
	.team1 .col-xs-2 {
		width: 60px
	}
	.clients .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: center
	}
	.quote-blk {
		min-height: 502px;
		padding: 0 0 50px 0
	}
	.quote-blk p {
		width: 96%;
		margin: 0 auto
	}
	.quote-blk h1 {
		padding-top: 50px
	}
	.quote-blk button {
		float: none;
		margin: 0 auto
	}
	figure.effect-honey figcaption::before,
	figure.effect-honey h2 {
		text-align: center
	}
	.rhttp {
		z-index: 10
	}
	.mid {
		margin: 20px 0 8px
	}
	.menu {
		right: 15px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.wrk-txt {
		min-height: 330px
	}
	.grid {
		display: inline-block
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.abt-blk {
		float: left
	}
	.abttext ul {
		margin: 0;
		padding: 20px
	}
	.img-pos {
		padding-top: 20px
	}
	.grid {
		padding: 0 0 2em
	}
	.team {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		padding: 20px 0 30px
	}
	.team .blk2 p {
		margin: 0 auto 20px;
		width: 90%
	}
	footer {
		padding: 30px 0
	}
	footer .row .col-xs-4 {
		width: 100%
	}
	footer p {
		text-align: center!important
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	.bnrtxt1 h1.wht {
		font-size: 40px
	}
	.worktxt h1 {
		width: 100%
	}
	#about-col {
		padding: 50px 0
	}
	ul.pri li {
		margin: 10px 0;
		width: 32%
	}
	ul.pri li h3 {
		font-size: 16px
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 100%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.carrer-detail ul li {
		margin: 0 15px 10px
	}
	.con-detail h4 {
		font-size: 16px
	}
	.con-detail p {
		font-size: 15px
	}
	.cover-left,
	.cover-right {
		padding: 0;
		text-align: center;
		width: 100%
	}
	.cover-left ul {
		margin-bottom: 15px
	}
	.blg-left {
		margin-bottom: 20px
	}
	.bnrtxt1 h1.blg {
		width: 100%;
		font-size: 38px
	}
	.test-rht {
		margin-bottom: 20px
	}
	.work-all .grid {
		display: inherit
	}
	.blk2 button,
	.client-img button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.clients button {
		float: none;
		margin: 20px auto;
		top: 0
	}
}

@media screen and (min-width:150px) and (max-width:399px) {
	h2 {
		line-height: 45px
	}
	.error {
		display: block;
		text-align: left
	}
	#popup_form .hm_request_form {
		max-width: 95%;
		margin-bottom: 20px!important
	}
	.file-msg {
		margin-bottom: 20px
	}
	#popup_form .hm_request_form ol.forms {
		padding: 0 1%
	}
	.abt-blk {
		width: 100%;
		min-height: 150px;
		background: url(images/abt-vd.jpg) no-repeat 70% 0/100% auto
	}
	.hm-abt {
		height: auto!important
	}
	.clients button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.info span {
		display: block
	}
	.logo {
		float: none;
		margin: 0 auto;
		top: 140px;
		width: 100%
	}
	img.ds {
		display: none
	}
	img.ip {
		display: block;
		margin: 0 auto;
		width: 120px
	}
	.tm img.ip {
		display: block;
		margin: 0 auto;
		width: 96%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px
	}
	.unline {
		margin: 0 auto
	}
	.input__field--ruri {
		padding: .01em 0
	}
	#section1 .col-xs-11 {
		width: 88%;
		margin: 0 auto;
		float: none
	}
	.mid {
		margin: 20px 0 0 0
	}
	.tptxt {
		text-align: center;
		padding-left: 0;
		padding-top: 8px;
		font-size: 12px
	}
	.info {
		line-height: 26px;
		font-size: 12px
	}
	#section1 .text-right {
		text-align: center;
		padding-top: 5px
	}
	.bnr1 {
		text-align: center
	}
	.bnrtxt {
		position: relative;
		top: 250px
	}
	.bnrtxt h1 {
		font-size: 30px;
		line-height: 38px
	}
	.bnrtxt h1 span {
		font-size: 50px
	}
	.header {
		background: #00a2c2 url(../images/bn-iphone.jpg) no-repeat 50% 100%;
		height: 1020px
	}
	.bnrtxt button {
		float: none;
		margin: 0 auto
	}
	.abt {
		padding-bottom: 0;
		background: #fff
	}
	#section2 .line {
		width: 80%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section2 .blk2 {
		padding-bottom: 30px
	}
	.line {
		width: 80%;
		margin: 0 auto
	}
	.blk2 {
		margin-left: 0;
		margin-top: 30px;
		text-align: center
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.abttext {
		margin-top: 0;
		margin-left: 0
	}
	.abttext ul {
		margin: 20px 0 0 0;
		padding: 20px 0 20px 20px;
		font-size: 22px;
		text-align: center
	}
	.abttext ul li {
		line-height: 43px
	}
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		width: 100%;
		float: none;
		text-align: center
	}
	.wrk-txt {
		padding: 50px 20px;
		text-align: center
	}
	.number {
		margin: 0 auto
	}
	.wrk-txt p {
		width: 100%
	}
	figure.effect-honey h2 {
		font-size: 20px
	}
	.team {
		padding: 0 0
	}
	.team .blk2 p {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.tm-full ul {
		margin: 45px 0 0 0;
		padding: 0;
		width: 80%;
		margin: 0 auto;
		text-align: left
	}
	.tm-full ul li {
		font-size: 20px;
		color: #bcbcbc;
		font-family: open_sansextrabold
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 70px
	}
	.team1 {
		width: 100%;
		margin: 0 auto
	}
	.team2 {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px
	}
	.team2 img {
		padding-right: 0;
		width: 100%
	}
	.r1 {
		position: relative;
		top: 20px;
		min-height: 350px
	}
	.team1 .col-xs-2 {
		max-width: 86%;
		margin: 0 auto
	}
	.m1 {
		padding-bottom: 20px
	}
	.clients .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: center
	}
	.quote-blk {
		min-height: 502px;
		padding: 0 0 50px 0
	}
	.quote-blk p {
		width: 96%;
		margin: 0 auto;
		font-size: 15px
	}
	.quote-blk h1 {
		padding-top: 50px;
		font-size: 40px
	}
	.quote-blk button {
		float: none;
		margin: 0 auto
	}
	figure.effect-honey figcaption::before,
	figure.effect-honey h2 {
		text-align: center
	}
	.test1 a {
		text-transform: uppercase;
		font-size: 15px
	}
	.mid {
		background-position: 20px 0;
		margin: 50px 0 8px
	}
	.rhttp .text-right {
		text-align: center;
		margin-left: 25px
	}
	.rhttp {
		right: 15px;
		z-index: 10
	}
	.menu {
		right: 10px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.abt-blk {
		float: left
	}
	.abttext ul {
		margin: 0;
		padding: 20px
	}
	.img-pos {
		padding-top: 20px
	}
	.grid {
		padding: 0 0 2em
	}
	.team {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0
	}
	footer {
		padding: 30px 0
	}
	footer p {
		text-align: center!important
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	.bnrtxt1 h1.wht {
		font-size: 30px
	}
	.worktxt h1 {
		width: 100%
	}
	#about-col {
		padding: 50px 0
	}
	ul.pri li {
		margin: 10px 0;
		width: 49%
	}
	ul.pri li h3 {
		font-size: 16px
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 100%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.input__field--ruri {
		padding: 10px 0 5px;
		margin-bottom: 2em
	}
	.cover-left,
	.cover-right {
		padding: 0;
		width: 100%
	}
	.cover-left ul {
		margin-bottom: 15px
	}
	.blg-left {
		margin-bottom: 20px
	}
	.bnrtxt1 h1.blg {
		width: 100%;
		font-size: 32px
	}
	.test-rht {
		margin-bottom: 20px
	}
}

.worktxt a {
	display: inline-block
}

@media screen and (max-width:600px) {
	.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-custom.fancybox-opened {
		width: 90%!important
	}
	.fancybox-inner {
		width: auto!important
	}
	.hm_request_form ol.forms li {
		margin-bottom: 0;
		overflow: hidden;
		text-align: center
	}
	.hm_request_form ol.forms li .twocol-one {
		float: none;
		margin-bottom: 20px;
		margin-right: 3%;
		width: 100%
	}
	.hm_request_form ol.forms {
		padding: 0 0 40px
	}
	.pop {
		font-size: 14px
	}
	.hm_request_form1 ol.forms li .twocol-one {
		float: left;
		margin-bottom: 20px;
		margin-right: 3%;
		width: 100%
	}
	.hm_request_form1 ol.forms li {
		margin-bottom: 0;
		overflow: hidden;
		text-align: center
	}
	.hm_request_form1 .forms>li {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (min-width:601px) and (max-width:767px) {
	.career-float-left {
		padding-left: 5%;
		padding-right: 5%
	}
	.hm_request_form1 .forms>li {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (min-width:768px) and (max-width:992px) {
	.contact-us-section {
		background-size: auto
	}
	.cont-new .bnrtxt1 {
		width: auto
	}
	.contact-top-part .cot1 {
		width: 100%
	}
	.contact-info {
		margin-bottom: 30px
	}
	.contact-form-part {
		margin-bottom: 50px
	}
	.fd-left {
		padding-right: 15px
	}
	.fd-right {
		padding-left: 15px
	}
	.com-features .row {
		display: block;
		float: left;
		margin: 18px 0;
		text-align: center;
		width: 100%
	}
	.feat-text-right {
		text-align: center
	}
	.features-pic,
	.features-text {
		padding-left: 15px;
		padding-right: 15px
	}
	.features-pic {
		margin-bottom: 15px;
		width: 100%;
		left: 0
	}
	.features-text {
		width: 100%;
		right: 0
	}
	.features-pic img {
		display: inline-block
	}
	.features-text h2 {
		font-size: 40px
	}
	.features-text p {
		font-size: 11px
	}
	.what-next-part ul li {
		margin-bottom: 45px;
		width: 49%
	}
	.arrow-b,
	.arrow-t {
		display: none
	}
	.service-list-section h1 {
		font-size: 28px
	}
	.service-list {
		padding: 0
	}
	.service-list h4 {
		font-size: 14px
	}
	.service-list ul li {
		font-size: 12px;
		padding: 5px 0 5px 20px
	}
	.service-content-section p {
		font-size: 14px;
		line-height: 28px
	}
	.service-point-section h3 {
		font-size: 22px
	}
	.service-point-section ul {
		margin: 0 0 30px 20px
	}
	.service-point-section ul li {
		font-size: 16px;
		padding: 8px 0 8px 28px
	}
}

@media (min-width:481px) and (max-width:767px) {
	.contact-us-section {
		background-size: auto
	}
	.cont-new {
		min-height: 380px
	}
	.cont-new .bnrtxt1 {
		top: 300px;
		width: auto
	}
	.contact-info {
		margin-bottom: 30px
	}
	.contact-form-part {
		margin-bottom: 50px
	}
	.fd-left {
		padding-right: 15px
	}
	.fd-right {
		padding-left: 15px
	}
	.com-features .row {
		display: block;
		float: left;
		margin: 18px 0;
		text-align: center;
		width: 100%
	}
	.feat-text-right {
		text-align: center
	}
	.features-pic,
	.features-text {
		padding-left: 15px;
		padding-right: 15px
	}
	.features-pic {
		margin-bottom: 15px
	}
	.features-pic img {
		display: inline-block
	}
	.what-next-part ul li {
		margin-bottom: 45px;
		width: 49%
	}
	.arrow-b,
	.arrow-t {
		display: none
	}
	.service-list-section {
		padding: 20px 0
	}
	.service-list-section h1 {
		font-size: 24px
	}
	.service-list {
		padding: 0
	}
	.service-list .col-sm-3,
	.service-list .col-sm-4 {
		margin-bottom: 25px
	}
	.service-content-section p {
		font-size: 15px;
		line-height: 28px
	}
	.service-banner-section .carousel-indicators {
		display: none
	}
	.service-point-section h3 {
		font-size: 24px
	}
	.service-point-section {
		padding: 40px 0 15px
	}
	.service-point-section ul {
		margin: 0 0 30px 20px
	}
	.service-point-section ul li {
		font-size: 18px;
		padding: 10px 0 10px 28px
	}
	.testimonails-section {
		padding: 40px 0 15px
	}
	.testi-box {
		min-height: inherit
	}
	.testi-user {
		margin-bottom: 25px
	}
}

@media (max-width:480px) {
	.num-in {
		display: block
	}
	.num-in-a {
		font-size: 30px;
		height: 50px;
		padding: 2px;
		width: 50px
	}
	.num-in-ab {
		padding-left: 0;
		position: relative
	}
	.career-float-left {
		border-bottom: 1px solid #afafaf;
		text-align: center
	}
	.career-float-left:last-child {
		border: medium none
	}
	.career-float-left .num {
		margin: 0 auto
	}
	.contact-us-section {
		background-size: auto
	}
	.cont-new {
		min-height: 360px
	}
	.cont-new .bnrtxt1 {
		top: 300px;
		width: auto
	}
	.contact-info {
		margin-bottom: 30px
	}
	.contact-title-part h2 {
		font-size: 20px;
		margin: 15px 0 5px
	}
	.contact-title-part p {
		font-size: 14px
	}
	.contact-form-part {
		margin-bottom: 50px
	}
	.fd-left {
		padding-right: 15px
	}
	.fd-right {
		padding-left: 15px
	}
	.com-features .row {
		display: block;
		float: left;
		margin: 18px 0;
		text-align: center;
		width: 100%
	}
	.feat-text-right {
		text-align: center
	}
	.features-pic,
	.features-text {
		padding-left: 15px;
		padding-right: 15px
	}
	.features-pic {
		margin-bottom: 15px
	}
	.features-pic img {
		display: inline-block
	}
	.what-next-part h2 {
		font-size: 24px
	}
	.what-next-part ul li {
		margin-bottom: 45px;
		width: 99%
	}
	.what-next-part ul li:last-child {
		margin-bottom: 0
	}
	.arrow-b,
	.arrow-t {
		display: none
	}
	.service-list-section {
		padding: 15px 0
	}
	.service-list-section h1 {
		font-size: 18px
	}
	.service-list {
		padding: 0
	}
	.service-list .col-sm-3,
	.service-list .col-sm-4 {
		margin-bottom: 25px
	}
	.service-content-section p {
		font-size: 14px;
		line-height: 26px
	}
	.service-banner-section .carousel-indicators {
		display: none
	}
	.service-point-section h3 {
		font-size: 20px
	}
	.service-point-section {
		padding: 30px 0 10px
	}
	.service-point-section ul {
		margin: 0 0 30px 20px
	}
	.service-point-section ul li {
		font-size: 16px;
		padding: 7px 0 7px 28px
	}
	.testimonails-section {
		margin: 30px 0 10px
	}
	.testi-box {
		min-height: inherit
	}
	.testi-user {
		margin-bottom: 25px
	}
}

@media screen and (min-width:481px) and (max-width:600px) {
	.num-in-ab h3 {
		font-size: 18px!important
	}
}

body {
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: none;
	outline: 0
}

.clr {
	clear: both
}

section {
	margin: 0;
	padding: 0
}

.header {
	background: #00a2c2 url(../images/bn.jpg) no-repeat 50% 0;
	height: 896px;
	position: relative
}

.arw {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0
}

.innerhdr {
	position: relative
}

.rhttp {
	width: 100%;
	position: absolute;
	right: 20px
}

img {
	max-width: 100%
}

img.ds {
	display: block
}

img.ip {
	display: none
}

.logo {
	width: 184px;
	margin-top: 0;
	position: absolute;
	top: 8px;
	left: 60px;
	background: #fff;
	padding: 8px 10px;
	border: 1px solid #ec0606
}

.logo a {
	display: inline-block
}

.menu {
	padding: 0;
	position: fixed;
	right: 20px;
	top: -8px;
	cursor: pointer;
	z-index: 1000
}

.menu img {
	border-radius: 2px
}

.menu span {
	cursor: pointer
}

.mid {
	background: url(../images/ln.png) no-repeat;
	top: 0;
	position: relative;
	width: 100%;
	height: 15px;
	margin-bottom: 5px;
	margin: 50px 0 0 0
}

.tptxt {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	padding-left: 60px;
	font-size: 13px;
	text-align: left;
	padding-bottom: 0
}

.info {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px
}

.info a {
	text-transform: uppercase;
	color: #fff;
	padding: 0 4px 0 4px
}

.bnrtxt {
	position: relative;
	top: 230px
}

.bnrtxt h1 {
	font-size: 38px;
	font-family: open_sansbold;
	color: #fff;
	margin-left: -6px;
	line-height: 54px;
	font-weight: 800px
}

.bnrtxt h1 span {
	display: block;
	font-size: 118px;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	margin-left: -2px
}

.bnrtxt p {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 31px
}

.bnrtxt a.bnrbtn {
	text-transform: uppercase;
	text-align: center;
	background: 0 0;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 0;
	font-size: 24px;
	color: #fff;
	padding: 5px 35px
}

.bnrtxt button {
	color: #fff
}

.bnrtxt .button--ujarak.button--inverted::before {
	background: #fff
}

.bnrtxt .button--ujarak:hover {
	color: #00a6bf
}

.abt-blk {
	width: 100%;
	position: relative;
	background: url(images/abt-vd.jpg) no-repeat 50% 0/cover;
	height: 494px
}

#div_demo {
	width: 427px;
	height: 240px;
	position: relative
}

.abt {
	padding-bottom: 0
}

.no-padding {
	padding: 0
}

.no-margin {
	margin: 0
}

.WE h2 {
	font-size: 50px;
	font-family: open_sansextrabold;
	color: #00a6bf;
	line-height: 68px;
	font-weight: 900
}

#section2 .line {
	width: 50%
}

#section2 .blk2 p {
	width: 100%
}

#section2 .blk2.no {
	font-size: 111px
}

#section2 .blk2 {
	margin-left: 30px;
	margin-top: 15px
}

.blk2 button {
	position: relative;
	top: 20px
}

.our-work {
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}

.our-work button {
	margin: 0 auto;
	float: none
}

.blk2 {
	margin-left: 30px;
	margin-top: 22px
}

.no {
	font-size: 111px;
	color: #00a6bf;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	line-height: 110px
}

.line {
	background: #00a6bf;
	border-radius: 10px;
	height: 4px;
	width: 80%
}

h2 {
	font-size: 50px;
	color: #00a6bf;
	font-family: open_sanslight;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase
}

p {
	font-size: 16px;
	color: #333;
	line-height: 27px
}

.abttext {
	background: #016d9b26;
	color: #fff;
	font-size: 16px;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	margin-top: 52px;
	margin-left: 30px
}

.abttext ul {
	margin: 0;
	padding: 68px 50px;
	font-size: 18px;
	font-weight: 700
}

.abttext ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 60px
}

.work {
	background: #f3f3f3;
	padding: 20px 0
}

.con1 {
	font-size: 21px
}

.con1 a {
	color: #008ba0;
	font-family: open_sansbold
}

.img-pos {
	padding-top: 30px
}

.wrk-txt {
	padding: 50px 20px;
	height: 100px!important;
	text-align: center
}

.number {
	background: #000;
	padding: 6px 10px;
	color: #fff;
	font-size: 23px;
	font-family: open_sansextrabold;
	width: 50px;
	height: 50px;
	text-align: center
}

.wrk-txt h3 {
	font-size: 20px;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer
}

.wrk-txt p {
	color: #fff;
	font-size: 14px
}

.wrk-txt a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff
}

.wrk-txt a:hover {
	color: #000;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease
}

.wrk-blk {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	padding: 0
}

.w1 {
	background: #18aec4;
	margin: 0;
	padding: 0
}

.w2 {
	background: #f73636d4;
	margin: 0;
	padding: 0
}

.w3 {
	background: #169cb0;
	margin: 0;
	padding: 0
}

.w4 {
	background: #181b1c;
	margin: 0;
	padding: 0
}

a.ser-link {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px
}

a:hover.ser-link {
	color: #00a6bf;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #00a6bf;
	padding-bottom: 8px
}

a.ser-link1 {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px
}

a:hover.ser-link1 {
	color: #000;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #000;
	padding-bottom: 8px
}

.team {
	padding: 30px 0 70px 0;
	background: #fff url(../images/app.jpg) no-repeat 0 100%
}

.tm {
	position: relative
}

.team p {
	width: 72%
}

.r1 {
	position: relative;
	top: 100px
}

.team .blk2 {
	margin-left: 0;
	margin-top: 0
}

.tm-full ul {
	margin: 45px 0 0 0;
	padding: 0
}

.tm-full ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 35px;
	color: #bcbcbc;
	font-family: open_sansextrabold
}

.tm-full ul li img {
	padding-right: 20px
}

.team-full {
	margin: 0 0 10px 0
}

.clients {
	padding: 30px 0 30px 0;
	background: #fff;
	border-top: 2px solid #d2d6d7
}

.clients .blk2 {
	margin-left: 0;
	margin-top: 0
}

.clients .blk2 p {
	width: 72%
}

.clients button {
	position: relative;
	top: 20px
}

.client-img {
	position: relative;
	top: 20px;
	margin-bottom: 40px
}

.test1 {
	padding-bottom: 30px;
	padding-top: 30px
}

.test1 a {
	text-transform: uppercase;
	font-size: 17px;
	color: #00a6bf
}

.test1 img {
	position: relative;
	top: 4px
}

.unline {
	position: relative;
	top: 6px;
	display: block
}

.social-icon {
	border-top: 1px solid #bfbebe;
	text-align: center;
	padding: 28px 0 28px;
	background: #fff
}

.social-icon a {
	padding: 0 5px 0 5px
}

.social-icon img:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease
}

.quote-blk {
	background: #f5f6f7
}

.quote-blk h1 {
	color: #00a6bf;
	font-size: 30px;
	text-align: center;
	font-family: open_sansbold;
	text-transform: none;
	padding-top: 50px
}

.quote-blk p {
	color: #999;
	font-size: 19px;
	text-align: center;
	line-height: 32px
}

.con-detail {
	text-align: center
}

.con-detail h4 {
	color: #00a6bf;
	font-family: open_sansbold
}

.con-detail p a.grey {
	color: #333
}

.con-detail p a:hover.grey {
	color: #00a6bf
}

footer {
	background: #0c1014;
	color: #353535;
	font-size: 14px
}

footer p {
	text-transform: none;
	color: #00a6bf;
	padding: 15px 0;
	margin: 0
}

footer a {
	color: #00a6bf
}

footer a:hover {
	color: #fff
}

footer a button {
	float: none!important;
	margin: 0 auto;
	width: 200px
}

footer a .button--ujarak-blue::before {
	border-radius: 40px!important
}

footer a button .button--ujarak-blue:hover {
	color: #fff;
	border-color: #00a6bf;
	border-radius: 40px!important
}

footer a button.button--ujarak-blue:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 40px!important
}

.blog-con {
	padding: 50px 0
}

.bnrtxt1 {
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 400px;
	width: 100%
}

.bnrtxt1 h1 {
	color: #191b1b;
	font-size: 50px;
	font-family: open_sansbold;
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #191b1b;
	margin: 0 0 5px;
	padding: 0 0 5px
}

.bnrtxt1 h1.wht {
	color: #fff;
	border-bottom: 1px solid #fff
}

.bnrtxt1 p.wht {
	font-size: 16px
}

.bnrtxt1 p.wht {
	color: #fff
}

.bnrtxt1 p {
	color: #191b1b;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: open_sanssemibold;
	margin: 0;
	padding: 0
}

.work-all {
	padding: 42px 0 0 0
}

.work-all .col-md-6,
.work-all .col-sm-6,
.work-all .col-xs-6 {
	margin-bottom: 30px!important
}

.workmain {
	background: #6d6d6d url(../images/bn-mainwrk.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk1 {
	background: #6d6d6d url(../images/bn-wrk1.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk2 {
	background: #6d6d6d url(../images/bn-sting.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk3 {
	background: #6d6d6d url(../images/bn-energy.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk4 {
	background: #6d6d6d url(../images/bn-retire.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk5 {
	background: #6d6d6d url(../images/bn-true-travel.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk6 {
	background: #6d6d6d url(../images/bn-azure.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk7 {
	background: #6d6d6d url(../images/bn-game.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk8 {
	background: #6d6d6d url(../images/bn-beat.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk9 {
	background: #6d6d6d url(../images/bn-happy.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk10 {
	background: #6d6d6d url(../images/bn-santa.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk11 {
	background: #6d6d6d url(../images/bn-tumbuctu.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk12 {
	background: #6d6d6d url(../images/bn-go2motor.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk13 {
	background: #6d6d6d url(../images/bn-jcm.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk144 {
	background: #6d6d6d url(../images/bn-prag.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk14 {
	background: #6d6d6d url(../images/poshandkuxebn.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk15 {
	background: #6d6d6d url(../images/bn-travel.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk16 {
	background: #6d6d6d url(../images/bn-mayra.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk17 {
	background: #6d6d6d url(../images/bn-uposi.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk18 {
	background: #6d6d6d url(../images/bn-eu.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk19 {
	background: #6d6d6d url(../images/bn-partyband.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk20 {
	background: #6d6d6d url(../images/bn-ff.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk21 {
	background: #6d6d6d url(../images/bn-grc.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk22 {
	background: #6d6d6d url(../images/bn-fc.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk37 {
	background: #6d6d6d url(../images/bn-law.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk38 {
	background: #6d6d6d url(../images/bn-health.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk39 {
	background: #6d6d6d url(../images/bn-canada.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk40 {
	background: #6d6d6d url(../images/bn-help.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk41 {
	background: #6d6d6d url(../images/bn-soma.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk42 {
	background: #6d6d6d url(../images/bn-organic.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.about {
	background: #6d6d6d url(../images/abt-img.jpg) fixed no-repeat 50% 100%/cover;
	min-height: 790px;
	width: 100%
}

.testi {
	background: #6d6d6d url(../images/bn-test.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.career {
	background: #6d6d6d url(../images/bn-career.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.cont {
	background: url(../images/bn-con.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.team-page {
	background: #6d6d6d url(../images/bn-team.jpg) fixed no-repeat 50% 100%/cover;
	min-height: 790px;
	width: 100%
}

.blog {
	background: #6d6d6d url(../images/bn-blog.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.bn-topic1 {
	background: #6d6d6d url(../images/bn-blog1.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.bn-topic2 {
	background: #6d6d6d url(../images/bn-blog2.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.bn-topic3 {
	background: #6d6d6d url(../images/bn-blog3.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.cover {
	background: #eef3f9 none repeat scroll 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 50px 0 0 0
}

.cover-left {
	float: left;
	width: 50%;
	padding: 50px 50px 0 0
}

.cover-right {
	width: 50%;
	float: right
}

.cover-left div p {
	font-size: 15px;
	margin-bottom: 28px
}

.cover-left ul {
	margin: 0;
	padding: 0
}

.cover-left ul li {
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 24px
}

.EEtext {
	color: #033479;
	text-transform: uppercase;
	font-size: 40px!important;
	line-height: 1
}

.tab-content div.grid ul {
	margin: 0;
	padding: 0
}

.tab-content div.grid ul li {
	margin: 0;
	padding: 0;
	list-style: none
}

.maxlist-more a {
	display: block;
	width: 170px;
	text-decoration: none
}

.maxlist-more a:hover {
	text-decoration: none
}

.worktxt {
	text-align: center;
	padding: 20px 0 20px 0
}

.visual {
	padding: 30px 0
}

.worktxt a .button--ujarak-blue {
	float: none;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px
}

.worktxt h1 {
	font-size: 35px;
	font-family: open_sansbold;
	line-height: 50px;
	color: #00a6bf;
	margin: 30px auto 20px;
	text-transform: capitalize
}

.worktxt h2 {
	font-size: 35px;
	color: #727272;
	text-transform: none;
	margin: 60px 0;
	line-height: 40px
}

.worktxt a {
	color: #00a6bf;
	text-decoration: none
}

.worktxt a:hover {
	color: #000;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease
}

.collage {
	padding: 30px 0
}

.unline1 {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0
}

ul.apr {
	display: inline-block;
	margin: 20px 0;
	padding: 0
}

ul.apr li {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	width: 19%;
	vertical-align: top;
	text-align: left
}

ul.apr li h3 {
	font-size: 20px;
	color: #00a6bf;
	text-transform: none;
	font-family: open_sansbold;
	line-height: 24px
}

ul.apr li p {
	font-size: 14px;
	line-height: 22px
}

.ap1 {
	text-align: left
}

h1.abt-hd1 {
	margin: 30px auto 0;
	padding: 0 0 10px 0;
	text-align: center
}

.abt-hd {
	color: #00a6bf;
	font-family: open_sansbold;
	margin: 0 0 20px 0;
	padding: 0
}

.approach h4 {
	font-size: 20px;
	font-family: open_sansbold;
	color: #00a6bf
}

.abtbx {
	margin: 20px 0;
	display: block
}

.abtbx img {
	padding-bottom: 10px
}

#about-col {
	background: #00a6bf url(../images/abt-mid.jpg) fixed no-repeat 55% 100%/cover;
	width: 100%;
	margin: 50px 0;
	padding: 100px 0
}

ul.pri {
	display: inline-block;
	margin: 20px 0;
	padding: 0
}

ul.pri li {
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	list-style: none;
	width: 12%;
	vertical-align: top;
	text-align: center
}

ul.pri li h3 {
	font-size: 18px;
	color: #fff;
	text-transform: none;
	line-height: 24px
}

.collage p {
	margin: 0;
	padding: 0
}

.grid p {
	margin: 0;
	padding: 0
}

.test-r {
	min-height: 300px
}

.colon {
	padding: 15px 0 15px 0
}

.test-rht {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 20px
}

.testbtn .button {
	float: left!important;
	position: relative;
	top: -50px
}

.test-r .author img {
	border-radius: 50%;
	border: 5px solid #dfdddd;
	width: 130px;
	height: 130px
}

.name {
	color: #333;
	font-size: 29px;
	text-transform: uppercase;
	font-family: open_sansbold;
	padding-top: 10px
}

.des {
	color: #333;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase
}

.blog-con {
	padding: 50px 0 50px 0
}

.blogpost {
	text-align: left;
	margin-bottom: 30px
}

.blogpost h1 {
	color: #00a2c2;
	font-size: 20px;
	font-family: open_sansbold;
	padding: 20px 0 10px 0;
	margin: 0
}

.blog-con .button {
	float: none;
	margin: 0 auto
}

.blog-con .button--ujarak,
.button--ujarak::before {
	color: #00a6bf;
	border-color: #00a6bf
}

.blog-con .button--ujarak,
.button--ujarak::after {
	color: #00a6bf;
	border-color: #00a6bf
}

.blog-con .button--ujarak.button--inverted:hover {
	color: #fff;
	border-color: #00a6bf
}

.blog .bnrtxt1 {
	top: 380px
}

.bnrtxt1 h1.blg {
	border-bottom: none;
	color: #fff;
	width: 50%;
	margin-top: 20px
}

.blg-right h1 {
	font-size: 35px;
	color: #00a2c2;
	font-family: open_sansbold;
	margin: 0 0 20px 0;
	padding: 0
}

.blg-right p {
	line-height: 30px;
	margin-bottom: 20px
}

.blogimg {
	padding: 0 0 20px 0
}

.blg-right ul,
.blg-right ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

.bl {
	font-size: 19px;
	color: #16a7c5
}

.blg-left {
	width: 96%;
	margin: 0 auto
}

.intro {
	text-align: center
}

.author img {
	border-radius: 50%;
	border: 10px solid #dfdddd
}

.name {
	color: #333;
	font-size: 29px;
	text-transform: uppercase;
	font-family: open_sansbold;
	padding-top: 10px
}

.des {
	color: #333;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase
}

.topics {
	padding: 0 0 20px 0;
	text-align: center;
	margin: 20px 0 0 0
}

.topics h2 {
	font-size: 29px;
	color: #00a2c2;
	font-family: open_sansbold;
	text-transform: uppercase
}

.topics ul {
	margin: 0;
	padding: 0
}

.topics ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 40px;
	font-size: 16px;
	color: #333
}

.topics ul li a {
	color: #333
}

.topics ul li a:hover {
	color: #00a2c2
}

.topics ul li a#active {
	color: #00a2c2;
	border-bottom: 2px solid #00a2c2
}

.comnts {
	border-top: 1px solid #dfdddd;
	border-bottom: 1px solid #dfdddd;
	padding: 20px 0;
	text-align: center;
	color: #8b8b8b;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 4px
}

.comnts a {
	color: #8b8b8b
}

.comnts a:hover {
	color: #00a2c2
}

.share {
	text-align: center;
	margin-top: 20px
}

.share h4 {
	color: #3b3b3b;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: open_sansbold
}

.share ul {
	margin: 0;
	padding: 0;
	display: inline
}

.share ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	padding: 0 20px;
	border-right: 1px solid #8b8b8b
}

.share ul li:Last-child {
	border-right: none
}

.share ul li a:hover {
	opacity: .5
}

.carrer-detail {
	padding: 40px 0
}

.carrer-detail h2,
.carrer-detail h3,
.carrer-detail h4 {
	margin: 0;
	padding: 0;
	line-height: 40px
}

.carrer-detail h4 {
	color: #00a6bf
}

.carrer-detail ul {
	margin: 0;
	padding: 0
}

.carrer-detail ul li {
	margin: 0 15px 10px 15px;
	padding: 0 0 0 10px;
	font-size: 14px;
	list-style: circle
}

.carrer-detail ul li p {
	font-size: 14px
}

.num {
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 2px;
	background: #00a6bf;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px
}

.cl-pro {
	padding: 0 0
}

.midline {
	background: transparent url(../images/midline.jpg) no-repeat scroll 50% 0;
	height: 12px;
	margin: 40px 0;
	position: relative;
	width: 100%;
	clear: both
}

.nav-tabs {
	border-bottom: none;
	color: #333
}

ul.nav-tabs {
	margin: 0 auto;
	text-align: center;
	float: none
}

.nav-tabs>li {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
	color: #333
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	color: #333;
	border-bottom: 0;
	background: #eee;
	border-radius: 4px;
	padding: 10px 20px
}

.nav-tabs>li>a:hover {
	border-color: none!important;
	background: #e0dede
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #00a6bf;
	border-radius: 4px
}

.tab-content figure.effect-honey img {
	opacity: .9;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

.tab-content figure.effect-honey:hover img {
	opacity: .5
}

.tab-content figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .8em 1.5em;
	width: 100%;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-family: open_sansbold;
	text-align: left;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	font-weight: 400;
	opacity: 0
}

.tab-content figure.effect-honey h2 span {
	font-family: open_sanslight;
	display: block;
	font-size: 15px;
	letter-spacing: 1px
}

.tab-content figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0)
}

.tab-content figure.effect-honey figcaption::before,
.tab-content figure.effect-honey h2 {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s
}

.tab-content figure.effect-honey:hover figcaption::before,
.tab-content figure.effect-honey:hover h2,
.tab-content figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: block
}

.error {
	color: red;
	font-size: 14px
}

#success {
	display: none;
	text-align: center;
	padding-bottom: 35px
}

#success p {
	color: #168008
}

.quote-blk .row a:active,
.quote-blk .row a:focus,
.quote-blk .row a:hover {
	color: #00a6bf
}

#fail {
	display: none
}

#fail>p {
	color: red
}

.hm_request_form {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 848px
}

.hm_request_form1 {
	border-radius: 6px;
	margin: 0 auto;
	max-width: 848px
}

#popup_form .hm_request_form h3 {
	padding: 0 0 29px;
	color: #fff;
	font-family: open_sansbold
}

.hm_request_form ol.forms {
	padding: 0 66px 0
}

ol,
ul {
	list-style: outside none none
}

.hm_request_form ol.forms li {
	margin-bottom: 23px;
	overflow: hidden;
	text-align: center
}

.hm_request_form ol.forms li .twocol-one {
	float: left;
	margin-right: 3%;
	width: 48.5%
}

.hm_request_form ol.forms li .twocol-one.last {
	margin-right: 0
}

.hm_request_form1 ol.forms li {
	margin-bottom: 23px;
	overflow: hidden;
	text-align: center
}

.hm_request_form1 ol.forms li .twocol-one {
	float: left;
	margin-right: 3%;
	width: 48.5%
}

.hm_request_form1 ol.forms li .twocol-one.last {
	margin-right: 0
}

input.txt {
	border: medium none;
	box-sizing: border-box;
	color: #646464;
	font: 14px/24px "Open Sans", Arial, sans-serif;
	height: 47px;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #242829
}

.hm_request_form1 input.txt {
	border: medium none;
	box-sizing: border-box;
	color: #646464;
	font: 14px/24px "Open Sans", Arial, sans-serif;
	height: 47px;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
	border: none
}

input,
textarea {
	background: #fff none repeat scroll 0 0;
	border-color: #efefef;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	color: #666;
	font-family: inherit;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 11px;
	margin-top: 1%!important;
	width: 310px
}

#popup_form .hm_request_form input.submit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 0;
	color: #fff;
	font: 700 15px/54px "Open Sans", Arial, sans-serif;
	height: 60px;
	margin: 0;
	padding: 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	float: none;
	display: inline-block
}

#wrapper .hm_request_form1 input.submit,
.hm_request_form1 input.submit {
	border: 3px solid #fff;
	border-radius: 0;
	color: #fff;
	font: 700 15px/54px "Open Sans", Arial, sans-serif;
	height: 60px;
	margin: 0;
	padding: 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	float: none;
	display: inline-block
}

textarea {
	width: 100%;
	height: 100px
}

.hm_request_form>h3 {
	color: #242829;
	padding-top: 13px!important;
	text-align: center
}

.hm_request_form1>h3 {
	color: #fff;
	padding-top: 13px!important;
	text-align: center;
	margin-bottom: 35px
}

.pop {
	color: #fff!important;
	display: inline-block;
	float: none;
	max-width: 100%;
	text-align: center
}

#upl-msg {
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	color: #333
}

.error-o {
	color: #d13b27;
	float: left;
	padding-top: 5px
}

textarea.requiredField {
	margin-bottom: 0!important
}

#popup_form .hm_request_form ol.forms {
	padding: 0 10px
}

#popup_form .hm_request_form {
	border: 10px solid #fff;
	border-radius: 6px;
	margin: 20px auto 0;
	max-width: 700px;
	padding: 0 20px 1px
}

#popup_form .hm_request_form>h3 {
	padding-top: 30px!important;
	text-align: center
}

#popup_form .close {
	border: 3px solid #fff!important;
	border-radius: 50%;
	float: right;
	margin-right: -16px!important;
	margin-top: 4px;
	padding: 0 8px
}

.file-msg {
	float: left;
	font-size: 11px;
	clear: both
}

.hm_request_form1 .pop {
	border: 3px solid #fff!important;
	color: #fff!important;
	display: inline-block;
	float: none;
	max-width: 100%;
	text-align: center
}

.bnrtxt .button--ujarak.button--inverted::before {
	background: #fff none repeat scroll 0 0
}

.button--ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.fancybox-inner {
	background: #00a2c2;
	width: auto!important
}

#popup_form .hm_request_form {
	background: #00a2c2
}

#popup_form .hm_request_form input.txt,
#popup_form .hm_request_form textarea {
	border: 1px solid #fff
}

.successs {
	padding-bottom: 35px;
	text-align: center
}

.quote-blk {
	background: #222 none repeat scroll 0 0
}

.hm_request_form1 ol {
	padding-left: 0!important
}

.fut {
	background: #00a2c2 none repeat scroll 0 0
}

.hm_request_form textarea {
	border: 1px solid #242829
}

.button--ujarak.button--inverted::before {
	background: #fff none repeat scroll 0 0
}

.button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop:hover {
	color: #00a6bf!important
}

button,
input {
	line-height: unset!important
}

a.scrollup {
	bottom: 10px;
	position: fixed;
	right: 10px
}

.fancybox-margin {
	margin-right: 0!important
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden
}

.cont-new {
	background: #00a2c2;
	height: 250px
}

.cont-new .bnrtxt1 {
	top: 150px;
	width: 100%
}

.cont-new .bnrtxt1 h1.wht {
	border: none
}

.contact-top-part {
	display: block;
	margin-bottom: 30px
}

.contact-us-section {
	display: block;
	background: url(../images/contact-map-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	min-height: 500px;
	padding: 50px 0
}

.contact-info {
	display: block
}

.contact-info ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0
}

.contact-info ul li {
	display: block;
	margin-bottom: 25px
}

.contact-info ul li:last-child {
	margin-bottom: 0
}

.contact-info ul li h5 {
	color: #00abcd;
	font-family: open_sanssemibold;
	font-size: 14px;
	margin: 5px 0;
	text-transform: uppercase
}

.contact-info ul li p {
	color: rgba(0, 0, 0, .7);
	font-size: 14px;
	line-height: 20px
}

.contact-info ul li p a {
	color: rgba(0, 0, 0, .7)
}

.contact-info ul li p a:hover {
	text-decoration: underline;
	color: #000
}

.contact-title-part {
	display: block;
	margin-bottom: 30px;
	text-align: center
}

.contact-title-part h2 {
	color: #00abcd;
	font-family: open_sansbold;
	font-size: 28px;
	margin: 15px 0 10px;
	text-align: center;
	text-transform: none
}

.contact-title-part p {
	font-size: 16px;
	color: #8b8a8a;
	font-family: open_sanslight
}

.contact-form-part {
	display: block
}

.contact-form-part .form-control {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #00abcd;
	border-radius: 0;
	box-shadow: none;
	font-family: open_sansregular;
	font-size: 15px;
	height: 52px;
	padding: 8px 12px
}

.contact-form-part .form-control:focus {
	border: 2px solid #313131
}

.contact-form-part textarea.form-control {
	height: 160px;
	resize: none
}

.fd-left {
	padding-right: 7.5px
}

.fd-right {
	padding-left: 7.5px
}

.com-features {
	display: block
}

.com-features .row {
	align-items: center;
	display: flex;
	margin: 18px -15px;
	padding-bottom: 18px;
	position: relative
}

.com-features .row:after {
	background: -moz-linear-gradient(left, rgba(169, 3, 41, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(109, 0, 25, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(169, 3, 41, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(109, 0, 25, 0) 100%);
	background: linear-gradient(to right, rgba(169, 3, 41, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(109, 0, 25, 0) 100%);
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}

.com-features .row:last-child:after {
	display: none
}

.features-pic {
	padding-right: 7.5px;
	padding-left: 7.5px
}

.features-text {
	padding-right: 7.5px;
	padding-left: 7.5px
}

.features-text h2 {
	color: #00abcd;
	font-family: open_sansbold;
	font-size: 44px;
	line-height: 30px;
	margin: 0 0 4px
}

.features-text p {
	color: #131313;
	font-family: open_sansregular;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase
}

.feat-text-right {
	text-align: right
}

.what-next-part {
	display: block
}

.what-next-part h2 {
	color: #00abcd;
	font-family: open_sansbold;
	font-size: 28px;
	margin: 20px 0 35px;
	text-align: center;
	text-transform: none
}

.what-next-part ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.what-next-part ul li {
	float: left;
	margin: 0 .5%;
	text-align: center;
	width: 15.66%;
	position: relative
}

.what-next-part ul li .what-nu {
	background: #22b4d2 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-family: open_sansbold;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	display: inline-block
}

.what-next-part ul li h4 {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #1c1c1c;
	font-family: open_sanssemibold;
	font-size: 15px;
	padding: 6px 0;
	text-transform: uppercase
}

.what-next-part ul li p {
	color: #3c3c3c;
	font-family: open_sansregular;
	font-size: 13px;
	line-height: 24px;
	margin: 0
}

.arrow-t {
	background: rgba(0, 0, 0, 0) url(../images/arrow-top.png) no-repeat scroll 0 0;
	display: block;
	height: 25px;
	position: absolute;
	right: -50px;
	width: 80px
}

.arrow-b {
	background: rgba(0, 0, 0, 0) url(../images/arrow-bottom.png) no-repeat scroll 0 0;
	display: block;
	height: 25px;
	position: absolute;
	right: -50px;
	top: 45px;
	width: 80px
}

.service-section-part {
	display: block
}

.service-list-section {
	display: block;
	padding: 30px 0
}

.gray-bg {
	background: #f9f9f8
}

.white-bg {
	background: #fff
}

.service-list-section h1 {
	color: #313131;
	font-family: open_sansbold;
	font-size: 36px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 0;
	text-align: center;
	text-transform: uppercase
}

.service-list {
	display: block;
	padding: 0 70px
}

.ser-icon {
	background: #00a2c2 none repeat scroll 0 0;
	border-radius: 100px;
	box-shadow: 0 0 0 5px rgba(56, 189, 215, .15);
	display: block;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	text-align: center;
	width: 120px
}

.service-list h4 {
	font-size: 16px;
	text-align: center;
	color: #2a2a2a;
	font-family: open_sansbold;
	font-weight: 400
}

.service-list ul {
	margin: 0 0 0 15px;
	padding: 0
}

.service-list ul li {
	background: rgba(0, 0, 0, 0) url(../images/check-icon.png) no-repeat scroll 0 12px;
	color: #2a2a2a;
	font-family: open_sansregular;
	font-size: 14px;
	padding: 5px 0 5px 24px
}

.service-content-section {
	display: block;
	padding: 30px 0;
	position: relative
}

.service-content-section:after {
	border-bottom: 35px solid #fff;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	content: "";
	left: calc(50% - 35px);
	position: absolute;
	top: -35px;
	z-index: 1
}

.service-content-section.gray-bg:after {
	border-bottom: 35px solid #f9f9f8
}

.service-content-section p {
	font-size: 17px;
	color: #000;
	line-height: 34px;
	font-family: open_sansregular
}

.service-content-section p:last-child {
	margin-bottom: 0
}

.service-banner-section {
	display: block
}

.service-banner-section img {
	width: 100%
}

.service-banner-section .carousel-indicators {
	bottom: 5px
}

.service-banner-section .carousel-indicators li {
	background-color: rgba(255, 255, 255, .5);
	width: 15px;
	height: 15px;
	border: none;
	margin: 1px
}

.service-banner-section .carousel-indicators .active {
	background-color: #00a2c2;
	height: 15px;
	margin: 1px;
	width: 15px
}

.design-ser h4 {
	margin-bottom: 30px
}

.service-point-section {
	background: url(../images/service-point-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 60px 0
}

.service-point-section h3 {
	color: #fff;
	font-family: open_sansbold;
	font-size: 28px;
	font-weight: 400;
	margin: 10px 0 15px;
	text-transform: uppercase
}

.service-point-section ul {
	margin: 0 0 0 20px;
	padding: 0
}

.service-point-section ul li {
	background: rgba(0, 0, 0, 0) url(../images/point-icon.jpg) no-repeat scroll 0 50%;
	color: #fff;
	font-family: open_sansregular;
	font-size: 20px;
	padding: 15px 0 15px 28px
}

.testimonails-section {
	display: block;
	margin: 50px 0
}

.testi-box {
	border: 1px solid #00a2c2;
	border-radius: 6px;
	color: #646464;
	display: block;
	font-family: open_sansregular;
	font-size: 13px;
	font-style: italic;
	line-height: 23px;
	min-height: 230px;
	padding: 18px;
	position: relative
}

.testi-box p {
	font-family: open_sansregular;
	font-size: 13px;
	color: #646464;
	font-style: italic;
	line-height: 23px;
	margin: 0
}

.testi-arrow {
	background: rgba(0, 0, 0, 0) url(../images/arrow-icon.png) no-repeat scroll 0 0;
	bottom: -11px;
	height: 11px;
	left: calc(50% - 11px);
	position: absolute;
	width: 19px
}

.quo-left {
	margin-top: -10px;
	padding-right: 8px
}

.quo-right {
	margin-top: 10px;
	padding-left: 8px
}

.testi-user {
	margin-top: 22px;
	text-align: center
}

.testi-user img {
	width: 78px;
	height: 78px;
	border-radius: 100px;
	box-shadow: 0 0 2px #ccc
}

.testi-user h5 {
	font-size: 14px;
	color: #00a2c2;
	font-family: open_sanssemibold
}

.contact-info ul li img {
	width: 60px
}

.career-float-left {
	border-bottom: 1px solid #afafaf;
	text-align: left
}

.career-float-left:last-child {
	border: medium none
}

.career-float-left .num {
	margin: 0 0 9px
}

.num-in {
	display: inline-block
}

.num-in-a {
	font-size: 45px;
	height: 75px;
	padding: 5px;
	width: 75px
}

.hm_request_form .button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop {
	max-width: 100%
}

.hm_request_form .button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop:hover,
.hm_request_form1 .button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop:hover {
	color: #fff!important
}

.bnr1 .button--ujarak.button--inverted:hover {
	color: #00a6bf
}

body {
	overflow-x: hidden!important
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0!important;
	padding-left: 0!important
}

.footer-bottom {
	padding: 15px 0;
	background-image: linear-gradient(to bottom, #7edaf8, #6dd7f2, #5cd4ec, #49d1e4, #33cedc, #27c9da, #19c3d7, #00bed5, #00b5d8, #00abd9, #00a1d9, #0397d7);
	font-family: Segoe UI
}

.inline-inside {
	font-size: 0;
	line-height: 0
}

#footer-menu li {
	display: inline-block;
	padding: 0 24px;
	margin-top: -3px;
	position: relative;
	line-height: 1
}

#footer-navigation,
#footer-navigation a {
	color: #141421;
	padding-top: 15px;
	text-decoration: none
}

#footer-menu li+li:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 0;
	border-left: 1px solid #99a9b5;
	border-right: 1px solid #141421
}

#footer-socials {
	text-align: rightcontai
}

#footer-socials .socials {
	text-align: right;
	margin: 0 -7px;
	display: inline-block;
	vertical-align: middle
}

a.socials-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 5px;
	line-height: 16px;
	padding: 10px;
	border-radius: 50%;
	background-color: #141421;
	border: 1px solid #2e2e4c;
	box-shadow: 3px 9px 16px rgb(0, 0, 0, .4), -3px -3px 10px rgba(255, 255, 255, .06), inset 14px 14px 26px rgb(0, 0, 0, .3), inset -3px -3px 15px rgba(255, 255, 255, .05)
}

.socials-item i {
	display: inline-block;
	font-weight: 400;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto
}

.facebook {
	color: #4e64b5
}

.twitter {
	color: #00aced
}

.instagram {
	color: #9a8f62
}

.youtube {
	color: #c82929
}

.telegram {
	color: #2ca5e0
}

a.socials-item:hover {
	box-shadow: 0 0 20px rgba(84, 1, 74, .7);
	border-color: rgba(255, 6, 224, .61);
	background: linear-gradient(to right, rgba(255, 9, 9, .12941176470588237), #c000ffb5, rgba(255, 0, 94, .14))
}

footer li,
footer p {
	font-size: 15px;
	line-height: 22px
}

#waterdrop {
	height: 15px
}

#waterdrop canvas {
	bottom: -70px!important
}

.footer-site-info {
	padding-top: 10px;
	color: #141421;
	font-size: 15px
}

.footer-site-info a {
	color: #141421;
	font-weight: 600
}

.md6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.md3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.kont {
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 992px
}

.margin_row {
	margin-top: -38%!important
}

.counter1 {
	color: #fff;
	font-family: Heebo, sans-serif;
	text-align: center;
	height: 170px;
	width: 170px;
	padding: 48px 5px 30px 27px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.counter1:after,
.counter1:before {
	content: '';
	background: rgb(248 87 87);
	height: 92%;
	width: 92%;
	border-radius: 50% 0 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition: all .3s ease 0s
}

.counter1:after {
	background: #fa7890;
	box-shadow: 0 0 5px transparent;
	right: 15px;
	top: 15px;
	z-index: -2
}

.counter1:hover:before {
	box-shadow: 0 0 10px #fff
}

.counter1:hover:after {
	transform: rotate(360deg)
}

.counter1 h3 {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 5px 0
}

.counter1 .counter1-value {
	font-size: 30px;
	font-weight: 600;
	transition: all .3s
}

.counter1 .counter1-value1 {
	font-size: 20px;
	font-weight: 600;
	transition: all .3s
}

.counter1 .counter1-value2 {
	font-size: 20px;
	font-weight: 600;
	transition: all .3s
}

.counter1:hover .counte1r-value {
	text-shadow: 0 0 5px #000
}

.counter1.yellow:before {
	background: rgb(22 156 176)
}

.counter1.yellow:after {
	background: #169cb05c
}

.counter1.green:before {
	background: rgba(6, 166, 128, .8)
}

.counter1.green:after {
	background: #65cebf
}

.counter1.blue:before {
	background: rgba(26, 53, 120, .8)
}

.counter1.blue:after {
	background: #788fbb
}

@media screen and (max-width:990px) {
	.counter1 {
		margin-bottom: 40px
	}
}

.tspan {
	color: #fff!important
}

input:focus,
keygen:focus,
select:focus,
textarea:focus {
	outline: 0
}

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300
}

.container {
	padding: 0 50px 5px
}

.textcenter {
	text-align: center
}

.section1 {
	text-align: center;
	display: table;
	width: 100%
}

.section1 .shtext {
	display: block;
	margin-top: 20px
}

.section1 .seperator {
	border-bottom: 1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px
}

.section1 h1 {
	font-size: 40px;
	color: #a44dd8;
	font-weight: 400
}

.section2 {
	width: 1200px;
	margin: 25px auto
}

.section2 .col2 {
	width: 48.71%
}

.section2 .col2.first {
	float: left
}

.section2 .col2.last {
	float: right
}

.section2 .col2.column2 {
	padding: 0 30px
}

.section2 span.collig {
	color: #f10101;
	margin-right: 10px;
	display: inline-block
}

.section2 .sec2addr {
	display: block;
	line-height: 26px
}

.section2 .sec2addr p:first-child {
	margin-bottom: 10px
}

.section2 .sec2contactform input[type=email],
.section2 .sec2contactform input[type=text],
.section2 .sec2contactform textarea {
	padding: 18px;
	border: 0;
	background: #ededed;
	margin: 7px 0
}

.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
	resize: none
}

.section2 .sec2contactform input[type=submit] {
	padding: 15px 40px;
	color: #fff;
	border: 0;
	background: #aa1829;
	font-size: 16px;
	text-transform: uppercase;
	margin: 7px 0;
	cursor: pointer
}

.section2 .sec2contactform h3 {
	font-weight: 400;
	margin: 20px 0;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 19px;
	color: #f93727
}

.logo a {
	display: block;
	width: 100%;
	cursor: pointer!important
}

.logo img {
	cursor: pointer
}

.about_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/about_us_banner1.jpg);
	height: 370px
}

.trade_mark {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/ipr1.png);
	height: 370px
}

.trade_risk {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/ipr1.png);
	height: 370px
}

.corporate_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/corporate_investigation.png);
	height: 370px
}

.cybersecurity_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/cyber_security-banner.png);
	height: 370px
}

span.small_all1 {
	font-size: 20px
}

.tracing_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/teching.png);
	height: 370px
}

.du_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/Corporate-due-diligence-detective_-banner.jpg);
	height: 370px
}

.insuranse_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/Insurance-Claims-Processing.jpg);
	height: 370px
}

.marine_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/Marine-Investigation.png);
	height: 370px
}

.faq_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/banner_faq.png);
	height: 370px
}

.contact_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/contact-us-image.jpg);
	height: 370px
}

.risk {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/risk_management.png);
	height: 370px
}

.cler {
	clear: both
}

.slider-area {
	margin-bottom: 100px
}

.slider-area .slide-full-content1 span {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 30px;
	position: relative;
	font-family: Rajdhani, sans-serif
}

.slider-area .slide-full-content1 span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	transform: translateY(-50%);
	bottom: 0
}

.slider-area .slide-full-content1 span::after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: -1px;
	height: 3px
}

.slider-area .slide-full-content1 p {
	font-size: 16px;
	color: #fff;
	font-family: Poppins, sans-serif;
	text-align: justify
}

.slide-full-content1 {
	margin-top: 30%
}

.slider-area {
	margin-bottom: 30px
}

@media only screen and (max-width:1266px) {
	.section2 {
		width: 100%
	}
}

@media only screen and (max-width:960px) {
	.container {
		padding: 0 30px 70px
	}
	.section2 .col2 {
		width: 100%;
		display: block
	}
	.section2 .col2.first {
		margin-bottom: 10px
	}
	.section2 .col2.column2 {
		padding: 0
	}
	body .sec2map {
		height: 250px!important
	}
}

@media only screen and (max-width:768px) {
	.section2 .sec2addr {
		font-size: 14px
	}
	.section2 .sec2contactform h3 {
		font-size: 16px
	}
	.section2 .sec2contactform input[type=email],
	.section2 .sec2contactform input[type=text],
	.section2 .sec2contactform textarea {
		padding: 10px;
		margin: 3px 0
	}
	.section2 .sec2contactform input[type=submit] {
		padding: 10px 30px;
		font-size: 14px
	}
}

@media only screen and (max-width:420px) {
	.section1 h1 {
		font-size: 28px
	}
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.sec-title {
	position: relative;
	padding-bottom: 0
}

.sec-title .title {
	position: relative;
	color: #00b8ca;
	font-size: 28px;
	font-weight: 700;
	padding-right: 50px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: capitalize
}

.sec-title .title:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 7px;
	width: 40px;
	height: 1px;
	background-color: #bbb
}

.sec-title h2 {
	position: relative;
	color: #252525;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	display: block
}

.sec-title.light h2 {
	color: #fff
}

.contact-page-section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px
}

.contact-page-section .inner-container {
	position: relative;
	z-index: 1;
	background-color: #00b8ca;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

.contact-page-section .form-column {
	position: relative;
	padding: 0 0 0 15px
}

.contact-page-section .form-column .inner-column {
	position: relative;
	padding: 60px 45px 30px;
	background-color: #fff
}

.contact-page-section .info-column {
	position: relative
}

.contact-page-section .info-column .inner-column {
	position: relative;
	padding: 0 35px
}

.contact-page-section .info-column h2 {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 45px
}

.contact-page-section .info-column .list-info {
	position: relative;
	margin-bottom: -10px
}

.contact-page-section .info-column .list-info li {
	position: relative;
	margin-bottom: 4px;
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
	border-bottom: 1px solid #cccccc69;
	padding-left: 45px
}

.contact-page-section .info-column .list-info li:last-child {
	margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
	position: absolute;
	left: 0;
	top: 8px;
	color: #fff;
	font-size: 30px
}

.contact-form {
	position: relative
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form textarea {
	position: relative;
	display: block;
	width: 95%;
	height: 50px;
	color: #222;
	font-size: 14px;
	line-height: 38px;
	padding: 10px 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.contact-form input[type=email]:focus,
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
	border-color: #00b8ca
}

.contact-form textarea {
	height: 190px;
	resize: none;
	width: 97%!important
}

.contact-form .theme-btn {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: capitalize;
	padding: 16px 39px;
	border: 2px solid #00b8ca;
	font-family: Arimo, sans-serif;
	background: #00b8ca;
	display: inline-block;
	position: relative;
	line-height: 24px;
	cursor: pointer;
	color: #fff
}

.contact-form .theme-btn:hover {
	color: #00b8ca;
	border-color: #00b8ca;
	background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: red!important
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: red;
	font-weight: 500
}

.social-icon-four {
	position: relative
}

.social-icon-four li {
	position: relative;
	margin-right: 18px;
	display: inline-block
}

.social-icon-four li.follow {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	display: block;
	margin-bottom: 20px
}

.social-icon-four li a {
	position: relative;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.social-icon-four li a:hover {
	color: #222
}

.coloh2 {
	color: #f75656!important;
	font-size: 22px!important
}

.btn1 {
	background: #ff1313;
	float: right;
	text-align: right;
	text-transform: uppercase;
	padding: 25px 1px px 25px;
	color: #fff;
	padding: 1%;
	margin-top: %!important;
	margin-right: 44%!important;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	line-height: 1;
	-moz-user-select: none;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	margin: 10px;
	cursor: pointer;
	transition: color .4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	margin: 0
}

.form-group {
	margin-bottom: 3rem!important
}

.site-heading h2 {
	font-size: 30px!important;
	text-transform: uppercase;
	line-height: 10px;
	font-family: open_sansextrabold!important;
	text-transform: uppercase!important;
	font-weight: 600!important
}

#button {
	display: inline-block;
	background-color: transparent;
	width: 50px;
	height: 50px;
	color: red!important;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: red
}

#button:hover {
	cursor: pointer;
	color: #000
}

#button:active {
	background-color: #555
}

#button.show {
	opacity: 1;
	visibility: visible
}

.content {
	width: 77%;
	margin: 50px auto;
	font-family: Merriweather, serif;
	font-size: 17px;
	color: #6c767a;
	line-height: 1.9
}

.home_banner {
	background-image: url(../img/RepublicBank.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	background-size: 100%, 100%
}

@media (min-width:500px) {
	.content {
		width: 43%
	}
	#button {
		margin: 30px
	}
}

.content h1 {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.5
}

.content h3 {
	font-style: italic;
	color: #96a2a7
}

.iamge._box {
	padding: 20px;
	text-align: center
}

img.our_visson {
	margin-top: 15%
}

.Identify-the-Risk {
	max-width: 1067px
}

h2.STRENGTH {
	color: #00a6bf;
	font-family: open_sansextrabold;
	text-transform: uppercase
}

u.no.infringement {
	font-size: 22px;
	line-height: 0
}

.blocks.infringement img {
	max-width: 100%
}

center.Investigation h2 {
	color: #00a6bf
}

.box_INVESTIGATION {
	background: #ffff;
	padding: 10px;
	border: 1px solid #cccc
}

.about-font-img.blk2.VERIFICATION {
	margin: 0;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
	margin-right: 20px
}

.about-font-img.VERIFICATION p {
	margin: 0;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 20px;
	border-bottom: 1px solid #cccccc2e
}

.feat.bg-gray.pt-5.pb-5.service_all {
	padding: 20px;
	margin-top: 20px
}

center.Investigation h2 {
	margin: 0;
	padding-left: 0;
	text-align: left;
	font-size: 26px;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: capitalize
}

center.Investigation.left p {
	margin-left: 20px
}

span.small_all {
	font-size: 22px
}

.row.Internal {
	margin-right: -25%;
	margin-left: 10%
}

@media screen and (min-width:640px) {
	.slider-area .slide-full-content {
		padding-top: 37px;
		margin-left: 3%;
		margin-right: 2%
	}
}

@media screen and (max-width:992px) {
	.bg {
		background-image: url(images/RepublicBank.jpg);
		background-repeat: no-repeat;
		width: 100%;
		background-position: center
	}
}

@media screen and (max-width:667px) {
	.header-transparent {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9
	}
	.slider-area .slide-full-content {
		padding-top: 100px;
		margin-left: 2%;
		margin-right: 2%
	}
	.bg {
		background-image: url(images/RepublicBank.jpg);
		background-repeat: no-repeat;
		background-size: cover
	}
	.bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: #4277e3f7;
		opacity: .94
	}
	.mobile_menu .slicknav_menu {
		background: 0 0;
		position: relative;
		margin-top: 35px!important;
		margin-right: 20px
	}
	.slider-area .slide-full-content p {
		font-size: 16px;
		color: #fff;
		font-family: Poppins, sans-serif;
		margin-bottom: 0!important;
		padding-right: 0;
		text-align: justify
	}
	.slider-area .slide-full-content {
		overflow: hidden;
		margin-top: 0
	}
	.logo {
		width: 184px;
		margin-top: 0;
		position: absolute;
		top: -86px;
		left: 60px;
		z-index: 1
	}
	p {
		padding-right: 0!important
	}
	p.no {
		line-height: 58px;
		font-size: 22px!important
	}
	.about-font-img img {
		max-width: 100%!important;
		padding: 0 25px
	}
	img.our_visson {
		margin-top: 0;
		max-width: 100%;
		padding: 25px
	}
	.WE.text-center {
		font-size: 30px;
		line-height: 1
	}
	.row.Internal {
		margin-right: 0;
		margin-left: 0
	}
	.col-xs-6.col-sm-3.col-md-3.col-lg-3.col-12 div {
		margin-bottom: 10px
	}
	.wrk-txt {
		padding: 1px 20px;
		height: 100px!important;
		text-align: center
	}
	body {
		overflow-x: hidden
	}
	.site-heading h2 {
		font-size: 30px!important;
		text-transform: uppercase;
		line-height: 30px;
		font-family: open_sansextrabold!important;
		text-transform: uppercase!important;
		font-weight: 600!important
	}
	.slider-area .slide-full {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat
	}
	.slicknav_btn {
		background-color: #000;
		cursor: pointer;
		margin-bottom: -16px;
		position: relative;
		z-index: 99;
		border: none;
		border-radius: 3px;
		top: -23px;
		padding: 9px;
		right: 5px;
		margin-top: -6px
	}
	.about_banner {
		background-position: center center;
		background-size: contain;
		background-image: url(../img/about_us_banner1.jpg);
		height: 300px;
		background-repeat: no-repeat
	}
	.header-sticky.sticky-bar {
		background: #016d9b;
		min-height: 88px
	}
	.trade_mark {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/ipr1.png);
		height: 300px
	}
	.trade_risk {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/risk_management.png);
		height: 300px
	}
	.corporate_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/25-corporate-investigation.jpg);
		height: 300px
	}
	.cybersecurity_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/cyber_security-banner.png);
		height: 300px
	}
	.tracing_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/axx-stock-market-banner.jpg);
		height: 300px
	}
	.du_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/Corporate-due-diligence-detective_-banner.jpg);
		height: 300px
	}
	.marine_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/marine-and-aviation-hp-banner.jpg);
		height: 300px
	}
	.faq_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/banner_faq.png);
		height: 300px
	}
	.contact_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/contact-us-image.jpg);
		height: 300px
	}
	.home_banner {
		background-image: url(../img/RepublicBank.png);
		background-repeat: no-repeat;
		width: 100%;
		background-position: center;
		background-size: cover
	}
	.slide-full-content1 {
		margin-top: 30%;
		padding: 30px
	}
	.blocks {
		padding: 0
	}
	.footer-site-info {
		padding-top: 10px;
		color: #141421;
		font-size: 15px;
		padding: 20px
	}
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 1.42857143;
		color: #333;
		overflow-x: hidden!important;
		background-color: #fff
	}
	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0!important;
		margin-left: 0!important
	}
	.blk2 {
		margin-left: 0;
		margin-top: 22px
	}
}

.box-top {
	margin-bottom: 30px
}

span.top-welcome {
	padding-bottom: 20px;
	display: block;
	margin-bottom: 0;
	margin-top: 15px!important
}

.about-font-img {
	margin-top: 30px
}

.investigation h1 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 28px;
	font-family: open_sansextrabold;
	color: #00a6bf;
	line-height: 32px;
	font-weight: 900;
	border-bottom: 2px solid;
	padding: 5px;
	display: inline-block;
	text-align: center
}

.row.investigation h4 {
	text-align: center;
	margin: 50px
}

.investigation {
	text-align: center;
	display: block;
	position: relative;
	left: 34%
}

p.we-do {
	color: #fff;
	font-weight: 500;
	position: relative;
	top: 6px;
	font-size: 16px
}

img.our_visson {
	margin-top: 7%
}

.about-font-img p {
	text-align: justify
}

.blk2.top-img {
	position: relative;
	top: 1px
}

u.no:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #17a2b8;
	left: 0;
	transform: translateY(-50%);
	bottom: 23px
}

u.no:after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: 24px;
	height: 3px
}

u.no {
	font-size: 20px;
	color: #00a6bf;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 0;
	position: relative;
	text-decoration: none
}

.imgee-box img {
	max-width: 100%
}

h2.infringement {
	margin-bottom: 50px;
	display: block
}

h2.infringement {
	margin-bottom: 50px;
	display: block;
	font-size: 30px;
	border-bottom: 2px solid;
	display: inline-block;
	text-align: center;
	color: #ff1f1f;
	font-weight: 600
}

.box-mark i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

.box-mark h2 {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 42px
}

.box-mark p {
	position: relative;
	left: 9px
}

.feat.bg-gray.pt-5.pb-5.service_all.top {
	background: #f2f7ff!important
}

.feat.bg-gray.pt-5.pb-5.service_all.top h2 {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0
}

.feat.bg-gray.pt-5.pb-5.service_all.top i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

center.Investigation.left p {
	margin-left: 19px
}

.feat.bg-gray.pt-5.pb-5.service_all.top p {
	position: relative;
	left: 9px
}

p.sp2.all {
	position: relative;
	left: 0!important
}

h2.PROCESSE {
	margin-bottom: 15px!important;
	color: red!important;
	text-decoration: underline;
	padding: 9px;
	display: block
}

.box-all h2 {
	margin-bottom: 17px!important
}

p.top-small {
	margin-left: 0!important;
	text-align: left;
	position: relative;
	top: -16px;
	font-weight: 500;
	color: #00f
}

p.sp1.all {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0;
	font-family: open_sanslight;
	font-size: 22px!important
}

.box-all h2 {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0
}

h2.PROCESSE {
	color: red!important
}

.row.align-items-center.riya {
	background: #00a2c20f;
	padding: 0 20px
}

p.icon-left i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

.box-why p {
	color: #fff
}

.box-why {
	padding: 34px
}

p.post-data {
	text-align: left!important;
	padding: 10px 0
}

p.post-data i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

h2.commitment {
	font-size: 30px!important;
	margin-bottom: 20px!important
}

p.sp2.all1 {
	position: relative;
	padding-left: 34px
}

i.fa.fa-check-circle {
	font-size: 16px
}

.box_INVESTIGATION {
	margin: 30px 0;
	padding: 0;
	border: none;
	background-image: url(../img/why.jpeg);
	border-radius: 0;
	background-size: contain
}

.box-why {
	padding: 34px;
	background: #016d9be6
}

.box-why p.sp1.all {
	font-size: 33px!important
}

.box-why p.sp1.all {
	color: #fff!important
}

h2.strategic {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0
}

span.small_all1 {
	font-size: 20px;
	border: 1px solid;
	padding: 0 10px;
	background: #016d9b;
	color: #fff
}

p.sp1.Meet {
	margin-bottom: 6px
}

h2.strategic.yo1 {
	margin-bottom: 0;
	padding-left: 0;
	color: #00a2c2!important;
	font-size: 24px!important
}

img.home-pgae {
	float: right;
	max-width: 50%;
	padding-left: 20px
}

h2.keeping {
	border-bottom: 2px solid;
	padding: 6px!important;
	display: inline-block;
	margin-bottom: 18px!important
}

.box-why i {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: absolute;
	left: 133px;
	z-index: 0;
	padding-top: 5px
}

p.top-1 {
	margin: 0;
	padding-left: 0;
	text-align: center;
	margin-bottom: 3px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: capitalize
}

.row.align-items-center.border-bootm {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px
}

.row.forem textarea {
	width: 100%;
	height: 45px;
	top: -1px;
	position: relative;
	border: none;
	border-left: 2px solid #e1e1e1;
	border-radius-top: 0
}

.row.forem input,
textarea {
	background: #fff none repeat scroll 0 0;
	border-color: #0805051c
}

button.theme-btn.btn1.all {
	padding: 10px 13px;
	position: relative;
	top: 5px
}

.row.forem .form-group {
	margin-bottom: 0!important
}

span.small_all.top {
	position: relative;
	top: 1px;
	font-style: italic;
	color: #11118b
}

span.small_all1 {
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
	padding: 0 10px;
	color: #07104f
}

span.pl-2 {
	margin-bottom: 30px;
	display: block;
	padding-left: 9px!important
}

p.bg-blue {
	background: #00f;
	color: #fff!important;
	padding: 10px
}

p.bg-blue b {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize
}

.box-text {
	border: 1;
	text-align: center;
	color: #07015d;
	padding: 6px;
	font-size: 21px;
	background: #fff
}

.box-text {
	border: 1;
	text-align: center;
	color: #fff;
	padding: 6px;
	font-size: 21px;
	background: #2851a3
}

h2.box-all.management.pl-30 {
	position: relative;
	left: 18px
}

span.pl-2 {
	margin-bottom: 30px;
	display: block;
	padding-left: 19px!important
}

.box-center-home h3 {
	font-size: 33px;
	color: #00a6bf;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 0;
	position: relative;
	text-decoration: none;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	line-height: 110px
}

.box-center-home {
	text-align: center
}

.box-center-home h3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #17a2b8;
	left: 0;
	transform: translateY(-50%);
	bottom: 23px
}

.box-center-home h3:after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: 24px;
	height: 3px
}

.box-center-home h2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #17a2b8;
	left: 0;
	transform: translateY(-50%);
	bottom: 23px
}

.box-center-home h2:after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: 24px;
	height: 3px
}

.box-center-home h2 {
	font-size: 33px;
	color: #00a6bf;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 0;
	position: relative;
	text-decoration: none;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	line-height: 110px
}

.box-top.p-1.text-center.top {
	background-color: red;
	color: #fff!important
}

.col-xs-12.col-sm-6.col-md-6.col-lg-6.no-padding.no-margin.top {
	border-bottom: 1px solid #6a6a6a42
}

.col-xs-12.col-sm-6.col-md-6.col-lg-6.pull-right.top {
	border-bottom: 1px solid #6a6a6a42
}

.blk2 p {
	text-align: justify;
	padding-right: 15%;
	margin-top: 0;
	line-height: 29px
}

p.top-list {
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-size: 17px
}

.w@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap);
.white-bg {
	background: #fff
}

.gray-bg {
	background: #f5f5f5
}

.gray-bg {
	background: #f7f7fd
}

.white-bg {
	background: #fff
}

.black-bg {
	background: #16161a
}

.theme-bg {
	background: #ff1f1f
}

.brand-bg {
	background: #f1f4fa
}

.testimonial-bg {
	background: #f9fafc
}

.white-color {
	color: #fff
}

.black-color {
	color: #16161a
}

.theme-color {
	color: #ff1f1f
}

.boxed-btn:focus {
	outline: 0
}

.boxed-btn.large-width {
	width: 220px
}

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ""
}

[data-opacity="1"]::before {
	opacity: .1
}

[data-opacity="2"]::before {
	opacity: .2
}

[data-opacity="3"]::before {
	opacity: .3
}

[data-opacity="4"]::before {
	opacity: .4
}

[data-opacity="5"]::before {
	opacity: .5
}

[data-opacity="6"]::before {
	opacity: .6
}

[data-opacity="7"]::before {
	opacity: .7
}

[data-opacity="8"]::before {
	opacity: .8
}

[data-opacity="9"]::before {
	opacity: .9
}

body {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Rajdhani, sans-serif;
	color: #1d2434;
	margin-top: 0;
	font-style: normal;
	font-weight: 500;
	text-transform: normal
}

p {
	font-family: Poppins, sans-serif;
	color: #10285d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 400
}

.bg-img-1 {
	background-image: url(../img/slider/slider-img-1.jpg)
}

.bg-img-2 {
	background-image: url(../img/background-img/bg-img-2.jpg)
}

.cta-bg-1 {
	background-image: url(../img/background-img/bg-img-3.jpg)
}

.img {
	max-width: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

.button,
a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.button:focus,
a:focus {
	text-decoration: none;
	outline: 0
}

a {
	color: #635c5c
}

a:hover {
	color: #fff
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
	text-decoration: none
}

a,
button {
	color: #fff;
	outline: medium none
}

button:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.capitalize {
	text-transform: capitalize
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%
}

.overlay2 {
	position: relative;
	z-index: 0
}

.overlay2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.overlay2 {
	position: relative;
	z-index: 0
}

.overlay2::before {
	position: absolute;
	content: "";
	background-color: #2e2200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.separator {
	border-top: 1px solid #f2f2f2
}

.mb-90 {
	margin-bottom: 90px
}

@media (max-width:767px) {
	.mb-90 {
		margin-bottom: 30px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.mb-90 {
		margin-bottom: 45px
	}
}

.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	font-size: 22px;
	color: #646464;
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s;
	width: 40px
}

.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
	position: relative;
	right: 0;
	top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
	position: relative;
	right: 1px;
	top: 0
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
	color: #fff;
	background: #ff3500
}

.btn {
	background: #ff1313;
	font-family: Rajdhani, sans-serif;
	text-transform: uppercase;
	padding: 30px 37px 30px 97px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	line-height: 1;
	-moz-user-select: none;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	margin: 10px;
	cursor: pointer;
	transition: color .4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	margin: 0
}

.btn::after {
	content: "";
	width: 30px;
	background: #fff;
	left: 37px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px
}

.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #dd1313;
	z-index: 1;
	border-radius: 5px;
	transition: transform .5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
	transform: scaleX(0);
	border-radius: 0
}

.btn:hover::before {
	transform: scaleX(1);
	color: #fff!important;
	z-index: -1
}

.btn:hover {
	background-position: right
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.about-btn {
	padding: 19px 97px 19px 20px
}

.header-btn {
	padding: 29px 33px
}

.hero-btn {
	padding: 32px 41px
}

.white-btn {
	padding: 30px 39px;
	background: #fff;
	color: #331391!important
}

.black-btn {
	padding: 14px 35px;
	background: #000
}

.black-btn::before {
	background: #331391
}

.submit-btn2 {
	background: #ec5b53;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	border: 0;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 16px;
	border-radius: 0
}

.white-btn {
	background: #fff;
	color: #000
}

.white-btn::before {
	background: #000;
	color: #fff
}

.border-btn {
	border: 1px solid #ff5600;
	color: #464d65;
	background: 0 0;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 19px 47px;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	position: relative;
	transition: color .4s linear;
	position: relative;
	overflow: hidden;
	margin: 0
}

@media (max-width:575px) {
	.border-btn {
		display: none
	}
}

.border-btn::before {
	border: 1px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #ff1f1f;
	z-index: -1;
	transition: transform .5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
	transform: scaleY(0);
	border-radius: 0
}

.border-btn:hover::before {
	transform: scaleY(1);
	border: 1px solid transparent
}

.breadcrumb>.active {
	color: #888
}

#back-top,
#scrollUp {
	right: 31px;
	bottom: 5px;
	position: fixed;
	color: red!important;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border: 2px solid transparent
}

@media (max-width:575px) {
	#back-top,
	#scrollUp {
		right: 16px
	}
}

#back-top a i,
#scrollUp a i {
	display: block;
	line-height: 50px
}

#scrollUp:hover {
	color: #fff
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	z-index: 9999;
	-webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
	animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	background: #fff
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-105 {
	margin-top: 105px
}

.mt-110 {
	margin-top: 110px
}

.mt-115 {
	margin-top: 115px
}

.mt-120 {
	margin-top: 120px
}

.mt-125 {
	margin-top: 125px
}

.mt-130 {
	margin-top: 130px
}

.mt-135 {
	margin-top: 135px
}

.mt-140 {
	margin-top: 140px
}

.mt-145 {
	margin-top: 145px
}

.mt-150 {
	margin-top: 150px
}

.mt-155 {
	margin-top: 155px
}

.mt-160 {
	margin-top: 160px
}

.mt-165 {
	margin-top: 165px
}

.mt-170 {
	margin-top: 170px
}

.mt-175 {
	margin-top: 175px
}

.mt-180 {
	margin-top: 180px
}

.mt-185 {
	margin-top: 185px
}

.mt-190 {
	margin-top: 190px
}

.mt-195 {
	margin-top: 195px
}

.mt-200 {
	margin-top: 200px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-105 {
	margin-bottom: 105px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-115 {
	margin-bottom: 115px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-125 {
	margin-bottom: 125px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-135 {
	margin-bottom: 135px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-145 {
	margin-bottom: 145px
}

.mb-150 {
	margin-bottom: 150px
}

.mb-155 {
	margin-bottom: 155px
}

.mb-160 {
	margin-bottom: 160px
}

.mb-165 {
	margin-bottom: 165px
}

.mb-170 {
	margin-bottom: 170px
}

.mb-175 {
	margin-bottom: 175px
}

.mb-180 {
	margin-bottom: 180px
}

.mb-185 {
	margin-bottom: 185px
}

.mb-190 {
	margin-bottom: 190px
}

.mb-195 {
	margin-bottom: 195px
}

.mb-200 {
	margin-bottom: 200px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.ml-55 {
	margin-left: 55px
}

.ml-60 {
	margin-left: 60px
}

.ml-65 {
	margin-left: 65px
}

.ml-70 {
	margin-left: 70px
}

.ml-75 {
	margin-left: 75px
}

.ml-80 {
	margin-left: 80px
}

.ml-85 {
	margin-left: 85px
}

.ml-90 {
	margin-left: 90px
}

.ml-95 {
	margin-left: 95px
}

.ml-100 {
	margin-left: 100px
}

.ml-105 {
	margin-left: 105px
}

.ml-110 {
	margin-left: 110px
}

.ml-115 {
	margin-left: 115px
}

.ml-120 {
	margin-left: 120px
}

.ml-125 {
	margin-left: 125px
}

.ml-130 {
	margin-left: 130px
}

.ml-135 {
	margin-left: 135px
}

.ml-140 {
	margin-left: 140px
}

.ml-145 {
	margin-left: 145px
}

.ml-150 {
	margin-left: 150px
}

.ml-155 {
	margin-left: 155px
}

.ml-160 {
	margin-left: 160px
}

.ml-165 {
	margin-left: 165px
}

.ml-170 {
	margin-left: 170px
}

.ml-175 {
	margin-left: 175px
}

.ml-180 {
	margin-left: 180px
}

.ml-185 {
	margin-left: 185px
}

.ml-190 {
	margin-left: 190px
}

.ml-195 {
	margin-left: 195px
}

.ml-200 {
	margin-left: 200px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}

.mr-55 {
	margin-right: 55px
}

.mr-60 {
	margin-right: 60px
}

.mr-65 {
	margin-right: 65px
}

.mr-70 {
	margin-right: 70px
}

.mr-75 {
	margin-right: 75px
}

.mr-80 {
	margin-right: 80px
}

.mr-85 {
	margin-right: 85px
}

.mr-90 {
	margin-right: 90px
}

.mr-95 {
	margin-right: 95px
}

.mr-100 {
	margin-right: 100px
}

.mr-105 {
	margin-right: 105px
}

.mr-110 {
	margin-right: 110px
}

.mr-115 {
	margin-right: 115px
}

.mr-120 {
	margin-right: 120px
}

.mr-125 {
	margin-right: 125px
}

.mr-130 {
	margin-right: 130px
}

.mr-135 {
	margin-right: 135px
}

.mr-140 {
	margin-right: 140px
}

.mr-145 {
	margin-right: 145px
}

.mr-150 {
	margin-right: 150px
}

.mr-155 {
	margin-right: 155px
}

.mr-160 {
	margin-right: 160px
}

.mr-165 {
	margin-right: 165px
}

.mr-170 {
	margin-right: 170px
}

.mr-175 {
	margin-right: 175px
}

.mr-180 {
	margin-right: 180px
}

.mr-185 {
	margin-right: 185px
}

.mr-190 {
	margin-right: 190px
}

.mr-195 {
	margin-right: 195px
}

.mr-200 {
	margin-right: 200px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

.pt-100 {
	padding-top: 100px
}

.pt-105 {
	padding-top: 105px
}

.pt-110 {
	padding-top: 110px
}

.pt-115 {
	padding-top: 115px
}

.pt-120 {
	padding-top: 120px
}

.pt-125 {
	padding-top: 125px
}

.pt-130 {
	padding-top: 130px
}

.pt-135 {
	padding-top: 135px
}

.pt-140 {
	padding-top: 140px
}

.pt-145 {
	padding-top: 145px
}

.pt-150 {
	padding-top: 150px
}

.pt-155 {
	padding-top: 155px
}

.pt-160 {
	padding-top: 160px
}

.pt-165 {
	padding-top: 165px
}

.pt-170 {
	padding-top: 170px
}

.pt-175 {
	padding-top: 175px
}

.pt-180 {
	padding-top: 180px
}

.pt-185 {
	padding-top: 185px
}

.pt-190 {
	padding-top: 190px
}

.pt-195 {
	padding-top: 195px
}

.pt-200 {
	padding-top: 200px
}

.pt-260 {
	padding-top: 260px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-105 {
	padding-bottom: 105px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-115 {
	padding-bottom: 115px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-125 {
	padding-bottom: 125px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-135 {
	padding-bottom: 135px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-145 {
	padding-bottom: 145px
}

.pb-150 {
	padding-bottom: 150px
}

.pb-155 {
	padding-bottom: 155px
}

.pb-160 {
	padding-bottom: 160px
}

.pb-165 {
	padding-bottom: 165px
}

.pb-170 {
	padding-bottom: 170px
}

.pb-175 {
	padding-bottom: 175px
}

.pb-180 {
	padding-bottom: 180px
}

.pb-185 {
	padding-bottom: 185px
}

.pb-190 {
	padding-bottom: 190px
}

.pb-195 {
	padding-bottom: 195px
}

.pb-200 {
	padding-bottom: 200px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pl-55 {
	padding-left: 55px
}

.pl-60 {
	padding-left: 60px
}

.pl-65 {
	padding-left: 65px
}

.pl-70 {
	padding-left: 70px
}

.pl-75 {
	padding-left: 75px
}

.pl-80 {
	padding-left: 80px
}

.pl-85 {
	padding-left: 85px
}

.pl-90 {
	padding-left: 90px
}

.pl-95 {
	padding-left: 95px
}

.pl-100 {
	padding-left: 100px
}

.pl-105 {
	padding-left: 105px
}

.pl-110 {
	padding-left: 110px
}

.pl-115 {
	padding-left: 115px
}

.pl-120 {
	padding-left: 120px
}

.pl-125 {
	padding-left: 125px
}

.pl-130 {
	padding-left: 130px
}

.pl-135 {
	padding-left: 135px
}

.pl-140 {
	padding-left: 140px
}

.pl-145 {
	padding-left: 145px
}

.pl-150 {
	padding-left: 150px
}

.pl-155 {
	padding-left: 155px
}

.pl-160 {
	padding-left: 160px
}

.pl-165 {
	padding-left: 165px
}

.pl-170 {
	padding-left: 170px
}

.pl-175 {
	padding-left: 175px
}

.pl-180 {
	padding-left: 180px
}

.pl-185 {
	padding-left: 185px
}

.pl-190 {
	padding-left: 190px
}

.pl-195 {
	padding-left: 195px
}

.pl-200 {
	padding-left: 200px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.pr-55 {
	padding-right: 55px
}

.pr-60 {
	padding-right: 60px
}

.pr-65 {
	padding-right: 65px
}

.pr-70 {
	padding-right: 70px
}

.pr-75 {
	padding-right: 75px
}

.pr-80 {
	padding-right: 80px
}

.pr-85 {
	padding-right: 85px
}

.pr-90 {
	padding-right: 90px
}

.pr-95 {
	padding-right: 95px
}

.pr-100 {
	padding-right: 100px
}

.pr-105 {
	padding-right: 105px
}

.pr-110 {
	padding-right: 110px
}

.pr-115 {
	padding-right: 115px
}

.pr-120 {
	padding-right: 120px
}

.pr-125 {
	padding-right: 125px
}

.pr-130 {
	padding-right: 130px
}

.pr-135 {
	padding-right: 135px
}

.pr-140 {
	padding-right: 140px
}

.pr-145 {
	padding-right: 145px
}

.pr-150 {
	padding-right: 150px
}

.pr-155 {
	padding-right: 155px
}

.pr-160 {
	padding-right: 160px
}

.pr-165 {
	padding-right: 165px
}

.pr-170 {
	padding-right: 170px
}

.pr-175 {
	padding-right: 175px
}

.pr-180 {
	padding-right: 180px
}

.pr-185 {
	padding-right: 185px
}

.pr-190 {
	padding-right: 190px
}

.pr-195 {
	padding-right: 195px
}

.pr-200 {
	padding-right: 200px
}

.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.heartbeat {
	animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto
}

.preloader .preloader-circle {
	width: 100px;
	height: 100px;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ff1f1f;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
	box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
	background-color: #fff;
	-webkit-animation: zoom 2s infinite ease;
	animation: zoom 2s infinite ease;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.preloader .preloader-circle2 {
	border-top-color: #0078ff
}

.preloader .preloader-img {
	position: absolute;
	top: 50%;
	z-index: 200;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 6px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.preloader .preloader-img img {
	max-width: 55px
}

.preloader .pere-text strong {
	font-weight: 800;
	color: #dca73a;
	text-transform: uppercase
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s
	}
}

.slick-initialized .slick-slide {
	outline: 0
}

.section-padding2 {
	padding-top: 200px;
	padding-bottom: 200px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.section-padding2 {
		padding-top: 200px;
		padding-bottom: 200px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding2 {
		padding-top: 200px;
		padding-bottom: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.section-padding2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.pb-bottom {
	padding-bottom: 200px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pb-bottom {
		padding-bottom: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pb-bottom {
		padding-bottom: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.pb-bottom {
		padding-bottom: 10px
	}
}

@media (max-width:575px) {
	.pb-bottom {
		padding-bottom: 10px
	}
}

.pb-top {
	padding-top: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pb-top {
		padding-top: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.pb-top {
		padding-top: 70px
	}
}

@media (max-width:575px) {
	.pb-top {
		padding-top: 70px
	}
}

.testimonial-padding {
	padding-top: 190px;
	padding-bottom: 170px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-padding {
		padding-top: 190px;
		padding-bottom: 170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-padding {
		padding-top: 70px;
		padding-bottom: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-padding {
		padding-top: 60px;
		padding-bottom: 40px
	}
}

@media (max-width:575px) {
	.testimonial-padding {
		padding-top: 60px;
		padding-bottom: 40px
	}
}

.w-padding {
	padding-top: 100px;
	padding-bottom: 95px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.w-padding {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.w-padding {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.section-padding30 {
	padding-top: 195px;
	padding-bottom: 180px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding30 {
		padding-top: 150px;
		padding-bottom: 140px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding30 {
		padding-top: 100px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding30 {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.section-padding30 {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

.services-padding {
	padding-top: 145px;
	padding-bottom: 170px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.services-padding {
		padding-top: 145px;
		padding-bottom: 170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-padding {
		padding-top: 100px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-padding {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.services-padding {
		padding-top: 65px;
		padding-bottom: 70px
	}
}

.section-paddingt30 {
	padding-top: 195px;
	padding-bottom: 90px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-paddingt30 {
		padding-top: 150px;
		padding-bottom: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-paddingt30 {
		padding-top: 100px;
		padding-bottom: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-paddingt30 {
		padding-top: 65px;
		padding-bottom: 10px
	}
}

@media (max-width:575px) {
	.section-paddingt30 {
		padding-top: 65px;
		padding-bottom: 10px
	}
}

.section-padding3 {
	padding-top: 150px;
	padding-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding3 {
		padding-top: 150px;
		padding-bottom: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding3 {
		padding-top: 60px;
		padding-bottom: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-padding3 {
		padding-top: 60px;
		padding-bottom: 0
	}
}

@media (max-width:575px) {
	.section-padding3 {
		padding-top: 60px;
		padding-bottom: 0
	}
}

.footer-padding {
	padding-top: 150px;
	padding-bottom: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-padding {
		padding-top: 150px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-padding {
		padding-top: 100px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 50px
	}
}

@media (max-width:575px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 0
	}
}

@media (max-width:575px) {
	.section-tittle {
		margin-bottom: 50px;
		text-align: left!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

.section-tittle span {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #292c37;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	letter-spacing: .05em
}

@media (max-width:575px) {
	.section-tittle span {
		font-size: 14px;
		padding-left: 60px
	}
}

.section-tittle span::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #292c37;
	top: 0;
	left: -67px;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width:575px) {
	.section-tittle span::before {
		left: 0
	}
}

.section-tittle h2 {
	font-size: 50px;
	display: block;
	color: #1d2434;
	font-weight: 800;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-tittle h2 {
		font-size: 41px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-tittle h2 {
		font-size: 31px;
		text-align: center
	}
}

@media (max-width:575px) {
	.section-tittle h2 {
		text-align: left;
		font-size: 27px
	}
}

.section-tittle2 span {
	margin-left: 72px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-tittle2 h2 {
		text-align: left
	}
}

@media (max-width:575px) {
	.section-tittle2 h2 {
		text-align: left;
		font-size: 27px
	}
}

.section-tittle3 span {
	color: #fff
}

.section-tittle3 span::before {
	background: #ff1313
}

.section-tittle3 h2 {
	color: #ffff
}

@media (max-width:575px) {
	.section-tittle3 h2 {
		font-size: 24px
	}
}

.section-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}

.white-bg {
	background: #fff
}

.gray-bg {
	background: #f5f5f5
}

.gray-bg {
	background: #f7f7fd
}

.white-bg {
	background: #fff
}

.black-bg {
	background: #16161a
}

.theme-bg {
	background: #ff1f1f
}

.brand-bg {
	background: #f1f4fa
}

.testimonial-bg {
	background: #f9fafc
}

.white-color {
	color: #fff
}

.black-color {
	color: #16161a
}

.theme-color {
	color: #ff1f1f
}

.header-area .main-header {
	padding: 0 130px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.header-area .main-header {
		padding: 0 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-area .main-header {
		padding: 0 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area .main-header {
		padding: 22px 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area .main-header {
		padding: 22px 20px
	}
}

@media (max-width:575px) {
	.header-area .main-header {
		padding: 22px 14px
	}
}

.header-area .main-header .main-menu ul li {
	display: inline-block;
	position: relative
}

.header-area .main-header .main-menu ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 13px;
	text-transform: capitalize;
	cursor: pointer
}

a.read-more {
	font-weight: 600;
	cursor: pointer;
	text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-area .main-header .main-menu ul li a {
		padding: 29px 17px
	}
}

.header-area .main-header .main-menu ul li:hover> {
	color: #f7951e
}

.header-area .main-header .main-menu ul li ul.submenu {
	position: absolute;
	width: 300px;
	background: rgb(1 109 155);
	left: 0;
	top: 80%;
	list-style: none!important;
	visibility: hidden;
	text-decoration: none!important;
	opacity: 0;
	list-style: none;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
	padding: 1px 0;
	font-weight: 400!important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header-area .main-header .main-menu ul li ul.submenu>li>a {
	padding: 6px 10px!important;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0
}

.header-area .main-header .main-menu ul li ul.submenu>li>a:hover {
	color: #ff1f1f;
	background: 0 0
}

.header-area .main-menu ul ul.submenu>li>a:hover {
	padding-left: 13px!important
}

.header-area .main-menu ul>li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.hamburger {
	float: right;
	margin-left: 20px;
	margin-top: 28px!important;
	padding: 0;
	transition: all .3s ease 0s
}

.hamburger-menu {
	float: right;
	margin-right: -100px;
	opacity: 5;
	transition: all .3s ease 0s;
	visibility: visible
}

.black-menu .hamburger {
	margin-top: 0
}

.hamburger.hamburger--collapse>span {
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -5px
}

.black-menu .hamburger-inner,
.black-menu .hamburger-inner::after,
.black-menu .hamburger-inner::before {
	background: #fff none repeat scroll 0 0
}

.hamburger.is-active {
	margin-top: 57px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	background: #fff none repeat scroll 0 0;
	height: 2px;
	width: 30px
}

.hamburger-inner::before {
	top: -8px;
	left: 8px!important
}

.hamburger--collapse.is-active .hamburger-inner::before {
	left: 0!important
}

.hamburger--collapse .hamburger-inner::after {
	top: -16px
}

nav.nav-menu-show {
	margin-right: -20px;
	opacity: 1;
	visibility: visible
}

.main-menu.black-menu ul li a {
	color: #fff;
	padding: 35px 0
}

.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9
}

.header-sticky.sticky-bar {
	background: #016d9b
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
	padding: 20px 20px!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0
	}
}

@media (max-width:575px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0
	}
}

.mobile_menu {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99
}

.mobile_menu .slicknav_menu {
	background: 0 0;
	margin-top: 0!important
}

.mobile_menu .slicknav_menu .slicknav_btn {
	top: -32px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
	background-color: #fff!important
}

.mobile_menu .slicknav_menu .slicknav_nav {
	margin-top: 16px!important
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
	background: 0 0;
	color: #ff1f1f
}

.mobile_menu .slicknav_menu .slicknav_nav a {
	font-size: 15px;
	padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
	padding: 0!important
}

.slider-height {
	height: 500px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-height {
		height: 800px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-height {
		height: 650px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-height {
		height: 600px
	}
}

@media (max-width:575px) {
	.slider-height {
		height: 600px
	}
}

.slider-height2 {
	height: 450px;
	background-size: cover
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-height2 {
		height: 350px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-height2 {
		height: 260px
	}
}

@media (max-width:575px) {
	.slider-height2 {
		height: 260px
	}
}

.slider-area2 {
	background-image: url(../img/hero/hero2.png);
	background-repeat: no-repeat;
	background-size: cover
}

.slider-area .slide-full {
	background-position: center center;
	background-size: cover
}

.slider-area .slide-full-content {
	overflow: hidden;
	margin-top: 24%
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area .slide-full-content {
		padding-top: 55px
	}
}

@media (max-width:575px) {
	.slider-area .slide-full-content {
		padding-top: 55px
	}
}

.slider-area .slide-full-content span {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 30px;
	position: relative;
	font-family: Rajdhani, sans-serif
}

.slider-area .slide-full-content span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	transform: translateY(-50%);
	bottom: 0
}

.slider-area .slide-full-content span::after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: -1px;
	height: 3px
}

.slider-area .slide-full-content h1 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-area .slide-full-content h1 {
		font-size: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area .slide-full-content h1 {
		font-size: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area .slide-full-content h1 {
		font-size: 35px
	}
}

@media (max-width:575px) {
	.slider-area .slide-full-content h1 {
		font-size: 29px;
		line-height: 1.5
	}
}

.slider-area .slide-full-content p {
	font-size: 16px;
	color: #fff;
	font-family: Poppins, sans-serif;
	margin-bottom: 64px;
	padding-right: 175px;
	text-align: justify
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area .slide-full-content p {
		padding-right: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area .slide-full-content p {
		padding-right: 0
	}
}

@media (max-width:575px) {
	.slider-area .slide-full-content p {
		padding-right: 0;
		font-size: 15px
	}
}

.slide-full-content h1,
.slide-full-content>a,
.slide-full-content>p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeOutDown
}

.active .slide-full-content h1,
.active .slide-full-content>a,
.active .slide-full-content>p {
	animation-name: fadeInLeft
}

.slide-full-content span {
	animation-delay: .2s
}

.slide-full-content h1 {
	animation-delay: .3s
}

.slide-full-content p {
	animation-delay: .4s
}

.slide-full-content a {
	animation-delay: .6s
}

.custom-dots .owl-dots {
	position: absolute;
	width: 30px;
	right: 10%;
	bottom: 10%;
	align-items: end;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.custom-dots .owl-dots {
		right: 14%
	}
}

.custom-dots .owl-dots .owl-dot {
	position: relative;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 16px;
	opacity: .4;
	display: inline-block;
	padding-right: 13px;
	line-height: 1
}

.custom-dots .owl-dots .owl-dot:last-child {
	margin-bottom: 0
}

.custom-dots .owl-dots .owl-dot.active {
	opacity: 1;
	font-size: 30px
}

.hero-overly {
	position: relative;
	z-index: 1
}

.hero-overly::before {
	position: absolute;
	content: "";
	background-color: rgba(1, 10, 28, .3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat
}

.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9
}

.slider-area2 .hero-cap h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 1
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area2 .hero-cap h2 {
		font-size: 50px
	}
}

@media (max-width:575px) {
	.slider-area2 .hero-cap h2 {
		font-size: 35px
	}
}

@media (max-width:575px) {
	.about-area .about-caption {
		margin-bottom: 35px
	}
}

.about-area .about-caption p {
	text-align: justify;
	font-size: 16px;
	color: #64676c;
	line-height: 1.6;
	margin-bottom: 40px;
	padding-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area .about-caption p {
		padding-right: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-caption p {
		padding-right: 0
	}
}

@media (max-width:575px) {
	.about-area .about-caption p {
		padding-right: 0
	}
}

.about-area .about-img {
	position: relative
}

.about-area .about-img .about-font-img {
	position: relative;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area .about-img .about-font-img img {
		width: 90%
	}
}

@media (max-width:575px) {
	.about-area .about-img .about-font-img img {
		width: 100%
	}
}

.about-area .about-img .about-back-img {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 43px
}

@media (max-width:575px) {
	.about-area .about-img .about-back-img img {
		width: 90%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .about-img .about-back-img {
		right: 147px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-img .about-back-img {
		display: none
	}
}

@media (max-width:575px) {
	.about-area .about-img .about-back-img {
		display: none
	}
}

@media (max-width:575px) {
	.about-caption {
		margin-bottom: 35px
	}
}

.service-area {
	position: relative;
	z-index: 0
}

.service-area .service-bg {
	background-image: url(../img/gallery/section_bg01.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 570px;
	background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service-area {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.service-area {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width:575px) {
	.service-area {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.service-area .services-caption {
	background: #f8f8f8;
	padding: 84px 45px 56px;
	border-radius: 7px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-area .services-caption {
		padding: 84px 25px 56px
	}
}

.service-area .services-caption .service-icon {
	display: inline-block;
	position: relative
}

.service-area .services-caption .service-icon i {
	color: #000;
	display: block;
	font-size: 50px;
	text-align: center;
	margin-bottom: 42px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.service-area .services-caption .service-cap h4 a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 27px;
	display: inline-block;
	text-transform: uppercase;
	color: #15181d
}

.service-area .services-caption .service-cap h4 a:hover {
	color: #ff1f1f
}

.service-area .services-caption .service-cap p {
	color: #717081;
	font-size: 15px
}

.services-caption:hover .service-icon i {
	color: #ff1f1f
}

.popular-work-area .single-cat {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 1
}

.popular-work-area .single-cat img {
	width: 100%
}

.popular-work-area .single-cat .img-cap {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 10px 10px 10px 5px
}

.popular-work-area .single-cat .img-cap h4 {
	font-weight: 700;
	font-family: Rajdhani, sans-serif;
	font-size: 26px;
	color: #1d1d1d;
	font-size: 16px;
	margin-bottom: 0;
	display: block
}

.popular-work-area .single-cat .img-cap p {
	font-size: 15px;
	color: #686868
}

.popular-work-area .single-cat:hover .img-cap {
	top: 90%
}

.popular-work-area .single-cat:hover .cat-icon i {
	color: #f81f1f
}

.popular-work-area .single-cat.single-cat2 {
	background: #f7fbff
}

.experience-area {
	margin-top: -176px;
	background-image: url(../img/gallery/section_bg02.png);
	position: relative;
	z-index: 0;
	height: 1000px;
	background-size: cover;
	background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.experience-area {
		margin-top: -276px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.experience-area {
		margin-top: -249px;
		height: 800px
	}
}

@media (max-width:575px) {
	.experience-area {
		margin-top: -363px
	}
}

.experience-area .caption-overlay {
	position: absolute;
	content: "";
	background-color: rgba(4, 21, 28, .902);
	width: 55%;
	height: 60%;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.experience-area .caption-overlay {
		width: 85%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.experience-area .caption-overlay {
		width: 100%
	}
}

@media (max-width:575px) {
	.experience-area .caption-overlay {
		width: 100%;
		height: 56%
	}
}

.experience-area .experience-caption {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1
}

.experience-area .experience-caption h2 {
	color: #fff;
	font-size: 50px;
	display: block;
	font-weight: 800;
	margin-bottom: 30px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.experience-area .experience-caption h2 {
		font-size: 31px
	}
}

@media (max-width:575px) {
	.experience-area .experience-caption h2 {
		font-size: 27px
	}
}

.experience-area .experience-caption p {
	color: #fff;
	margin-bottom: 47px
}

.starups-area {
	display: flex;
	align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area {
		display: block
	}
}

@media (max-width:575px) {
	.starups-area {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area {
		display: block
	}
}

.starups-area .starups {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 9%;
	background-image: url(../img/gallery/section_bg03.png);
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	height: 700px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.starups-area .starups {
		padding-right: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups {
		padding: 0 30px
	}
}

@media (max-width:575px) {
	.starups-area .starups {
		padding: 0 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups {
		width: 100%;
		height: 500px
	}
}

@media (max-width:575px) {
	.starups-area .starups {
		width: 100%;
		height: 400px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups {
		width: 100%;
		height: 400px
	}
}

.starups-area .starups .starups-details {
	padding-right: 117px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.starups-area .starups .starups-details {
		padding-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.starups-area .starups .starups-details {
		padding-right: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups .starups-details {
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups .starups-details {
		padding-right: 0;
		margin-top: 40px
	}
}

@media (max-width:575px) {
	.starups-area .starups .starups-details {
		padding-right: 0;
		margin-top: 40px
	}
}

.starups-area .starups .starups-details span {
	margin-bottom: 22px;
	display: block;
	color: #9fabbe
}

.starups-area .starups .starups-details h3 {
	font-size: 35px;
	display: block;
	color: #fff;
	font-weight: 700;
	margin-bottom: 53px
}

@media (max-width:575px) {
	.starups-area .starups .starups-details h3 {
		font-size: 21px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups .starups-details h3 {
		font-size: 28px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.starups-area .starups .starups-details h3 {
		font-size: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups .starups-details h3 {
		font-size: 43px
	}
}

.starups-area .starups .starups-details p {
	color: #9fabbe
}

@media (max-width:575px) {
	.starups-area .starups .starups-details p {
		font-size: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups .starups-details p {
		font-size: 13px
	}
}

.starups-area .starups .starups-details .starups-list ul {
	display: flex;
	margin-bottom: 18px
}

.starups-area .starups .starups-details .starups-list ul li svg {
	position: relative;
	top: 4px
}

.starups-area .starups .starups-details .starups-list ul li p {
	padding-left: 20px;
	color: #9fabbe
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups .starups-details .starups-list ul li p {
		padding-left: 9px
	}
}

@media (max-width:575px) {
	.starups-area .starups .starups-details .starups-list ul li p {
		padding-left: 9px
	}
}

.starups-area .starups-img {
	width: 50%;
	background-image: url(../img/gallery/section_bg04.png);
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 700px
}

@media (max-width:575px) {
	.starups-area .starups-img {
		width: 100%;
		height: 500px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.starups-area .starups-img {
		width: 100%;
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.starups-area .starups-img {
		width: 100%;
		height: 400px
	}
}

.starups-area .starups-img .play-btn {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	text-align: center
}

.starups-area .starups-img .play-btn a {
	display: inline-block;
	color: #fff;
	font-size: 60px
}

.starups-area .starups-img .play-btn a:hover {
	color: #ff1313
}

.testimonial-area .testimonial-caption .testimonial-top-cap img {
	margin-bottom: 50px;
	width: auto;
	display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap img {
		margin-bottom: 30px
	}
}

@media (max-width:575px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap img {
		margin-bottom: 30px
	}
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
	line-height: 1.7;
	margin-bottom: 50px;
	font-size: 16px;
	color: #d3d3d4;
	font-weight: 3000
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 20px;
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 60px
	}
}

@media (max-width:575px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 15px;
		padding-right: 0;
		margin-bottom: 60px
	}
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
	margin-left: 20px
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
	color: #ff1f1f;
	font-size: 20px;
	font-weight: 600;
	color: #f04e3c
}

@media (max-width:575px) {
	.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
		font-size: 17px
	}
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
	color: #707b8e;
	font-weight: 500;
	line-height: 1.5;
	font-size: 14px
}

.slick-initialized .slick-slide {
	outline: 0
}

.single-team .team-img {
	overflow: hidden;
	margin-bottom: 19px
}

.single-team .team-img img {
	width: 100%;
	transform: scale(1);
	transition: all .6s ease-out 0s
}

.single-team .team-caption span {
	color: #959595;
	font-size: 16px;
	font-weight: 500;
	font-family: Rajdhani, sans-serif;
	display: block;
	position: relative;
	margin-left: 50px;
	margin-bottom: 10px
}

.single-team .team-caption span::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	left: -47px;
	top: 50%;
	transform: translateY(-50%);
	background: #ff1f1f
}

.single-team .team-caption h3 a {
	color: #1d2434;
	font-weight: 600;
	font-size: 35px
}

.single-team:hover .team-img img {
	transform: scale(1.1)
}

.footer-area .footer-top {
	padding-bottom: 80px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-area .footer-top {
		padding-bottom: 50px
	}
}

@media (max-width:575px) {
	.footer-area .footer-top {
		padding-bottom: 50px
	}
}

.footer-area .footer-top .footer-logo {
	margin-bottom: 40px
}

.footer-area .footer-top .footer-pera p {
	color: #ced9e1;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 1.8
}

.footer-area .footer-top .footer-pera.footer-pera2 p {
	padding: 0
}

.footer-area .footer-top .footer-tittle h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 29px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: Poppins, sans-serif
}

.footer-area .footer-top .footer-tittle ul li {
	margin-bottom: 15px
}

.footer-area .footer-top .footer-tittle ul li a {
	color: #ced9e1;
	font-size: 14px;
	font-weight: 300
}

.footer-area .footer-top .footer-tittle ul li a:hover {
	color: #fff;
	padding-left: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .footer-bottom .footer-copy-right {
		padding-top: 0;
		float: left
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-area .footer-bottom .footer-copy-right {
		padding-top: 0;
		float: left
	}
}

@media (max-width:575px) {
	.footer-area .footer-bottom .footer-copy-right {
		padding-top: 0;
		float: left
	}
}

.footer-area .footer-bottom .footer-copy-right p {
	color: #888;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px
}

.footer-area .footer-bottom .footer-copy-right p i {
	color: #ff1f1f
}

.footer-area .footer-bottom .footer-copy-right p a {
	color: #ff1f1f
}

.footer-area .footer-bottom .footer-social a {
	color: #ced9e1;
	font-size: 14px;
	padding-left: 25px
}

.footer-area .footer-bottom .footer-social a i {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: rotateY(0)
}

.footer-area .footer-bottom .footer-social a:hover {
	color: #fff
}

.footer-area .footer-bottom .footer-social a:hover i {
	transform: rotateY(180deg)
}

.home-blog-area .home-blog-single {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img {
	overflow: hidden;
	position: relative
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
	width: 100%;
	-webkit-transform: scale 1;
	-moz-transform: scale 1;
	-ms-transform: scale 1;
	transform: scale 1;
	transition: all .5s ease-out 0s
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
	background: #ff1313;
	padding: 15px 34px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date {
		padding: 8px 20px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date span {
		font-size: 22px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-img .blog-date p {
	color: #fff;
	margin: 0
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
	background: #fff;
	padding: 37px 129px 37px 50px;
	border: 1px solid #f7f7f7;
	border-top: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 37px 23px 37px 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
		padding: 19px 8px 17px 18px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
	color: #707b8e
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
	color: #191d34;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
	color: #ff1f1f
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

@media (max-width:575px) {
	.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
		font-size: 19px
	}
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
	color: #3a3a3a;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Rajdhani, sans-serif;
	color: #3a3a3a
}

.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn:hover {
	color: #014b85
}

.home-blog-single:hover .blog-img-cap .blog-img .blog-date {
	background: #ff1f1f
}

.home-blog-single:hover .blog-img-cap .blog-img img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}

.home-blog-single:hover .blog-img-cap .blog-cap {
	border: 1px solid #ff1f1f;
	border-top: 0
}

.latest-blog-area .area-heading {
	margin-bottom: 70px
}

.blog_area a {
	color: Rajdhani, sans-serif!important;
	text-decoration: none;
	transition: .4s
}

.blog_area a :hover,
.blog_area a:hover {
	background: -webkit-linear-gradient(131deg, #ff1f1f 0, #ff1f1f 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	transition: .4s
}

.single-blog {
	overflow: hidden;
	margin-bottom: 30px
}

.single-blog:hover {
	box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1)
}

.single-blog .thumb {
	overflow: hidden;
	position: relative
}

.single-blog .thumb:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-blog h4 {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 34px;
	margin-bottom: 25px
}

.single-blog a {
	font-size: 20px;
	font-weight: 600
}

.single-blog .date {
	color: #666;
	text-align: left;
	display: inline-block;
	font-size: 13px;
	font-weight: 300
}

.single-blog .tag {
	text-align: left;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 300;
	margin-right: 22px;
	position: relative
}

.single-blog .tag:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #acacac;
	right: -12px;
	top: 7px
}

@media (max-width:1199px) {
	.single-blog .tag {
		margin-right: 8px
	}
	.single-blog .tag:after {
		display: none
	}
}

.single-blog .likes {
	margin-right: 16px
}

@media (max-width:800px) {
	.single-blog {
		margin-bottom: 30px
	}
}

.single-blog .single-blog-content {
	padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
	font-size: 13px;
	font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
	color: #fdcb9e;
	font-size: 13px;
	margin-right: 7px
}

@media (max-width:1199px) {
	.single-blog .single-blog-content {
		padding: 15px
	}
}

.single-blog:hover .thumb:after {
	opacity: .7;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media (max-width:1199px) {
	.single-blog h4 {
		transition: all .3s linear 0s;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 14px;
		margin-bottom: 12px
	}
	.single-blog h4 a {
		font-size: 18px
	}
}

.full_image.single-blog {
	position: relative
}

.full_image.single-blog .single-blog-content {
	position: absolute;
	left: 35px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media (min-width:992px) {
	.full_image.single-blog .single-blog-content {
		bottom: 100px
	}
}

.full_image.single-blog h4 {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-bottom: none;
	padding-bottom: 5px
}

.full_image.single-blog a {
	font-size: 20px;
	font-weight: 600
}

.full_image.single-blog .date {
	color: #fff
}

.full_image.single-blog:hover .single-blog-content {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.l_blog_item .l_blog_text .date {
	margin-top: 24px;
	margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
	font-size: 12px
}

.l_blog_item .l_blog_text h4 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	padding-bottom: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.l_blog_item .l_blog_text p {
	margin-bottom: 0;
	padding-top: 20px
}

.causes_slider .owl-dots {
	text-align: center;
	margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
	height: 14px;
	width: 14px;
	background: #eee;
	display: inline-block;
	margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.causes_item {
	background: #fff
}

.causes_item .causes_img {
	position: relative
}

.causes_item .causes_img .c_parcent {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 3px;
	background: rgba(255, 255, 255, .5)
}

.causes_item .causes_img .c_parcent span {
	width: 70%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0
}

.causes_item .causes_img .c_parcent span:before {
	content: "75%";
	position: absolute;
	right: -10px;
	bottom: 0;
	color: #fff;
	padding: 0 5px
}

.causes_item .causes_text {
	padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	cursor: pointer
}

.causes_item .causes_text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0
}

.causes_item .causes_bottom a {
	width: 50%;
	border: 1px solid;
	text-align: center;
	float: left;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

.causes_item .causes_bottom a+a {
	border-color: #eee;
	background: #fff;
	font-size: 14px
}

.latest_blog_area {
	background: #f9f9ff
}

.single-recent-blog-post {
	margin-bottom: 30px
}

.single-recent-blog-post .thumb {
	overflow: hidden
}

.single-recent-blog-post .thumb img {
	transition: all .7s linear
}

.single-recent-blog-post .details {
	padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
	line-height: 24px;
	padding: 10px 0 13px;
	transition: all .3s linear
}

.single-recent-blog-post .date {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.single-recent-blog-post:hover img {
	transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	border: 1px solid #eee;
	display: inline-block;
	padding: 1px 18px;
	text-align: center
}

.tags .tag_btn+.tag_btn {
	margin-left: 2px
}

.blog_categorie_area {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width:900px) {
	.blog_categorie_area {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (min-width:1100px) {
	.blog_categorie_area {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

.categories_post {
	position: relative;
	text-align: center;
	cursor: pointer
}

.categories_post img {
	max-width: 100%
}

.categories_post .categories_details {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(34, 34, 34, .75);
	color: #fff;
	transition: all .3s linear;
	display: flex;
	align-items: center;
	justify-content: center
}

.categories_post .categories_details h5 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.categories_post .categories_details p {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0
}

.categories_post .categories_details .border_line {
	margin: 10px 0;
	background: #fff;
	width: 100%;
	height: 1px
}

.categories_post:hover .categories_details {
	background: rgba(222, 99, 32, .85)
}

.blog_item {
	margin-bottom: 50px
}

.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
}

@media (min-width:768px) {
	.blog_details {
		padding: 60px 30px 35px 35px
	}
}

.blog_details p {
	margin-bottom: 30px
}

.blog_details a {
	color: #080808
}

.blog_details a:hover {
	color: #ff1313
}

.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px
	}
}

.blog-info-link li {
	float: left;
	font-size: 14px
}

.blog-info-link li a {
	color: #999
}

.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px
}

.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.blog-info-link li:last-child::after {
	display: none
}

.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table
}

.blog_item_img {
	position: relative
}

.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	background-color: #ff1f1f;
	padding: 8px 15px;
	border-radius: 5px
}

@media (min-width:768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px
	}
}

.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2
}

@media (min-width:768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px
	}
}

.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff
}

@media (min-width:768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px
	}
}

.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0
}

.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999
}

.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
	background: #ff1f1f;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
	cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
	color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999
}

.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999;
	padding-left: 20px;
	border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all .3s ease 0s;
	padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
	padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all .3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
	margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all .3s ease 0s;
	color: #888;
	font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #ff1f1f;
	color: #fff!important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px
}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0
}

.blog-pagination {
	margin-top: 80px
}

.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0!important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px
}

.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888
}

.blog-pagination .page-item:last-child .page-link {
	margin-right: 0
}

.single-post-area .blog_details {
	box-shadow: none;
	padding: 0
}

.single-post-area .social-links {
	padding-top: 10px
}

.single-post-area .social-links li {
	display: inline-block;
	margin-bottom: 10px
}

.single-post-area .social-links li a {
	color: #ccc;
	padding: 7px;
	font-size: 14px;
	transition: all .2s linear
}

.single-post-area .blog_details {
	padding-top: 26px
}

.single-post-area .blog_details p {
	margin-bottom: 20px;
	font-size: 15px
}

.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, .1);
	padding: 15px;
	line-height: 1.733;
	color: #888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px
}

@media (min-width:768px) {
	.single-post-area .quote-wrapper {
		padding: 30px
	}
}

.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid
}

@media (min-width:768px) {
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px
	}
}

.single-post-area .arrow {
	position: absolute
}

.single-post-area .arrow .lnr {
	font-size: 20px;
	font-weight: 600
}

.single-post-area .thumb .overlay-bg {
	background: rgba(0, 0, 0, .8)
}

.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
	margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
	font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
	font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
	font-size: 16px;
	margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #999
}

.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px
}

@media (max-width:600px) {
	.single-post-area .blog-author {
		padding: 20px 8px
	}
}

.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px
}

@media (max-width:600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px
	}
}

.single-post-area .blog-author a {
	display: inline-block
}

.single-post-area .blog-author a:hover {
	color: #ff1313
}

.single-post-area .blog-author p {
	margin-bottom: 0;
	font-size: 15px
}

.single-post-area .blog-author h4 {
	font-size: 16px
}

.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px
}

.single-post-area .navigation-area p {
	margin-bottom: 0
}

.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px
}

.single-post-area .navigation-area .nav-left {
	text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-left .lnr {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
	opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: .5
}

@media (max-width:767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px
	}
}

.single-post-area .navigation-area .nav-right {
	text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-right .lnr {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
	opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: .5
}

@media (max-width:991px) {
	.single-post-area .sidebar-widgets {
		padding-bottom: 0
	}
}

.comments-area {
	background: 0 0;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px
}

@media (max-width:414px) {
	.comments-area {
		padding: 50px 8px
	}
}

.comments-area h4 {
	margin-bottom: 35px;
	font-size: 18px
}

.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0
}

.comments-area .comment-list {
	padding-bottom: 48px
}

.comments-area .comment-list:last-child {
	padding-bottom: 0
}

.comments-area .comment-list.left-padding {
	padding-left: 25px
}

@media (max-width:413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px
	}
	.comments-area .comment-list .single-comment .date {
		font-size: 11px
	}
	.comments-area .comment-list .single-comment .comment {
		font-size: 10px
	}
}

.comments-area .thumb {
	margin-right: 20px
}

.comments-area .thumb img {
	width: 70px;
	border-radius: 50%
}

.comments-area .date {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
	margin-left: 20px
}

.comments-area .comment {
	margin-bottom: 10px;
	color: #777;
	font-size: 15px
}

.comments-area .btn-reply {
	background-color: transparent;
	color: #888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400
}

.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px
}

.comment-form .form-group {
	margin-bottom: 30px
}

.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px
}

.comment-form .name {
	padding-left: 0
}

@media (max-width:767px) {
	.comment-form .name {
		padding-right: 0;
		margin-bottom: 1rem
	}
}

.comment-form .email {
	padding-right: 0
}

@media (max-width:991px) {
	.comment-form .email {
		padding-left: 0
	}
}

.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: 0 0
}

.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none
}

.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999
}

.comment-form .form-control::placeholder {
	color: #777
}

.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100%!important
}

.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777
}

.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777
}

.dropdown .dropdown-menu {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contact-info {
	margin-bottom: 25px
}

.contact-info__icon {
	margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
	color: #8f9195;
	font-size: 27px
}

.contact-info .media-body h3 {
	font-size: 16px;
	margin-bottom: 0;
	font-size: 16px;
	color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
	color: #1f2b7b
}

.contact-info .media-body p {
	color: #8a8a8a
}

.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px
}

.form-contact label {
	font-size: 14px
}

.form-contact .form-group {
	margin-bottom: 30px
}

.form-contact .form-control {
	border: 1px solid #e5e6e9;
	border-radius: 0;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: 0 0
}

.form-contact .form-control:focus {
	outline: 0;
	box-shadow: none
}

.form-contact .form-control::placeholder {
	font-weight: 300;
	color: #999
}

.form-contact textarea {
	border-radius: 0;
	height: 100%!important
}

.modal-message .modal-dialog {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)!important;
	margin: 0;
	max-width: 500px;
	width: 100%
}

.modal-message .modal-dialog .modal-content .modal-header {
	text-align: center;
	display: block;
	border-bottom: none;
	padding-top: 50px;
	padding-bottom: 50px
}

.modal-message .modal-dialog .modal-content .modal-header .close {
	position: absolute;
	right: -15px;
	top: -15px;
	padding: 0;
	color: #fff;
	opacity: 1;
	cursor: pointer
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
	display: block;
	text-align: center;
	padding-bottom: 10px
}

.modal-message .modal-dialog .modal-content .modal-header p {
	display: block
}

.contact-section {
	padding: 130px 0 100px
}

@media (max-width:991px) {
	.contact-section {
		padding: 70px 0 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact-section {
		padding: 80px 0 50px
	}
}

.contact-section .btn_2 {
	background-color: #191d34;
	padding: 18px 60px;
	border-radius: 50px;
	margin-top: 0
}

.contact-section .btn_2:hover {
	background-color: #1f2b7b
}

.breadcam_bg {
	background-image: url(../img/banner/bradcam.png)
}

.breadcam_bg_1 {
	background-image: url(../img/banner/bradcam2.png)
}

.breadcam_bg_2 {
	background-image: url(../img/banner/bradcam3.png)
}

.bradcam_area {
	background-size: cover;
	background-position: center center;
	padding: 160px 0;
	background-position: bottom;
	background-repeat: no-repeat
}

@media (max-width:767px) {
	.bradcam_area {
		padding: 150px 0
	}
}

@media (min-width:768px) and (max-width:991px) {
	.bradcam_area {
		padding: 150px 0
	}
}

.bradcam_area h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 0;
	font-family: Rajdhani, sans-serif;
	text-transform: capitalize
}

@media (max-width:767px) {
	.bradcam_area h3 {
		font-size: 30px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.bradcam_area h3 {
		font-size: 40px
	}
}

.popup_box {
	background: #fff;
	display: inline-block;
	z-index: 9;
	width: 681px;
	padding: 60px 40px
}

@media (max-width:767px) {
	.popup_box {
		width: 320px;
		padding: 45px 30px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.popup_box {
		width: 420px!important;
		padding: 45px 30px
	}
}

.popup_box h3 {
	text-align: center;
	font-size: 22px;
	color: #1f1f1f;
	margin-bottom: 46px
}

.popup_box .boxed-btn3 {
	width: 100%;
	text-transform: capitalize
}

.popup_box .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e2e2e2;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	width: 100%!important;
	line-height: 50px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	border-radius: 0;
	margin-bottom: 30px;
	height: 50px!important;
	font-size: 16px;
	font-weight: 400;
	color: #919191
}

.popup_box .nice-select::after {
	content: "\f0d7";
	display: block;
	height: 5px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 3px;
	transition: all .15s ease-in-out;
	width: 5px;
	font-family: fontawesome;
	color: #919191;
	font-size: 15px
}

.popup_box .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	height: 200px;
	overflow-y: scroll
}

.popup_box .nice-select.list {
	height: 200px;
	overflow-y: scroll
}

#test-form {
	display: inline-block;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:767px) {
	#test-form {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
}

#test-form .mfp-close-btn-in .mfp-close {
	color: #333;
	display: none!important
}

#test-form button.mfp-close {
	display: none!important
}

@media (max-width:767px) {
	#test-form button.mfp-close {
		display: block!important;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto
	}
}

#test-form button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	width: 40px;
	height: 40px;
	background: #4a3600;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	position: absolute;
	right: -6px;
	color: #fff!important
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #4a3600;
	opacity: .6
}

@media (max-width:767px) {
	.gj-picker.gj-picker-md.timepicker {
		width: 310px;
		left: 6px!important
	}
}

@media (max-width:767px) {
	.gj-picker.gj-picker-md.datepicker.gj-unselectable {
		width: 320px;
		left: 0!important
	}
}

.flex-center-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

.overlay2::before {
	background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%);
	background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%);
	background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%)
}

.sample-text-area {
	background: #fff;
	padding: 100px 0 70px 0
}

.text-heading {
	margin-bottom: 30px;
	font-size: 24px
}

b,
del,
sub,
sup,
u {
	color: #1f2b7b
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #828bb2
}

.button-area {
	background: #fff
}

.button-area .border-top-generic {
	padding: 70px 15px;
	border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
	margin-right: 10px;
	margin-top: 10px
}

.button-group-area .genric-btn:last-child {
	margin-right: 0
}

.genric-btn {
	display: inline-block;
	outline: 0;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.genric-btn:focus {
	outline: 0
}

.genric-btn.e-large {
	padding: 0 40px;
	line-height: 50px
}

.genric-btn.large {
	line-height: 45px
}

.genric-btn.medium {
	line-height: 30px
}

.genric-btn.small {
	line-height: 25px
}

.genric-btn.radius {
	border-radius: 3px
}

.genric-btn.circle {
	border-radius: 20px
}

.genric-btn.arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.genric-btn.arrow span {
	margin-left: 10px
}

.genric-btn.default {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.default:hover {
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.default-border {
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.default-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.primary {
	color: #fff;
	background: #1f2b7b;
	border: 1px solid transparent
}

.genric-btn.primary:hover {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff
}

.genric-btn.primary-border {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff
}

.genric-btn.primary-border:hover {
	color: #fff;
	background: #1f2b7b;
	border: 1px solid transparent
}

.genric-btn.success {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent
}

.genric-btn.success:hover {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff
}

.genric-btn.success-border {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff
}

.genric-btn.success-border:hover {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent
}

.genric-btn.info {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent
}

.genric-btn.info:hover {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff
}

.genric-btn.info-border {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff
}

.genric-btn.info-border:hover {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent
}

.genric-btn.warning {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent
}

.genric-btn.warning:hover {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff
}

.genric-btn.warning-border {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff
}

.genric-btn.warning-border:hover {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent
}

.genric-btn.danger {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent
}

.genric-btn.danger:hover {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff
}

.genric-btn.danger-border {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff
}

.genric-btn.danger-border:hover {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent
}

.genric-btn.link {
	color: #415094;
	background: #f9f9ff;
	text-decoration: underline;
	border: 1px solid transparent
}

.genric-btn.link:hover {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff
}

.genric-btn.link-border {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff;
	text-decoration: underline
}

.genric-btn.link-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent
}

.genric-btn.disable {
	color: #222, .3;
	background: #f9f9ff;
	border: 1px solid transparent;
	cursor: not-allowed
}

.generic-blockquote {
	padding: 30px 50px 30px 30px;
	background: #f9f9ff;
	border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
	overflow-x: scroll
}

.progress-table {
	background: #f9f9ff;
	padding: 15px 0 30px 0;
	min-width: 800px
}

.progress-table .serial {
	width: 11.83%;
	padding-left: 30px
}

.progress-table .country {
	width: 28.07%
}

.progress-table .visit {
	width: 19.74%
}

.progress-table .percentage {
	width: 40.36%;
	padding-right: 50px
}

.progress-table .table-head {
	display: flex
}

.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
	color: #415094;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500
}

.progress-table .table-row {
	padding: 15px 0;
	border-top: 1px solid #edf3fd;
	display: flex
}

.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
	display: flex;
	align-items: center
}

.progress-table .table-row .country img {
	margin-right: 15px
}

.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0;
	background: 0 0
}

.progress-table .table-row .percentage .progress .progress-bar {
	height: 5px;
	line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
	background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
	background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
	background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
	background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
	background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
	background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
	background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
	background-color: #e66686
}

.single-gallery-image {
	margin-top: 30px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	height: 200px
}

.list-style {
	width: 14px;
	height: 14px
}

.unordered-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em!important
}

.unordered-list li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #1f2b7b;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%
}

.ordered-list {
	margin-left: 30px
}

.ordered-list li {
	list-style-type: decimal-leading-zero;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em!important
}

.ordered-list li span {
	font-weight: 300;
	color: #828bb2
}

.ordered-list-alpha li {
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em!important
}

.ordered-list-alpha li span {
	font-weight: 300;
	color: #828bb2
}

.ordered-list-roman li {
	margin-left: 30px;
	list-style-type: lower-roman;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em!important
}

.ordered-list-roman li span {
	font-weight: 300;
	color: #828bb2
}

.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input:focus {
	outline: 0
}

.input-group-icon {
	position: relative
}

.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3
}

.input-group-icon .icon i {
	color: #797979
}

.input-group-icon .single-input {
	padding-left: 45px
}

.single-textarea {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px;
	height: 100px;
	resize: none
}

.single-textarea:focus {
	outline: 0
}

.single-input-primary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-primary:focus {
	outline: 0;
	border: 1px solid #1f2b7b
}

.single-input-accent {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-accent:focus {
	outline: 0;
	border: 1px solid #eb6b55
}

.single-input-secondary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px
}

.single-input-secondary:focus {
	outline: 0;
	border: 1px solid #f09359
}

.default-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.default-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.default-switch input+label {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #1f2b7b;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.default-switch input:checked+label {
	left: 19px
}

.primary-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-switch input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.primary-switch input+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 8.5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.primary-switch input+label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.primary-switch input:checked+label:after {
	left: 19px
}

.primary-switch input:checked+label:before {
	background: #1f2b7b
}

.confirm-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-switch input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.confirm-switch input+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 8.5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}

.confirm-switch input+label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.confirm-switch input:checked+label:after {
	left: 19px
}

.confirm-switch input:checked+label:before {
	background: #4cd3e3
}

.primary-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
	background: url(../img/elements/primary-check.png) no-repeat center center/cover;
	border: none
}

.confirm-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
	background: url(../img/elements/success-check.png) no-repeat center center/cover;
	border: none
}

.disabled-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.disabled-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.disabled-checkbox input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
	cursor: not-allowed;
	z-index: 3
}

.disabled-checkbox input:checked+label {
	background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
	border: none
}

.primary-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.primary-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.primary-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
	background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
	border: none
}

.confirm-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.confirm-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.confirm-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
	background: url(../img/elements/success-radio.png) no-repeat center center/cover;
	border: none
}

.disabled-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer
}

.disabled-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.disabled-radio input+label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
	cursor: not-allowed;
	z-index: 3
}

.disabled-radio input:checked+label {
	background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
	border: none
}

.default-select {
	height: 40px
}

.default-select .nice-select {
	border: none;
	border-radius: 0;
	height: 40px;
	background: #f9f9ff;
	padding-left: 20px;
	padding-right: 40px
}

.default-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0
}

.default-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 20px
}

.default-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: 0 0
}

.default-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: 0 0
}

.default-select .current {
	margin-right: 50px;
	font-weight: 300
}

.default-select .nice-select::after {
	right: 20px
}

.form-select {
	height: 40px;
	width: 100%
}

.form-select .nice-select {
	border: none;
	border-radius: 0;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%
}

.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0
}

.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px
}

.form-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: 0 0
}

.form-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: 0 0
}

.form-select .current {
	margin-right: 50px;
	font-weight: 300
}

.form-select .nice-select::after {
	right: 20px
}

.mt-10 {
	margin-top: 10px
}

.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

.switch-wrap {
	margin-bottom: 10px
}

@-ms-viewport {
	width: device-width
}

.visible-phone {
	display: none!important
}

.visible-tablet {
	display: none!important
}

.hidden-desktop {
	display: none!important
}

.visible-desktop {
	display: inherit!important
}

@media screen and (min-width:1280px) and (max-width:1599px) {
	#section2 .line {
		width: 50%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section2 .blk2.no {
		font-size: 111px
	}
	#section2 .blk2 {
		margin-left: 30px;
		margin-top: 20px
	}
	.logo {
		float: left;
		width: 184px
	}
	#section4 .team {
		background-position: -5em 100%
	}
	.wrk-txt {
		min-height: 198px;
		padding: 20px 0 20px 15px
	}
}

@media screen and (min-width:996px) and (max-width:1279px) {
	.container {
		width: 960px
	}
	.header {
		background: #00a2c2 url(../images/bn-ipad.jpg) no-repeat 100% 100%;
		height: 680px
	}
	.rhttp {
		width: 100%;
		position: absolute;
		right: 20px;
		padding-left: 5%
	}
	.bnrtxt {
		top: 150px
	}
	.bnrtxt h1 span {
		font-size: 100px
	}
	.bnrtxt h1 {
		font-size: 34px;
		line-height: 45px
	}
	.bnrtxt p {
		font-size: 14px;
		width: 84%;
		line-height: 22px
	}
	.abt-blk {
		width: 100%;
		height: 432px
	}
	.abt .blocks {
		padding-left: 16px
	}
	.logo {
		float: left;
		width: 184px
	}
	.info a {
		padding: 0 2px 0 2px
	}
	.wrk-txt {
		padding: 50px 20px
	}
	.blk2 {
		margin-left: 30px;
		margin-top: 20px
	}
	#section2 .line {
		width: 50%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section2 .blk2 {
		margin-left: 30px;
		margin-top: 20px
	}
	.no {
		font-size: 70px;
		line-height: 70px
	}
	h2 {
		font-size: 30px;
		color: #00a6bf;
		font-family: open_sanslight;
		line-height: 10px;
		margin-bottom: 20px;
		text-transform: uppercase
	}
	p {
		font-size: 14px;
		line-height: 22px
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.abttext {
		margin-top: 0;
		margin-left: 30px
	}
	.abttext ul {
		margin: 20px;
		padding: 25px 0 25px 20px;
		font-size: 16px
	}
	.abttext ul li {
		line-height: 52px
	}
	.wrk-txt h3 {
		font-size: 16px
	}
	figure.effect-honey h2 {
		font-size: 20px
	}
	.team2 {
		width: 94%
	}
	.team1 .col-sm-1 {
		width: 60px
	}
	.team2 h3 {
		color: #fff;
		font-size: 23px
	}
	.team1 p,
	.team2 p {
		font-size: 13px
	}
	.team2 img {
		padding-right: 15px;
		width: 52%
	}
	.r1 {
		position: relative;
		top: 70px
	}
	.tm-full ul {
		margin: 72px 0 0 0;
		padding: 0
	}
	.tm-full ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
		font-size: 32px;
		color: #bcbcbc;
		font-family: open_sansextrabold
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 22%
	}
	.button {
		min-width: 110px;
		padding: .7em 1.2em
	}
	.test1 a {
		text-transform: uppercase;
		font-size: 15px;
		color: #00a6bf
	}
	.quote-blk {
		min-height: 502px;
		padding: 0 0 20px 0
	}
	.quote-blk p {
		width: 96%;
		margin: 0 auto;
		line-height: 30px
	}
	.quote-blk h1 {
		padding-top: 50px
	}
	figure.effect-honey h2 {
		font-size: 18px
	}
	.abt {
		padding-bottom: 30px
	}
	.menu {
		right: 15px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.abttext {
		margin-top: 20px
	}
	.wrk-txt {
		min-height: 270px;
		padding: 30px 20px
	}
	.grid {
		display: inline-block
	}
	.blk2 {
		margin-left: 0;
		margin-top: 15px
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		margin: 20px auto;
		top: 0
	}
	#section4 .team {
		background-position: -18em 100%;
		background-size: contain;
		padding: 5px 0 20px
	}
	.client-img {
		text-align: left
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	ul.pri li {
		margin: 15px 0;
		width: 32%
	}
	ul.apr {
		text-align: left
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 33%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.bnrtxt1 h1.blg {
		width: 70%;
		font-size: 48px
	}
	.work-all .grid {
		display: inherit
	}
}

@media screen and (min-width:768px) and (max-width:995px) {
	.career-float-left {
		padding-left: 4%;
		padding-right: 4%
	}
	.container {
		width: 750px
	}
	#popup_form .hm_request_form ol.forms {
		padding: 0 1%
	}
	.header {
		background: #00a2c2 url(../images/bn-ipadv.jpg) no-repeat 100% 100%;
		height: 600px
	}
	.bnrtxt h1 {
		font-size: 26px;
		line-height: 45px
	}
	.bnrtxt p {
		font-size: 14px;
		width: 80%;
		line-height: 22px
	}
	.abt-blk {
		width: 100%;
		height: 522px;
		background: url(images/abt-vd.jpg) no-repeat 70% 0/cover
	}
	.abt .blocks {
		padding-left: 16px
	}
	.bnrtxt h1 span {
		font-size: 85px
	}
	.bnrtxt {
		top: 120px
	}
	.logo {
		float: none
	}
	.tptxt {
		text-align: right;
		padding: 2px 0 10px 0
	}
	#section2 .line {
		width: 70%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section6 .col-sm-10 {
		width: 73%
	}
	#section3 .blk2 {
		margin-top: 0
	}
	#section4 .team {
		padding: 50px 0 0 0
	}
	.line {
		width: 70%
	}
	.blk2 {
		margin-left: 30px;
		margin-top: 30px
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.no {
		font-size: 70px;
		line-height: 70px
	}
	.line {
		background: #00a6bf;
		border-radius: 10px;
		height: 4px;
		width: 80%
	}
	h2 {
		font-size: 30px;
		line-height: 20px;
		margin-bottom: 10px;
		text-transform: uppercase
	}
	p {
		font-size: 14px;
		line-height: 22px;
		width: 100%
	}
	.abttext {
		margin-top: 0;
		margin-left: 30px
	}
	.abttext ul {
		margin: 20px;
		padding: 15px 0 15px 20px;
		font-size: 22px
	}
	.abttext ul li {
		line-height: 43px
	}
	.wrk-txt {
		padding: 20px 0 20px 15px
	}
	.wrk-txt h3 {
		font-size: 14px
	}
	figure.effect-honey h2 {
		font-size: 15px
	}
	.quote-blk {
		min-height: 502px;
		padding: 0
	}
	.quote-blk h1 {
		padding-top: 50px
	}
	.input {
		margin-bottom: 20px
	}
	.team1 {
		margin-top: 30px
	}
	.team2 {
		width: 96%
	}
	.team1 .col-xs-2 {
		width: 60px
	}
	.tm-full {
		padding: 15px 0
	}
	.tm-full ul {
		text-align: center;
		width: 100%;
		margin: 60px 0
	}
	.tm-full ul li {
		font-size: 23px;
		text-align: left
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 23%
	}
	.team2 img {
		padding-right: 15px;
		width: 52%
	}
	.tm {
		text-align: left
	}
	.team1 h3,
	.team2 h3 {
		font-size: 17px
	}
	.team2 p {
		padding-right: 8px;
		font-size: 13px
	}
	.r1 {
		position: relative;
		top: 55px
	}
	.clients .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: center
	}
	.test1 {
		padding-bottom: 0;
		padding-top: 30px
	}
	.test1 p {
		font-size: 14px;
		line-height: 23px
	}
	.test1 a {
		font-size: 13px
	}
	.quote-blk button {
		float: none;
		margin: 0 auto
	}
	.abt {
		padding-bottom: 30px
	}
	.menu {
		right: 15px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.wrk-txt {
		min-height: 258px
	}
	.wrk-txt p {
		font-size: 13px
	}
	.grid {
		display: inline-block;
		padding: 0 0 2.5em
	}
	.blk2 {
		margin-left: 0;
		margin-top: 15px
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		margin: 20px auto;
		top: 0
	}
	.abt-blk {
		float: left
	}
	.img-pos {
		padding-top: 35%
	}
	#section4 .team {
		background-position: -24em 100%;
		background-size: contain;
		padding: 5px 0 20px
	}
	.team .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: left
	}
	.test1 {
		padding-top: 20px
	}
	footer {
		padding: 40px 0
	}
	footer p {
		font-size: 13px
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	#about-col {
		padding: 70px 0
	}
	ul.pri li {
		margin: 15px 0;
		width: 32%
	}
	ul.apr {
		text-align: left
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 49%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.carrer-detail ul li {
		margin: 0 15px 10px
	}
	.bnrtxt1 h1.blg {
		width: 90%;
		font-size: 42px
	}
	.cover-left ul {
		margin-bottom: 15px
	}
	.work-all .grid {
		display: inherit
	}
	.info {
		text-transform: uppercase;
		color: #fff;
		font-size: 16px
	}
}

@media screen (max-width:1279px) {
	.hm-abt {
		height: auto!important
	}
}

@media screen and (min-width:480px) and (max-width:767px) {
	.career-float-left {
		padding-left: 4%;
		padding-right: 4%
	}
}

@media screen and (min-width:400px) and (max-width:767px) {
	.hm-abt {
		height: auto!important
	}
	#popup_form .hm_request_form {
		max-width: 95%;
		margin-bottom: 20px!important
	}
	.file-msg {
		margin-bottom: 20px
	}
	#popup_form .hm_request_form ol.forms {
		padding: 0 1%
	}
	.logo {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		top: 80px
	}
	.logo img.ds {
		display: none
	}
	.logo img.ip {
		display: block;
		margin: 0 auto;
		padding-top: 20px;
		float: none
	}
	.info {
		color: #fff;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase
	}
	#section1 .col-sm-1 {
		display: none
	}
	.mid {
		margin: 20px 0 0 0
	}
	.tptxt {
		text-align: center;
		padding-left: 0
	}
	#section1 .text-right {
		text-align: center;
		padding-top: 5px
	}
	.bnrtxt h1 span {
		font-size: 100px
	}
	.bnr1 {
		text-align: center
	}
	.bnrtxt {
		position: relative;
		top: 260px
	}
	.bnrtxt h1 {
		font-size: 34px
	}
	.bnrtxt p {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 22px
	}
	.header {
		background: #00a2c2 url(../images/bn-ipod.jpg) no-repeat 50% 100%;
		height: 1050px
	}
	.bnrtxt button {
		float: none;
		margin: 0 auto
	}
	.abt-blk {
		width: 100%;
		min-height: 350px;
		background: url(images/abt-vd.jpg) no-repeat 70% 0/100% auto
	}
	.abt {
		padding-bottom: 0;
		background: #fff
	}
	#section2 .line {
		width: 50%
	}
	#section2 .blk2 p {
		width: 100%
	}
	.line {
		width: 50%;
		margin: 0 auto
	}
	.blk2 {
		margin-left: 0;
		margin-top: 30px;
		text-align: center
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.abttext {
		margin-top: 0;
		margin-left: 0
	}
	.abttext ul {
		margin: 20px 0 0 0;
		padding: 20px 0 20px 20px;
		font-size: 22px;
		text-align: center
	}
	.abttext ul li {
		line-height: 33px
	}
	.wrk-txt {
		padding: 50px 20px;
		text-align: center
	}
	.number {
		margin: 0 auto
	}
	.wrk-txt p {
		width: 100%
	}
	figure.effect-honey h2 {
		font-size: 20px
	}
	.tm-full {
		padding: 20px 0
	}
	.tm-full ul {
		text-align: center;
		width: 90%;
		margin: 0 auto
	}
	.tm-full ul li {
		font-size: 20px;
		display: inline-block;
		width: 48%;
		text-align: left
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 25%
	}
	.team1 {
		width: 90%;
		margin: 0 auto
	}
	.team2 {
		width: 90%;
		margin: 0 auto
	}
	.team2 img {
		padding-right: 15px;
		width: 52%
	}
	.r1 {
		position: relative;
		top: 70px
	}
	.team1 .col-xs-2 {
		width: 60px
	}
	.clients .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: center
	}
	.quote-blk {
		min-height: 502px;
		padding: 0 0 50px 0
	}
	.quote-blk p {
		width: 96%;
		margin: 0 auto
	}
	.quote-blk h1 {
		padding-top: 50px
	}
	.quote-blk button {
		float: none;
		margin: 0 auto
	}
	figure.effect-honey figcaption::before,
	figure.effect-honey h2 {
		text-align: center
	}
	.rhttp {
		z-index: 10
	}
	.mid {
		margin: 20px 0 8px
	}
	.menu {
		right: 15px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.wrk-txt {
		min-height: 330px
	}
	.grid {
		display: inline-block
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.abt-blk {
		float: left
	}
	.abttext ul {
		margin: 0;
		padding: 20px
	}
	.img-pos {
		padding-top: 20px
	}
	.grid {
		padding: 0 0 2em
	}
	.team {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		padding: 20px 0 30px
	}
	.team .blk2 p {
		margin: 0 auto 20px;
		width: 90%
	}
	footer {
		padding: 30px 0
	}
	footer .row .col-xs-4 {
		width: 100%
	}
	footer p {
		text-align: center!important
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	.bnrtxt1 h1.wht {
		font-size: 40px
	}
	.worktxt h1 {
		width: 100%
	}
	#about-col {
		padding: 50px 0
	}
	ul.pri li {
		margin: 10px 0;
		width: 32%
	}
	ul.pri li h3 {
		font-size: 16px
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 100%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.carrer-detail ul li {
		margin: 0 15px 10px
	}
	.con-detail h4 {
		font-size: 16px
	}
	.con-detail p {
		font-size: 15px
	}
	.cover-left,
	.cover-right {
		padding: 0;
		text-align: center;
		width: 100%
	}
	.cover-left ul {
		margin-bottom: 15px
	}
	.blg-left {
		margin-bottom: 20px
	}
	.bnrtxt1 h1.blg {
		width: 100%;
		font-size: 38px
	}
	.test-rht {
		margin-bottom: 20px
	}
	.work-all .grid {
		display: inherit
	}
	.blk2 button,
	.client-img button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.clients button {
		float: none;
		margin: 20px auto;
		top: 0
	}
}

@media screen and (min-width:150px) and (max-width:399px) {
	h2 {
		line-height: 45px
	}
	.error {
		display: block;
		text-align: left
	}
	#popup_form .hm_request_form {
		max-width: 95%;
		margin-bottom: 20px!important
	}
	.file-msg {
		margin-bottom: 20px
	}
	#popup_form .hm_request_form ol.forms {
		padding: 0 1%
	}
	.abt-blk {
		width: 100%;
		min-height: 150px;
		background: url(images/abt-vd.jpg) no-repeat 70% 0/100% auto
	}
	.hm-abt {
		height: auto!important
	}
	.clients button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.info span {
		display: block
	}
	.logo {
		float: none;
		margin: 0 auto;
		top: 140px;
		width: 100%
	}
	img.ds {
		display: none
	}
	img.ip {
		display: block;
		margin: 0 auto;
		width: 120px
	}
	.tm img.ip {
		display: block;
		margin: 0 auto;
		width: 96%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px
	}
	.unline {
		margin: 0 auto
	}
	.input__field--ruri {
		padding: .01em 0
	}
	#section1 .col-xs-11 {
		width: 88%;
		margin: 0 auto;
		float: none
	}
	.mid {
		margin: 20px 0 0 0
	}
	.tptxt {
		text-align: center;
		padding-left: 0;
		padding-top: 8px;
		font-size: 12px
	}
	.info {
		line-height: 26px;
		font-size: 12px
	}
	#section1 .text-right {
		text-align: center;
		padding-top: 5px
	}
	.bnr1 {
		text-align: center
	}
	.bnrtxt {
		position: relative;
		top: 250px
	}
	.bnrtxt h1 {
		font-size: 30px;
		line-height: 38px
	}
	.bnrtxt h1 span {
		font-size: 50px
	}
	.header {
		background: #00a2c2 url(../images/bn-iphone.jpg) no-repeat 50% 100%;
		height: 1020px
	}
	.bnrtxt button {
		float: none;
		margin: 0 auto
	}
	.abt {
		padding-bottom: 0;
		background: #fff
	}
	#section2 .line {
		width: 80%
	}
	#section2 .blk2 p {
		width: 100%
	}
	#section2 .blk2 {
		padding-bottom: 30px
	}
	.line {
		width: 80%;
		margin: 0 auto
	}
	.blk2 {
		margin-left: 0;
		margin-top: 30px;
		text-align: center
	}
	.WE {
		font-size: 70px;
		font-family: open_sansextrabold;
		color: #00a6bf;
		line-height: 80px
	}
	.abttext {
		margin-top: 0;
		margin-left: 0
	}
	.abttext ul {
		margin: 20px 0 0 0;
		padding: 20px 0 20px 20px;
		font-size: 22px;
		text-align: center
	}
	.abttext ul li {
		line-height: 43px
	}
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		width: 100%;
		float: none;
		text-align: center
	}
	.wrk-txt {
		padding: 50px 20px;
		text-align: center
	}
	.number {
		margin: 0 auto
	}
	.wrk-txt p {
		width: 100%
	}
	figure.effect-honey h2 {
		font-size: 20px
	}
	.team {
		padding: 0 0
	}
	.team .blk2 p {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.tm-full ul {
		margin: 45px 0 0 0;
		padding: 0;
		width: 80%;
		margin: 0 auto;
		text-align: left
	}
	.tm-full ul li {
		font-size: 20px;
		color: #bcbcbc;
		font-family: open_sansextrabold
	}
	.tm-full ul li img {
		padding-right: 20px;
		width: 70px
	}
	.team1 {
		width: 100%;
		margin: 0 auto
	}
	.team2 {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px
	}
	.team2 img {
		padding-right: 0;
		width: 100%
	}
	.r1 {
		position: relative;
		top: 20px;
		min-height: 350px
	}
	.team1 .col-xs-2 {
		max-width: 86%;
		margin: 0 auto
	}
	.m1 {
		padding-bottom: 20px
	}
	.clients .blk2 p {
		width: 100%
	}
	.client-img {
		text-align: center
	}
	.quote-blk {
		min-height: 502px;
		padding: 0 0 50px 0
	}
	.quote-blk p {
		width: 96%;
		margin: 0 auto;
		font-size: 15px
	}
	.quote-blk h1 {
		padding-top: 50px;
		font-size: 40px
	}
	.quote-blk button {
		float: none;
		margin: 0 auto
	}
	figure.effect-honey figcaption::before,
	figure.effect-honey h2 {
		text-align: center
	}
	.test1 a {
		text-transform: uppercase;
		font-size: 15px
	}
	.mid {
		background-position: 20px 0;
		margin: 50px 0 8px
	}
	.rhttp .text-right {
		text-align: center;
		margin-left: 25px
	}
	.rhttp {
		right: 15px;
		z-index: 10
	}
	.menu {
		right: 10px;
		top: -10px
	}
	.bnrtxt h1 {
		margin-left: 0
	}
	.blk2:after,
	.blk2:before,
	.blocks:after,
	.blocks:before,
	.grid:after,
	.grid:before {
		display: table;
		content: " "
	}
	.blk2:after,
	.blocks:after,
	.grid:after {
		clear: both
	}
	.blk2 a,
	.bnrtxt a,
	.client-img a {
		display: inline-block
	}
	.blk2 button,
	.client-img button {
		float: none;
		margin: 20px auto;
		top: 0
	}
	.abt-blk {
		float: left
	}
	.abttext ul {
		margin: 0;
		padding: 20px
	}
	.img-pos {
		padding-top: 20px
	}
	.grid {
		padding: 0 0 2em
	}
	.team {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0
	}
	footer {
		padding: 30px 0
	}
	footer p {
		text-align: center!important
	}
	.bnrtxt1 {
		left: 3%;
		right: 3%;
		width: 94%
	}
	.bnrtxt1 h1.wht {
		font-size: 30px
	}
	.worktxt h1 {
		width: 100%
	}
	#about-col {
		padding: 50px 0
	}
	ul.pri li {
		margin: 10px 0;
		width: 49%
	}
	ul.pri li h3 {
		font-size: 16px
	}
	ul.apr li {
		margin-bottom: 25px;
		width: 100%
	}
	.cl-pro {
		padding-left: 15px;
		padding-right: 15px
	}
	.input__field--ruri {
		padding: 10px 0 5px;
		margin-bottom: 2em
	}
	.cover-left,
	.cover-right {
		padding: 0;
		width: 100%
	}
	.cover-left ul {
		margin-bottom: 15px
	}
	.blg-left {
		margin-bottom: 20px
	}
	.bnrtxt1 h1.blg {
		width: 100%;
		font-size: 32px
	}
	.test-rht {
		margin-bottom: 20px
	}
}

.worktxt a {
	display: inline-block
}

@media screen and (max-width:600px) {
	.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-custom.fancybox-opened {
		width: 90%!important
	}
	.fancybox-inner {
		width: auto!important
	}
	.hm_request_form ol.forms li {
		margin-bottom: 0;
		overflow: hidden;
		text-align: center
	}
	.hm_request_form ol.forms li .twocol-one {
		float: none;
		margin-bottom: 20px;
		margin-right: 3%;
		width: 100%
	}
	.hm_request_form ol.forms {
		padding: 0 0 40px
	}
	.pop {
		font-size: 14px
	}
	.hm_request_form1 ol.forms li .twocol-one {
		float: left;
		margin-bottom: 20px;
		margin-right: 3%;
		width: 100%
	}
	.hm_request_form1 ol.forms li {
		margin-bottom: 0;
		overflow: hidden;
		text-align: center
	}
	.hm_request_form1 .forms>li {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (min-width:601px) and (max-width:767px) {
	.career-float-left {
		padding-left: 5%;
		padding-right: 5%
	}
	.hm_request_form1 .forms>li {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (min-width:768px) and (max-width:992px) {
	.contact-us-section {
		background-size: auto
	}
	.cont-new .bnrtxt1 {
		width: auto
	}
	.contact-top-part .cot1 {
		width: 100%
	}
	.contact-info {
		margin-bottom: 30px
	}
	.contact-form-part {
		margin-bottom: 50px
	}
	.fd-left {
		padding-right: 15px
	}
	.fd-right {
		padding-left: 15px
	}
	.com-features .row {
		display: block;
		float: left;
		margin: 18px 0;
		text-align: center;
		width: 100%
	}
	.feat-text-right {
		text-align: center
	}
	.features-pic,
	.features-text {
		padding-left: 15px;
		padding-right: 15px
	}
	.features-pic {
		margin-bottom: 15px;
		width: 100%;
		left: 0
	}
	.features-text {
		width: 100%;
		right: 0
	}
	.features-pic img {
		display: inline-block
	}
	.features-text h2 {
		font-size: 40px
	}
	.features-text p {
		font-size: 11px
	}
	.what-next-part ul li {
		margin-bottom: 45px;
		width: 49%
	}
	.arrow-b,
	.arrow-t {
		display: none
	}
	.service-list-section h1 {
		font-size: 28px
	}
	.service-list {
		padding: 0
	}
	.service-list h4 {
		font-size: 14px
	}
	.service-list ul li {
		font-size: 12px;
		padding: 5px 0 5px 20px
	}
	.service-content-section p {
		font-size: 14px;
		line-height: 28px
	}
	.service-point-section h3 {
		font-size: 22px
	}
	.service-point-section ul {
		margin: 0 0 30px 20px
	}
	.service-point-section ul li {
		font-size: 16px;
		padding: 8px 0 8px 28px
	}
}

@media (min-width:481px) and (max-width:767px) {
	.contact-us-section {
		background-size: auto
	}
	.cont-new {
		min-height: 380px
	}
	.cont-new .bnrtxt1 {
		top: 300px;
		width: auto
	}
	.contact-info {
		margin-bottom: 30px
	}
	.contact-form-part {
		margin-bottom: 50px
	}
	.fd-left {
		padding-right: 15px
	}
	.fd-right {
		padding-left: 15px
	}
	.com-features .row {
		display: block;
		float: left;
		margin: 18px 0;
		text-align: center;
		width: 100%
	}
	.feat-text-right {
		text-align: center
	}
	.features-pic,
	.features-text {
		padding-left: 15px;
		padding-right: 15px
	}
	.features-pic {
		margin-bottom: 15px
	}
	.features-pic img {
		display: inline-block
	}
	.what-next-part ul li {
		margin-bottom: 45px;
		width: 49%
	}
	.arrow-b,
	.arrow-t {
		display: none
	}
	.service-list-section {
		padding: 20px 0
	}
	.service-list-section h1 {
		font-size: 24px
	}
	.service-list {
		padding: 0
	}
	.service-list .col-sm-3,
	.service-list .col-sm-4 {
		margin-bottom: 25px
	}
	.service-content-section p {
		font-size: 15px;
		line-height: 28px
	}
	.service-banner-section .carousel-indicators {
		display: none
	}
	.service-point-section h3 {
		font-size: 24px
	}
	.service-point-section {
		padding: 40px 0 15px
	}
	.service-point-section ul {
		margin: 0 0 30px 20px
	}
	.service-point-section ul li {
		font-size: 18px;
		padding: 10px 0 10px 28px
	}
	.testimonails-section {
		padding: 40px 0 15px
	}
	.testi-box {
		min-height: inherit
	}
	.testi-user {
		margin-bottom: 25px
	}
}

@media (max-width:480px) {
	.num-in {
		display: block
	}
	.num-in-a {
		font-size: 30px;
		height: 50px;
		padding: 2px;
		width: 50px
	}
	.num-in-ab {
		padding-left: 0;
		position: relative
	}
	.career-float-left {
		border-bottom: 1px solid #afafaf;
		text-align: center
	}
	.career-float-left:last-child {
		border: medium none
	}
	.career-float-left .num {
		margin: 0 auto
	}
	.contact-us-section {
		background-size: auto
	}
	.cont-new {
		min-height: 360px
	}
	.cont-new .bnrtxt1 {
		top: 300px;
		width: auto
	}
	.contact-info {
		margin-bottom: 30px
	}
	.contact-title-part h2 {
		font-size: 20px;
		margin: 15px 0 5px
	}
	.contact-title-part p {
		font-size: 14px
	}
	.contact-form-part {
		margin-bottom: 50px
	}
	.fd-left {
		padding-right: 15px
	}
	.fd-right {
		padding-left: 15px
	}
	.com-features .row {
		display: block;
		float: left;
		margin: 18px 0;
		text-align: center;
		width: 100%
	}
	.feat-text-right {
		text-align: center
	}
	.features-pic,
	.features-text {
		padding-left: 15px;
		padding-right: 15px
	}
	.features-pic {
		margin-bottom: 15px
	}
	.features-pic img {
		display: inline-block
	}
	.what-next-part h2 {
		font-size: 24px
	}
	.what-next-part ul li {
		margin-bottom: 45px;
		width: 99%
	}
	.what-next-part ul li:last-child {
		margin-bottom: 0
	}
	.arrow-b,
	.arrow-t {
		display: none
	}
	.service-list-section {
		padding: 15px 0
	}
	.service-list-section h1 {
		font-size: 18px
	}
	.service-list {
		padding: 0
	}
	.service-list .col-sm-3,
	.service-list .col-sm-4 {
		margin-bottom: 25px
	}
	.service-content-section p {
		font-size: 14px;
		line-height: 26px
	}
	.service-banner-section .carousel-indicators {
		display: none
	}
	.service-point-section h3 {
		font-size: 20px
	}
	.service-point-section {
		padding: 30px 0 10px
	}
	.service-point-section ul {
		margin: 0 0 30px 20px
	}
	.service-point-section ul li {
		font-size: 16px;
		padding: 7px 0 7px 28px
	}
	.testimonails-section {
		margin: 30px 0 10px
	}
	.testi-box {
		min-height: inherit
	}
	.testi-user {
		margin-bottom: 25px
	}
}

@media screen and (min-width:481px) and (max-width:600px) {
	.num-in-ab h3 {
		font-size: 18px!important
	}
}

body {
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: none;
	outline: 0
}

.clr {
	clear: both
}

section {
	margin: 0;
	padding: 0
}

.header {
	background: #00a2c2 url(../images/bn.jpg) no-repeat 50% 0;
	height: 896px;
	position: relative
}

.arw {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0
}

.innerhdr {
	position: relative
}

.rhttp {
	width: 100%;
	position: absolute;
	right: 20px
}

img {
	max-width: 100%
}

img.ds {
	display: block
}

img.ip {
	display: none
}

.logo {
	width: 184px;
	margin-top: 0;
	position: absolute;
	top: 8px;
	left: 60px;
	background: #fff;
	padding: 8px 10px;
	border: 1px solid #ec0606
}

.logo a {
	display: inline-block
}

.menu {
	padding: 0;
	position: fixed;
	right: 20px;
	top: -8px;
	cursor: pointer;
	z-index: 1000
}

.menu img {
	border-radius: 2px
}

.menu span {
	cursor: pointer
}

.mid {
	background: url(../images/ln.png) no-repeat;
	top: 0;
	position: relative;
	width: 100%;
	height: 15px;
	margin-bottom: 5px;
	margin: 50px 0 0 0
}

.tptxt {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	padding-left: 60px;
	font-size: 13px;
	text-align: left;
	padding-bottom: 0
}

.info {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px
}

.info a {
	text-transform: uppercase;
	color: #fff;
	padding: 0 4px 0 4px
}

.bnrtxt {
	position: relative;
	top: 230px
}

.bnrtxt h1 {
	font-size: 38px;
	font-family: open_sansbold;
	color: #fff;
	margin-left: -6px;
	line-height: 54px;
	font-weight: 800px
}

.bnrtxt h1 span {
	display: block;
	font-size: 118px;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	margin-left: -2px
}

.bnrtxt p {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 31px
}

.bnrtxt a.bnrbtn {
	text-transform: uppercase;
	text-align: center;
	background: 0 0;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 0;
	font-size: 24px;
	color: #fff;
	padding: 5px 35px
}

.bnrtxt button {
	color: #fff
}

.bnrtxt .button--ujarak.button--inverted::before {
	background: #fff
}

.bnrtxt .button--ujarak:hover {
	color: #00a6bf
}

.abt-blk {
	width: 100%;
	position: relative;
	background: url(images/abt-vd.jpg) no-repeat 50% 0/cover;
	height: 494px
}

#div_demo {
	width: 427px;
	height: 240px;
	position: relative
}

.abt {
	padding-bottom: 0
}

.no-padding {
	padding: 0
}

.no-margin {
	margin: 0
}

.WE h2 {
	font-size: 50px;
	font-family: open_sansextrabold;
	color: #00a6bf;
	line-height: 68px;
	font-weight: 900
}

#section2 .line {
	width: 50%
}

#section2 .blk2 p {
	width: 100%
}

#section2 .blk2.no {
	font-size: 111px
}

#section2 .blk2 {
	margin-left: 30px;
	margin-top: 15px
}

.blk2 button {
	position: relative;
	top: 20px
}

.our-work {
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}

.our-work button {
	margin: 0 auto;
	float: none
}

.blk2 {
	margin-left: 30px;
	margin-top: 22px
}

.no {
	font-size: 111px;
	color: #00a6bf;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	line-height: 110px
}

.line {
	background: #00a6bf;
	border-radius: 10px;
	height: 4px;
	width: 80%
}

h2 {
	font-size: 50px;
	color: #00a6bf;
	font-family: open_sanslight;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase
}

p {
	font-size: 16px;
	color: #333;
	line-height: 27px
}

.abttext {
	background: #016d9b26;
	color: #fff;
	font-size: 16px;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	margin-top: 52px;
	margin-left: 30px
}

.abttext ul {
	margin: 0;
	padding: 68px 50px;
	font-size: 18px;
	font-weight: 700
}

.abttext ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 60px
}

.work {
	background: #f3f3f3;
	padding: 20px 0
}

.con1 {
	font-size: 21px
}

.con1 a {
	color: #008ba0;
	font-family: open_sansbold
}

.img-pos {
	padding-top: 30px
}

.wrk-txt {
	padding: 50px 20px;
	height: 100px!important;
	text-align: center
}

.number {
	background: #000;
	padding: 6px 10px;
	color: #fff;
	font-size: 23px;
	font-family: open_sansextrabold;
	width: 50px;
	height: 50px;
	text-align: center
}

.wrk-txt h3 {
	font-size: 20px;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer
}

.wrk-txt p {
	color: #fff;
	font-size: 14px
}

.wrk-txt a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff
}

.wrk-txt a:hover {
	color: #000;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease
}

.wrk-blk {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	padding: 0
}

.w1 {
	background: #18aec4;
	margin: 0;
	padding: 0
}

.w2 {
	background: #f73636d4;
	margin: 0;
	padding: 0
}

.w3 {
	background: #169cb0;
	margin: 0;
	padding: 0
}

.w4 {
	background: #181b1c;
	margin: 0;
	padding: 0
}

a.ser-link {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px
}

a:hover.ser-link {
	color: #00a6bf;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #00a6bf;
	padding-bottom: 8px
}

a.ser-link1 {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px
}

a:hover.ser-link1 {
	color: #000;
	text-transform: none;
	font-size: 14px;
	border-bottom: 2px solid #000;
	padding-bottom: 8px
}

.team {
	padding: 30px 0 70px 0;
	background: #fff url(../images/app.jpg) no-repeat 0 100%
}

.tm {
	position: relative
}

.team p {
	width: 72%
}

.r1 {
	position: relative;
	top: 100px
}

.team .blk2 {
	margin-left: 0;
	margin-top: 0
}

.tm-full ul {
	margin: 45px 0 0 0;
	padding: 0
}

.tm-full ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 35px;
	color: #bcbcbc;
	font-family: open_sansextrabold
}

.tm-full ul li img {
	padding-right: 20px
}

.team-full {
	margin: 0 0 10px 0
}

.clients {
	padding: 30px 0 30px 0;
	background: #fff;
	border-top: 2px solid #d2d6d7
}

.clients .blk2 {
	margin-left: 0;
	margin-top: 0
}

.clients .blk2 p {
	width: 72%
}

.clients button {
	position: relative;
	top: 20px
}

.client-img {
	position: relative;
	top: 20px;
	margin-bottom: 40px
}

.test1 {
	padding-bottom: 30px;
	padding-top: 30px
}

.test1 a {
	text-transform: uppercase;
	font-size: 17px;
	color: #00a6bf
}

.test1 img {
	position: relative;
	top: 4px
}

.unline {
	position: relative;
	top: 6px;
	display: block
}

.social-icon {
	border-top: 1px solid #bfbebe;
	text-align: center;
	padding: 28px 0 28px;
	background: #fff
}

.social-icon a {
	padding: 0 5px 0 5px
}

.social-icon img:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease
}

.quote-blk {
	background: #f5f6f7
}

.quote-blk h1 {
	color: #00a6bf;
	font-size: 30px;
	text-align: center;
	font-family: open_sansbold;
	text-transform: none;
	padding-top: 50px
}

.quote-blk p {
	color: #999;
	font-size: 19px;
	text-align: center;
	line-height: 32px
}

.con-detail {
	text-align: center
}

.con-detail h4 {
	color: #00a6bf;
	font-family: open_sansbold
}

.con-detail p a.grey {
	color: #333
}

.con-detail p a:hover.grey {
	color: #00a6bf
}

footer {
	background: #0c1014;
	color: #353535;
	font-size: 14px
}

footer p {
	text-transform: none;
	color: #00a6bf;
	padding: 15px 0;
	margin: 0
}

footer a {
	color: #00a6bf
}

footer a:hover {
	color: #fff
}

footer a button {
	float: none!important;
	margin: 0 auto;
	width: 200px
}

footer a .button--ujarak-blue::before {
	border-radius: 40px!important
}

footer a button .button--ujarak-blue:hover {
	color: #fff;
	border-color: #00a6bf;
	border-radius: 40px!important
}

footer a button.button--ujarak-blue:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 40px!important
}

.blog-con {
	padding: 50px 0
}

.bnrtxt1 {
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 400px;
	width: 100%
}

.bnrtxt1 h1 {
	color: #191b1b;
	font-size: 50px;
	font-family: open_sansbold;
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #191b1b;
	margin: 0 0 5px;
	padding: 0 0 5px
}

.bnrtxt1 h1.wht {
	color: #fff;
	border-bottom: 1px solid #fff
}

.bnrtxt1 p.wht {
	font-size: 16px
}

.bnrtxt1 p.wht {
	color: #fff
}

.bnrtxt1 p {
	color: #191b1b;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: open_sanssemibold;
	margin: 0;
	padding: 0
}

.work-all {
	padding: 42px 0 0 0
}

.work-all .col-md-6,
.work-all .col-sm-6,
.work-all .col-xs-6 {
	margin-bottom: 30px!important
}

.workmain {
	background: #6d6d6d url(../images/bn-mainwrk.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk1 {
	background: #6d6d6d url(../images/bn-wrk1.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk2 {
	background: #6d6d6d url(../images/bn-sting.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk3 {
	background: #6d6d6d url(../images/bn-energy.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk4 {
	background: #6d6d6d url(../images/bn-retire.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk5 {
	background: #6d6d6d url(../images/bn-true-travel.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk6 {
	background: #6d6d6d url(../images/bn-azure.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk7 {
	background: #6d6d6d url(../images/bn-game.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk8 {
	background: #6d6d6d url(../images/bn-beat.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk9 {
	background: #6d6d6d url(../images/bn-happy.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk10 {
	background: #6d6d6d url(../images/bn-santa.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk11 {
	background: #6d6d6d url(../images/bn-tumbuctu.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk12 {
	background: #6d6d6d url(../images/bn-go2motor.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk13 {
	background: #6d6d6d url(../images/bn-jcm.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk144 {
	background: #6d6d6d url(../images/bn-prag.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk14 {
	background: #6d6d6d url(../images/poshandkuxebn.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk15 {
	background: #6d6d6d url(../images/bn-travel.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk16 {
	background: #6d6d6d url(../images/bn-mayra.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk17 {
	background: #6d6d6d url(../images/bn-uposi.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk18 {
	background: #6d6d6d url(../images/bn-eu.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk19 {
	background: #6d6d6d url(../images/bn-partyband.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk20 {
	background: #6d6d6d url(../images/bn-ff.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk21 {
	background: #6d6d6d url(../images/bn-grc.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk22 {
	background: #6d6d6d url(../images/bn-fc.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk37 {
	background: #6d6d6d url(../images/bn-law.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk38 {
	background: #6d6d6d url(../images/bn-health.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk39 {
	background: #6d6d6d url(../images/bn-canada.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk40 {
	background: #6d6d6d url(../images/bn-help.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk41 {
	background: #6d6d6d url(../images/bn-soma.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.wrk42 {
	background: #6d6d6d url(../images/bn-organic.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.about {
	background: #6d6d6d url(../images/abt-img.jpg) fixed no-repeat 50% 100%/cover;
	min-height: 790px;
	width: 100%
}

.testi {
	background: #6d6d6d url(../images/bn-test.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.career {
	background: #6d6d6d url(../images/bn-career.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.cont {
	background: url(../images/bn-con.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.team-page {
	background: #6d6d6d url(../images/bn-team.jpg) fixed no-repeat 50% 100%/cover;
	min-height: 790px;
	width: 100%
}

.blog {
	background: #6d6d6d url(../images/bn-blog.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.bn-topic1 {
	background: #6d6d6d url(../images/bn-blog1.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.bn-topic2 {
	background: #6d6d6d url(../images/bn-blog2.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.bn-topic3 {
	background: #6d6d6d url(../images/bn-blog3.jpg) fixed no-repeat 55% 100%/cover;
	min-height: 790px;
	width: 100%
}

.cover {
	background: #eef3f9 none repeat scroll 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 50px 0 0 0
}

.cover-left {
	float: left;
	width: 50%;
	padding: 50px 50px 0 0
}

.cover-right {
	width: 50%;
	float: right
}

.cover-left div p {
	font-size: 15px;
	margin-bottom: 28px
}

.cover-left ul {
	margin: 0;
	padding: 0
}

.cover-left ul li {
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 24px
}

.EEtext {
	color: #033479;
	text-transform: uppercase;
	font-size: 40px!important;
	line-height: 1
}

.tab-content div.grid ul {
	margin: 0;
	padding: 0
}

.tab-content div.grid ul li {
	margin: 0;
	padding: 0;
	list-style: none
}

.maxlist-more a {
	display: block;
	width: 170px;
	text-decoration: none
}

.maxlist-more a:hover {
	text-decoration: none
}

.worktxt {
	text-align: center;
	padding: 20px 0 20px 0
}

.visual {
	padding: 30px 0
}

.worktxt a .button--ujarak-blue {
	float: none;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px
}

.worktxt h1 {
	font-size: 35px;
	font-family: open_sansbold;
	line-height: 50px;
	color: #00a6bf;
	margin: 30px auto 20px;
	text-transform: capitalize
}

.worktxt h2 {
	font-size: 35px;
	color: #727272;
	text-transform: none;
	margin: 60px 0;
	line-height: 40px
}

.worktxt a {
	color: #00a6bf;
	text-decoration: none
}

.worktxt a:hover {
	color: #000;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease
}

.collage {
	padding: 30px 0
}

.unline1 {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0
}

ul.apr {
	display: inline-block;
	margin: 20px 0;
	padding: 0
}

ul.apr li {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	width: 19%;
	vertical-align: top;
	text-align: left
}

ul.apr li h3 {
	font-size: 20px;
	color: #00a6bf;
	text-transform: none;
	font-family: open_sansbold;
	line-height: 24px
}

ul.apr li p {
	font-size: 14px;
	line-height: 22px
}

.ap1 {
	text-align: left
}

h1.abt-hd1 {
	margin: 30px auto 0;
	padding: 0 0 10px 0;
	text-align: center
}

.abt-hd {
	color: #00a6bf;
	font-family: open_sansbold;
	margin: 0 0 20px 0;
	padding: 0
}

.approach h4 {
	font-size: 20px;
	font-family: open_sansbold;
	color: #00a6bf
}

.abtbx {
	margin: 20px 0;
	display: block
}

.abtbx img {
	padding-bottom: 10px
}

#about-col {
	background: #00a6bf url(../images/abt-mid.jpg) fixed no-repeat 55% 100%/cover;
	width: 100%;
	margin: 50px 0;
	padding: 100px 0
}

ul.pri {
	display: inline-block;
	margin: 20px 0;
	padding: 0
}

ul.pri li {
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	list-style: none;
	width: 12%;
	vertical-align: top;
	text-align: center
}

ul.pri li h3 {
	font-size: 18px;
	color: #fff;
	text-transform: none;
	line-height: 24px
}

.collage p {
	margin: 0;
	padding: 0
}

.grid p {
	margin: 0;
	padding: 0
}

.test-r {
	min-height: 300px
}

.colon {
	padding: 15px 0 15px 0
}

.test-rht {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 20px
}

.testbtn .button {
	float: left!important;
	position: relative;
	top: -50px
}

.test-r .author img {
	border-radius: 50%;
	border: 5px solid #dfdddd;
	width: 130px;
	height: 130px
}

.name {
	color: #333;
	font-size: 29px;
	text-transform: uppercase;
	font-family: open_sansbold;
	padding-top: 10px
}

.des {
	color: #333;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase
}

.blog-con {
	padding: 50px 0 50px 0
}

.blogpost {
	text-align: left;
	margin-bottom: 30px
}

.blogpost h1 {
	color: #00a2c2;
	font-size: 20px;
	font-family: open_sansbold;
	padding: 20px 0 10px 0;
	margin: 0
}

.blog-con .button {
	float: none;
	margin: 0 auto
}

.blog-con .button--ujarak,
.button--ujarak::before {
	color: #00a6bf;
	border-color: #00a6bf
}

.blog-con .button--ujarak,
.button--ujarak::after {
	color: #00a6bf;
	border-color: #00a6bf
}

.blog-con .button--ujarak.button--inverted:hover {
	color: #fff;
	border-color: #00a6bf
}

.blog .bnrtxt1 {
	top: 380px
}

.bnrtxt1 h1.blg {
	border-bottom: none;
	color: #fff;
	width: 50%;
	margin-top: 20px
}

.blg-right h1 {
	font-size: 35px;
	color: #00a2c2;
	font-family: open_sansbold;
	margin: 0 0 20px 0;
	padding: 0
}

.blg-right p {
	line-height: 30px;
	margin-bottom: 20px
}

.blogimg {
	padding: 0 0 20px 0
}

.blg-right ul,
.blg-right ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

.bl {
	font-size: 19px;
	color: #16a7c5
}

.blg-left {
	width: 96%;
	margin: 0 auto
}

.intro {
	text-align: center
}

.author img {
	border-radius: 50%;
	border: 10px solid #dfdddd
}

.name {
	color: #333;
	font-size: 29px;
	text-transform: uppercase;
	font-family: open_sansbold;
	padding-top: 10px
}

.des {
	color: #333;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase
}

.topics {
	padding: 0 0 20px 0;
	text-align: center;
	margin: 20px 0 0 0
}

.topics h2 {
	font-size: 29px;
	color: #00a2c2;
	font-family: open_sansbold;
	text-transform: uppercase
}

.topics ul {
	margin: 0;
	padding: 0
}

.topics ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 40px;
	font-size: 16px;
	color: #333
}

.topics ul li a {
	color: #333
}

.topics ul li a:hover {
	color: #00a2c2
}

.topics ul li a#active {
	color: #00a2c2;
	border-bottom: 2px solid #00a2c2
}

.comnts {
	border-top: 1px solid #dfdddd;
	border-bottom: 1px solid #dfdddd;
	padding: 20px 0;
	text-align: center;
	color: #8b8b8b;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 4px
}

.comnts a {
	color: #8b8b8b
}

.comnts a:hover {
	color: #00a2c2
}

.share {
	text-align: center;
	margin-top: 20px
}

.share h4 {
	color: #3b3b3b;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: open_sansbold
}

.share ul {
	margin: 0;
	padding: 0;
	display: inline
}

.share ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	padding: 0 20px;
	border-right: 1px solid #8b8b8b
}

.share ul li:Last-child {
	border-right: none
}

.share ul li a:hover {
	opacity: .5
}

.carrer-detail {
	padding: 40px 0
}

.carrer-detail h2,
.carrer-detail h3,
.carrer-detail h4 {
	margin: 0;
	padding: 0;
	line-height: 40px
}

.carrer-detail h4 {
	color: #00a6bf
}

.carrer-detail ul {
	margin: 0;
	padding: 0
}

.carrer-detail ul li {
	margin: 0 15px 10px 15px;
	padding: 0 0 0 10px;
	font-size: 14px;
	list-style: circle
}

.carrer-detail ul li p {
	font-size: 14px
}

.num {
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 2px;
	background: #00a6bf;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px
}

.cl-pro {
	padding: 0 0
}

.midline {
	background: transparent url(../images/midline.jpg) no-repeat scroll 50% 0;
	height: 12px;
	margin: 40px 0;
	position: relative;
	width: 100%;
	clear: both
}

.nav-tabs {
	border-bottom: none;
	color: #333
}

ul.nav-tabs {
	margin: 0 auto;
	text-align: center;
	float: none
}

.nav-tabs>li {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
	color: #333
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	color: #333;
	border-bottom: 0;
	background: #eee;
	border-radius: 4px;
	padding: 10px 20px
}

.nav-tabs>li>a:hover {
	border-color: none!important;
	background: #e0dede
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #00a6bf;
	border-radius: 4px
}

.tab-content figure.effect-honey img {
	opacity: .9;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

.tab-content figure.effect-honey:hover img {
	opacity: .5
}

.tab-content figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .8em 1.5em;
	width: 100%;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-family: open_sansbold;
	text-align: left;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	font-weight: 400;
	opacity: 0
}

.tab-content figure.effect-honey h2 span {
	font-family: open_sanslight;
	display: block;
	font-size: 15px;
	letter-spacing: 1px
}

.tab-content figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0)
}

.tab-content figure.effect-honey figcaption::before,
.tab-content figure.effect-honey h2 {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s
}

.tab-content figure.effect-honey:hover figcaption::before,
.tab-content figure.effect-honey:hover h2,
.tab-content figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: block
}

.error {
	color: red;
	font-size: 14px
}

#success {
	display: none;
	text-align: center;
	padding-bottom: 35px
}

#success p {
	color: #168008
}

.quote-blk .row a:active,
.quote-blk .row a:focus,
.quote-blk .row a:hover {
	color: #00a6bf
}

#fail {
	display: none
}

#fail>p {
	color: red
}

.hm_request_form {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 848px
}

.hm_request_form1 {
	border-radius: 6px;
	margin: 0 auto;
	max-width: 848px
}

#popup_form .hm_request_form h3 {
	padding: 0 0 29px;
	color: #fff;
	font-family: open_sansbold
}

.hm_request_form ol.forms {
	padding: 0 66px 0
}

ol,
ul {
	list-style: outside none none
}

.hm_request_form ol.forms li {
	margin-bottom: 23px;
	overflow: hidden;
	text-align: center
}

.hm_request_form ol.forms li .twocol-one {
	float: left;
	margin-right: 3%;
	width: 48.5%
}

.hm_request_form ol.forms li .twocol-one.last {
	margin-right: 0
}

.hm_request_form1 ol.forms li {
	margin-bottom: 23px;
	overflow: hidden;
	text-align: center
}

.hm_request_form1 ol.forms li .twocol-one {
	float: left;
	margin-right: 3%;
	width: 48.5%
}

.hm_request_form1 ol.forms li .twocol-one.last {
	margin-right: 0
}

input.txt {
	border: medium none;
	box-sizing: border-box;
	color: #646464;
	font: 14px/24px "Open Sans", Arial, sans-serif;
	height: 47px;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #242829
}

.hm_request_form1 input.txt {
	border: medium none;
	box-sizing: border-box;
	color: #646464;
	font: 14px/24px "Open Sans", Arial, sans-serif;
	height: 47px;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
	border: none
}

input,
textarea {
	background: #fff none repeat scroll 0 0;
	border-color: #efefef;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	color: #666;
	font-family: inherit;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 11px;
	margin-top: 1%!important;
	width: 310px
}

#popup_form .hm_request_form input.submit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 0;
	color: #fff;
	font: 700 15px/54px "Open Sans", Arial, sans-serif;
	height: 60px;
	margin: 0;
	padding: 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	float: none;
	display: inline-block
}

#wrapper .hm_request_form1 input.submit,
.hm_request_form1 input.submit {
	border: 3px solid #fff;
	border-radius: 0;
	color: #fff;
	font: 700 15px/54px "Open Sans", Arial, sans-serif;
	height: 60px;
	margin: 0;
	padding: 0 12px;
	text-transform: uppercase;
	vertical-align: middle;
	float: none;
	display: inline-block
}

textarea {
	width: 100%;
	height: 100px
}

.hm_request_form>h3 {
	color: #242829;
	padding-top: 13px!important;
	text-align: center
}

.hm_request_form1>h3 {
	color: #fff;
	padding-top: 13px!important;
	text-align: center;
	margin-bottom: 35px
}

.pop {
	color: #fff!important;
	display: inline-block;
	float: none;
	max-width: 100%;
	text-align: center
}

#upl-msg {
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	color: #333
}

.error-o {
	color: #d13b27;
	float: left;
	padding-top: 5px
}

textarea.requiredField {
	margin-bottom: 0!important
}

#popup_form .hm_request_form ol.forms {
	padding: 0 10px
}

#popup_form .hm_request_form {
	border: 10px solid #fff;
	border-radius: 6px;
	margin: 20px auto 0;
	max-width: 700px;
	padding: 0 20px 1px
}

#popup_form .hm_request_form>h3 {
	padding-top: 30px!important;
	text-align: center
}

#popup_form .close {
	border: 3px solid #fff!important;
	border-radius: 50%;
	float: right;
	margin-right: -16px!important;
	margin-top: 4px;
	padding: 0 8px
}

.file-msg {
	float: left;
	font-size: 11px;
	clear: both
}

.hm_request_form1 .pop {
	border: 3px solid #fff!important;
	color: #fff!important;
	display: inline-block;
	float: none;
	max-width: 100%;
	text-align: center
}

.bnrtxt .button--ujarak.button--inverted::before {
	background: #fff none repeat scroll 0 0
}

.button--ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.fancybox-inner {
	background: #00a2c2;
	width: auto!important
}

#popup_form .hm_request_form {
	background: #00a2c2
}

#popup_form .hm_request_form input.txt,
#popup_form .hm_request_form textarea {
	border: 1px solid #fff
}

.successs {
	padding-bottom: 35px;
	text-align: center
}

.quote-blk {
	background: #222 none repeat scroll 0 0
}

.hm_request_form1 ol {
	padding-left: 0!important
}

.fut {
	background: #00a2c2 none repeat scroll 0 0
}

.hm_request_form textarea {
	border: 1px solid #242829
}

.button--ujarak.button--inverted::before {
	background: #fff none repeat scroll 0 0
}

.button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop:hover {
	color: #00a6bf!important
}

button,
input {
	line-height: unset!important
}

a.scrollup {
	bottom: 10px;
	position: fixed;
	right: 10px
}

.fancybox-margin {
	margin-right: 0!important
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden
}

.cont-new {
	background: #00a2c2;
	height: 250px
}

.cont-new .bnrtxt1 {
	top: 150px;
	width: 100%
}

.cont-new .bnrtxt1 h1.wht {
	border: none
}

.contact-top-part {
	display: block;
	margin-bottom: 30px
}

.contact-us-section {
	display: block;
	background: url(../images/contact-map-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	min-height: 500px;
	padding: 50px 0
}

.contact-info {
	display: block
}

.contact-info ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0
}

.contact-info ul li {
	display: block;
	margin-bottom: 25px
}

.contact-info ul li:last-child {
	margin-bottom: 0
}

.contact-info ul li h5 {
	color: #00abcd;
	font-family: open_sanssemibold;
	font-size: 14px;
	margin: 5px 0;
	text-transform: uppercase
}

.contact-info ul li p {
	color: rgba(0, 0, 0, .7);
	font-size: 14px;
	line-height: 20px
}

.contact-info ul li p a {
	color: rgba(0, 0, 0, .7)
}

.contact-info ul li p a:hover {
	text-decoration: underline;
	color: #000
}

.contact-title-part {
	display: block;
	margin-bottom: 30px;
	text-align: center
}

.contact-title-part h2 {
	color: #00abcd;
	font-family: open_sansbold;
	font-size: 28px;
	margin: 15px 0 10px;
	text-align: center;
	text-transform: none
}

.contact-title-part p {
	font-size: 16px;
	color: #8b8a8a;
	font-family: open_sanslight
}

.contact-form-part {
	display: block
}

.contact-form-part .form-control {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #00abcd;
	border-radius: 0;
	box-shadow: none;
	font-family: open_sansregular;
	font-size: 15px;
	height: 52px;
	padding: 8px 12px
}

.contact-form-part .form-control:focus {
	border: 2px solid #313131
}

.contact-form-part textarea.form-control {
	height: 160px;
	resize: none
}

.fd-left {
	padding-right: 7.5px
}

.fd-right {
	padding-left: 7.5px
}

.com-features {
	display: block
}

.com-features .row {
	align-items: center;
	display: flex;
	margin: 18px -15px;
	padding-bottom: 18px;
	position: relative
}

.com-features .row:after {
	background: -moz-linear-gradient(left, rgba(169, 3, 41, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(109, 0, 25, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(169, 3, 41, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(109, 0, 25, 0) 100%);
	background: linear-gradient(to right, rgba(169, 3, 41, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(109, 0, 25, 0) 100%);
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}

.com-features .row:last-child:after {
	display: none
}

.features-pic {
	padding-right: 7.5px;
	padding-left: 7.5px
}

.features-text {
	padding-right: 7.5px;
	padding-left: 7.5px
}

.features-text h2 {
	color: #00abcd;
	font-family: open_sansbold;
	font-size: 44px;
	line-height: 30px;
	margin: 0 0 4px
}

.features-text p {
	color: #131313;
	font-family: open_sansregular;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase
}

.feat-text-right {
	text-align: right
}

.what-next-part {
	display: block
}

.what-next-part h2 {
	color: #00abcd;
	font-family: open_sansbold;
	font-size: 28px;
	margin: 20px 0 35px;
	text-align: center;
	text-transform: none
}

.what-next-part ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.what-next-part ul li {
	float: left;
	margin: 0 .5%;
	text-align: center;
	width: 15.66%;
	position: relative
}

.what-next-part ul li .what-nu {
	background: #22b4d2 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-family: open_sansbold;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	display: inline-block
}

.what-next-part ul li h4 {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #1c1c1c;
	font-family: open_sanssemibold;
	font-size: 15px;
	padding: 6px 0;
	text-transform: uppercase
}

.what-next-part ul li p {
	color: #3c3c3c;
	font-family: open_sansregular;
	font-size: 13px;
	line-height: 24px;
	margin: 0
}

.arrow-t {
	background: rgba(0, 0, 0, 0) url(../images/arrow-top.png) no-repeat scroll 0 0;
	display: block;
	height: 25px;
	position: absolute;
	right: -50px;
	width: 80px
}

.arrow-b {
	background: rgba(0, 0, 0, 0) url(../images/arrow-bottom.png) no-repeat scroll 0 0;
	display: block;
	height: 25px;
	position: absolute;
	right: -50px;
	top: 45px;
	width: 80px
}

.service-section-part {
	display: block
}

.service-list-section {
	display: block;
	padding: 30px 0
}

.gray-bg {
	background: #f9f9f8
}

.white-bg {
	background: #fff
}

.service-list-section h1 {
	color: #313131;
	font-family: open_sansbold;
	font-size: 36px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 0;
	text-align: center;
	text-transform: uppercase
}

.service-list {
	display: block;
	padding: 0 70px
}

.ser-icon {
	background: #00a2c2 none repeat scroll 0 0;
	border-radius: 100px;
	box-shadow: 0 0 0 5px rgba(56, 189, 215, .15);
	display: block;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	text-align: center;
	width: 120px
}

.service-list h4 {
	font-size: 16px;
	text-align: center;
	color: #2a2a2a;
	font-family: open_sansbold;
	font-weight: 400
}

.service-list ul {
	margin: 0 0 0 15px;
	padding: 0
}

.service-list ul li {
	background: rgba(0, 0, 0, 0) url(../images/check-icon.png) no-repeat scroll 0 12px;
	color: #2a2a2a;
	font-family: open_sansregular;
	font-size: 14px;
	padding: 5px 0 5px 24px
}

.service-content-section {
	display: block;
	padding: 30px 0;
	position: relative
}

.service-content-section:after {
	border-bottom: 35px solid #fff;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	content: "";
	left: calc(50% - 35px);
	position: absolute;
	top: -35px;
	z-index: 1
}

.service-content-section.gray-bg:after {
	border-bottom: 35px solid #f9f9f8
}

.service-content-section p {
	font-size: 17px;
	color: #000;
	line-height: 34px;
	font-family: open_sansregular
}

.service-content-section p:last-child {
	margin-bottom: 0
}

.service-banner-section {
	display: block
}

.service-banner-section img {
	width: 100%
}

.service-banner-section .carousel-indicators {
	bottom: 5px
}

.service-banner-section .carousel-indicators li {
	background-color: rgba(255, 255, 255, .5);
	width: 15px;
	height: 15px;
	border: none;
	margin: 1px
}

.service-banner-section .carousel-indicators .active {
	background-color: #00a2c2;
	height: 15px;
	margin: 1px;
	width: 15px
}

.design-ser h4 {
	margin-bottom: 30px
}

.service-point-section {
	background: url(../images/service-point-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 60px 0
}

.service-point-section h3 {
	color: #fff;
	font-family: open_sansbold;
	font-size: 28px;
	font-weight: 400;
	margin: 10px 0 15px;
	text-transform: uppercase
}

.service-point-section ul {
	margin: 0 0 0 20px;
	padding: 0
}

.service-point-section ul li {
	background: rgba(0, 0, 0, 0) url(../images/point-icon.jpg) no-repeat scroll 0 50%;
	color: #fff;
	font-family: open_sansregular;
	font-size: 20px;
	padding: 15px 0 15px 28px
}

.testimonails-section {
	display: block;
	margin: 50px 0
}

.testi-box {
	border: 1px solid #00a2c2;
	border-radius: 6px;
	color: #646464;
	display: block;
	font-family: open_sansregular;
	font-size: 13px;
	font-style: italic;
	line-height: 23px;
	min-height: 230px;
	padding: 18px;
	position: relative
}

.testi-box p {
	font-family: open_sansregular;
	font-size: 13px;
	color: #646464;
	font-style: italic;
	line-height: 23px;
	margin: 0
}

.testi-arrow {
	background: rgba(0, 0, 0, 0) url(../images/arrow-icon.png) no-repeat scroll 0 0;
	bottom: -11px;
	height: 11px;
	left: calc(50% - 11px);
	position: absolute;
	width: 19px
}

.quo-left {
	margin-top: -10px;
	padding-right: 8px
}

.quo-right {
	margin-top: 10px;
	padding-left: 8px
}

.testi-user {
	margin-top: 22px;
	text-align: center
}

.testi-user img {
	width: 78px;
	height: 78px;
	border-radius: 100px;
	box-shadow: 0 0 2px #ccc
}

.testi-user h5 {
	font-size: 14px;
	color: #00a2c2;
	font-family: open_sanssemibold
}

.contact-info ul li img {
	width: 60px
}

.career-float-left {
	border-bottom: 1px solid #afafaf;
	text-align: left
}

.career-float-left:last-child {
	border: medium none
}

.career-float-left .num {
	margin: 0 0 9px
}

.num-in {
	display: inline-block
}

.num-in-a {
	font-size: 45px;
	height: 75px;
	padding: 5px;
	width: 75px
}

.hm_request_form .button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop {
	max-width: 100%
}

.hm_request_form .button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop:hover,
.hm_request_form1 .button.button--ujarak.button--border-thick.button--text-upper.button--size-l.button--inverted.button--text-thin.pop:hover {
	color: #fff!important
}

.bnr1 .button--ujarak.button--inverted:hover {
	color: #00a6bf
}

body {
	overflow-x: hidden!important
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0!important;
	padding-left: 0!important
}

.footer-bottom {
	padding: 15px 0;
	background-image: linear-gradient(to bottom, #7edaf8, #6dd7f2, #5cd4ec, #49d1e4, #33cedc, #27c9da, #19c3d7, #00bed5, #00b5d8, #00abd9, #00a1d9, #0397d7);
	font-family: Segoe UI
}

.inline-inside {
	font-size: 0;
	line-height: 0
}

#footer-menu li {
	display: inline-block;
	padding: 0 24px;
	margin-top: -3px;
	position: relative;
	line-height: 1
}

#footer-navigation,
#footer-navigation a {
	color: #141421;
	padding-top: 15px;
	text-decoration: none
}

#footer-menu li+li:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 0;
	border-left: 1px solid #99a9b5;
	border-right: 1px solid #141421
}

#footer-socials {
	text-align: rightcontai
}

#footer-socials .socials {
	text-align: right;
	margin: 0 -7px;
	display: inline-block;
	vertical-align: middle
}

a.socials-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 5px;
	line-height: 16px;
	padding: 10px;
	border-radius: 50%;
	background-color: #141421;
	border: 1px solid #2e2e4c;
	box-shadow: 3px 9px 16px rgb(0, 0, 0, .4), -3px -3px 10px rgba(255, 255, 255, .06), inset 14px 14px 26px rgb(0, 0, 0, .3), inset -3px -3px 15px rgba(255, 255, 255, .05)
}

.socials-item i {
	display: inline-block;
	font-weight: 400;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto
}

.facebook {
	color: #4e64b5
}

.twitter {
	color: #00aced
}

.instagram {
	color: #9a8f62
}

.youtube {
	color: #c82929
}

.telegram {
	color: #2ca5e0
}

a.socials-item:hover {
	box-shadow: 0 0 20px rgba(84, 1, 74, .7);
	border-color: rgba(255, 6, 224, .61);
	background: linear-gradient(to right, rgba(255, 9, 9, .12941176470588237), #c000ffb5, rgba(255, 0, 94, .14))
}

footer li,
footer p {
	font-size: 15px;
	line-height: 22px
}

#waterdrop {
	height: 15px
}

#waterdrop canvas {
	bottom: -70px!important
}

.footer-site-info {
	padding-top: 10px;
	color: #141421;
	font-size: 15px
}

.footer-site-info a {
	color: #141421;
	font-weight: 600
}

.md6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.md3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.kont {
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 992px
}

.margin_row {
	margin-top: -38%!important
}

.counter1 {
	color: #fff;
	font-family: Heebo, sans-serif;
	text-align: center;
	height: 170px;
	width: 170px;
	padding: 48px 5px 30px 27px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.counter1:after,
.counter1:before {
	content: '';
	background: rgb(248 87 87);
	height: 92%;
	width: 92%;
	border-radius: 50% 0 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition: all .3s ease 0s
}

.counter1:after {
	background: #fa7890;
	box-shadow: 0 0 5px transparent;
	right: 15px;
	top: 15px;
	z-index: -2
}

.counter1:hover:before {
	box-shadow: 0 0 10px #fff
}

.counter1:hover:after {
	transform: rotate(360deg)
}

.counter1 h3 {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 5px 0
}

.counter1 .counter1-value {
	font-size: 30px;
	font-weight: 600;
	transition: all .3s
}

.counter1 .counter1-value1 {
	font-size: 20px;
	font-weight: 600;
	transition: all .3s
}

.counter1 .counter1-value2 {
	font-size: 20px;
	font-weight: 600;
	transition: all .3s
}

.counter1:hover .counte1r-value {
	text-shadow: 0 0 5px #000
}

.counter1.yellow:before {
	background: rgb(22 156 176)
}

.counter1.yellow:after {
	background: #169cb05c
}

.counter1.green:before {
	background: rgba(6, 166, 128, .8)
}

.counter1.green:after {
	background: #65cebf
}

.counter1.blue:before {
	background: rgba(26, 53, 120, .8)
}

.counter1.blue:after {
	background: #788fbb
}

@media screen and (max-width:990px) {
	.counter1 {
		margin-bottom: 40px
	}
}

.tspan {
	color: #fff!important
}

input:focus,
keygen:focus,
select:focus,
textarea:focus {
	outline: 0
}

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300
}

.container {
	padding: 0 50px 5px
}

.textcenter {
	text-align: center
}

.section1 {
	text-align: center;
	display: table;
	width: 100%
}

.section1 .shtext {
	display: block;
	margin-top: 20px
}

.section1 .seperator {
	border-bottom: 1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px
}

.section1 h1 {
	font-size: 40px;
	color: #a44dd8;
	font-weight: 400
}

.section2 {
	width: 1200px;
	margin: 25px auto
}

.section2 .col2 {
	width: 48.71%
}

.section2 .col2.first {
	float: left
}

.section2 .col2.last {
	float: right
}

.section2 .col2.column2 {
	padding: 0 30px
}

.section2 span.collig {
	color: #f10101;
	margin-right: 10px;
	display: inline-block
}

.section2 .sec2addr {
	display: block;
	line-height: 26px
}

.section2 .sec2addr p:first-child {
	margin-bottom: 10px
}

.section2 .sec2contactform input[type=email],
.section2 .sec2contactform input[type=text],
.section2 .sec2contactform textarea {
	padding: 18px;
	border: 0;
	background: #ededed;
	margin: 7px 0
}

.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
	resize: none
}

.section2 .sec2contactform input[type=submit] {
	padding: 15px 40px;
	color: #fff;
	border: 0;
	background: #aa1829;
	font-size: 16px;
	text-transform: uppercase;
	margin: 7px 0;
	cursor: pointer
}

.section2 .sec2contactform h3 {
	font-weight: 400;
	margin: 20px 0;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 19px;
	color: #f93727
}

.logo a {
	display: block;
	width: 100%;
	cursor: pointer!important
}

.logo img {
	cursor: pointer
}

.about_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/about_us_banner1.jpg);
	height: 370px
}

.trade_mark {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/ipr1.png);
	height: 370px
}

.trade_risk {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/ipr1.png);
	height: 370px
}

.corporate_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/corporate_investigation.png);
	height: 370px
}

.cybersecurity_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/cyber_security-banner.png);
	height: 370px
}

span.small_all1 {
	font-size: 20px
}

.tracing_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/teching.png);
	height: 370px
}

.du_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/Corporate-due-diligence-detective_-banner.jpg);
	height: 370px
}

.insuranse_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/Insurance-Claims-Processing.jpg);
	height: 370px
}

.marine_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/Marine-Investigation.png);
	height: 370px
}

.faq_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/banner_faq.png);
	height: 370px
}

.contact_banner {
	background-position: center center;
	background-size: cover;
	background-image: url(../img/contact-us-image.jpg);
	height: 370px
}



.cler {
	clear: both
}

.slider-area {
	margin-bottom: 100px
}

.slider-area .slide-full-content1 span {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 30px;
	position: relative;
	font-family: Rajdhani, sans-serif
}

.slider-area .slide-full-content1 span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	transform: translateY(-50%);
	bottom: 0
}

.slider-area .slide-full-content1 span::after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: -1px;
	height: 3px
}

.slider-area .slide-full-content1 p {
	font-size: 16px;
	color: #fff;
	font-family: Poppins, sans-serif;
	text-align: center;
}

.slide-full-content1 {
	margin-top: 30%
}

.slider-area {
	margin-bottom: 30px
}

@media only screen and (max-width:1266px) {
	.section2 {
		width: 100%
	}
}

@media only screen and (max-width:960px) {
	.container {
		padding: 0 30px 70px
	}
	.section2 .col2 {
		width: 100%;
		display: block
	}
	.section2 .col2.first {
		margin-bottom: 10px
	}
	.section2 .col2.column2 {
		padding: 0
	}
	body .sec2map {
		height: 250px!important
	}
}

@media only screen and (max-width:768px) {
	.section2 .sec2addr {
		font-size: 14px
	}
	.section2 .sec2contactform h3 {
		font-size: 16px
	}
	.section2 .sec2contactform input[type=email],
	.section2 .sec2contactform input[type=text],
	.section2 .sec2contactform textarea {
		padding: 10px;
		margin: 3px 0
	}
	.section2 .sec2contactform input[type=submit] {
		padding: 10px 30px;
		font-size: 14px
	}
}

@media only screen and (max-width:420px) {
	.section1 h1 {
		font-size: 28px
	}
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.sec-title {
	position: relative;
	padding-bottom: 0
}

.sec-title .title {
	position: relative;
	color: #00b8ca;
	font-size: 28px;
	font-weight: 700;
	padding-right: 50px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: capitalize
}

.sec-title .title:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 7px;
	width: 40px;
	height: 1px;
	background-color: #bbb
}

.sec-title h2 {
	position: relative;
	color: #252525;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	display: block
}

.sec-title.light h2 {
	color: #fff
}

.contact-page-section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px
}

.contact-page-section .inner-container {
	position: relative;
	z-index: 1;
	background-color: #00b8ca;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

.contact-page-section .form-column {
	position: relative;
	padding: 0 0 0 15px
}

.contact-page-section .form-column .inner-column {
	position: relative;
	padding: 60px 45px 30px;
	background-color: #fff
}

.contact-page-section .info-column {
	position: relative
}

.contact-page-section .info-column .inner-column {
	position: relative;
	padding: 0 35px
}

.contact-page-section .info-column h2 {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 45px
}

.contact-page-section .info-column .list-info {
	position: relative;
	margin-bottom: -10px
}

.contact-page-section .info-column .list-info li {
	position: relative;
	margin-bottom: 4px;
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
	border-bottom: 1px solid #cccccc69;
	padding-left: 45px
}

.contact-page-section .info-column .list-info li:last-child {
	margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
	position: absolute;
	left: 0;
	top: 8px;
	color: #fff;
	font-size: 30px
}

.contact-form {
	position: relative
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form textarea {
	position: relative;
	display: block;
	width: 95%;
	height: 50px;
	color: #222;
	font-size: 14px;
	line-height: 38px;
	padding: 10px 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.contact-form input[type=email]:focus,
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
	border-color: #00b8ca
}

.contact-form textarea {
	height: 190px;
	resize: none;
	width: 97%!important
}

.contact-form .theme-btn {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: capitalize;
	padding: 16px 39px;
	border: 2px solid #00b8ca;
	font-family: Arimo, sans-serif;
	background: #00b8ca;
	display: inline-block;
	position: relative;
	line-height: 24px;
	cursor: pointer;
	color: #fff
}

.contact-form .theme-btn:hover {
	color: #00b8ca;
	border-color: #00b8ca;
	background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: red!important
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: red;
	font-weight: 500
}

.social-icon-four {
	position: relative
}

.social-icon-four li {
	position: relative;
	margin-right: 18px;
	display: inline-block
}

.social-icon-four li.follow {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	display: block;
	margin-bottom: 20px
}

.social-icon-four li a {
	position: relative;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.social-icon-four li a:hover {
	color: #222
}

.coloh2 {
	color: #f75656!important;
	font-size: 22px!important
}

.btn1 {
	background: #ff1313;
	float: right;
	text-align: right;
	text-transform: uppercase;
	padding: 25px 1px px 25px;
	color: #fff;
	padding: 1%;
	margin-top: %!important;
	margin-right: 44%!important;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	line-height: 1;
	-moz-user-select: none;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	margin: 10px;
	cursor: pointer;
	transition: color .4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	margin: 0
}

.form-group {
	margin-bottom: 3rem!important
}

.site-heading h2 {
	font-size: 30px!important;
	text-transform: uppercase;
	line-height: 10px;
	font-family: open_sansextrabold!important;
	text-transform: uppercase!important;
	font-weight: 600!important
}

#button {
	display: inline-block;
	background-color: transparent;
	width: 50px;
	height: 50px;
	color: red!important;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: red
}

#button:hover {
	cursor: pointer;
	color: #000
}

#button:active {
	background-color: #555
}

#button.show {
	opacity: 1;
	visibility: visible
}

.content {
	width: 77%;
	margin: 50px auto;
	font-family: Merriweather, serif;
	font-size: 17px;
	color: #6c767a;
	line-height: 1.9
}

.home_banner {
	background-image: url(../img/RepublicBank.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	background-size: 100%, 100%
}

@media (min-width:500px) {
	.content {
		width: 43%
	}
	#button {
		margin: 30px
	}
}

.content h1 {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.5
}

.content h3 {
	font-style: italic;
	color: #96a2a7
}

.iamge._box {
	padding: 20px;
	text-align: center
}

img.our_visson {
	margin-top: 15%
}

.Identify-the-Risk {
	max-width: 1067px
}

h2.STRENGTH {
	color: #00a6bf;
	font-family: open_sansextrabold;
	text-transform: uppercase
}

u.no.infringement {
	font-size: 22px;
	line-height: 0
}

.blocks.infringement img {
	max-width: 100%
}

center.Investigation h2 {
	color: #00a6bf
}

.box_INVESTIGATION {
	background: #ffff;
	padding: 10px;
	border: 1px solid #cccc
}

.about-font-img.blk2.VERIFICATION {
	margin: 0;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
	margin-right: 20px
}

.about-font-img.VERIFICATION p {
	margin: 0;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 20px;
	border-bottom: 1px solid #cccccc2e
}

.feat.bg-gray.pt-5.pb-5.service_all {
	padding: 20px;
	margin-top: 20px
}

center.Investigation h2 {
	margin: 0;
	padding-left: 0;
	text-align: left;
	font-size: 26px;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: capitalize
}

center.Investigation.left p {
	margin-left: 20px
}

span.small_all {
	font-size: 22px
}

.row.Internal {
	margin-right: -25%;
	margin-left: 10%
}

@media screen and (min-width:640px) {
	.slider-area .slide-full-content {
		padding-top: 37px;
		margin-left: 3%;
		margin-right: 2%
	}
}

@media screen and (max-width:992px) {
	.bg {
		background-image: url(images/RepublicBank.jpg);
		background-repeat: no-repeat;
		width: 100%;
		background-position: center
	}
}

@media screen and (max-width:667px) {
	.header-transparent {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9
	}
	.slider-area .slide-full-content {
		padding-top: 100px;
		margin-left: 2%;
		margin-right: 2%
	}
	.bg {
		background-image: url(images/RepublicBank.jpg);
		background-repeat: no-repeat;
		background-size: cover
	}
	.bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: #4277e3f7;
		opacity: .94
	}
	.mobile_menu .slicknav_menu {
		background: 0 0;
		position: relative;
		margin-top: 35px!important;
		margin-right: 20px
	}
	.slider-area .slide-full-content p {
		font-size: 16px;
		color: #fff;
		font-family: Poppins, sans-serif;
		margin-bottom: 0!important;
		padding-right: 0;
		text-align: justify
	}
	.slider-area .slide-full-content {
		overflow: hidden;
		margin-top: 0
	}
	.logo {
		width: 184px;
		margin-top: 0;
		position: absolute;
		top: -86px;
		left: 60px;
		z-index: 1
	}
	p {
		padding-right: 0!important
	}
	p.no {
		line-height: 58px;
		font-size: 22px!important
	}
	.about-font-img img {
		max-width: 100%!important;
		padding: 0 25px
	}
	img.our_visson {
		margin-top: 0;
		max-width: 100%;
		padding: 25px
	}
	.WE.text-center {
		font-size: 30px;
		line-height: 1
	}
	.row.Internal {
		margin-right: 0;
		margin-left: 0
	}
	.col-xs-6.col-sm-3.col-md-3.col-lg-3.col-12 div {
		margin-bottom: 10px
	}
	.wrk-txt {
		padding: 1px 20px;
		height: 100px!important;
		text-align: center
	}
	body {
		overflow-x: hidden
	}
	.site-heading h2 {
		font-size: 30px!important;
		text-transform: uppercase;
		line-height: 30px;
		font-family: open_sansextrabold!important;
		text-transform: uppercase!important;
		font-weight: 600!important
	}
	.slider-area .slide-full {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat
	}
	.slicknav_btn {
		background-color: #000;
		cursor: pointer;
		margin-bottom: -16px;
		position: relative;
		z-index: 99;
		border: none;
		border-radius: 3px;
		top: -23px;
		padding: 9px;
		right: 5px;
		margin-top: -6px
	}
	.about_banner {
		background-position: center center;
		background-size: contain;
		background-image: url(../img/about_us_banner1.jpg);
		height: 300px;
		background-repeat: no-repeat
	}
	.header-sticky.sticky-bar {
		background: #016d9b;
		min-height: 88px
	}
	.trade_mark {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/ipr1.png);
		background-repeat: no-repeat;
		height: 300px
	}
	.trade_risk {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/risk_management.png);
		height: 300px
	}
	.corporate_banner {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/25-corporate-investigation.jpg);
		height: 300px
	}
	.cybersecurity_banner {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/cyber_security-banner.png);
		height: 300px
	}
	.tracing_banner {
		background-position: center center;
				background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/axx-stock-market-banner.jpg);
		height: 300px
	}
	.du_banner {
		background-position: center center;
		background-size: cover;
		background-image: url(../img/Corporate-due-diligence-detective_-banner.jpg);
		height: 300px
	}
	.marine_banner {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/marine-and-aviation-hp-banner.jpg);
		height: 300px
	}
	.faq_banner {
		background-position: center center;
			background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/banner_faq.png);
		height: 300px
	}
	.contact_banner {
		background-position: center center;
			background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../img/contact-us-image.jpg);
		height: 300px
	}
	.home_banner {
		background-image: url(../img/RepublicBank.png);
		width: 100%;
		background-position: center;
				background-size: contain;
		background-repeat: no-repeat;
	}
	.slide-full-content1 {
		margin-top: 30%;
		padding: 30px
	}
	.blocks {
		padding: 0
	}
	.footer-site-info {
		padding-top: 10px;
		color: #141421;
		font-size: 15px;
		padding: 20px
	}
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 1.42857143;
		color: #333;
		overflow-x: hidden!important;
		background-color: #fff
	}
	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	    margin-right: 15px!important;
    margin-left: 15px!important;
	}
	.blk2 {
		margin-left: 0;
		margin-top: 22px
	}
}

.box-top {
	margin-bottom: 30px
}

span.top-welcome {
	padding-bottom: 20px;
	display: block;
	margin-bottom: 0;
	margin-top: 15px!important
}

.about-font-img {
	margin-top: 30px
}

.investigation h1 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 28px;
	font-family: open_sansextrabold;
	color: #00a6bf;
	line-height: 32px;
	font-weight: 900;
	border-bottom: 2px solid;
	padding: 5px;
	display: inline-block;
	text-align: center
}

.row.investigation h4 {
	text-align: center;
	margin: 50px
}

.investigation {
	text-align: center;
	display: block;
	position: relative;
	left: 34%
}

p.we-do {
	color: #fff;
	font-weight: 500;
	position: relative;
	top: 6px;
	font-size: 16px
}

img.our_visson {
	margin-top: 7%
}

.about-font-img p {
	text-align: justify
}

.blk2.top-img {
	position: relative;
	top: 1px
}

u.no:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #17a2b8;
	left: 0;
	transform: translateY(-50%);
	bottom: 23px
}

u.no:after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: 24px;
	height: 3px
}

u.no {
	font-size: 20px;
	color: #00a6bf;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 0;
	position: relative;
	text-decoration: none
}

.imgee-box img {
	max-width: 100%
}

h2.infringement {
	margin-bottom: 50px;
	display: block
}

h2.infringement {
	margin-bottom: 50px;
	display: block;
	font-size: 30px;
	border-bottom: 2px solid;
	display: inline-block;
	text-align: center;
	color: #ff1f1f;
	font-weight: 600
}

.box-mark i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

.box-mark h2 {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 42px
}

.box-mark p {
	position: relative;
	left: 9px
}

.feat.bg-gray.pt-5.pb-5.service_all.top {
	background: #f2f7ff!important
}

.feat.bg-gray.pt-5.pb-5.service_all.top h2 {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0
}

.feat.bg-gray.pt-5.pb-5.service_all.top i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

center.Investigation.left p {
	margin-left: 19px
}

.feat.bg-gray.pt-5.pb-5.service_all.top p {
	position: relative;
	left: 9px
}

p.sp2.all {
	position: relative;
	left: 0!important
}

h2.PROCESSE {
	margin-bottom: 15px!important;
	color: red!important;
	text-decoration: underline;
	padding: 9px;
	display: block
}

.box-all h2 {
	margin-bottom: 17px!important
}

p.top-small {
	margin-left: 0!important;
	text-align: left;
	position: relative;
	top: -16px;
	font-weight: 500;
	color: #00f
}

p.sp1.all {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0;
	font-family: open_sanslight;
	font-size: 22px!important
}

.box-all h2 {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0
}

h2.PROCESSE {
	color: red!important
}

.row.align-items-center.riya {
	background: #00a2c20f;
	padding: 0 20px
}

p.icon-left i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

.box-why p {
	color: #fff
}

.box-why {
	padding: 34px
}

p.post-data {
	text-align: left!important;
	padding: 10px 0
}

p.post-data i {
	color: #19487f;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: relative;
	left: -4px;
	z-index: 0;
	padding-top: 5px
}

h2.commitment {
	font-size: 30px!important;
	margin-bottom: 20px!important
}

p.sp2.all1 {
	position: relative;
	padding-left: 34px
}

i.fa.fa-check-circle {
	font-size: 16px
}

.box_INVESTIGATION {
	margin: 30px 0;
	padding: 0;
	border: none;
	background-image: url(../img/why.jpeg);
	border-radius: 0;
	background-size: contain
}

.box-why {
	padding: 34px;
	background: #016d9be6
}

.box-why p.sp1.all {
	font-size: 33px!important
}

.box-why p.sp1.all {
	color: #fff!important
}

h2.strategic {
	color: #072532!important;
	font-size: 20px!important;
	text-align: left!important;
	font-weight: 600;
	margin-left: 0
}

span.small_all1 {
	font-size: 20px;
	border: 1px solid;
	padding: 0 10px;
	background: #016d9b;
	color: #fff
}

p.sp1.Meet {
	margin-bottom: 6px
}

h2.strategic.yo1 {
	margin-bottom: 0;
	padding-left: 0;
	color: #00a2c2!important;
	font-size: 24px!important
}

img.home-pgae {
	float: right;
	max-width: 50%;
	padding-left: 20px
}

h2.keeping {
	border-bottom: 2px solid;
	padding: 6px!important;
	display: inline-block;
	margin-bottom: 18px!important
}

.box-why i {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	position: absolute;
	left: 133px;
	z-index: 0;
	padding-top: 5px
}

p.top-1 {
	margin: 0;
	padding-left: 0;
	text-align: center;
	margin-bottom: 3px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: capitalize
}

.row.align-items-center.border-bootm {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px
}
a.read-more {
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    color: #23527c;
}
.row.forem textarea {
	width: 100%;
	height: 47px;
	top: -2px;
	position: relative;
	border: none;
	border-left: 2px solid #e1e1e1;
	border-radius-top: 0
}

.row.forem input,
textarea {
	background: #fff none repeat scroll 0 0;
	border-color: #0805051c
}

button.theme-btn.btn1.all {
	padding: 10px 13px;
	position: relative;
	top: 5px
}

.row.forem .form-group {
	margin-bottom: 0!important
}

span.small_all.top {
	position: relative;
	top: 1px;
	font-style: italic;
	color: #11118b
}

span.small_all1 {
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
	padding: 0 10px;
	color: #07104f
}

span.pl-2 {
	margin-bottom: 30px;
	display: block;
	padding-left: 9px!important
}

p.bg-blue {
	background: #00f;
	color: #fff!important;
	padding: 10px
}

p.bg-blue b {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize
}

.box-text {
	border: 1;
	text-align: center;
	color: #07015d;
	padding: 6px;
	font-size: 21px;
	background: #fff
}

.box-text {
	border: 1;
	text-align: center;
	color: #fff;
	padding: 6px;
	font-size: 21px;
	background: #2851a3
}

h2.box-all.management.pl-30 {
	position: relative;
	left: 18px
}

span.pl-2 {
	margin-bottom: 30px;
	display: block;
	padding-left: 19px!important
}

.box-center-home h3 {
	font-size: 33px;
	color: #00a6bf;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 0;
	position: relative;
	text-decoration: none;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	line-height: 110px
}

.box-center-home {
	text-align: center
}

.box-center-home h3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #17a2b8;
	left: 0;
	transform: translateY(-50%);
	bottom: 23px
}

.box-center-home h3:after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: 24px;
	height: 3px
}

.box-center-home h2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #17a2b8;
	left: 0;
	transform: translateY(-50%);
	bottom: 23px
}

.box-center-home h2:after {
	position: absolute;
	content: "";
	width: 60px;
	background: #ff1313;
	left: 0;
	bottom: 24px;
	height: 3px
}

.box-center-home h2 {
	font-size: 33px;
	color: #00a6bf;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 0;
	position: relative;
	text-decoration: none;
	font-family: open_sansextrabold;
	text-transform: uppercase;
	line-height: 110px
}

.box-top.p-1.text-center.top {
	background-color: red;
	color: #fff!important
}

.col-xs-12.col-sm-6.col-md-6.col-lg-6.no-padding.no-margin.top {
	border-bottom: 1px solid #6a6a6a42
}

.col-xs-12.col-sm-6.col-md-6.col-lg-6.pull-right.top {
	border-bottom: 1px solid #6a6a6a42
}

.blk2 p {
	text-align: justify;
	padding-right: 13%;
	margin-top: 0;
	line-height: 29px
}

p.top-list {
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-size: 17px
}

.w4.red {
	background: #f85757
}

.social li {
	display: inline-block;
	padding: 0 0;
	font-size: 16px;
	transition: all .8s ease-in-out;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	margin: 10px 16px;
	position: relative;
	top: 11px;
	cursor: pointer
}

.fb {
	background-color: #3c5a98
}

.twitter {
	background-color: #1ea1f2
}

.fa {
	color: #fff;
	transition: all .8s ease-in-out
}

.insta {
	background-color: #dc4f42
}

.pin {
	background-color: #cb2128
}

.vim {
	background-color: #0e76a8
}

ul.social {
	text-align: center
}

4.red {
	background: #f85757
}

.social li {
	display: inline-block;
	padding: 0 0;
	font-size: 16px;
	transition: all .8s ease-in-out;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	margin: 10px 16px;
	position: relative;
	top: 11px;
	cursor: pointer
}

.fb {
	background-color: #3c5a98
}

.twitter {
	background-color: #1ea1f2
}

.fa {
	color: #fff;
	transition: all .8s ease-in-out
}

.insta {
	background-color: #dc4f42
}

.pin {
	background-color: #cb2128
}

.vim {
	background-color: #0e76a8
}

ul.social {
	text-align: center
}


@media screen and (max-width: 667px){
.logo {
    width: 184px;
    margin-top: 0;
    position: absolute;
    top: 0px;
    left: 60px;
    z-index: 1;
}
.investigation {
    text-align: center;
    display: block;
    position: relative;
    left: 0%;
}
.logo {
    width: 184px;
    margin-top: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.slide-full-content1 {
    margin-top: 30%;
    padding: 0px;
}

.header-area .main-header {
    padding: 8px 14px;
}

.WE h2 {
    font-size: 26px;
    font-family: open_sansextrabold;
    color: #00a6bf;
    line-height: 38px;
    margin: 0px;
    px: 0px;
    padding: 0px;
}

img.our_visson {
    padding: 0px;
    margin-top: 0%;
}

img.our_visson {
    padding: 0px;
    margin-top: 0%;
}
.container {
    padding: 0 1px 2px;
}
.box-center-home h2 {
    padding-top: 0px;
    margin-top: 0px;
}
.box-center-home h3 {
    font-size: 33px;
    color: #00a6bf;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 0;
    position: relative;
    text-decoration: none;
    font-family: open_sansextrabold;
    text-transform: uppercase;
    line-height: 46px;
}

.box-center-home h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #17a2b8;
    left: 0;
    transform: translateY(-50%);
    bottom: 12px;
}


.box-center-home h3:after {
    position: absolute;
    content: "";
    width: 60px;
    background: #ff1313;
    left: 0;
    bottom: 13px;
    height: 3px;
}

.work {
    background: #f3f3f3;
    padding: 0px 0;
}
#waterdrop canvas {
    bottom: 0px!important;
}
.counter1 {
    margin-bottom: 10px;
}

footer {
    padding: 0px;
    background: transparent;
    color: #353535;
    font-size: 14px;
}

.footer-site-info {
    padding-top: 10px;
    color: #141421;
    font-size: 15px;
    padding: 6px;
}
#footer-menu li {
    display: block;
    padding: 0 24px;
    margin-top: 0px;
    position: relative;
    line-height: 1;
}
.row
{
margin-right: 15px !important;
    margin-left: 15px!important;
}
body{

	overflow: hidden !!important;
}
input, textarea {
    background: #fff none repeat scroll 0 0;
    border-color: #efefef;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: #666;
    font-family: inherit;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 11px;
    margin-top: 1%!important;
    width: 100%;
    max-width: 100%;
}

.kont {
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100% !important;
}

.row.forem input, textarea {
    background: #fff none repeat scroll 0 0;
    border-color: #0805051c;
    margin-bottom: 6px;
}
.mobile_menu .slicknav_menu {
    background: 0 0;
    position: relative;
    margin-top: 35px!important;
    margin-right: 0px;
}
.about-font-img {
    margin-top: 0px;
}
center.Investigation.left p {
    margin-left: 0px;
}

.box-mark h2 {
    color: #072532!important;
    font-size: 16px!important;
    text-align: left!important;
    font-weight: 600;
    margin-left: 42px;
}

.item {
    background: #fff;
    text-align: center;
    padding: 12px 7px !important;
}
.item p {
    text-align: left !important;
}
.row.align-items-center {
    padding: 0px !important;
}

u.no {
    font-size: 24px !important;
}

p.sp2.all1 {
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
}
.commitment {
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}
.about-font-img.blk2.VERIFICATION p {
    font-size: 14px;
}








}









p.text-keword {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-top: 30px;
}




i.fa.fa-check-circle {
    font-size: 16px;
    color: #000;
}

p.bg-blue.home {
    background: #32c7dc;
    color: #fff!important;
    padding: 10px;
    margin: 40px 0px;
    border-radius: 25px;
}

.counter1 h3 {
    color: #fff !important;
}

p {
    font-size: 15px;
    color: #333;
    line-height: 27px;
}

p.text-keword {
    text-align: justify;
    line-height: 30px;
    font-size: 18px;
    margin-top: 30px;
  background: #016d9b1a;
    padding: 20PX;
    border-radius: 15px;
}
p.provide-services {
    text-align: justify;
    padding: 20px 0px;
}



.services .section-title h2 {
    color: #444;
    font-size: 42px;
}
.services .section-title p {
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    color: #666;
}
.services .service-box {
    padding: 15px;
    text-align: center;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #f1f1f199;
    z-index: 1;
    overflow: hidden;
    min-height: 274px;
}
.services .service-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #32c7dc52;
    left: 0px;
    top: -500px;
    z-index: -1;
    transition: 1s;
}
.services .service-box:hover::after {
    top: 0px;
}
.services i {
    display: flex;
    justify-content: center;
}
.services i {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 100%;
    transition: 0.5s;
    color: #28a745;
    font-size: 35px;
    overflow: hidden;
    padding-top: 18px;
    box-shadow: 0px 0 5px #bdbdbd;
    margin: 10px auto 15px;
}
.services h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}
.services h4 a {
    color: #00a6bf;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}
.services h4 a:hover {
    color: #28a745;
}
.services p {
    line-height: 24px;
    font-size: 14px;
}

a.Read-More {
    color: #dc3545;
    font-weight: 500;
    font-size: 18px;
    display: block;
    cursor: pointer;
}
.col-lg-4.col-md-6.all {
    padding: 15px !important;
}
.service-box h4 {
    line-height: 29px;
    text-transform: capitalize;
}

.services {
    text-align: center;
    padding: 50px 0px;
    background-image: url('../img/corporate-header.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 100%, 100%;
    filter: revert;
}


.heading_box h1 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 28px;
    font-family: open_sansextrabold;
    color: #00a6bf;
    line-height: 32px;
    font-weight: 900;
    border-bottom: 2px solid;
    padding: 5px;
    display: inline-block;
    text-align: center;
}
.heading_box {
    padding-bottom: 30px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
        text-transform: uppercase;
}

.text-home-all p {
    text-align: justify;
}

.col-md-6.text-home-all {
    padding: 0px 15px !important;
}
.col-md-12.box-content {
    padding: 0px 15px !important;
}
.box-content h4 {
      color: #072532!important;
    font-size: 20px!important;
    text-align: left!important;
    font-weight: 600;
        font-family: open_sanslight;
  
}
.box-content p {
    text-align: justify;
    position: relative;
    padding-left: 20px;
}

.private-detective-agency {
    background-position: center center;
    background-size: cover;
    background-image: url(../img/private-detective-agency.jpg);
    height: 370px;
}
.Online-Services
{
    background-position: center center;
    background-size: cover;
    background-image: url(../img/Online-Services.jpg);
    height: 370px;

}
.text-home-all.right img {
    float: right;
    padding-left: 20px;
    max-width: 100%;
}

.col-md-12.box-content p {
    padding-left: 0px;
}
.box-content.one p {
    padding-left: 0px !important;
}
.col-md-12.box-contenti {
    padding: 0px 15px !important;
}
.col-md-6.text-home-all img {
    padding-top: 10px;
}

.box-content.box-content1 p {
    padding-left: 20px !important;
}

.col-md-12.box-content.no-pb {
    padding-left: 0px !important;
}

.box-content.box-content1 p {
    padding-left: 20px !important;
}

.col-md-12.box-content.yes-pb {
    padding-left: 0px !important;
}
.col-md-12.box-content.yes-pb p {
    padding-left: 20px !important;
}

.Hiring-Private-Investigator{
    background-position: center center;
    background-size: cover;
    background-image: url(../img/Hiring-Private-Investigator.jpg);
    height: 370px;

	
}