/*
  Project Name: Mltipress - Construction HTML Template
  Author: ThemeFuntom -->> (https://themeforest.net/user/themefuntom)
  Support: themefuntom.info@gmail.com
  Description: Construction HTML Template
  Developer: Wasim Mia
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. services
6. project
7. brand
8. feature
9. contact
10. counter
11. testimonial
12. team
13. blog
14. footer
15. page title
16. pricing
17. faq
18. Preloader
*/


/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
.slick-slide {
	outline: none;
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	text-decoration: none;
}
a, button {
	color: #1696e7;
	outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	font-weight: normal;
	color: #002052;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	color: #002052;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
*::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.thm-btn {
	z-index: 1;
	font-size: 15px;
	line-height: 24px;
	padding: 16px 40px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	color: #fefefe;
	text-transform: uppercase;
	background-color: #9abe00;
	font-weight: 700;
	display: inline-block;
	font-family: 'Comfortaa', cursive;
}
.thm-btn:hover {
	color: #ffff;
}
.thm-btn::before {
	top: 0px;
	width: 0px;
	left: auto;
	right: 0px;
	z-index: -1;
	bottom: 0px;
	content: "";
	position: absolute;
	background-color: #002052;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.thm-btn:hover::before {
	left: 0px;
	width: 100%;
	right: auto;
}
.border-btn {
	border: 2px solid #002052;
	background: transparent;
	color: #012153;
	padding: 14px 40px;
}
.border-btn-white {
	border: 2px solid #8091ad;
	background: transparent;
	color: #fff;
	padding: 14px 40px;
}
.border-btn-white:hover {
	border-color: #ff5e15;
}
.border-btn-white::before {
	background-color: #ff5e15;
}
.black-btn {
	background-color: #002052;
}
.black-btn::before {
	background-color: #ff5e15;
}
.breadcrumb > .active {
	color: #888;
}
/* scrollUp */
#scrollUp {
	background: #ff5e15;
	height: 50px;
	width: 50px;
	right: 15px;
	bottom: 50px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	line-height: 53px;
	box-shadow: 0px 3px 15px 1px rgba(255, 94, 21, 0.33);
}
/* 2. header */
.header-top {
	background-color: #002052;
}
.header-top ul {
	overflow: hidden;
	margin: 0px;
}
.header-top .left {
	float: left;
}
.header-top .left li {
	list-style: none;
	display: inline-block;
	float: left;
	color: #fff;
	margin-right: 15px;
	padding: 13px 0px;
	border-left: 1px solid #ffffff45;
	padding-left: 15px;
}
.header-top .left li:first-child {
	border: 0;
	padding-left: 0;
}
.header-top .left li span {
	color: #fff;
	margin-right: 5px;
}
.header-top .right {
	float: right;
}
.header-top .right li {
	list-style: none;
	display: inline-block;
	padding: 11px 14px;
	border-right: 1px solid #ffffff45;
}
.header-top .right li:first-child {
	border-left: 1px solid #ffffff45;
}
.header-top .right li a {
	color: #fff;
	font-size: 18px;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 32px;
	position: relative;
}
.main-menu ul li a {
	display: block;
	padding: 44px 0;
	color: #002052;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-menu ul li:hover > a {
	color: #ff5e15;
}
.header-button {
	margin-top: 26px;
	margin-left: 40px;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	min-width: 230px;
	background: #fff;
	padding: 15px 0;
	border-top: 4px solid #ff5e15;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li {
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li a {
	font-size: 15px;
	padding: 9px 25px;
	text-transform: capitalize;
}
.header-2 .header-top {
	background-color: transparent;
}
.header-top-right ul li {
	float: left;
	margin-left: 75px;
}
.header-top-right ul li:first-child {
	margin-left: 0;
}
.header-top-right {
	background: #fff;
	padding: 40px 40px;
}
.header-social a {
	color: #00235a;
	margin-right: 7px;
}
.header-top-right ul li span {
	float: left;
	font-size: 15px;
	width: 40px;
	height: 40px;
	background: #ff5e15;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
.header-top-content {
	float: left;
	margin-left: 13px;
	max-width: 210px;
}
.header-top-content p {
	margin-bottom: 2px;
	line-height: 1.2;
	color: #192e41;
	font-weight: 500;
}
.header-top-content h6 {
	font-size: 16px;
	line-height: 1.5;
	color: #ed463a;
	font-weight: 500;
	margin: 0;
}
.header-2 .header-button {
	margin-top: 0px;
	margin-left: 0px;
}
.header-2 .header-bottom {
	background: #00235a;
	padding: 0 40px;
}
.header-2 .main-menu ul li {
	margin-right: 40px;
	margin-left: 0;
}
.header-2 .main-menu ul li:last-child {
	margin-right: 0;
}
.header-2 .main-menu ul li a {
	color: #ffffff;
	padding: 35px 0;
}
.header-2 .main-menu ul li:hover > a {
	color: #ff5e15;
}
.header-2 .main-menu ul li ul.submenu li a {
	color: #002052;
}
.header-2 .main-menu ul li ul.submenu li:hover > a {
	color: #ff5e15;
}
.header-2 .header-top-content h6 {
	font-size: 16px;
	color: #00235a;
	font-weight: 600;
}
.header-color-2 {
	background: #022660;
}
.header-2 .logo {
	margin-left: 23px;
}
/* 3. slider */
.slider-height {
	min-height: 800px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-content h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ff5e15;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
.slider-content h1 {
	font-size: 65px;
	font-weight: 700;
	color: #002052;
	line-height: 75px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.slider-content h1 span {
	text-transform: uppercase;
	color: #ff5e15;
}
.slider-content p {
	font-size: 15px;
	color: #002359;
	font-weight: 500;
	line-height: 27px;
	padding-right: 80px;
}
.slider-btn a {
	margin-top: 22px;
	margin-right: 25px;
}
.slider-active button.slick-arrow {
	position: absolute;
	height: 80px;
	width: 80px;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	background: none;
	border: 0;
	font-size: 18px;
	padding: 0;
	color: #10111e;
	z-index: 2;
	cursor: pointer;
	background: #fff;
	line-height: 73px;
	transition: .3s;
	box-shadow: 0px 5px 27px 0px rgba(220, 220, 220, 0.69);
}
.slider-active button.slick-next {
	left: auto;
	right: 0;
}
.slider-active button.slick-arrow:hover {
	background: #ff5e15;
	color: #fff;
}
.header-transparent {
	position: absolute;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
}
.slider-height-2 {
	height: 100vh;
}
.banner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #020d1e;
	opacity: .7;
}
.slider-2 .slider-content h1 {
	color: #fff;
}
.slider-2 .slider-content p {
	color: #fff;
}
.slider-2 .slider-content {
	margin-top: 230px;
}
.slider-2 .slider-active button.slick-arrow {
	top: 54%;
	box-shadow: 0px 5px 27px 0px rgba(220, 220, 220, 0.32);
}
/* 4. about */
.about-tab .nav-tabs {
	border-bottom: none;
}
.about-tab .nav-tabs .nav-link {
	width: 33.33%;
	margin: 0;
	border-bottom: 4px solid transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
}
.about-tab .nav-tabs .nav-link.active {
	border-bottom: 4px solid #ff5e15;
	box-shadow: 0px 13px 40px 0px rgba(126, 154, 180, 0.3);
}
.about-tab-item {
	position: relative;
	padding: 20px 15px 19px 65px;
}
.about-tab-thumb {
	position: absolute;
	left: 3px;
}
.about-tab-content {
	margin-left: 42px;
}
.about-tab-content h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.about-tab-content p {
	margin: 0;
}
.border-title-2 h1 {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 70px;
	color: transparent;
	left: 0;
	-webkit-text-stroke: 2px #f6f6f6;
	top: -52px;
	margin-bottom: 0;
	z-index: -1;
}
.about-title h5 {
	font-size: 15px;
	text-transform: uppercase;
	color: #ff5e15;
	font-weight: 700;
	margin-bottom: 22px;
	font-family: 'Roboto', sans-serif;
}
.about-title h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 50px;
}
.about-title h2 span {
	color: #ff5e15;
}
.about-title h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 22px;
}
.about-left p {
	margin-bottom: 28px;
}
.about-info-title span {
	background: #ff5e15;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 8px;
	float: left;
	margin-right: 15px;
}
.about-info-title h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.about-info li {
	margin-bottom: 15px;
}
.about-btn a {
	margin-right: 30px;
}
.about-btn a.about-l-btn {
	font-size: 15px;
	font-weight: 700;
	color: #002052;
	text-transform: uppercase;
}
.about-btn a.about-l-btn i {
	height: 20px;
	width: 20px;
	font-size: 8px;
	background: #002052;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	margin-left: 8px;
	position: absolute;
	margin-top: 19px;
}
.about-right-content h1 {
	float: left;
	font-size: 55px;
	font-weight: 700;
	color: #ff5e15;
	margin-right: 10px;
}
.about-right-content h1 span {
	font-size: 15px;
}
.about-right-content h5 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 12px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.about-right-content h3 {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-right-content {
	position: absolute;
	min-width: 320px;
	background: #fff;
	padding: 15px 15px 5px 28px;
	box-shadow: 0px 12px 27px 0px rgba(143, 158, 182, 0.3);
	top: -28px;
	left: 10px;
}
.about-right-content::before {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 20px;
	height: 20px;
	bottom: -10px;
	transform: rotate(45deg);
	left: 45%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.about-right-thumb img {
	width: 100%;
}
.about-right {
	margin-top: 75px;
}
.about-2 .about-right-content {
	position: inherit;
	min-width: 320px;
	background: transparent;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}
.about-2 .about-right-content h1 {
	font-size: 89px;
	font-weight: 700;
	color: #ff5e15;
	margin-right: 10px;
}
.about-2 .about-right-content h5 {
	font-size: 16px;
	color: #002052;
}
.about-2 .about-right-content h3 {
	font-size: 40px;
}
.about-2 .about-title h5 {
	font-size: 15px;
}
/* 5. services */
.services-area {
	position: relative;
	z-index: 1;
}
.section-title {
	max-width: 500px;
	margin: 0px auto 62px;
}
.section-title h5 {
	font-size: 15px;
	color: #ff5e15;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-family: 'Roboto', sans-serif;
}
.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-title h2 span {
	color: #ff5e15;
}
.border-title h1 {
	position: absolute;
	font-size: 100px;
	line-height: 70px;
	color: transparent;
	text-transform: uppercase;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-text-stroke: 2px #f1f1f1;
	top: 63px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	z-index: -1;
}
.services-box {
	background: #fff;
	padding: 60px 50px 50px 50px;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.services-box::before {
	position: absolute;
	bottom: 0px;
	width: 0%;
	height: 5px;
	content: "";
	right: 0;
	background: #ff5e15;
	z-index: 2;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.services-box:hover::before, .services-box.active::before {
	width: 100%;
	right: auto;
	left: 0;
}
.services-box:hover, .services-box.active {
	box-shadow: 0px 18px 38px 0px rgba(161, 171, 220, 0.3);
}
.services-box-text h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.services-box-text a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff6723;
}
.services-box-text a i {
	margin-left: 5px;
	font-size: 12px;
}
.services-box-text a:hover {
	color: #002052;
}
.services-box-thumb {
	position: relative;
	z-index: 1;
}
.box-thumb-bg {
	position: absolute;
	left: 31%;
	top: -36px;
	z-index: -1;
}
.s-details-text h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 19px;
}
.s-details-text p {
	margin-bottom: 25px;
}
.s-details-icon {
	width: 50px;
	height: 50px;
	background: #ff5e15;
	text-align: center;
	line-height: 46px;
	float: left;
	margin-right: 15px;
}
.s-dets-box-text-right p {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2px;
	line-height: 23px;
	font-family: 'Exo', sans-serif;
}
.s-dets-box-text-right {
	overflow: hidden;
	display: inline-block;
}
.s-dtls-box-text p {
	margin-bottom: 0;
	margin-top: 5px;
}
.s-details-thumb img {
	width: 100%;
}
.s-details-box {
	padding-right: 25px;
}
.services-sidebar {
	background: #f6f6f6;
	padding: 45px 30px;
}
.services-sidebar ul li {
	padding: 5px 0;
	border-bottom: 1px solid red;
}
.services-sidebar .services-title h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.services-link a {
	color: #002052;
}
.services-link a:hover {
	color: #ff5e15;
}
.services-link img {
	margin-right: 13px;
}
.services-sidebar ul li {
	padding: 16px 0;
	border-bottom: 1px solid #ececec;
}
.services-sidebar ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
/* 6. project */
.project-area .section-title {
	margin-bottom: 72px;
}
.project-area .section-title .border-title h1 {
	-webkit-text-stroke: 2px #f9f9f9;
}
.single-project {
	position: relative;
}
.project-text {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.project-text-box {
	background: #fff;
	padding: 45px;
	padding-right: 40px;
	width: calc(100% - 200px);
}
.project-tag h4 {
	margin-bottom: 0;
}
.project-tag h4 a {
	font-size: 14px;
	color: #fff;
	background: #ff5e15;
	padding: 15px 60px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.project-text-box h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 17px;
}
.project-text-box h3 a:hover {
	color: #ff5e15;
}
.project-text-box p {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 891px) {
.project-text-box {
	padding: 25px;
}
}
.project-2 {
	background: #00235a;
	z-index: 1;
}
.project-2 .section-title .border-title h1 {
	-webkit-text-stroke: 2px #042964;
}
.project-2 .section-title h2 {
	color: #fff;
}
.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}
.basic-pagination ul li a {
	height: 50px;
	width: 50px;
	background: transparent;
	color: #002052;
	border: 1px solid #ededed;
	font-size: 15px;
	font-weight: 600;
	border-radius: 3px;
	line-height: 49px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}
.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
	box-shadow: 0px 8px 16px 0px hsla(19, 100%, 54%, 0.329);
}
/* 7. brand */
.single-brand {
	padding: 0 10px;
}
.single-brand .partner-logo {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
}
.brand-area .single-brand .partner-logo > img.before-image {
	top: 50%;
}
.brand-area .single-brand .partner-logo > img {
	left: 50%;
	max-width: 60%;
	position: absolute;
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, -50%);
}
.brand-area .single-brand .partner-logo > img.after-image {
	top: 150%;
}
.brand-area .single-brand .partner-logo:hover > img.before-image {
	top: -150%;
}
.brand-area .single-brand .partner-logo:hover > img {
	left: 50%;
	max-width: 60%;
	position: absolute;
}
.brand-area .single-brand .partner-logo:hover > img.after-image {
	top: 50%;
}
/* 8. feature */
.feature-area {
	position: relative;
	z-index: 1;
}
.feature-area .section-title {
	margin-bottom: 72px;
}
.feature-area .section-title h5, .feature-area .section-title h2 {
	color: #fff;
}
.feature-area .border-title h1 {
	-webkit-text-stroke: 2px #ff7232;
}
.feature-single {
	background-color: #fff;
}
.feature-single .feature-thumb {
	overflow: hidden;
}
.feature-thumb img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.feature-single:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.feature-text {
	padding: 28px 22px 31px 30px;
}
.feature-text h4 {
	font-size: 14px;
	color: #ff5e15;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.feature-text h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.feature-text h2 a:hover {
	color: #ff5e15;
}
.feature-text p {
	margin-bottom: 0px;
}
.process-area .section-title h5 {
	color: #ff5e15;
}
.process-area .section-title h2 {
	color: #002052;
}
.process-area .border-title h1 {
	-webkit-text-stroke: 2px #f0f0f0;
}
/* 9. contact */
.contact-left {
	position: relative;
}
.contact-thumb-left {
	position: relative;
}
.contact-thumb-left img {
	width: 75%;
}
.contact-thumb-left .contact-shape {
	border: 30px solid #fff;
	height: 80%;
	position: absolute;
	top: 38px;
	width: 53%;
	left: 51px;
	opacity: 25%;
}
.contact-thumb-right {
	position: absolute;
	top: 215px;
	right: 0;
}
.contact-area .contact-right .border-title-2 h1 {
	left: 60px;
	top: -55px;
}
.contact-right {
	margin-left: 50px;
}
.contact-right .about-title h2 {
	margin-bottom: 38px;
}
.text-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.text-box input {
	width: 100%;
	height: 70px;
	background: #f6f6f6;
	padding: 10px 30px;
	padding-left: 55px;
	border: 1px solid transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.text-box input:focus, .message-box textarea:focus {
	border-color: #ff5e15;
}
.text-box input:hover, .message-box textarea:hover {
	border-color: #ff5e15;
}
.text-box span {
	position: absolute;
	padding: 0 30px;
	color: #ff5e15;
}
.message-box {
	position: relative;
}
.message-box textarea {
	width: 100%;
	height: 140px;
	border: 0;
	background: #ededed;
	padding: 15px;
	padding-left: 55px;
	border: 1px solid transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.message-box span {
	position: absolute;
	padding: 15px 30px;
	color: #ff5e15;
}
.text-box input::-moz-placeholder {
 color: #002052;
 font-size: 15px;
}
.text-box input::placeholder {
 color: #002052;
 font-size: 15px;
}
.message-box textarea::-moz-placeholder {
 color: #002052;
 font-size: 15px;
}
.message-box textarea::placeholder {
 color: #002052;
 font-size: 15px;
}
.message-box button {
	margin-top: 20px;
	cursor: pointer;
	border: 0;
}
.about-2 .about-left {
	margin-left: -25px;
}
.contact-form h3, .contact-info h3 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-form input {
	width: 100%;
	height: 55px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	padding: 0 20px;
	text-transform: capitalize;
	background: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.contact-form textarea {
	width: 100%;
	height: 170px;
	border: 1px solid transparent;
	padding: 20px;
	text-transform: capitalize;
	background: #fff;
	margin-bottom: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.contact-form input:focus, .contact-form input:hover, .contact-form textarea:focus, .contact-form textarea:hover {
	border-color: #ff5e15;
}
.contact-form button {
	margin-top: 0px;
	cursor: pointer;
	border: 0;
}
.contact-info {
	margin-left: 40px;
}
.contact.right-info .c-right-icon span {
	float: left;
	margin-right: 16px;
	width: 45px;
	height: 45px;
	background: #ff5e15;
	text-align: center;
	color: #fff;
	line-height: 46px;
	font-size: 16px;
}
.contact.right-info .c-right-text {
	overflow: hidden;
}
.contact.right-info .c-right-text p {
	margin-bottom: 0;
	font-weight: 600;
}
.contact-info ul li {
	margin-bottom: 50px;
}
.gmaps-area .contact-map {
	height: 500px;
}
.gmaps-area iframe {
	height: 500px;
	width: 100%;
	border: 0;
}
/* 10. counter */
.counter-height {
	min-height: 900px;
	width: 125%;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-left {
	position: relative;
	z-index: 1;
}
.counter-left::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #001a42;
	width: 100%;
	height: 100%;
	opacity: .85;
	z-index: -1;
}
.counter-content ul li {
	margin-bottom: 130px;
	display: flex;
	align-items: center;
}
.counter-content ul li:last-child {
	margin: 0;
}
.counter-box h1 {
	color: #fff;
	font-weight: 700;
	float: left;
	font-size: 55px;
	margin-right: 15px;
	line-height: 55px;
}
.counter-right-text {
	float: right;
}
.counter-right-text p {
	color: #c2daff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
}
.counter-right-text span {
	color: #ff5e15;
}
.counter-left {
	padding-left: 400px;
	display: flex;
	align-items: center;
}
.counter-2 .counter-right-text {
	float: none;
}
.counter-2 .counter-box h1 {
	color: #002052;
	float: none;
	position: relative;
	z-index: 1;
}
.counter-2 .counter-box h1::before {
	position: absolute;
	content: "";
	border: 4px solid #ff5e15;
	width: 65px;
	height: 75px;
	z-index: -1;
	left: -20px;
	top: -12px;
}
.counter-2 .counter-right-text p {
	color: #002052;
}
.counter-2 .counter-box {
	margin-bottom: 90px;
}
/* 11. testimonial */
.testimonial-area {
	position: relative;
}
.testimonial-area .container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.testimonial-active {
	padding: 120px 75px;
	padding-bottom: 20px;
}
.testimonial-thumb {
	width: 80px;
	height: 80px;
	margin: auto;
	margin-bottom: 25px;
}
.testimonial-text h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4px;
}
.testimonial-text span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
}
.testimonial-text p {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
}
.testimonial-active .owl-dots {
	text-align: center;
}
.testimonial-active .owl-dot {
	height: 5px;
	width: 12px;
	background: #ffad88;
	display: inline-block;
	margin-right: 14px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.testimonial-active .owl-dot.active {
	background: #fff;
}
.testimonial-height {
	position: absolute;
	width: 123%;
	min-height: 625px;
	bottom: 0;
	z-index: 1;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-height::before {
	position: absolute;
	content: "";
	background: #ff5e15;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .9;
}
@media (min-width: 1500px) and (max-width: 1800px) {
.counter-left {
	padding-left: 300px;
}
}
.testimonial-2 .testimonial-single, .testimonial-2 .testimonial-single-2 {
	background: #002052;
	padding: 50px 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-2 .testimonial-single-2 {
	background-color: #ff5e15;
}
.testimonial-2 .testimonial-text p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 0;
}
.testimonial-2 .testimonial-text span {
	font-size: 14px;
	color: #ff5e15;
	margin-bottom: 15px;
	font-weight: 500;
}
.testimonial-2 .testimonial-text-white span {
	color: #fff;
}
.testimonial-active-2.owl-carousel .owl-nav div {
	position: absolute;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	line-height: 40px;
	margin: 0 -50px !important;
	padding: 0;
	text-align: center;
	background: #ff5e15;
	color: #fff;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.testimonial-active-2.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	background-color: #002052;
}
/* 12. team */
.team-area {
	position: relative;
	z-index: 1;
}
.team-content {
	background: #fff;
	padding: 18px;
}
.team-content h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.team-content h5 {
	color: #ff5e15;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
}
.team-thumb {
	position: relative;
}
.team-thumb::before {
	position: absolute;
	background-color: #ff5e15;
	content: "";
	height: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: .9;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-thumb img {
	width: 100%;
}
.team-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-icon a {
	width: 30px;
	height: 30px;
	margin: 0 2px;
	display: inline-block;
	border-radius: 50px;
	color: #2d2c40;
	font-size: 14px;
	line-height: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-icon a:hover {
	background: #fff;
}
.single-team:hover .team-thumb::before {
	height: 100%;
}
.single-team:hover .team-icon {
	opacity: 1;
	visibility: visible;
}
/* 13. blog */
.blog-area {
	position: relative;
	z-index: 1;
}
.blog-area .border-title-2 h1 {
	-webkit-text-stroke: 2px #f1f1f1;
	top: -56px;
	left: 10px;
}
.blog-image {
	position: relative;
}
.blog-image img {
	width: 100%;
}
.blog-image::before {
	position: absolute;
	content: "";
	background-color: #002052;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .85;
}
.blog-item {
	position: relative;
}
.blog-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.blog-tag span {
	font-size: 12px;
	background: #ff5e15;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.blog-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-content p {
	color: #fff;
	line-height: 25px;
}
.blog-author {
	position: absolute;
	display: flex;
	align-items: center;
	margin-right: -30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
	border-top: 1px solid #f6f6f6;
	left: 0;
	bottom: 15px;
	width: 100%;
}
.blog-author-thumb {
	margin-right: 15px;
}
.blog-author h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.blog-text h2 a:hover {
	color: #ff5e15;
}
.blog-image-2::before {
	background-color: #ff5e15;
}
.blog-tag-2 span {
	background: #002052;
}
.blog-top-btn.text-right {
	margin-top: 31px;
}
.blog-item:hover .blog-content {
	background: #fff;
	box-shadow: 0px 15px 38px 0px rgba(161, 171, 220, 0.3);
}
.blog-item:hover .blog-content .blog-text h2, .blog-item:hover .blog-content .blog-text p {
	color: #002052;
}
.blog-item:hover .blog-content .blog-author h4 {
	color: #ff5e15;
}
.blog-item:hover .blog-content .blog-author::before {
	background-color: #f6f6f6;
}
.single-blog {
	background: #fff;
}
.blog-thumb img {
	width: 100%;
}
.b-content {
	padding: 30px 20px;
}
.b-content .b-meta span a {
	font-size: 14px;
	color: #002052;
	margin-right: 15px;
}
.b-content .b-meta span a i {
	font-size: 12px;
	color: #ff5e15;
	margin-right: 2px;
}
.b-content .b-text h3 {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
}
.b-content .b-text h3 a:hover {
	color: #ff5e15;
}
.b-content .b-btn a {
	font-size: 14px;
	color: #ff5e15;
	font-weight: 700;
	text-transform: uppercase;
}
.b-content .b-btn a i {
	font-size: 12px;
	padding-left: 2px;
}
.b-content .b-btn a:hover {
	color: #002052;
}
.post-thumb img {
	width: 100%;
}
.post-inner {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
}
.post-meta span {
	color: #002052;
	margin-right: 25px;
	display: inline-block;
}
.post-meta span a {
	color: #002052;
}
.post-meta span i {
	color: #ff5e15;
	padding-right: 5px;
}
.post-item .post-inner .post-content .post-title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.post-content .post-text blockquote {
	padding: 35px 40px;
	padding-right: 50px;
	background: #f6f6f6;
	margin-top: 50px;
}
.post-content .post-text blockquote p {
	font-size: 20px;
	line-height: 30px;
}
.post-content .post-text blockquote cite a {
	font-size: 14px;
	color: #ff5e15;
	font-weight: 700;
	text-transform: uppercase;
}
.post-content .post-text .post-inner-text h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 32px;
}
.post-tag-wrapper .blog-post-tag a {
	color: #7b7a7a;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #ebebeb;
	padding: 10px 14px;
	margin-right: 5px;
	font-size: 14px;
}
.post-tag-wrapper .blog-post-tag a:hover {
	color: #fff;
	background: #ff5e15;
	border-color: #ff5e15;
}
.post-tag-wrapper .blog-share-icon a {
	height: 40px;
	width: 40px;
	display: inline-block;
	border: 1px solid #efefef;
	color: #ff5e15;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
}
.post-tag-wrapper .blog-share-icon a:hover {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
}
.comment-title h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-box {
	margin-bottom: 50px;
}
.comment-box .comment-avatar {
	float: left;
	margin-right: 20px;
}
.comment-box .comment-avatar img {
	width: 80px;
}
.comment-box .comment-text {
	overflow: hidden;
}
.comment-box .comment-text .avatar-name h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.comment-box .comment-text .avatar-name {
	margin-bottom: 10px;
}
.comment-box .comment-text p {
	margin-bottom: 10px;
}
.comment-box .comment-text a {
	font-size: 16px;
	color: #ff5e15;
}
.comment-box .comment-text a i {
	margin-right: 5px;
}
.comment-reply {
	padding-left: 130px;
}
.post-comment {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 42px;
}
.post-comment-title h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.post-comment-form .conatct-post-form input {
	height: 55px;
	width: 100%;
	border: 1px solid transparent;
	background: #f6f6f6;
	margin-bottom: 20px;
	padding: 0 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.post-comment-form .conatct-post-form input:hover, .post-comment-form .conatct-post-form input:focus, .post-comment-form .conatct-post-form textarea:hover, .post-comment-form .conatct-post-form textarea:focus {
	border-color: #ff5e15;
}
.post-comment-form .conatct-post-form textarea {
	height: 170px;
	width: 100%;
	border: 1px solid transparent;
	background: #f6f6f6;
	margin-bottom: 25px;
	padding: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.conatct-post-form button {
	cursor: pointer;
	border: 0;
}
.widget {
	padding: 30px;
	background: #f6f6f6;
}
.search-form {
	position: relative;
}
.search-form input {
	width: 100%;
	height: 55px;
	border: 0;
	background: #fff;
	padding: 0 20px;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: none;
	padding: 0 25px;
	color: #000;
	line-height: 60px;
	border: 0;
	cursor: pointer;
}
.widget-title-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
.widget .cat li {
	border-top: 1px solid #cfd8dd;
	padding: 15px 0;
	overflow: hidden;
}
.widget .cat li:first-child {
	border-top: 0;
	padding-top: 0;
}
.widget .cat li:last-child {
	padding-bottom: 0;
}
.widget .cat a {
	color: #002052;
	font-size: 15px;
	display: block;
}
.widget .cat a:hover {
	color: #ff5e15;
}
.widget .recent-posts > li {
	border-top: 1px solid #cfd8dd;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.widget .recent-posts > li:first-child {
	border: 0;
	padding-top: 0;
}
.widget .recent-posts > li:last-child {
	padding-bottom: 0;
}
.widget-posts-body {
	overflow: hidden;
	padding-left: 20px;
	flex-basis: 74%;
}
.widget-posts-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.widget-posts-title a:hover {
	color: #ff5e15;
}
.widget .tag {
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
}
.widget .tag a {
	display: block;
	color: #999999;
	border: 1px solid #d8e2e8;
	padding: 7px 14px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 10px;
	z-index: 1;
}
.widget .tag a:not(:last-child) {
	margin-right: 10px;
}
.widget .tag a:hover {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
}
.blog-wrapper {
	margin-right: 20px;
}
/* 14. footer */
.footer-height {
	min-height: 545px;
}
.footer-area {
	background-color: #001b46;
}
.footer-left-widget {
	padding: 75px 32px;
	padding-bottom: 60px;
	background: #00173c;
	border-top: 4px solid #ff5e15;
}
.footer-logo {
	margin-bottom: 24px;
}
.footer-left-widget p {
	color: #fff;
	line-height: 27px;
}
.footer-left-widget .footer-social a {
	height: 30px;
	width: 30px;
	font-size: 12px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #002052;
	margin-right: 8px;
}
.footer-left-widget .footer-social a:hover {
	background: #ff5e15;
	color: #fff;
}
.footer-widget-space {
	margin-left: -35px;
}
.footer-widget {
	padding-top: 100px;
}
.footer-widget h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}
.footer-widget ul.footer-info li {
	margin-bottom: 33px;
}
.footer-address span {
	float: left;
	margin-right: 15px;
	font-size: 18px;
	color: #ff5e15;
}
.footer-address h5 {
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.footer-link {
	margin-left: -45px;
}
.footer-widget ul li {
	margin-bottom: 14px;
}
.footer-widget ul li a {
	color: #fff;
}
.footer-widget ul li a:hover {
	text-decoration: underline;
}
.footer-gallery {
	position: relative;
	margin-right: 8px;
}
.footer-gallery-item {
	position: relative;
}
.footer-gallery-thumb::before {
	position: absolute;
	content: "";
	background: #ff5e15;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	opacity: 0;
	transform: scale(.95);
}
.footer-gallery-item:hover .footer-gallery-thumb::before {
	opacity: .8;
	transform: scale(1);
}
.footer-gallery-item img {
	width: 100%;
}
.footer-gallery-item {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	display: block;
	border: 5px solid transparent;
}
.link-img a {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 72px;
	opacity: 0;
	visibility: hidden;
}
.footer-gallery-item:hover .link-img a {
	opacity: 1;
	visibility: visible;
}
.copyright-text p {
	color: #06163a;
	margin-bottom: 0;
	font-weight: 500;
}
.copyright-area {
	background: #00173c;
}
.copyright-text p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
}
.f-left-widget-2 {
	background: none;
	border: 0;
}
.f-left-widget-2 p {
	color: #c6d6ee;
	margin-bottom: 0;
}
.f-left-bottom h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 5px;
}
.f-left-bottom p {
	font-size: 14px;
	color: #c6d6ee;
}
.footer-2 .footer-widget {
	padding-top: 16px;
}
.footer-2 .footer-left-widget {
	padding: 0;
	margin-right: -30px;
}
.footer-2 .footer-widget ul li {
	margin-bottom: 19px;
}
.footer-2 .footer-widget ul.footer-info li {
	margin-bottom: 33px;
}
.footer-2 .footer-widget ul.footer-info li:last-child {
	margin-bottom: 0;
}
.footer-2 .footer-widget ul li a {
	color: #c6d6ee;
}
.footer-2 .footer-widget ul li a:hover {
	color: #fff;
}
.footer-2 .footer-widget .footer-social a {
	height: 30px;
	width: 30px;
	font-size: 12px;
	background: #021f4c;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 8px;
}
.footer-2 .footer-widget.footer-widget-space {
	margin-right: 40px;
}
.footer-2 .footer-widget .footer-social a:hover {
	background-color: #ff5e15;
}
.footer-2 .footer-gallery .footer-gallery-item {
	position: relative;
	float: left;
	width: 33.33%;
	overflow: hidden;
	display: block;
	border: 5px solid transparent;
}
.footer-2.footer-height {
	min-height: 525px;
}
/* 15. page title */
.page-title-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}
.page-title-area::before {
	z-index: -1;
	background: #00183d;
}
.page-title h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.page-title .breadcrumb .breadcrumb-item a {
	color: #fff;
	font-size: 15px;
}
.breadcrumb > .active {
	color: #ff5e15;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.page-title .border-title h1 {
	position: absolute;
	font-size: 120px;
	line-height: 83px;
	color: transparent;
	text-transform: uppercase;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-text-stroke: 1px #4b5b76;
	top: -23px;
	margin-bottom: 0;
	font-family: 'Exo', sans-serif;
	width: 100%;
	z-index: -1;
}
/* 16. pricing */
.pricing-single {
	padding: 50px 30px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.pricing-single::before {
	background: #fff;
	z-index: -1;
	opacity: 1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.pricing-single:hover::before, .pricing-single.active::before {
	background: #ff5e15;
	z-index: -1;
	opacity: .8;
	width: 100%;
	height: 100%;
}
.pricing-head span {
	text-transform: uppercase;
	background: #f0f6ff;
	padding: 7px 24px;
	display: inline-block;
	font-weight: 700;
}
.pricing-single:hover .pricing-head span, .pricing-single.active .pricing-head span {
	background-color: #fff;
}
.pricing-price h3 {
	font-size: 62px;
	font-weight: 700;
	color: #ff5e15;
	font-family: 'Exo', sans-serif;
}
.pricing-single:hover .pricing-price h3, .pricing-single.active .pricing-price h3, .pricing-single:hover .pricing-price h3 span, .pricing-single.active .pricing-price h3 span, .pricing-single:hover .pricing-text p, .pricing-single.active .pricing-text p, .pricing-single:hover .pricing-text span, .pricing-single.active .pricing-text span {
	color: #fff;
}
.pricing-price h3 span {
	font-size: 15px;
	font-weight: 700;
	color: #002052;
}
.pricing-text p {
	margin-bottom: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.pricing-border {
	border: 1px solid #f6f6f6;
	margin-top: 11px;
	margin-bottom: 11px;
}
.pricing-text span {
	color: #ff5e15;
	margin-top: 20px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.pricing-single:hover .pricing-btn .black-btn, .pricing-single.active .pricing-btn .black-btn {
	background-color: #fff;
	color: #002052;
}
/* 17. faq */
.faq-left {
	margin-right: 20px;
}
.faq-right {
	margin-left: 30px;
}
.card-header {
	background: transparent;
	border: none;
}
.accordion .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 2px;
	margin-bottom: 22px;
	padding-left: 71px;
	padding-right: 20px;
	border: 2px solid #f6f6f6;
}
.faq-wrapper .card-header h5 a {
	font-size: 15px;
	color: #002052;
	font-weight: 600;
	display: block;
	text-decoration: none;
	line-height: 1.4;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
}
.faq-wrapper .card-header h5 a:hover {
	text-decoration: none;
}
.faq-wrapper .card-header h5 a::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	top: 6px;
	left: 12px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	border: 2px solid #f6f6f6;
	font-weight: 900;
	color: #ff5e15;
}
.faq-wrapper .card-header h5 a.collapsed::before {
	content: "\f107";
	color: #ff5e15;
	background-color: transparent;
}
.faq-wrapper .card-header {
	padding-left: 0;
	padding: 16px 0;
}
.faq-wrapper .card-body {
	padding: 0px;
	padding-bottom: 12px;
}
.faq-img {
	z-index: 2;
}
.faq-img img {
	width: 100%;
}
/* 18. Preloader  */
.dark #preloader {
	background-color: #232323;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 99999999;
	background-size: cover;
	background-image: url(../img/bg1.jpg);
}
.preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #ff5e15;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}
 @keyframes preloader {
 0% {
 transform: scale(0, 0);
 opacity: 0.5;
}
 100% {
 transform: scale(1, 1);
 opacity: 0;
}
}
 @-webkit-keyframes preloader {
 0% {
 -webkit-transform: scale(0, 0);
 opacity: 0.5;
}
 100% {
 -webkit-transform: scale(1, 1);
 opacity: 0;
}
}
/*..........................................................*/








.load-main {
	width: 100%;
	position: absolute;
	top: 33%;
	left: 0px;
}
.load-main-logo {
	width: 236px;
	height: auto;/* background: #ccc; */
	float: left;
	border: 3px solid #9ac70f;
	border-radius: 100%;
}
.load-main-logo img {
	width: 100%;
}
.load-main-logo2 {
	width: 249px;
	height: auto;/* background: #ccc; */
	float: right;
	width: 236px;
	height: auto;/* background: #ccc; *//* float: left; */
	border: 3px solid #f9631a;
	border-radius: 100%;
}
.load-main-logo2 img {
	width: 100%;
}
.load-main-mid-1 {
	width: 100%;
	text-align: center;
	margin-top: 17px;
}
.load-main-mid-1 img {
	padding: 20px;
	border: 5px solid #ccc;
	border-radius: 100%;
}
.load-main-mid-2 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 8px;
}
.load-main-mid-2 img {
	width: 100%;
}
.right-area {
	text-align: center;
}
.left-area {
	text-align: center;/*background-image: url(../img/lef.jpg);*/
}
.left-img {
	/*background-image: url(../img/lef.jpg);*/
	border-right: 2px solid #f0f0f0;
}
.left-img2 {
/*background-image: url(../img/lef2.jpg);*/
}
.logo-atlas {
}
.logo-atlas img {
	width: 41%;
}
.logo-ows {
}
.logo-ows img {
	width: 30%;
	margin-bottom: 22px;
	margin-top: 15px;
}
.heading-main {
	margin-bottom: 22px;
}
.heading-main h4 {
	font-family: 'Comfortaa', cursive;
	font-size: 17px;
	color: #2d2d2d;
	font-weight: 900;
}
.main-banner {
	width: 100%;
	height: auto;
	background: #ccc;
}
.main-banner img {
	width: 100%;
}
.comment-3 {
}
.comment-3 h3 {
	/* font-family: 'Comfortaa', cursive; */
	font-size: 33px;
	font-family: 'Lobster', cursive;
	text-align: center;
	padding: 20px 74px;
	color: #2d2d2d;
	border-top: 1px solid #cccccca1;
	border-bottom: 1px solid #ccc9;
}
.comment-4 {
	padding: 0px 0px 19px;
	border-bottom: 1px solid #cccccc82;
}
.comment-4 p {
	/* font-family: 'Comfortaa', cursive; */
	font-size: 17px;
	/* font-family: 'Lobster', cursive; */
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding: 13px 8px 0px;
	text-align: center;
	color: #2d2d2d;
	margin: 0px;
	font-weight: 500;/* border-top: 1px solid #cccccca1; */
    /* border-bottom: 1px solid #ccc9; */
}
.comment-5 {
	padding: 0px 0px 19px;
}
.comment-5 p {
	/* font-family: 'Comfortaa', cursive; */
	font-size: 19px;
	/* font-family: 'Lobster', cursive; */
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding: 13px 8px 0px;
	text-align: center;
	color: #2d2d2d;
	margin: 0px;
	margin-bottom: 13px;/* border-top: 1px solid #cccccca1; */
    /* border-bottom: 1px solid #ccc9; */
}
.left-area-banner {
}
.right-area {
}
.right-area-banner {
}
.btn5, .btn5:link, .btn5:visited {
	border: none;
	outline: none;
	color: #fefefe;
	background-color: #9b59b6;
	border-radius: 3px;
 &:hover, &:focus {
 transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
 animation: gelatine 0.5s 1;
}
}
 // Bourbon mixin  @include keyframes(gelatine) {
 from, to {
 @include transform(scale(1, 1));
}
 25% {
 @include transform(scale(0.9, 1.1));
}
 50% {
 @include transform(scale(1.1, 0.9));
}
 75% {
 @include transform(scale(0.95, 1.05));
}
 from, to {
 @include transform(scale(1, 1));
}
 25% {
 @include transform(scale(0.9, 1.1));
}
 50% {
 @include transform(scale(1.1, 0.9));
}
 75% {
 @include transform(scale(0.95, 1.05));
}
}
.front-logo {
	text-align: center;
}
.atlas-main-home {
}
.main-home-header {
	box-shadow: 3px 3px 5px 3px rgb(0 0 0 / 8%);
}
.main-home-header-logo {
	width: 92%;
}
.main-home-header-logo img {
	width: 100%;
}
.main-home-header-text {
	margin-top: 35px;
}
.main-home-header-text h3 {
	font-family: 'Comfortaa', cursive;
	font-size: 28px;
	color: #2d2d2d;
	font-weight: 900;
	text-align: center;/*font-size: 32px;
    color: #2d2d2d;
    font-weight: 600;
    text-align: center;*/}
.main-home-header-text-ows {
	margin-top: 35px;
}
.main-home-header-text-ows h3 {
	font-family: 'Comfortaa', cursive;
	font-size: 36px;
	color: #2d2d2d;
	font-weight: 600;
	text-align: center;
}
.main-home-header-contact {
	position: relative;
	margin-top: 32px;
	text-align: center;
}
.main-home-header-contact .cont {
	background: #a0b910;
	padding: 10px 20px;
	background: linear-gradient(90deg, rgb(153 191 17) 0%, rgb(17 82 122) 100%);
	color: #fff;
	box-shadow: 6px 7px 2px 1px rgb(0 0 0 / 12%);
	font-size: 20px;
	border-radius: 50px;
}
.main-home-header-contact .cont-ows {
	/* background: #fb6b0d;*/
	background: #f78841;
	padding: 10px 20px;
	/* top: 40px; */
    /* float: right; */
   /* background: linear-gradient(90deg, rgb(255 101 0) 0%, rgb(218 98 19) 100%);*/
	background: linear-gradient( 90deg, rgb(255 101 0 / 69%) 0%, rgb(218 98 19 / 67%) 100%);
	color: #fff;
	box-shadow: 6px 7px 2px 1px rgb(0 0 0 / 12%);
	font-size: 20px;
	border-radius: 50px;
}
.main-home-header-content {
	/*padding: 46px 0px 54px;*/
	padding: 46px 0px 0px;
}
.tabs, .subtabs {
	background: #044471;
	margin: 0px 0px 20px 0px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 9px 10px 3px rgba(0, 0, 0, 0.15);
	padding: 15px 28px;
}
.tabs a, .subtabs a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-family: 'Comfortaa', cursive;
}
.subtabsinner a {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 17px 13px 0px 7px rgba(0, 0, 0, 0.08);
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}
.subtabsinner {
	margin: 0px 0px 5px 10px;
	display: none;
	background-color: #184d7b;
	padding: 8px 15px;
}
.special {
	position: relative;
}
.special a:before {
	color: #fff;
	content: "\f0ab";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: 600;
	right: 0px;
	position: absolute;
	margin-right: 11px;
}
.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item:last-child {
	border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	/*background: #a0b910;*/
	background: #f7873f;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}
.ui-menu-item:hover {
	background-color: #17519d;
}
/* owl controll */

.rightpan {
}
.rightpan-banner {
	width: 100%;
	height: auto;
	background: #ccc;
	margin-bottom: 30px;
}
.rightpan-banner img {
	width: 100%;
}
.products-list {
	font-family: 'Playfair Display', serif;
}
.products-list ul {
	margin-bottom: 20px;
	font-family: 'Lora', serif;
}
.products-list ul li {
	padding-left: 20px;
	position: relative;
	line-height: 27px;
	color: #002052;
	font-weight: 500;
	text-align: justify;
}
.products-list ul li:before {
	position: absolute;
	content: close-quote;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 7px;
	background: #a0b910;
}
.products-list p {
	font-family: 'Lora', serif;
	font-weight: 500;
	text-align: justify;
}
.sec-title {
}
.sec-title h1 {
	font-family: 'Lobster', cursive;
	margin-bottom: 25px;
}
.cll {
	max-width: 25%;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.cll img {
	width: 100%;
	border: 4px solid #cccccc73;
	margin-bottom: 8px;
}
.cll h4 {
	font-size: 15px;
	color: #484545;
	text-align: center;
	line-height: 19px;
}
.contact-section {
	padding: 90px 0 50px;
}
.contact-section h2 {
	font-family: 'Lexend Deca', sans-serif;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contact-info {
	padding-left: 100px;
	background: url(../images/contact-map.png) center center/100% no-repeat local;
}
.contact-section ul.information-list li {
	list-style: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 33px;
}
.contact-section ul.information-list li i {
	float: left;
	color: #333333;
	font-size: 13px;
	display: inline-block;
	line-height: 24px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #94c40a;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 16px;
	color: #8cbe10;
}
#contact-form input[type="text"], .comment-form input[type="text"], #contact-form textarea, .comment-form textarea, #contact-form select{
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	outline: none; background:none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #777777;
	font-size: 15px;
	font-family: 'Lexend Deca', sans-serif;
}
#contact-form textarea {
	height: 131px;
}
.contact-section ul.information-list li a {
	font-size: 12px;
	color: #777777;
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 10px;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 10px;
	color: #333333;
}
.contact-section ul.information-list li span {
	display: block;
	font-size: 12px;
	color: #777777;
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;
}
#contact-form input[type="submit"], .comment-form input[type="submit"] {
	font-family: 'Comfortaa', cursive;
	padding: 12px 30px;
	outline: none;
	border: none;
	background: #a0ce4e;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
.mpcnt {
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding: 38px 17px 0px;
}
.mob-ul {
	display: none;
}
.desk-ul {
	display: inline;
}
.acnav {
	width: 100%;
}
.acnav__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.acnav__list--level1 {
	border: 1px solid #fcfcfc;
}
.has-children > .acnav__label::before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	margin-right: 1em;
	transition: transform 0.3s;
}
.has-children.is-open > .acnav__label::before {
	transform: rotate(405deg);
}
.acnav__link, .acnav__label {
	display: block;
	font-size: 1rem;
	padding: 1em;
	margin: 0;
	cursor: pointer;
	color: #fcfcfc;
	background: #317589;
	box-shadow: inset 0 -1px #3988a0;
	transition: color 0.25s ease-in, background-color 0.25s ease-in;
}
.acnav__link:focus, .acnav__link:hover, .acnav__label:focus, .acnav__label:hover {
	color: #e3e3e3;
	background: #2d6b7e;
}
.acnav__link--level2, .acnav__label--level2 {
	padding-left: 3em;
	background: #2d6b7e;
}
.acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:focus, .acnav__label--level2:hover {
	background: #296272;
}
.acnav__link--level3, .acnav__label--level3 {
	padding-left: 5em;
	background: #296272;
}
.acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
	background: #255867;
}
.acnav__link--level4, .acnav__label--level4 {
	padding-left: 7em;
	background: #255867;
}
.acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:focus, .acnav__label--level4:hover {
	background: #214f5c;
}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
	display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
	display: block;
}
.nav-wrap {
	display: none;
}
.footer-modern__inner {
	padding-top: 75px;
	background: url(../img/foobg.jpg);
	margin-top: 50px;/*padding-bottom: 75px;*/
}
.footer-modern__inner *+.divider {
	margin-top: 23px;
	border-bottom: 1px solid #cccccc36;
}
.box-decorated {
	text-align: left;
	/*padding-left: 26px;*/
	position: relative;/*border-right: 1px solid #554e4e;*/
}
.box-decorated-2 {
	padding-left: 0px;
}
.box-decorated__title {
	font-size: 21px;
	line-height: 1.35;
	color: #fff;
	font-weight: 300;
	font-family: 'Comfortaa', cursive;
}
.footer-in1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*padding-left: 29px;*/
	float: left;
	margin-top: 23px;
}
.footer-in1 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer-in1 ul li {
	margin: 0px;
	padding: 10px 0 0px 0px;
	list-style: none;
	color: #fff;
	float: left;
	width: 100%;
}
.footer-in1 ul li a {
	color: #fff;
}
.footer-in1 ul li i {
	float: left;
	font-size: 17px;
	/*background-color: #636362;*/
	margin: -10px 0px 0px 0px;
	color: #a0b910;
	/*border:1px solid #fff;*/
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 90%;
}
.mob-size {
	font-size: 24px !important;
}
.map-size {
	font-size: 22px !important;
}
.margin-bt-50 {
	margin-bottom: 50px !important;
}
.map-main {
	margin-top: 38px;
}
.footer-in1-ows {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*padding-left: 29px;*/
	float: left;
	margin-top: 23px;
}
.footer-in1-ows ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer-in1-ows ul li {
	margin: 0px;
	padding: 10px 0 0px 0px;
	list-style: none;
	color: #fff;
	float: left;
	width: 100%;
}
.footer-in1-ows ul li a {
	color: #fff;
}
.footer-in1-ows ul li i {
	float: left;
	font-size: 17px;
	/*background-color: #636362;*/
	margin: -10px 0px 0px 0px;
	color: #f8631c;
	/*border:1px solid #fff;*/
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 90%;
}
.mob-size-ows {
	font-size: 24px !important;
}
.map-size-ows {
	font-size: 22px !important;
}
.link {
	position: relative;
	display: inline-block;
	position: relative;
	padding-left: 0;
	z-index: 1;
}
.link:before {
	content: '';
	left: 0px;
	top: 30px;
	bottom: 0px;
	height: 3px;
	background-color: #a0b910;
	width: 30%;
	position: absolute;
	z-index: -1;
	-webkit-border-radius: 0px 50% 15px 0px;
	border-radius: 0px 50% 15px 0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.link-ows {
	position: relative;
	display: inline-block;
	position: relative;
	padding-left: 0;
	z-index: 1;
}
.link-ows:before {
	content: '';
	left: 0px;
	top: 30px;
	bottom: 0px;
	height: 3px;
	background-color: #fb6b0d;
	width: 30%;
	position: absolute;
	z-index: -1;
	-webkit-border-radius: 0px 50% 15px 0px;
	border-radius: 0px 50% 15px 0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.pd-top-5 {
	padding-top: 4px;
}
.text-md-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.footer-modern__inner .rights {
	color: #fff;
	padding-bottom: 0px;
	padding-top: 14px;
	font-weight: 300;
	font-size: 12px;
}
.pd-botm {
	padding-bottom: 50px;
}
.padding-head {
	padding: 20px 96px !important;
}
.cnt-logo {
	width: 80% !important;
	margin: 13px auto;
	float: right;
}
.cnt-head {
	font-size: 22px !important;
	text-align: center;
}
.inner-top-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 247px;
	background: #ccc;
	position: relative;
}
.inner-top-banner img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 247px;
}
.inner-top-banner .bgm {
	z-index: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.54);
	width: 100%;
	height: 100%;
}
.banner-header {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.clie-2 {
	padding: 35px 0px;
	font-family: 'Comfortaa', cursive;
	text-align: center;
	width: 100%;
	color: #373636;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	COLOR: #ffffff;
	width: 100%;
	text-align: center;
	position: relative;
}
.clie {
	font-family: 'Comfortaa', cursive;
	text-align: center;
	width: 100%;
	color: #373636;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1em;
	COLOR: #ffffff;
	width: 100%;
	text-align: center;
	position: relative;
}
.clie:before {
	position: absolute;
	content: '';
	width: 40%;
	height: 1px;
	background-color: #ffffff;
	left: 30%;
	bottom: 20px;/*bottom: -20px;*/
}
.contact-section {
	padding: 90px 0 50px;
}
.contact-section h2 {
	font-family: 'Comfortaa', cursive;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#contact-form input[type="text"], .comment-form input[type="text"], #contact-form textarea, .comment-form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #777777;
	font-size: 13px;
	font-family: 'Comfortaa', cursive;
}
#contact-form input[type="phone"], .comment-form input[type="phone"] {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #777777;
	font-size: 13px;
	font-family: 'Comfortaa', cursive;
}
#contact-form input[type="email"], .comment-form input[type="email"] {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #777777;
	font-size: 13px;
	font-family: 'Comfortaa', cursive;
}
#contact-form textarea {
	height: 131px;
}
#contact-form input[type="submit"], .comment-form input[type="submit"] {
	font-family: 'Comfortaa', cursive;
	padding: 12px 30px;
	outline: none;
	border: none;
	background: #a0ce4e;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
	cursor: pointer;
}
.contact-info {
	padding-left: 100px;
	background: url(../img/contact-map.png) center center/100% no-repeat local;
}
.contact-section ul.information-list li {
	list-style: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 33px;
}
.contact-section ul.information-list li i {
	float: left;
	color: #333333;
	font-size: 13px;
	display: inline-block;
	line-height: 24px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #94c40a;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 16px;
	color: #8cbe10;
}
.contact-section ul.information-list li span {
	display: block;
	font-size: 12px;
	color: #777777;
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;
}
.new-side-btn {
	background: #044471;
	margin: 0px 0px 20px 0px;
	-webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	box-shadow: 3px 9px 10px 3px rgb(0 0 0 / 15%);
	padding: 15px 28px;
}
.new-side-btn a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-family: 'Comfortaa', cursive;
}
.new-side-btn.active, .new-side-btn:hover {
	background: #a0b910;
}
.mpcnt {
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding: 38px 17px 0px;
}
.ows-head {
	text-align: center;
}
/*OWS Tab style*/

