@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Arimo', sans-serif;

font-family: 'Montserrat', sans-serif;

font-family: 'Raleway', sans-serif;*/

@import url('font-awesome.css');

@import url('flaticon.css');

/***



====================================================================

	Reset

====================================================================



 ***/

* {
	margin: 0px;

	padding: 0px;

	border: none;

	outline: none;
}

/***



====================================================================

	Global Settings

====================================================================



 ***/

body {
	font-family: 'Arimo', sans-serif;

	font-size: 14px;

	color: #777777;

	line-height: 1.7em;

	font-weight: 400;

	background: #ffffff;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}

a {
	text-decoration: none;

	cursor: pointer;

	color: #ffb200;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;

	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;

	font-weight: normal;

	margin: 0px;

	background: none;

	line-height: 1.6em;

	font-family: 'Montserrat', sans-serif;
}

input,
button,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
}

textarea {
	overflow: hidden;
}

p {
	position: relative;

	line-height: 1.8em;
}

.gray_bg {
	background-color: #f5f5f5;
}

.auto-container {
	position: static;

	max-width: 1200px;

	padding: 0px 15px;

	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;

	margin: 0 auto;

	width: 100%;

	min-width: 300px;
}

ul,
li {
	list-style: none;

	padding: 0px;

	margin: 0px;
}

img {
	display: inline-block;

	max-width: 100%;
}

.theme-btn {
	display: inline-block;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;

	color: #333333;

	font-size: 16px;

	padding-left: 70px;

	font-weight: 700;

	padding-top: 14px;

	margin-bottom: 40px;
}

.list-style-one li .icon {
	position: absolute;

	left: 0px;

	top: 0px;

	color: #ffb200;

	font-size: 50px;

	line-height: 1em;

	font-weight: 300;
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;

	color: #666666;

	font-size: 14px;

	padding-left: 70px;

	font-weight: 400;

	margin-right: 70px;

	display: inline-block;
}

.list-style-two li:last-child {
	margin-right: 0px;
}

.list-style-two li strong {
	position: relative;

	color: #333333;

	font-size: 17px;

	font-weight: 700;

	display: block;
}

.list-style-two li .icon {
	position: absolute;

	left: 0px;

	top: 0px;

	width: 42px;

	height: 42px;

	color: #ffb200;

	font-size: 20px;

	line-height: 40px;

	font-weight: 300;

	text-align: center;

	border-radius: 50%;

	border: 1px solid #ffb200;
}

/*List Style Three*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;

	color: #666666;

	font-size: 14px;

	padding-left: 70px;

	font-weight: 400;

	margin-bottom: 30px;
}

.list-style-three li:last-child {
	margin-right: 0px;
}

.list-style-three li strong {
	position: relative;

	color: #333333;

	font-size: 17px;

	font-weight: 700;

	display: block;
}

.list-style-three li .icon {
	position: absolute;

	left: 0px;

	top: 0px;

	width: 42px;

	height: 42px;

	color: #ffb200;

	font-size: 20px;

	line-height: 40px;

	font-weight: 300;

	text-align: center;

	border-radius: 50%;

	border: 1px solid #ffb200;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;

	padding: 12px 28px 11px;

	line-height: 24px;

	text-transform: capitalize;

	background: #ffb200;

	color: #222222;

	border: 2px solid #ffb200;

	font-size: 14px;

	font-weight: 500;

	border-radius: 50px;

	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover {
	background: #333333;

	color: #ffffff;

	border-color: #333333;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;

	padding: 12px 30px 11px;

	line-height: 24px;

	text-transform: capitalize;

	background: none;

	color: #ffffff;

	border: 2px solid #ffffff;

	font-size: 14px;

	font-weight: 500;

	border-radius: 50px;

	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover {
	background: #ffb200;

	color: #ffffff;

	border-color: #ffb200;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;

	padding: 11px 30px 11px;

	line-height: 24px;

	text-transform: capitalize;

	background: none;

	color: #222222;

	border: 2px solid #222222;

	font-size: 16px;

	font-weight: 700;

	border-radius: 50px;

	font-family: 'Arimo', sans-serif;
}

.btn-style-three:hover {
	background: #ffb200;

	color: #ffffff;

	border-color: #ffb200;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li.follow {
	position: relative;

	color: #ffffff;

	font-size: 20px;

	margin-left: 0px;

	font-family: 'Montserrat', sans-serif;
}

.social-icon-two li {
	position: relative;

	margin-left: 13px;

	display: inline-block;

	font-weight: 600;
}

.social-icon-two li a {
	position: relative;

	font-size: 16px;

	margin-bottom: 10px;

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #ffb200;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;

	margin-left: 5px;

	display: inline-block;

	font-weight: 600;
}

.social-icon-three li a {
	position: relative;

	width: 40px;

	height: 40px;

	font-size: 16px;

	margin-bottom: 10px;

	color: #333333;

	line-height: 38px;

	text-align: center;

	display: inline-block;

	border: 2px solid #dddddd;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: #ffb200;
}

.theme_color {
	color: #ffb200;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}
.mailloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1999;
	background-color: #d9dffa;
	background-position: center center;
}
.mailloader img {
}
.mailloader .mailText {
	top: 72%;
	position: absolute;
	left: 34%;
	font-size: 30px;
	padding: 0 auto;
	color: #d90d5c;
}
img {
	display: inline-block;

	max-width: 100%;

	height: auto;
}

/***



====================================================================

	Scroll To Top style

====================================================================



***/

