/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}

/* Header css */


nav ul li a {
    color: #4E545F !important;
    opacity: unset !important;
}
nav ul li a span {
    color: #000 !important;
}
li#menu-item-19 a, li#menu-item-20 a {
    background: #E56A0C;
    padding: 13px 19px !important;
    margin-right: 20px;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: bold !important;
    opacity: unset !important;
}
li#menu-item-19 span, li#menu-item-20 span{
	 color: #fff !important;
}
/* banner css */
.hed-fix {
    position: absolute !important;
    bottom: -290px;
    left: -310px;
    width: 40% !important;
    height: 630px !important;
}
div#main-banner {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
}
div#main-content img {
    width: 90%;
    margin-left: 100px;
}
div#main-content h1 {
    max-width: 570px;
}
div#main-content p {
    color: #4E545F;
    font-size: 18px !important;
    line-height: 26px !important;
    max-width: 620px;
}
#orange-btn {
    position: relative;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 14px 30px !important;
    background: #E56A0C !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif;
    font-weight: bold !important;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 15px rgba(229, 106, 12, 0.3);
}
#orange-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FF8C00 0%, #B34700 100%);
    transition: all 0.5s ease;
    z-index: -2;
}
#orange-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(30deg);
    transition: all 0.6s ease;
    z-index: -1;
    filter: blur(5px);
}
#orange-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(229, 106, 12, 0.6);
}
#orange-btn:hover::before {
    left: 0;
}
#orange-btn:hover::after {
    left: 140%;
}
#orange-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(229, 106, 12, 0.4);
}
.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    max-width: 900px;
    padding: 20px;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.number-wrapper {
    display: inline-flex;
    align-items: baseline;
    font-size: 52px;
    font-weight: 800;
    color: #000000;
    line-height: 1;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 16px;
}
.number-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
}
.yellow-line::after {
    background-color: #FFB800;
}
.purple-line::after {
    background-color: #A076FF;
}
.cyan-line::after {
    background-color: #00C4CC;
}
.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #555E68;
    margin: 0;
}
/* end banner css */
/* How can we css  */
div#how-inner .nectar_icon {
    padding: unset !important;
}
div#how-inner .nectar_icon i {
    border: 1px solid #fff;
    font-size: 25px !important;
    border-radius: 50px !important;
    color: #fff !important;
}
div#how-inner .nectar_icon_wrap i:before {
    color: #fff !important;
}
div#how-inner img {
    min-height: 140px;
}
/* how can we css end */
/* we take css */
div#we-take p {
    font-family: 'Readex Pro' !important;
    color: #000000bd;
}
div#we-take img {
    width: 100%;
    border-radius: 20px;
}
/* end we take css */
/* six ways section css */
div#six-inner h2 {
    max-width: 790px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: absolute !important;
    bottom: 20px;
    max-width: 460px;
    right: 30px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 360px;
}
div#ser-box p {
    color: #fff;
    padding: unset !important;
    padding-bottom: 5px !important;
}
div#ser-box a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
div#ser-box .vc_column-inner {
    border: 1px solid #ffffff5e;
    margin-right: 10px;
    padding: 20px 10px 20px 10px !important;
    border-radius: 8px;
    transition: all 0.5s !important;
}
div#ser-box .vc_column-inner:hover {
    background: #fff !important;
}
div#ser-box .vc_column-inner:hover h6 {
    color: #0A3D80 !important;
}
div#ser-box .vc_column-inner:hover p {
    color: #000 !important;
}
div#ser-box .vc_column-inner:hover a {
    color: #E56A0D;
}
div#six-inner #orange-btn {
    color: #E56A0D !important;
    background: unset !important;
    border: 1px solid #fff !important;
}
div#six-inner #orange-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(229, 106, 12, 0.6);
    color:#fff !important;
}
div#ser-box {
    padding-top: 40px;
}
/* end six ways css */
/* call to css */ 
div#call-to h3, div#call-to p {
    max-width: 810px;
    margin: 0 auto;
}
/* end call to css */
/* testimonial css */ 
#testimonial-slider .testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 44px 24px !important;
    max-width: 500px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    transition: all 0.5s !important;
    min-height: 285px !important;
}
#testimonial-slider .testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
#testimonial-slider .testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
}
#testimonial-slider .testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#testimonial-slider .testimonial-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
#testimonial-slider .testimonial-stars {
  display: flex;
  gap: 4px;
  color: #ff8c00;
  font-size: 15px;
}
#testimonial-slider .testimonial-text {
  font-family: 'Inter' !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
