/*
    Theme Name: Cleanixer
    Author: Authore Name
    Support: mail@gmail.com
    Description: Cleaning Services HTML5 Template
    Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header css
3. Slider css
4. About css
5. Service css
6. Wcu css
7. Get-Quote css
8. Process css
9. Appointment css
10. Project css
11. Brand Carousel css
12. Newslater css
13. Testimonial css
14. News css
15. Discount css
16. Footer css
17. Search css
18. header-extra-info css
19. Cta css
20. Pricing css
21. Team css
22. Beradcrumb css
23.mission css
24. Portfolio css
25. Feature css
26. Contact css
27. Faq css
28. Offer css
29. Counter css
30. blog page css
31. Team details page css
32. Skill css
33. Preloader css
*/
html{scroll-behavior: smooth}
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	outline: 0;
}
a,
a:hover,
a:visited,
a:link {
	text-decoration: none;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}
html,
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #123;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	font-weight: 700;
}
p {
	margin: 0;
	padding: 0;
	line-height: 28px;
}
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="url"],
select,
textarea {
	border: 1px solid #cacaca;
	padding: 10px 15px;
	border-radius: 5px;
}
a,
button,
input[type="submit"] {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.form-group input {
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.btn.focus,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}

/* 2. Header css */
.header-top-note {
	background: #eaf5ff;
	padding: 6px 0;
	border-radius: 0px 0px 10px 10px;
	margin: 0px 80px;
}
.header-top-note a {
	color: #c5c5c5;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.header-top-note a:hover {
	color: #080808;
}
.header-top-note a::after {
	height: 2px;
	width: 100%;
	bottom: 2px;
	content: "";
	left: 0;
	background: #799ab6;
	position: absolute;
}
.nav-area {
	padding-left: 45px;
	padding-right: 45px;
}
.site-btn {
	border-radius: 40px;
	border: 2px solid #d4dfe9;
	display: inline-block;
	padding: 8px 27px;
	position: relative;
	font-weight: 700;
	color: #fff;
	padding-right: 10px;
	background: #fff;
}
.site-btn .icon {
	width: 40px;
	height: 40px;
	background: #000000;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 6px 12px 0px #f6f9fa47;
	        box-shadow: 0px 6px 12px 0px #f8f9fa47;
	margin-left: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.site-btn .icon.yellow {
	background: #ffd57f;
	color: #004976;
	-webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
	        box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}
.site-btn.transparent {
	border: none;
}
.site-btn.black {
	background: #fff;
	color: #fff;
}
.site-btn:hover {
	background: #eff0f1;
	color: #fff;
	border-color: transparent;
}
.site-btn.transparent:hover {
	background: #004876;
	color: #fff;
}
.site-btn.black:hover {
	background: #fff;
	color: #004876;
}
.nav-area {
	z-index: 2;
	position: relative;
}
.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.main-menu ul a {
	font-weight: 400;
	color: #0c0c0c;
	padding: 31px 0;
	display: block;
	font-size: 20px;
}
.main-menu ul li:not(:first-child) {
	margin-left: 55px;
}
.main-menu {
	text-align: center;
	margin-top: -6%;;
}
.main-menu ul li:hover > a {
	color: white; font-size:24px;  border-bottom:  2PX SOLID #003a1b;
}
.main-menu ul li .sub-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
	min-width: 240px;
	top: 110%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 25px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 2;
	text-align: left;
}
.main-menu ul li .sub-menu li {
	margin-left: 0;
}
.main-menu ul li .sub-menu a {
	padding: 11px 30px;
}
.main-menu ul li .sub-menu::after {
	background: #00baee;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	position: absolute;
}
.main-menu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.header-info-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.header-info-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	z-index: 3;
}
.header-lang-list {
	position: absolute;
	left: 0;
	top: 115%;
	width: 100%;
	background: #fff;
	z-index: 2;
	border-top: 3px solid #00baee;
	padding: 10px 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-lang {
	position: relative;
}
.header-lang-list a {
	color: #004976;
	font-size: 32px;
	display: block;
	padding: 8px 20px;
	font-weight: 500;
}
.header-lang-list a:hover {
	color: #00baee;
}
.header-lang:hover .header-lang-list {
	opacity: 1;
	visibility: visible;
	top: 104%;
}
.lang-icon .icon {
    background: #00EFDA;
    color: #004976;
}
.lang-icon > .site-btn:hover {
    background: #004976;
    color: #fff;
}
.header-button-list .btn {
	width: 60px;
	height: 60px;
	line-height: 49px;
	color: #000;
	border: 2px solid #d4dfe9;
	
}
.header-button-list .btn:hover {
	background: rgb(12, 53, 25);
	color: #fff;
	border-color: transparent;
}
.header-button-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-button-list .btn:not(:last-child) {
	margin-right: 15px;
}
.nav-area.sticky-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}
.sticky-header .main-menu ul a {
	padding: 38px 0;
}
.sticky-header .header-info-left,
.sticky-header .header-info-right {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}
.nav-area.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
/* header 2 css */
.site-header-2 .nav-area {
	padding: 0 130px;
}
.header-top-area-2 {
	color: #fff;
	padding: 8px 130px;
}
.site-header-2 .header-info-left,
.site-header-2 .header-info-right {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.header-top-info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-top-info ul li {
	font-size: 14px;
	font-weight: 700;
	
}
.header-top-info ul li a {
	color: #fff;
	font-weight: 700;
}
.header-top-info li:not(:last-child) {
	margin-right: 40px;
}
.header-top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-top-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-top-menu li a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
.header-top-menu li:not(:last-child) {
	margin-right: 40px;
}
.header-top-social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 40px;
}
.header-top-social-links a {
	font-size: 14px;
	color: #fff;
}
.header-top-social-links a:not(:last-child) {
	margin-right: 15px;
}
.site-header-2 .header-info-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.site-header-2 .header-lang .site-btn .icon {
	background: #f7c355;
	color: #004976;
	-webkit-box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
	        box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
}
.site-header-2 .main-menu ul a {
	padding: 52px 0;
}
.site-header-2 .sticky-header .main-menu ul a {
	padding: 38px 0;
}
.sticky-header .main-menu ul li .sub-menu a {
	padding: 11px 30px;
}
/* Header css 3 */
.transparent .nav-area.sticky-header {
	background: #2c422b;
}
.site-header.transparent {
	position: absolute;
	width: 100%;
	z-index: 90;
}
.transparent .header-top-note {
	background: #00baee;
	color: #fff;
}
.transparent .header-top-note a {
	color: #fff;
}
.transparent .header-top-note a::after {
	background: #fff;
}
.transparent .main-menu ul a {
	color: #fff;
}
.transparent .main-menu ul .sub-menu a {
	color: #004976;
}
.transparent .main-menu ul .sub-menu a:hover {
	color: #00baee;
}
.transparent .site-btn {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.1);
}
.transparent .site-btn:hover {
	background: #004976;
}
.transparent .header-button-list .btn {
	color: #fff;
	margin-top: -38%;
	border-color: rgba(255, 255, 255, 0.1);
}

