@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-Bold.tt f') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd-Extrathin';
    src: url('../fonts/AvertaStd-Extrathin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd-ExtrathinItalic';
    src: url('../fonts/AvertaStd-ExtrathinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd-RegularItalic';
    src: url('../fonts/AvertaStd-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd';
    src: url('../fonts/AvertaStd-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
body{
	font-family: 'AvertaStd';
    font-size: 14px;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
input:focus{
	outline: 0px;
}
.btn-link:hover{
	text-decoration: none;
}
.text-blue{
	color: #04adef;
}
header{
	background-color: #0685e4;
	padding: 5px 0px;
}
.top-header {
    display: flex;
}
.logo {
    width: 160px;
}
.navigation {
    width: calc(100% - 160px);
    display: flex;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
}
.slide-section{

}
.slide-section .banner-caption {
    position: absolute;
    text-align: left;
    top: 20%;
    max-width:600px;
    left: 46%;
    color: #fff;
}
.slide-section .banner-caption h2 {
    font-size: 52px;
    color: #fff;
}
.banner_email {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.banner_email input {
    font-size: 14px;
    border: 0px;
    width: 250px;
}
.banner_email button {
    background: #04adef;
    color: #fff;
    border: 0px;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    padding: 0px 15px;
}
.hire-section {
    width: 100%;
    padding:50px 0px 50px;
    background: rgba(213, 213, 213, 0.21);
}
.text-with-icons__item {
    display: inline-block;
    font-weight: 700;
    padding: 0px 25px;
    font-size: 18px; 
}
.text-with-icons__item .fa{
    color: #fcd522;
}
.heading-section{
	text-align: center;
}
.heading-section h1{
	font-size: 44px;
}
.heading {
    font-size: 30px;
    text-align: center;
}
.section-one {
    width: 100%;
    padding: 50px 0px 25px;
}
.work-section {
    width: 100%;
    padding: 25px 0px 50px;
}
.circle-section {
    margin-top: 40px;
}
.circle-section ul{
    display: flex;
}
.circle-section li{
    text-align: center;
    position: relative;
}
.circle-section li .circle-box {
    position: relative;
    width: 130px;
    height: 130px;
    padding: 25px;
    background: #cef1ff;
    display: grid;
    align-content: center;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin: 0px auto;
    margin-bottom:10px;
}
.circle-box span {
    content: '';
    position: relative;    
    background: #04adef;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-section li h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 4px;
}
.circle-section li p{
    font-size: 12px;
}
.circle-section li:nth-child(1){
    margin-top: 90px;
}
.circle-section li:nth-child(3){
    margin-top: 90px;
}
.circle-section li:nth-child(1):after {
    content: url(../img/process-line-1.png);
    position: absolute;
    width: 271px;
    height: 121px;
    left: 130px;
    top: -40px;
    z-index: -1;
}
.circle-section li:nth-child(2):after {
    content: url(../img/process-line-2.png);
    position: absolute;
    width: 2 px;
    height: 102px;
    right: -110px;
    top: 65px;
    z-index: -1;
}
.circle-section li:nth-child(3):after {
    content: url(../img/process-line-3.png);
    position: absolute;
    width: 236px;
    height: 113px;
    right: -135px;
    top: -40px;
    z-index: -1;
}
.app-details ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;    
    padding: 20px 15px;
    border-radius: 5px;  
    transition: all 0.3s ease;  
}
.app-details ul li .icon-box{
	margin-right: 15px;
}
.app-details li h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}
.app-details li p{
	margin-bottom: 0px;
}
.app-details li .hover{
	display: none;
}
.app-details li:hover{
	transition: all 0.3s ease;
	background: #04adef;
	box-shadow: 0px 0px 6px #404040;
}
.app-details li:hover h3, .app-details li:hover p{
	color: #fff;
}
.app-details li:hover .normal{
	display: none;
}
.app-details li:hover .hover{
	display: block;
}
.blue-btn{
	background: #04adef;
    color: #fff;
}
.section4{
	width: 100%;
    padding: 50px 0px 50px;
    background: #fbf9fb; 
	background: -moz-linear-gradient(left,  #fbf9fb 0%, #d5feff 100%); 
	background: -webkit-linear-gradient(left,  #fbf9fb 0%,#d5feff 100%);
	background: linear-gradient(to right,  #fbf9fb 0%,#d5feff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9fb', endColorstr='#d5feff',GradientType=1 );
}
.section4_box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #636363;
    transition: all 0.3s ease;
}
.section4_box span {
    width: 65px;
    height: 65px;
    background: #04adef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section4_box h3{
	font-size: 20px;
	font-weight: bold;
}
.section4_box:hover{
	background: #04adef;
	color: #fff;
	transition: all 0.3s ease;
}
.section4_box:hover span{
	background: #fff;
	color: #04adef;
}
.section4_box:hover h3{
    color: #fff;
}
.testimonial{
	width: 100%;
    padding: 50px 0px 25px;
}
.testimonial-list{

}
.testimonial-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonial-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: #ebf6ff;
    width:calc(50% - 15px);
    box-shadow: 0px 0px 5px #636363;
}
.testimonial-list ul li .pic-box{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.testimonial-list .content-box{
	width: 100%;
}
.testimonial-list li h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.blog{
	width: 100%;
    padding: 25px 0px 50px;
    background: #fdfdfd;
}
.home-blog-detail {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #cecece;
}
.home-blog-detail img{
	width: 100%;
	max-height: 215px;
}
.home-blog-detail h3{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.home-blog-detail .btn {
    background: #b9ebff;
    color: #0099ff;
}
.action-section{
	width: 100%;
	padding: 25px 0px;
	background: #04adef;
}
footer{
	width: 100%;
	padding: 25px 0px;
	background: #ededed;
}
footer p{
	color: #666666;
}
footer h3{
	font-size: 16px;
	color: #666666;
}
footer ul li{
	line-height: 30px;
}
footer ul li a{
	color: #666666;
	font-size: 14px;
}
footer ul.social{
	margin-bottom: 15px;
}
footer ul.social li{
	display: inline-block;
}
footer ul.social li a {
    color: #707070;
    display: block;
    background: #f0f4f7;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
}
.login-register-section{
	width: 100%;
	padding: 50px 0px;
}
.login-section {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px #999;
    border-radius: 5px;
    position: relative;
}
.login_register_left {
    background: #04adef;
    height: 100%;
    width:38%;
    text-align: center;
    color: #fff;
    padding:80px 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login_register_left:before{
	content: '';
	position: absolute;
	background: #04adef;
    height: 100%;
    width:38%;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login_register_left .circle_logo {
    background: #0685e4;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px auto;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.login_register_left h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.login_register_left p{
	margin-bottom: 0px;
}
.login_register_right {
    width: 62%;
    padding: 35px 130px 20px;
}
.login_register_right h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.login_register_right label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}
.login_register_right input.form-control {
    padding: 10px 5px;
    height: auto;
}
.checkbox_agree input[type="checkbox"]{

}
.checkbox_agree label{
	font-size: 14px;
}
.login_register_right button.btn {
    background: #04adef;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    font-weight: 600;
}
.feature-top{
    width: 100%;
    padding: 60px 50px;
    background: #fbf9fb;
    background: linear-gradient(to right, #fbf9fb 0%,#d5feff 100%);
    background: -moz-linear-gradient(left, #fbf9fb 0%,#d5feff 100%);
    background: -webkit-linear-gradient(left, #fbf9fb 0%,#d5feff 100%);
}
.feature-section2{
    width: 100%;
    padding: 50px 0px;
}
.feaures_section {
    width: 100%;
    padding: 20px 30px;
}
.feature-box{
    margin-bottom: 30px;
}
.feature-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.faq-section{
    width: 100%;
    padding: 40px 0px;
}
.md-accordion .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-section .card-header a {
    color: #383a3b;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
.faq-section .faq-list{
   margin-bottom: 15px;
}
.faq-section .card-header {
    border-bottom: 0px;
}
.subscrible-section {
    width: 100%;
    padding: 40px 0px;
    background: #04adef;
}
.email-form-section {
    max-width: 400px;
    margin: 0px auto;
    margin-top: 20px;
}
.email-form-section input.form-control {
    font-size: 14px;
    height: auto;
    padding: 12px 10px;
}
.email-form-section button.btn {
    background: #000;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 12px 0px;
}
.about-top{
    width: 100%;
    padding: 40px 40px;
}
.about-top h1 {
    font-size: 44px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}
.about-section2 {
    width: 100%;
    padding: 40px 0px;
    background: #04adef;
    color: #fff;
}
.about-section2 h4, .about-section2 h2{
    color: #fff;
}
.about-section3{
    width: 100%;
    padding: 40px 0px;
    color: #333;
}
.brands-section{
    width: 100%;
    padding: 40px 0px;
}
.about-blog{
    width: 100%;
    padding: 40px 0px;
    background: #9dcbed;
}
.about-blog-detail {
    width: 100%;
    background: #fff;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.about-blog-detail img{
    width: 100%;
}
.about-blog-detail h3 {
    font-size: 20px;
    margin-top: 15px;
    padding: 0px 10px;
    font-weight: 600;
}
.about-blog-detail p{
    padding: 0px 10px;
}
.connect-section{
    width: 100%;
    padding: 40px 0px;
    background: #04adef;
    margin-top:35px;
}
.connect-section a.btn {
    color: #fff;
    background: #000;
    margin-top: 20px;
    min-width: 184px;
    padding: 14px 10px;
}