.tabs-ows, .subtabs-ows {
	background:#497331;
	/*background: #f7873ffc;*/
	margin: 0px 0px 20px 0px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 9px 10px 3px rgba(0, 0, 0, 0.15);
	padding: 15px 28px;
}
.tabs-ows a, .subtabs-ows a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-family: 'Comfortaa', cursive;
}
.subtabsinner-ows a {
	/*-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 17px 13px 0px 7px rgba(0, 0, 0, 0.08);*/
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}
.subtabsinner-ows {
	margin: 0px 0px 5px 10px;
	display: none;
	/*background: #f7873ffc;*/
	 background: #497331;
	 padding: 8px 15px;
}
.special-ows {
	position: relative;
}
.special-ows a:before {
	color: #fff;
	content: "\f0ab";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: 600;
	right: 0px;
	position: absolute;
	margin-right: 11px;
}
.menu {
}
.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item:last-child {
	border: none;
}
/*.ui-state-active, .ui-widget-content .ui-state-active {
    background: #457540;
}*/

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}
.ui-menu-item:hover {
	background-color: #17519d;
}
#tabs .ows .active {
	color: #fff !important;
	background-color: #000 !important;
}
#tabs .ows .active a {
	color: #fff!important;
}
/*OWS Tab style ends*/

.new-side-btn-ows {
	/*background: #f78841;*/
	background:#497331;
	margin: 0px 0px 20px 0px;
	-webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	box-shadow: 3px 9px 10px 3px rgb(0 0 0 / 15%);
	padding: 15px 28px;
}
.new-side-btn-ows a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-family: 'Comfortaa', cursive;
}
.new-side-btn-ows.active, .new-side-btn-ows:hover {
	/*background: #a0b910;*/ background:#f78841;
}
.main-home-header-text-cnt-head1 {
	margin-top: 15px;
}
.main-home-header-text-cnt-head1 h3 {
	font-family: 'Comfortaa', cursive;
	font-size: 28px;
	color: #2d2d2d;
	font-weight: 900;
	text-align: center;
}
.main-home-header-text-cnt-head2 {
	margin-top: 55px;
}
.main-home-header-text-cnt-head2 h3 {
	font-family: 'Comfortaa', cursive;
	font-size: 28px;
	color: #2d2d2d;
	font-weight: 900;
	text-align: center;
}
.main-home-header-text-cnt-head2:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 1.5px;
	background-color: #aabe49;
	left: 25%;
	top: 65px;
}
.thm-btn-ows {
	z-index: 1;
	font-size: 15px;
	line-height: 24px;
	padding: 16px 40px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	color: #fefefe;
	text-transform: uppercase;
	background-color: #9abe00;
	font-weight: 700;
	display: inline-block;
	font-family: 'Comfortaa', cursive;
}
.thm-btn-ows:hover {
	color: #ffff;
}
.thm-btn-ows::before {
	top: 0px;
	width: 0px;
	left: auto;
	right: 0px;
	z-index: -1;
	bottom: 0px;
	content: "";
	position: absolute;
	background-color: #f8631c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.thm-btn-ows:hover::before {
	left: 0px;
	width: 100%;
	right: auto;
}
.btn-margin {
	margin-left: 18px;
	margin-top: 20px;
}
.sec-marg {
	margin: 30px 0px;
}
.fullg-image1 {
	border-right: 1px dashed #3b8375;
	margin: 30px 0px;
}
.fullg-image2 {
	margin: 30px 0px;
}
.fullg-image1 img {
	width: 100%;
	height: auto;
}
.fullg-image2 img {
	width: 100%;
	height: auto;
}
.blog-card {
	/*background-color: #fff;*/
	border: 10px solid #f0f0f0;
	margin-top: 30px;
	overflow: hidden;
}
.blog-card-2 .blog-img {
	position: relative;
}
.blog-card img {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.blog-card-2 .blog-img h6 {
	font-size: 15px;
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	padding: 12px 40px 10px 15px;
	background-color: #b1ce09;
	-webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
	position: absolute;
	bottom: -20px;
	left: 20px;
	text-transform: uppercase;
}
.blog-card-2 .blog-text-area {
	padding-top: 40px;
}
.blog-card .blog-text-area {
	padding: 30px;
}
.default-button {
	/*padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
	background-color: #000;*/
	color: #000;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Lora', serif;
}
.blog-card .default-button {
	margin-top: 10px;
}
/*.default-button2 {
    border-radius: 5px;
    color: #000;
    background-color: transparent;
    border: 1px solid #e70d3d;
}
*/.default-button i {
	margin-left: 3px;
}
/* -----------------> can start accordion style copy from here ------------------------*/

.accordion-bral {
	min-height: 0;
	min-width: 220px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	margin: 0px!important;
}
.accordion-bral .ac-label {
	font-family: 'Comfortaa', cursive;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: auto;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 19px;
	background: #044471;
	margin-bottom: 5px;
}
.accordion-bral .ac-label:hover {
	background: #b1ce09;
}
.accordion-bral input:checked + .ac-label, .accordion-bral input:checked + .ac-label:hover {
	background: #b1ce09;
}
.accordion-bral input + .ac-label {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accordion-bral input:checked + .ac-label, .accordion-bral input:checked + .ac-label:active {
	background-color: #b1ce09;
	color: #FFF;
}
.accordion-bral input.ac-input {
	display: none;
}
.accordion-bral .article {
	/*background: rgb(240, 240, 240);*/
	overflow: hidden;
	height: 0px;
	max-height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {
	color: #002052;
	line-height: 23px;
	font-size: 15px;
	padding: 20px;
	font-family: 'Lora', serif;
	font-weight: 500;
	text-align: justify;
}
.accordion-bral input:checked ~ .article i {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
	height: auto;
}
.accordion-bral i {
	position: absolute;
	transform: translate(-30px, 0);
	margin-top: 16px;
	right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
	transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
	transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 3px;
	height: 9px;
}
.accordion-bral i:before {
	transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
	transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
	padding-left: 40px;
	list-style-type: disc;
}

/*table.ac-table {
  margin: 20px 0 20px 20px;
}
table.ac-table th{
  text-align: left;
}*/

@media (max-width: 550px) {
.accordion-bral .ac-label {
	font-family: 'Comfortaa', cursive;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: auto;
	padding-right: 40px;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 19px;
	background: #044471;
	border: 1px solid #CCC;
}
.accordion-bral i {
	position: absolute;
	transform: translate(-30px, 0);
	margin-top: 2%;
	right: 0;
}
}
/* ---------- accordion style end --------------------------------------- */

.acc-left-box {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.acc-left-box p {
	line-height: 23px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0px;
}
/*.acc-left-box ul {
    margin: 0px 20px 20px 20px;
    padding: 0px;
}
.acc-left-box ul li{ list-style:none; margin:0px; padding:0px; font-size:14px; margin-bottom:10px;}*/
.acc-left-box ul li img {
	width: 15px;
	height: auto;
	margin-right: 10px;
	padding: 0px;
}
/*.acc-right-box{ margin:0px; padding:0px; width:40%; height: auto; float:right;}
.acc-right-box img{ margin: 30px;
    padding: 0px;
    width: 80%;
    height: auto;
    border: 5px solid #e2dede;}*/
	
.accor-img-right {
	float: right;
	width: 50%;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.acc-box {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.acc-box img {
	width: 100%;
}
.pull-left {
	float: left;
}
.img-sz {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin-bottom: 30px;
}
.section-mar {
	margin: 20px 0px;
}
.inner-head-sec {
	width: 100%;
	height: auto;
	padding: 30px 0px;
	padding: 8px 0px 2px 0px;
	background-color: #b1ce09;
	margin-bottom: 20px;
}
.inner-head-sec h6 {
	color: #000;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.section-mar-2 {
	margin: 20px auto;
}
.download-box {
	border-top: 2px solid #a0b910;
	padding-top: 40px;
	margin-bottom: 40px;
}
.download-box:before {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #a0b910;
	background: 0 0;
	top: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	transition: all .5s ease;
	margin: auto;
}
.download-box img {
	margin-left: 70px;
	width: 80px;
}
.download-box p {
	text-align: center;
	padding-top: 15px;
}
.product-sec-img {
	margin: 0px auto;
	display: block;
	border: 5px solid #f0f0f0;
	margin-bottom: 20px;
	width: 100%;
}
.products-list ol {
	margin-bottom: 20px;
	font-family: 'Lora', serif;
}
.products-list ol li {
	position: relative;
	line-height: 27px;
	color: #002052;
	font-weight: 500;
	list-style: decimal;
}
/*table style*/

table {
	width: 100%;
	border-collapse: collapse;
	margin: 50px auto;
	font-family: 'Roboto', sans-serif;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
}
th {
	background: #b1ce09;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
}
	

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
table {
	width: 100%;
}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 1px solid #ccc;
}
td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 60%;
}
td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	/* Label the data */
	content: attr(data-column);
	color: #000;
	font-weight: bold;
}
}
.eev-image {
	width: 50%;
}
.inner-pad-left {
	padding-left: 20px;
}
.amc-st {
	color: #b1ce09;
	font-size: 20px;
}
.amc-subhead {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-size: 16px;
	color: #044471;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.amc-subhead:hover {
	letter-spacing: 1.1px;
}
.card-head-rt {
	padding: 100px 0px 40px 0px;
	position: relative;
}
.card-head-rt h6 {
	font-size: 15px;
	margin-bottom: 50px;
	display: inline-block;
	color: #fff;
	padding: 12px 40px 10px 15px;
	background-color: #b1ce09;
	-webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
	position: absolute;
	top: 20px;
	text-transform: uppercase;
}
.accor-img-right-logo {
	float: right;
	width: auto;
	border: 2px solid #f0f0f0;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.remote-subhead {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-size: 16px;
	color: #044471;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.remote-subhead:hover {
	letter-spacing: 1.1px;
}
.coldroom-mg-left {
	margin-left: 30px;
}
.coldroom {
	position: relative;
}
.coldroom h6 {
	margin-left: 35px;
	text-align: left;
	line-height: 28px;
	color: #b1ce09;
	font-size: 21px;
}
.coldroom h6::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 10px;
	width: 5px;
	height: 85px;
	background-color: #b1ce09;
}
.cold-subhead {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-size: 16px;
	color: #044471;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.cold-subhead:hover {
	letter-spacing: 1.1px;
}
.accor-img-right-cold {
	float: right;
	width: 30%;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	border: 1px solid #f0f0f0;
	padding: 4px;
}
.remote-img {
	border: none;
	width: auto;
}
.ec-fan-img {
	width: auto;
	margin: 0px auto;
	display: block;
}
/*Back to Top arrow*/	
	
button.back-to-top {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	right: 50px;
	bottom: 75px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
button.back-to-top:hover, button.back-to-top:active, button.back-to-top:focus, {
 outline: 0 !important;
}
button.back-to-top::before, button.back-to-top::after {
	content: "";
	display: block;
	vertical-align: middle;
	border-bottom: solid 10px #000;
	border-left: solid 10px transparent;
	line-height: 0;
	border-right: solid 10px transparent;
	height: 0;
	margin: 18px auto 0;
	width: 0;
	border-radius: 20px;
	visibility: hidden;
}
button.back-to-top.show::after, button.back-to-top.show::before {
	visibility: visible;
}
button.back-to-top::after {
	border-bottom-color: #fff;
	position: relative;
	top: -24px;
}
button.back-to-top.show {
	display: block;
	background: #fff;
	color: #00ab6c;
	font-size: 25px;
	right: 25px;
	bottom: 50px;
	height: 50px;
	width: 50px;
	visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
.amc-cloud-img {
	border: none;
	width: 55%;
	margin: 10px auto;
	display: block;
}
.ebm-logo {/*float: right;*/
	width: 35%;
	margin: 10px auto;
	display: block;
	border: 2px solid #f0f0f0;
	padding: 10px 10px;
}
.ows-st {
	color: #f78841;
	font-size: 20px;
}
.ows-subhead {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-size: 16px;
	color: #044471;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.ows-subhead:hover {
	letter-spacing: 1.1px;
}
.ows-pd-lft {
	padding-left: 30px;
}
.service_style_eight {
	border: 1px solid #0003;
	padding: 35px 25px 33px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
	height: 260px;
}
.service_style_eight::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 30px;
	width: 30px;
	/*background: #f78841;*/
	background:#497331;
	border-radius: 0 0 5px 0;
	z-index: -1;
	transition: .5s;
}
.icon {
	font-size: 45px;
	line-height: 45px;
}
.service_style_eight_icon .icon i {
	color: #002052;
}
.service_style_eight_content h4 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #002052;
}
.service_style_eight_content a {
	color: #002052;
}
.service_style_eight:hover::before {
	height: 100%;
	width: 100%;
}
.service_style_eight:hover .icon i {
	color: #fff;
}
.service_style_eight:hover .service_style_eight_content h4 {
	color: #fff;
}
.service_style_eight:hover .service_style_eight_content a {
	color: #fff;
}
.service_style_eight_atlas {
	border: 1px solid #0003;
	padding: 35px 25px 33px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
	height: 260px;
}
.service_style_eight_atlas::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 30px;
	width: 30px;
	background: #a0b910;
	border-radius: 0 0 5px 0;
	z-index: -1;
	transition: .5s;
}
.icon_atlas {
	font-size: 45px;
	line-height: 45px;
}
.service_style_eight_icon_atlas .icon_atlas i {
	color: #002052;
}
.service_style_eight_content_atlas h4 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #002052;
}
.service_style_eight_content_atlas a {
	color: #002052;
}
.service_style_eight_atlas:hover::before {
	height: 100%;
	width: 100%;
}
.service_style_eight_atlas:hover .icon_atlas i {
	color: #fff;
}
.service_style_eight_atlas:hover .service_style_eight_content_atlas h4 {
	color: #fff;
}
.service_style_eight_atlas:hover .service_style_eight_content_atlas a {
	color: #fff;
}