#testimonial-slider .testimonial-card:hover {
    background: #0A3D7F !important;
    transition: all 0.5s !important;
}
#testimonial-slider .testimonial-card:hover .testimonial-name {
    color: #fff !important;
}
#testimonial-slider .testimonial-card:hover p {
    color: #fff !important;
}
#testimonial-slider .nectar-split-heading p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
/* end testimonial css */

/* innerpage css */
div#page-banner {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
div#inner-page {
    padding-top: 140px !important;
}
div#page-banner .row-bg:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #00000080 !important;
    height: 100%;
    border-radius: 12px;
}
div#page-banner {
    border-radius: 12px;
}
div#liste-cont .vc_column-inner {
    background: #F4F7F8;
    border-radius: 8px;
    margin-right: 20px;
}
div#liste-cont .vc_column-inner .black-list {
    margin: 40px 60px;
}
div#liste-cont .vc_column-inner .black-list li {
    list-style: none !important;
    position: relative;
    padding-bottom: 16px;
    color: #000000c7;
}
div#liste-cont .vc_column-inner .black-list li:before {
    position: absolute;
    content: '\f00c';
    left: -28px;
    font-family: 'FontAwesome';
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    top: 1px;
}
div#list-text p {
    max-width: 1350px;
    margin: 0 auto;
    color: #000;
}
div#list-text #orange-btn {
    width: 30% !important;
    margin: 0 auto;
}
div#job-sec h2 {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
div#job-sec p {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}
div#gallery-sec h2 {
    text-align: center;
}
div#gallery-sec p {
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
}
div#gallery-sec img {
    width: 100%;
    transition: all 0.5s !important;
}
div#gallery-inner .vc_column-inner {
    margin-right: 10px;
}
div#gallery-sec img:hover {
    border-radius: 25px !important;
    transition: all 0.5s !important;
}
div#contact-sec h2 {
    text-align: center;
}
div#contact-sec p {
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
}
div#contact-sec .touch-form p {
    text-align: right !important;
    max-width: unset !important;
    margin: unset !important;
}
div#contact-sec .touch-form  span.wpcf7-spinner {
    display: none !important;
}
div#contact-sec .contact-card h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
div#contact-sec .contact-item {
  margin-bottom: 25px;
}
div#contact-sec .icon-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
div#contact-sec .icon-title i {
  font-size: 16px;
  width: 18px;
  text-align: center;
  color: #fff;
}
div#contact-sec .icon-title span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
div#contact-sec .contact-item p {
  padding-left: 30px;
  font-size: 13.5px;
  font-weight: 500;
  color: #fff;
  text-align: unset !important;
}
div#contact-sec .social-section {
  margin-top: 35px;
}
div#contact-sec h4 {
  color:#fff;
}
div#contact-sec .social-icons {
  display: flex;
  gap: 12px;
}
div#contact-sec .social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.2s ease;
}
div#contact-sec .social-btn:hover {
  opacity: 0.85;
}
div#contact-sec .social-btn.facebook {
  background-color: #3b5998;
}
div#contact-sec .social-btn.linkedin {
  background-color: #0077b5;
}
div#contact-sec .social-btn.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aebe6 90%);
}
div#contact-sec .blue-col .vc_column-inner {
    background: #0A3D80;
    padding: 90px 30px !important;
    margin-right: 30px;
}
div#contact-sec .lity-col .vc_column-inner {
    background: #F4F7F8;
    padding: 20px;
}
div#contact-sec .touch-form input, div#contact-sec .touch-form textarea {
    background: unset;
    border-bottom: 1px solid #00000042;
    border-radius: unset !important;
}
div#contact-sec .touch-form textarea {
    height: 170px;
    resize: none;
}
div#contact-sec .touch-btn input.wpcf7-form-control.wpcf7-submit.orng-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    background: #E56A0C;
    border: unset !important;
    font-size: 16px;
    font-family: 'Inter';
    border-radius: 8px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#contact-sec .touch-form {
    padding: 60px;
}
div#contact-sec .wpcf7-form-control:focus {
    border: none !important;
    border-bottom: 2px solid #E56A0C !important;
    outline: none !important;
    box-shadow: none !important;
}
div#contact-sec .social-section i {
    top: unset !important;
}
div#ser-box.meet-set .vc_column-inner {
    border: 1px solid #0000000d;
    margin-right: 10px;
    padding: 40px 10px 30px 10px !important;
    border-radius: 8px;
    transition: all 0.5s !important;
}
div#ser-box.meet-set h6 {
    color: #0A3D80;
    max-width: 410px;
}
div#ser-box.meet-set a {
    color: #E56A0D;
    font-weight: bold;
    text-decoration: underline;
}
.cent-para p {
    text-align: center;
    color: #000;
    max-width: 1270px;
    margin: 0 auto;
}
div#ser-box.meet-set p {
    color: #000 !important;
    padding: unset !important;
    padding-bottom: 5px !important;
}
div#text-sec p {
    color: #000;
}
div#domi-sec p {
    color: #fff;
}
div#domi-sec img {
    width: 100%;
}
div#white-sec h2 {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
}
div#white-sec img {
    width: 100%;
}
div#white-sec p {
    color: #000;
    padding-left: 50px;
}
div#domi-sec.teg-sen {
    text-align: center;
}
div#domi-sec.teg-sen h2 {
    max-width: 1000px;
    margin: 0 auto;
}
.lftye-hed h2 {
    text-align: left !important;
}
div#white-sec.p-set p {
    padding-left: unset !important;
    max-width: 730px;
}
.cjl-wrapper {
    max-width: 1540px !important;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
    color: #2d3748;
}
.cjl-title {
    margin: 0 0 6px 0;
    font-size: 22px !important;
    font-weight: 700;
    color: #1a202c;
    line-height: 30px !important;
}
.cjl-apply-btn {
    background: #ea580c;
    color: #fff;
    border: none;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.2s;
    font-family: 'Inter' !important;
    font-size: 18px !important;
}
button[type=submit], input[type=button], input[type=submit] {
    background-color: #E56A0D !important;
    padding: 14px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all .45s cubic-bezier(.25, 1, .33, 1) !important;
    width: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border-radius: 2px !important;
    width: 100%;
}
/* end innerpages css */
/* ft css  */
div#main-ft .row-bg {
    background: #0A3D80;
}
div#footer-outer {
    display: none !important;
}
div#main-ft {
    padding-top: 50px !important;
}
div#main-ft h5 {
    color: #fff;
}
div#main-ft li {
    list-style: none !important;
    padding-bottom: 5px;
}
div#main-ft ul {
    margin: 0;
}
div#main-ft .left-col .vc_column-inner {
    padding-left: 100px;
}
div#main-ft p {
    color: #fff;
}
div#main-ft a {
    color: #fff;
    font-family: 'Inter' !important;
}
div#main-ft .rt-para p {
    text-align: right;
}
div#main-ft .social-icons {
    display: flex;
    gap: 10px;
}
div#main-ft .social-icons i {
    border: 1px solid #fff;
    height: 30px;
    width: 30px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
}
div#main-ft div#ft-end {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: 1px solid #ffffff40;
}
div#main-ft div#ft-content {
    padding-bottom: 30px;
}
/* end ft css */

