/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* Theme customization starts here */

@font-face {
    font-family: 'Avenir LT';
    src: local('Avenir LT Heavy'), local('AvenirLT-Heavy'),
        url('fonts/AvenirLT-Heavy.ttf') format('truetype');
		font-weight: 900;
}
@font-face {
    font-family: 'Avenir LT';
    src: local('Avenir LT Light'), local('AvenirLT-Light'),
        url('fonts/AvenirLT-Light.ttf') format('truetype');
    font-weight: 300;
}
* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }
html, body, div, span, img, ol, ul, li, a, p, h1, h2, h3, h4, h5, h6, option, legend, label, table, th, td, tr, article, aside, caption, figure, footer, header, hgroup, mark, nav, section, time, audio, video { margin: 0; padding: 0; border: 0; outline: 0; }
img { max-width: 100%; }
a:hover, a:focus, a:active { text-decoration: none; outline: none !important; border: 0; }
input:focus { outline: none; }
input::-moz-focus-inner { border: 0; display: none; }
input::-webkit-focus-inner { border: 0; display: none; }
input:focus, textarea:focus, select:focus { outline: none; }
::-webkit-input-placeholder { color: #cccccc;	}
:-ms-input-placeholder { color: #cccccc;	}
::-ms-input-placeholder { color: #cccccc;	}
::placeholder { color: #cccccc;	}
:-ms-input-placeholder {	color: #cccccc; }
::-ms-input-placeholder {	color: #cccccc; }
table { border-collapse: collapse; }
html { margin: 0; padding: 0; width: 100%; height: 100%; overflow-y: scroll; overflow-x: hidden; font-size: 20px; }
ul, li { margin: 0; padding: 0; }
figure { margin: 0px; }
form { position: relative; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-size: inherit; color: inherit; font-weight: inherit; line-height: inherit; }
h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a { font-size: inherit; color: inherit; font-weight: inherit; }
hr { margin: 0; padding: 0; border-color: #000; }
a, button { position: relative; transition: 0.3s ease; }
ul { list-style-type: none; }
li { list-style: none; position: relative; }
 a:focus, button:hover, button:focus { outline: 0; text-decoration: none; }
input, textarea, button { border: 0px; }
p a { text-decoration: none; }
body { font-size: 20px; }
h1 { font-size: 48px;  font-weight: 900; }
h2 { font-size: 70px;  font-weight: 900;   }
h3 { font-size: 54px; font-weight: 300;   }
h4 { font-size: 24px; }
h5 { font-size: 20px;  font-weight: 700; }
h6 { font-size: 22px;  font-weight: 400;  }
::after,::before {
    line-height: 0;
}
.html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 150px);
}
p { line-height: 1.4;  }
.btn {
    background-color: #02b8bf;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    padding: 10px 20px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 0 15px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    border: 2px solid transparent ;
    transition: 0.3s ease-in-out;
}
.btn:hover {
    background-color: #07bc83;
    border-color: #fff;
}
.btn.btn-outline {
    border-color: #fff;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
	    font-weight: 500;
}
.btn.btn-outline:hover{
	background-color: #02b8bf;
    color: #fff;
}
.main-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li>a:hover{
	color:#192c5f;
}
.home-banner .et_pb_slide_description .et_pb_slide_title {
    margin-bottom: 15px;
}
.banner-btns {
    display: flex;
    justify-content: center;
    margin-top: 35px;
	flex-wrap: wrap;
}
.banner-btns .banner-btn {
    background-color: #02b8bf;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    padding: 10px 20px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 0 15px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}
.banner-btns .banner-btn:hover,.banner-btns .banner-btn.btn-sec:hover {
    background-color: #07bc83;
    border-color: #fff;
}
.banner-btns .banner-btn.btn-sec{
	background-color:#192c5f;
}

.home-banner-bottom .banner-bottom-inner {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
}
.home-banner-bottom .banner-bottom-inner h2{
	font-size:48px;
	font-weight: 300;
	letter-spacing: 1.50px;
}
.home-banner-bottom .banner-bottom-inner h3{
	font-size:25px;
	font-weight: 900;
	letter-spacing: 1.25px;
}
.count.count-dollar span.percent-value {
    position: relative;
}

.count.count-dollar span.percent-value:before {
    content: "$";
    padding-right: 5px;
}
.qualify-wrap.et_pb_text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qualify-wrap ul li{
	font-size:37px;
	font-weight: 900;
	line-height:1.4;
	padding-left: 55px;
	color:#192C5F;
}
.qualify-wrap ul li:before {
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image:url("images/tick.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.specialists-wrap {
    align-items: center;
}
.employee-wrap ul li {
    list-style: disc;
}
.employee-wrap ul li em {
    font-weight: 400;
}
.custom-title .et_pb_module_heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 15px;
    width: 15px;
    margin: auto;
    background: #02b8bf;
    display: inline-block;
}
.custom-title.white-dot .et_pb_module_heading:after {
    background-color: #fff;
}
.custom-title .et_pb_module_heading {
    position: relative;
    margin-bottom: 50px;
}

.emp-inner .et_pb_module {
    height: 100%;
}
.emp-inner .et_pb_text {
    text-align: center;
}
.emp-inner .et_pb_text h4 span {
    font-size: 24px;
    margin-bottom: 15px;
    color: #FFFFFF!important;
	display: inline-block;
}
.emp-inner .et_pb_text p,.emp-inner .et_pb_text span {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}
.why-wrap .et_parallax_bg_wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(25 44 87 / 60%);
    z-index: 9;
}
.why-wrap .et_pb_row {
    z-index: 99;
}
.faq-wrap .et_pb_accordion_item {
    border: none;
    margin-bottom: 0px !important;
    background-color: #ffffff;
    border-top: 1px solid #02b8bf;
}

.faq-wrap .et_pb_accordion_item.et_pb_toggle_open {
    background-color: #ffffff;
}
.faq-wrap.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title{
	color:#07bc83!important;
}
.faq-wrap .et_pb_accordion_item p {
    margin-bottom: 15px;
    color: #192c57;
}
.green-text{
	color:#07bc83!important
}
.social_youtube span {
    display: flex;
    align-items: center;
}
span.social_youtube img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
    margin-left: 15px;
}
@media screen and (min-width: 1025px){
	.main-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li {
		padding-left: 25px;
		padding-right: 25px;
	}
	.main-menu .et_pb_menu .et_pb_menu__wrap {
		justify-content: flex-end;
	}
	.home-banner{
		padding-bottom: 200px !important;
	}
	.home-banner-bottom {
		position: absolute !important;
		bottom: 50px;
		left: 0;
		right: 0;
	}
	.home-banner .et_pb_slide_description, .home-banner .et_pb_slider_fullwidth_off .et_pb_slide_description {
		padding: 18% 0%;
		padding-bottom: 30%;
	}
}
@media screen and (max-width: 1366px){
	h1 { font-size: 48px !important; }
	h2 { font-size: 30px !important; }
	h3 { font-size: 24px !important; }
	h4 { font-size: 24px !important; }
}
@media screen and (max-width: 1280px){
	.main-menu .et_pb_menu .et_pb_menu__menu>nav>ul>li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-btns .banner-btn,.btn{
		font-size:16px !important;
	}
	p{
		font-size:15px !important;
	}
	.et_pb_number_counter .percent {
		height: auto;
	}
	.et_pb_number_counter .percent p {
		font-size: 30px !important;
		line-height: 1.2;
	}
	
}
@media screen and (max-width: 991px){
	h1 { font-size: 32px !important; }
	h2 { font-size: 30px !important; }
	h3 {     font-size: 20px !important;
    margin-bottom: 10px }
	h4 {    font-size: 20px !important;
    margin-bottom: 10px }
	.home-banner .et_pb_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 22px !important;
	}
	.home-banner .et_pb_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_content h4{
		font-size: 18px !important;
	}
	.banner-btns .banner-btn{
		 width: 100%;
		margin-bottom: 10px;
		padding: 5px 20px;
	}
	.home-banner-bottom .banner-bottom-inner .et_pb_module {
		min-height: inherit;
	}
	.home-banner-bottom .banner-bottom-inner h3 {
		font-size: 20px !important;
	}
	.qualify-wrap ul{padding:0;}
	.qualify-wrap ul li {
		font-size: 22px;
		margin-bottom:15px;
	}
	.qualify-wrap ul li:last-of-type{
		margin-bottom:0px;
	}
	.faq-wrap .et_pb_accordion_item .et_pb_toggle_title{
		font-size: 18px;
	}
	footer h5, footer h2, footer h4 {
		font-size: 16px !important;
	}

	footer p {
		font-size: 14px !important;
	}
}