/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Kristine Tagum
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Custom Styles */

/* Global */


:root {
	--primary-font-family: 'Poppins', sans-serif;
	--secondary-font-family : 'Nunito Sans', sans-serif;
	--primary-color: #D15C1F;
	--secondary-color: #432A1A;
	--font-size-title: 36px;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	scroll-behavior: smooth;
	background: #f7fdff;
	font-family: var(--primary-font-family);
	font-size: 14px; 
	font-weight: 400;
	color: #1e1e1e;
	letter-spacing: 0;
	width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0 auto;
}

p,
ul {
	margin-bottom: 16px;
	font-size: 16px;
	color: #444;
	line-height: 24px;
	font-family: var(--secondary-font-family);
}

article {
	font-family: var(--secondary-font-family);
}

a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
	text-decoration: none;
	outline: 0;
}

a,span,input {
	cursor: pointer;
	transition: .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

p:last-child {
	margin-bottom: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-family:var(--primary-font-family);
}

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

img {
	max-width: 100%;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

.no-padding-sides {
	padding-left: 0;
	padding-right: 0;
}

::selection {
  color: #fff;
  background: #111;
}

.no-padding-sides {
	padding-left: 0;
	padding-right: 0;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.clearfix {
	clear: both;
}

.show-sub {
	display:block!important
}

/* preloader */

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background:#e8912a;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #26A9E0;
    border-radius: 50%;
}

/* Header */

.topband {
	padding: 12px 0;
	background: #191919;
}

	.topband a {
		display: inline-block;
		color: #fff;
	}

	.topband a:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-right: 16px;
		width: 0; 
		height: 0; 
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;

		border-left: 8px solid #fa4c06;
	}

	.topband button {
		background: transparent;
		border: none;
		color: #fff;
		font-size: 20px;
		cursor: pointer;
		transition: all .3s ease-in-out;
	}

	.topband a:hover,
	.topband button:hover {
		color: #aaa;
	}

header {
	position: relative;
	z-index: 999;
	padding: 28px 0;
	background: #ffffff;
}

header img {
	max-height: 55px;
	transition: all .3s ease-in-out;
}

.main-nav li {
	position: relative;
	display: inline-block;
	margin-left: 32px;
}

.main-nav li:first-child {
	margin-left: 0;
}

.main-nav a {
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-weight: 500;
	color: #1E1E1E;
	text-transform: uppercase;
}

.main-nav li:last-child a {
	color:#26A9E0;
	font-weight: 700;
}

.main-nav a:not([href]):not([tabindex]):hover {
	color:#e8912a;
}

/* .main-nav a:hover {
	color: #D15C1F;
} */

.fixed-nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #f9f9f9;
}

	.fixed-nav img {
		max-height: 40px;
	}

.main-nav .sub-menu {
	position: absolute;
	width: 200px;
	left: calc(50% - 100px);
	padding: 16px 0 0 0;
	display: none;
	margin: 0;
}

/* .main-nav li:hover .sub-menu {
	display:block;
} */

.main-nav .sub-menu li {
	margin: 0;
	border-bottom: 1px solid #444;
}

.main-nav .sub-menu li a {
	color: #fff!important;
}
.main-nav li a:hover,
.main-nav li:last-child a:hover{
	color: #e8912a;
}

.hero-banner a,
.how-block a,
.btn-web a,
.blog-btn a,
.btn-faq a,
.btn-explore a,
.btn-helpers a,
.btn-review a,
.ty-block a{
	background-color: #26A9E0;
	color: #fff;
	padding: 12px 24px;
    font-weight: 600;
    border-radius: 24px;
	font-size: 16px;
	letter-spacing: 1px;
}

.hero-banner a:last-child{
	background-color: #e8912a;
	color:#fff;
	margin-left: 24px;
	position: relative;
}


.hero-banner a:hover,
.how-block a:hover,
.blog-btn a:hover,
.btn-faq a:hover,
.btn-explore a:hover,
.btn-helpers a:hover,
.btn-review a:hover,
.contact-content a:hover,
.ty-block a:hover{

	background-color: #1e1e1e;
	color: #fff;
	border-bottom: none

}