/* Responsive start */
/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
div#main-banner .vc_col-sm-5, div#main-banner .vc_col-sm-7 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
div#main-content h1 {
    max-width: 780px;
    font-size: 50px !important;
    line-height: 58px !important;
}
nav ul li a {
    padding: 5px !important;
    font-size: 13px !important;
    line-height: 21px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 50px;
}
li#menu-item-19 a, li#menu-item-20 a {
    padding: 12px 12px !important;
    margin-right: 12px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: absolute !important;
    bottom: 40px;
    max-width: 364px;
    right: 20px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 230px;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#six-ways .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
#testimonial-slider .testimonial-card {
    padding: 34px 24px !important;
    max-width: 400px;
    min-height: 315px !important;
}
div#ser-box.meet-set .wpb_text_column.wpb_content_element {
        position: absolute !important;
        bottom: 40px;
        max-width: 274px;
        right: 100px;
    }
div#ser-box.meet-set .vc_column-inner {
    margin-right: 10px;
    padding: 20px 10px 20px 10px !important;
}	
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
div#main-banner .vc_col-sm-5, div#main-banner .vc_col-sm-7 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
div#main-content h1 {
    max-width: 780px;
    font-size: 40px !important;
    line-height: 48px !important;
}
nav ul li a {
    padding: 5px !important;
    font-size: 11px !important;
    line-height: 21px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 50px;
}
li#menu-item-19 a, li#menu-item-20 a {
    padding: 12px 12px !important;
    margin-right: 12px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: absolute !important;
    bottom: 20px;
    max-width: 274px;
    right: 20px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 230px;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#six-ways .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
