/*
Theme Name: GeoPort
Support: johanspond@gmail.com
Description: GeoPort - Transport & Logistics WordPress Theme
Version: 3.0.3
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Breadcrumb
4. Slider button  
5. Section Title
6. Service Slider
7. Services
8. Service Details
9. How it work
10. Call to action
11. Video
12. Icon Image Box
13. Counter
14. Testimonial
15. Blog
16. About
17. Widgets Area
18. Contact
19. Features
20. Accordion
21. Home 2 
22. Portfolio
23. About Page 
24. Footer
25. FAQ
26. Brand
27. Tab form 2 
28. Team
29. Skill
30. History
31. 404 page
*/


/* 1. Theme default css 
============================================================*/
html,
body {
	overflow-x: hidden;
}
body {
	color: #5b7d9a;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Karla', sans-serif;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #001d67;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-weight: normal;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7886a0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #d6b161;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	background: #34ccff none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 22px 38px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.4s ease-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.4);
}
.btn i {
	margin-right: 6px;
}
.btn:hover {
	box-shadow: none;
	color: #fff;
}
.gray-btn {
	box-shadow: none;
	color: #001d67;
	background: #cee2ff;
}
.gray-btn:hover {
	color: #fff;
	background: #34ccff none repeat scroll 0 0;
	box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.4);
}
.red-btn {
	background: #d00c27;
	box-shadow: 0px 16px 16px 0px rgba(208, 12, 39, 0.4);
}
.orange-btn {
	background: #ff5e14;
	box-shadow: 0px 16px 16px 0px rgba(255, 94, 20, 0.2);
}
.yellow-btn {
	background: #ff8400;
	box-shadow: none;
	border-radius: 0;
}
.transparent-btn {
	background: transparent;
	box-shadow: none;
	color: #5b7d9a;
	border: 2px solid #d7edff;
	padding: 20px 38px;
}
.transparent-btn:hover {
	border-color: #ff5e14;
	background: #ff5e14 none repeat scroll 0 0;
	box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.4);
}
.breadcrumb > .active {
	color: #fff;
}

/* scrollUp */
#scrollUp {
	background: #FF5E14;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 75px;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 40px;
}
#scrollUp:hover {
	background: #444;
}

/* 2. Header
============================================================*/
.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
}
.stricky-height-fix.header2.menufix-height {
	height: 140px;
}
.header-full-width {
	padding: 0 250px;
}
.header-top-area {
	padding: 15px 0;
	border-bottom: 2px solid rgba(255,255,255,.2);
}
.header-top-link ul,
.header-contact ul {
	margin: 0;
	padding: 0;
}
.header-contact ul li {
	color: #ffffff;
	font-size: 14px;
	margin-right: 30px;
	display: inline-block;
}
.header-contact ul li:last-child {
	margin-right: 0;
}
.header-contact ul li i,
.header-top-link ul li a i {
	margin-right: 5px;
}
.header-top-link ul li {
	display: inline-block;
	margin-right: 30px;
}
.header-top-link ul li:last-child {
	margin-right: 0;
}
.header-top-link ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
}
.header-top-link ul li a:hover,
.header-social a:hover,
ul.lang-sub-menu li a:hover{
	color: #34ccff;
}
.header-social a {
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
}
.header-social a:first-child {
	margin-left: 0;
}
.header-social {
	margin-left: 30px;
}
.sticky-logo-active {
	display: none;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 45px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 1;
	position: relative;
	padding: 37px 0;
}
.main-menu ul li.menu-item-has-children > a::before {
	content: "+";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.main-menu ul li.menu-item-has-children > a {
	padding-right: 20px;
}
.main-menu ul li:hover > a,
.main-menu ul li.active > a {
	color: #34ccff;
}
/*.header-style-two .main-menu ul li:hover > a,
.default-header .main-menu ul li:hover > a,
.header-style-two .main-menu ul li.active > a,
.default-header .main-menu ul li.active > a,*/
.default-header .header-top-link ul li a:hover,
.default-header .header-social a:hover,
.breadcrumb-item a:hover {
	color: #ff5e14;;
}
.header-language {
	position: relative;
}
.language-name img {
	width: 50px;
	height: auto;
	box-shadow: 0px 8px 16px 0px rgba(110, 171, 255, 0.2);
	border-radius: 50%;
}
ul.lang-sub-menu {
	position: absolute;
	left: 0px;
	top: 230%;
	width: 150px;
	margin-top: -20px;
	text-align: left;
	background-color: #ffffff;
	z-index: 9;
	opacity: 0;
	padding: 0;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.lang-sub-menu.active {
	top: 180%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	border-top: 2px solid #34ccff;
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
ul.lang-sub-menu li {
	margin: 10px 0;
	display: inline-block;
}
ul.lang-sub-menu li a {
	display: block;
	padding: 0 10px;
	font-weight: 700;
	color: #5b7d9a !important;
}
ul.lang-sub-menu li a img {
	width: 40px;
	margin-right: 5px;
}
.header-btn {
	margin-left: 30px;
}
.header-style-two {
	position: unset;
}
.header-style-two .header-top-area {
	border-bottom: none;
	background: #001d67;
	padding: 10px 0;
}
.header-style-two .main-menu ul li a {
	color: #568ea5;
}
.default-header .transparent-btn {
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.3);
}
.default-header.sticky-header .transparent-btn {
	color: #5b7d9a;
	border: 2px solid #d7edff;
}
.default-header.sticky-header .transparent-btn:hover {
	color: #fff;
}
.default-header .transparent-btn:hover {
	border-color: #ff5e14;
	background: #ff5e14 none repeat scroll 0 0;
	box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.4);
}
.sticky-header {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
	padding: 0;
	border-bottom: none;
}
.sticky-header .header-top-area {
	display: none !important;
}
.sticky-header .menu-area {
	padding: 0;
}
.sticky-header .sticky-logo-none {
	display: none;
}
.sticky-header .sticky-logo-active {
	display: block;
}
.sticky-header .main-menu ul li a {
	color: #5b7d9a;
}
.sticky-header .main-menu ul li:hover > a,
.sticky-header .main-menu ul li.active > a {
	color: #34ccff;
}
.sticky-header.header-style-two .main-menu ul li:hover > a,
.sticky-header.default-header .main-menu ul li:hover > a,
.sticky-header.header-style-two .main-menu ul li.active > a,
.sticky-header.default-header .main-menu ul li.active > a {
	color: #ff5e14;
}
.main-menu ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 0;
	opacity: 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
	border-top: 1px solid #f5f5f5;
}
.main-menu ul li > .submenu li:first-child {
	border: none;
}
.main-menu ul li > .submenu li a {
	padding: 10px 10px 10px 25px;
	line-height: 24px;
	font-weight: 400;
	color: #5b7d9a;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.main-menu ul li .submenu > li:hover > a,
.main-menu ul li .submenu > li.active > a {
	color: #ff5e14;
}
.main-menu ul ul li > .submenu {
	top: 0;
	left: auto;
    right: 100%;
}
.main-menu ul ul ul li > .submenu {
	left: auto;
    right: 100%;
}
.main-menu ul ul li.menu-item-has-children > a::before {
	right: 15px;
}
.transparent-header.default-header.sticky-header .btn.transparent-btn {
	border: 2px solid #d7edff;
}

a.yes-sticky {
   display: none;
   visibility: hidden;
}
.sticky-header a.yes-sticky {
    display: inline-block;
    visibility: visible;
}
.sticky-header a.no-sticky {
    display: none;
    visibility: hidden;
}

/* 3. Breadcrumb 
============================================================*/
.breadcrumb-bg {
	z-index: 1;
	position: relative;
	background-size: cover;
	background-position: center;
}
.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000e30;
	opacity: 1;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}
.breadcrumb-content {
	padding-top: 190px;
	margin-bottom: 120px;
}
.breadcrumb-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
    text-align:center;
}
.breadcrumb-content h2 {
	color: #fff;
	font-size: 42px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -1px;
	word-break: break-word;
	text-transform: capitalize;
}
.breadcrumb-item {
	color: #ffffff;
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	word-break: break-word;
}
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	content: "|";
}

/* 4. Slider button 
============================================================*/
/*.slider-btn a:first-child {
	margin-right: 25px;
}*/
rs-module i[class*=" fa-"]:before {
	font-family: "Font Awesome 5 Pro";
}
/* button style */
.btn {
	-moz-user-select: none;
	background: #34ccff none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 22px 38px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.4s ease-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.4);
}
.btn i {
	margin-right: 6px;
}
.btn:hover {
	box-shadow: none;
	color: #fff;
}
.gray-btn {
	color: #001d67;
	box-shadow: none;
	background: #cee2ff !important;
}
.gray-btn:hover {
	color: #fff;
	background: #34ccff none repeat scroll 0 0;
	box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.4);
}
.red-btn {
	background: #d00c27 !important;
	box-shadow: 0px 16px 16px 0px rgba(208, 12, 39, 0.4);
}
.slider-btn .gray-btn:hover {
	background: #d00c27 !important;
	box-shadow: 0px 16px 16px 0px rgba(208, 12, 39, 0.4);
}
.orange-btn {
	background: #ff5e14;
	box-shadow: 0px 16px 16px 0px rgba(255, 94, 20, 0.2);
}
.yellow-btn {
	background: #ff8400;
	box-shadow: none;
	border-radius: 0;
}
.transparent-btn {
	background: transparent;
	box-shadow: none;
	color: #5b7d9a;
	border: 2px solid #d7edff;
	padding: 20px 38px;
}
.transparent-btn:hover {
	border-color: #ff5e14;
	background: #ff5e14 none repeat scroll 0 0;
	box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.4);
}
.elementor-align-justify a.geoport-btn.btn {
	width: 100%;
}
.slider-top-button {
   margin-left: -100px;
}
.slider-btn a.btn {
	padding: 17px 30px;
}
.slider-btn a.btn.red-btn {
	box-shadow: 0px 8px 16px 0px rgba(208, 12, 39, 0.4);
}
.slider-btn a.btn.red-btn:hover {
	color: #001d67;
   background: #cee2ff !important;
	box-shadow: none;
}
.banner1-gradient-overlay {
	position: relative !important;
}
.banner1-gradient-overlay:before {
   top: 0 !important;
   left: 0 !important;
	content: "" !important;
   width: 100% !important;
   height: 100% !important;
   z-index: 9999 !important;
   position: absolute !important;
   background: linear-gradient(to top, rgba(0,14,48,0.16078), rgba(0,14,48,0.8)) !important;
   background: -webkit-linear-gradient(to top, rgba(0,14,48,0.16078), rgba(0,14,48,0.8)) !important;
}
#rev_slider_3_1_wrapper .custom.tparrows,
#rev_slider_2_1_wrapper .custom.tparrows {
   height: 80px !important;
   transition: all .3s linear !important;
}
#rev_slider_3_1_wrapper .custom.tparrows:hover,
#rev_slider_2_1_wrapper .custom.tparrows:hover {
   width: 80px !important;
   background-color: #ff5e14 !important;
}
#rev_slider_3_1_wrapper .tp-rightarrow.custom.tparrows:hover,
#rev_slider_2_1_wrapper .tp-rightarrow.custom.tparrows:hover {
   transform: matrix(1, 0, 0, 1, -80, -40) !important;
}
#rev_slider_3_1_wrapper .tp-leftarrow.custom.tparrows:hover,
#rev_slider_2_1_wrapper .tp-leftarrow.custom.tparrows:hover {
   transform: matrix(1, 0, 0, 1, 0, -40) !important;
}
.tp-leftarrow:before {
	content: "\f060"  !important;
}
.tp-rightarrow:before {
	content: "\f061"  !important;
}
.tparrows:before {
	color: #a49a92 !important;
	line-height: 80px !important;
	font-family: "Font Awesome 5 Pro" !important;
}
.tparrows:hover:before {
	color: #ffffff !important;
}