.main-nav .sub-menu li:last-child {
	border: none;
}

	.main-nav .sub-menu li a,
	.main-nav .sub-menu li:last-child a {
		width: 230px;
		padding: 12px 16px;
		display: block;
		background: #1e1e1e;
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 18px;
		font-weight:500;
	}

	.main-nav .sub-menu li a:hover,
	.main-nav .sub-menu li a:focus {
		color: #fff;
		background: #e9501c;
	}

.show-sub {
	display: block !important;
}

.main-nav li i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 800;
	margin-left: 12px;
}

.background-header {
	background-color: #33ccc5!important;
	height: 80px!important;
	position: fixed!important;
	top: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  }
  
  /* .fixed-nav .main-nav li:hover a {
	color: #33ccc5;
  } */
  
  .fixed-nav .main-nav li a.active {
	position: relative;
	color: #fff;
  }
  
  .fixed-nav .main-nav li a.active:after {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #4771cb;
	content: '';
	left: 50%;
	bottom: -13px;
	transform: translateX(-10px);
  }

.btn-menu,
.nav-close {
	display: none;
}

.btn-menu i {

	color: #434343;
}




/* Hero Banner */

.hero-banner {

/* 	background: url(../../uploads/2024/09/banner-home-min.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
	position: relative;
}

.hero-banner .overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  display:flex;
  align-items:center;
}

.hero-banner .container {
	z-index: 9;
	position: relative;
}

.hero-banner h1 {
   	margin-bottom:48px;
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 68px;
	text-transform: uppercase;
	font-family: var(--primary-font-family);
	
}

.hero-banner a {
	display: inline-block;
	font-size:18px;
	
}

.hero-banner .title-block,
.hero-banner .btn-banner {
	text-align:center;
}

.mobile-btn {
	display:none;
}

.contact-form .gr-field input[type="submit"],
.services-form .gr-field input[type="submit"],
.career-form .gr-field input[type="submit"]{
	display: inline-block;
	background-color: #26A9E0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 24px;
    letter-spacing: 1px;
	border:none;
	border-radius: 24px;
	
}

.contact-form .gr-field input[type="submit"]:hover,
.services-form .gr-field input[type="submit"]:hover,
.career-form .gr-field input[type="submit"]:hover{

	background-color: #1c1b1a;
    color: #fff ;
 
}

.hero-banner .owl-theme .owl-dots {

	position: absolute;
	bottom: 24px;
    left: calc(50% - 50px);
}


/* Info block*/

.why-block,
.services-block,
.how-block,ali
.founder-block,
.blog-block,
.explore-block,
.testimonial-block,
.team-block,
.about-block{

	padding: 80px 0;
}

.why-block h2,
.testimonial-block h2,
.blog-block h2,
.team-block h2{
	position:relative;
	font-size: 40px;
	margin-bottom: 65px;
	color: #26A9E0;
	font-weight:700;
	font-family: var(--primary-font-family);
	z-index: 1;
}

/* .why-block h2:after {
	content: "";
  	position: absolute;
  	left: 50%;
  	margin-left: -50px;
  	bottom: -27px;
  	width: 100px;
  	border-bottom: 2px solid #fff;
} */

/* Services*/

.services-block,
.founder-block,
.download-block{
	
	background-color: #fff;
}

.service-content h6,
.contact-form h6,
.why-block h6,
.testimonial-block h6,
.blog-block h6,
.team-block h6{

	font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 15px;
	text-transform:uppercase;
	
}


.service-content h2,
.contact-form h2,
.founder-block h2,
.blog-content h2,
.faq-block h2,
.explore-block h2,
.download-block h2,
.panel-talk h2,
.sub-content h2{
	font-size: 40px;
    color: #26A9E0;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 45px;
	font-family: var(--primary-font-family);
}

.sub-content h2{
	color: #1e1e1e;
	font-size: 24px;
	font-weight: 400;
}

.about-block .img-block {
	margin: 40px 0;
}

.service-content {
	text-align: center;
	margin-bottom: 60px;
}

.service-item,
.item-content .business-content{
	background-color: #fff;
    border-radius: 12px;
    transition: all .3s;
    margin-bottom: 30px;
	box-shadow: 0 0 32px rgba(0, 0, 0, .11);
}

/* .item-content .business-content {
	margin-bottom:0;
} */

.service-item h3,
.item-content h3{
    font-size: 22px;
    font-weight: 700;
    color: #26A9E0;
}

.service-item .content-block {
	padding: 32px;
}

.service-item .img-block img,
.business-content .img-block img{
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.service-item p,
.item-content p{

	font-size: 15px;
    line-height: 28px;
    color: #2a2a2a;
}

 .service-item article {
	margin: 24px 0;
}

.btn-service a,
.btn-consulting a,
.btn-career a{
	display: block;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 14px;
	border: 1px solid #1e1e1e;
    padding: 12px 24px;
	border-radius: 24px;
}

.btn-career a {
	display: inline-block;
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-service a i,
.btn-consulting a i{
	font-size: 18px;
    margin-left: 12px;
	float: right;
    margin-top: 3px;

}

.btn-service a:hover,
.btn-consulting a:hover,
.btn-career a:hover{
	border: 1px solid #26A9E0;
	background:#26A9E0;
	color: #fff;
}

.divider {
	background: #e8912a;
	width: 74px;
	height:2px;
	margin:12px 0 0 0;
}

/* Why Block*/

.why-block{
	background-color: #f7fdff;
}

.blog-block {
	background-color:#fff;
	margin: 80px 100px;
	border-top-left-radius: 400px;
    border-bottom-right-radius: 400px;
	padding: 80px;
}

.how-block .title-block span {
	
	font-size: 40px;
	font-weight: 700;
	display: block;

}

.why-block h3 {
	color: #1e1e1e;
	margin-bottom: 12px;
    font-size: 18px;
	font-weight:600;
}

.why-block .img-block,
.testimonial-block .img-block,
.content-team .img-block,
.team-content .image img,
.why-block .img-block-2{
	box-shadow: 0 0 32px rgba(0, 0, 0, .11);
}

.why-block .img-block,
.why-block .img-block-2{
	width: 420px;
    background: #fff;
    border: 12px solid #fff;
    position: absolute;
    z-index: 2;
    border-radius: 12px;

}

.why-block .img-block-2 {
	top: 262px;
    left: 152px;
    width: 380px;

}

.team-content .image {
	padding: 64px 64px 0 64px;
}

.content-team article {
	padding: 0 32px;
}

.why-block .why-content {
	margin: 0 auto 28px;
    display: flex;
    justify-content: center;
    align-items: self-start;
    width: 100%;
	column-gap: 20px;
}

.why-block .why-content article {
	color:#d9d9d9;
}

.why-content .icon-content {
	width: 10%;
	display:flex;
}

.why-content .con-info{
	width: 90%;
} 

.btn-why a {
	display:inline-block;
	background: #1e1e1e;
    color: #fff;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 24px;
	letter-spacing:1px;
	border: 1px solid #1e1e1e;
	text-align: center;
	width: 200px;
}

.btn-why {
	margin-top: 60px;
}

.btn-why a:hover{
	background: #026a9e;
	border: 1px solid #026a9e;
}
.btn-why a:last-child:hover {
	background: #026a9e;
	border: 1px solid #026a9e;
	color:#fff;
}

.btn-why a:last-child {
	background:transparent;
	color:#1e1e1e;
	border: 1px solid #1e1e1e;
	margin-left: 12px;
	letter-spacing:1px;
	width: 276px;
}

.testimonial-block {
	background: #fff;
}


.testimonial-block .title-block {
	margin-top: 24px;
}


.testimonial-block .top-info h4,
.testimonial-block .info h4{
	font-size: 16px;
    padding: 12px 0 0;
	font-weight: 600;
}

.testimonial-block .top-info span,
.testimonial-block .info span {
	font-size: 14px;
	margin-top:12px;
}


.testimonial-block .desc-review {
	margin-bottom:32px;
}

.testimonial-block .desc-review p,
.testimonial-block .info h4,
.testimonial-block .info span{
	color: #1e1e1e;
}

.testimonial-block .top-img,
.testimonial-block .testimonial-list .info-img{
	width:100px;
	height:100px;
}

.testimonial-block .top-img img,
.testimonial-block .testimonial-list .info-img img{
	border-radius: 100px;
	width: 100%
}


.testimonial-block .testimonial-list .content-block {
	background-color:#fff;
	padding:0 30px;
	text-align:center;
}
.testimonial-block .btn-review {
	text-align: center;
	margin-top: 60px;
}

.founder-block p{
	color:#d9d9d9;
}

.founder-block h2,
.blog-content h2{
	font-weight: 500;
	margin-bottom:32px;
}
.founder-block .content-block {
	margin: 32px 0 0 0;
}

.founder-block h4 {
	font-size:20px;
	margin-bottom:12px;
	color: #ffffff;
	font-weight: 600;
}

.founder-block .number-list {
	display:flex;
	margin-top:24px;
}

.founder-block .number-list .con-02 {
	margin-left: 24px;
}
.number-list span {
	background: #d9d9d9;
    width: 70px;
    height: 70px;
    display: flex;
    color: #434343;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 50px;
}

.founder-block .buttom-content {
	
	margin: 32px 0 0 0;
}

.founder-block h3{
	font-size: 28px;
	color: #d9d9d9;
}
.btn-web{
	margin-top:32px;
}

.btn-web a:hover{
	background-color: #fff;
	color: #1c1b1a;
}

/* Blog block*/

.blog-list {
	
	padding-bottom: 100px;
}

.blog-list .img-block img {
	filter: grayscale(100%);
	transition: all .5s;
}

.blog-list .owl-theme .owl-nav {
	position: absolute;
 	top: calc(50% - 19px);
    text-align: center;
	left: 0;
    right: auto;
    width: 100%;
}	
.blog-list .owl-theme .owl-nav .owl-prev {
		
	position: absolute;
    left: -48px;
	color: #434343;
    font-size: 30px;
    margin: 0;
	background:transparent;

}

.blog-list .owl-theme .owl-nav .owl-next {
	
	position: absolute;
    right: -48px;
	color: #434343;
    font-size: 30px;
    margin: 0;
	background:transparent;

}

.blog-list .img-block:hover img{
	
	filter:none
}

.blog-content .content-block {
	margin:24px 0;
	box-shadow:0 0 32px rgba(0, 0, 0, .11);
}

.blog-content .img-block img {
	width:100%
}

.blog-content-list {
	display:flex;
	margin-bottom: 12px;
}

.blog-content-list .text-list,
.blog-content-list .icon-list{
	
	margin: 0;
}

.blog-content-list .icon-list i {
	font-size: 18px;
}

.blog-content-list .text-list {
	margin-left:12px;
}

.blog-btn {
	margin: 60px 0 0 0;
	text-align: center;
}

.blog-btn a:last-child,
.btn-faq a:last-child{
	border: 1px solid #1c1b1a;
	background-color: transparent;
	color: #1c1b1a;
	margin-left:12px;
}

.blog-btn a:last-child:hover,
.btn-faq a:last-child:hover{
	background-color: #1c1b1a;
	color: #ffffff;
}



/* Team block */

.team-block .content-block {
	text-align: center;
	padding: 32px;
    box-shadow: 0 0 32px rgba(0, 0, 0, .11);

}

.team-block .content-block h4 {
	font-family: var(--primary-font-family);
	font-size: 18px;
	color:#26A9E0;
	margin: 24px 0 6px;
	font-weight: 500;
}

.team-block .content-block span {
	font-family: var(--secondary-font-family);
	font-size: 14px;
}

.team-block .content-block p {
	font-size: 16px;
	margin-top:12px;
	font-weight:500;
}

/* Let's Talk Page */
.panel-talk {
	padding:100px 0;
	background-color:#434343;
}

.panel-talk h2 {
	width: 68%;
	color: #434343;
	margin: 0 auto 60px;
}

.panel-talk h6 {
	color:#444444;
}

.sub-content {
	padding: 80px 0;
}
.sub-content h2 {
	text-align:center;
}

.sub-content .title-block {
	margin: 0 0 50px;
}

.sub-content .item-content {
	padding:64px 0;
	
}

.grid-item {
	width:33.333333%;
	padding:8px 12px;
}

.business-content {
	background: #fff;
}

.sub-content .item-content .content-block {
	padding:32px;
}


.sub-content .item-content .content-block article {
	margin: 24px 0;
}

.sub-content .item-content .content-block span {
	
	font-size: 12px;
	color: #fff;
	background-color: #1c1b1a;
    padding: 12px;
    border-radius: 28px;

}

.sub-content .item-content .btn-helpers {
	margin-top:32px;
}

.testimonial-block .owl-theme .owl-nav {
	position: absolute;
	top: 24%;
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;

}

.testimonial-block .owl-carousel .owl-nav .owl-prev, .testimonial-block .owl-carousel .owl-nav .owl-next {
	background:#fff;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #333;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    box-shadow: 0 0 32px rgba(0, 0, 0, .07);
	transition:.3s ease-in-out;
}

.testimonial-block .owl-carousel .owl-nav .owl-prev:hover, .testimonial-block .owl-carousel .owl-nav .owl-next:hover {
	 -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 0 32px rgba(0, 0, 0, .11);
    box-shadow: 0 0 32px rgba(0, 0, 0, .11);
}

.testimonial-block .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    margin: 0;
}

.testimonial-block .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    margin: 0;
}

.testimonial-block  .owl-carousel .owl-nav .owl-prev i, .testimonial-block  .owl-carousel .owl-nav .owl-next i {
    font-size: 24px;
    line-height: 48px;
}

/* Blog Page */

.article-single-panel {
	background-color:#f9f9f9;
	padding: 100px 0;
}

.article-single-panel .article-content {
	padding: 60px 80px;
	background-color: #fff;
}

.article-single-panel .article-content h3 {
	margin: 0 0 24px;
}

.article-single-panel .article-content .img-block {
	margin: 24px 0;
}

.article-single-panel .article-content span {
	color:#e50b14;
}

/* Services Single Content */

.services-single-panel {
	border-radius: 12px;
	padding: 100px 0;
}

.services-single-panel .services-content,
.leader-content{
	background-color:#fff;
	border-radius: 24px;
	padding: 60px;
}

.contact-content {
	text-align: center;
	padding: 80px 0;
}

.contact-content a {
	background-color: #26A9E0;
    color: #fff;
    padding: 16px 24px;
    font-weight: 600;
    border-radius: 51px;
    font-size: 16px;
    letter-spacing: 1px;
    width: 300px;
    display: block;
}

.contact-content a i {
	font-size: 26px;
	margin-right: 10px;
}

.contact-content a span {
	position: relative;
	top: -2px;
}

.leader-content {
	margin: 100px 0 0 0;
}

.services-single-panel .back {
	margin: 0 0 12px 0;
}

.services-single-panel .back a {
	color: #1e1e1e;
	font-size:13px;
	margin:0 0 0 24px;
	font-weight: 600;
}

.services-single-panel .back a:hover {
	color:#26A9E0;
}

.services-single-panel a i{
	margin-right:10px;
}

.services-single-panel .services-content h1,
.leader-content h1{
	font-size: 32px;
	font-weight: 600;
	color: #26A9E0;
}

.services-single-panel .services-content .divider,
.leader-content .divider{
	margin:12px 0;
}

.services-single-panel .services-content h3,
.leader-content h3{
	font-size: 18px;
	font-weight: 600;
	margin: 24px 0;
}

.services-single-panel .services-content ul,
.leader-content ol,
.leader-content ul{
	margin:16px 0 16px 16px;
	list-style: disc;
	
}

.services-single-panel .services-content ul li,
.leader-content ol li,
.leader-content ul li{
	padding: 0 0 12px;
}

.services-content .title,
.leader-content .title{
	margin:0 0 24px;
}

.services-form {
	background-color: #fff;
	padding: 40px;
	border-radius: 24px;
}

.services-form h2 {
	font-size: 20px; 
	font-weight: 600;
	margin-bottom: 24px;
}

/* Career */

.career-wrapper{
	padding: 100px 0;
}

.career-wrapper .tab-content,
.about-wrapper .tab-content,
.team-content .tab-content{
	border-radius:24px;
	background-color:#fff;
	padding: 60px;
    margin: 40px 0 0 0;
}

.team-content .tab-content .img-block {
	text-align:center;
}

.about-wrapper .tab-content {
	text-align:center;
}

.career-wrapper .tab-content .btn-career {
	text-align: center;
	margin: 24px 0;
}

.career-wrapper h3,
.about-wrapper .tab-content h3,
.team-content .tab-content h3{
	font-size: 28px;
    padding: 24px 0 0;
	color: #26A9E0;
	font-weight:600;

}

.team-content .content-team {
	padding-top:40px;
}

.team-content .tab-content h5 {
	font-size: 18px;
	margin: 12px 0;
}

.about-wrapper .tab-content .divider {
	margin: 12px auto;
}

.career-wrapper article,
.about-wrapper article{
	margin-top:24px;
}

.about-wrapper article p {
	font-size:18px;
	
}

.nav-tabs {
    border-bottom: none;
    align-items: center;
    justify-content: center;
	margin: 80px 0 40px;

}

.nav-tabs .nav-item {
    margin: 0
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #26A9E0;
    border: 2px solid #26A9E0;
}

.nav-tabs .nav-link {
    margin-right: 16px;
    border-radius: 0;
    padding: 12px 32px;
    font-size: 16px;
    color: #26A9E0;
    border: 2px solid #26A9E0;
    transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-weight:600;
}

.nav-tabs .nav-item:last-child .nav-link {
	margin-right:0;
}

.career-form {
	background: #fff;
    margin: 40px 0 0 0;
    border-radius: 24px;
	padding: 80px 0;
}

.career-form h2 {
	margin: 0 0 24px 0;
	color:#26A9E0;
}

.career-form .sub-text p {
	width: 80%;
    text-align: center;
	margin-bottom:40px;
}

.news-content .blog-content {
	background: #fff;
    padding: 80px 40px;
    margin: 80px 0 0 0;
	border-radius: 24px;
}

/* Contact Us */

.contact-panel {
	padding:100px 0;
}
.contact-panel  .info-details {
	display:flex;
	text-align: center;
}

.contact-panel  .info-details .icon {
	margin:24px 0 ;
}

.contact-panel  .info-content {
	width:33.333333%;
	margin-bottom: 48px;
}

.contact-panel  .info-details i {
	 background: #26A9E0;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    padding-top: 15px;
    font-size: 18px;
}

.contact-block {

	background: url(../../uploads/2024/06/contact-bg.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	margin-top: 90px;
	padding: 120px 0;
}

.contact-form{

	padding: 60px 20px 0px 60px;
}

.contact-details {
	background-color: #fff;
	border-radius: 24px;
    padding: 60px;
}

.contact-form h2 {
	margin-bottom:24px;
}

.contact-info,
.services-form .contact-info{

	padding: 40px 30px;
    border: 2px solid #eee;
}

.contact-form h3,
.services-form h3,
.career-form{

	font-family: var(--primary-font-family);
	font-size: 40px;
	margin-bottom: 12px;
}

.contact-form .gr-field:nth-child(1),
.contact-form .gr-field:nth-child(2),
.services-form .gr-field:nth-child(1),
.career-form .gr-field:nth-child(1){

	margin-top: 0;
}

.contact-form .gr-field,
.services-form .gr-field,
.career-form .gr-field{
	margin: 12px 0;
}

.contact-form .contact-info ul li {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.contact-form .contact-info ul li .icon {
    margin-bottom: 10px;
}

.contact-form .contact-info ul li a {
    font-size: 15px;
    color: #afafaf;
    transition: all .5s;
}

.contact-form .contact-info ul li:hover a {
	color: #2a2a2a;
  }
  
  .contact-form .contact-info ul li:last-child {
	margin-bottom: 0px;
  }

.contact-form .gr-field input[type="submit"],
.services-form .gr-field input[type="submit"],
.career-form .gr-field input[type="submit"]{
	margin-top: 20px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.contact-form .gr-field input[type="text"],
.contact-form .gr-field input[type="email"],
.contact-form .gr-field input[type="number"],
.contact-form .gr-field textarea,
.services-form .gr-field input[type="text"],
.services-form .gr-field input[type="email"],
.services-form .gr-field input[type="number"],
.services-form .gr-field textarea,
.career-form .gr-field input[type="text"],
.career-form .gr-field input[type="email"],
.career-form .gr-field input[type="number"],
.career-form input[type="file"],
.career-form .gr-field textarea{
	background-color: #fff;
	border: 2px solid #eee;
	width: 100%;
	display: block;
	padding: 12px 16px;
}

/* .career-form input[type="file"] {
	padding: 9px 16px;
}

.career-form input[type="file"]::before {
  content: "Select file to upload you CV";
  color: #666;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #eee;
  width: 100%;
  display: block;
  padding: 12px 16px;
  pointer-events: none;
} */

.career-form .gr-field input[type="submit"] {
	width: 200px;
}

.contact-form .gr-field textarea,
.services-form .gr-field textarea,
.career-form .gr-field textarea{

	height: 206px;
}


/* Business Consulting*/
.sub-banner {
	position:relative;
}
.sub-banner img {
	width:100%;
}

.sub-banner h1 {
	font-size: 45px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
}

.sub-banner .divider {
	width: 74px;
	height:2px;
	margin:24px auto 0;
	background-color: #e8912a;
}

.sub-banner .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: flex;
    align-items: center;
}



/* Thank you*/

.ty-block {
	text-align: center;
}

.ty-block .icon {
	margin-bottom: 24px;
}

.ty-block .icon i {
	font-size: 50px;
    color: #26A9E0;
}

.ty-block h2 {
	margin-bottom: 24px;
	font-size: 36px;
}

.ty-block h3 {
	margin: 52px 0 40px;
}

/* Footer*/

footer {

	background-color: #1e1e1e;
	color: #fff;
	padding: 100px 0 20px 0;
	border-top-left-radius: 100px;
    border-top-right-radius: 100px;

}

footer .logo img {
	max-height:40px;
}

footer .logo {
	margin-bottom: 28px;
}

footer h3 {
	margin-bottom: 24px;
	font-size:18px;
	text-transform:uppercase;
}

footer .footer-menu {
	columns:2;
}

footer .footer-menu li {
	margin: 0 0 18px;
}

footer .footer-menu li a {
	color: #fff;
	font-size: 16px;
}

footer .footer-menu li a:hover,
footer .contact-dets a:hover{
	color: #26A9E0;
}
		

footer .social-media {
	display:inline-flex;
	margin-top: 24px;
}

footer .social-media li {
	padding-left: 12px;
}

footer .social-media li:first-child {
	padding: 0;
}


footer .social-media a {
	color:#434343;
	display:block;
	width:30px;
	height:30px;
	border-radius: 4px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

footer .social-media a:hover {
	background-color: #26A9E0;
	color: #fff;
}

footer .contact-dets a {
	color:#fff;
}

footer .copyright {
	margin-top: 60px;
	border-top: 1px solid #2f2f30;
	padding-top: 24px;
	text-align:left;
}
footer .copyright p {

	font-size: 14px;
}

footer p {
	color: #fff;
}

.btn-top a {
    display: block;
    padding: 12px 16px;
    font-size: 24px;
    color: #fff;
}

.btn-top {
    position: fixed;
    bottom: -60px;
    right: 24px;
    z-index: 90;
    background: #26A9E0;
    opacity: 0;
    transition: all .6s ease-in-out;
	border-top-left-radius: 24px;
    border-top-right-radius: 24px;

}

.show-btn-top {
    bottom: 0;
    opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
	color:#222;
}


#modal-ads .modal-body {

	padding: 0;
	margin: 12px;
}

#modal-ads img {

	width: 100%;
}

@media (min-width: 1400px) {

	.container {

		max-width: 1320px;
	}
	

}