/* 3. Slider css */
.homepage-slide {
	height: 900px;
}
.single-slide-item {
	height: 900px;
	position: relative;
}
.single-slide-item img {
	width: auto !important;
}
.single-slide-content {
	position: relative;
	z-index: 3;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding-top: 200px;
}
.slide-shape-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.slide-shape-left span:last-child {
	position: absolute;
	top: 0;
	left: 0;
}
.slide-shape-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
.slide-shape-right span:last-child {
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.slide-shape-right span {
	right: 0;
	text-align: right;
}
.slide-shape-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.single-slide-content .slide-title {
	font-size: 110px;
	color: #fff;
	margin-top: 23px;
	line-height: 120px;
	margin-bottom: 0;
	letter-spacing: -4px;
}
.single-slide-content .video-link {
	margin-bottom: 43px;
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
.video-link {
	display: inline-block;
}
.wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
}
.wave-pulse:before,
.wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
}
.wave-pulse:before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.video-play-wrap {
	position: relative;
	width: 80px;
	height: 80px;
}
.video-play {
	width: 80px;
	height: 80px;
	background: #ffffff;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
	-o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
	transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
	border-radius: 50%;
	color: #004976;
	text-align: center;
	line-height: 85px;
	font-size: 16px;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    margin-left: 1px;
    z-index: 2;
}
.video-link:hover .video-play {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.single-slide-item::before {
	background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
	background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
	background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
}
.homepage-slide .owl-nav div {
	font-size: 18px;
	width: 40px;
	height: 40px;

	
	text-align: center;

	display: flex;
	justify-content: center;
	left: 90px;
	position: absolute;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.homepage-slide .owl-nav div.owl-next {
	left: auto;
	right: 90px;
}
.homepage-slide:hover .owl-nav div {
	left: 105px;
	visibility: visible;
	opacity: 1;
}
.homepage-slide:hover .owl-nav div.owl-next {
	right: 105px;
	left: auto;
}
/* Slider 2 css */
.homepage-slide-2,
.single-slide-item-2 {
	height: 800px;
}
.single-slide-content-2 .slide-shape {
	position: absolute;
	top: -130px;
	z-index: -1;
	left: -120px;
}
.single-slide-content-2 {
	color: #004976;
	position: relative;
	z-index: 2;
	padding-top: 0;
}
.single-slide-content-2 .slide-title {
	color: #004976;
	font-size: 90px;
	line-height: 90px;
}
.single-slide-content-2 .slide-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.single-slide-content-2 .site-btn.boxed {
	margin-right: 30px;
	-webkit-box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
	        box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
}
.single-slide-content-2 .slide-shape span:last-child {
	position: absolute;
	left: -70px;
	margin-top: -30px;
}
/* Slider 3 css */
.single-slide-item-3::before {
	background: #000;
}
.homepage-slide-3,
.single-slide-item-3 {
	height: 950px;
}
.single-slide-content-3 {
	padding-top: 320px;
}
.site-btn.boxed.yellow {
	background:transparent;
	color: #ffffff;
	padding: 15px;
	width: 200px;
	border: 1px solid green;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.single-slide-content-3 .site-btn.boxed {
	color: #ffffff;
	border: 1px solid green;
	padding: 15px;
	
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.single-slide-content-3 .site-btn:first-child {
	margin-right: 20px;
}
.site-btn.boxed:hover {
	background: #1234;
	color: #fff;
}
/* 4. About css */
.service-search-wrapper {
	background: #fff;
	-webkit-box-shadow: 0 8px 16px 0px #d9e1e9;
	        box-shadow: 0 8px 16px 0px #d9e1e9;
	padding: 80px;
	padding-bottom: 60px;
	border-bottom: 6px solid #00baee;
	padding-top: 45px;
	margin-top: -95px;
	position: relative;
	z-index: 2;
	margin-bottom: 180px;
}
.service-search-wrapper .form-group-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.service-search-wrapper .form-group {
	margin: 0;
	position: relative;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	text-align: right;
}
.service-search-wrapper .form-group-wrapper .form-group:nth-child(1),
.service-search-wrapper .form-group-wrapper .form-group:nth-child(2) {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
}
.service-search-wrapper .form-group-wrapper .form-group:nth-child(1) {
	margin-right: 15px;
}
.service-search-wrapper .form-group label {
	position: absolute;
	font-size: 18px;
	color: #00bbee;
	margin: 0;
	top: 31px;
	left: 0;
	z-index: 2;
}
.service-search-wrapper .form-group input {
	border: none;
	border-bottom: 2px solid #004876;
	font-size: 18px;
	color: #004876;
	font-weight: 600;
	border-radius: 0px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-top: 30px;
}
.service-search-wrapper .form-group input::-webkit-input-placeholder {
	color: #004876;
	font-weight: 600;
	opacity: 1;
}
.service-search-wrapper .form-group input::-moz-placeholder {
	color: #004876;
	font-weight: 600;
	opacity: 1;
}
.service-search-wrapper .form-group input:-ms-input-placeholder {
	color: #004876;
	font-weight: 600;
	opacity: 1;
}
.service-search-wrapper .form-group input::-ms-input-placeholder {
	color: #004876;
	font-weight: 600;
	opacity: 1;
}
.service-search-wrapper .form-group input::placeholder {
	color: #004876;
	font-weight: 600;
	opacity: 1;
}
.service-search-wrapper .form-group .nice-select {
	border: 0px;
	width: 100%;
	border-bottom: 2px solid #004876;
	border-radius: 0px;
	padding: 30px;
	height: auto;
	padding-right: 0;
	padding-bottom: 14px;
	padding-top: 25px;
}
.service-search-wrapper .form-group .nice-select::after {
	display: none;
}
.service-search-wrapper .form-group .nice-select .list {
	width: 100%;
}
.service-search-wrapper .form-group .nice-select .current {
	font-size: 18px;
	font-weight: 600;
}
.service-search-wrapper .form-group:nth-child(2) {
	margin-left: 15px;
}
.service-search-wrapper .site-btn {
	padding: 8px 36px;
	padding-right: 10px;
}
.about-left-side .about-thumb-mid {
	position: absolute;
	top: -90px;
	left: -220px;
}
.about-left-side .about-thumb-sml {
	position: absolute;
	right: 20px;
	bottom: -45px;
}
.about-left-side {
	position: relative;
}
.about-left-side .about-thumb-sml-xs {
	position: absolute;
	left: -115px;
	bottom: -50px;
}
.section-heading-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section-heading-top img {
	margin-right: 30px;
}
.section-heading-top .sub-title span {
	color: #00bbee;
}
.section-heading .section-title {
	font-size: 60px;
	margin-bottom: 30px;
	letter-spacing: -2px;
}
.section-heading-2 .section-title {
	font-size: 48px;
}
.bg-2 {
	background:#f1f1f159;
}
.about-right-side {
	padding-left: 30px;
}
.section-heading .section-content {
	background: #f1f1f159;
	border-left: 6px solid #000000;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 600;
	font-size: 18px;
	-webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
	        box-shadow: 0 6px 12px 0px #d3dbe33d;
}
.about-list .single-item .icon {
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
	        box-shadow: 0 6px 12px 0px #d3dbe33d;
	margin-right: 20px;
}
.about-list .single-item span {
	font-weight: 600;
}
.about-list .single-item {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
/* About 2 css */
.about-left-side-2 .about-thumb-mid {
	position: inherit;
	text-align: right;
	top: -125px;
	left: 0px !important;
}
.about-left-side-2 .about-thumb-sml {
	position: absolute;
	top: 115px;
	right: -20px;
}
.about-left-side-2 .about-thumb-box {
	position: absolute;
	background: #f7c355;
	padding: 44px 30px;
	text-align: center;
	-webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
	        box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
	top: 80px;
	left: 70px;
	z-index: 5;
}
.about-left-side-2 .about-thumb-box .title {
	color: #004876;
	font-size: 80px;
}
.about-left-side-2 .about-thumb-box .title .year {
	font-size: 16px;
	display: block;
	margin-top: -5px;
}
.about-left-side-2 .about-thumb-box .title .plus {
	font-size: 16px;
}
.about-left-side-2 .about-thumb-big {
	position: relative;
	z-index: 2;
}
.about-left-side-2 .about-thumb-mid-wrap {
	position: absolute;
	right: -50px;
}
.about-right-side-2 {
	padding-left: 45px;
}
.about-right-side-2 .about-list-wrapper {
	padding-left: 45px;
}
.about-right-side-2 .about-list-wrapper .content {
	margin-bottom: 30px;
}
.about-list-2 .single-item .icon {
	font-size: 24px;
	color: #00bbee;
	border-radius: 0px;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: auto;
	width: auto;
	line-height: 24px;
	min-width: 30px;
}
.about-list-2 .single-item span {
	font-size: 18px;
}
.about-list-2 .about-list-author {
	padding-top: 34px;
}
.about-right-side-2 .about-list-author {
	padding-top: 34px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
	        box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
	position: relative;
}
.about-right-side-2 .about-list-author::after {
	height: 4px;
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f7c355;
}
.about-right-side-2 .about-list-author .name {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 16px;
}
.about-right-side-2 .about-list-author .designation {
	color: #064b1d;
}
/* About css 3 */
.about-left-side-3 .about-thumb-box .year {
	font-size: 14px;
	font-weight: 400;
}
.about-left-side-3 .about-thumb-box .title {
	font-size: 40px;
	margin-bottom: 0;
}
.about-left-side-3 .about-thumb-box {
	padding: 29px 10px;
	right: 0;
	bottom: 0;
	top: auto;
	background: #fff;
	border-left: 4px solid #f7c355;
	-webkit-box-shadow: none;
	        box-shadow: none;
	left: auto;
	padding-left: 14px;
}
.about-right-box {
	position: absolute;
	top: -155px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
	        box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
	border-left: 4px solid #00baee;
	padding-left: 26px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 60px;
	z-index: 1;
	right: 0;
}
.about-right-box h2 {
	font-size: 30px;
	margin-bottom: 0;
}
.about-right-box span {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.about-right-box .icon {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 40px;
	color: #f3f3f3;
}
.about-left-side-3 .about-thumb-big {
	z-index: 1;
}

/* About css 4 */
.about-left-side-4 .about-thumb-big img {
	width: 100%;
}
.about-right-side-4 .about-list-wrapper {
	padding-left: 0px;
}

/* 5. Service css */
.bg-3 {
	background: #004876;
}
.section-heading.white .section-title {
	color: #fff;
}
.section-heading.white .sub-title {
	color: #fff;
}
.section-heading-2 .sub-title,
.section-heading-3 .sub-title,
.section-heading-2.white .sub-title {
	color: #000000;
	font-size: 16px;
}
.service-section-content {
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}
.service-section-content::after {
	left: 0;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	background: #00bbef;
	height: 100px;
	width: 1px;
}
.service-box-area {
	position: relative;
	z-index: 1;
}
.service-box-area::after {
	background: #f7fbff;
	left: 0;
	bottom: -1px;
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	z-index: -1;
}
.service-box-area::before {
	height: 165px;
	top: 2px;
	left: 0;
	content: "";
	background: #004876;
	position: absolute;
	width: 100%;
}
.service-heading-box {
	padding-bottom: 245px;
}
.service-content {
	background: #fff;
	margin-left: 30px;
	margin-right: 30px;
	padding: 29px 30px;
	-webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
	        box-shadow: 0 8px 12px 0px #d3dbe33d;
	position: relative;
	margin-top: -60px;
}
.service-content .service-price {
	font-weight: 700;
	color: #00bbef;
	margin-bottom: 2px;
	display: block;
}
.service-content .service-title {
	font-size: 24px;
	margin-bottom: 0;
}
.service-content .service-title a{
	display: inline-block;
	color: #004976;
}
.service-content .service-title:hover a{
	color: #00BAEE;
}
.service-content .service-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	right: 30px;
	top: -40px;
	-webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
	        box-shadow: 0 8px 12px 0px #d3dbe33d;
}
.single-service-box .service-thumb {
	overflow: hidden;
}
.service-thumb img {
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.single-service-box:hover .service-thumb img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.service-note {
	font-size: 20px;
}
.service-note a {
	color: #35b4f1;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.service-note a:hover {
	color: #004876;
}
.service-note a::after {
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #88cff6;
	position: absolute;
}

/* Service 2 css */
.service-cat-box:hover .cat-title {
	color: #00baee;
}
.service-cat-content {
	margin-top: 27px;
	color: #004976;
}
.service-cat-content .cat-title {
	margin-bottom: 8px;
	color: #004976;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.custom-col-width .col-xl-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
}
.section-heading-2 .section-content {
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
	font-weight: 400;
}

/* service css 3 */
.video-area {
	height: 200px;
	background: #000;
}
.single-service-box-2 {
	padding-right: 40px;
}
.service-box-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.single-service-box-2 .service-icon {
	font-size: 40px;
	color: #00bbee;
	margin-right: 30px;
}
.single-service-box-2:hover .service-icon {
	-webkit-animation: flipInY .5s ease-in-out;
	        animation: flipInY .5s ease-in-out;
}
.single-service-box-2 .service-title {
	margin-bottom: 0;
	font-weight: 500;
}
.single-service-box-2 .inline-btn {
	color: #004976;
	font-weight: 700;
	display: inline-block;
	margin-top: 15px;
}
.single-service-box-2 .inline-btn i {
	margin-right: 2px;
}
.single-service-box-2 .inline-btn:hover {
	color: #00bbee;
}

/* Service 4 css */
.service-box-area-2::before {
	background: transparent;
}

/* 6. Wcu css */
.wcu-content {
	-ms-flex-preferred-size: 75%;
	    flex-basis: 75%;
	padding-left: 30px;
	font-size: 18px;
}
.wcu-content .wcu-title {
	margin-bottom: 20px;
}
.wcu-thumb-box img {
	width: 100%;
	border-radius: 40px;
}

/* wcu 2 css */
.wcu-area .section-heading-3 .section-title {
	font-size: 48px;
}
.wcu-box-wrapper-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wcu-box-2 {
	background: #fff;
	position: relative;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	padding: 40px;
	z-index: 1;
	padding-bottom: 44px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.wcu-box-2::after {
	height: 4px;
	width: 0%;
	background:darkgreen;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	visibility: hidden;
}
.wcu-box-2.active::after {
	right: auto;
	width: 100%;
	visibility: visible;
	opacity: 1;
	left: 0;
}
.wcu-box-2.active {
	-webkit-box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
	        box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
}
.wcu-box-wrapper-2 .wcu-box-2:first-child {
	margin-right: 5px;
}
.wcu-box-wrapper-2 .wcu-box-2:last-child {
	margin-left: 5px;
}
.wcu-box-wrapper-2 .wcu-box-2:first-child .count {
	right: -20px;
}
.wcu-box-2 .count {
	font-size: 160px;
	font-weight: 700;
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: -1;
	line-height: 117px;
	color: #f7fbff;
}
.wcu-box-2 .wcu-content {
	padding-left: 0;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.wcu-box-2 .wcu-title {
	margin-bottom: 16px;
	color: #004976;
}
.wcu-right-2 .wcu-thumb-2 {
	position: absolute;
	background: transparent;
	z-index: 1;
	top: 0;
}
.wcu-right-2 .wcu-thumb-2::before {
	border-radius: 50%;
	background: #f7c355;
}
.wcu-right-2 .wcu-shape {
	position: absolute;
	right: 90px;
	top: 10px;
	z-index: 2;
}
.wcu-right-2 {
	text-align: right;
	z-index: 1;
	margin-top: 100px;
}
.wcu-right-2 .wcu-thumb-1 {
	position: relative;
	z-index: 3;
}
.wcu-right-2 img {
	border-radius: 50%;
}

/* 7. Get-Quote css */
.get-quote-left-side {
	position: relative;
}
.get-quote-thumb-small {
	position: absolute;
	right: 10px;
	bottom: -165px;
}
.get-quote-icon-box {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	bottom: 130px;
	z-index: 2;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	right: 70px;
}
.get-quote-thumb-big {
	position: relative;
	z-index: 2;
}
.get-quote-icon-box img {
	-webkit-animation: 1.5s shake infinite;
	        animation: 1.5s shake infinite;
}
@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(7deg);
		        transform: rotate(7deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(7deg);
		        transform: rotate(7deg);
	}
}
@keyframes shake {
	0% {
		-webkit-transform: rotate(7deg);
		        transform: rotate(7deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(7deg);
		        transform: rotate(7deg);
	}
}
.get-quote-icon-box::after {
	width: 180px;
	height: 180px;
	-webkit-box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
	        box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
	left: -20px;
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.get-quote-right-side .site-btn.transparent:hover {
	background: transparent;
	color: #00baee;
}

/* 8. Process css  */
.single-process-box {
	padding: 60px 50px;
	background: #fff;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-process-box.active {
	-webkit-box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
	        box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
}
.single-process-box::after {
	height: 4px;
	width: 0%;
	background: #35b3f1;
	content: "";
	left: 100%;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}
.single-process-box.active::after {
	left: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	transition: width 0.4s ease;
}
.process-box-title {
	font-size: 30px;
	margin-bottom: 18px;
}
.single-process-box .inline-btn {
	font-weight: 700;
	color: #00bbee;
	margin-bottom: 28px;
	display: inline-block;
}
.single-process-box .inline-btn i {
	margin-left: 8px;
}
.single-process-box .process-box-icon {
	margin-top: 33px;
}
.single-process-box .count {
	position: absolute;
	right: 30px;
	height: 40px;
	width: 40px;
	background: #35b3f1;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	border-radius: 50%;
	-webkit-box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
	        box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
	bottom: 30px;
}

/* Process 2 css */
.single-process-box-2 {
	padding: 0;
	background: transparent;
}
.single-process-box-2 .process-box-title {
	font-size: 24px;
	margin-bottom: 13px;
}
.single-process-box-2::after {
	display: none;
}
.single-process-box-2:hover {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.single-process-box-2 .process-box-thumb {
	position: relative;
	background: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 220px;
	margin: 0 auto;
}
.single-process-box-2 .process-box-thumb img {
    border-radius: 50%;
}
.single-process-box-2 .count-small {
	width: 60px;
	height: 60px;
	background: #fff;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: 0px 16px 32px 0px #0049764b;
	        box-shadow: 0px 16px 32px 0px #0049764b;
	border-radius: 50%;
	font-weight: 700;
	line-height: 63px;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 2;
}
.single-process-box-2 .count-big {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 120px;
	font-weight: 700;
	line-height: 86px;
	top: -55px;
	z-index: -1;
	color: #f0f5f9;
	letter-spacing: -6px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-process-box-2:hover .count-big {
    top: -65px;
}
/* Process css 3 */
.single-process-box-3 {
	background: #fff;
	padding: 50px 55px;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}
.single-process-box-3::before {
	bottom: 0px;
	width: 0%;
	height: 10px;
	position: absolute;
	content: "";
	right: 0;
	background: #00baee;
	z-index: 2;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.single-process-box-3:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}
.single-process-box-3.yellow::before,
.single-process-box-3.blue::before {
	background: #fff;
}
.single-process-box-3.yellow {
	background: #fce022;
}
.single-process-box-3.yellow:hover {
	background: #fce022;
}
.single-process-box-3.blue {
	background: #4cefd6;
}
.single-process-box-3.blue:hover {
	background: #4cefd6;
}
.single-process-box-3:hover {
	background: #fff;
}
.single-process-box-2 .process-box-title {
	margin-bottom: 18px;
}
.single-process-box-3 .inline-btn {
	margin-bottom: 0;
}
.single-process-box-3.yellow .inline-btn,
.single-process-box-3.blue .inline-btn {
	color: #004976;
}
.single-process-box-3 .count-big {
	color: #034f7e;
	z-index: -1;
	left: auto;
	right: -20px;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	font-size: 140px;
	line-height: 99px;
	top: -90px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-process-box-3.yellow .count-big,
.single-process-box-3.blue .count-big {right: -1px;}
.single-process-box-3:hover .count-big {
	opacity: 1;
	visibility: visible;
	top: -99px;
}

/* 9. Appointment css */
.appointment-area::before {
	z-index: -1;
	background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
	background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
	background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
}
.appointment-area {
	z-index: 1;
}
.appointment-form .form-group input {
	background: transparent;
	color: #fff;
	border: 2px solid #9ab5c5;
	border-radius: 40px;
	padding: 21px 38px;
	width: 100%;
}
.appointment-form .form-group input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.appointment-form .form-group input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.appointment-form .form-group input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.appointment-form .form-group input::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.appointment-form .form-group input::placeholder {
	color: #fff;
	opacity: 1;
}
.appointment-form .form-group {
	position: relative;
	margin-bottom: 0;
}
.appointment-form .form-group label {
	position: absolute;
	right: 40px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	color: #fff;
}
.appointment-form .site-btn {
	padding: 13px 45px;
	padding-right: 10px;
	border: none;
}
.appointment-form .site-btn .icon {
	margin-left: 32px;
}

/* 10. Project css */
.singel-project-item .project-content {
	background: #004876;
	color: #fff;
	margin-left: 30px;
	margin-right: 30px;
	padding: 32px 45px;
	position: relative;
	margin-top: -57px;
	position: relative;
	z-index: 2;
	padding-right: 120px;
}
.project-content .sub-title {
	color: #00bbef;
	margin-bottom: 12px;
	font-size: 16px;
}
.project-content .project-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	background: #ffd57f;
	display: inline-block;
	line-height: 62px;
	color: #004976;
	border-radius: 50%;
	-webkit-box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
	        box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.project-content .project-icon:hover {
	color: #fff;
	background: #35b3f1;
}
.project-content .project-title {
	font-size: 24px;
}
.singel-project-item {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.singel-project-item .project-thumb::before {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
	background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
	background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.singel-project-item:hover .project-icon {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	top: -30px;
}
.singel-project-item:hover .project-thumb::before {
	opacity: 0.5;
	visibility: visible;
}

/* 11. Brand Carousel css */
.singel-brand-item img {
	width: auto !important;
}
.singel-brand-item {
	min-height: 120px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-filter: grayscale(100);
	        filter: grayscale(100);
	opacity: 0.4;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.singel-brand-item:hover {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
}

/* Brand Carousel 2 css */
.brand-carousel-2 .singel-brand-item {
	opacity: 1;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.brand-carousel-2 .singel-brand-item:hover {
	opacity: 0.8;
}

/* brand 3 css */
.single-brand-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 170px;
	background: #f8f9ff;
}
.single-brand-box .hover {
	display: none;
}
.single-brand-box:hover .hover {
	display: inline-block;
}
.single-brand-box:hover .default {
	display: none;
}
.single-brand-box:hover {
	background: #00bfed;
}
.single-brand-box {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* 12. Newslater css */
.newslater-shape {
	position: absolute;
	top: -50px;
}
.newslater-area {
	position: relative;
}
.newslater-form input {
	padding: 28px 35px;
	border-radius: 40px;
	border: none;
	color: #004976;
	width: 100%;
}
.newslater-form {
	position: relative;
	margin-top: 15px;
}
.newslater-form .site-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.site-btn.boxed {
	background: #007336;
	display: inline-block;
	color: #fff;
	border: none;
	padding: 18px 46px;
	-webkit-box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
	        box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
	font-size: 16px;
}
.newslater-form input::-webkit-input-placeholder {
	color: #004976;
	opacity: 1;
}
.newslater-form input::-moz-placeholder {
	color: #004976;
	opacity: 1;
}
.newslater-form input:-ms-input-placeholder {
	color: #004976;
	opacity: 1;
}
.newslater-form input::-ms-input-placeholder {
	color: #004976;
	opacity: 1;
}
.newslater-form input::placeholder {
	color: #004976;
	opacity: 1;
}
.newslater-area .section-heading.white {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.newslater-area .section-heading .sub-title {
	margin-bottom: 20px;
}
.newslater-area .section-heading .section-title {
	margin-bottom: 0;
}
.newslater-form .site-btn:hover {
	background: #004876;
}
.bg-4 {
	background: #f0f5ff;
}
.bg-5 {
	background: #f7c355;
}

/* Newslater 2 css */
.newslater-form-2 input {
	border-radius: 0px;
}
.newslater-form-2 .site-btn.boxed {
	border-radius: 0px;
	background: #f7c355;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.newslater-form-2 .site-btn.boxed:hover {
	background: #004876;
	color: #fff;
}
.newslater-form-2 {
	-webkit-box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
	        box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
}
.newslater-laptop-wrap {
	position: absolute;
	left: 0;
	top: -65px;
}
.newslater-shape-imgs {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-70%, -80%);
	    -ms-transform: translate(-70%, -80%);
	        transform: translate(-70%, -80%);
}
.newslater-shape-imgs .newslater-shape-logo {
	margin-bottom: 40px;
}
.newslater-app-img img:first-child {
	margin-right: 20px;
}

/* 13. Testimonial css */
.testimonial-carousel img {
	width: auto !important;
}
.testimonial-carousel {
	background: #fff;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 70px;
	padding-bottom: 60px;
	border-radius: 15px;
	position: relative;
	-webkit-box-shadow: 0px 6px 12px 0px #00497628;
	        box-shadow: 0px 6px 12px 0px #00497628;
	z-index: 3 !important;
}
.testimonial-carousel::after,
.testimonial-carousel::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -20px;
	width: calc(100% - 40px);
	height: 20px;
	-webkit-box-shadow: 0px 6px 12px 0px #00497628;
	        box-shadow: 0px 6px 12px 0px #00497628;
	z-index: -1;
	border-radius: 0px 0px 15px 15px;
}
.testimonial-carousel::before {
	left: 40px;
	bottom: -40px;
	width: calc(100% - 80px);
}
.single-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: #fff;
	z-index: 4;
}
.single-testimonial .thumb {
	position: relative;
	margin-left: 20px;
}
.single-testimonial .thumb img {
	border-radius: 50%;
}
.single-testimonial .content {
	-ms-flex-preferred-size: 82%;
	    flex-basis: 82%;
	padding-left: 60px;
}
.single-testimonial .content .author-logo {
	display: inline-block;
}
.single-testimonial .thumb::after {
	content: "";
	left: -20px;
	top: -20px;
	height: 180px;
	width: 180px;
	position: absolute;
	border: 2px solid #f6fbff;
	border-radius: 50%;
}
.single-testimonial .thumb .icon {
	position: absolute;
	top: -18px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: #ffd57f;
	text-align: center;
	line-height: 31px;
	border-radius: 50%;
	font-size: 14px;
	z-index: 2;
	-webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
	        box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}
.single-testimonial .content {
	font-size: 20px;
}
.testimonial-meta .name {
	font-size: 30px;
}
.testimonial-meta .designation {
	font-size: 16px;
	color: #2c422b;
}
.testimonial-carousel .owl-dots div {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #dceeff;
}
.testimonial-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 80px;
	top: 80px;
	width: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.testimonial-carousel .owl-dots div.active {
	background:#2c422b;
}
.testimonial-carousel .owl-dots div:not(:last-child) {
	margin-right: 10px;
}
/* testimonial css 2 */
.testimonial-area-2 .section-heading.white .sub-title {
	color: #00bbee;
}
.testimonial-area-2 .testimonial-carousel::after,
.testimonial-area-2 .testimonial-carousel::before {
	-webkit-box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
	        box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
	z-index: 2;
	background: rgba(255, 255, 255, 0.2);
}
.testimonial-area-2 .testimonial-carousel::before {
	background: rgba(255, 255, 255, 0.04);
}

/* 14. News css */
.postbox-text {
	padding: 35px 30px;
	border: 2px solid #e2edf6;
	border-top: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-top: 36px;
	padding-bottom: 30px;
}
.postbox {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.postbox:hover {
	-webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
	        box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}
.postbox:hover .postbox-text {
	border-color: transparent;
}
.postbox .blog-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.postbox .blog-title a {
	color: #004976;
}
.postbox .blog-title a:hover {
	color: #00bbee;
}
.postbox .post-meta a {
	font-weight: 600;
	color: #004976;
	position: relative;
}
.postbox .post-meta a:hover {
	color: #00bbee;
}
.postbox .post-meta a i {
	color: #00bbee;
	margin-right: 5px;
}
.postbox .post-meta a:not(:last-child) {
	margin-right: 36px;
}
.postbox .post-meta a:not(:last-child)::after {
	content: "";
	height: 14px;
	width: 2px;
	background: #cfe0e5;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -17px;
}
.postbox .post-text {
	font-size: 14px;
}
.postbox-thumb img {
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.postbox-thumb {
	overflow: hidden;
}
.postbox:hover .postbox-thumb img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* News 2 css */
.post-list-wrapper .postbox-text {
	border-top: 2px solid #e2edf6;
	padding-bottom: 35px;
}
.post-list-wrapper .postbox .blog-title {
	margin-bottom: 0;
}

/* News 3 css */
.news-area-3 .postbox-text {
	padding: 0;
	border: none;
	position: relative;
}
.postbox .post-cat {
	position: absolute;
	top: -18px;
	font-weight: 700;
	background: #02c0f0;
	color: #fff;
	display: inline-block;
	padding: 7px 19px;
	border-radius: 40px;
	font-size: 14px;
	left: 30px;
	z-index: 2;
}
.postbox-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 50px 40px;
	padding-top: 0;
	z-index: 2;
}
.postbox-content .inline-btn {
	position: absolute;
	right: -20px;
	color: #004976;
	background: #f7c355;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	bottom: 20px;
}
.postbox-content .inline-btn:hover {
	background: #004876;
	color: #fff;
}
.news-area-3 .postbox .blog-title {
	margin-bottom: 0;
}
.news-area-3 .postbox .blog-title a,
.news-area-3 .post-meta a,
.news-area-3 .postbox .post-meta i {
	color: #fff;
}
.news-area-3 .postbox .post-meta a:not(:last-child)::after {
	background: #fff;
}
.news-area-3 .postbox-thumb::before {
	background: #000;
}
.news-area-3 .postbox .blog-title a:hover {
	color: #02c0f0;
}

/* 15. Discount css */
.discount-box {
	background: #ffd57f;
	-webkit-transform: translateY(120px);
	    -ms-transform: translateY(120px);
	        transform: translateY(120px);
	position: relative;
	z-index: 2;
}
.discount-box .discount-title {
	font-size: 50px;
	margin: 0;
}
.discount-title span {
	font-weight: 300;
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
}
.discount-btns a {
	padding: 10px 27px;
	padding-right: 10px;
}
.discount-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.discount-btns .site-btn.black {
	margin-left: 20px;
}

/* 16. Footer css */
.site-footer {
	margin-top: -10px;
	z-index: 1;
	color: #fff;
	font-weight: 500;
}
.site-footer::before {
	z-index: -1;
}
.footer-widget .title {
	position: relative;
	display: inline-block;
	padding-left: 24px;
	font-size: 20px;
	margin-bottom: 40px;
}
.footer-widget .title::after {
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #ffd57f;
	left: 0;
	position: absolute;
	content: "";
	width: 4px;
}
.footer-widget ul li a {
	color: #fff;
	display: block;
	font-weight: 500;
}
.footer-widget ul li a:hover {
	color: #ffd57f;
}
.footer-widget ul li i {
	margin-right: 15px;
	color: #5b84a3;
}
.footer-widget ul li:not(:first-child) {
	margin-top: 26px;
}
.footer-contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 2px solid #28475d;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.footer-contact-info .content {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
}
.footer-contact-info .box {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	background: #ffd57f;
	padding: 14px 30px;
	margin-top: 10px;
	position: relative;
	padding-right: 50px;
}
.footer-contact-info .box h2 {
	font-size: 30px;
	color: #002542;
	margin: 0;
}
.footer-contact-info .box h2 span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer-contact-info .box .icon {
	font-size: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f0c877;
}
.footer-contact-info .content a {
	color: #ffd57f;
	display: inline-block;
	margin-top: 13px;
	font-weight: 500;
}
.footer-contact-info .content a i {
	margin-right: 20px;
}
.footer-social-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-social-info .content {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
}
.footer-social-info .social-links {
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer-social-info .content a {
	color: #fff;
	display: block;
}
.footer-social-info .content a:hover {
	color: #ffd57f;
}
.footer-social-info .content a span {
	color: #517fa2;
}
.social-links a {
	display: block;
	width: 40px;
	height: 40px;
	background: #0e4164;
	line-height: 41px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.social-links a:hover {
	background: #35b3f1;
	color: #fff;
}
.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social-links a:not(:last-child) {
	margin-right: 10px;
}
.site-footer .copyright {
	border-top: 2px solid #26445b;
}

/* footer 2 css */
.site-footer-2 {
	margin-top: 0px;
}
.footer-top-box.left {
	background: #004876;
	color: #fff;
}
.footer-top-box.right {
	background: #f7c355;
}
.footer-top-box {
	padding: 40px 50px;
	position: relative;
}
.footer-box-content {
	-ms-flex-preferred-size: 88%;
	    flex-basis: 88%;
	padding-left: 30px;
	font-size: 14px;
}
.footer-box-content .footer-box-title {
	font-size: 30px;
}
.footer-top-box .inline-btn {
	font-size: 14px;
	width: 30px;
	height: 30px;
	background: #f7c355;
	display: inline-block;
	text-align: center;
	color: #004876;
	line-height: 31px;
	border-radius: 50%;
	position: absolute;
	right: 50px;
	top: 40px;
}
.footer-top-box.right .inline-btn {
	background: #004876;
	color: #fff;
}
.footer-top-box .inline-btn:hover, .right .inline-btn:hover {
	color: #fff;
	background: #02C0F0;
}
.footer-top-box-area {
	-webkit-transform: translateY(80px);
	    -ms-transform: translateY(80px);
	        transform: translateY(80px);
}
.site-footer-2 .footer-widget .title::after {
	background: #00baee;
}
.site-footer-2 {
	color: #004976;
}
.site-footer-2 .footer-widget ul li a {
	color: #004976;
}
.site-footer-2 .footer-widget ul li a:hover {
	color: #02c0f0;
}
.site-footer-2 .footer-contact-info .box {
	background: #02c0f0;
}
.site-footer-2 .footer-contact-info .box h2 {
	color: #fff;
}
.site-footer-2 .footer-contact-info .box .icon {
	color: #000;
	opacity: 0.1;
}
.site-footer-2 .footer-contact-info .content a {
	color: #004976;
}
.site-footer-2 .footer-contact-info .content a:hover,
.site-footer-2 .footer-social-info .content a:hover {
	color: #02c0f0;
}
.site-footer-2 .footer-social-info .content a {
	color: #004976;
}
.site-footer-2 .footer-contact-info {
	border-color: #dde6f2;
}
.site-footer-2 .copyright {
	border-color: #dde6f2;
}
.site-footer-2 .social-links a {
	background: #fff;
	color: #004976;
}
.site-footer-2 .social-links a:hover {
	background: #09c1f0;
	color: #fff;
}

/* 17. Search css */
.nav-search {
	position: relative;
	display: block;
	color: inherit;
}
.nav-search:hover {
	color: inherit;
}
.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.search-wrap .search-cell {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.search-wrap .search-field-holder {
	width: 50%;
	margin: auto;
	position: relative;
	-webkit-animation: slideInUp 0.3s;
	        animation: slideInUp 0.3s;
}
.search-wrap .main-search-input {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 0 50px;
	text-transform: uppercase;
	background: transparent;
	font-size: 25px;
	color: #fff;
	border-bottom: 2px solid #898989;
	text-align: center;
	letter-spacing: 2px;
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
	background-color: #fff;
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
input.main-search-input::-webkit-input-placeholder {
	color: #fff;
	font-size: 25px;
}
input.main-search-input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}
input.main-search-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}
input.main-search-input:-ms-input-placeholder {
	color: #fff;
	font-size: 25px;
}
.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.mobile-links li > a {
	padding: 15px 0 15px 15px;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
	color: #7f7f7f;
	display: block;
}
.mobile-links li > a:hover {
	color: #b79d82;
}

/* 18. header-extra-info css */
.extra-info {
	background: #11250f54;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 350px;
	z-index: 999;
	overflow-y: scroll;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.extra-info.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.close-icon {
	margin-top: -16px;
	text-align: right;
	color:white;
}
.close-icon > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
	font-size: 20px;
	padding: 0;
}
.close-icon > button i {
	color: #35b3f1;
}
.side-info {
	border-top: 1px solid #344159;
	padding-top: 25px;
}
.side-info .site-btn:hover {
	background: #00baee;
}
.side-info .site-btn:hover .icon {
	background: #004976;
}
.contact-list h4 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.contact-list p {
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
	line-height: 28px;
	font-size: 14px;
}
.contact-list p i {
	float: left;
	margin-top: 6px;
	width: 25px;
}
.contact-list p span {
	display: block;
	overflow: hidden;
}
.offcanvas-overly {
	position: fixed;
	background:black;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.offcanvas-overly.active {
	opacity: 0.5;
	visibility: visible;
}
.extra-info .site-logo-2 {
	width: 220px;
	text-align: center;
	margin-top: 20px;
}

/* 19. Cta css */
.cta-area {
	position: relative;
	background: #f8f8f8;
	z-index: 1;
}
.cta-area::after {
	width: 35%;
	right: 0;
	height: 100%;
	content: "";
	background: #00efda;
	position: absolute;
	top: 0;
	z-index: -1;
}
.cta-wrapper {
	background: #fff;
	padding-top: 115px;
	padding-bottom: 120px;
	-webkit-box-shadow: 0 16px 32px 0px #00497614;
	        box-shadow: 0 16px 32px 0px #00497614;
	-webkit-transform: translateY(70px);
	    -ms-transform: translateY(70px);
	        transform: translateY(70px);
	position: relative;
}
.cta-form .form-group input,
.cta-form .form-group textarea {
	width: 100%;
	border-radius: 0;
	border: none;
	background: #f3f8ff;
	color: #004976;
	padding: 22px 40px;
	padding-right: 0;
}
.cta-form .form-group input::-webkit-input-placeholder, .cta-form .form-group textarea::-webkit-input-placeholder {
	color: #004976;
	opacity: 1;
}
.cta-form .form-group input::-moz-placeholder, .cta-form .form-group textarea::-moz-placeholder {
	color: #004976;
	opacity: 1;
}
.cta-form .form-group input:-ms-input-placeholder, .cta-form .form-group textarea:-ms-input-placeholder {
	color: #004976;
	opacity: 1;
}
.cta-form .form-group input::-ms-input-placeholder, .cta-form .form-group textarea::-ms-input-placeholder {
	color: #004976;
	opacity: 1;
}
.cta-form .form-group input::placeholder,
.cta-form .form-group textarea::placeholder {
	color: #004976;
	opacity: 1;
}
.cta-form .form-group {
	position: relative;
	margin-bottom: 0;
}
.cta-form .form-group label {
	position: absolute;
	right: 40px;
	top: 24px;
	color: #00bbee;
	margin-bottom: 0;
	z-index: 2;
}
.cta-form .from-group-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cta-form .from-group-wrapper .from-group {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.cta-form .site-btn {
	width: 100%;
	border-radius: 0px;
	background: #f7c355;
	color: #004976;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 23px 30px;
}
.cta-form .site-btn:hover {
	background: #004976;
	color: #fff;
}
.cta-form .from-group-wrapper .form-group {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.form-group input[type=date]::-webkit-calendar-picker-indicator {
    width: 100%;
    color: #fff;
    right: 0;
    position: absolute;
    text-align: right;
    height: 100%;
    background: transparent;
}
.cta-form .from-group-wrapper .form-group:first-child {
	margin-right: 5px;
}
.cta-form .from-group-wrapper .form-group:last-child {
	margin-left: 5px;
}
.cta-form .form-group .nice-select {
	width: 100%;
	border: none;
	background: #f3f8ff;
	border-radius: 0px;
	padding-left: 40px;
	height: 70px;
	line-height: 70px;
}
.cta-form .form-group .nice-select .current {
	font-size: 16px;
}
.cta-form .form-group .nice-select:after {
	border: none;
	content: "\f063";
	font-family: "Font Awesome 5 Pro";
	margin-top: 0;
	-webkit-transform: translateY(00%);
	    -ms-transform: translateY(00%);
	        transform: translateY(00%);
	right: 40px;
	width: auto;
	display: inline-block;
	top: 1px;
	color: #00bbee;
}
.cta-form .form-group .nice-select .list {
	width: 100%;
	border-radius: 0px;
}
.cta-thumb {
	position: absolute;
	bottom: 0;
	left: -200px;
}

/* cta css 2 */
.cta-wrap {
	background: #fff;
	padding: 90px 80px;
	padding-left: 84px;
	-webkit-box-shadow: 0px 16px 32px 0px #00497613;
	        box-shadow: 0px 16px 32px 0px #00497613;
	border-left: 4px solid #00baee;
}
.cta-slider .single-cta-slide {
	height: 500px;
}
.cta-area-2::before {
	background-image: url(../images/bg/cta-1-bg-1.jpg);
	width: 65%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	position: absolute;
	content: "";
	height: 100%;
}

/* Cta css 3 */
.cta-area-3::before,
.cta-area-3::after {
	display: none;
}

/* 20. Pricing css */
.single-pricing-box {
	text-align: center;
	background: #fff;
	padding-top: 5px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-pricing-box ul {
	text-align: left;
	padding: 0 60px;
	padding-top: 50px;
	padding-bottom: 40px;
}
.single-pricing-box .pricing-icon {
	background: #00baee;
	width: 140px;
	height: 140px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pricing-head {
	padding-top: 40px;
	font-size: 14px;
}
.pricing-head .sub-title {
	font-size: 18px;
	color: #00bbee;
	margin-bottom: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pricing-head .price {
	font-size: 100px;
	line-height: 75px;
	margin-bottom: 0;
	display: inline-block;
	margin-bottom: 8px;
}
.pricing-head .price span {
	font-size: 16px;
	line-height: 16px;
}
.single-pricing-box ul li {
	font-size: 18px;
}
.single-pricing-box ul li i {
	color: #00bbee;
	margin-right: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-pricing-box ul li:not(:first-child) {
	margin-top: 12px;
}
.single-pricing-box .site-btn {
	border-radius: 0;
	border: none;
	background: #f3f8ff;
	padding: 18px 43px;
	margin-bottom: 60px;
}
.single-pricing-box .icon-wrap {
	background: #f8fcff;
	padding-bottom: 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-pricing-box::after,
.single-pricing-box::before {
	width: 51%;
	background: #004876;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	height: 100px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%);
	z-index: 1;
}
.single-pricing-box::before {
	left: auto;
	right: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 99%);
	        clip-path: polygon(0 0, 100% 0, 0 99%);
}
.single-pricing-box.active {
	background: #f7c355;
}
.single-pricing-box.active .pricing-icon {
	background: #fff;
}
.single-pricing-box.active .icon-wrap {
	background: #f1bc4b;
}
.single-pricing-box.active .pricing-head .sub-title {
	color: #004976;
}
.single-pricing-box.active .site-btn {
	background: #004976;
	color: #fff;
}
.single-pricing-box.active ul li i {
	color: #004976;
}
.single-pricing-box .pricing-icon .hover {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	width: 0;
}
.single-pricing-box.active .pricing-icon .default {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	width: 0;
}
.single-pricing-box.active .pricing-icon .hover {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	width: auto;
}

/* Pricing 2 css */
.single-pricing-box-2::after,
.single-pricing-box-2::before {
	background: #fff;
}
.single-pricing-box-2 .icon-wrap {
	background: #f8fcff;
}
.single-pricing-box-2 {
	background: #f3fafe;
}

/* 21. Team css */
.singel-team-box {
	background: #f7fbff;
	padding: 40px 35px;
	position: relative;
}


.singel-team-box::after {
	left: auto;
	right: 0px;
}
.singel-team-box:hover::after {
    top: 0;
}
.singel-team-box:hover::before {
    top: 0;
}
.singel-team-box .team-thumb img {
	border-radius: 5%;
}
.singel-team-box .social-links {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.singel-team-box .social-links a {
	background: #fff;
	color: #333;
	-webkit-box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
	        box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
}
.singel-team-box .social-links a:hover {
	background:#2c422b;
	color: #fff;
}
.team-content .designation {
	font-size: 14px;
	color:#333;
}
.team-content .name {
	font-size: 22px;
	margin-bottom: 6px;
}

/* 22. Beradcrumb css */
.breadcrumb-area {
	z-index: 1;
}
.breadcrumb-area::before {
	z-index: -1;
	background: #525f82;
}
.breadcrumb-text .breadcrumb-title {
	font-size: 80px;
	color: #fff;
	letter-spacing: -4px;
}
.breadcrumb-text {
	color: #fff;
	font-size: 18px;
}
.breadcrumb-text span {
	font-weight: 700;
}
.breadcrumb-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.breadcrumb-nav li {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.breadcrumb-nav li a {
	color: #fff;
	font-weight: 400;
}
.breadcrumb-nav li:not(:last-child) {
	margin-right: 10px;
}

/* 23. Our mission css */
.single-mission-box {
	background: #f7fbff;
	padding: 60px 55px;
}
.single-mission-box .inline-btn {
	color: #00bbee;
	font-weight: 700;
	display: inline-block;
}
.single-mission-box .inline-btn i {
	margin-left: 2px;
}
.single-mission-box .inline-btn:hover {
	color: #004876;
}
.single-mission-box.yellow .inline-btn {
	color: #2c422b;
}
.single-mission-box.yellow .inline-btn:hover {
    color:#2c422b ;
}
.single-mission-box.yellow {
	background: #fce023;
}
.single-mission-box.black {
	background: #004876;
	color: #fff;
}
.single-mission-box.black .inline-btn:hover {
	color: #FCE023;
}
.single-mission-box .mission-box-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.mission-lists .list-icon {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
	        box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #fff;
	margin-right: 30px;
	color: #00bbee;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.mission-lists li:hover .list-icon {
    background: #00BAEE;
    color: #fff;
}
.mission-lists li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mission-lists li:not(:last-child) {
	margin-bottom: 10px;
}
.company-overview-area {
	position: relative;
}
.overview-shape {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-354px);
	    -ms-transform: translateX(-354px);
	        transform: translateX(-354px);
	top: 0;
}
.overview-wrap {
	position: relative;
	text-align: right;
}
.overview-wrap img {
	border-radius: 50%;
}
.overview-thumb-2 {
	position: absolute;
	top: 0;
	z-index: 2;
}
.overview-thumb-3 {
	position: absolute;
	bottom: 10%;
	left: 22%;
}
.overview-thumb-3::before {
	border-radius: 50%;
}
.overview-thumb-3 .video-inline {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
	color: #fce024;
	font-size: 20px;
}
.overview-thumb-3 .video-inline:hover {
	color: #00BAEE;
}
/* 24. Portfolio css */
.portfolio-filter button {
	background: transparent;
	border: none;
	color:white;
	font-weight: 700;
	padding: 38px 25px;
	position: relative;
}
.portfolio-filter {
	background: rgb(63, 119, 63);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.portfolio-filter button::after {
	top: 0px;
	left: 100%;
	content: "";
	position: absolute;
	background: white;
	height: 4px;
	width: 0%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.portfolio-filter button.active,
.portfolio-filter button:hover {
	color: #fff;
}
.portfolio-filter button:hover::after,
.portfolio-filter button.active::after {
	left: 0;
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	transition: width 0.4s ease;
}
.portfolio-filter::after {
	height: 20px;
	width: calc(100% - 40px);
	background: #333;
	position: absolute;
	left: 50%;
	bottom: -20px;
	content: "";
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.portfolio-item .portfolio-image::before {
	background: #1b4d36;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio-image img {
	width: 100%;
}
.portfolio-item .portfolio-caption {
	position: absolute;
	width: 100%;
	z-index: 2;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
	color: #fff;
	bottom: -15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio-item {
	position: relative;
}
.portfolio-item .portfolio-caption h4 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 6px;
	color: #fff;
}
.portfolio-item:hover .portfolio-caption {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.portfolio-item:hover .portfolio-image::before {
	opacity: 0.9;
	visibility: visible;
}

/* 25. Feature css */
.feature-area {
	position: relative;
	z-index: 1;
}
.feature-area::after {
	background-image: url(../images/shapes/feature-shape.png);
	bottom: 0;
	content: "";
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}
.singel-feature-box .feature-icon {
	background: #fff;
	width: 120px;
	height: 120px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
	        box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
}
.singel-feature-box .inline-btn {
	display: inline-block;
	color: #004976;
	font-weight: 700;
	font-size: 14px;
}
.singel-feature-box .inline-btn:hover {
	color: green;
}
.singel-feature-box .inline-btn i {
	margin-right: 2px;
}
.feature-content {
	font-size: 14px;
}
.singel-feature-box {
	padding: 0px 25px;
}
.singel-feature-box .feture-title {
	font-size: 24px;
}

/* Feature css 2 */
.feature-area-2:after {
	display: none;
}
.singel-feature-box-2 p a {
	color: #004976;
}
.singel-feature-box-2 .inline-btn {
	color: #00bbee;
}
.singel-feature-box-2 .inline-btn:hover {
	color: green;
}

/* 26. Contact css */
.contact-wrap {
	background: #fff;
	-webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
	        box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
}
#contact-map {
	height: 100%;
}

/* 29. Counter css */
.counter-area::before {
	background: #000;
}
.counter-area .container-fluid {
	padding: 0px;
}
.counter-area .pb-120 {
	padding-bottom: 120px;
}
.single-counter-box {
	padding: 90px 80px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.counter-content-top .plus {
	font-size: 18px;
}
.counter-content-top .big {
	font-size: 80px;
}
.counter-content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.counter-content-top .conter-title {
	margin-right: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}
.single-counter-box.yellow {
	background: #f7c355;
}
.counter-area .video-link {
	left: 20%;
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.counter-area .video-play-wrap,
.counter-area .video-play {
	width: 170px;
	height: 170px;
}
.counter-area .video-play {
	font-size: 24px;
	line-height: 175px;
}
.counter-area .wave-pulse:before, .counter-area .wave-pulse:after {
	height: 350px;
	width: 350px;
}


/* Widget css */
.sidebar-wrap .widget {
	padding: 40px 38px;
	border: 2px solid #ededed;
}
.widget .widget-title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-left: 30px;
	margin-bottom: 0;
}
.widget .widget-title::after {
	left: 0px;
	height: 20px;
	width: 2px;
	background: #00baee;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: "";
}
.widget .about-me img {
	border-radius: 50%;
}
.widget .about-me h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
.widget-social-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.widget-social-icon a {
	font-size: 14px;
	color: #b3bed3;
}
.widget-social-icon a:hover {
	color: #00bbee;
}
.widget-social-icon a:not(:last-child) {
	margin-right: 20px;
}
.sidebar-search-form {
	position: relative;
}
.sidebar-search-form input {
	width: 100%;
	font-size: 12px;
	background: #f6f4ff;
	color: #fff;
	border: none;
	border-radius: 40px;
	padding: 21px 30px;
}
.sidebar-search-form input::-webkit-input-placeholder {
	font-size: 12px;
	color: #004976;
	opacity: 1;
}
.sidebar-search-form input::-moz-placeholder {
	font-size: 12px;
	color: #004976;
	opacity: 1;
}
.sidebar-search-form input:-ms-input-placeholder {
	font-size: 12px;
	color: #004976;
	opacity: 1;
}
.sidebar-search-form input::-ms-input-placeholder {
	font-size: 12px;
	color: #004976;
	opacity: 1;
}
.sidebar-search-form input::placeholder {
	font-size: 12px;
	color: #004976;
	opacity: 1;
}
.sidebar-search-form button {
	border: none;
	position: absolute;
	right: 0;
	background: #fce023;
	color: #004976;
	font-size: 14px;
	width: 60px;
	height: 60px;
	line-height: 63px;
	border-radius: 50%;
}
.sidebar-search-form button:hover {
	background: #004976;
	color: #fff;
}
.sidebar-search-form {
	position: relative;
}
.sidebar-search-form input {
	width: 100%;
	font-size: 12px;
	background: #f6f4ff;
	color: #fff;
	border: none;
	border-radius: 40px;
	padding: 21px 30px;
}
.sidebar-search-form input::-webkit-input-placeholder {
	font-size: 12px;
	color: #004976;
}
.sidebar-search-form input::-moz-placeholder {
	font-size: 12px;
	color: #004976;
}
.sidebar-search-form input:-ms-input-placeholder {
	font-size: 12px;
	color: #004976;
}
.sidebar-search-form input::-ms-input-placeholder {
	font-size: 12px;
	color: #004976;
}
.sidebar-search-form input::placeholder {
	font-size: 12px;
	color: #004976;
	opacity: 1;
}
.sidebar-search-form button {
	border: none;
	position: absolute;
	right: 0;
	background: #fce023;
	color: #004976;
	font-size: 14px;
	width: 60px;
	height: 60px;
	line-height: 63px;
	border-radius: 50%;
}
.sidebar-search-form button:hover {
	background: #004976;
	color: #fff;
}
.recent-posts li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.recent-posts .widget-posts-title a {
	color: #004976;
	line-height: 22px;
}
.widget-posts-body {
	padding-left: 20px;
	-ms-flex-preferred-size: 72%;
	    flex-basis: 72%;
}
.recent-posts li:not(:last-child),
.twitter-feeds li:not(:last-child) {
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e6ff;
	padding-bottom: 30px;
}
.recent-posts .widget-posts-title a:hover {
	color: #00bbee;
}
.widget .cat a {
	display: block;
	color: #004976;
	font-weight: 700;
	background: #edf5ff;
	padding: 15px 30px;
	padding-right: 0;
	border-radius: 40px;
	font-size: 14px;
}
.widget .cat li:not(:last-child) {
	margin-bottom: 10px;
}
.widget .cat span {
	background: #cddbeb;
	width: 50px;
	text-align: center;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.widget .cat li {
	position: relative;
}
.widget .cat a:hover {
	background: #f333;
}
.widget .cat a:hover span {
	background: #333;
}


.widget .social-links a:hover {
	background: #fce023;
	color: #004876;
}
.twitter-feeds li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.t-feed-icon {
	margin-right: 20px;
	font-size: 14px;
	color: #00bbee;
	margin-top: 3px;
}
.t-feed-meta {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 10px;
}
.widget-posts-meta {
	font-size: 14px;
}
#Instafeed {
	margin: 0 -5px;
	overflow: hidden;
}
#Instafeed li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
#Instafeed li img {
	width: 100%;
}
.tag .boxed {
	font-size: 12px;
	background: #f4f4f4;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #004976;
	text-transform: uppercase;
	padding: 6px 21px;
}
.tag .boxed {
	margin-top: 10px;
}
.widget .tag {
	margin-top: -10px;
}
.tag .boxed:not(:last-child) {
	margin-right: 5px;
}
.tag .boxed:hover {
	background: #f7c355;
	color: #004876;
}
.widget.ad-widget {
	border: none;
	padding: 0;
	position: relative;
}
.ad-widget img {
	width: 100%;
}
.ad-widget-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	left: 50%;
	background: #f7c355;
	text-align: center;
	padding: 19px 15px;
	text-transform: uppercase;
	width: calc(100% - 135px);
}
.ad-widget-text span {
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}


/* 31. Team details page css */
.team-details-box .section-title {
	margin-bottom: 25px;
}
.team-details-box p {
	line-height: 32px;
}
.team-contact-infos span {
	font-weight: 700;
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
}
.team-contact-infos li:not(:last-child) {
	margin-bottom: 10px;
}
.team-contact-infos li {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.team-contact-infos li a {
	color: #2c422b;
}
.team-details-box .social-links a {
	width: 60px;
	height: 60px;
	line-height: 61px;
}
.social-links a.fb {
	background: #4b6ea9;
}
.social-links a.tw {
	background: #65bbf1;
}
.social-links a.db {
	background: #f0669b;
}
.social-links a.bh {
	background: #004371;
}
.social-links a.yt {
	background: #d93628;
}
.cta-wrapper-2 {
	-webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
	        box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
	padding: 0;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}

/* 32. Skill css */
.skill-boxs {
	overflow: hidden;
}
.skill-boxs h4 {
	font-size: 16px;
}
.skill-boxs .bar-title {
	margin-bottom: 20px;
	background: transparent;
}
.single-skill span {
	margin-top: -65px;
	font-size: 16px;
	color: #00bbee;
	font-weight: 700;
	z-index: 2;
	width: 100%;
	text-align: right;
}
.single-skill {
	position: relative;
}
.single-skill .progress {
	background: #deebf5;
	height: 10px;
	border-radius: 0px;
	text-align: right;
	overflow: visible;
}
.single-skill .progress-bar {
	background: #004976;
}
.service-content-inner span {
	font-size: 80px;
	font-weight: 700;
	background: #f7c355;
	display: inline-block;
	line-height: 100px;
	padding: 0px 29px;
	margin-right: 20px;
}
.service-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.service-lists-wrap {
	background: #f3f8ff;
	padding: 50px;
	padding-left: 55px;
	border-left: 5px solid #f7c355;
}
.service-lists .single-item span {
	font-size: 18px;
	font-weight: 700;
}
.service-lists .single-item .icon {
	width: 50px;
	height: 50px;
	background: #f7c355;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.service-lists .single-item:hover .icon {
	background: #02C0F0;
	color: #fff;
}
.service-inner-video {
	position: relative;
}
.service-inner-video .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.service-inner-video .video-play-wrap,
.service-inner-video .video-play {
		width: 120px;
		height: 120px;
}
.service-inner-video .wave-pulse:before, .service-inner-video .wave-pulse:after {
	height: 250px;
	width: 250px;
}
blockquote {
	position: relative;
}
.service-nav {
	border: 2px solid #f1f1f1;
	padding: 38px;
	padding-bottom: 8px;
}
.service-details-wrap .blockquote {
	padding: 60px;
}
.service-details-wrap blockquote {
	padding: 60px;
	font-size: 28px;
	font-weight: 700;
	background: #f7c355;
	z-index: 1;
}
.service-details-wrap blockquote p {
	line-height: 38px;
}
.service-details-wrap blockquote .name {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0;
}
.service-details-wrap blockquote .designation {
	font-size: 14px;
}
.service-details-wrap blockquote .quote-icon {
	right: 30px;
	left: auto;
	top: 40px;
	z-index: -1;
}
#scrollUp {
	background:darkgreen;
	height: 50px;
	width: 50px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 48px;
}

/* 33. Preloader */
.ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}
.ctn-preloader .animation-preloader {
	z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #048ec5;
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}
.ctn-preloader .animation-preloader .txt-loading {
	font: bold 5em "Roboto", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Roboto", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}
.ctn-preloader p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}
.ctn-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}
.ctn-preloader .loader .row {
	height: 100%;
}
.ctn-preloader .loader .loader-section {
	padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@media screen and (max-width: 767px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 3.5em "Roboto", sans-serif;
	}
}
@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 2em "Roboto", sans-serif;
	}
}



.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 0;
	padding: 0 20px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-transform: uppercase;
	background-color: #959b91;
	letter-spacing: 1px;
  }
  .main-btn i {
	margin-right: 10px;
  }
  .main-btn.main-btn-2 {
	background-color: #fff;
	color: #295729;
  }
  .main-btn.main-btn-3 {
	color: #fff;
	background-color: #29572b;
  }
  .main-btn.main-btn-3:hover {
	background-color: #fff;
	color: #29572b;
  }
  .main-btn:hover {
	background-color: #29572b;
	color: #fff;
  }

.modal-backdrop.show {
	opacity: 0.75;
  }
  
  .test-drive-modal.modal .modal-dialog {
	max-width: 570px;
  }
  @media (max-width: 767px) {
	.test-drive-modal.modal .modal-dialog {
	  width: 90%;
	  margin: 0 auto;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.test-drive-modal.modal .modal-dialog {
	  max-width: 470px;
	}
  }
  .test-drive-modal.modal .modal-dialog .modal-content {
	border-radius: 0;
	border: 1px solid #fff;
	padding: 93px 100px 100px;
	position: relative;
	z-index: 5;
  }
  .test-drive-modal.modal .modal-dialog .modal-content::before {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-drive-modal.modal .modal-dialog .modal-content {
	  padding: 43px 50px 50px;
	}
  }
  @media (max-width: 767px) {
	.test-drive-modal.modal .modal-dialog .modal-content {
	  padding: 18px 20px 20px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.test-drive-modal.modal .modal-dialog .modal-content {
	  padding: 40px 40px;
	}
  }
  .test-drive-modal.modal .modal-dialog .modal-content .test-drive-title {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
  }
  @media (max-width: 767px) {
	.test-drive-modal.modal .modal-dialog .modal-content .test-drive-title {
	  font-size: 18px;
	}
  }
  .test-drive-modal.modal .modal-dialog .modal-content p {
	color: #fff;
	margin-top: 10px;
  }
  .test-drive-modal.modal .modal-dialog .modal-content .test-drive-form {
	padding-top: 20px;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form {
	margin-top: 15px;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	label {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	input,
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	textarea {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #293957;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 14px;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	input:focus,
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	textarea:focus {
	border-color: #ce8339;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	textarea {
	height: 120px;
	padding-top: 10px;
	resize: none;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.form-btn {
	margin-top: 40px;
  }
  .test-drive-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.form-btn
	.main-btn {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-drive-modal.modal
	  .modal-dialog
	  .modal-content
	  .test-drive-form
	  .form-btn
	  .main-btn {
	  font-size: 16px;
	  height: 50px;
	  line-height: 50px;
	}
  }
  @media (max-width: 767px) {
	.test-drive-modal.modal
	  .modal-dialog
	  .modal-content
	  .test-drive-form
	  .form-btn
	  .main-btn {
	  font-size: 14px;
	  height: 50px;
	  line-height: 50px;
	}
  }
  .make-offer-modal.modal .modal-dialog {
	max-width: 570px;
  }
  @media (max-width: 767px) {
	.make-offer-modal.modal .modal-dialog {
	  width: 90%;
	  margin: 0 auto;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.make-offer-modal.modal .modal-dialog {
	  max-width: 470px;
	}
  }
  .make-offer-modal.modal .modal-dialog .modal-content {
	border-radius: 0;
	border: 0;
	padding: 93px 100px 100px;
	position: relative;
	z-index: 5;
	background-color: #e9ecee;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.make-offer-modal.modal .modal-dialog .modal-content {
	  padding: 43px 50px 50px;
	}
  }
  @media (max-width: 767px) {
	.make-offer-modal.modal .modal-dialog .modal-content {
	  padding: 18px 20px 20px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.make-offer-modal.modal .modal-dialog .modal-content {
	  padding: 40px 40px;
	}
  }
  .make-offer-modal.modal .modal-dialog .modal-content .test-drive-title {
	font-size: 24px;
	font-weight: 800;
	color: #293957;
	text-transform: uppercase;
  }
  @media (max-width: 767px) {
	.make-offer-modal.modal .modal-dialog .modal-content .test-drive-title {
	  font-size: 18px;
	}
  }
  .make-offer-modal.modal .modal-dialog .modal-content p {
	margin-top: 10px;
  }
  .make-offer-modal.modal .modal-dialog .modal-content .test-drive-form {
	padding-top: 20px;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form {
	margin-top: 15px;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	label {
	font-size: 14px;
	text-transform: uppercase;
	color: #293957;
	font-weight: 700;
	margin-bottom: 5px;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	input,
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	textarea {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #293957;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 14px;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	input:focus,
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	textarea:focus {
	border-color: #293957;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.single-form
	textarea {
	height: 70px;
	padding-top: 10px;
	resize: none;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.form-btn {
	margin-top: 40px;
  }
  .make-offer-modal.modal
	.modal-dialog
	.modal-content
	.test-drive-form
	.form-btn
	.main-btn {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.make-offer-modal.modal
	  .modal-dialog
	  .modal-content
	  .test-drive-form
	  .form-btn
	  .main-btn {
	  font-size: 16px;
	  height: 50px;
	  line-height: 50px;
	}
  }
  @media (max-width: 767px) {
	.make-offer-modal.modal
	  .modal-dialog
	  .modal-content
	  .test-drive-form
	  .form-btn
	  .main-btn {
	  font-size: 14px;
	  height: 50px;
	  line-height: 50px;
	}
  }