#testimonial-slider .testimonial-card {
    padding: 34px 15px !important;
    max-width: 350px;
    min-height: 315px !important;
}
div#six-inner #orange-btn {
   font-size: 15px !important;
    line-height: 23px !important;
    padding: 14px 30px !important;
}
div#main-ft .left-col .vc_column-inner {
    padding-left: 60px;
}
h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.row_col_wrap_12.col.span_12.dark {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.vc_col-sm-7 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
div#ser-box.meet-set .wpb_text_column.wpb_content_element {
        position: absolute !important;
        bottom: 10px;
        max-width: 274px;
        right: 40px;
    }
div#ser-box.meet-set .vc_column-inner {
    margin-right: 10px;
    padding: 20px 10px 20px 10px !important;
}	
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
div#main-banner .vc_col-sm-5, div#main-banner .vc_col-sm-7 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
div#main-content h1 {
    max-width: 780px;
    font-size: 30px !important;
    line-height: 38px !important;
}
nav ul li a {
    padding: 5px !important;
    font-size: 9px !important;
    line-height: 17px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 35px;
}
li#menu-item-19 a, li#menu-item-20 a {
    padding: 12px 12px !important;
    margin-right: 12px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: unset !important;
    max-width: unset !important;
    padding-top: 20px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 230px;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#six-ways .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
#testimonial-slider .testimonial-card {
    padding: 34px 15px !important;
    max-width: 290px;
    min-height: 290px !important;
}
div#six-inner #orange-btn {
   font-size: 14px !important;
   line-height: 22px !important;
   padding: 14px 10px !important;
}
div#main-ft .left-col .vc_column-inner {
    padding-left: 60px;
}

p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-content p {
    color: #4E545F;
    font-size: 12px !important;
    line-height: 20px !important;
    max-width: unset !important;
}

div#how-can {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#how-inner h4 {
    font-size: 20px;
    line-height: 28px !important;
}

.vc_col-sm-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.vc_col-sm-7 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
h3 {
    font-size: 24px !important;
    line-height: 28px !important;
}

div#we-take {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

    h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

div#ser-box img {
    width: 100%;
}

.hover-wrap {
    padding: unset !important;
}
#testimonial-slider .testimonial-text {
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#testimonial-slider {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft a {
    color: #fff;
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#we-take img {
    width: 90% !important;
}
.vc_col-sm-6 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.row_col_wrap_12.col.span_12.dark {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
div#main-banner .vc_col-sm-5, div#main-banner .vc_col-sm-7 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
div#main-content h1 {
    max-width: 780px;
    font-size: 40px !important;
    line-height: 48px !important;
}
nav ul li a {
    padding: 5px !important;
    font-size: 9px !important;
    line-height: 17px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 35px;
}
li#menu-item-19 a, li#menu-item-20 a {
    padding: 12px 12px !important;
    margin-right: 12px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: unset !important;
    max-width: unset !important;
    padding-top: 20px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 230px;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#six-ways .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