.scroll-to-top {
	position: fixed;

	bottom: 15px;

	right: 15px;

	width: 56px;

	height: 56px;

	color: #ffffff;

	font-size: 22px;

	text-transform: uppercase;

	line-height: 56px;

	text-align: center;

	z-index: 100;

	cursor: pointer;

	background: #0a0a0a;

	display: none;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;

	background: #ffb200;
}

/***



====================================================================

	Section Title

====================================================================



***/

.sec-title {
	position: relative;

	margin-bottom: 70px;
}

.sec-title h2 {
	position: relative;

	color: #333333;

	font-size: 36px;

	font-weight: 700;

	line-height: 1.4em;

	padding-bottom: 20px;
}

.sec-title .separater {
	position: relative;

	width: 100px;

	height: 2px;

	background-color: #333333;
}

.sec-title .separater:before {
	position: absolute;

	content: '';

	right: 0px;

	bottom: -4px;

	width: 10px;

	height: 10px;

	display: inline-block;

	background-color: #ffb200;
}

.sec-title.centered .separater {
	left: 50%;

	margin-left: -50px;
}

.sec-title .text {
	position: relative;

	color: #333333;

	font-size: 18px;

	margin-top: 32px;
}

.sec-title.centered h2:after {
	left: 50%;

	margin-left: -30px;
}

.sec-title.light .separater {
	background-color: #ffffff;
}

.sec-title.centered .separater:before {
	left: 50%;

	right: auto;

	margin-left: -5px;
}

.sec-title.light h2 {
	color: #ffffff;
}

/***



====================================================================

	Main Header style

====================================================================



***/

.main-header {
	position: relative;

	z-index: 999;

	width: 100%;
}

.main-header .header-top {
	position: relative;

	top: 40px;

	margin-top: -40px;

	background-color: #222222;
}

.main-header .header-top .top-left ul li {
	position: relative;

	color: #ffffff;

	font-size: 14px;

	margin-right: 70px;

	display: inline-block;
}

.main-header .header-top .top-left ul li span {
	position: relative;

	top: 2px;

	margin-right: 10px;

	color: #ffb200;

	font-size: 16px;

	line-height: 1em;
}

.main-header .header-top .top-left {
	position: relative;

	padding: 18px 0px;
}

.main-header.header-style-two .header-top .top-left {
	padding: 14px 0px;
}

.main-header .header-top .top-right {
	position: relative;

	text-align: right;

	padding: 10px 0px;
}

.main-header.header-style-two .header-top .top-right {
	padding: 8px 0px;
}

.main-header .header-top .top-right .social-nav {
	position: relative;

	float: left;

	z-index: 1;

	margin-top: 10px;

	margin-right: 45px;
}

.main-header.header-style-two .header-top .top-right .social-nav {
	margin-top: 7px;

	margin-right: 0px;
}

.main-header.header-style-two .header-top .top-right .social-nav .fa {
	font-size: 20px;
}

.main-header .header-top .top-right .social-nav li {
	position: relative;

	padding-left: 15px;

	display: inline-block;
}

.main-header .header-top .top-right .social-nav li a {
	position: relative;

	color: #ffffff;

	font-size: 16px;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;
}

.main-header .header-top .top-right .social-nav li a:hover {
	color: #ffb200;
}

.main-header.header-style-two .header-top .top-right .social-nav li a:hover {
	color: #222222;
}

.main-header .search-box {
	position: relative;

	float: left;
}