/* Slider */
.slider-bg {
	background-position: center;
	background-size: cover;
	min-height: 1000px;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FF512F;
	background: -webkit-linear-gradient(to top, rgba(0,14,48,0.16078), rgba(0,14,48,0.8));
	background: linear-gradient(to top, rgba(0,14,48,0.16078), rgba(0,14,48,0.8));
}
.slider-content {
    padding-top: 130px;
}
.slider-content h2 {
	font-size: 100px;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -3px;
	margin-bottom: 25px;
}
.slider-content h2 span {
	font-weight: 300;
}
.slider-content p {
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	padding-right: 50px;
	margin-bottom: 35px;
}
.slider-btn .red-btn {
	margin-right: 25px;
}
.slider-btn .gray-btn:hover {
	background: #d00c27;
	box-shadow: 0px 16px 16px 0px rgba(208, 12, 39, 0.4);
}
.s-slider-bg {
	background-position: center;
	background-size: cover;
	min-height: 840px;
	text-align: center;
	position: relative;
}
.s-slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000e30;
	opacity: .4;
}
.s-slider-content {
	padding-top: 0;
}
.s-slider-content span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 20px;
}
.s-slider-content h2 {
	text-transform: uppercase;
}
.s-slider-content .slider-btn .btn {
	margin: 0 13px;
}
.s-slider-content .slider-btn .gray-btn:hover {
	background: #ff5e14;
	box-shadow: 0px 16px 16px 0px rgba(255, 94, 20, 0.2);
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: none;
	background-color: rgba(0, 8, 39, 0.2);
	cursor: pointer;
	z-index: 1;
	transition: .3s linear;
	font-size: 18px;
	color: #a49a92;
	padding: 0;
}
.slider-active .slick-arrow:hover {
	background: #ff5e14;
	color: #fff;
	width: 80px;
}
.slider-active .slick-next {
	left: auto;
	right: 0;
}
.slider-contact {
	position: absolute;
	left: 250px;
	top: 0;
	z-index: 1;
}
.slider-contact ul li {
	display: inline-block;
	margin-right: 2px;
}
.slider-contact ul li a {
	color: #fff;
	background: #001d67;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 19px 45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.slider-contact ul li a i {
	margin-right: 5px;
}
.slider-contact ul li:nth-child(2) a {
	background: #001241;
}
.slider-contact ul li:nth-child(3) a {
	background: #ff5e14;
}
.slider-contact ul li a:hover {
	background: #cee2ff;
	color: #001d67;
}
.t-slider-bg {
	min-height: 1000px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.t-slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000e30;
	opacity: .4;
}
.slider-container-p {
	padding-left: 300px;
}
.t-slider-content span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.t-slider-content h2 {
	font-size: 80px;
	text-transform: uppercase;
}
.slider-btn .transparent-btn {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
	margin-left: 30px;
}
.slider-btn .transparent-btn:hover {
	border-color: #ff5e14;
}
.t-slider-content {
	padding-top: 65px;
}
.slider-area.two .slider-content.s-slider-content .slider-btn a.btn,
.slider-area.three .slider-content.t-slider-content .slider-btn a.btn {
    padding: 20px 32px;
}
section.slider-area.slider-bg .slider-btn a {
    padding: 22px 38px;
}


/* 5. Section Title
============================================================*/
.section-title h2 {
	font-size: 58px;
	letter-spacing: -2px;
}
.section-title h2 > span {
	width: 100%;
	display: inline-block;
}
.section-title h2 > span.tl1 {
	font-weight: 300;
}
.section-title h2 > span.tl2 {
	font-weight: 700;
}
.section-title > span {
	font-size: 18px;
	font-weight: 700;
	color: #001d67;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.section-title > span.line {
	padding-left: 60px;
}
.section-title > span.line::before {
	left: 0;
	top: 50%;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	background: #34ccff;
	transform: translateY(-50%);
}
.s-section-title > span.line {
	margin-bottom: 10px;
	padding-right: 60px;
}
.s-section-title > span.line::after {
	right: 0;
	top: 50%;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	background: #34ccff;
	transform: translateY(-50%);
}

/* 6. Service Slider
============================================================*/
.scarousel-overlay {
	position: absolute;
	left: 50px;
	bottom: 45px;
	display: flex;
	align-items: flex-start;
}
.services-carousel-icon i {
	font-size: 36px;
	color: #34ccff;
	margin-right: 25px;
}
.scarousel-content > h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.scarousel-content > h4 a {
	display: inline-block;
}
.scarousel-content > h4 a:hover {
	color: #34ccff;
}
.scarousel-content > a {
	font-size: 16px;
	font-weight: 700;
	color: #34ccff;
}
.scarousel-content > a:hover {
	color: #34ccff;
}
.scarousel-content > a i {
	margin-right: 5px;
}
.services-active {
	margin-bottom: -80px;
}
.services-carousel-thumb {
	position: relative;
	z-index: 1;
	margin: 0 10px;
}
.image-grid .services-carousel-thumb {
	margin: 0;
}
.services-carousel-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	background-image: -moz-linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	width: 100%;
	height: 100%;
}
.image-slider-wrap .slick-list {
	padding-right: 0 !important;
}

/* 7. Services
============================================================*/
.home1-service-content {
	padding-right: 180px;
	padding-left: 90px;
}
.section-title > span.line {
	color: #001d67;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
	display: inline-block;
}
.section-title.s-section-title > span.line::before {
	left: 0;
	top: 50%;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	background: #34ccff;
	transform: translateY(-50%);
}
.section-title h2 {
	font-size: 60px;
	color: #001d67;
	line-height: 1.2;
	letter-spacing: -2px;
	margin-bottom: 0;
}
.section-title h2 > span {
	display: block;
	font-weight: 300;
}
.white-title h2,
.white-title > span {
	color: #fff;
}
.services-fluid-padding {
	padding-right: 250px;
	padding-left: 0;
	position: relative;
	z-index: 2;
}
.services-paragraph p {
	font-size: 16px;
	color: #a4c5de;
	line-height: 28px;
	margin-bottom: 0;
}
.services-pl {
	padding-left: 70px;
	padding-right: 50px;
	padding-bottom: 115px;
}
.services-carousel-thumb {
	position: relative;
	z-index: 1;
}
.services-carousel-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	background-image: -moz-linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,14,48,0.70196) 0%, rgba(0,14,48,0) 100%);
	width: 100%;
	height: 100%;
}
.services-carousel-thumb {
	position: relative;
	z-index: 1;
	margin: 0 10px;
}
.services-active .services-carousel-thumb img {
	width: 100%;
	display: block;
}
.services-carousel-thumb img {
    width: 100%;
}
.services-active .slick-list {
	padding-right: 0 !important;
}
.scarousel-overlay {
	position: absolute;
	left: 50px;
	bottom: 45px;
	display: flex;
	align-items: flex-start;
}
.services-icon {
	margin-bottom: 20px;
}
.services-icon i {
	width: 80px;
	height: 80px;
	color: #ffffff;
	font-size: 28px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	transition: .4s linear;
	background-color: #1ed370;
}
.services-carousel-icon i {
	color: #34ccff;
	font-size: 36px;
	margin-right: 25px;
}
.scarousel-content > h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.scarousel-content > h4 a {
	display: inline-block;
}
.scarousel-content > h4 a:hover {
	color: #34ccff;
}

.services-active {
	margin-bottom: -80px;
}
.services-active .slick-arrow {
	position: absolute;
	right: -11%;
	bottom: 21%;
	background: none;
	border: none;
	padding: 0;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
	color: #a4c5de;
	cursor: pointer;
	transition: .4s linear;
}
.services-active .slick-arrow:hover {
	color: #34ccff;
}
.services-active .slick-arrow.slick-next {
	right: -16%;
}
.slick-slide:focus {
    outline: none;
}
.s-section-title {
	z-index: 1;
	position: relative;
}
.s-section-title > span {
	display: inline-block;
	padding-left: 70px;
	padding-right: 70px;
	color: #34ccff;
	margin-bottom: 10px;
}
.s-section-title > span.line::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	right: 0;
	background: #34ccff;
}
.s-section-title h2 {
	text-transform: uppercase;
}
.section-title .bg-title {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	text-transform: capitalize;
	line-height: 1;
	font-size: 160px;
	color: #f6f9ff;
	z-index: -1;
}
.single-services {
	border: 2px solid #d7edff;
	padding: 60px 20px 55px;
	transition: .3s linear;
	position: relative;
}
.services-content h4 {
	font-size: 22px;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: -1px;
}
.services-content h4 a {
	display: inline-block;
}
.services-content h4 a:hover {
	color: #001d67;
}
.services-content p {
	font-size: 14px;
	margin-bottom: 0;
}
.single-services::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #d7edff transparent;
	transition: .3s linear;
}