#testimonial-slider .testimonial-card {
    padding: 34px 15px !important;
    max-width: 323px;
    min-height: 290px !important;
}
div#six-inner #orange-btn {
   font-size: 14px !important;
   line-height: 22px !important;
   padding: 14px 10px !important;
}
div#main-ft .left-col .vc_column-inner {
    padding-left: 0px;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#main-content p {
    color: #4E545F;
    font-size: 12px !important;
    line-height: 20px !important;
    max-width: unset !important;
}

div#how-can {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#how-inner h4 {
    font-size: 20px;
    line-height: 28px !important;
}

.vc_col-sm-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.vc_col-sm-7 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
h3 {
    font-size: 34px !important;
    line-height: 42px !important;
}

div#we-take {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ser-box img {
    width: 100%;
}

.hover-wrap {
    padding: unset !important;
}
#testimonial-slider .testimonial-text {
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#testimonial-slider {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft a {
    color: #fff;
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#we-take img {
    width: 100% !important;
}
div#main-content img {
    width: 100%;
    margin-left: 0px;
}

div#how-inner p {
    max-width: 320px;
    margin: 0 auto;
}
.owl-dots {
    display: none !important;
}
div#white-sec p {
    color: #000;
    padding-left: 0px;
}
.vc_col-sm-6 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.row_col_wrap_12.col.span_12.dark {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
div#contact-sec .blue-col .vc_column-inner {
    margin-right: 0px;
}	
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
	div#main-banner .vc_col-sm-5, div#main-banner .vc_col-sm-7 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
div#main-content h1 {
    max-width: 780px;
    font-size: 40px !important;
    line-height: 48px !important;
}
nav ul li a {
    padding: 5px !important;
    font-size: 9px !important;
    line-height: 17px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 35px;
}
li#menu-item-19 a, li#menu-item-20 a {
    padding: 12px 12px !important;
    margin-right: 12px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: unset !important;
    max-width: unset !important;
    padding-top: 20px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 230px;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#six-ways .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
#testimonial-slider .testimonial-card {
    padding: 34px 15px !important;
    max-width: 403px;
    min-height: 290px !important;
    margin: 0 auto;
}
div#six-inner #orange-btn {
   font-size: 14px !important;
   line-height: 22px !important;
   padding: 14px 10px !important;
}
div#main-ft .left-col .vc_column-inner {
    padding-left: 0px;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#main-content p {
    color: #4E545F;
    font-size: 12px !important;
    line-height: 20px !important;
    max-width: unset !important;
}

div#how-can {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#how-inner h4 {
    font-size: 20px;
    line-height: 28px !important;
}

.vc_col-sm-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.vc_col-sm-7 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
h3 {
    font-size: 34px !important;
    line-height: 42px !important;
}

div#we-take {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#ser-box img {
    width: 100%;
}

.hover-wrap {
    padding: unset !important;
}
#testimonial-slider .testimonial-text {
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#testimonial-slider {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft a {
    color: #fff;
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#we-take img {
    width: 100% !important;
}
div#main-content img {
    width: 100%;
    margin-left: 0px;
}

div#how-inner p {
    max-width: 320px;
    margin: 0 auto;
}
.owl-dots {
    display: none !important;
}

div#six-ways {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

div#call-to {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#testimonial-slider h3 {
    text-align: center;
}
div#page-banner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
div#inner-page .vc_col-sm-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
div#inner-page {
    padding-top: 100px !important;
}
div#main-ft .rt-para p {
    text-align: left !important;
}
div#white-sec p {
    color: #000;
    padding-left: 0px;
}
.vc_col-sm-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.row_col_wrap_12.col.span_12.dark {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
div#contact-sec .blue-col .vc_column-inner {
    background: #0A3D80;
    padding: 30px 20px !important;
    margin-right: 0px;
}
div#contact-sec .touch-form {
    padding: 10px;
}