.main-header .search-box .form-group {
	position: relative;

	margin: 0px;
}

.main-header .search-box .form-group input[type='text'],
.main-header .search-box .form-group input[type='search'] {
	position: relative;

	line-height: 25px;

	padding: 10px 50px 10px 20px;

	background: rgba(255, 255, 255, 0.1);

	display: block;

	font-size: 14px;

	height: 40px;

	width: 270px;

	float: right;

	color: #ffffff;

	border-radius: 50px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.main-header .search-box .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

.main-header .search-box .form-group button {
	position: absolute;

	right: 0px;

	top: 0px;

	height: 40px;

	width: 45px;

	display: block;

	font-size: 14px;

	color: #ffffff;

	line-height: 100%;

	font-weight: normal;

	background: none;
}

.main-header .main-box .logo-box {
	position: relative;

	float: left;

	left: 0px;

	z-index: 10;

	padding: 25px 0px;
}
.main-header .main-box .logo-box .logo img {
	display: inline-block;

	max-width: 100%;
	height: 75px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.main-header .nav-toggler {
	position: absolute;

	top: 50%;

	margin-top: 0px;

	display: block;
}

.main-header .nav-toggler button {
	position: relative;

	display: block;

	color: #444444;

	text-align: center;

	font-size: 24px;

	line-height: 34px;

	font-weight: normal;

	background: none;
}

.main-header .header-upper {
	position: relative;

	top: 40px;
}

.main-header .header-upper .upper-right {
	padding-top: 40px;
}

.main-header .nav-outer {
	position: relative;

	bottom: -40px;

	padding: 0px 0px 0px 35px;

	background-color: #222222;
}

.header-style-two .header-top {
	background-color: #ffb200;

	top: auto;

	margin-top: 0px;
}

.main-header.header-style-two .header-top .top-left li {
	color: #222222;

	font-size: 14px;
}

.main-header.header-style-two .header-top .top-left li span {
	font-weight: 700;
}

.header-style-three {
	position: absolute;
}

.header-style-two .nav-outer,
.header-style-three .nav-outer {
	position: static;

	background: none;

	margin: 0px;

	float: right;

	bottom: auto;

	padding-left: 0px;
}

.header-style-three .nav-outer .main-menu {
	padding-top: 20px;
}

.header-style-two .nav-outer .outer-box,
.header-style-three .nav-outer .outer-box {
	position: relative;

	float: right;

	margin-top: 46px;

	margin-left: 35px;
}

.header-style-two .nav-outer .outer-box .contact-number {
	position: relative;

	padding-left: 45px;

	color: #666666;

	font-size: 14px;

	font-weight: 700;
}

.header-style-three .nav-outer .outer-box .contact-number {
	color: #666666;

	position: relative;

	padding-left: 50px;

	font-size: 14px;

	font-weight: 700;
}

.header-style-two .nav-outer .outer-box .contact-number .icon,
.header-style-three .nav-outer .outer-box .contact-number .icon {
	position: absolute;

	left: 0px;

	top: 0px;

	color: #ffb200;

	line-height: 1em;

	font-size: 40px;

	font-weight: 400;
}

.header-style-two .nav-outer .outer-box .contact-number strong {
	color: #222222;

	font-size: 18px;

	display: block;
}

.header-style-three .nav-outer .outer-box .contact-number strong {
	color: #ffffff;

	font-size: 18px;

	display: block;
}

.main-header .header-upper .logo-box {
	padding: 30px 0px;
}

.main-header .info-box {
	position: relative;

	float: left;

	min-height: 56px;

	margin-left: 50px;

	font-size: 13px;

	color: #777777;

	text-align: left;

	text-transform: uppercase;

	padding: 0px 0px 20px 50px;
}

.main-header .info-box:last-child .theme-btn {
	padding: 11px 22px 10px;
}

.main-header .info-box .icon-box {
	position: absolute;

	left: 0px;

	top: 6px;

	color: #ffb200;

	font-size: 34px;

	line-height: 1em;

	-moz-transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;

	line-height: 20px;

	color: #777777;

	font-size: 16px;

	margin-bottom: 6px;

	font-weight: 400;

	text-transform: capitalize;
}

.main-header .info-box strong {
	position: relative;

	font-weight: 500;

	color: #333333;

	font-size: 18px;

	font-family: 'Montserrat', sans-serif;
}

.main-header .info-box .quote-btn {
	position: relative;

	line-height: 24px;

	color: #1f1f1f;

	font-size: 16px;

	font-weight: 600;

	padding: 14px 38px;

	border-radius: 50px;

	background: none;

	text-transform: uppercase;

	border: 2px solid #f2f2f2;
}

.main-header .info-box .quote-btn:hover {
	color: #ffffff;

	border-color: #26447b;

	background-color: #26447b;
}

.main-menu {
	position: static;

	float: left;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: static;

	margin: 0px;
}

.main-menu .navigation > li {
	position: relative;

	float: left;

	margin: 0px 25px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child::after {
	display: none;
}

.main-menu .navigation > li:before {
	position: absolute;

	content: '';

	left: 0px;

	bottom: 0px;

	width: 100%;

	height: 2px;

	opacity: 0;

	background-color: #ffb200;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.main-menu .navigation > li:after {
	position: absolute;

	content: '';

	left: 50%;

	bottom: 0px;

	opacity: 0;

	margin-left: -6px;

	border-left: 6px solid transparent;

	border-right: 6px solid transparent;

	border-bottom: 8px solid #ffb200;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li:before {
	bottom: 40px;
}

.main-menu .navigation > li:hover::before,
.main-menu .navigation > li.current::before,
.main-menu .navigation > li:hover::after,
.main-menu .navigation > li.current::after {
	opacity: 1;
}

.sticky-header .main-menu .navigation > li > a {
	padding: 20px 0px !important;

	color: #444444 !important;

	font-size: 14px;

	text-transform: uppercase !important;
}

.sticky-header .main-menu .navigation > li > a:after {
	opacity: 0 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
	color: #ffb200 !important;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;

	opacity: 0;

	visibility: hidden;

	left: 0px;

	top: 0px;

	width: 100%;

	padding: 0px 0px;

	background: #ffffff;

	z-index: 0;

	border-bottom: 1px solid #e6e6e6;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	width: 250px;
	padding: 10px 0px 10px;
}

.fixed-header .sticky-header {
	z-index: 999;

	opacity: 1;

	visibility: visible;

	-ms-animation-name: fadeInDown;

	-moz-animation-name: fadeInDown;

	-op-animation-name: fadeInDown;

	-webkit-animation-name: fadeInDown;

	animation-name: fadeInDown;

	-ms-animation-duration: 500ms;

	-moz-animation-duration: 500ms;

	-op-animation-duration: 500ms;

	-webkit-animation-duration: 500ms;

	animation-duration: 500ms;

	-ms-animation-timing-function: linear;

	-moz-animation-timing-function: linear;

	-op-animation-timing-function: linear;

	-webkit-animation-timing-function: linear;

	animation-timing-function: linear;

	-ms-animation-iteration-count: 1;

	-moz-animation-iteration-count: 1;

	-op-animation-iteration-count: 1;

	-webkit-animation-iteration-count: 1;

	animation-iteration-count: 1;
}

.main-menu .navigation > li > a {
	position: relative;

	display: block;

	color: #006073;

	text-align: center;

	line-height: 30px;

	text-transform: uppercase;

	letter-spacing: 0px;

	opacity: 1;

	font-weight: 600;

	padding: 17px 0px;

	font-size: 17px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	font-family: 'Montserrat', sans-serif;
}

.header-style-two .main-menu .navigation > li,
.header-style-three .main-menu .navigation > li {
	position: relative;

	margin-right: 0px;

	margin-left: 30px;
}

.header-style-two .main-menu .navigation > li > a:after {
	position: absolute;

	content: '';

	left: 50%;

	bottom: 40px;

	margin-left: -6px;

	opacity: 0;

	border-left: 6px solid transparent;

	border-right: 6px solid transparent;

	border-bottom: 8px solid #ffb200;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li.current > a::after,
.header-style-two .main-menu .navigation > li:hover > a::after {
	opacity: 1;
}

.header-style-two .sticky-header .main-menu .navigation > li {
	margin-right: 0px;
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li > a {
	color: #222222;

	/* padding: 42px 0px; */
	padding: 20px 0px 55px 0;

	text-transform: capitalize;
}

.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li > a {
	color: #ffffff;

	text-transform: capitalize;
}
@media (min-width: 1140px) {
	.header-style-three .main-menu .navigation > li.current > a,
	.header-style-three .main-menu .navigation > li > a {
		color: #006073;
	}
}

.header-style-two .main-menu .navigation > li > a:hover {
	color: #222222;
}

.header-style-two .main-menu .navigation > li:after {
	display: none;
}

.sticky-header .main-menu .navigation > li {
	position: relative;

	margin-right: 0px;

	margin-left: 45px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
	display: none;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
	width: 100%;
}

.main-menu .navigation > li > ul {
	position: absolute;

	left: 0px;

	top: 100%;

	width: 250px;

	padding: 0px;

	z-index: 100;

	display: none;

	background: #ffffff;

	border-top: 3px solid #ffb200;

	transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
	left: auto;

	right: 0px;
}

.main-menu .navigation > li > ul > li {
	position: relative;

	width: 100%;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
	position: relative;

	display: block;

	padding: 10px 15px;

	line-height: 24px;

	font-weight: 400;

	font-size: 14px;

	text-transform: capitalize;

	color: #272727;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
	color: #ffffff;

	background: #2c2c2c;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';

	content: '\f105';

	position: absolute;

	right: 10px;

	top: 10px;

	width: 10px;

	height: 20px;

	display: block;

	color: #253d4a;

	line-height: 20px;

	font-size: 16px;

	font-weight: normal;

	text-align: center;

	z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
	color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
	position: absolute;

	left: 100%;

	top: 0px;

	width: 250px;

	padding: 0px;

	z-index: 100;

	display: none;

	background: #ffffff;

	border-top: 3px solid #ffb200;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
	left: auto;

	right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
	position: relative;

	width: 100%;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;

	display: block;

	padding: 10px 15px;

	line-height: 24px;

	font-weight: 400;

	font-size: 14px;

	text-transform: capitalize;

	color: #272727;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
	color: #ffffff;

	background: #2c2c2c;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';

	content: '\f105';

	position: absolute;

	right: 10px;

	top: 11px;

	width: 10px;

	height: 20px;

	display: block;

	color: #272727;

	line-height: 20px;

	font-size: 16px;

	font-weight: normal;

	text-align: center;

	z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
	color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;

	opacity: 1;

	top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;

	opacity: 1;

	top: 0;

	transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;

	right: 10px;

	top: 6px;

	width: 30px;

	height: 30px;

	text-align: center;

	color: #ffffff;

	line-height: 28px;

	border: 1px solid #ffffff;

	background-size: 20px;

	cursor: pointer;

	z-index: 5;

	display: none;
}

.main-header .header-lower .outer-box {
	position: relative;

	float: right;
}

.main-header .header-lower .outer-box .advisor-box {
	position: relative;

	float: left;
}

.main-header .header-lower .outer-box .advisor-box .advisor-btn {
	position: relative;
}

.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
	position: relative;

	display: block;

	color: #222222;

	font-size: 16px;

	font-weight: 500;

	line-height: 24px;

	border-radius: 50px 0px 0px 50px;

	padding: 20px 20px 20px 28px;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	transition: all 500ms ease;

	font-family: 'Raleway', sans-serif;

	background-color: #ffb200;
}

.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
	position: absolute;

	content: '';

	left: -3px;

	top: 0px;

	width: 100%;

	height: 100%;

	background-color: #ffffff;

	border-radius: 50px;
}

/***



====================================================================

	Main Slider style

====================================================================



***/

.main-slider {
	position: relative;

	z-index: 10;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: rgba(0, 0, 0, 0.4) !important;
}

.main-slider .tparrows.gyges {
	width: 60px;

	height: 60px;

	line-height: 60px;

	border-radius: 50%;

	background-color: rgb(255, 178, 0, 0.4);
}

.main-slider .tparrows.gyges:before {
	line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
	color: #333333 !important;

	background-color: #333333;
}

.main-slider h2 {
	position: relative;

	font-size: 60px;

	color: #ffffff;

	font-weight: 500;

	line-height: 1.2em;
}

.main-slider .text {
	font-weight: 400;

	line-height: 1.6em;

	color: #ffffff;

	font-size: 20px;
}

.main-slider .text.alternate {
	text-align: center !important;
}

.main-slider .title {
	position: relative;

	color: #ffffff;

	font-size: 36px;

	font-weight: 600;

	line-height: 1.4em;

	text-shadow: 2px 2px 2px #222222;
}

.main-slider h2.alternate {
	font-size: 60px;
}

.main-slider .theme-btn {
	margin-right: 25px;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
	background: none !important;

	overflow: hidden;

	height: 90px;
}

.main-slider.alternate .tparrows.preview3 {
	margin-top: 30px !important;

	height: 50px;
}

.main-slider .contact-number {
	position: absolute;

	width: 100%;

	bottom: 40px;

	display: block;

	z-index: 20;

	color: #ffffff;

	font-size: 15px;

	text-align: center;
}

.main-slider .contact-number .icon {
	position: relative;

	display: block;

	margin-bottom: 15px;

	color: #ffb200;

	font-size: 30px;
}

.main-slider .tparrows.preview3::after {
	top: 0px;

	color: #101010;

	font-size: 26px;

	padding: 0px;

	background: rgba(255, 255, 255, 0.7);

	font-weight: 400;

	width: 36px;

	height: 90px;

	line-height: 90px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: '\f104';

	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: '\f105';

	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after {
	background: rgba(255, 255, 255, 1);
}

.main-slider .tparrows.preview3.tp-leftarrow {
	left: 0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
	right: -36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;

	opacity: 0;

	display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/***



====================================================================

	Map Section Style

====================================================================



***/

.contact-map-section iframe {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	margin-bottom: -10px;
}

/***



====================================================================

	Main Footer

====================================================================



***/

.main-footer {
	position: relative;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;
}

.main-footer .widgets-section {
	position: relative;

	padding: 68px 0px 20px;
}

.main-footer .footer-widget {
	position: relative;

	margin-bottom: 30px;
}

.main-footer .footer-title {
	position: relative;

	margin-bottom: 28px;
}

.main-footer .footer-title h2 {
	position: relative;

	font-size: 24px;

	font-weight: 500;

	color: #ffffff;

	line-height: 1.4em;

	padding-bottom: 15px;

	text-transform: capitalize;
}

.main-footer .footer-title h2:after {
	position: absolute;

	content: '';

	left: 0px;

	bottom: 0px;

	width: 55px;

	height: 2px;

	background-color: #999999;
}

.main-footer .logo-widget .logo {
	position: relative;
	width: 250px;

	margin-bottom: 20px;
}

.main-footer .logo-widget .text {
	position: relative;

	color: #f8f9fa;

	font-size: 15px;

	line-height: 1.8em;
}

.footer-lists {
	position: relative;
}

.footer-lists li {
	position: relative;

	margin-bottom: 8px;
}

.footer-lists li a {
	position: relative;

	color: #f8f9fa;

	font-size: 15px;

	font-weight: 400;

	padding-left: 20px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.footer-lists li a:before {
	position: absolute;

	content: '\f105';

	left: 0px;

	top: 1px;

	line-height: 1em;

	color: #ffb200;

	font-family: 'FontAwesome';
}

.footer-lists li a:hover {
	color: #ffb200;
}

.main-footer .footer-bottom {
	position: relative;

	padding: 15px 0px;

	text-align: center;

	background-color: #ffb200;
}

.main-footer .footer-bottom .copyright {
	position: relative;

	color: #0b0b0b;
}

/***


====================================================================

	Welcome Section

====================================================================



***/

.welcome-section {
	position: relative;

	padding: 60px 0px 60px;
}

.welcome-section.alternate {
	padding-top: 80px;
}

.welcome-section .content-column {
	position: relative;

	margin-bottom: 40px;
}

.welcome-section .content-column .inner-column {
	position: relative;
}

.welcome-section .content-column .inner-column h1 {
	position: relative;

	color: #222222;

	font-size: 36px;

	font-weight: 400;

	line-height: 1.3em;

	margin-bottom: 25px;
}

.welcome-section .content-column .inner-column h1 span {
	display: block;

	font-weight: 700;
}

.welcome-section .content-column .inner-column .text {
	position: relative;

	margin-bottom: 30px;
}

.welcome-section .content-column .inner-column .text p {
	position: relative;

	color: #777777;

	font-size: 16px;

	line-height: 1.8em;

	margin-bottom: 20px;
}

.welcome-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}

.welcome-section .content-column .inner-column .text h3 {
	position: relative;

	color: #ffb200;

	font-size: 24px;

	font-weight: 700;

	margin-bottom: 15px;
}

.welcome-section .image-column {
	position: relative;
}

.welcome-section .image-column .image {
	position: relative;
}

.welcome-section .image-column .image:before {
	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	right: 0px;

	bottom: 0px;

	z-index: 10;

	outline: 2px dashed #ffffff;

	outline-offset: -20px;
}

.welcome-section .image-column .image img {
	position: relative;

	width: 100%;

	display: block;
}

/***



====================================================================

	Contact Info Section

====================================================================



***/

.contact-info-section {
	position: relative;

	padding: 80px 0px 80px;
}

.contact-info-section .info-column {
	position: relative;
}

.contact-info-section .info-column .inner-column {
	position: relative;
}

.contact-info-section .info-column .logo {
	position: relative;
	width: 250px;

	margin-bottom: 25px;
}

.contact-info-section .info-column .text {
	position: relative;

	color: #777777;

	font-size: 15px;

	line-height: 1.8em;

	margin-bottom: 35px;
}

.contact-info-section .form-column {
	position: relative;
}

.contact-info-section .form-column .sec-title {
	margin-bottom: 40px;
}

/***



====================================================================

	Default Form

====================================================================



 ***/

.default-form {
	position: relative;
}

.default-form .form-group {
	position: relative;

	margin-bottom: 15px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='password'],
.default-form .form-group input[type='tel'],
.default-form .form-group input[type='email'],
.default-form .form-group select {
	position: relative;

	display: block;

	width: 100%;

	line-height: 28px;

	padding: 10px 20px;

	height: 50px;

	font-size: 14px;

	border: 2px solid #dddddd;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.default-form .form-group input[type='text']:focus,
.default-form .form-group input[type='password']:focus,
.default-form .form-group input[type='tel']:focus,
.default-form .form-group input[type='email']:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: #ffb200;
}

.default-form .form-group textarea {
	position: relative;

	display: block;

	width: 100%;

	line-height: 24px;

	padding: 10px 20px;

	color: #a5a5a5;

	height: 180px;

	font-size: 14px;

	resize: none;

	border: 2px solid #dddddd;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;
}

.default-form button {
	margin-top: 10px;

	font-size: 16px;

	font-weight: 700;

	padding: 12px 34px;

	color: #333333;

	border-radius: 50px;

	text-transform: capitalize;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;

	line-height: 24px;

	padding: 5px 0px 0px;

	margin: 0px;

	text-transform: uppercase;

	font-size: 12px;

	color: #ff0000;

	font-weight: 500;
}

/***



====================================================================

	Page Title

====================================================================



***/

.page-title {
	position: relative;

	text-align: center;

	padding: 100px 0px 100px;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center top;
}

.page-title h1 {
	position: relative;

	color: #ffffff;

	font-size: 36px;

	font-weight: 700;

	line-height: 1.2em;

	margin-bottom: 18px;

	text-transform: uppercase;
}

.page-title .page-breadcrumb {
	position: relative;
}

.page-title .page-breadcrumb li {
	position: relative;

	display: inline-block;

	margin-right: 10px;

	padding-right: 10px;

	color: #ffffff;

	font-size: 16px;

	font-weight: 400;
}

.page-title .page-breadcrumb li:after {
	position: absolute;

	content: '\f105';

	right: -4px;

	top: 0px;

	color: #dcdbdb;

	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after {
	display: none;
}

.page-title .page-breadcrumb li:last-child {
	padding-right: 0px;

	margin-right: 0px;
}

.page-title .page-breadcrumb li a {
	color: #ffb200;

	font-weight: 500;
}

/***




====================================================================

	Solutions Page Section

====================================================================



***/

.solutions-page-section {
	position: relative;

	padding: 100px 0px 100px;
}

/*Services Single*/

.services-single {
	position: relative;
}

.services-single .inner-box {
	position: relative;
}

.services-single .inner-box .image {
	position: relative;
}

.services-single .inner-box .image img {
	position: relative;

	width: 100%;

	display: block;
}

.services-single .inner-box .image .icon {
	position: absolute;

	left: 30px;

	bottom: 30px;

	width: 60px;

	height: 57px;

	color: #333333;

	font-size: 28px;

	z-index: 1;

	text-align: center;

	line-height: 57px;

	background-color: #ffb200;
}

.services-single .inner-box .lower-content {
	position: relative;

	padding-top: 28px;
}

.services-single .inner-box .lower-content h2 {
	position: relative;

	color: #333333;

	font-size: 30px;

	font-weight: 500;

	line-height: 1.4em;

	margin-bottom: 22px;
}
.services-single .inner-box .lower-content h2.small{
	position: relative;
	color: #333333;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 22px;
	font-size: 25px;
}

.services-single .inner-box .lower-content .text {
	position: relative;
}

.services-single .inner-box .lower-content .text p {
	position: relative;

	color: #777777;

	font-size: 16px;

	line-height: 1.9em;

	margin-bottom: 20px;
}

.services-single .inner-box .lower-content .text h3 {
	position: relative;

	color: #333333;

	font-size: 30px;

	font-weight: 500;

	margin-top: 50px;

	margin-bottom: 15px;
}

.services-single .inner-box .lower-content .text .sec-title {
	margin-top: 50px;

	margin-bottom: 30px;
}

.services-single .inner-box .lower-content .text .sec-title h2 {
	margin-bottom: 0px;
}

/***


====================================================================

	Contact Section

====================================================================



***/

.contact-section {
	position: relative;

	padding: 120px 0px 100px;
}

.contact-section .form-column {
	margin-bottom: 30px;
}

.contact-section .info-column .social-icon-two li {
	color: #222222;
}

.contact-section .info-column .social-icon-two li a {
	color: #666666;
}

.form-group label {
	display: flex;
	align-items: center;
}
.control-label {
	font-size: 20px;
	font-weight: bold;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.header-style-two .main-box {
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.footer-widget .list-style-three li {
	color: white;
}
.footer-widget .list-style-three li strong {
	color: #c5c3c3;
}

.login-div {
	width: auto;
	height: auto;
	padding: 60px 35px 35px 35px;
	/* border-radius: 40px; */
	background: #ffffff;
	box-shadow: 13px 13px 20px #dbdcdc, -13px -13px 35px #f6f3f3;
}

/* SVG STYLE */

.middlecenter {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 24px;
	max-width: 810px;
}

.middlecenter ul {
	text-align: left;
	list-style-type: disc;
	padding: 0;
	margin: 0 0 24px 15px;
}
.middlecenter ul li {
	list-style-type: disc;
}

.two-col-list {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

/* card design quality page */

.quality-content {
	display: flex;
	text-align: left;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 40px;
	position: relative;
}
.quality-content .boxstyle .one_half {
	min-height: 600px;
}
.boxstyle .one_third:hover,
.boxstyle .one_half:hover {
	box-shadow: 0 0 12px #999;
}
.quality-content .boxstyle .one_half h3 {
	font-size: 18px;
	margin: 24px 5% 0;
}
.boxstyle .one_third,
.boxstyle .one_half {
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	margin-bottom: 34px;
	text-align: center;
	transition: 0.2s;
}
.one_half {
	float: left;
}
.one_half {
	width: 48% !important;
	position: relative;
	margin: 1% !important;
}

@media screen and (max-width: 900px) {
	.one_half {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.boxstyle .one_half h3 {
		max-width: 90%;
		margin: 24px auto 0;
		font-size: 24px;
		font-weight: 400;
	}
	.boxstyle .one_half p {
		margin: 24px auto;
	}
	.two-col-list {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
img.size-full {
	max-width: 100%;
	height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 24px 0;
	line-height: 1.3 !important;
	color: #3c3c3c;
}
.quality-content .boxstyle .one_half h2 {
	font-size: 45px;
	font-weight: 500;
	margin: 0 5% 24px;
	color: #252530;
}
.quality-content .boxstyle .one_half ul {
	clear: both;
	text-align: left;
	max-width: 90%;
	margin: 24px 10% 48px;
	list-style: disc;
}
.quality-content .boxstyle .one_half ul li {
	list-style: disc;
}

.card-heading-text {
	font-size: 45px;
	font-weight: 500;
	color: #252530;
	text-align: center;
	margin-bottom: 30px;
}
.entry-content ul {
	list-style-type: disc;
	padding: 0;
	margin: 0 0 24px 0;
}
.two-col-list {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.entry-content li {
	margin: 0 0 0 36px;
}

img.news-image {
	background: #dadada;
	height: 100px;
	width: 100px;
}
p.news-info {
	margin-top: 0;
	line-height: 100px;
}
.news-list {
	margin: 0 50px;
}
.news-item {
	clear: both;
}
.news-item:nth-child(odd) div.news-info {
	float: right;
}
.news-item:nth-child(odd) div.news-image {
	float: left;
}
.news-item:nth-child(even) div.news-info {
	float: left;
}
.news-item:nth-child(even) div.news-image {
	float: right;
}

ul.line-height-ul li {
	line-height: 2.3;
}

/* whatsapp button cssa */
.feedback {
	background-color: #06d755d1;
	color: white;
	padding: 13px 15px 13px 15px;
	border-radius: 50%;
	border-color: #06d755d1;
}
.feedback {
	font-size: 25px;
}

#footer-whatsapp {
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 500;
}