/* 8. Service Details
============================================================*/
.inner-blog.service-details {
   margin-top: 120px;
   margin-bottom: 80px;
}
.service-widget {
	margin-bottom: 40px;
}
.post-details-thumb {
    margin-bottom: 20px;
}
.services-details-img a:hover {
	background: #001d67;
}
.single-features {
	border: 2px solid #ceedff;
}
.more-services-wrap {
	margin: 55px 0 25px;
}
.services-details-faq {
	margin-top: 55px;
}
.service-details .bpost-navigation .prev-link a h4, 
.service-details .bpost-navigation .next-link a h4 {
	font-size: 28px;
	margin-bottom: 0;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.services-cat {
	padding: 45px 40px;
	border: 2px solid #ceedff;
}
.service-widget-title span {
	color: #ff8400;
   display: block;
   font-weight: 700;
   margin-bottom: 10px;
}
.services-pdf .service-widget-title span {
	color: #fff;
}
.services-cat .service-widget-title h2,
.services-pdf .service-widget-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.service-widget-title h2 {
	color: #001d67;
	font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.services-pdf .service-widget-title h2 {
	color: #fff;
}
.service-widget ul {
	margin: 0;
	padding: 0;
}
.services-cat ul {
	margin: 0;
	padding: 0;
}
.services-cat ul li,
.services-pdf ul li {
	margin-bottom: 6px;display: block;
}
.services-cat ul li:last-child,
.services-pdf ul li:last-child {
	margin-bottom: 0px;
}
.services-cat ul li a,
.services-pdf ul li a {
	display: block;
	padding: 19px 30px;
	background: #f3f9ff;
	font-size: 14px;
	font-weight: 700;
	color: #001d67;
}
.services-cat ul li a i,
.services-pdf ul li a i {
	color: #ff8400;
	margin-right: 17px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.services-cat ul li a i:last-child,
.services-pdf ul li a i:last-child {
	float: right;
	margin-right: 0;
	color: #c4cde3;
	margin-top: 3px;
}
.services-cat ul li a:hover {
	color: #fff;
	background: #ff8400;
}
.services-cat ul li a:hover i,
.services-cat ul li a:hover i:last-child,
.services-pdf ul li a:hover i,
.services-pdf ul li a:hover i:last-child {
	color: #fff;
}
.services-pdf {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 45px 40px;
}
.services-pdf .sidebar-title span,
.services-pdf .sidebar-title h2 {
	color: #fff;
}
.services-pdf::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ff8400;
	z-index: -1;
	opacity: .9;
}
.services-pdf ul li a:hover {
	background: #001d67;
	color: #fff;
}
.bpost-navigation {
   padding-top: 35px;
   border-top: 1px solid #e1e6ff;
}
.service-details .bpost-navigation {
	border: none;
	margin-bottom: 35px;
}
.sidebar-quote {
	padding: 45px;
	background-color: #001d67; 
}
.sidebar-quote span {
    color: #a8b6d9;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.sidebar-quote h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
}
.sidebar-quote p {
    font-size: 16px;
    line-height: 28px;
    color: #cccfea;
    margin-bottom: 35px;
}

/* 9. How it work
============================================================*/
.work-process {
	z-index: 1;
	position: relative;
}
.work-process ul {
	margin: 0;
	padding: 0;
}
.work-process ul li {
	display: flex;
	align-items: flex-start;
	padding-right: 60px;
	margin-bottom: 35px;
}
.work-process ul li:last-child {
	margin-bottom: 0;
}
.wprocess-list-num span {
	height: 45px;
	width: 45px;
	background: #34ccff;
	text-align: center;
	border-radius: 50%;
	display: block;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.wprocess-list-num span::before,
.wprocess-list-num span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	border: 2px solid #d7ebff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	background: #eaf7ff;
	z-index: -1;
	content: "";
	display: inline-block;
}
.wprocess-list-num span::after {
	width: 0;
	height: 0;
	background-color: #34ccff;
	transition: all .3s linear;
}
.work-process ul li:hover .wprocess-list-num span::after {
	width: 60px;
	height: 60px;
}
.wprocess-list-num {
	margin-right: 37px;
}
.wprocess-content h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
.wprocess-content p {
	margin-bottom: 0;
}
.work-process::before {
	content: "";
	position: absolute;
	left: 21px;
	top: 20px;
	height: 80%;
	width: 2px;
	background: #d7ebff;
	z-index: -1;
}

/* 10. Call to action
============================================================*/
.cta-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 70px;
}
.f-group {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.f-group i {
	position: absolute;
	right: 36px;
	font-size: 16px;
	color: #34ccff;
	top: 17px;
	z-index: 1;
}
.f-group input[type="email"] {
    height: unset;
}
.f-group input {
	width: 100%;
	border: 2px solid #e3f0ff;
	padding: 21px 36px !important;
	font-size: 16px;
	color: #658faa;
	padding-right: 70px;
	transition: .3s linear;
}
.f-group input:focus {
	border-color: #34ccff;
}
.f-group input::placeholder {
	font-size: 16px;
	color: #658faa;
}
.cta-wrap .section-title h2 {
	font-size: 40px;
}
.cta-wrap {
	padding: 70px;
	background: #fff;
	border-radius: 10px;
}
.f-group {
	z-index: 1;
	position: relative;
	margin-bottom: 20px;
}
.f-group i {
	top: 28px;
	right: 36px;
	color: #34ccff;
	font-size: 16px;
	position: absolute;
}
.f-group input {
	width: 100%;
	color: #658faa;
	font-size: 16px;
	padding: 21px 36px;
	padding-right: 70px;
	transition: .3s linear;
	border: 2px solid #e3f0ff;
}
.f-group input:focus {
	border-color: #34ccff;
}
.f-group input::placeholder {
	color: #658faa;
	font-size: 16px;
}
.range-slider {
	width: 100%;
	margin-top: -55px;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.range-slider > input {
	opacity: 0;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-top: 72px;
	-webkit-appearance: none;
}
.range-slider > input::-webkit-slider-thumb {
	-webkit-appearance: none;
	z-index: 100;
	position: relative;
	width: 50px;
	height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.range-slider > span.slider-container {
	min-height: auto;
	display: inline-block;
	position: absolute;
	top: 70px;
	left: -8px;
	right: 46px;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.range-slider > span.slider-container > span.bar {
	background-color: #e3f0ff;
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	right: -42px;
	height: 7px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.range-slider > span.slider-container > span.bar > span {
	background: #d00c27;
	float: left;
	height: 7px;
	width: 0%;
}
.range-slider > span.slider-container > span.bar-btn {
	display: inline-block;
	position: absolute;
	width: auto;
	height: auto;
	padding-top: 0;
	font-weight: 700;
	text-align: center;
	left: 0;
	top: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 9;
	color: #fff;
	font-size: 16px;
}
.range-slider > span.slider-container > span.bar-btn::after {
	content: "";
	border: none;
	background-color: #d00c27;
	border-radius: 0;
	width: 75px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: -3px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(255, 164, 177, 0.4);
	-moz-box-shadow: 0px 4px 8px 0px rgba(255, 164, 177, 0.4);
	box-shadow: 0px 4px 8px 0px rgba(255, 164, 177, 0.4);
	z-index: -1;
}
.range-slider > span.slider-container > span.bar-btn > span::before {
	content: "$";
}
.range-filter {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: #658faa;
}
.range-target {
	float: right;
	font-size: 16px;
	font-weight: 700;
	color: #d00c27;
}
.filter-meta {
	width: 100%;
	overflow: hidden;
	text-align: right;
	margin-top: -35px;
	margin-bottom: 35px;
	display: inline-block;
}
.filter-meta label,
.filter-meta span {
	display: inline-block;
}
.filter-meta label {
	float: left;
	width: auto !important;
}
.filter-meta input {
	color: #d00c27 !important;
	font-size: 16px !important;
	font-weight: 700;
	padding: 0 !important;
	width: 15px !important;
	border: none !important;
	text-align: center !important;
}
.form-btn-center form p {
    text-align: center;
}
/* 11. Video
============================================================*/
.cta-video .popup-video {
	z-index: 1;
	color: #fff;
	width: 135px;
	height: 135px;
	font-size: 24px;
	border-radius: 50%;
	line-height: 135px;
	position: relative;
	background: #ff5e14;
	display: inline-block;
	border: 2px solid #ff5e14;
}
.cta-video .popup-video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 135px;
	width: 135px;
	border: 2px solid #ff5e14;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	animation-delay: 1s;
	z-index: -1;
}
.cta-video .popup-video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 140px;
	width: 140px;
	border: 2px solid #ff5e14;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	animation-delay: 2s;
	z-index: -1;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/* 12. Icon Image Box
============================================================*/
.icon-box {
	width: 80px;
	float: left;
	margin-right: 30px;
}
.item-box-content {
	overflow: hidden;
}
.item-box-content h4 a,
.item-box-content h4 {
	color: #001d67;
	font-size: 24px;
	transition: all .3s linear;
}
.item-box-content .read-more a {
	color: #5b7d9a;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.item-box-content .read-more a:hover,
.item-box-content:hover h4 a {
	color: #d00c27;
}

/* 13. Counter
============================================================*/
.geoport-counter {
	z-index: 1;
	position: relative;
	margin-bottom: 30px;
}
.geoport-counter::before {
	content: "";
	position: absolute;
	width: 110%;
	height: 2px;
	background: #fff;
	opacity: .2;
	left: 50%;
	top: 45.5%;
}
.col-lg-4.single-counter-item .geoport-counter::before {
	width: 108%;
}
.col-lg-6.single-counter-item .geoport-counter::before {
	width: 105%;
}
.col-lg-4.single-counter-item:nth-child(3n+1) .geoport-counter::before,
.col-lg-3.single-counter-item:nth-child(4n+1) .geoport-counter::before,
.col-lg-6.single-counter-item:nth-child(2n+1) .geoport-counter::before,
.counter-area .single-counter-item:last-child .geoport-counter::before {
	display: none;
}
.counter-icon {
	padding-bottom: 40px;
	margin-bottom: 35px;
	position: relative;
}
.counter-icon::before,
.counter-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	height: 9px;
	width: 9px;
	background: #34ccff;
	border-radius: 50%;
}
.counter-icon::after {
	height: 5px;
	width: 5px;
	background: #fff;
	bottom: -3px;
}
.geoport-counter {
	color: #bfc4df;
	display: block !important;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.geoport-counter .elementor-counter-number-wrapper {
	position: relative;
	display: inline-block !important;
}
.geoport-counter span.elementor-counter-number-prefix,
.geoport-counter span.elementor-counter-number-suffix {
	bottom: 10px;
	font-size: 20px;
	position: absolute;
}
.geoport-counter span.elementor-counter-number-prefix {
	left: -15px;
}
.geoport-counter span.elementor-counter-number-suffix {
	right: -15px;
}
h3.only-counter {
   margin-bottom: -10px;
}

/* 14. Testimonial
============================================================*/
.testi-content {
	border: 2px solid #e6f4ff;
	position: relative;
	padding: 45px 35px;
	margin-bottom: 40px;
}
.testi-content::before {
	content: "";
	position: absolute;
	left: 45px;
	bottom: -22px;
	height: 40px;
	width: 40px;
	background: #fff;
	border-left: 2px solid #e6f4ff;
	border-bottom: 2px solid #e6f4ff;
	transform: rotate(-45deg);
}
.testimonial-active .single-testimonial.slick-slide {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.testimonial-top-wrap h2 {
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}
.testi-rating {
	float: right;
	margin-top: 5px;
}
.testi-rating i {
	font-size: 16px;
	color: #ffaa6a;
	letter-spacing: 2px;
}
.testimonial-top-wrap {
	overflow: hidden;
	margin-bottom: 10px;
}
.testimonial-top-wrap .testi-rating {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}
.testi-content > p {
	font-size: 15px;
	margin-bottom: 0;
}
.testi-avatar {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.testi-avatar .avatar-img {
	width: 80px;
	height: 80px;
	margin-right: 30px;
}
.testi-avatar .avatar-img img {
	border-radius: 50%;
}
.testi-avatar-info h6 {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 10px;
}
.testi-avatar-info span {
	display: block;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
	color: #5b7d9a;
}
.testi-avatar-info span a {
	color: #d00c27;
	font-weight: 700;
}

.testimonial-active .slick-arrow {
	top: 50%;
	z-index: 9;
   width: 30px;
	height: 30px;
	border: none;
	margin-top: -75px;
	position: absolute;
	background-color: #ffffff;
}
.testimonial-active .slick-prev.slick-arrow {
	left: -15px;
   transform: rotate(45deg);
	border-left: 2px solid #e6f4ff;
   border-bottom: 2px solid #e6f4ff;
}
.testimonial-active .slick-prev.slick-arrow i {
	transform: rotate(-45deg);
}
.testimonial-active .slick-next.slick-arrow {
	right: -15px;
   transform: rotate(45deg);
	border-top: 2px solid #e6f4ff;
   border-right: 2px solid #e6f4ff;
}
.testimonial-active .slick-next.slick-arrow i {
	transform: rotate(-45deg);
}

/* 15. Blog
============================================================*/
.section-title > span.border-none {
	padding-left: 0;
}
.section-title > span.border-none::before {
	display: none;
}
.blog-half-bg {
	padding-top: 107px;
	position: relative;
	padding-bottom: 67px;
}
.blog-half-bg::before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 627px;
	position: absolute;
	background: #eaf7ff;
}
.single-blog-post {
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(197, 217, 255, 0.2);
}
.blog-shortcode .single-blog-post {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.blog-thumb {
	overflow: hidden;
}
.blog-thumb img {
	height: auto;
	max-width: 100%;
	transition: .4s linear;
	transform: rotate(0) scale(1);
}
.single-blog-post:hover .blog-thumb img {
	transform: rotate(-3deg) scale(1.1);
}
.blog-content {
	padding: 0 30px 25px;
	position: relative;
	z-index: 1;
}
.blog-post-tag {
	margin-bottom: 25px;
	margin-top: -18px;
}
.blog-post-tag.no-thumb {
    margin-top: 0;
    padding-top: 35px;
    margin-bottom: 25px;
}
.blog-content.cat-no {
    margin-top: 25px;
}
.bpost-content.readmore-is-hidden p {
    margin-bottom: 0;
}
.blog-post-tag a {
	display: inline-block;
	background: #34ccff;
	color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.2);
	border-radius: 6px;
	padding: 11px 20px;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
}
.blog-post-tag a:hover {
	background: #d00c27;
	box-shadow: 0px 8px 16px 0px rgba(208, 12, 39, 0.2);
}
.blog-content h5 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-bottom: 13px;
}
.blog-content h5 a {
	display: inline-block;
}
.blog-content h5 a:hover,
.blog-meta ul li a:hover,
.blog-meta ul li i {
	color: #d00c27;
}
.blog-shortcode .bpost-content {
   padding: 30px;
}
.blog-shortcode .bpost-content h2 {
   font-size: 22px;
}
.blog-content p {
	font-size: 14px;
	margin-bottom: 15px;
}
.blog-meta ul {
	margin: 0;
	padding: 0;
}
.blog-meta ul li,
.blog-meta ul li a {
	display: inline-block;
	color: #5b7d9a;
	font-size: 15px;
    font-weight:500;
	margin-right: 25px;
}
.blog-meta ul li a {
	margin-right: 0;
}
.blog-meta ul li:last-child {
	margin-right: 0;
}
.blog-meta ul li i {
	margin-right: 5px;
}
.s-single-blog-post .blog-post-tag a {
	background: #ff5e14;
	box-shadow: 0px 4px 8px 0px rgba(255, 94, 20, 0.2);
}
.s-single-blog-post .blog-post-tag a:hover {
	color: #001d67;
	background: #cee2ff;
	box-shadow: 0px 4px 8px 0px rgba(206, 226, 255, 0.2);
}
.s-single-blog-post .blog-content h5 a:hover,
.s-single-blog-post .blog-meta ul li a:hover,
.s-single-blog-post .blog-meta ul li i {
	color: #ff5e14;
}
.bpost-thumb img {
	width: 100%;
}
.bsingle-post {
	overflow: hidden;
	position: relative;
}
.bpost-content {
	overflow: hidden;
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
	border: 2px solid #ededed;
}
.bpost-content.b-details-content .blog-thumb {
	margin-bottom: 25px;
}
.details-content .bpost-meta ul {
    margin: 0;
    padding: 0;
}
.details-content .bpost-meta {
    margin-bottom: 13px;
}
.b-tag {
	width: 100%;
	margin-bottom: 22px;
	display: inline-block;
}
.b-tag a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 15px;
	margin-bottom: 3px;
	text-align: center;
	background: #ff5e14;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.blog-shortcode .b-tag a {
	font-size: 14px;
   line-height: 24px;
	border-radius: 6px;
   padding: 5px 20px;
   text-transform: capitalize;
   box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.2);
}
.b-tag a:hover {
	color: #fff;
	background: #001d67;
}
.bpost-content h2 {
	line-height: 1.4;
	letter-spacing: 0px;
	word-break: break-word;
}
.bpost-content h2.post-title {
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.bpost-content h2 a {
	display: inline-block;
}
.bpost-content h2 a:hover {
	color: #ff5e14;
}
.bpost-meta ul {
	padding-left: 0;
}
.bpost-meta ul li {
	display: inline-block;
	margin-right: 15px;
    margin-top:0;
}
.bpost-meta ul li:last-child {
	margin-right: 0;
}
.bpost-meta ul li span, 
.bpost-meta ul li a {
    color: #5b7d9a;
    font-size: 16px;
    font-weight: 500;
}
.bpost-meta ul li.author a {
	text-transform: capitalize;
}
.bpost-meta ul li a:hover {
	color: #ff5e14;
}
.bpost-meta ul li span i,
.bpost-meta ul li a i {
	width: auto;
	height: auto;
	margin-right: 5px;
	line-height: 25px;
	display: inline-block;
	transition: all .0s linear;
}
.bpost-meta ul li span i.dashicons,
.bpost-meta ul li a i.dashicons {
	font-size: 16px;
}
.bpost-meta ul li .dashicons-admin-comments:before {
	top: 2px;
	content: "\f101";
	position: relative;
}
.bpost-meta ul li i.dashicons.dashicons-admin-users {
	font-size: 18px;
    margin-top: 3px;
}
.bpost-content > p {
	font-size: 16px;
	margin-bottom: 35px;
	line-height: 26px;
}
.bpost-avatar {
	display: inline-block;
	overflow: hidden;
}
.bavatar-img {
	float: left;
	display: block;
	margin-right: 15px;
}
.bavatar-info {
	overflow: hidden;
}
.bavatar-info p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #7886a0;
}
.bavatar-info p a {
	color: #152136;
	text-transform: capitalize;
}
.bavatar-info p a:hover {
	color: #ff5e14;
}
.b-readmore {
	float: right;
}
.b-readmore a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff5e14;
	letter-spacing: 2px;
	margin-top: 10px;
	display: block;
}
.b-readmore a i {
	margin-right: 10px;
}
.b-readmore a i.dashicons {
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	margin-right: 5px;
}
.bpost-thumb .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #ff5e14;
	color: #ffffff;
}
.blog-thumb-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
.blog-thumb-active .slick-arrow.slick-next {
	right: 40px;
	left: auto;
}
.blog-thumb-active .slick-arrow:hover {
	color: #ff5e14;
	opacity: 1;
}
.quote-post {
	background-position: center;
	background-size: cover;
	border: none;
}
.quote-post .quote-icon {
	float: left;
	margin-right: 30px;
	display: block;
	margin-top: 10px;
}
.quote-post h2 {
	color: #fff;
}
.quote-post .bpost-meta ul li span,
.quote-post .bpost-meta ul li a {
	color: #ffffff;
}
.bpost-content.post-bg {
	background-position: center;
	background-size: cover;
	border: none;
}
.quote-post h2 a:hover {
	color: #ff5e14;
}
.bdetails-content {
    width: 100%;
    display: inline-block;
}
footer.entry-footer span.screen-reader-text,
footer.entry-footer a.post-edit-link,
.page .bdetails-content ol li a {
	color: #ff5e14;
}
.bdetails-content ol li {
    margin: 5px 0px;
}
.bdetails-content table {
    margin-bottom: 25px;
}
.blog-comment-area table {
    margin-bottom: 25px;
}
/*Sidebar*/
.blog-sidebar {
	padding-left: 10px;
}
.blog-sidebar .widget {
	padding: 40px;
	background: #fff;
	padding-top: 35px;
	margin-bottom: 40px;
	border: 2px solid #ededed;
}
.blog-sidebar.sidebar-default .widget_polylang select {
    width: 100%;
    border: 2px solid #ededed;
    padding: 10px;
}
.blog-sidebar.sidebar-default .widget_polylang ul {
	margin:0;
	padding:0;
}
.blog-sidebar.sidebar-default .widget_polylang ul li {
	list-style:none;
}
.widget-title {
	margin-bottom: 30px;
}
.widget-title span {
	height: 4px;
	width: 4px;
	display: inline-block;
	background: #ff5e14;
	position: relative;
	margin-right: 20px;
	top: -4px;
}
.widget-title span::before {
	content: "";
	position: absolute;
	right: -8px;
	top: 0;
	height: 4px;
	width: 4px;
	background: #ff5e14;
}
.widget-title h4 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.add-banner.widget {
    margin: 0;
    border: 0;
    padding: 0;
    margin-bottom:40px;
}
.add-banner.widget img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

aside.blog-sidebar.sidebar-default .geoport_about_us_widget .footer-text p {
    color: #5b7d9a;
}

aside.blog-sidebar.sidebar-default .geoport_about_us_widget .footer-social ul li a {
    color: #fff;
}
aside.blog-sidebar.sidebar-default .geoport_working_hour_widget .footer-work-hour ul li a {
    color: #5b7d9a;
}
aside.blog-sidebar.sidebar-default .geoport_working_hour_widget .footer-work-hour ul{
	margin:0;
	padding:0;
}
aside.blog-sidebar.sidebar-default .geoport_working_hour_widget .footer-work-hour ul li{
	list-style: none;
}
aside.blog-sidebar.sidebar-default .geoport_working_hour_widget .footer-work-hour .footer-widget-title h4{
	color:#001d67;
	font-size: 18px;
	text-transform: uppercase;
}
aside.blog-sidebar.sidebar-default .geoport_service_cats_widget .services-cat{
	padding:0;
	border: none;
}
aside.blog-sidebar.sidebar-default .geoport_download_widget {
	padding:0;
	border: none;
}
aside.blog-sidebar.sidebar-default .geoport_download_widget .services-pdf ul{
	padding:0;
	border: none;
}

/* 16. About
============================================================*/
.b-about-content h4 {
	font-size: 16px;
	margin-bottom: 13px;
	text-transform: capitalize;
}
.b-about-content p {
	margin-bottom: 0;
	font-size: 16px;
}
.b-about-social a {
	color: #ff5e14;
	font-size: 16px;
	margin: 0 10px;
}
.b-about-social a:hover {
	color: #b3bed3;
}

/*Form*/
.ws-input {
	position: relative;
}
.ws-input input {
	width: 100%;
	border: none;
	padding: 18px 30px;
	background: #f6f4ff;
	padding-right: 65px;
}
.ws-input button {
	top: 0;
	right: 0;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	background: #ff5e14;
	padding: 18px 23px;
}
.ws-input button .dashicons {
	font-size: 22px;
	line-height: 28px;
}

/* 17. Widgets Area
============================================================*/
.rc-post {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e6ff;
	margin-bottom: 30px;
}
.rc-post-thumb {
	margin-right: 20px;
}
.rc-post .rc-post-thumb {
    width: 75px;
    flex: 0 0 75px;
}
.rc-post-content h5 {
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 22px;
}
.rc-post-date span {
	font-size: 12px;
	color: #7886a0;
}
.rc-post-content h5 a {
	display: inline-block;
}
.rc-post-content h5 a:hover {
	color: #ff5e14;
}
.rc-post-date span i {
	margin-right: 5px;
}
.rc-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

/*Socials*/
.sidebar-social br {
	display: none;
}
.sidebar-social a {
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	background: #091222;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.sidebar-social a:last-child {
	margin-right: 0;
}
.sidebar-social a:hover {
	background: #ff5e14;
}

/*Banner*/
.sidebar-banner img {
	width: 100%;
}
.blog-avatar-img img,
.bavatar-img img,
.rc-post-thumb img {
	border-radius: 50%;
}
.blog-avatar-img {
	margin-bottom: 25px;
}
.add-widget-image {
	border: 0 !important;
	padding: 0 !important;
}
.add-widget-image a {
	width: 100%;
	display: inline-block;
}
.add-widget-image img { 
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
/*Blog Details*/
.single-blog-page {
	padding-top: 120px;
	padding-bottom: 80px;
}
.b-details-content p {
	margin-bottom: 20px;
}
.b-details-content .the-content a {
	color: #ff5e14;
}
.bpost-meta ul li > i {
	font-size: 14px;
	margin-right: 5px;
}
.bdpost-thumb {
	padding-top: 25px;
	margin-bottom: 45px;
}
.bdpost-thumb img {
	width: 100%;
}
.b-details-wrap h3 {
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.b-details-wrap p {
	font-size: 16px;
	margin-bottom: 0;
}
.b-details-list {
	margin-left: 30px;
}
.b-details-wrap {
	margin-bottom: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e1e6ff;
}
.b-details-list ul li {
	font-size: 16px;
	margin-bottom: 5px;
}
.b-details-list ul li:last-child {
	margin-bottom: 0;
}
.b-details-list ul li i {
	color: #5b7d9a;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}
.post-footer-meta {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 35px;
	display: inline-block;
}
.d-post-tag h5,
.post-share h5 {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.d-post-tag ul {
	margin: 0;
	padding: 0;
}
.d-post-tag ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.d-post-tag ul li a {
	color: #5b7d9a;
	font-size: 12px;
	padding: 7px 20px;
	background: #f5f2ff;
	display: inline-block;
	text-transform: uppercase;
}
.post-share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post-share ul li a {
	font-size: 18px;
	color: #5b7d9a;
	display: inline-block;
}
.post-share ul li a:hover {
	color: #ff5e14;
}
.d-post-tag ul li a:hover {
	color: #fff;
	background: #ff5e14;
}
.post-footer-meta .cause-details-share ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}
.post-footer-meta .cause-details-share ul {
    margin: 0;
    padding: 0;
}
.post-footer-meta .cause-details-share ul li a {
    color: #001d67;
}
.bpost-navigation {
	padding-top: 35px;
	border-top: 1px solid #e1e6ff;
}
.bpost-navigation .prev-link h4,
.bpost-navigation .next-link h4 {
	font-size: 20px;
	word-break: break-word;
	text-transform: capitalize;
	transition: all .3s linear;
}
.prev-link span, 
.next-link span {
	display: block;
	color: #90b5c0;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.bpost-navigation .prev-link a:hover h4,
.bpost-navigation .next-link a:hover h4 {
	color: #ff5e14;
}
.releted-post h3 {
	font-size: 26px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.rp-thumb img {
	width: 100%;
}
.rp-content {
	padding: 35px 30px;
}
.rp-content .rp-date {
	color: #7886a0;
	display: block;
	margin-bottom: 10px;
}
.rp-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: -1px;
}
.rp-content h4 a {
	display: inline-block;
}
.rp-content .rp-date i {
	margin-right: 5px;
}
.rp-content h4:hover a {
	color: #ff5e14;
}
.rp-content p {
	margin-bottom: 0;
	font-size: 15px;
}
.single-rp {
	box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.1);
}
.blog-avatar-wrap {
	overflow: hidden;
	border: 2px solid #e1e6ff;
	padding: 40px;
	display: flex;
	align-items: center;
}
.blog-post-avatar-img {
	margin-right: 40px;
}
.bd-avatar-info span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #5b7d9a;
	display: block;
	margin-bottom: 5px;
}
.bd-avatar-info h4 {
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.blog-comment-area {
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
	padding-top: 35px;
	border-top: 1px solid #e1e6ff;
}
.blog-comment-area.form-wrapper {
	padding-top: 30px;
}
.blog-comment-area.form-wrapper h3.comment-form-title {
	margin-bottom: 30px;
}
.single-comment a {
	color: #ff5e14;
}
.single-comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single-comment .comments-avatar img {
	border-radius: 50%;
}

/* 22. Categories */
.sidebar-cat ul li {
	color: #ffffff;
	padding-left: 0;
	margin-bottom: 10px;
}
.sidebar-cat ul li a {
	color: #fff !important;
	display: block;
	background: #152136;
	padding: 15px 30px;
	position: relative;
}
.sidebar-cat ul li span {
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	color: #ffffff;
	transition: .3s;
	font-weight: 500;
	line-height: 55px;
	text-align: center;
	background: #091222;
	position: absolute;
}
.sidebar-cat ul li:before {
	display: none;
}
.sidebar-cat ul li:last-child {
	margin-bottom: 0px;
}
.sidebar-cat ul li:hover {
	padding-left: 0;
}
.sidebar-cat ul li:hover a {
	color: #ffffff;
	background: #ff5e14;
}
.sidebar-cat ul li:hover span {
	color: #ffffff;
	background: #ff5100;
}

/* 18. Contact 
============================================================*/
.contact-title-btn .btn {
	font-size: 30px;
	background: #d00c27;
	box-shadow: none;
	padding: 20px 50px;
}
.contact-title-btn .btn span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffbcbc;
	margin-top: 5px;
	transition: all 0.4s ease-out 0s;
}
.contact-title-btn .btn:hover {
	background: #34ccff;
}
.contact-title-btn .btn:hover span {
	color: #d6ecff;
}
.contact-tabs .nav-tabs {
	margin-bottom: 40px;
	border-bottom: 2px solid #e5edff;
}
.contact-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
	display: block;
	margin-right: 35px;
}
.contact-tabs .nav-tabs .nav-link {
	border: none;
	line-height: 1;
	color: #669baf;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding: 0 50px 35px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: transparent;
}
.contact-tabs .nav-tabs .nav-link i {
	margin-right: 5px;
}
.contact-tabs .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.contact-tabs .nav-tabs .nav-link::before {
	left: 0;
	opacity: 0;
	content: "";
	height: 4px;
	width: 100%;
	bottom: -2px;
	position: absolute;
	background: #d00c27;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.contact-tabs .nav-tabs .nav-item.show .nav-link,
.contact-tabs .nav-tabs .nav-link.active {
	color: #d00c27;
}
.contact-tabs .nav-tabs .nav-link.active::before {
	opacity: 1;
}
.contact-map-container {
	padding: 0 260px;
}
.contact-map-bg {
	min-height: 600px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.contact-map-content {
    top: 50%;
    left: 100px;
	background: #fff;
	position: absolute;
	padding: 55px 60px;
	display: inline-block;
    transform: translate(0, -50%);
	box-shadow: 0px 16px 16px 0px rgba(177, 208, 255, 0.3);
}
.contact-map-content h4 {
	font-size: 24px;
	margin-bottom: 30px;
}
.contact-map-content ul {
	padding-left: 0;
}
.contact-map-content ul li {
	display: block;
	margin-bottom: 13px;
	font-size: 16px;
	color: #5b7d9a;
}
.contact-map-content ul li:last-child {
	margin-bottom: 0px;
}
.contact-map-content ul li i {
	margin-right: 30px;
	color: #34ccff;
}
.single-contact-box {
	border: 2px solid #ceedff;
	text-align: center;
	transition: .3s linear;
	position: relative;
	overflow: hidden;
}
.contact-box-content {
	padding: 60px 60px 55px;
}
.contact-icon {
	width: 110px;
	height: 110px;
	color: #ff5e14;
	font-size: 40px;
	text-align: center;
	line-height: 110px;
	border-radius: 50%;
	background: #ffefef;
	margin-bottom: 30px;
	display: inline-block;
	transition: .3s linear;
}
.contact-box-content p {
    margin-bottom: 0;
}
.contact-icon img {
	height: auto;
	max-width: 100%;
}
.contact-box-content h4 {
	font-size: 26px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.contact-box-content span {
	display: block;
	font-size: 18px;
}
.contact-box-btn a {
	width: 100%;
	color: #5b7d9a;
	font-size: 16px;
	padding: 0 60px;
	font-weight: 700;
	line-height: 58px;
	display: inline-block;
	border-top: 2px solid #ceedff;
}
.contact-box-btn a i {
	margin-right: 5px;
}
.single-contact-box:hover,
.single-contact-box:hover .contact-box-btn a {
	border-color: #ff5e14;
}
.single-contact-box:hover .contact-icon {
	background: #ff5e14;
	color: #fff;
}
.single-contact-box:hover .contact-box-btn a {
	color: #ff5e14;
}
.contact-box-big-icon {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 200px;
	line-height: 1;
	color: #fff6f6;
	z-index: -1;
	transform: translateX(50px);
	transition: .3s linear;
	opacity: 0;
}
.single-contact-box:hover .contact-box-big-icon {
	transform: translateX(0px);
	opacity: 0.05;
}
.contact-map-area {
	background-position: center;
	background-size: cover;
}
.contact-form-box {
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
	border-radius: 10px;
	padding: 70px;
}
.contact-form-box h2 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 40px;
	letter-spacing: -1px;
}
.c-form-group {
	position: relative;
	margin-bottom: 20px;
}
.c-form-group i {
	position: absolute;
	top: 25px;
	right: 35px;
	font-size: 16px;
	color: #ff5e14;
	z-index: 1;
}
.f-group select,
.c-form-group select {
    padding: 22px;
    width: 100%;
    border: 2px solid #ddeeff;
    color: #658faa;
    outline:none;
}
.c-form-group input,
.c-form-group textarea {
	padding-right: 60px !important;
	padding: 21px 35px !important;
	border-radius: 0 !important;
	font-size: 16px !important;
}
.c-form-group input::placeholder,
.c-form-group textarea::placeholder {
	font-size: 16px;
	color: #658faa;
}
.c-form-group input:focus,
.c-form-group textarea:focus {
	border-color: #ff5e14;
}
.c-form-group textarea {
	height: 150px;
}
.contact-form-box form {
	text-align: center;
}
.c-form-group:nth-child(3) {
	margin-bottom: 30px;
}
.s-contact-area {
	background: #f8faff;
}
.s-contact-area .contact-title-btn .btn {
	background: #ff8400;
	text-transform: uppercase;
}
.s-contact-area .contact-title-btn .btn:hover {
	background: #001d67;
}
.s-contact-area .contact-tabs .nav-tabs .nav-link.active {
	color: #ff8400;
	background: transparent;
}
.s-contact-area .contact-tabs .nav-tabs .nav-link::before {
	background: #ff8400;
}
.contact-page-map {
    top: 50%;
    left: 50%;
    margin-top: -10px !important;
    position: absolute !important;
    max-width: 580px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    margin-left: -290px;
}
.banner1-gradient-overlay { position: relative !important;
}
.banner1-gradient-overlay:before { top: 0 !important; left: 0 !important; content: "" !important; width: 100% !important; height: 100% !important; z-index: 9999 !important; position: absolute !important; background: linear-gradient(to top, rgba(0,14,48,0.16078), rgba(0,14,48,0.8)) !important; background: -webkit-linear-gradient(to top, rgba(0,14,48,0.16078), rgba(0,14,48,0.8)) !important;
};


/* 19. Features 
============================================================*/
.gray-lite-bg .bg-title {
	color: #edf2ff;
}
.single-features {
	background: #fff;
	padding: 45px 45px;
}
.single-features .read-more {
    margin-top: 15px;
}
.features-icon {
	margin-bottom: 35px;
}
.features-icon i {
	font-size: 60px;
	line-height: 1;
	color: #ff5e14;
	transition: .4s linear;
	transform: rotateY(0deg);
}
.single-features:hover .features-icon i,
.single-services:hover .services-icon i {
	transform: rotateY(360deg);
}
.features-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
}
.features-content h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 60px;
	background: #ffe0e0;
	transition: .4s linear;
}
.features-content p {
	margin-bottom: 10px;
}
.features-content .read-more > a {
	font-size: 16px;
	color: #ff5e14;
	font-weight: 600;
}
.features-content h4 a:hover,
.features-content .read-more > a:hover {
	color: #ff5e14;
}
.single-features:hover .features-content h4::before {
	background: #ff5e14;
	width: 100px;
}
.single-features.features-quote {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 368px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
}
.single-features.features-quote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0753a8;
	opacity: .8;
	z-index: -1;
}
.features-quote .s-section-title {
	margin-bottom: auto;
}
.features-quote .s-section-title h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -1px;
}
.features-quote-btn .btn {
	box-shadow: none;
}
.features-quote-btn .btn:hover {
	background: #cee2ff;
	color: #001d67;
}
.features-quote .s-section-title.white-title > span {color: #fff;}
.features-quote .white-title > span::before {
	background: #fff;
}
.features-wrap-content {
	padding-right: 50px;
}
.features-wrap-content p:first-child {
	font-size: 16px;
	font-weight: 700;
	color: #001d67;
	line-height: 28px;
	margin-bottom: 30px;
}
.features-wrap-content p:nth-child(3) {
	margin-bottom: 0;
}
.about-avatar-wrap {
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.about-avatar-thumb img {
	border-radius: 50%;
	margin-right: 20px;
}
.about-avatar-info h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.about-avatar-info span {
	font-size: 16px;
	font-weight: 700;
	color: #ff5e14;
	display: block;
}
.about-avatar-sign {
	float: right;
	margin-right: -55px;
	margin-top: -70px;
}
.services-gray-bg {
	background: #fafbff;
}
.services-gray-bg .section-title .bg-title {
	color: #edf2ff;
}
.services-gray-bg .container-fluid {
	padding: 0 320px;
}
.s-services-active .services-carousel-thumb img {
	width: 100%;
}
.features-style-two {
	background: #fff;
	padding: 0 20px 20px;
}
.features-style-two .features-content {
	padding: 25px;
}
.features-img {
	margin-top: 90px;
	text-align: center;
	margin-bottom: 25px;
}
.features-img img {
	max-width: 100%;
	margin-top: -90px;
	margin-bottom: 10px;
}
.features-quote-form {
	width: 100%;
}
.features-quote-form-box {
	position: relative;
	margin-bottom: 20px;
}
.features-quote-form-box i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #ff5e14;
}
.features-quote-form-box input {
	width: 100%;
	background: #fff;
	border: none;
	padding: 18px 30px !important;
	padding-right: 50px;
	border-radius: 6px;
	color: #5b7d9a;
	font-size: 16px;
}
.features-quote-form-box input::placeholder {
	color: #5b7d9a;
	font-size: 16px;
}
.single-features.s-features-quote {
	margin-top: -90px;
	height: 463px;
}

/* 20. Accordion 
============================================================*/
a.elementor-accordion-title span {
	color: #ff8400;
	font-size: 18px;
	margin-right: 30px;
	display: inline-block;
}
.elementor-accordion-item .elementor-tab-title.elementor-active {
   border-bottom: 0 !important;
   border-bottom-color: transparent;
}
.elementor-accordion .elementor-accordion-item {
	margin-bottom: 20px;
	border-top: 2px solid #CEEDFF !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
   border-top: 0;
   border-width: 2px;
   border-top-color: #CEEDFF;
}
.single-industries {
	position: relative;
}
.industries-top a {
	font-size: 13px;
	color: #548ca6;
	padding: 27px 70px 25px 40px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #d7edff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.industries-top a i {
	font-size: 16px;
	color: #ff5e14;
	margin-right: 25px;
}
.industries-top a .close {
	color: #b2cdda;
}
.industries-top a .close, 
.industries-top a .open {
    top: 50%;
    right: 0;
    margin-top: -8px;
    position: absolute;
}
.industries-top:hover a .close,
.industries-top a .open {
	display: none;
}
.industries-top:hover a .open {
	display: block;
}
.industries-content {
	position: absolute;
	background: #fff;
	padding: 0 40px 35px;
	left: 0;
	top: 100%;
	transition: .3s linear;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.industries-content p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}
.single-industries:hover .industries-content {
	top: 90%;
	opacity: 1;
	background: #fff;
	box-shadow: 0px 20px 40px 0px rgba(187, 205, 231, 0.3);
	visibility: visible;
}
.single-industries:hover .industries-top a {
	border-color: #fff;
	color: #001d67;
	box-shadow: 0px 20px 40px 0px rgba(187, 205, 231, 0.3);
}

/* 21. Home 2 
============================================================*/
.cta-nav-tabs {
   border-bottom: none;
   background: #fff;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.cta-nav-tabs .nav-item {
	width: 50%;
	margin-bottom: 0;
	text-align: center;
}
.cta-nav-tabs .nav-link {
	border: none;
	color: #658faa;
	font-size: 16px;
	font-weight: 700;
	padding: 23px 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #f2f9ff;
}
.cta-nav-tabs .nav-link.active {
   color: #658faa;
   border-color: #f2f9ff;
   background-color: #f2f9ff;
}
.form-tab-wrap .nav-tabs .nav-link:focus, 
.form-tab-wrap .nav-tabs .nav-link:hover {
   border-color: transparent;
}

.s-cta-wrap .section-title {
	margin-bottom: 30px;
}
.s-cta-wrap .section-title h2 > span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #34ccff;
	font-family: 'Karla', sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.s-cta-wrap .section-title h2 {
	text-transform: uppercase;
}
.form-tab-wrap .cta-wrap {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   box-shadow: 0px 16px 16px 0px rgba(149, 221, 255, 0.2);
}

/* Mail Chimp */
.mc4wp-form-fields p label { 
	color: #001d67;
}
.mc4wp-form-fields p input {
	width: 100%;
   background: #fff;
   border: none;
   padding: 18px 30px;
   padding-right: 50px;
   border-radius: 6px;
   color: #5b7d9a;
   font-size: 16px;
   margin-top: 10px;
}
/* Professional Service */
.professional-services {
   background-position: center;
   background-size: cover;
   position: relative;
   z-index: 1;
}
.professional-services::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background: rgb(244,251,255,1);
   background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(244,251,255,1) 50%, rgba(244,251,255,1) 100%);
   z-index: -1;
}

