body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #777;
	background: #fff;
	line-height: 1.9em;
	font-weight: 400;
	margin: auto;
	overflow-x: hidden;
}

html,
body {
	height: 100%;
}

h4,
h5
 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1
 {
	font-size: 36px;
	font-weight: 700;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

h2
 {
	color: #093eb6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px; 
}

h3 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 5px;
}

a {
	color:#800000 ;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 600;
}

a:hover {
	color:#093eb6;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight:600;
}

a:focus {
	color:#093eb6;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

p {
	line-height: 26px;
	margin-bottom: 0;
	text-align: justify;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

/*START SCROLL TO TOP*/

.topcontrol {
	color: red;
	font-size: 40px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 999;
	text-align: center;
	line-height: 40px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-border-radius: 50% 3px 50% 50%;
	-moz-border-radius: 50% 3px 50% 50%;
	border-radius: 50% 3px 50% 50%;
}

.topcontrol.topanimation {
	-ms-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-op-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

/*END SCROLL TO TOP*/

/* HELPER CLASSES */

.section-padding {
	padding: 50px 0;
	position: relative;
	float: left;
	width: 100%;
}

.section-back-image {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.section-back-image-2 {
	background-size: cover;
	background-position: center center;
}

.overlay {
	position: relative;
	z-index: 1;
}

.overlay:before {
	background: rgba(0, 0, 0, .9);
	opacity:10.5;
	/* opacity:0.8; */
	content: "";
	height: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.bg-theme {
	background-color: #f7921a
}

.bg-gray {
	background-color: #f5f5f5
}

.bg-gray-2 {
	background-color: #eee
}

.rounded-0 {
	border-radius: 0 !important;
}

.custom-color-1 {
	color: #3B5998 !important
}

.custom-color-2 {
	color: #1da1f2 !important;
}

.custom-color-3 {
	color: #d34836 !important;
}


/*START SECTION TITLE DESIGN*/
/* 
.section-title,
.section-title-2 {
	margin-bottom: 40px
} */

.section-title h5 {
	font-weight: 500;
	font-style: italic;
	margin: 0;
	font-size: 18px;
	color: #777;
}

.section-title h3 {
	color: #222;
	font-size: 30px;
	text-transform: uppercase;
	margin: 15px 0;
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}

.section-title h3 span {
	color:red;
}

.section-title h3:before {
	position: absolute;
	content: "";
	background: #e0e0e0;
	height: 3px;
	width: 65px;
	left: 0;
	right: 0;
	bottom: 0;
}

.text-center .section-title h3:before {
	left: 50%;
	margin-left: -29px;
}

.section-title h3:after {
	position: absolute;
	content: nonel;
	font-family: "Font Awesome 5 Brands";
	bottom: 50px;
	left: 0;
	font-size: 100px;
	width: 90px;
	height: 88px;
	opacity: 0.04;
	z-index: -1;
}

.text-center .section-title h3:after {
	left: 50%;
	margin-left: -45px;
}

.section-title h3.text-white:after {
	opacity: 0.1;
}

.section-title-2 h5 {
	color: #777;
	font-weight: 400;
	font-style: italic;
	margin: 0;
}

.section-title-2 h3 {
	color: #222;
	font-size: 28px;
	text-transform: uppercase;
	/* margin: 15px 0; */
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}

.section-title-2 h3 span {
	color:#3D4495;
}

.section-title-2 h3:before {
	position: absolute;
	content: "";
	/* background: #e0e0e0; */
	background: #800000;
	height: 3px;
	width: 65px;
	left: 0;
	right: 0;
	bottom: 0;
}

.text-center .section-title-2 h3:before {
	left: 50%;
	margin-left: -29px;
}


/*END SECTION TITLE DESIGN*/


/*  button style */

.home-single-slide-button a {
	margin: 0 10px;
}

.btn-style {
	text-transform: uppercase;
	color: #fff;
	padding: 3px 8px;
	display: inline-block;
	border-radius: 3px;
}

.btn-filled {
	background: #3D4495;
	border: 1px solid #3D4495;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-filled:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 3px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-filled:hover:before,
.btn-filled:focus:before,
.btn-filled:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-filled:hover,
.btn-filled:focus,
.btn-filled:active {
	color: #3D4495;
	border-color: #fff;
}

.btn-filled-2:hover {
	color: #fff;
}
.tp-caption a.btn-border {
	border: 1px solid #fff !Important;
}

.btn-filled-2:before {
	background: #333;
}

.btn-border {
	background: transparent;
	border: 1px solid #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-border:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 1px solid #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-border:hover:before,
.btn-border:focus:before,
.btn-border:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-border:hover,
.btn-border:focus {
	color: #333;
}

.btn-border-2 {
	color: #333;
	border: 2px solid #f7921a;
}

.btn-border-2:before {
	border-color: #f7921a;
	background: #f7921a;
}

.btn-border-2:hover,
.btn-border-2:focus {
	color: #fff;
}

.btn-border-3 {
	color: #fff;
	border: 2px solid #fff;
}

.btn-border-3:before {
	border-color: #333;
	background: #fff;
}

.btn-border-3:hover,
.btn-border-3:focus {
	color: #333;
}


/* preloader css */

#page-preloader {
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

.theme-loader {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: rgba(247, 146, 26, 0.98);
	letter-spacing: 0.2em;
	text-align: center;
	width: 244px;
	height: 49px;
	line-height: 49px;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.theme-loader::before,
.theme-loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: rgba(247, 146, 26, 0.97);
	position: absolute;
	animation: cssload-load 0.91s infinite alternate ease-in-out;
	-o-animation: cssload-load 0.91s infinite alternate ease-in-out;
	-ms-animation: cssload-load 0.91s infinite alternate ease-in-out;
	-webkit-animation: cssload-load 0.91s infinite alternate ease-in-out;
	-moz-animation: cssload-load 0.91s infinite alternate ease-in-out;
}

.theme-loader::before {
	top: 0;
}

.theme-loader::after {
	bottom: 0;
}

@keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}


/* page banner style */

.single-page-title-area {
	/* padding: 100px 0 90px; */
	padding: 150px 0 150px;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 20px;
}

.single-page-title {
	margin-top: 20px;
}

.single-page-title h2 {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}

.single-page-title h2:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 35px;
	top: 21px;
	left: -60px;
}

.single-page-title h2:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 35px;
	top: 21px;
	right: -60px;
}

.single-page-title p {
	color: #fff;
	font-style: italic;
}

.single-page-title-area-bottom {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.single-page-title-area-bottom .breadcrumb {
	background: #fff;
	border-radius: 0;
	margin-bottom: 0;
	padding: 18px 0;
}

.single-page-title-area-bottom .breadcrumb-item a {
	color: #f7921a;
	font-weight: 700;
}

.single-page-title-area-bottom .breadcrumb-item {
	float: none;
	display: inline-block;
}

.single-page-title-area-bottom .breadcrumb-item+.breadcrumb-item::before {
	color: #333;
	content: "\eb8b";
	font-family: "icofont" !important;
	font-size: 16px;
}

.single-page-title-area-bottom .breadcrumb-item.active {
	color: #333;
}



.mt-40{
	margin-top: 50px;
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/* top area */

.main-header .top-area {
	background: #242438;
	border-bottom: 1px solid #ddd;
}

.main-header .top-area .info-menu {
	float: left;
}

.main-header .top-area .info-menu li {
	display: inline-block;
}

.main-header .top-area .info-menu li a {
	display: block;
	color: #fff;
	margin-right: 24px;
	line-height: 42px;
}

.main-header .top-area .info-menu li a i {
	color: #fff;
}


/* logo area */

.logo-area {
	padding: 10px 0;
}

.logo-area .header-info-box {
	position: relative;
	float: left;
	margin-left: 33px;
	margin-top: 6px;
	padding: 0 0 0 50px;
}
.logo-area .header-info-box .header-info-icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: #f7921a;
	font-size: 30px;
	text-align: left;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.logo-area .header-info-box h6 {
	font-weight: 500;
}

.logo-area .header-info-box p {
	color: #333;
	font-weight: 600;
}

.logo-area .header-info-box:last-child {
	padding-left: 20px;
	border: none;
}

.logo-area .navbar-form {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.logo-area .navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.logo-area .navbar-form .form-control {
	height: 45px;
	width: 225px;
	background: #fff;
	border-radius: 0;
}

.logo-area form .btn {
	color: #fff;
	background-color: #333;
	height: 45px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0;
}

.logo-area form .form-group i {
	position: absolute;
	right: 15px;
	top: 33%;
}

.quote-btn {
	color: #fff;
	background: #f7921a;
	padding: 8px 36px;
	margin-top: 3px;
	text-transform: uppercase;
	font-weight: 500;
}

.quote-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.quote-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.quote-btn:hover:before,
.quote-btn:focus:before,
.quote-btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active {
	color: #fff;
}


/* menu area */

.sticky-menu {
	position: relative;
	z-index: 999;
	width: 100%;
}

.mainmenu-area.menu-animation {
	-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;
}

.mainmenu-area.menu-animation .auto-container {
	max-width: 100%;
}

.main-header .mainmenu-area.menu-animation .navbar {
	display: table !important;
	margin: 0 auto;
}

.main-header .mainmenu-area.menu-animation .navbar-form {
	display: table;
}

.main-header .mainmenu-area {
	text-transform: uppercase;
	width: 100%;
	position: relative;
	z-index: 999;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.main-header .mainmenu-area .auto-container {
	background-color: #070529;
	position: absolute;
	left: 0;
	right: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.main-header .mainmenu-area .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 10px 20px;
}
/* 
.main-header .mainmenu-area .navbar {
	padding: 10px 0;
} */


.main-header .mainmenu-area .navbar {
	padding: 10px 250px
}


.main-header .mainmenu-area .navbar ul li a.active {
	background-color: #fff;
	color: #3D4495;
	border-radius: 25px 0 25px 0;
}

.main-header .mainmenu-area .navbar ul li a:hover {
	color: #fff;
	background-color: #333;
	border-radius: 25px 0 25px 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.dropdown-menu {
	display: block;
	min-width: 235px;
	opacity: 0;
	padding: 0;
	top: 57px;
	visibility: hidden;
	opacity: 0;
	border-radius: 0;
	background: #1c1c1c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms 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-header .mainmenu-area .navbar ul li:hover .dropdown-menu {
	opacity: 1;
	transform: translateY(0);
}

.main-header .mainmenu-area .navbar ul li.dropdown>a:after {
	font-family: 'IcoFont' !important;
	content: "\eb25";
	position: absolute;
	top: auto;
	right: 5px;
	font-size: 14px;
}

.dropdown-menu li>a {
	clear: both;
	display: block;
	line-height: 1.42857;
	padding: 12px 0 11px 20px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.dropdown-menu li>a:before {
	position: absolute;
	content: "";
	border-left: 2px solid #800000;
	left: 0;
	top: 50%;
	height: 12px;
	margin-top: -5px;
}

.dropdown-menu li>a:hover::before {
	border-color: #fff;
}

.dropdown-menu li:not(:last-child)>a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .mainmenu-area .navbar .dropdown-menu li>a.active {}

.main-header .mainmenu-area .navbar .dropdown-menu li>a:hover,
.main-header .mainmenu-area .navbar .dropdown-menu>li>a:focus,
.main-header .mainmenu-area .navbar .dropdown-menu>li>a:active {
	color: #fff;
	background: #3D4495;
}

.main-header .mainmenu-area .navbar .dropdown-menu li>a:hover {
	padding-left: 30px;
	color: #fff;
	background: #3D4495;
}

.dropdown:hover>.dropdown-menu {
	opacity: 1;
	top: 57px;
	visibility: visible;
}

.dropdown-menu .dropdown>.dropdown-menu {
	left: 300%;
	margin-top: -1px;
	min-width: 170px;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	left: 100.5%;
}

.mainmenu-area .navbar-form {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.mainmenu-area .navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	position: relative;
}

.mainmenu-area .navbar-form .form-control {
	height: 69px;
	width: 100%;
	background: #ea9b3d;
	border-radius: 0;
	border: 0;
}

.mainmenu-area form .btn {
	color: #fff;
	background-color: transparent;
	height: 69px;
	width: 69px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0;
}

.mainmenu-area form .btn:active,
.mainmenu-area form .btn:focus {
	outline: 0;
	box-shadow: none;
}

.mainmenu-area .navbar-form .form-group input[type="text"].form-control {
	color: #fff;
}

.mainmenu-area form .form-group i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 26px;
	left: 0;
}

.mainmenu-area.mean-container {
	display: block;
	float: left;
	width: 100%;
}

.mean-container .dropdown ul.dropdown-menu {
	opacity: 1;
	visibility: visible;
	display: block;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
	float: left;
	width: 100%;
	margin-top: 35px;
	position: relative;
}

.home-slide-overlay {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.home-single-slide {
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
	display: table;
	height: 600px;
	width: 100%;
}

.home-single-slide-inner {
	display: table-cell;
	vertical-align: middle;
}
.home-2 .home-single-slide-dec {
	bottom: -73px;;
}

.home-single-slide-dec {
	position: absolute;
	left: 0;
	bottom: -95px;
	right: 0;
}

.home-single-slide p {
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0;
}

.home-single-slide h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 50px;
}

.home-slides.owl-theme .owl-nav {
	margin-top: 0;
}

.home-slides.owl-theme .owl-nav div {
	background: #fff;
	color: #333;
	border-radius: 50px;
	opacity: 1;
	visibility: visible;
	padding: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.home-slides.owl-theme .owl-nav div i {
	font-size: 26px;
	display: inline-block;
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

.home-slides.owl-theme .owl-nav div:hover {
	background: #f7921a;
}

.home-slides.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.home-slides.owl-theme .owl-nav .owl-prev {
	left: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.home-slides.owl-theme .owl-nav .owl-next {
	right: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-next {
    right: 20px;
}


.home-slides.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	top: auto;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 2px dotted #fff;
	height: 20px;
	width: 20px;
	position: relative;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
	border-color: #fff;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span::before {
	position: absolute;
	content: "";
	background: transparent;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	border: 2px solid #fff;
	left: 3px;
	top: 3px;
}

.home-slides-2.owl-theme .owl-nav {
	margin-top: 0;
}

.home-slides-2.owl-theme .owl-nav div {
	background: #fff;
	color: #333;
	border-radius: 50px;
	opacity: 1;
	visibility: visible;
	padding: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.home-slides-2.owl-theme .owl-nav div i {
	font-size: 26px;
	display: inline-block;
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

.home-slides-2.owl-theme .owl-nav div:hover {
	background: #f7921a;
}

.home-slides-2.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.home-slides-2.owl-theme .owl-nav .owl-prev {
	left: 20px;
}

.home-slides-2.owl-theme .owl-nav .owl-next {
	right: 20px;
}

.home-slides.owl-theme .owl-dots,
.home-slides-2.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	top: auto;
}
.home-slides.owl-theme .owl-dots .owl-dot span,
.home-slides-2.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 2px dotted #fff;
	height: 20px;
	width: 20px;
	position: relative;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span,
.home-slides-2.owl-theme .owl-dots .owl-dot.active span {
	border-color: #fff;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span::before,
.home-slides-2.owl-theme .owl-dots .owl-dot.active span::before {
	position: absolute;
	content: "";
	background: transparent;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	border: 2px solid #fff;
	left: 3px;
	top: 3px;
}

/*revulation sldier style*/
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden !important;
	margin-top: 35px;
}
.tp-banner-container h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}
.tp-banner-container p {
	color: #fff;
	text-transform: capitalize;
}
.tp-caption a {
	color: #fff;
}
.tp-caption a:hover {
	color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

.single-about-item {
	-webkit-perspective: 500px;
	perspective: 500px;
	text-align: left;
	padding-bottom: 40px;
}

.single-about-item .single-about {
	background-color: #fff;
}

.single-about-item .single-about {
	text-align: center;
	height: 100%;
	position: relative;
	padding: 25px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.single-about-item .single-about:hover {
	border-color: #f7921a;
}

.single-about-item .single-about:before {
	background-color: #f7921a;
}

.single-about-item .single-about:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-about-item .single-about:hover:before {
	opacity: 1.5;
}

.single-about-item .single-about .single-about-img {
	-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-about-item .single-about .single-about-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}

.single-about-item .single-about .single-about-img-inner {
	height: 100%;
}

.single-about-item .single-about .single-about-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.single-about-item .single-about:hover .single-about-img img {
	opacity: .1;
}

.single-about-item .single-about .single-about-img img {
	overflow: hidden;
}

.single-about-item .single-about .single-about-caption {
	z-index: 10;
	pointer-events: none;
}

.single-about-item .single-about .single-about-caption .single-about-icon,
.single-about-item .single-about .single-about-caption .single-about-title,
.single-about-item .single-about .single-about-caption .single-about-dec {
	position: relative;
	z-index: 10;
}

.single-about-item .single-about .single-about-caption .single-about-icon {
	background-color: #f7921a;
	color: #fff;
	display: inline-block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
}

.single-about-item .single-about:hover .single-about-icon {
	background-color: #fff;
	color: #f7921a;
}

.single-about-item .single-about .single-about-caption .single-about-icon i {
	font-size: 32px;
	line-height: 78px;
}

.single-about-item .single-about .single-about-caption .single-about-title {
	margin-top: 32px;
}

.single-about-item .single-about .single-about-caption .single-about-dec {
	margin-top: 15px;
}

.single-about-item .single-about .single-about-img,
.single-about-item .single-about .single-about-caption .single-about-icon i,
.single-about-item .single-about .single-about-caption .single-about-dec p,
.single-about-item .single-about .single-about-img img {
	-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-about-item .single-about:hover .single-about,
.single-about-item .single-about:hover .single-about-title h5,
.single-about-item .single-about:hover .single-about-dec p {
	color: #fff;
}

section#about2 {
	z-index: 9;
	margin-top: -80px;
}


/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 05. START PROMO STYLE
* ----------------------------------------------------------------------------------------
*/


/*Accordion Box*/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 24px;
}

.accordion-box .block:before {
	position: absolute;
	content: '';
	left: 12px;
	top: 24px;
	height: 100%;
	border-right: 1px solid #333;
}

.accordion-box .block:last-child:before {
	display: none;
}

.accordion-box .block .acc-btn .icon-outer {
	font-size: 10px;
	color: #fff;
	background: #f7921a;
	border: 1px solid #f7921a;
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #f7921a;
	background: #fff;
	border-color: #f7921a;
}

.accordion-box .block .acc-btn {
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0px 20px 10px 70px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 0px 20px 0px 70px;
}

.accordion-box .block .content ul li i {
	font-size: 11px;
	padding-right: 6px;
}

.accordion-box .block .content p {
	margin-bottom: 15px;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}


/* image style one */

.image-style-wrapper .image-one {
	background: none;
	height: 132px;
	position: absolute;
	top: 25px;
	z-index: 1;
	width: 600px;
	left: -30px;
}

.image-style-wrapper {
	position: relative;
}

.image-style-wrapper .image-two {
	position: relative;
	z-index: 2;
}


/* promo style two */

.youtube-promo-video-wrap {
	position: relative;
}

.youtube-promo-video {
	position: absolute;
	left: 35%;
	top: 35%;
}

.youtube-promo-video i {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 40px;
	border: 2px solid #fff;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50%;
}


/* home page form */

.form-control {
	height: 45px;
	border-radius: 0;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 0;
}

.home-p-form-wrapper {
	border: 1px solid #ddd;
	padding: 30px;
}

.form-control:focus {
	/* padding-bottom: 20px; */
	border-color: #f7921a;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}


/*
* ----------------------------------------------------------------------------------------
* 05. END PROMO STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 06. START CHOOSE US STYLE
* ----------------------------------------------------------------------------------------
*/

.single-wcus-icon,
.single-wcus-text {
	float: left;
}

.single-wcus {
	float: left;
	width: 100%;
}

.single-wcus:hover .single-wcus-icon {
	background-color: #333;
}

.single-wcus:hover .single-wcus-icon:before {
	border-bottom-color: #333;
}

.single-wcus:hover .single-wcus-icon:after {
	border-top-color: #333;
}

.single-wcus-icon {
	margin: 17px 30px 0 0;
	position: relative;
	width: 70px;
	height: 38px;
	background-color: #f7921a;
	-webkit-transition: all 1.5s ease .1s;
	-moz-transition: all 1.5s ease .1s;
	-ms-transition: all 1.5s ease .1s;
	-o-transition: all 1.5s ease .1s;
	transition: all 1.5s ease .1s;
}

.single-wcus-icon:before,
.single-wcus-icon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	-webkit-transition: all 1.5s ease .1s;
	-moz-transition: all 1.5s ease .1s;
	-ms-transition: all 1.5s ease .1s;
	-o-transition: all 1.5s ease .1s;
	transition: all 1.5s ease .1s;
}

.single-wcus-icon:before {
	bottom: 100%;
	border-bottom: 24px solid #f7921a;
}

.single-wcus-icon:after {
	top: 100%;
	width: 0;
	border-top: 24px solid #f7921a;
	left: 0;
}

.single-wcus-text {
	width: 71%;
	position: relative;
}

.single-wcus-text::before {
	position: absolute;
	content: "";
	top: 117%;
	bottom: auto;
	height: 2px;
	width: 60px;
	background: #f7921a;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.single-wcus:hover .single-wcus-text:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.single-wcus-icon i {
	color: #fff;
	font-size: 40px;
	padding: 13px;
}

.single-wcus-promo {
	background: #f5f5f5;
}

.single-wcus-promo-inner {
	padding: 20px 30px;
	border-left: 3px solid #800000;
}

.single-wcus-promo-inner p {
	margin: 18px 0;
}


/*
* ----------------------------------------------------------------------------------------
* 06. END CHOOSE US STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 07. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.single-counter h3 {
	color: #f7921a;
	font-size: 100px;
	line-height: 1.1;
}

.single-counter p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

.counter-wrapper .counter-wrapper-inner {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 25px 0;
}

.counter-wrapper .counter-wrapper-inner:nth-child(2) {
	border-right: none;
}

.counter-wrapper .counter-wrapper-inner:nth-child(3) {
	border-bottom: none;
}

.counter-wrapper .counter-wrapper-inner:nth-child(4) {
	border-right: none;
	border-bottom: none;
}

.counter-wrapper {
	position: relative;
}

.counter-wrapper:after {
	position: absolute;
	content: "";
	background-image: url(../img/plus.png);
	opacity: 0.3;
	height: 31px;
	width: 31px;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}


/*
* ----------------------------------------------------------------------------------------
* 07. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08. START SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-service-item,
.single-service {
	float: left;
	width: 100%;
}

.single-service:hover .single-service-img:before {
	opacity: 0.7;
}

.single-service-img {
	position: relative;
}

.single-service-img:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 1.0s ease .1s;
	-moz-transition: all 1.0s ease .1s;
	-ms-transition: all 1.0s ease .1s;
	-o-transition: all 1.0s ease .1s;
	transition: all 1.0s ease .1s;
}

.single-service-title {
	float: left;
    border: 1px solid #ddd;
    width: 230px;
    height: 50px;
    background-color: #ddd;
}

.single-service-icon {
	margin-right: 20px;
	color: #f7921a;
	font-size: 40px;
	padding: 15px;
	border-right: 1px solid #ddd;
}

.single-service-text {
	width: 73%;
}

.single-service-icon,
.single-service-text {
	float: left;
}

.single-service-text h5 {
	margin: 14px 0 5px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
}

.single-service-dec {
	padding: 15px 0;
	float: left;
	width: 100%;
}

.services-slider.owl-theme .owl-nav {
	margin-top: 0;
}

.services-slider.owl-theme .owl-nav div {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.services-slider.owl-theme .owl-nav div:hover {
	background: transparent;
	color: #333;
}

.services-slider.owl-theme .owl-nav .owl-next {
	margin-left: 30px;
}

.serviceall-btn a {
	color: #333;
	font-weight: 500;
	font-size: 16px;
}

.serviceall-btn a i {
	color: #f7921a;
}

.serviceall-btn a:hover {
	color: #f7921a;
}

.serviceall-btn:hover a {
	padding-left: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 08. END SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.single-team-img {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.owl-carousel .owl-item .single-team-img img {
	width: auto;
	display: inline-block;
}

.single-team-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: #eee;
	z-index: -1;
	-webkit-transition: all 1.0s ease .1s;
	-moz-transition: all 1.0s ease .1s;
	-ms-transition: all 1.0s ease .1s;
	-o-transition: all 1.0s ease .1s;
	transition: all 1.0s ease .1s;
}

.single-team:hover .single-team-img:after {
	height: 100%;
}

.single-team-meta span {
	font-size: 14px;
	color: #f7921a;
	font-weight: 500;
}

.single-team-social ul li {
	display: block;
}

.single-team-social ul li a {
	color: #333;
	background: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 8px;
}

.single-team-social ul li a:hover {
	color: #fff;
	background: #f7921a;
}

.single-team:hover .single-team-social ul li a.sicon1 {
	-webkit-animation: fadeInRight 1000ms ease-in-out;
	animation: fadeInRight 1000ms ease-in-out;
}

.single-team:hover .single-team-social ul li a.sicon2 {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
}

.single-team:hover .single-team-social ul li a.sicon3 {
	-webkit-animation: fadeInRight 2000ms ease-in-out;
	animation: fadeInRight 2000ms ease-in-out;
}

.single-team-social {
	position: absolute;
	top: 0;
	right: -40px;
	opacity: 0;
	-webkit-transition: all 1.0s ease .1s;
	-moz-transition: all 1.0s ease .1s;
	-ms-transition: all 1.0s ease .1s;
	-o-transition: all 1.0s ease .1s;
	transition: all 1.0s ease .1s;
}

.single-team:hover .single-team-social {
	right: 0;
	opacity: 1;
}

.owl-theme.team-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
	height: 12px;
	width: 12px;
}
.owl-theme.team-slider .owl-dots div.active span,
.owl-theme.team-slider .owl-dots .owl-dot:hover span {
	background: #f7921a;
}

/*
* ----------------------------------------------------------------------------------------
* 09 END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 10. START WORK STYLE
* ----------------------------------------------------------------------------------------
*/

.single-wprocess {
	position: relative;
	padding: 30px;
	border: 1px solid #f7921a;
	background: rgba(0, 0, 0, 0.4);
}

.single-wprocess:hover {
	border: 1px solid transparent;
}

.single-wprocess-icon {
	color: #f7921a;
	font-size: 40px;
}

.single-wprocess h5 {
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0;
}

.single-wprocess p {
	color: #fff;
}

.single-wprocess:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.single-wprocess:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.single-wprocess:before,
.single-wprocess:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.single-wprocess:hover:before,
.single-wprocess:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*
* ----------------------------------------------------------------------------------------
* 10. END WORK STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 11. START PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-pricing {
	background: #fff;
}

.single-pricing-head {
	/* 	background: #eee; */
	padding: 25px 0;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-pricing-head:after {
	font-size: 40px;
	color: #eee;
	position: absolute;
	content: "\eb25";
	font-family: "icofont" !important;
	left: 0;
	right: 0;
	top: 94%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-pricing:hover .single-pricing-head {
	background: #333;
}

.single-pricing:hover .single-pricing-head:after {
	color: #333;
}

.single-pricing-head .price {
	position: relative;
	color: #333;
	margin-left: 30px;
	display: inline-block;
	margin-top: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-pricing:hover .single-pricing-head .price,
.single-pricing:hover .single-pricing-head h5 {
	color: #fff;
}

.single-pricing-head .price-digit {
	font-size: 60px;
}

.single-pricing-head sup {
	font-size: 40px;
	position: absolute;
	top: 15px;
	left: -22px;
}

.single-pricing-head h5 {
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-pricing-body {
	padding: 0 35px;
}

.single-pricing-list ul {}

.single-pricing-list ul li {
	margin: 20px;
}

.single-pricing-list ul li i {
	font-weight: 700;
}

.single-pricing-button a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 8px 20px;
}

.single-pricing:hover .single-pricing-button a {
	background: #333;
	color: #fff;
}

.single-pricing-head,
.single-pricing-button a {
	position: relative;
	background: #333;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.single-pricing-head:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eee;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-pricing:hover .single-pricing-head:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.single-pricing-button a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f7921a;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-pricing:hover .single-pricing-button a:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}


/*
* ----------------------------------------------------------------------------------------
* 11. END PRICE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START PRICETABLE STYLE
* ----------------------------------------------------------------------------------------
*/

.bitland-table i {
	color: #f7921a;
	font-size: 18px;
	border: 1px solid #333;
	margin-right: 8px;
	padding: 5px;
}

.bitland-table td {
	text-align: center;
}

.canvasjs-chart-credit {
	display: none;
}

#chartContainer,
#chartContainer2 {
	height: 400px;
	width: 100%;
}


/*
* ----------------------------------------------------------------------------------------
* 13. END PRICETABLE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 13. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
	position: relative;
	margin-bottom: 53px;
}

.single-testimonial {
	position: relative;
}

.single-testimonial:before {
	position: absolute;
	content: "\f0b1";
	font-family: "icofont" !important;
	left: 32px;
	top: 0;
	font-size: 50px;
	color: #f7921a;
}

.single-testimonial .single-testimonial-image img {
	width: 100px;
	margin: 0 auto;
}

.single-testimonial .single-testimonial-content {
	padding: 0 100px;
	margin: 20px 0;
}

.single-testimonial .single-testimonial-meta p {
	font-weight: 700;
	letter-spacing: 2px;
	color: #666;
}

.testimonial-slider.owl-theme .owl-nav {
	margin: 0;
	position: relative;
}

.testimonial-slider.owl-theme .owl-nav div {
	background: transparent;
	color: inherit;
	position: absolute;
	font-size: 30px;
	left: -59px;
	right: 0;
	top: -30px;
}

.testimonial-slider.owl-theme .owl-nav .owl-next {
	margin-left: 140px;
}

.testimonial-slider.owl-theme .owl-nav div:hover {
	background: transparent;
	color: inherit;
}


/*
* ----------------------------------------------------------------------------------------
* 13. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 14. START BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-hdec {
	padding: 25px 35px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
	float: left;
	width: 100%;
}

.single-blog-hdec h5 {
	font-size: 17px;
	margin-bottom: 12px;
}

.single-blog-hdec span {
	padding-right: 12px;
}

.single-blog-hdec i {
	padding-right: 5px;
}

.single-blog-hdec p {
	margin-top: 12px;
}

.single-blog-hadmin {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.single-blog-hadmin-img,
.single-blog-hadmin-info {
	float: left;
}

.single-blog-hadmin-img img {
	width: 60px;
}

.single-blog-hadmin-img {
	margin-right: 15px;
}

.single-blog-hadmin-info p span {
	font-weight: 500;
	padding-right: 8px;
	color: #333;
}

.single-blog-himage {
	position: relative;
}

.single-blog-himage:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 1.0s ease .1s;
	-moz-transition: all 1.0s ease .1s;
	-ms-transition: all 1.0s ease .1s;
	-o-transition: all 1.0s ease .1s;
	transition: all 1.0s ease .1s;
}

.single-blogh:hover .single-blog-himage:after {
	opacity: 0.7;
}


/*
* ----------------------------------------------------------------------------------------
* 14. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15. START CLIENT STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section-padding {
	padding: 50px 0;
	position: relative;
	float: left;
	width: 100%;
}


/* call to section */

.calltoaction-padding {
	padding: 50px 0;
	position: relative;
	float: left;
	width: 100%;
}

.calltoaction-two-wrap h4,
.calltoaction-two-wrap p {
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 15. END CLIENT STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 16. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/* Footer top */

footer {
	position: relative;
	float: left;
	width: 100%;
}

.footer-top {
	padding: 30px 0 20px;
}

.footer-section-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 20px;
}

.footer-section-title h3:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 60px;
	/* background: red; */
	background:#800000;
	left: 0;
	bottom: 0;
}

.footer-section-title {
	margin-bottom: 30px;
}

footer .about,
footer .quick-link-list,
footer .recentPost,
footer .mailing-list {
	clear: both;
}

.footer-logo a {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.footer-logo-icon {
	margin-right: 5px;
	color: #f7921a;
	font-size: 45px;
	line-height: 44px;
	margin-bottom: 20px;
}

.footer-logo-icon,
.footer-logo-text {
	float: left;
}

.footer-logo-text {
	width: 80%;
}

.footer-logo-text h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	letter-spacing: 2px;
}

.footer-widget .about p {
	color: #fff;
	font-size: 16px;
	padding: 0 0 15px;
}

.footer-logo {
	float: left;
	width: 100%;
}

.fnews-btn {
	font-size: 23px;
	color: #fff;
	background: #f7921a;
	cursor: pointer;
	margin-left: -2px;
	height: 45px;
	border-radius: 0;
	border: 0;
}

.footer-news .form-control {
	background: #333;
	color: #fff;
}

.footer-news .form-control:focus {
	border-color: #333;
}

ul.quick-link-list li a {
	color: #fff;
	line-height: 35px;
	position: relative;
	text-transform: capitalize;
}

ul.quick-link-list li a i {
	color: #ccc;
	padding-right: 5px;
}

ul.quick-link-list li a:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: red;
	left: 0;
	top: 29px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

ul.quick-link-list li a:hover:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.singleRecpost {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 77px;
	position: relative;
}

.singleRecpost:last-child {
	border: none;
}

.singleRecpost img {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
}

.recTitle {
	line-height: 20px;
	margin: 0;
	font-size: 14px;
}

.recTitle a {
	color: #fff;
}

.singleRecpost p {
	margin-top: 5px;
	color: #f7921a;
	font-size: 14px;
}

.single-fcontact {
	float: left;
	width: 100%;
}

.single-fcontact-icon,
.single-fcontact-des {
	float: left;
}

.single-fcontact-icon {
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
}

.single-fcontact-des {
	color: #ccc;
	width: 87%;
	margin-top: 4px;
}

.single-fcontact-des h6 {
	color: #fff;
	margin-bottom: 5px;
}

.footer-social-war,
.footer-social {
	float: left;
	width: 100%;
}

.footer-social ul li a {
	display: inline-block;
	float: left;
	color: #fff;
	background: #333;
	margin: 0 12px 6px 0px;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
}

.footer-social ul li a:hover {
	background: #3D4495;
}

.footer-widget .recent-photo a {
	display: inline-block;
	width: 70px;
	margin: 0 0 7px 7px;
}
.footer-widget .recent-photo a img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-widget .recent-photo a:hover img {
    filter: grayscale(1) opacity(0.6);
    -webkit-filter: grayscale(1) opacity(0.6);
}

.copyright {
	background: #333;
	padding: 10px 0 10px;
	border-top: 8px solid #444;
	/* border-top: 2px solid #444;*/
} 

.footer-menu ul li a {
	float: left;
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffff;
	position: relative;
}

.footer-menu ul li a:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #f7921a;
	left: 0;
	top: 29px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.footer-menu ul li a:hover:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.copyright-text p {
	color: #fff;
}

.footer-2 .footer-top {
  background: #222533;
}
.footer-2 .copyright {
  background: #272a38;
  border: none;
}


/*
* ----------------------------------------------------------------------------------------
* 16. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 17. START ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#page-banner {
	float: left;
	width: 100%;
}

.blockquote-wrapper {
	float: left;
	width: 100%;
}

.blockquote-line {
	display: inline-block;
	background: #f7921a;
	height: 2px;
	width: 18%;
	margin-bottom: 30px;
}

.blockquote-wrapper .blockquote {
	font-size: 22px;
	font-style: italic;
	color: #333;
	float: left;
	width: 100%;
}

.blockquote-wrapper .blockquote p {
	line-height: 30px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.blockquote-wrapper .blockquote p i {
	font-size: 14px;
}

.blockquote-wrapper .blockquote-footer {
	color: #333;
	opacity: 0.5;
}

.image-style-2-inner {
	position: relative;
}

.image-style-2-wrapper .image-two-des p {
	color: #333;
	font-size: 17px;
	margin: 30px 0;
}

.image-style-2-inner .image-one {
	position: absolute;
	left: 79px;
	top: -59px;
}

.image-style-2-inner .image-two {
	background-color: rgb(243, 246, 248);
	padding: 80px 40px 40px;
	width: 50%;
	position: relative;
	top: 0;
	height: 498px;
}

.image-two-rem a {
	font-size: 30px;
	border-bottom: 2px solid #333;
	padding: 0 15px;
}

.image-two-rem a i {
	color: #333;
}

.image-two-rem a:hover i {
	color: #fff;
}

.image-two-rem a:hover {
	color: #fff;
	border-color: #333;
	background: #333;
}

.bitland-table-2 {
	background-color: #eee;
}

.bitland-table-2 thead {
	background: #f7921a;
	color: #fff;
}

.bitland-table-2.table td,
.bitland-table-2.table th {
	border-top: 1px solid #ddd;
}

#chartContainer2 button {
	display: none !important;
}


/*
* ----------------------------------------------------------------------------------------
* 17. END ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18. START TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.steam-details span {
	color: #333;
	font-weight: 500;
}

.steam-details-info p {
	line-height: 40px;
}

.steam-details-info p i {
	color: #333;
	padding-right: 6px;
	font-size: 20px;
}

.steam-details-social ul li a {
	display: inline-block;
	float: left;
	color: #333;
	margin: 0 12px 6px 0px;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #ddd;
}

.steam-details-social ul li a:hover {
	background: #f7921a;
	color: #fff;
}

.steam-details-tab .nav.nav-tabs {
	margin-top: 60px;
}

.steam-details-tab .nav-tabs .nav-item.show .nav-link,
.steam-details-tab .nav-tabs .nav-link.active {
	background: #333;
	color: #fff;
}

.nav-tabs .nav-link {
	border-radius: 0;
	color: #333;
	border: none;
}

.tab-content p {
	margin-top: 20px;
}


/* side bar style */

.widget {
	float: left;
	width: 100%;
}

h3.widget-title {
	border-left: 5px solid #3D4495;
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

h3.widget-title:before {
	position: absolute;
	content: "";
	background: red;
	height: 10px;
	width: 5px;
	left: -5px;
	top: 15px;
}


/* team list widget */

.steam-list-single {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 35px;
	padding-left: 77px;
	position: relative;
}

.steam-list-single:last-child {
	border: none;
}

.steam-list-single img {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.steam-list-title {
	margin: 0;
	color: #333;
}

.steam-list-single p {
	margin-top: 5px;
	color: #f7921a;
	font-size: 14px;
}

.single-award {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
}

.single-award-icon,
.single-award-text {
	float: left;
}

.single-award-icon {
	font-size: 30px;
	color: #f7921a;
	margin-right: 12px;
}

.single-award-text {
	width: 74%;
}

.single-award-text p {
	font-size: 14px;
	text-transform: capitalize;
}

.single-award-text h5 {
	text-transform: uppercase;
}


/*
* ----------------------------------------------------------------------------------------
* 18. END TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 19. START FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/* faq page intro style */

.faq-page-into h6 {
	font-weight: 400;
}

.faq-page-into h3 {
	margin: 12px 0 40px;
	font-size: 35px;
	position: relative;
}

.faq-page-into h3 span {
	color: #f7921a;
}

.faq-page-into h3:after {
	position: absolute;
	content: "";
	display: block;
	background: #f7921a;
	height: 2px;
	width: 70px;
	margin: 12px 0;
}

.faq-page-into p {
	margin-bottom: 18px;
	font-weight: 700;
}

.faq-page-into ul li i {
	font-size: 11px;
	padding-right: 6px;
}

.faq-page-into-btn {
	color: #f7921a;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #f7921a;
	padding: 8px 20px;
	margin-top: 15px;
}

.faq-page-into-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.faq-page-into-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f7921a;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.faq-page-into-btn:hover:before,
.faq-page-into-btn:focus:before,
.faq-page-into-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.faq-page-into-btn:hover,
.faq-page-into-btn:focus,
.faq-page-into-btn:active {
	color: #fff;
}

.faq-page-into-features {
	float: left;
	width: 100%;
}

.faq-page-into-features-icon,
.faq-page-into-features-text {
	float: left;
}

.faq-page-into-features-text {
	width: 74%;
}

.faq-page-into-features-icon {
	color: #333;
	font-size: 40px;
	margin: 0 40px 20px 0;
	margin-bottom: 20px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
}

.faq-page-into-features-icon {
	position: relative;
	background: #f7921a;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.faq-page-into-features-icon:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.faq-page-into-features:hover .faq-page-into-features-icon:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.faq-page-into-features:hover .faq-page-into-features-icon {
	color: #fff;
}

.faq-page-into-features:hover .faq-page-into-features-text a i {
	opacity: 1;
	padding-left: 10px;
}

.faq-page-into-features-text a i {
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.faq-page-into-features-text h5 {
	margin: 0;
}

.faq-page-into-features-text p {
	margin: 15px 0;
}

.faq-page-into-features-text a {
	font-weight: 700;
	letter-spacing: 1px;
}

#faqpage .section-title {
	margin-top: 70px;
}

.promo-box-style-two p {
	margin: 12px 0;
}

.promo-box-style-two h4 {
	margin: 0;
}

.promo-box-style-two a {
	color: #f7921a;
	padding: 4px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	background: transparent;
	border: 2px solid #f7921a;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.promo-box-style-two a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	background: #f7921a;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.promo-box-style-two a:hover,
.promo-box-style-two a:focus,
.promo-box-style-two a:active {
	color: #fff;
	border-color: #f7921a;
}

.promo-box-style-two a:hover:before,
.promo-box-style-two a:focus:before,
.promo-box-style-two a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/*
* ----------------------------------------------------------------------------------------
* 19. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 20. START CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#contactpage .section-title-2 {
	margin-top: 100px;
}

.single-address {
	/*background-color: #f5f5f5;*/
	padding: 25px;
	position: relative;
	border: 1px solid #eaeaea;
	box-shadow: 2px 1.7px 2px 0 rgba(0, 0, 0, .2);
	z-index: 1;
}

.single-address-icon {
	font-size: 40px;
	color: #f7921a;
}

.single-address a {
	font-size: 16px;
	color: #777777;
	/* color:  */
}

.single-address-dec h4 {
	margin: 5px 0;
	font-size: 18px;
}

.single-address-link {
	margin: 20px 0;
}

.single-address:before {
	/* border-top: 1px solid red;
	border-bottom: 1px solid red; */
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .2);
}

.single-address:after {
	/* border-right: 1px solid red;
	border-left: 1px solid red; */
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .2);
}

.single-address:before,
.single-address:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.single-address:hover:before,
.single-address:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-address:hover {
	border: 1px solid transparent;
}

.contact-form label {
	color: #666;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

.contact-form .form-control {
	background: #f5f5f5;
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
	/* padding: .5rem .75rem; */
	border-color: #093eb6;
}

.btn-contact-bg {
	background: #020e28;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 20px;
	margin-top: 30px;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
	box-shadow: none;
	background: red;
}

#gmap_canvas,
.gmap_canvas {
	width: 100%;
	height: 400px;
	float: left;
}

#gmap_canvas {
	border: none;
}

.success-box-top {
  background: #093eb6;
  color: #fff;
  padding: 30px;
}
.success-box-top i {
  font-size: 40px;
}
.success-box-top h4 {
  color: #fff;
  M: 209PX;
  margin: 20px 0;
  letter-spacing: 1px;
}
.success-box-top p {
	font-weight: 700;
	letter-spacing: 1px;
}
.success-box-bottom {
  background: #f5f5f5;
  padding: 30px;
}

/*
* ----------------------------------------------------------------------------------------
* 20. END CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 21. START 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-wrap h3 {
	font-size: 150px;
	margin: -30px 0 0;
	letter-spacing: 20px;
	color: #093eb6;
}

.error-page-wrap h4 {
	text-transform: uppercase;
	margin: 30px 0;
	letter-spacing: 1px;
	font-size: 30px;
}

.error-page-wrap p {
	margin: 30px 0 50px;
}

.error-page-wrap a {
	margin-left: 10px;
}

.error-page-wrap a i {
	padding-right: 4px;
}

.errorsection-padding {
	padding: 80px 0;
	position: relative;
	float: left;
	width: 100%;
}

.error-search button {
	border-radius: 0;
	cursor: pointer;
	height: 45px;
	border: 0;
}

.error-search h4 {
	color: #333;
	margin: 0;
	letter-spacing: 1px;
font-size: 30px;
}

.error-search button:hover,
.error-search button:focus,
.error-search button:active {
	box-shadow: none;
	border: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 21. END 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 22. START GALLERY PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.poweredByWrapper {
	text-align: right;
	margin-top: 5px;
	opacity: 0;
	margin-bottom: 10px;
}

.grid-item {
	width: 200px;
	display: block;
	float: left;
	padding: 0 10px;
	position: relative;
}

.grid-item--width2 {
	width: 400px;
}

.grid .entry {
	margin-bottom: 20px;
}

.grid-item a img {
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grid-item a:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 10px;
	width: 90%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grid-item--width2 a:before {
	left: 10px;
	width: 95%;
}

.grid-item a:after {
	content: "...";
	font-size: 50px;
	text-align: center;
	color: #fff;
	z-index: 1;
	display: block;
	height: 90px;
	width: 90px;
	line-height: 90px;
	letter-spacing: -1px;
	margin-left: -45px;
	margin-top: -60px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.grid-item a:hover:before {
	opacity: 1;
	visibility: visible;
}

.grid-item a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/* gallery filter menu */

.category-menu ul li a {
	background: #f5f5f5;
	padding: 8px 0px 8px 20px;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-transition: all 0.9s ease .1s;
	-moz-transition: all 0.9s ease .1s;
	-ms-transition: all 0.9s ease .1s;
	-o-transition: all 0.9s ease .1s;
	transition: all 0.9s ease .1s;
	display: block;
	color: #333;
}

.category-menu ul li a i {
	padding: 10px 10px 0 0;
	font-weight: 700;
}

.category-menu ul li a:hover {
	background: red;
	color: #fff;
	padding-right: 10px;
}

.category-menu ul li a.active {
	background: red;
	color: #fff;
}

P.drop-cap:first-letter {
	color: red;
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-weight: 700;
}


/*
* ----------------------------------------------------------------------------------------
* 22. START GALLERY PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 23. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.tes_wid .single-testimonial .single-testimonial-content {
	padding: 0 20px;
}

.image-tab .nav-tabs,
.image-tab .nav-tabs .nav-link,
.image-tab .nav-tabs .nav-item.show .nav-link,
.image-tab .nav-tabs .nav-link.active,
.image-tab .nav-tabs .nav-link:focus,
.image-tab .nav-tabs .nav-link:hover {
	border: 4px solid transparent;
	border-radius: 0;
	padding: 0;
}

.image-tab .nav-tabs .nav-item {
	margin-bottom: 12px;
}

.image-tab .nav-tabs .nav-item.show .nav-link,
.image-tab .nav-tabs .nav-link.active {
	border: 4px solid #093eb6;
}

.image-tab ul.nav.nav-tabs li {
	padding: 0 10px 0 0;
}

.ser-page-into h4 {
	margin: 12px 0 40px;
	position: relative;
}

.ser-page-into h4:after {
	position: absolute;
	content: "";
	display: block;
	background: #093eb6;
	height: 2px;
	width: 70px;
	margin: 12px 0;
}

.ser-page-into p {
	margin-bottom: 18px;
}

.ser-page-into ul li {
	margin-bottom: 8px;
}

.ser-page-into ul li i {
	font-size: 11px;
	padding-right: 6px;
}


/*
* ----------------------------------------------------------------------------------------
* 23. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 24. START BUY & SELL PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.tab-content {
	float: left;
	width: 100%;
}

.buysell-tab-list .nav.nav-tabs {
	border: none;
	margin-top: 40px;
}

.buysell-tab-content {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ececec;
}

.buysell-tab-list .nav-tabs .nav-item.show .nav-link,
.buysell-tab-list .nav-tabs .nav-link.active {
	background: #3D4495;
	color: #fff;
	border-radius: 30px;
}

.buysell-tab-list .nav-tabs .nav-link {
	border-radius: 0;
	color: #333;
	border: none;
	padding: 8px 32px;
	margin-right: 10px;
	border-radius: 30px;
	position: relative;
}

.buysell-tab-list .nav-tabs .nav-link:hover {
	background: #3D4495;
	color: #fff;
}

.buysell-tab-list .nav-tabs .nav-link:hover:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 42%;
	border-top: 15px solid #3D4495;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.buysell-tab-list .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 42%;
	border-top: 15px solid #3D4495;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.buysell-tab-list .nav-tabs .nav-link i {
	padding-right: 10px;
}

.single-buy-box {
	border: 1px solid #ddd;
}

.single-buy-box-header {
	background: #eee;
	padding: 23px;
	position: relative;
}

.single-buy-box-header {
	position: relative;
	background: #333;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.single-buy-box-header:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eee;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-buy-box:hover .single-buy-box-header:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.single-buy-box-dec h2 {
	margin: 35px 0 0;
}

.single-buy-box-header:after {
	font-size: 40px;
	color: #eee;
	position: absolute;
	content: "\eb25";
	font-family: "icofont" !important;
	left: 0;
	right: 0;
	top: 89%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-buy-box:hover .single-buy-box-header:after {
	color: #333;
}

.single-buy-box:hover .single-buy-box-header h5 {
	color: #fff;
}

.single-buy-box-dec h2 {
	margin: 35px 0 0;
}

.single-buy-box-dec p {
	margin: 20px 0;
	color: #333;
}

#extab .buysell-tab-content {
	border: none;
}


/* walltet tab */

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
}

.stepwizard-step button[disabled] {
	opacity: 1;
	filter: alpha(opacity=100);
}

.stepwizard-row:before {
	top: 44px;
	left: 0;
	right: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.stepwizard-step .btn-circle {
	font-size: 30px;
	color: #333;
	padding: 0;
	width: 80px;
	height: 80px;
	border: 1px solid #e5e5e5;
	background-color: #f8f8f8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.stepwizard-step .active {
	background-color: #f7921a;
	color: #fff;
	box-shadow: none;
}

.stepwizard-step h6 {
	margin: 15px 0;
	text-transform: uppercase;
	color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 24. END BUY & SELL PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 25. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blogh,
.single-blog {
	float: left;
	width: 100%;
}

.single-blog-dec {
	padding: 0px 0px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);*/
	float: left;
	width: 100%;
}

.single-blog-dec h4 {
	margin-bottom: 20px;
	text-transform: capitalize;
}

.single-blog-dec a h4:hover {
	color: #f7921a;
}

.single-blog-dec span {
	padding-right: 12px;
}

.single-blog-dec i {
	padding-right: 5px;
}

.single-blog-dec p {
	margin-top: 10px;
	line-height: 26px;
}

.single-blog-admin {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.single-blog-admin-img,
.single-blog-admin-info {
	float: left;
}

.single-blog-admin-img img {
	width: 60px;
}

.single-blog-admin-img {
	margin-right: 15px;
}

.single-blog-admin-info p span {
	font-weight: 700;
	padding-right: 8px;
	color: #333;
}

.single-blog-image {
	position: relative;
}

.single-blog-image:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all 1.0s ease .1s;
	-moz-transition: all 1.0s ease .1s;
	-ms-transition: all 1.0s ease .1s;
	-o-transition: all 1.0s ease .1s;
	transition: all 1.0s ease .1s;
}

.single-blog:hover .single-blog-image:after {
	opacity: 0.8;
}

.single-blog-slider.owl-theme .owl-nav {
	margin-top: 0;
}

.single-blog-slider.owl-theme .owl-nav div {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.9);
	color: #fff;
	padding: 6px 10px;
	margin: 0;
	border-radius: 0;
	opacity: 0.8;
}

.single-blog-slider.owl-theme .owl-nav div:hover {
	background: #f7921a;
}

.single-blog-slider.owl-theme .owl-nav .owl-next {
	margin-left: 34px;
}

.single-blog-video iframe {
	width: 100%;
	height: 400px;
}

.single-blog-quote {
	float: left;
	width: 100%;
}

.single-blog-quote .blockquote-wrapper,
.single-blog-link {
	background-color: #f5f5f5;
	padding: 50px 40px;
}

.single-blog-link a {
	font-size: 25px;
	color: #333;
}

.single-blog-link a i {
	background-color: #f7921a;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	margin-right: 10px;
}

.theme-pagination {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.theme-pagination .pagination {
	border-radius: 0;
}

.theme-pagination .page-link {
	border: none;
	margin: 0 12px;
	color: #333;
	font-weight: 700;
	border-radius: 5px;
	font-size: 16px;
}

.theme-pagination .page-item:first-child .page-link {
	border-radius: 0;
}

.theme-pagination .active .page-link {
	background: #333;
}

.theme-pagination .page-link i {
	font-size: 25px;
	background: #f5f5f5;
	border-radius: 50%;
	padding: 12px 15px;
	font-weight: 700;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.theme-pagination .page-link:hover {
	background: transparent;
}

.theme-pagination .active .page-link:hover,
.theme-pagination .page-link i:hover {
	background: #f7921a;
	color: #fff;
}

.theme-pagination .page-link:hover {
	color: #f7921a;
}

.theme-pagination .page-link:focus {
	background: transparent;
}


/* widget style */

.widget-inner .btn {
	color: #fff;
	background: #f7921a;
	height: 45px;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.widget-inner .btn:hover {
	background: #333;
}

.widget-inner .btn:focus {
	box-shadow: none;
}

.blog-singleRecpost {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}

.blog-singleRecpost:last-child {
	border: none;
}

.blog-singleRecpost img {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
}

.blog-recTitle {
	line-height: 20px;
	margin: 0;
}

.blog-recTitle a {
	color: #333;
}

h3.blog-recTitle {
	color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

h3.blog-recTitle a:hover {
	color: red;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

h3.blog-recTitle a.active {
	color: red;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.blog-recTitle a:hover {
	color: red;
}

.blog-singleRecpost p {
	margin-top: 5px;
	color: red;
	font-size: 14px;
}

.category-menu ul li a span {
	padding-right: 10px;
}

.tag-list {
	float: left;
	width: 100%;
}

.tag-list ul li a {
	float: left;
	margin: 0 8px 20px;
	background: #f5f5f5;
	padding: 5px 20px;
	color: #333;
	position: relative;
}

.tag-list ul li a span {
	position: absolute;
	top: -12px;
	right: -9px;
	background: red;
	color: #fff;
	text-align: center;
	height: 22px;
	width: 22px;
	line-height: 22px;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.tag-list ul li a:hover {
	background: red;
	color: #fff;
}

.tag-list ul li a:hover span {
	background: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 25. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 26. START BLOG SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-single-image-wra {
	position: relative;
	margin-bottom: 100px;
}

.blog-single-image-wra-des {
	background: #f5f5f5;
	color: #333;
	position: absolute;
	bottom: -50px;
	left: 40px;
	right: 40px;
	padding: 30px;
}

.blog-single-image-wra-des .sdate {
	text-transform: uppercase;
	color: #f7921a;
	font-weight: 500;
}

.blog-single-image-wra-des h4 {
	text-transform: uppercase;
	margin: 15px 0;
}

.blog-single-image-wra-des .spostby {
	color: #f7921a;
	font-weight: 500;
	padding: 0 35px 0 8px;
}

.blog-single-promo {
	color: #fff;
	padding: 60px;
	font-style: italic;
	letter-spacing: 1px;
}

.blog-single-promo p span {
	color: #f7921a;
}

.blog-single-taglist ul li a {
	float: left;
	margin: 0 13px 10px 0;
	color: #333;
	border: 1px solid #ddd;
	padding: 2px 10px;
}

.blog-single-taglist ul li a:hover,
.blog-single-sharelist ul li a:hover {
	background: #f7921a;
	color: #fff;
}

.blog-single-sharelist ul li {
	float: left;
}

.blog-single-sharelist ul li a {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 2px 10px;
	border: 1px solid #ddd;
}

.blog-single-bottom {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 26px 0;
}

.author-desc {
	background: #f5f5f5;
	padding: 21px;
}

.author-image {
	position: relative;
}

.author-image-rep {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.9);
	color: #fff;
	font-size: 12px;
	padding: 4px 9px;
	margin: 0;
	border-radius: 0;
	opacity: 0.8;
	cursor: pointer;
}

.author-desc p span.cauthor {
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 50px;
	color: #333;
	font-size: 17px;
}

.author-desc p span.cdate {
	color: #f7921a;
}

.blog-comment-list .author-desc {
	padding: 16px;
}


/*
* ----------------------------------------------------------------------------------------
* 26. END BLOG SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 27. START HOME PAGE STYLE 2
* ----------------------------------------------------------------------------------------
*/

.main-header.header-2 .logo-area .header-info-box { 
	margin-left: 54px;
	padding: 0 0 0 50px;
}
.main-header.header-2 .mainmenu-area {
	background-color: #333;
}
.main-header.header-2 .mainmenu-area .auto-container {
	position: relative;
	left: auto;
	right: auto;
	background: transparent;
}
.home-2 .slider-section {
	margin-top: -1px;
}
.main-header.header-2 .mainmenu-area .navbar ul li a.active {
	background-color: transparent;
	color: #f7921a;
}
.main-header.header-2 .top-area,.header-3 .top-area {
	background: #F6F6F6;
	border-bottom: 1px solid #eee;
}
.main-header.header-2 .top-area .info-menu li a {
	color: #333;
}
.info-menu p {
	line-height: 42px;
	color: #333;
}
.main-header.header-2 .top-area .info-menu li a {
	margin: 0 2px;
	background: #fff;
	display: inline;
	padding: 5px 12px;
}
.main-header.header-2 .top-area .info-menu li.social-header a i {
	color: #333;
}

.main-header.header-2 .top-area .info-menu li.social-header a i:hover {
	color: #f7921a;
}
.header-2 .quote-btn {
	padding: 20px 36px;
	margin-top: 0;
}
.header-2 .logo-area .header-info-box:last-child {
	padding: 0 0 0 55px;
}
.main-header.header-2 .mainmenu-area.menu-animation .quote-btn {
	display: table-cell;
}
.home-2 .home-single-slide,
.home-3 .home-single-slide {
	height: 600px;
}
.home-2 .home-p-form-wrapper {
	border: none;
	padding: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 27. END HOME PAGE STYLE 2
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 28. START HOME PAGE STYLE 3
* ----------------------------------------------------------------------------------------
*/

.header-3 .top-area p {
	color: #333;
}
.main-header.header-3 .mainmenu-area .auto-container {
	background-color: transparent;
	position: relative;
	left: auto;
	right: auto;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.main-header.header-3 .mainmenu-area .navbar-nav .nav-link {
	color: #333;
}
.main-header.header-3 .mainmenu-area .navbar ul li a:hover {
	color: #f7921a;
	background-color: transparent;
}
.main-header.header-3 .mainmenu-area .navbar ul li.dropdown ul li a:hover {
	background: #f7921a;
	color: #fff;
}
.main-header.header-3 .mainmenu-area .navbar ul li a.active {
	background-color: transparent;
	color: #f7921a;
}
.home-3 .slider-section {
	margin-top: 0;
}
.home-3 .faq-page-into-features-text {
	width: 65%;
}
.home-3 .faq-page-into-features-icon {
	margin: 0 20px 20px 0;
}
.home-3 .home-single-slide-dec {
	bottom: -105px;
}
.home-3 .single-testimonial .single-testimonial-content {
	padding: 0 20px;
}
.footer-logo-h3 {
	color: #fff;
}

.footer-logo-h3 a {
  	display: inline-block;
}
.footer-logo-h3-icon {
	color: #f7921a;
	font-size: 45px;
	line-height: 44px;
	margin-bottom: 20px;
}
.footer-logo-h3-text h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
}
.footer-logo-h3-text p {
	font-size: 20px;
	margin: 5px 0 20px;
}
.home-3 .single-fcontact-icon {
	font-size: 40px;
}
.home-3 .single-fcontact-des {
	width: 80%;
}

/*
* ----------------------------------------------------------------------------------------
* 28. END HOME PAGE STYLE 3
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 29. START HOME PAGE STYLE 4
* ----------------------------------------------------------------------------------------
*/

.home-4 .home-single-slide-dec {
	bottom: -79px;
}
.home-4 .home-single-slide {
	height: 450px;
}


/*
* ----------------------------------------------------------------------------------------
* 29. START HOME PAGE STYLE 4
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 30. START SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


.single-shop {
  border: 1px solid #ddd;
}

.single-shop-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.single-shop-meta p.price {
	font-size: 15px;
	/* color: #000; */
	color:#800000;
	font-weight: 600;
	margin: 5px 0;
	word-wrap: break-word;
}
.single-shop-meta p.rating {
	color: #333;
	letter-spacing: 1px;
}

.single-shop-meta {
  padding: 15px;
}

.single-shop-meta h4 {
	margin: 0;
	font-size: 15px;
	text-align: left;
}
.single-shop-social ul li {
	display: block;
}

.single-shop-social ul li a {
	color: #333;
	background: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 8px;
}

.single-shop-social ul li a:hover {
	color: #fff;
	background: #f7921a;
}

.single-shop:hover .single-shop-social ul li a.sicon1 {
	-webkit-animation: fadeInRight 1000ms ease-in-out;
	animation: fadeInRight 1000ms ease-in-out;
}

.single-shop:hover .single-shop-social ul li a.sicon2 {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
}

.single-shop:hover .single-shop-social ul li a.sicon3 {
	-webkit-animation: fadeInRight 2000ms ease-in-out;
	animation: fadeInRight 2000ms ease-in-out;
}

.single-shop-social {
	position: absolute;
	top: 0;
	right: -40px;
	opacity: 0;
	-webkit-transition: all 1.0s ease .1s;
	-moz-transition: all 1.0s ease .1s;
	-ms-transition: all 1.0s ease .1s;
	-o-transition: all 1.0s ease .1s;
	transition: all 1.0s ease .1s;
}

.single-shop:hover .single-shop-social {
	right: 0;
	opacity: 1;
}

/*widget style*/

/* pricing range slider */

#slider-range {
    margin-bottom: 20px;
}
.range-slider input {
    padding: 8px 0;
}
.range-slider label {
    margin: 0;
}
.range-slider label,
.range-slider span {
    color: #afafaf;
}
.range-slider input#amount {
    border: 0 none;
}
.filter-btn {
	border: 2px solid #f7921a;
	display: inline-block;
	font-size: 13px;
	color: #333;
	border-radius: 30px;
	padding: 3px 30px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.filter-btn:hover {
    background: #f7921a;
    color: #fff;
}

.filter-sec {
  float: left;
  width: 100%;
}
.filter-btn-wrap,.filter-btn-price {
  float: left;
}
.filter-btn-price label {
	position: relative;
	left: 123px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #333;
	background: #fff;
	color: #fff;
	border-radius: 50%;
}
.ui-widget-header {
	border: 1px solid #f7921a;
	background: #f7921a;
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #ddd;
	color: #ddd;
	border-radius: 5px !important;
}

/* upsell widget */

.singleproduct-widget {
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 117px;
    position: relative;
    overflow: hidden;
}
.singleproduct-widget > a:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100px;
    transition: all .3s;
    z-index: 10;
}
.singleproduct-widget > a:after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 5px rgba(246, 249, 250, 0.3);
    color: #333333;
    font-family: 'IcoFont' !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 34px;
    top: 0;
    transform: scale(4);
    transition: all 0.3s ease 0s;
    z-index: 11;
}
.singleproduct-widget:hover a:before {
    opacity: 0.3;
}
.singleproduct-widget:hover a:after {
    opacity: 1;
    transform: scale(1);
}
.singleproduct-widget a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background: #f1f1f1;
}
.singleproduct-widget-info a h4 {
	margin: 0;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.singleproduct-widget-info a h4:hover {
    color: red;
}
span.amount-del {
	font-size: 15px;
	color: red;
	font-weight: 600;
	margin: 10px 6px 10px 0;
	word-wrap: break-word;
}
.btn-pro-wid {
	color: #333;
	border: 2px solid #333;
	display: inline-block;
	P: 0 10PX;
	padding: 0 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}


/*
* ----------------------------------------------------------------------------------------
* 30. END SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 31. START SHOP SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


.sin-pro-image {
	margin-bottom: 30px;
}
.product-summary h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 28px;
}
.product-summary .price span {
	color: #999;
}
.product-summary .price {
	font-size: 15px;
	color: #f7921a;
	font-weight: 600;
	margin: 10px 0px 10px 0;
	word-wrap: break-word;
}
.product-summary .description {
    margin-bottom: 20px;
}
.product-summary .rating {
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 1px;
}
.quantity #demo_vertical {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	height: 40px;
	text-align: center;
	width: 84px;
	flex: none;
	padding: 0;
}
.quantity #demo_vertical2 {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	height: 40px;
	text-align: center;
	width: 84px;
	flex: none;
	padding: 0;
}
#single-product .quantity {
    padding-left: 0;
}
.quantity .input-group {
    display: flex;
}
.quantity label {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
	background-color: #fff;
	border-color: #d4d4d4;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 30px;
	height: 40px;
}
.quantity .bootstrap-touchspin .btn {
	background-color: transparent;
	color: #8c8c8c;
	position: relative;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 11px;
	font-weight: normal;
	left: 0;
	position: absolute;
	right: 0;
	top: -7px;
}
.quantity .btn .glyphicon.glyphicon-chevron-up {
    top: 8px;
}
.product-summary .button {
    position: relative;
}
.product-summary .btncart,
.total-price .btncart {
    padding: 8px 13px;
	margin-top: 25px;
    display: inline-block;
    background-color: #f7921a;
    border: 1px solid ;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
	cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
#single-product .nav.nav-tabs {
    margin-top: 60px;
}
#single-product .nav-tabs .nav-item.show .nav-link, #single-product .nav-tabs .nav-link.active {
	color: #fff;
	font-weight: 700;
	background-color: #333;
	border: none;
	border-radius: 0;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {

}
.nav-tabs .nav-link {
	border-radius: 0;
	color: #333;
	border: none;
}
.tab-content p {
	margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 31. END SHOP SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 32. START SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/


.whishlist-table .whishlist-pro-img img {
    width: 90px;
    background: #f1f1f1;
}
.whishlist-table p a {
    font-weight: 700;
    color: #333;
}
.whishlist-table p span {
    font-weight: 400;
}
.whishlist-table .thead-inverse th {
	color: #fff;
	background-color: #f7921a;
	text-transform: uppercase;
	padding: 7px 0;
	border: 1px solid #fff;
	text-align: center;
	font-size: 15px;
}
.whishlist-table tr td {
    vertical-align: middle !important;
    padding: 30px !important;
    border: 1px solid #e9e9e9;
}
.whishlist-table p a i {
    font-size: 30px;
}
.whishlist-table {
    margin: 0 0 20px;
}
.checkout-form .form-group {
	margin-bottom: 15px;
}
.checkout-form .form-control {
	height: 50px;
}

.checkout-form textarea.form-control {
	height: auto;
}
.cursor-pointer {cursor: pointer;}
.cart-page .btn-border-2:hover,
.cart-page .btn-border-2:focus {
	color: #f7921a;
}

/*
* ----------------------------------------------------------------------------------------
* 32. END SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/




/* container width small device */

@media only screen and (max-width: 480px) {
	.container,
	.auto-container {
		width: 90%;
	}
	.img-iso {
    vertical-align: middle;
    border-style: none;
    width: 80px;
    margin-left: 40px;

	}
	
	.mt-40 {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 360px) {
	.container,
	.auto-container {
		width: 90%;
	}
	.img-iso {
    vertical-align: middle;
    border-style: none;
    width: 80px;
    margin-left: 40px;
	}
		
	.mt-40 {
		margin-top: 0px;
	}
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table, td {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px;
}
.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle;
}
user agent stylesheet
label {
    cursor: default;
}
.rc-anchor-light {
    background: #f9f9f9;
    color: #000;
}


.disclaimer {font-size: 12px;}


.cd-top {
	display:inline-block;
	height:36px;
	width:36px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,
	0,
	0,
	.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:#800000 url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .3s 0s,
	visibility 0s .3s;
	-moz-transition:opacity .3s 0s,
	visibility 0s .3s;
	transition:opacity .3s 0s,
	visibility 0s .3s
}
.cd-top:hover {
	background-color:#3D4495
}
.cd-top.cd-is-visible {
	visibility:visible;
	opacity:1;
	z-index:2;
}
@media only screen and (min-width: 767px) {
	.cd-top {
		right:20px;
		bottom:20px
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height:40px;
		width:40px;
		right:30px;
		bottom:30px
	}
}

/* New Css*/
.page-title {
	background: url(../img/about-us.jpg) no-repeat left center;
	background-size: cover;
	padding: 70px 0
}

.page-title h2.title {
	margin: 0 0 25px;
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1.26
}

.page-title p.description {
	font-size: 20px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 0
}

.breadcrumbs {
	background: #f4f5f8;
	padding: 25px 0
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: 15px;
	color: #61656f;
	font-weight: 700;
	text-transform: uppercase
}

.breadcrumbs a:hover {
	color: #093eb6
}

.breadcrumbs i {
	padding-right: 15px;
	color: #bebebe
}

.breadcrumbs span.parent i {
	padding-right: 5px
}

.breadcrumbs span {
	padding-right: 15px
}

@media all and (max-width:767px) {
	.page-title {
		padding: 70px 15px
	}
}

@media all and (max-width:480px) {
	.page-title h2.title {
		font-size: 42px;
		line-height: 1
	}
	.page-title p.description {
		font-size: 16px
	}
	.breadcrumbs {
		padding: 25px 0 0
	}
	.breadcrumbs span {
		margin-bottom: 25px;
		display: inline-block
	}
}

.flex-direction-nav a {
	width: 54px;
	height: 100px
}

.flex-direction-nav a:before {
	content: " ";
	display: block;
	background: url(../images/arrow-left.png) no-repeat;
	width: 54px;
	height: 100px
}

.flex-direction-nav a.flex-next:before {
	content: " ";
	background: url(../images/arrow-right.png) no-repeat
}

.flex-control-nav {
	bottom: 40px
}

.flex-control-paging li a {
	background: #aaa
}

.flex-control-paging li a.flex-active {
	background: #ffda44
}

section.home-slider {
	padding: 0
}

.flexslider {
	border: none;
	border-radius: 0;
	margin: 0
}

.flexslider li.has-overlay:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: " ";
	background: rgba(0, 0, 0, .44)
}

.slider-content {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
	width: 100%
}

.flexslider .slides>li {
	position: relative
}

.slider-content h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px
}

.slider-content p {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	font-weight: 100;
	margin: 0 0 40px
}

.slider-content .primary-btn {
	border-radius: 3px;
	background: #ffda44;
	font-size: 20px;
	font-family: roboto condensed;
	color: #4c443a;
	font-weight: 700;
	padding: 0 40px;
	line-height: 60px
}

.slider-content .primary-btn i {
	padding-left: 10px
}

.slider-content .primary-btn:hover {
	background: #ecc124
}

@media all and (max-width:991px) {
	.slider-content h2 {
		font-size: 44px;
		margin-bottom: 25px
	}
	.slider-content p {
		font-size: 18px;
		margin-bottom: 36px
	}
	.slider-content .primary-btn {
		font-size: 18px;
		line-height: 54px;
		border: none
	}
	.flexslider .slides>li {
		height: 500px
	}
	.flexslider .slides>li img {
		height: 100%;
		-webkit-object-fit: cover;
		-moz-object-fit: cover;
		-ms-object-fit: cover;
		object-fit: cover
	}
}

@media all and (max-width:767px) {
	.slider-content h2 {
		font-size: 40px;
		margin-bottom: 20px
	}
	.slider-content p {
		font-size: 17px;
		margin-bottom: 30px;
		line-height: 1.6
	}
	.slider-content .primary-btn {
		font-size: 16px;
		line-height: 48px;
		padding: 0 30px;
		border: none
	}
	.flex-direction-nav {
		display: none
	}
}

@media all and (max-width:600px) {
	.slider-content h2 {
		font-size: 36px;
		margin-bottom: 15px
	}
	.slider-content p {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 1.6
	}
	.flexslider .slides>li {
		height: 420px
	}
}

@media all and (max-width:480px) {
	.slider-content h2 {
		font-size: 30px;
		margin-bottom: 12px
	}
	.slider-content p {
		font-size: 14px
	}
	.flexslider .slides>li {
		height: 450px
	}
}

@media all and (max-width:400px) {
	.slider-content h2 {
		font-size: 24px;
		margin-bottom: 12px
	}
}

h2.color-title {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #093eb6;
	margin: 0;
	padding: 0 15px;
	line-height: 28px
}

h4.subtitle {
	font-size: 22px;
	font-family: roboto;
	color: #3D4495;
	font-weight: 700;
	line-height: 1.4;
	/* margin: 20px 0 */
}

.company-image {
	position: relative;
	min-height: 370px
}

.company-image>div {
	position: absolute
}

.company-image .img-left {
	width: 55%;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.company-image .img-right {
	width: 85%;
	right: 0
}

.company-image .img-left img,
.company-image .img-right img {
	height: 100%;
	min-width: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover
}

.company {
	display: flex;
	align-items: center
}

@media all and (max-width:991px) {
	.company {
		display: block;
		text-align: center
	}
	.company>div {
		margin: 0 auto 30px;
		float: none
	}
	.company>div:last-child {
		margin-bottom: 0
	}
	.company-image {
		width: 700px;
		max-width: 100%;
		margin: 0 auto
	}
	.company-image>div.hover-effect {
		width: auto
	}
}

@media all and (max-width:787px) {
	.company>div {
		margin-bottom: 40px
	}
	.company-image>div.hover-effect {
		position: relative;
		top: 0;
		transform: inherit
	}
	.company-image .img-left {
		margin-bottom: 30px
	}
}

section.home-ceo {
	background: #f4f5f8;
	padding: 0
}

.row.ceo {
	display: flex;
	align-items: flex-end
}

.row.ceo>div {
	display: block
}

.ceo-details {
	padding: 45px 0
}

.ceo-details h4.subtitle {
	font-size: 27px
}

.ceo-details p {
	margin-bottom: 32px
}

.ceo-details p.ceo-name {
	margin-bottom: 0;
	color: #303539
}

a.link {
	font-size: 16px;
	font-family: roboto;
	color: #ffbe00;
	font-weight: 700;
	text-transform: uppercase
}

a.link:hover {
	color: #194aba
}

@media all and (max-width:991px) {
	.row.ceo {
		display: block;
		text-align: center
	}
}

section.home-links {
	background: #f4f5f8;
	padding: 30px 0
}

.row.links>div+div {
	width: auto
}

.links h4.subtitle {
	margin: 0;
	line-height: 48px
}

.links .btn-primary {
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
	font-size: 17px;
	font-family: roboto;
	color: #72777b;
	font-weight: 700;
	padding: 0 34px
}

.links .btn-primary:hover {
	background: #093eb6;
	color: #fff
}

@media all and (max-width:1199px) {
	section.home-links {
		padding: 50px 0
	}
	.row.links {
		text-align: center
	}
	.row.links>div:first-child {
		display: block;
		float: none;
		width: auto
	}
	.links h4.subtitle {
		line-height: 1
	}
	.row.links>div+div {
		display: inline-block;
		float: none;
		margin-top: 30px
	}
}

@media all and (max-width:480px) {
	.row.links>div+div {
		display: block;
		float: none;
		margin-top: 30px
	}
	.links .btn-primary {
		width: 100%
	}
}

h2.title-2 {
	font-size: 40px;
	font-family: roboto;
	color: #093eb6;
	font-weight: 700;
	margin: 0
}

h4.subtitle-2 {
	font-size: 20px;
	font-family: roboto;
	color: #4c4f54;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px 0 20px
}

@media all and (max-width:767px) {
	h2.title-2 {
		font-size: 30px
	}
	h4.subtitle-2 {
		font-size: 16px
	}
	.row.process>div {
		margin-bottom: 40px
	}
	.row.process>div:last-child {
		margin-bottom: 0
	}
}

section.home-stats {
	background: #f4f5f8;
	padding: 30px 0
}

.row.stats>div {
	padding: 20px 15px;
	border-left: 1px solid #dee0e5
}

.row.stats>div:first-child {
	border-left: none
}

.row.stats>div:after {
	display: block;
	content: "";
	clear: both
}

.stats img {
	float: left;
	padding-right: 12px
}

.stats-info h4.counter {
	font-size: 36px;
	font-family: roboto;
	color: #093eb6;
	font-weight: 700;
	margin: 0;
	line-height: 1
}

.stats-info {
	float: left
}

.stats-info p {
	margin-bottom: 0
}

@media all and (max-width:1099px) {
	.stats img {
		float: none;
		display: inline-block;
		padding: 0
	}
	.row.stats {
		text-align: center
	}
	.stats-info {
		float: none;
		display: block;
		margin-top: 20px
	}
}

@media all and (max-width:991px) {
	section.home-stats {
		padding: 0
	}
	.row.stats>div {
		padding: 30px 20px;
		border-bottom: 1px solid #dee0e5;
		border-left: 1px solid #dee0e5
	}
	.row.stats>div:nth-child(3),
	.row.stats>div:nth-child(4) {
		border-bottom: 0
	}
}

@media all and (max-width:480px) {
	.row.stats>div {
		float: none;
		display: block;
		width: 100%
	}
	.row.stats>div:nth-child(3) {
		border-bottom: 1px solid #dee0e5
	}
}

.services-other .img-box {
	float: left;
	margin-right: 22px;
	display: inline-block;
	width: 78px;
	height: 78px;
	line-height: 74px;
	text-align: center;
	border: 2px solid #ffda44
}

.services-other .services-info {
	width: 100%;
	padding-left: 100px
}

.services-other .services-info h4 {
	margin: 0 0 10px;
	line-height: 1
}

.services-other .services-info p {
	margin-bottom: 0
}

.row.service-list {
	margin: 0
}

@media all and (max-width:1099px) {
	.row.services-other {
		text-align: center
	}
	.services-other .img-box {
		float: none;
		margin: 0
	}
	.services-other .services-info {
		padding: 30px 0 0
	}
}

@media all and (max-width:991px) {
	.row.services {
		text-align: center
	}
	.row.services>div {
		width: 500px;
		margin: 0 auto 40px;
		max-width: 100%
	}
	.row.services>div:last-child {
		margin-bottom: 0
	}
	.row.services-other>div {
		margin-bottom: 45px
	}
	.row.services-other .clearfix {
		display: none
	}
	.row.services-other>div:last-child {
		margin-bottom: 0
	}
	.about-services .row.services {
		text-align: left
	}
	.about-services .row.services>div {
		width: 50%
	}
	.about-services .row.services a {
		display: block
	}
}

@media all and (max-width:767px) {
	.about-services .row.services {
		text-align: center
	}
	.about-services .row.services>div {
		width: 500px
	}
}

section.home-testimonials {
	background: #f4f5f8
}

.section-title h2.title-2 {
	margin: 20px 0
}

.home-testimonials blockquote {
	background: #fff;
	font-size: 19px;
	font-family: georgia;
	color: #677078;
	line-height: 1.684;
	text-align: left;
	border: none;
	margin: 0 0 50px;
	padding: 40px 33px;
	position: relative
}

.home-testimonials blockquote:hover {
	box-shadow: 16px 27px 49px 0 rgba( 0, 0, 0, 0.1)
}

.home-testimonials blockquote:before {
	content: open-quote;
	display: block;
	font-size: 121px;
	font-family: Georgia, Times, times new roman, serif;
	color: rgba( 255, 218, 68, 0.3);
	position: absolute;
	line-height: 60px;
	left: 20px
}

.home-testimonials blockquote:after {
	content: close-quote;
	font-size: 0;
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	border-bottom: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%)
}

h4.client-name {
	font-size: 20px;
	font-family: roboto;
	color: #093eb6;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px 0;
	text-align: center
}

p.designation {
	text-align: center;
	margin: 0;
	float: none;
	width: 100%
}

@media all and (max-width:991px) {
	.home-testimonials .row>div {
		width: 400px;
		max-width: 100%;
		margin: 0 auto 50px
	}
	.home-testimonials .row>div:last-child {
		margin-bottom: 0
	}
	section.home-testimonials .spacer-50 {
		height: 20px
	}
}

section.home-news {
	background: #f4f5f8
}

.news .blog-date {
	position: absolute;
	display: block;
	padding: 10px;
	background: #093eb6;
	top: 12px;
	right: 12px;
	z-index: 100
}

.blog-img-box {
	position: relative;
	display: block
}

.blog-img-box a.hover-effect {
	z-index: 0;
	width: 100%
}

.blog-img-box img {
	width: 100%
}

span.month {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, .78);
	margin-bottom: 8px
}

span.date {
	font-size: 28px;
	font-family: roboto condensed;
	color: #fff;
	font-weight: 700;
	line-height: 1
}

.blog-content {
	background: #fff;
	box-shadow: .5px .866px 1px 0 rgba(0, 0, 0, .15);
	padding: 25px 20px
}

.blog-content h3 {
	font-size: 20px;
	font-family: roboto;
	color: #41454f;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px
}

.blog-content h3 a {
	color: #41454f
}

.blog-content h3 a:hover {
	color: #093eb6
}

.blog-content p {
	color: #aeb3b7;
	margin-bottom: 0
}

.blog-content a {
	color: #093eb6
}

.blog-content a:hover {
	color: #002d92
}

.blog-btn {
	margin-top: 40px
}

@media all and (max-width:991px) {
	.row.news {
		text-align: center
	}
	.row.news>div {
		width: 500px;
		margin: 0 auto 40px;
		max-width: 100%
	}
	.row.news>div:last-child {
		margin-bottom: 0!important
	}
	.blog-services .row.news>div {
		width: 50%
	}
	.blog-services .row.news>div.clearfix {
		display: none
	}
}

@media all and (max-width:767px) {
	.blog-services .row.news>div {
		width: 400px;
		margin: 0 auto 40px
	}
}

@media all and (max-width:400px) {
	.blog-content h3 {
		font-size: 18px
	}
}

.blog-slide {
	position: relative;
	margin-bottom: 50px
}

.blog-slide .flex-direction-nav a {
	width: 32px;
	height: 49px
}

.blog-slide .flex-direction-nav a:before {
	background: url(../images/blog-arrow-left.png) no-repeat;
	width: 32px;
	height: 49px
}

.blog-slide .flex-direction-nav a.flex-next:before {
	content: " ";
	background: url(../images/blog-arrow-right.png) no-repeat
}

.blog-slide:hover .flex-direction-nav .flex-prev {
	opacity: .7;
	left: 10px
}

.blog-slide:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1
}

.blog-slide:hover .flex-direction-nav .flex-next {
	opacity: .7;
	right: 10px
}

.blog-slide:hover .flex-direction-nav .flex-next:hover {
	opacity: 1
}

p.description a {
	text-decoration: underline;
	color: #e2ebff;
	display: inline-block
}

p.description a:hover {
	color: #aaa
}

.blog-single .cta {
	margin: 60px 0
}

.blog-single h2.title-2 {
	font-size: 30px;
	margin-bottom: 25px
}

.social-share {
	padding: 50px 0
}

.social-share a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background: #506abf;
	padding: 0 25px;
	line-height: 50px;
	display: inline-block;
	margin: 0 15px;
	border-radius: 4px
}

.social-share a:hover {
	background: #2e49a0
}

.social-share a i {
	padding-right: 15px;
	font-size: 18px
}

.social-share a.tweet-share {
	background: #00baff
}

.social-share a.tweet-share:hover {
	background: #118ebd
}

.author-box {
	background: #f4f5f8;
	padding: 30px;
	margin-bottom: 60px
}

.author-box img {
	float: left;
	margin-right: 15px
}

.author-details {
	padding-left: 135px
}

.author-details h4.subtitle {
	margin: 0 0 5px;
	font-size: 24px
}

.author-share a {
	color: #c5c6c9;
	padding-right: 15px;
	font-size: 15px
}

.author-share a:hover {
	color: #888
}

.blog-single .comments h2.title-2 {
	margin: 10px 0 35px
}

.comments {
	padding-left: 39px
}

.comments-single {
	padding: 30px 30px 20px 60px;
	border-style: solid;
	border-width: 1px;
	border-color: #bbd4e6;
	border-radius: 3px;
	margin-bottom: 35px;
	position: relative
}

.comments-single.reply {
	margin-left: 40px
}

.comments-single img {
	position: absolute;
	left: -39px;
	border: 1px solid #bbd4e6;
	padding: 4px;
	border-radius: 50%;
	background: #fff
}

.comments-single h3 {
	font-size: 20px;
	color: #333845;
	font-weight: 700;
	margin: 0 0 15px
}

.comments-single h3 span {
	font-size: 16px;
	color: #677078;
	font-weight: 400;
	padding-left: 15px
}

.comments-single a.reply-link {
	font-size: 16px
}

.comment-box {
	margin-top: 60px
}

form.commentform {
	padding: 35px 40px;
	margin: 10px 0 0;
	background: #f4f5f8
}

form.commentform .form-control {
	margin-bottom: 20px
}

@media all and (max-width:600px) {
	.social-share a {
		margin-bottom: 20px
	}
	.social-share a:last-child {
		margin-bottom: 0
	}
	.author-box img {
		float: none;
		display: inline-block;
		margin: 0 0 25px
	}
	.author-box {
		text-align: center
	}
	.author-details {
		padding-left: 0
	}
	.comments-single {
		padding: 50px 25px 25px;
		margin: 80px 0
	}
	.comments-single img {
		left: 50%;
		top: -39px;
		transform: translateX(-50%)
	}
	.comments .comments-single:last-child {
		margin-bottom: 0
	}
	.comments {
		padding: 0
	}
	.comments-single p {
		font-size: 15px
	}
}

@media all and (max-width:400px) {
	.comments-single p {
		font-size: 14px
	}
	form.commentform {
		padding: 25px 20px
	}
}

.row.career-info {
	margin: 0
}

.row.career-info>div {
	padding: 0
}

.career-box {
	padding: 30px 35px;
	background: #ffda44
}

.career-box i {
	font-size: 20px;
	color: #000;
	float: left;
	width: 20px;
	margin-right: 15px;
	text-align: right
}

.career-box h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin: 0 0 15px;
	padding-left: 35px
}

.career-box p {
	margin-bottom: 0;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding-left: 35px
}

.job-info h2.title-2 {
	padding-bottom: 30px;
	font-size: 28px;
	line-height: 1
}

.career-single-job p {
	margin-bottom: 30px
}

.response {
	margin-bottom: 50px
}

.response ul li {
	font-size: 16px;
	color: #1d1d1f;
	padding: 15px 0;
	border-bottom: 2px solid #f4f5f8;
	position: relative;
	padding-left: 30px
}

.response ul li:first-child {
	padding-top: 0
}

.response ul li:last-child {
	border-bottom: 0
}

.response ul li i.fa {
	color: #ffda43;
	padding-right: 15px;
	font-size: 17px;
	position: absolute;
	top: 20px;
	left: 0
}

.response ul li:first-child i.fa {
	top: 7px
}

.response-btn {
	padding: 30px 15px;
	background: #f4f5f8
}

.response-btn a.btn {
	padding: 0 60px;
	background: #ffda44;
	color: #544d33
}

.response-btn a.btn:hover {
	background: #ecc124
}

@media all and (max-width:991px) {
	section.career-single-job {
		padding-bottom: 30px
	}
}

section.home-partners h2.title-2 {
	margin-top: 0
}

.row.partners {
	margin: 0
}

.partner-images {
	border-radius: 3px;
	border: 1px solid rgba(244, 244, 244, .8);
	background: #fff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 100px;
	margin: 10px 0
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline-block
}

.panel-group,
.plubication-downloads {
	border: 1px solid rgba(244, 244, 244, .8);
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.panel-group .panel-default {
	background: #fff;
	border: none;
	border-radius: 0
}

.panel-group .panel+.panel {
	margin-top: 2px
}

.panel-default>.panel-heading {
	background: #fff;
	box-shadow: .5px .866px 1px 0 rgba(0, 0, 0, .15);
	padding: 0;
	border-radius: 0;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

.panel-default>.panel-heading:hover {
	background: #f9f9f9
}

h4.panel-title {
	font-size: 20px;
	font-family: roboto;
	font-weight: 700;
	line-height: 1;
	padding: 22px
}

.panel-default>.panel-heading a {
	color: #093eb6;
	display: block;
	position: relative
}

.panel-default>.panel-heading a:hover {
	color: #002d92
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding: 20px 22px
}

.panel-default .panel-body p {
	margin-bottom: 0
}

.panel-default>.panel-heading a:after {
	content: "-";
	position: absolute;
	font-size: 29px;
	font-family: roboto;
	color: #dadcdd;
	line-height: 20px;
	right: 0;
	top: 0;
	font-weight: 400
}

.panel-default>.panel-heading a.collapsed:after {
	content: "+"
}

.plubication-downloads h2 {
	border: 1px solid #f4f4f4;
	background: #093eb6;
	font-size: 20px;
	font-family: roboto;
	color: #fff;
	font-weight: 700;
	padding: 22px;
	margin: 0
}

.download-file {
	border: 1px solid rgba(244, 244, 244, .8);
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	padding: 0 20px;
	margin: 20px 30px;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

.download-file i {
	color: #fb1212;
	font-size: 22px;
	line-height: 50px
}

.download-file:hover {
	background: #4c4f54
}

.download-file:hover i,
.download-file:hover a,
.download-file:hover span {
	color: #fff
}

.download-file a {
	font-size: 20px;
	font-weight: 700;
	padding-left: 15px;
	line-height: 50px;
	color: #093eb6;
	display: block
}

.download-file span {
	float: right;
	font-size: 14px;
	color: #677078;
	line-height: 50px;
	display: inline-block
}

.plubication-downloads ul {
	padding: 0 30px 20px
}

ul.download-list li {
	font-size: 17px;
	color: #093eb6;
	line-height: 1;
	padding: 15px 5px;
	border-bottom: 1px solid #f4f5f8;
	font-weight: 100;
	position: relative
}

ul.download-list li a:hover {
	color: #ffda44
}

ul.download-list li:last-child {
	border-bottom: 0
}

.plubication-downloads p.download-title {
	font-size: 14px;
	color: #9ea6ae;
	line-height: 1;
	padding: 0 30px
}

ul.download-list li span {
	position: absolute;
	right: 5px
}

@media all and (max-width:767px) {
	.publications .panel-group {
		margin-bottom: 40px
	}
}

@media all and (max-width:400px) {
	h4.panel-title {
		font-size: 18px;
		padding: 18px
	}
	.download-file {
		padding: 0 15px;
		margin: 15px 20px 25px
	}
	.download-file a {
		font-size: 18px
	}
	.download-file i {
		font-size: 19px
	}
	.download-file span {
		display: none
	}
	ul.download-list li span {
		position: relative;
		display: block;
		margin-top: 10px;
		left: 0
	}
	.plubication-downloads ul {
		padding: 0 20px 20px
	}
}

.pre-footer>div {
	padding: 0
}

.contact-box {
	padding: 30px 40px;
	background: #ffda44
}

.pre-footer>div:nth-child(2n) .contact-box {
	background: #ffd427
}

.pre-footer>div:nth-child(3n) .contact-box {
	background: #ffd013
}

.contact-box i.fa {
	font-size: 20px;
	color: #000;
	float: left;
	width: 20px;
	margin-right: 15px;
	text-align: right
}

.contact-details {
	padding-left: 35px
}

h4.pre-footer-title {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin: 0 0 15px
}

.contact-details p {
	font-size: 16px;
	font-family: roboto;
	color: rgba(0, 0, 0, .8);
	line-height: 1.5;
	margin-bottom: 0
}

footer .footer {
	padding: 0;
	background: #03153e
}

footer .footer .widgets {
	padding: 0 0 70px
}

footer .copyright {
	/* padding: 35px 0; */
	padding: 15px 0;
	/* background: #020e28 */
	background: #000
}

.about-txt img {
	margin-bottom: 30px
}

.about-txt p {
	color: rgba(255, 255, 255, .5)
}

.widgets-social a {
	background: #ffda44;
	width: 36px;
	height: 36px;
	color: #000;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 15px
}

.widgets-social a:last-child {
	margin: 0
}

.widgets-social a:hover {
	transform: rotate(360deg);
	background: #eaba0e
}

h2.widget-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin: 30px 0;
	text-transform: uppercase
}

.quick-links ul li a,
.our-services ul li a {
	color: rgba(255, 255, 255, .5);
	line-height: 1.6;
	font-size: 16px;
	padding-bottom: 15px;
	display: block
}

.quick-links ul li a:hover,
.our-services ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

.newsletter p {
	color: rgba(255, 255, 255, .5)
}

.newsletter .form-group {
	margin-bottom: 15px
}

.newsletter .has-error .help-block {
	color: #ecb100
}

.newsletter input {
	padding: 0 15px;
	line-height: 48px;
	border: none;
	font-size: 16px;
	width: 100%
}

.newsletter button {
	font-size: 18px;
	font-family: roboto condensed;
	color: rgb( 0, 0, 0);
	font-weight: 700;
	line-height: 48px;
	border: none;
	border-radius: 0;
	padding: 0;
	background: #ffd427
}

.newsletter button:hover {
	background: #ecc124;
	color: #000;
	outline: none
}

.copyright-bar p {
	font-size: 14px;
	color: rgba( 255, 255, 255, 0.33);
	line-height: 1.857;
	margin-bottom: 0
}

.copyright-bar a {
	color: rgba( 255, 255, 255, 0.5);
	padding-right: 15px
}

.copyright-bar a:hover {
	color: rgba( 255, 255, 255, 0.7)
}

.copyright-bar span {
	padding-right: 15px
}

.row.pre-footer {
	position: relative;
	top: -73px
}

@media all and (max-width:1120px) {
	.contact-box {
		padding: 30px 18px
	}
}

@media all and (max-width:991px) {
	.widget {
		width: 84%
	}
	h2.widget-title {
		margin-top: 0
	}
	.copyright-bar>div {
		text-align: center;
		padding-top: 15px
	}
	.copyright-bar>div:first-child {
		padding-top: 0
	}
	.row.pre-footer {
		padding: 0 15px
	}
	.pre-footer>div {
		width: 100%
	}
}

@media all and (max-width:767px) {
	.widget {
		width: 96%;
		max-width: 500px;
		margin-bottom: 40px
	}
	.widgets>div:last-child .widget {
		margin-bottom: 0
	}
	.widgets-social {
		padding-bottom: 18px
	}
}

@media all and (max-width:480px) {
	.copyright-bar span {
		display: block;
		visibility: hidden;
		height: 5px
	}
}

.contact-area-box {
	border: 1px solid rgba(244, 244, 244, .8);
	background: #fff;
	box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .1);
	padding: 25px 30px
}

.contact-area-box h4.subtitle {
	margin: 0 0 25px
}

.contact-area-box i {
	font-size: 18px;
	color: #e5e5e5;
	float: left;
	width: 20px;
	margin-right: 20px;
	margin-top: 7px
}

.contact-area-box p {
	display: block;
	padding-left: 40px
}

.row.form h2.title-2 {
	font-size: 30px;
	margin-bottom: 35px
}

.contact-map {
	position: relative
}

.contact-map ul.nav-pills {
	position: absolute;
	left: 0;
	margin: 20px 30px;
	z-index: 5
}

.google-map {
	height: 550px
}

.contact-map ul.nav-pills li a {
	font-size: 17px;
	color: #677078;
	padding: 0 35px;
	line-height: 40px;
	background: #f4f5f8;
	border-right: 1px solid #e8e8e8;
	border-radius: 0
}

.contact-map ul.nav-pills li:first-child a {
	border-radius: 3px 0 0 3px
}

.contact-map .nav-pills>li+li {
	margin: 0
}

.contact-map .nav-pills>li:last-child a {
	border: 0
}

.contact-map ul.nav-pills li a:hover,
.contact-map ul.nav-pills li a:focus,
.contact-map ul.nav-pills li.active a,
.contact-map ul.nav-pills li.active a:hover,
.contact-map ul.nav-pills li.active a:focus,
.contact-map ul.nav-pills li a:hover {
	color: #544d33;
	background: #ffda44;
	border-color: transparent
}

.contact-map iframe {
	width: 100%;
	border: none
}

section.contact-form {
	padding: 0 0 80px
}

.well-form {
	padding: 30px;
	background: #f4f5f8
}

.help-block {
	margin-top: 15px;
	font-size: 14px
}

.alert {
	border-radius: 0
}

.error-msg {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center
}

.form-group {
	margin-bottom: 30px
}

.form-control {
	/* border: 1px solid rgba(244, 244, 244, .8); */
	border: 1px solid rgba(244, 244, 244, 0.9);
	background: #fff;
	box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .2);
	border-radius: 0;
	line-height: 48px;
	height: auto;
	padding: 0 20px
}

.form-control:focus {
	border: 1px solid rgba(244, 244, 244, .8);
	box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .2)
}

textarea.form-control {
	min-height: 160px
}

button.btn.btn-warning {
	padding: 0;
	line-height: 60px;
	border-radius: 0;
	border: none;
	font-size: 19px;
	font-weight: 700;
	background: #093eb6;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

.has-error .form-control,
.has-error .form-control:focus {
	border-color: #d66260;
	-webkit-box-shadow: none;
	box-shadow: none
}

button.btn.btn-warning:hover {
	background: #002d92
}

@media(max-width:1199px) and (min-width:991px) {
	.contact-map ul.nav-pills li a {
		font-size: 16px;
		padding: 0 24px
	}
}

@media all and (max-width:991px) {
	.row.contact-centers>div {
		width: 400px;
		max-width: 100%;
		margin: 0 auto 40px
	}
	.row.contact-centers>div:last-child {
		margin-bottom: 0
	}
	.row.form {
		text-align: center
	}
	.row.form>div {
		width: 600px;
		max-width: 100%;
		margin: 0 auto 50px
	}
	.row.form>div:last-child {
		margin-bottom: 0
	}
	.contact-map iframe {
		max-width: 100%;
		min-height: 500px;
		height: auto
	}
}

@media all and (max-width:600px) {
	.contact-map ul.nav-pills li {
		float: none;
		margin-bottom: 5px
	}
	.contact-map ul.nav-pills li a {
		border-radius: 3px!important;
		border: none
	}
	.contact-map iframe {
		min-height: 400px
	}
}

@media all and (max-width:480px) {
	.contact-area-box {
		padding: 15px 20px
	}
	.contact-area-box i {
		margin-right: 0;
		font-size: 16px;
		margin-top: 5px
	}
	.contact-area-box p {
		padding-left: 25px;
		font-size: 14px
	}
	.well-form {
		padding: 30px 25px
	}
}

section.about-company {
	padding-bottom: 0
}

.about-content {
	float: right
}

section.about-cta {
	padding: 50px 0 0
}

.cta {
	padding: 40px 45px;
	background: #ffda44
}

.cta h2 {
	font-size: 33px;
	color: rgb( 103, 95, 63);
	line-height: 1.455;
	text-align: left;
	margin: 0;
	font-family: georgia
}

@media all and (max-width:991px) {
	.about-content {
		float: none
	}
}

@media all and (max-width:480px) {
	.cta {
		padding: 20px 25px
	}
	.cta h2 {
		font-size: 26px
	}
}

.culture h2.culture-title {
	font-size: 28px;
	font-family: roboto;
	color: #093eb6;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 25px
}

.culture h4.culture-subtitle {
	font-size: 20px;
	font-family: roboto;
	color: rgb( 76, 79, 84);
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px
}

.culture-video {
	text-align: right
}

.culture-video img {
	border: 10px solid #f9f9f9;
	box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

@media all and (max-width:767px) {
	.culture-video {
		text-align: left
	}
}

section.about-stats {
	padding-top: 0
}

.row.stats.stats-2 {
	background: #f4f5f8
}

.row.stats.stats-2>div {
	padding: 30px 20px 40px 50px;
	border: 1px solid #e9ebef
}

.row.stats.stats-2>div:first-child {
	border-top: 0;
	border-left: 0
}

.row.stats.stats-2>div:nth-child(2) {
	border-top: 0;
	border-right: 0
}

.row.stats.stats-2>div:nth-child(3) {
	border-left: 0;
	border-bottom: 0
}

.row.stats.stats-2>div:nth-child(4) {
	border-right: 0;
	border-bottom: 0
}

@media(max-width:1099px) {
	.row.stats.stats-2>div {
		padding: 30px 20px
	}
}

section.about-accordion {
	padding: 0
}

@media(max-width:991px) {
	section.about-accordion {
		padding: 0 15px
	}
}

section.about-innovations {
	padding: 0 0 40px
}

section.about-tools {
	padding: 5px 0 20px
}

.row.tools {
	margin: 0
}

.row.tools>div {
	padding: 40px 30px;
	background: 0 0;
	border: 1px solid #f9f9f9
}

.icon-container {
	height: 50px
}

.row.tools>div p {
	margin-bottom: 0
}

@media(max-width:767px) {
	.row.tools>div {
		width: 400px;
		margin: 0 auto;
		max-width: 100%
	}
}

section.about-employees {
	padding-bottom: 0
}

.row.employees {
	display: flex;
	align-items: center
}

.row.employees.top-sec {
	display: block;
	position: relative
}

.row.employees.top-sec .text-right {
	float: right
}

.row.employees.top-sec>div:last-child {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.employees h4.subtitle {
	font-size: 28px;
	margin-top: 0
}

.row.employees img {
	border: 10px solid #f9f9f9;
	box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

.row.employees p {
	margin-bottom: 0
}

@media(max-width:767px) {
	.row.employees {
		display: block
	}
	.row.employees .text-right {
		text-align: left;
		margin-bottom: 30px;
		float: none!important
	}
	.row.employees.top-sec>div:last-child {
		position: relative;
		transform: inherit;
		top: 0
	}
	section.services-employees .spacer-80 {
		height: 50px
	}
	.row.employees .text-left {
		margin-bottom: 30px
	}
}

.row.leaders h4.subtitle {
	margin-bottom: 5px
}

.img-hover-effect:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 0%;
	background: rgba(255, 218, 68, .7);
	top: 0;
	left: 0;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

.img-hover-effect:hover:after {
	height: 100%
}

.social-links {
	position: absolute;
	top: 75%;
	width: 100%;
	z-index: 5;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

.img-hover-effect:hover .social-links {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.social-links a {
	font-size: 22px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	margin-right: 8px;
	background: rgba(0, 0, 0, .66);
	display: inline-block;
	border-radius: 50%;
	color: #fff
}

.social-links a:last-child {
	margin: 0
}

.social-links a:hover {
	background: #000
}

@media all and (max-width:991px) {
	.row.leaders .img-hover-effect {
		display: block
	}
}

@media all and (max-width:767px) {
	.row.leaders>div {
		width: 360px;
		margin: 0 auto 40px;
		max-width: 100%
	}
	.row.leaders>div.clearfix {
		display: none
	}
	.row.leaders>div:last-child {
		margin-bottom: 0
	}
}

.vision h2.title-2 {
	padding-bottom: 30px;
	font-size: 28px;
	line-height: 1
}

.vision ul li {
	font-size: 16px;
	color: #1d1d1f;
	padding: 15px 0;
	border-bottom: 2px solid #f4f5f8;
	padding-left: 30px;
	border-bottom: 2px solid #f4f5f8;
	position: relative
}

.vision ul li:first-child {
	padding-top: 0
}

.vision ul li:last-child {
	border-bottom: 0
}

.vision ul li i.fa {
	color: #ffda43;
	padding-right: 15px;
	font-size: 17px;
	position: absolute;
	line-height: 30px;
	left: 0
}

@media all and (max-width:767px) {
	.row.vision>div {
		margin-bottom: 30px
	}
	.row.vision>div:last-child {
		margin-bottom: 0
	}
}

.sidebar-search-form {
	position: relative
}

.sidebar-search-form .btn.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 48px;
	padding: 0 20px;
	background: 0 0;
	font-size: 18px;
	outline: none
}

h3.sidebar-title {
	font-size: 18px;
	font-weight: 900;
	font-family: roboto;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: center;
}

.sidebar-blog-categories ul {
	/* background: #f4f5f8 */
	background:#070529;
}

.sidebar-blog-categories ul li a {
	font-size: 17px;
	/* color: #61656f; */
	color: #fff;
	padding: 24px 30px;
	display: block;
	line-height: 1;
	border-bottom: 1px solid #fcfcfd
}

.sidebar-blog-categories ul li a:hover {
	/* background: red; */
	background: #800000;
}

.sidebar>div {
	margin-bottom: 45px
}

.sidebar>div:last-child {
	margin-bottom: 0
}

.sidebar-download .download-file {
	background: #093eb6;
	margin: 0;
	padding: 0 15px
}

.sidebar-download .download-file:hover {
	background: #002d92
}

.sidebar-download .download-file i {
	color: #fff
}

.sidebar-download .download-file a {
	color: #fff
}

.sidebar-download .download-file span {
	color: rgba(255, 255, 255, .5)
}

.sidebar-fact {
	padding: 20px 25px 25px;
	background: #f4f5f8
}

.sidebar-fact h3 {
	font-size: 20px;
	font-family: roboto;
	color: #093eb6;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px
}

.sidebar-fact a.btn {
	background: #ffda44;
	color: #544d33
}

.sidebar-fact a.btn:hover {
	background: #f7cd22
}

.sidebar-tags a {
	background: #f4f5f8;
	color: #adadad;
	display: inline-block;
	padding: 12px;
	margin: 0 10px 12px 0
}

.sidebar-tags a:hover {
	background: #ddd;
	color: #999
}

.sidebar-single-links li {
	padding: 30px 0;
	border-bottom: 1px solid #f4f5f8
}

.sidebar-single-links li:first-child {
	padding-top: 0
}

.sidebar-single-links li:last-child {
	padding-bottom: 0;
	border-bottom: none
}

.sidebar-single-links h4.subtitle {
	margin: 0 0 15px;
	line-height: 1
}

p.location-2 {
	margin-bottom: 0;
	line-height: 1
}

p.location-2 span {
	color: #abafb3
}

@media all and (max-width:991px) {
	.sidebar {
		padding-top: 0;
		max-width: 400px;
		margin: 0 auto
	}
	.response-btn {
		text-align: left
	}
}

.careers section {
	padding-bottom: 0
}

.careers section:last-child {
	padding-bottom: 80px
}

@media all and (max-width:767px) {
	.culture h2.culture-title {
		font-size: 24px
	}
	.culture h4.culture-subtitle {
		font-size: 16px
	}
}

.stats-box {
	border-radius: 3px;
	border: 1px solid rgba(244, 244, 244, .8);
	background: #fff;
	box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	padding: 10px 15px
}

.stats-box h4,
.stats-box p {
	line-height: 1
}

@media all and (max-width:767px) {
	.row.job-stats>div {
		width: 400px;
		margin: 0 auto;
		float: none;
		max-width: 100%
	}
	.row.job-stats>div:last-child .stats-box {
		margin-bottom: 0
	}
	.stats-box h4 {
		line-height: 1.2
	}
}

.company-images>div {
	padding: 0
}

.row.company-images {
	margin: 0;
	border: 10px solid #fff;
	box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

.company-image-one.hover-effect {
	width: 100%;
	display: block
}

.company-image-one img {
	width: 100%;
	height: 230px
}

@media all and (max-width:991px) {
	.careers-culture .col-md-5 {
		margin-bottom: 50px
	}
	.life-box {
		margin-bottom: 40px
	}
	.careers section:last-child {
		padding: 30px 0 60px
	}
}

@media all and (max-width:600px) {
	.company-images>div {
		width: 100%
	}
	.company-image-one img {
		height: auto
	}
}

.life-box h4.subtitle {
	margin: 30px 0 15px
}

.life-box .icon-container {
	min-height: 50px
}

.open-positions ul li {
	padding: 25px 0;
	padding-right: 190px;
	border-bottom: 1px solid #f4f5f8;
	position: relative
}

.open-positions ul li:first-child {
	padding-top: 0
}

.designation span {
	font-size: 12px;
	font-family: roboto;
	color: #677078;
	background: #f4f5f8;
	padding: 0 10px;
	line-height: 24px;
	display: inline-block
}

.designation h4.subtitle {
	margin: 0 0 5px
}

.designation {
	float: left;
	width: 82%
}

.open-positions ul li:after {
	content: "";
	display: block;
	clear: both
}

.open-positions ul li a.btn {
	position: absolute;
	right: 0;
	padding: 0 25px;
	background: #ffda44;
	color: #544d33
}

.open-positions ul li a.btn:hover {
	background: #ecc124
}

.location {
	float: right;
	text-align: right
}

.location p.state {
	font-weight: 500;
	margin-bottom: 0
}

.location p.country {
	color: #abafb3
}

@media all and (max-width:767px) {
	.designation {
		width: 80%
	}
	.open-positions ul li {
		padding-right: 0
	}
	.open-positions ul li a.btn {
		position: relative;
		margin-top: 20px;
		left: 50%;
		transform: translateX(-50%)
	}
}

@media all and (max-width:480px) {
	.designation {
		float: none;
		width: 100%
	}
	.location {
		float: left;
		text-align: left;
		margin-top: 15px;
		display: inline-block
	}
	.open-positions ul li a.btn {
		float: right;
		font-size: 15px;
		line-height: 44px;
		padding: 0 20px;
		transform: inherit;
		left: 0
	}
}

.services-content {
	float: right
}

section.services-checmicals {
	padding: 0
}

.services-vision img {
	border: 10px solid #fff;
	box-shadow: 0 0 43px rgba(0, 0, 0, .08)
}

section.services-highlights {
	background: #f4f5f8
}

.feature-box {
	text-align: center;
	background: #fff;
	box-shadow: 16px 27px 49px 0 rgba( 0, 0, 0, 0.1);
	padding: 40px 20px
}

.feature-box p {
	margin-bottom: 0
}

.service-slider,
.service-slider ul.slides li {
	position: relative
}

.service-slider li img {
	width: 100%;
	min-height: 280px;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover
}

.slider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .66);
	text-align: center;
	padding: 0 15px
}

.slider-caption p {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 14px 0
}

.service-slider .flex-direction-nav a {
	width: 32px;
	height: 49px
}

.service-slider .flex-direction-nav a:before {
	background: url(../images/service-arrow-left.png) no-repeat;
	width: 32px;
	height: 49px
}

.service-slider .flex-direction-nav a.flex-next:before {
	content: " ";
	background: url(../images/service-arrow-right.png) no-repeat
}

.service-slider:hover .flex-direction-nav .flex-prev {
	opacity: .7;
	left: 10px
}

.service-slider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1
}

.service-slider:hover .flex-direction-nav .flex-next {
	opacity: .7;
	right: 10px
}

.service-slider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1
}

@media only screen and (max-width:991px) {
	.services-company a.hover-effect {
		display: block
	}
	.service-slider {
		margin-bottom: 40px
	}
	.services-content {
		float: none
	}
}

@media only screen and (max-width:767px) {
	.services-company a.hover-effect {
		display: block
	}
	.services-company .row>div {
		width: 400px;
		max-width: 100%;
		margin: 0 0 40px
	}
	.services-company .row>div.clearfix {
		display: none
	}
	.services-company .row>div:last-child {
		margin-bottom: 0
	}
	.row.vision .text-right {
		text-align: left
	}
	section.services-vision {
		padding-top: 30px
	}
	.services-highlights .row>div {
		width: 360px;
		margin: 0 auto 40px;
		max-width: 100%
	}
	.services-highlights .row>div:last-child {
		margin-bottom: 0
	}
}
.hover-effect img,
.img-hover-effect img {
	width: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.hover-effect,
.img-hover-effect {
	background: #000;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 -1.5px
}

.hover-effect:hover img {
	opacity: .6;
	transform: scale(1.1)
}

.skillbar {
	position: relative;
	display: block;
	margin-bottom: 50px;
	width: 100%;
	background: #f4f5f8;
	height: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

div.process-bar>.skillbar:last-child {
	margin-bottom: 0
}

.skillbar-title {
	position: relative;
	font-size: 15px;
	color: #677078;
	margin-bottom: 10px
}

.skillbar-bar {
	height: 10px;
	width: 0;
	background: #ffda44;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	overflow: inherit!important
}

.skillbar-bar:after {
	content: "";
	position: relative;
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	right: -8px;
	top: -8px;
	background: #ffda44;
	border-radius: 50%;
	border: 3px solid #fff
}

.skill-bar-percent {
	position: absolute;
	right: 0;
	top: -25px;
	line-height: 1;
	font-size: 15px;
	font-family: roboto;
	color: #093eb6
}

section.page-not-found {
	padding: 120px 0
}

.error-page h1 {
	margin: 0;
	font-size: 150px;
	font-family: Roboto;
	font-weight: 700;
	color: #093eb6;
	line-height: 1
}

.error-page h2 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 600
}

.error-page h4 {
	margin-bottom: 30px;
	font-size: 21px
}

.styled-list ol,
.styled-list ul {
	margin: 0;
	list-style-position: inside
}

.styled-list ol li,
.styled-list ul li {
	padding: 15px 0;
	border-bottom: 2px solid #f4f5f8
}

.styled-list ol li:first-child,
.styled-list ul li:first-child {
	padding-top: 0
}

.styled-list ul {
	list-style-type: disc
}

.styled-list ul ul {
	margin: 15px 0 0 20px;
	list-style-type: circle
}

.styled-list ol ol {
	margin: 15px 0 0 20px
}

.styled-list ul ul li,
.styled-list ol ol li {
	border-bottom: none;
	padding: 8px 0
}

.styled-list .list-unstyled {
	margin-left: 0
}

.styled-list .list-unstyled ol {
	list-style-type: none
}

.btn-block+.btn-block {
	margin-top: 10px
}

.btn-row a.btn {
	line-height: 60px;
	padding: 0 36px
}

.btn-col a.btn {
	margin-bottom: 20px;
	margin-left: 20px;
	float: left
}

.btn-col a.btn:nth-child(odd) {
	margin-left: 0;
	clear: both
}

a.btn.btn-block:nth-child(odd) {
	margin-bottom: 15px;
	margin-top: 30px
}

a.btn.btn-block:first-child {
	margin-top: 0
}

.btn-row a.btn.btn-normal {
	line-height: 48px;
	font-size: 14px;
	padding: 0 30px
}

a.btn.btn-sm {
	line-height: 36px;
	font-size: 12px;
	padding: 0 24px
}

.quote-post blockquote {
	background: #093eb6;
	color: #fff
}

.drop-caps p:first-child::first-letter {
	background: #ffda44;
	color: #675f3f;
	display: block;
	float: left;
	font-size: 36px;
	margin-right: 15px;
	margin-top: 5px;
	padding: 20px;
	border-radius: 4px
}

.drop-caps.blue p:first-child::first-letter {
	background: #093eb6;
	color: #fff
}

.tab-widget {
	border: 1px solid rgba(244, 244, 244, .8);
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.nav-tabs>li {
	padding: 0;
	border-radius: 0;
	margin: 0;
	border-right: 1px solid #eee;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	-ms-transition: .5s ease all;
	transition: .5s ease all
}

ul.nav-tabs {
	border-bottom: 1px solid #eee
}

.nav-tabs>li>a {
	font-weight: 700;
	line-height: 1;
	padding: 20px 15px;
	background: #fff;
	color: #093eb6;
	border-radius: 0;
	border: none;
	margin: 0
}

.nav-tabs>li>a:hover {
	background: #f9f9f9;
	color: #002d92;
	border: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background: #f9f9f9;
	color: #002d92;
	border: none
}

.tab-content>.tab-pane {
	padding: 22px
}

@media(max-width:991px) {
	.tab-widget {
		margin-bottom: 50px
	}
}

@media(max-width:767px) {
	.btn-col {
		margin-bottom: 30px
	}
	form.form-horizontal {
		margin-top: 50px
	}
	.headings {
		margin-bottom: 50px
	}
	table.table-striped {
		margin-bottom: 50px
	}
	.row.styled-list h3 {
		margin-top: 0
	}
	.row.styled-list>div {
		margin-bottom: 50px
	}
	.row.styled-list>div:last-child {
		margin-bottom: 0
	}
}

@media(max-width:480px) {
	.nav-tabs>li {
		display: block;
		float: none;
		border-right: 0;
		border-bottom: 1px solid #eee
	}
	.btn-col a.btn {
		display: inline-block;
		margin: 0 0 20px;
		clear: both
	}
}

.sk-cube-grid {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%)
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #ffda44;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 1;
	z-index: 11111;
	height: 100%;
	overflow: hidden
}