div#contact-sec .touch-form .row {
    padding: unset !important;
}
div#main-banner {
    padding-left: 30px;
    padding-right: 30px !important;
}	
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
div#main-banner .vc_col-sm-5, div#main-banner .vc_col-sm-7 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
div#main-content h1 {
    max-width: 780px;
    font-size: 30px !important;
    line-height: 38px !important;
}
nav ul li a {
    padding: 5px !important;
    font-size: 9px !important;
    line-height: 17px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 65px !important;
}
li#menu-item-19 a, li#menu-item-20 a {
    padding: 12px 12px !important;
    margin-right: 12px;
}
div#ser-box .wpb_text_column.wpb_content_element {
    position: unset !important;
    max-width: unset !important;
    padding-top: 20px;
}
div#ser-box h6 {
    color: #fff;
    max-width: 230px;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#six-ways .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
#testimonial-slider .testimonial-card {
    padding: 34px 15px !important;
    max-width: 400px !important;
    min-height: 290px !important;
    margin: 0 auto;
    box-shadow: unset !important;
    margin-left: 20px !important;
}
div#six-inner #orange-btn {
   font-size: 14px !important;
   line-height: 22px !important;
   padding: 14px 10px !important;
}
div#main-ft .left-col .vc_column-inner {
    padding-left: 0px;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#main-content p {
    color: #4E545F;
    font-size: 12px !important;
    line-height: 20px !important;
    max-width: unset !important;
}

div#how-can {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#how-inner h4 {
    font-size: 20px;
    line-height: 28px !important;
}

.vc_col-sm-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.vc_col-sm-7 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
h3 {
    font-size: 24px !important;
    line-height: 32px !important;
}

div#we-take {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#ser-box img {
    width: 100%;
}

.hover-wrap {
    padding: unset !important;
}
#testimonial-slider .testimonial-text {
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#testimonial-slider {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
div#main-ft h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft a {
    color: #fff;
    font-family: 'Inter' !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#we-take img {
    width: 100% !important;
}
div#main-content img {
    width: 100%;
    margin-left: 0px;
}

div#how-inner p {
    max-width: 320px;
    margin: 0 auto;
}
.owl-dots {
    display: none !important;
}

div#six-ways {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

div#call-to {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#testimonial-slider h3 {
    text-align: center;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 44px !important;
    }

div#main-banner .row_col_wrap_12.col.span_12.dark {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 900px;
    padding: 0px;
}
.number-wrapper {
    font-size: 34px;
    line-height: 42px;
}
div#main-ft .row_col_wrap_12.col.span_12.dark {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
div#main-ft .vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 20px !important;
}
div#main-ft {
    padding-top: 20px !important;
}

div#main-ft img {
    margin-bottom: 20px;
}

.row_col_wrap_12.col.span_12.dark {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
div#page-banner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
div#inner-page .vc_col-sm-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
div#inner-page {
    padding-top: 100px !important;
}
div#main-ft .rt-para p {
    text-align: left !important;
}
div#liste-sec .vc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#liste-cont .vc_column-inner {
    background: #F4F7F8;
    border-radius: 8px;
    margin-right: 0px;
}
div#liste-cont .vc_column-inner .black-list {
    margin: 20px 40px;
}

div#liste-cont .vc_column-inner .black-list li {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#list-text #orange-btn {
    width: 100% !important;
    margin: 0 auto;
}
#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 14px 20px !important;
}
div#white-sec p {
    color: #000;
    padding-left: 0px;
}
.vc_col-sm-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.row_col_wrap_12.col.span_12.dark {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div#white-sec h2 {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    font-size: 22px !important;
    line-height: 30px !important;
}
.vc_col-sm-12 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
div#contact-sec .blue-col .vc_column-inner {
    background: #0A3D80;
    padding: 30px 20px !important;
    margin-right: 0px;
}
div#contact-sec .touch-form {
    padding: 10px;
}
div#main-banner {
    padding-left: 30px;
    padding-right: 30px !important;
}
div#contact-sec .touch-form .row {
    padding: unset !important;
}	
}