/* 22. Portfolio 
============================================================*/
.single-portfolio img {
	width: 100%;
}
.single-portfolio-nav h5 {
	margin-bottom: 0;
	background: rgb(0, 29, 103, 0.8);
	position: relative;
	padding: 25px 45px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-portfolio-nav h5 i {
	font-size: 30px;
	color: #ff5e14;
	margin-right: 20px;
}
.single-portfolio-nav.slick-slide.slick-current.slick-center h5 {
	color: #fff;
	background: #ff5e14;
}
.single-portfolio-nav.slick-slide.slick-current.slick-center h5 i {
	color: #fff;
}
.slide-portfolio-nav {
	margin-top: -80px;
}

/* 23. About Page 
============================================================*/
.s-about-img .about-exp {
    right: 80px;
    bottom: 40px;
	width: 180px;
	height: 169px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-exp {
   position: absolute;
   right: 10px;
   bottom: 25px;
   text-align: center;
   z-index: 1;
}
.s-about-img span.count-style.counte {
   font-size: 60px;
}
.s-about-img .about-exp span.counter-title {
	color: #ffffff;
   font-size: 14px;
}
.about-img {
	position: relative;
}
.about-img img {
	max-width: inherit !important; 
}
.about-exp h3 {
    font-size: 80px;
    line-height: .8;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -1px;
}
.about-exp span.counter-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.about-img::before {
   content: "";
   position: absolute;
   right: -40px;
   bottom: -30px;
   background-image: url(../img/about_img_shape.png);
   width: 424px;
   height: 360px;
   background-repeat: no-repeat;
   opacity: .8;
}
/*Box*/
.single-about-box {
	border: 2px solid #ededed;
	padding: 45px 35px;
	position: relative;
	overflow: hidden;
}
.about-box-icon {
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 25px;
}
.about-box-icon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: #eaf1ff;
	transition: .3s linear;
}
.about-box-icon i {
	font-size: 30px;
	line-height: 1;
	color: #ff5e14;
}
.about-box-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about-box-content p {
	margin-bottom: 0;
}
.watermark-icon {
	opacity: .06;
	color: #ff5e14;
	font-size: 120px;
}
.single-about-box .about-hover-icon {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(0px);
	transition: .4s ease-in;
	z-index: -1;
}
.single-about-box:hover .about-hover-icon {
   transform: translateX(40px);
}

/* Video services */
.single-video-services {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 8px 16px 0px rgba(154, 178, 222, 0.1);
}
.video-services-thumb {
	overflow: hidden;
}
.video-services-thumb img {
	transform: rotate(0) scale(1);
	transition: .4s linear;
	width: 100%;
}
.single-video-services:hover .video-services-thumb img {
	transform: rotate(-3deg) scale(1.1);
}
.video-services-content {
	padding: 0 40px 35px;
}
.video-services-tag a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #ff5e14;
	border-radius: 6px;
	padding: 5px 30px;
}
.video-services-tag a:hover {
	background: #34ccff;
}
.video-services-tag {
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.video-services-content h4 {
	font-size: 24px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.video-services-content h4 a {display: inline-block;}
.video-services-content h4 a:hover {color: #ff5e14;}
.video-services-content p {
	margin-bottom: 0;
}
.professional-services {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.professional-services::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(244,251,255,1);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(244,251,255,1) 50%, rgba(244,251,255,1) 100%);
	z-index: -1;
}

/* 24. Footer 
============================================================*/
footer ul {
	margin: 0;
	padding: 0;
}
.footer-bg {
	position: relative;
	padding-top: 120px;
	padding-bottom: 70px;
	background-size: cover;
	background-color: #001447; 
	background-position: center;
}
.footer-img-bg {
	top: 0;
	left: 0;
	height: 100%;
	width: 860px;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-img-bg::before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	opacity: .9;
	height: 100%;
	position: absolute;
	background: #001447;
}

footer .geoport_rp_widget .widget-title h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}
footer .geoport_rp_widget .widget-title span {
    display: none;
}
footer .geoport_rp_widget.footer-widget .rc-post {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: none;
}
footer .geoport_rp_widget.footer-widget .rc-post:last-child {
    margin-bottom: 0;
}
footer .geoport_rp_widget.footer-widget .rc-post-content h5 {
    color: #a7b6d3;
    font-weight: 600;
}
footer .geoport_rp_widget.footer-widget .rc-post-content .rc-post-date span {
    font-weight: 700;
    font-size: 13px;
}
.footer-widget ul li {
    margin-bottom: 10px;
    margin-top: 0;
}
.footer-widget.widget_categories ul ul li {
    padding-left: 18px;
    margin-top: 10px;
}
.footer-widget.widget_pages ul ul li {
    margin-top: 10px;
}
.footer-widget .calendar_wrap nav.wp-calendar-nav span a {
    color: #fff;
}
.footer-widget .calendar_wrap nav.wp-calendar-nav span a:hover {
    color: #ff5e14;
}
.footer-widget {
	margin-bottom: 50px;
}
.footer-logo {
	width: 205px;
	margin-bottom: 20px;
}
.footer-text {
	margin-bottom: 30px;
}
.footer-text p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 28px;
}
.footer-bg2 .footer-text p {
	padding-right: 65px;
}
.footer-bg2 .widget_nav_menu {
	padding-left: 50px;
}
.footer-social ul {
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	margin-right: 10px;
	display: inline-block;
}
.footer-social ul li:last-child {
	margin-right: 0;
}
.footer-social ul li a {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background: rgb(255, 255, 255, 0.102);
	border-radius: 50%;
	color: #fff;
}
.footer-social ul li a:hover {
	background: #34ccff;
}
.footer-widget-title {
	margin-bottom: 30px;
}
.footer-widget-title h4 {
	color: #fff;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 20px;
}
.footer-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-link ul li {
	width: 50%;
	margin-bottom: 20px;
	display: block;
	line-height: 2;
}
.footer-link ul li a {
	font-size: 16px;
	color: #fff;
	opacity: .8;
}
.footer-link ul li a i {
	margin-right: 5px;
}
.footer-link ul li a:hover {
	opacity: 1;
	padding-left: 5px;
}
.footer-work-hour {
	margin-bottom: 25px;
}
.footer-work-hour ul li {
	color: #ffffff;
	font-size: 16px;
	list-style: none;
	margin-bottom: 8px;
}
.footer-work-hour ul li:last-child {
	margin-bottom: 0px;
}
.footer-work-hour-content p {
	font-size: 16px;
	color: #c4d0f0;
	margin-bottom: 10px;
}
.footer-work-hour-content p span {
	font-weight: 700;
	color: #fff;
}
.footer-work-hour-content a {
    width: 100%;
	color: #34ccff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
    display: inline-block;
}
.footer-work-hour-content a i {
	margin-right: 5px;
}
.copyright-text {
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #001d67;
}
.copyright-text p {
	color: #f7f7f7;
}
/* 25. FAQ 
============================================================*/
.faq-wrapper .card {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border: 2px solid #d7edff;
   border-radius: 0;
   margin-bottom: 0;
   border-bottom: none;
}
.faq-wrapper .card-header {
	padding: 0;
	border-bottom: 0;
	background-color: transparent;
}
.faq-wrapper .card-header h5 a i {
   color: #ff5e14;
   font-size: 16px;
   margin-right: 30px;
}
.faq-wrapper .card-header h5 a span {
   color: #ff8400;
	font-size: 18px;
   margin-right: 30px;
   display: inline-block;
}
.faq-wrapper .card-header h5 a {
   font-size: 14px;
   color: #548ca6;
   padding: 30px 70px 30px 40px;
   display: block;
   text-decoration: none;
   font-weight: 700;
   text-transform: uppercase;
   position: relative;
}
.faq-wrapper .card-header h5 a .close,
.faq-wrapper .card-header h5 a .open {
    top: 50%;
    right: 0;
    margin-top: -10px;
    position: absolute;
}
.faq-wrapper .card-header h5 a .close {
	display: none;
}
.faq-wrapper .card-header h5 a.btn-link.collapsed .close {
	color: #b2cdda;
	display: block;
}
.faq-wrapper .card-header h5 a.btn-link.collapsed .open {
	display: none;
}
.faq-wrapper .card-body {
	padding: 30px 40px;
	padding-top: 0;
	font-size: 16px;
}
.faq-wrapper .card .card-body p:last-child {
    margin: 0;
}
.faq-wrapper .card-border:last-child {
	border-bottom: 2px solid #d7edff; 
}
.sidebar-form-group {
	position: relative;
	margin-bottom: 10px;
}
.sidebar-form-group input,
.sidebar-form-group textarea {
	width: 100% !important;
	background: #fff !important;
	border: none !important;
	padding: 19px 30px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #8698c7 !important;
}
.sidebar-form-group textarea {
    height: 110px !important;
}
.sidebar-form-group input::placeholder,
.sidebar-form-group textarea::placeholder {
	color: #8698c7;
}
.sidebar-form-group i {
	top: 21px;
	z-index: 1;
	right: 30px;
	color: #ff8400;
	font-size: 14px;
	position: absolute;
}
.sidebar-form-group textarea {
	height: 110px;
}
.sidebar-form-group:nth-child(3) {
	margin-bottom: 20px;
}
.sidebar-contact form .btn {
	width: 100%;
}
.sidebar-contact form .btn:hover {
	background: #001d67;
}
.faq-side-form button.btn.yellow-btn {
	width: 100%;
}
.faq-side-form button.btn.yellow-btn:hover {
	background-color: #001d67; 
}
/* 26. Brand 
============================================================*/
.single-brand img {
	transition: .3s linear;
	filter: grayscale(1);
}
.single-brand:hover img {
	filter: grayscale(0);
}

/* 27. Tab form 2 
============================================================*/
.personal-data-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.third-cta-form .third-cta-title {
   font-size: 20px;
   margin-bottom: 25px;
   text-transform: uppercase;
}
.personal-input-box,
.shipment-info-box,
.shipment-meta-box {
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.personal-input-box i,
.shipment-info-box i {
   top: 18px;
   z-index: 1;
   right: 30px;
   color: #ff5e14;
   font-size: 14px;
	position: absolute;
}
.personal-input-box input,
.shipment-info-box input {
	border: 2px solid #ddeeff;
	background: #fff;
	padding: 18px 30px;
	padding-right: 50px;
	border-radius: 6px;
	font-size: 14px;
	color: #5b7d9a;
	width: 260px;
}
.personal-input-box input::placeholder,
.shipment-info-box input::placeholder,
.shipment-meta-box input::placeholder {
	color: #5b7d9a;
}
.shipment-info-box .custom-select {
	display: block;
	padding: 15px 35px 15px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #5b7d9a;
	vertical-align: middle;
	background: url("../img/nw_selarw.png") no-repeat scroll 97.5% center;
	background-color: #fff;
	border: 2px solid #ddeeff;
	border-radius: 6px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .3s ease-in-out,;
	width: 260px;
	height: 60px;
}
.shipment-data-wrap .shipment-info-box input {
    padding: 15px 35px 15px 20px;
}
.shipment-data-wrap .shipment-meta-box input {
    padding: 15px 35px 15px 20px;
}
.personal-data-wrap .personal-input-box input {
    padding: 15px 35px 15px 20px;
}
.personal-data-wrap .personal-input-box input[type="email"] {
    height: 60px;
}
.custom-select option {
    color: #545454;
}
.shipment-data-wrap {
	display: flex;
	align-items: center;
}
.shipment-meta-box input {
	border: 2px solid #ddeeff;
	padding: 18px 30px;
	border-radius: 6px;
	width: 120px;
	color: #5b7d9a;
}
.extra-services-list {
   display: inline-block;
   margin-top: 15px;
   margin-bottom: 20px;
}
.extra-services-list span.wpcf7-list-item {
   width: auto;
   margin-left: 0;
   margin-right: 30px;
   display: inline-block;
}
.extra-services-list span.wpcf7-list-item input {
   float: left;
   padding: 0;
   margin: 0;
   width: 15px;
   margin-right: 5px;
}
.extra-services-list span.wpcf7-list-item input[type=checkbox] {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding-left: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 32px;
	cursor: pointer;
	position: relative;
}
.extra-services-list span.wpcf7-list-item input[type=checkbox]:before {
   content: "";
   display: block;
   position: absolute;
   width: 15px;
   height: 15px;
   top: 0;
   left: 0;
   background-color: #fff;
   border: 2px solid #ddeeff;
}
.extra-services-list span.wpcf7-list-item input[type=checkbox]:checked:before {
   content: "";
   display: block;
   position: absolute;
   width: 15px;
   height: 15px;
   top: 0;
   left: 0;
   border-color:#ff5e14;
   background-color:#ff5e14;
}
.extra-services-list span.wpcf7-list-item input[type=checkbox]:checked:after {
   content: "";
   display: block;
   width: 5px;
   height: 10px;
   border: solid #ffffff;
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   top: 1px;
   left: 5px;
}
.extra-services-list span.wpcf7-list-item span.wpcf7-list-item-label {
	float: left;
   margin-top: -5px;
}
.third-cta-form {
	padding-right: 205px;
}
.third-cta-form .btn {
	display: block;
	width: 100%;
}
.third-cta-img {
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: -1;
}
.third-cta-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	margin-top: -70px;
}
.third-cta-wrap .nav-tabs .nav-link {
	border: none;
	color: #ffffff;
	border-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #001241;
	box-shadow: none;
	font-weight: 700;
	font-size: 14px;
	padding: 18px 38px;
	height: 60px;
}
.third-cta-wrap .nav-tabs .nav-item.show .nav-link,
.third-cta-wrap .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #ff5e14;
	border-color: unset;
	box-shadow: none;
}
.third-cta-wrap .nav-tabs .nav-item {
	margin: 0 3px;
}
.third-cta-wrap .tab-pane {
   z-index: 1;
   padding: 70px;
   background: #fff;
   position: relative;
   box-shadow: 0px 8px 16px 0px rgba(199, 235, 255, 0.2);
}
.c-form-group input[type="email"] {
    height: auto !important;
}
/* 28. Team 
============================================================*/
.single-team-item {
	position: relative;
	margin-bottom: 30px;
}
.team-thumb img {
	width: 100%;
}
.team-thumb a {
	display: block;
	position: relative;
}
.team-thumb a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient( to top, rgb(0,18,39) 0%, rgba(0,18,39,0) 100%);
	background-image: -webkit-linear-gradient( to top, rgb(0,18,39) 0%, rgba(0,18,39,0) 100%);
	background-image: linear-gradient( to top, rgb(0,18,39) 0%, rgba(0,18,39,0) 100%);
	opacity: .6;
}
.team-overlay-content {
	position: absolute;
	left: 50px;
	bottom: 45px;
	right: 50px;
	z-index: 1;
}
.team-overlay-content span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}
.team-overlay-content h4 {
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin-bottom: 0;
}
.team-overlay-content h4 a:hover {
	color: #ff5e14;
}
.team-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: -110px;
	transform: translateY(-50%);
	padding: 0;
	height: 70px;
	text-align: center;
	width: 70px;
	line-height: 70px;
	border: 2px solid #ededed;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 15px;
	color: #6887b6;
	z-index: 1;
	transition: .3s linear;
}
.team-active .slick-arrow:hover {
	color: #fff;
	background: #ff5e14;
	border-color: #ff5e14;
}
.team-active .slick-next {
	right: -110px;
	left: auto;
}
ul.ifinger-icon-list-items.ifinger-inline-items,
ul.ifinger-icon-list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
li.ifinger-icon-list-item.ifinger-inline-item {
	margin-right: 10px;
	display: inline-block;
}
ul.ifinger-icon-list-items.ifinger-inline-items li:last-child {
	margin-right: 0;
}
li.ifinger-icon-list-item a {
	width: 60px;
	height: 60px;
	display: block;
	color: #69a1bb;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #e5f6ff;
}
li.ifinger-icon-list-item a:hover {
	background: #ff5e14;
	color: #fff;
}
.team-inner-page-area {
    margin-top: 120px;
    margin-bottom: 120px;
}
.team-details-thumb img {
	width: 100%;
	border: 14px solid #fff;
	box-shadow: 0px 8px 16px 0px rgba(185, 202, 233, 0.2);
}
.team-details-content span {
	display: block;
	color: #ff5e14;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}
span.designation:before {
    left: 0;
    top: 50%;
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    background: #ff5e14;
    transform: translateY(-50%);
}
.team-details-content h2 {
	font-size: 30px;
	text-transform: capitalize;
}
.team-details-content p {
	font-size: 16px;
	line-height: 28px;
}
.team-details-content {
    padding-left: 30px;
}
.team-details-content .info-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 30px;
}
.team-details-content .info-list ul li {
    margin-bottom: 10px;
}
.team-details-content .info-list ul li i.fa {
    padding: 0;
    font-size: 15px;
    margin-right: 10px;
    color: #ff5e14;
}
.team-details-content .info-list ul li span {
    width: 150px;
    color: #001234;
    font-weight: 600;
    display: inline-block;
    padding-left: 0;
    margin-bottom:0;
}
.team-details-content .info-list ul li a {
    color: #5b7d9a;
    display: inline-block;
    transition: all .3s linear;
}
.team-details-content .desc {
    margin-top: 30px;
}
.team-details-social {
	margin-top: 35px;
}
.team-details-social ul{
	padding:0;
}
.team-details-social ul li {
    display: inline-block;
    margin-right: 10px;
}
.team-details-social ul li a:hover {
    background: #e5f6ff;
    color: #001447;
}
.team-details-content .info-list ul li a:hover{
	color:#ff5e14;
}
.team-details-social ul li a {
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background: #ff5e14;
    border-radius: 50%;
    color: #fff;
}


/* 29. Skill 
============================================================*/
.single-skill {
	overflow: hidden;
	position: relative;
}
.single-skill label.prograss-title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}
.single-skill .progress {
	height: 10px;
	border-radius: 0;
	overflow: visible;
	background-color: #0e296c;
}
.single-skill .progress-bar {
	background-color: #ff5e14;
}
.single-skill .progress-bar span {
	top: 0;
	right: 0;
	color: #ff5e14;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
}

/* 30. History 
============================================================*/
.history-content p {
	margin-bottom: 0;
}
.history-content p:first-child {
	font-size: 16px;
	font-weight: 700;
	color: #001d67;
	line-height: 28px;
	margin-bottom: 25px;
}
.history-content {
	padding-right: 175px;
}
.founder-wrap {
	display: flex;
	align-items: center;
	background: #f2f9ff;
	width: 330px;
	padding: 20px;
}
.founder-img img {
	border-radius: 50%;
	margin-right: 20px;
}
.founder-info h5 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
.founder-info span {
	display: block;
	color: #5b7d9a;
}
.history-img {
	margin-left: 20px;
	position: relative;
}
.history-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.history-img img:nth-child(2) {
	position: absolute;
	left: -185px;
	bottom: 70px;
}
.history-list-area .t-section-title > span::after {
	background: #ff5e14;
}
.history-list-content {
	text-align: right;
	padding-right: 45px;
	padding-left: 120px;
}
.history-list-content span {
	font-size: 18px;
	display: inline-block;
	font-weight: 700;
	color: #ff5e14;
	position: relative;
	padding-right: 60px;
	margin-bottom: 10px;
}
.history-list-content span::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background: #ff5e14;
}
.history-list-content h2 {
	text-transform: capitalize;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.history-list-content p {
	margin-bottom: 0;
}
.history-list-img {
	margin-left: 45px;
}
.history-list-wrap {
	position: relative;
}
.history-list-bar {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 107%;
	background: #d1eeff;
	top: 50%;
}
.history-list-bar::before,
.history-list-bar::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 30px;
	background: #fff;
	top: 0;
	border-radius: 50%;
}
.history-list-bar::after {
	top: auto;
	bottom: 0;
}
.single-history-wrap {
	position: relative;
	margin-bottom: 60px;
}
.single-history-wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.1);
	z-index: 1;
}
.single-history-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 15px;
	width: 15px;
	background: #ff5e14;
	border-radius: 50%;
	z-index: 1;
}
.history-list-wrap .single-history-wrap:nth-child(2n+1) .history-list-img {
	text-align: right;
	margin-right: 45px;
	margin-left: 0;
}
.history-list-wrap .single-history-wrap:nth-child(2n+1) .history-list-content {
	text-align: left;
	padding-left: 45px;
	padding-right: 120px;
}
.history-list-wrap .single-history-wrap:nth-child(2n+1) .history-list-content span {
	padding-left: 60px;
	padding-right: 0;
}
.history-list-wrap .single-history-wrap:nth-child(2n+1) .history-list-content span::before {
	right: auto;
	left: 0;
}


/* 31. Gallery 
============================================================*/
.geoport-gallery .gallery-icon a {
	position: relative;
}
.geoport-gallery .gallery-icon a:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #0009;
	transition: all .3s ease-in-out;
}
.geoport-gallery .gallery-icon a:after {
	color: #ffffff;
	top: 50%;
    left: 50%;
    content: '\e95c';
    font-family: eicons;
    width: 40px;
    height: 40px;
    z-index: 9;
    position: absolute;
    font-size: 40px;
    margin-left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.geoport-gallery .gallery-icon a:hover:before,
.geoport-gallery .gallery-icon a:hover:after {
	opacity: 1;
	visibility: visible;
}
/* 32. 404 page 
============================================================*/
.error-bg {
	height: 100vh;
	background-position: right center;
	background-size: cover;
}
.error-content span {
	font-size: 24px;
	display: block;
	margin-bottom: 35px;
}
.error-content h2 {
	font-size: 200px;
	letter-spacing: -3px;
	line-height: .7;
	margin-bottom: 50px;
}
.error-btn .gray-btn {
	margin-left: 30px;
}
.error-area .error-btn .btn.gray-btn:hover {
   background: #34ccff none repeat scroll 0 0 !important;
   box-shadow: 0px 8px 16px 0px rgba(52, 204, 255, 0.4);
}
.error-area.default .error-content span {
    font-size: 46px;
    font-weight: 600;
    line-height: 55px;
}
.error-area.default .error-content p {
    margin-bottom: 40px;
}
.header3-top-left-area {
    display: inline-block;
    overflow: hidden;
    float: left;
}
.header-top-right {
    display: inline-block;
    overflow: hidden;
    float: right;
}
.header-top-right .header-top-link {
    display: inline-block;
}
.header-top-right .header-social {
    display: inline-block;
}
.default-header-top-left {
    display: inline-block;
    overflow: hidden;
    float: left;
}
.default-header-top-right {
    display: inline-block;
    overflow: hidden;
    float: right;
}
.header-style-two .header2-top-left-area {
    display: inline-block;
    float: left;
    overflow: hidden;
}
.header-style-two .header2-top-rightt {
    display: inline-block;
    overflow: hidden;
    float: right;
}
.header3-logo-area .logo {
    margin-top: 7px;
}
.header3-logo-area {
    display: inline-block;
    float: left;
}
.header3-menu-area {
    display: inline-block;
    float: right;
}
.header3-menu-area .main-menu {
    display: inline-block;
}
.header3-menu-area .header3-trackorder-area {
    display: inline-block;
    margin-left: 45px;
}
.header3-menu-area .header3-trackorder-area .header-language {
    display: inline-block;
}
.header3-menu-area .header3-trackorder-area .header-btn {
    display: inline-block;
}
.header2-logo-area {
    display: inline-block;
    float: left;
}
.header2-logo-area .logo {
    margin-top: 8px;
}
.header2-menu-area {
    display: inline-block;
    float: right;
}
.header2-menu-area .main-menu {
    display: inline-block;
}
.header2-menu-area .header2-trackorder-area {
    display: inline-block;
    margin-left: 45px;
}
.header2-menu-area .header2-trackorder-area .header-language {
    display: inline-block;
}
.header2-menu-area .header2-trackorder-area .header-btn {
    display: inline-block;
}
.header1default-logo-area {
    display: inline-block;
    float: left;
}
.header1default-logo-area .logo {
    margin-top: 8px;
}
.header1default-menu-area {
    display: inline-block;
    float: right;
}
.header1default-menu-area .main-menu {
    display: inline-block;
}
.header1default-menu-area .header1default-trackorder-area {
    display: inline-block;
    margin-left: 45px;
}
.header1default-menu-area .header1default-trackorder-area .header-language {
    display: inline-block;
}
.header1default-menu-area .header1default-trackorder-area .header-btn {
    display: inline-block;
}

/*Woocommerce CSS*/

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 10px 15px 0;
    padding: 0;
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-size: 18px;
    font-weight: 700;
    color: #001d67;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #ff5e14;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #ff5e14;
}

.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
form.woocommerce-ResetPassword.lost_reset_password input,
.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="text"], input[type="email"], input[type="password"] {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 50px;
    color: #666;
    outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account span.password-input {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content form fieldset label {
    display: block;
    overflow: hidden;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content form fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button {
    padding: 10px 25px;
    background: #ff5e14;
    color: #fff;
    height: 50px;
    margin-top: 20px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}
.woocommerce .u-columns.col2-set .col-1 {
    float: left;
    width: 48%;
    padding: 0;
}
.woocommerce-account .addresses .title .edit {
    float: left;
}
.woocommerce .u-columns.col2-set .col-2 {
    float: right;
    width: 48%;
    padding: 0;
}
form.woocommerce-form.woocommerce-form-register.register input[type="text"],
form.woocommerce-form.woocommerce-form-login.login input[type="text"]{
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 55px;
    color: #666;
    outline: none;
}

form.woocommerce-form.woocommerce-form-login.login label{
	display: block;
	overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
}

.woocommerce .u-columns.col2-set .col-1 form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login span.password-input {
    width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register label {
    font-size: 17px;
    font-weight: 600;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 15px 25px;
    border-radius: 0;
    margin-right: 10px;
    background: #ff5e14;
    color: #fff;
}

.woocommerce #reviews #comment {
	height: auto;
}

form.woocommerce-cart-form thead tr th {
    background: none;
    color: #5b7d9a;
}

form.woocommerce-cart-form tbody tr td button.button{
	height: 38px;
}

form.woocommerce-cart-form tbody tr .coupon button.button{
	height: 38px;
	line-height: 8px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	text-align:left;
}

.woocommerce a.remove {
    color: #ff5e14 !important;
}

.woocommerce a.remove:hover {
	background: none;
	color: #fff;
}

.page-details-content h1.page-title {
    display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ff5e14;
    color: #fff;
}

.woocommerce table.shop_table thead tr th {
    background: none;
    color: #5b7d9a;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    background: none;
    color: #5b7d9a;
}

form.checkout_coupon.woocommerce-form-coupon p input[type="text"] {
    padding: 8px 10px;
    border: 1px solid #ddd;
}
.woocommerce ul.order_details {
	padding-left:5px;
}

a.about_paypal,
p.lost_password a,
span.posted_in a,
.woocommerce-privacy-policy-text a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-info::before,
.woocommerce-message::before {
	color: #ff5e14;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #ff5e14;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    border: none;
    background: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
	margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 25px;
    margin: 15px 0px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 10px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: unset;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 0;
    border-bottom: 3px solid #ff5e14;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
    width: 0;
    height: 0;
    border-width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    content: " ";
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
}

.comment-form-rating p.stars span a {
    color: #ff5e14;
}

div#reviews.woocommerce-Reviews{
    margin-top: 0;
}

section.related.products h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

a.woocommerce-review-link,
.woocommerce .woocommerce-product-rating .star-rating{
	color:#ff5e14;
}

.woocommerce .star-rating {
	color:#ff5e14;
}

.page-details-content .woocommerce-ordering select {
    padding: 10px 10px;
    border-color: #dee2e6;
	text-decoration: none;
    box-shadow: none;
}

.woocommerce div.product form.cart div.quantity input[type="number"] {
    padding: 8px 5px;
}

.woocommerce-checkout form .col2-set input {
    border: 1px solid #ddd;
    padding:8px 10px;
	border-radius: 0;
	color: #666;
    height: 45px;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}
.woocommerce-checkout form .col2-set p {
    margin-bottom: 1.15em;
}
.woocommerce-additional-fields .woocommerce-input-wrapper, .woocommerce-additional-fields label, .woocommerce-billing-fields label {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
	font-size: 25px;
}
.woocommerce-billing-fields p#billing_company_field input {
    width: 100%;
}
.woocommerce-billing-fields {
    width: 100%;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    border-radius: 0;
}

.woocommerce form .form-row textarea {
	border: 1px solid #ddd;
	padding: 10px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
form.woocommerce-form.woocommerce-form-register.register .form-row label, .woocommerce-page form .form-row label {
    width: 100%;
}
form.woocommerce-form.woocommerce-form-register.register .form-row label, .woocommerce-page form .form-row label {
    width: 100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
	width: 100%;
}

/* woo sidebar */
aside.blog-sidebar.woosidebar .sidebar-widget.woo-siebar li a span.product-title{ 
	font-size: 18px;
    font-weight: 600;
    color: #001d67;
}
aside.blog-sidebar.woosidebar .sidebar-widget.woo-siebar li a:hover span.product-title{
    color: #ff5e14;
}
aside.blog-sidebar.woosidebar .sidebar-widget.woo-siebar {
    padding: 40px;
    background: #fff;
    padding-top: 35px;
    margin-bottom: 40px;
    border: 2px solid #ededed;
}
aside.blog-sidebar.woosidebar .sidebar-widget.woo-siebar .tagcloud a {
    display: block;
    color: #5b7d9a;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f5f2ff;
    text-transform: uppercase;
    font-size: 13px !important;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
    border-radius: 0;
    padding: 0px 15px;
    min-height: unset;
    min-width: unset;
    line-height: 30px;
    background: #ff5e14;
}

/* woo Pagination */
nav.woocommerce-pagination {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
  width: 58px;
  height: 58px;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 42px !important;
  border: none;
  margin-right: 1px;
  border-left: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff !important;
  cursor: not-allowed;
  background: #ff5e14;
  border-color: #ff5e14;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
  border-left: none;
}
.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    margin-right: 5px;
}
.elementor-editor-active .transparent-header.header3 {
    position: unset;
    background: #ddd;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__label{
    color:#001d67;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    padding-left: 25px;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search{

}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper{
	position: relative;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper input{
    width: 100%;
    background: #f6f4ff;
    border-radius: 0px;
    padding: 15px 30px;
    padding-right: 70px;
    border:none;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    height: 56px;
    width: 75px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #ff5e14;
}
aside.blog-sidebar.sidebar-default .widget.widget_block h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 25px;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol,
aside.blog-sidebar.sidebar-default .widget.widget_block ul{
	margin:0;
	padding:0;
	list-style: none;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li{
	position: relative;
	padding-left:18px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
    list-style: none;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li a{
	font-size: 16px;
    color: #001d67;
    font-weight: 600;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li:hover,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li:hover{
	padding-left:22px;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li:before,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li:before {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    color: #001d67;
    content: "\f345";
    margin-right: 7px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    font-family: dashicons;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li:hover::before,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li:hover::before {
	padding-left: 5px;
	color:#ff5e14;
}

aside.blog-sidebar.sidebar-default .widget.widget_block{
	position: relative;
}
aside.blog-sidebar.sidebar-default .widget.widget_block .wp-block-group__inner-container::before {
    content: "";
    position: absolute;
    right: auto;
    left:40px;
    top: 43px;
    height: 4px;
    width: 4px;
    background: #ff5e14;
}
aside.blog-sidebar.sidebar-default .widget.widget_block .wp-block-group__inner-container h2::before {
    content: "";
    position: absolute;
    right: auto;
    left:50px;
    top: 43px;
    height: 4px;
    width: 4px;
    background: #ff5e14;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__label:before{
    content: "";
    position: absolute;
    right: auto;
    left:50px;
    top: 46px;
    height: 4px;
    width: 4px;
    background: #ff5e14;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__label:after{
    content: "";
    position: absolute;
    right: auto;
    left:40px;
    top: 46px;
    height: 4px;
    width: 4px;
    background: #ff5e14;
}