/*
Theme Name: Divi Child
Theme URI: 
Description: Child theme of Divi
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.10.4
*/
/* Show slider arrows always */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-image: linear-gradient(#173F8C 50%, #4ABFEF 100%);
}
.et_pb_scroll_top:before {
    content: '\21';
}
.et_pb_scroll_top.et-pb-icon {
    background: #F32233;
    font-weight: bold;
}

.main-heading {
    position: relative;
    padding-left: 15px;
}
.main-heading:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    top: 0;
}
body .et_pb_button_module_wrapper .et_pb_button,
body .et_pb_button_module_wrapper .et_pb_button:hover {
    padding: 10px 30px !important;
}
div#et-main-area {
    float: left;
    width: 100%;
}
#main-content {
    margin-top: -136px;
}
.floating-menu .fm-icon {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.floating-menu .fm-icon:hover {
    background: #F32233 !important;
}


/**********Header***********/
.main-header .et_pb_menu ul li a:hover {
    color: #B71513 !important;
    opacity: 1 !important;
}
.main-header .et_pb_blurb_description a {
    color: #fff;
}
.main-header .et_pb_blurb_container {
    padding-left: 0px;
}
.main-header .et_pb_blurb_content {
    background: #F32233;
    padding: 10px 20px;
}
.main-header .et_pb_blurb {
    float: right;
}
.main-header .et_pb_blurb .et-pb-icon {
    margin-top: 3px;
}
.main-header .et_pb_menu__logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav li ul {
    width: 250px;
    padding: 0px !important;
}
.nav li li a {
    font-weight: 500 !important;
    width: 250px;
    padding: 8px 20px;
}
.nav li li {
    padding: 0px !important;
}
.nav li li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #F32233;
    transition: 0.5s;
    top: 0;
    z-index: -1;
}
.nav li li a:hover:before {
    width: 100%;
}

/********Home***********/
.home-slider-sec .et-pb-controllers a {
    border-radius: 30px;
    width: 12px;
    height: 12px;
}
/*--------home-slider-------*/
.home-slider-sec .et-pb-slider-arrows {
    width: 112px;
    position: relative;
    float: right;
}
.home-slider-sec .et-pb-arrow-next, 
.home-slider-sec .et-pb-arrow-prev {
    position: absolute;
    top: auto;
    z-index: 100;
    font-size: 56px !important;
    color: #fff;
    margin-top: 0;
    transition: all .2s ease-in-out;
    opacity: 1;
    bottom: 0;
    background: #F32233;
}
.home-slider-sec .et-pb-arrow-next {
    right: 0px !important;
}
.home-slider-sec .et-pb-arrow-prev{
    left: 0px !important;
}
.home-slider-sec .et_pb_slide_description {
    max-width: 640px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}
.home-slider-sec .et_pb_slide_content h3 {
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 10px;
    font-size: calc(24px + (48 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.home-slider-sec .et_pb_button_wrapper {
    margin-top: 10px;
}
.home-slider-sec .et_pb_slide_description:before, .home-slider-sec .et_pb_slide_description:after {
    content: "";
    width: 60px;
    height: 100px;
    display: block;
    position: absolute;
    left: -70px;
    top: -30px;
    border-right-width: 0;
    border-bottom-width: 0;
    background: url(/wp-content/uploads/2022/03/Logo-icon.png);
    background-size: 100% 100%;
    transform: rotate(31deg);
}
.home-slider-sec .et_pb_slide_description:after {
    right: 0;
    left: auto;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    top: 40%;
}
/*--------home-slider-close-------*/
/*--------about-experiences-------*/
.about-experiences {
    position: absolute;
    width: 260px;
    padding: 20px 20px 20px 50px;
    right: 50px;
    bottom: 50px;
    z-index: 2;
    background-color: #173F8C;
    border-right: 6px solid #B71513;
    animation: slide-top 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate-reverse both;
}
@keyframes slide-top {
  0% {transform: translateY(0);}
  100% {transform: translateY(-50px);}
}
.about-experiences h2 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: calc(33px + (46 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.about-experiences h5 {
    color: #F32233;
    font-size: calc(15px + (19 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
.about-eperiences-img {
    position: relative;
    max-width: 420px;
    box-shadow: 0px 40px 60px rgb(0 0 0 / 32%);
}
.about-eperiences-img span{
    overflow: hidden;
}
.about-eperiences-img span:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.about-eperiences-img span:hover:before {
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
.about-eperiences-img:before {
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid #B71513;
    opacity: 1;
    position: absolute;
    left: 50px;
    bottom: 0px;
    z-index: -1;
}
.about-eperiences-img:after {
    content: '';
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background-color: #B71513;
    opacity: 1;
    position: absolute;
    left: 50px;
    bottom: 15px;
    z-index: -1;
}
.sub-heading {
    font-family: "Oswald",sans-serif;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #F32233;
    font-size: 24px;
    font-weight: 600;
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #F32233;
    padding-bottom: 20px;
}
.sub-heading.white{
    -webkit-text-stroke: 1px #ffffff;
}
.description-list {
    margin: 30px 0px;
    padding: 0 !important;
}
.description-list li,
.services-list li {
    padding: 6px 0;
    font-size: 16px;
    position: relative;
    line-height: 1.4em;
    margin-bottom: 6px;
    padding-left: 30px;
    list-style: none;
}
.description-list li:before,
.services-list li:before {
    content: '\39';
    position: absolute;
    font-family: 'ETmodules';
    left: 0px;
    font-weight: 700;
    font-size: 22px;
    color: #173F8C;
    top: 4px;
}
/*--------about-experiences-close-------*/
/*--------home-services-------*/
.home-services-sec .et_pb_blurb_container {
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center !important;
    width: 100%;
    padding: 20px;
}
.home-services-sec .et_pb_blurb_container h4 {
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
}
.home-services-sec .et_pb_main_blurb_image {
    padding: 0;
    margin-bottom: 0 !important;
    background: #000;
    float: left;
    width: 100%;
}
.home-services-sec .et_pb_main_blurb_image img {
    opacity: 0.6 !important;
    transition: all 0.5s;
}
.home-services-sec .et_pb_blurb_container h4:after {
    content: "";
    width: 65px;
    background: #F32233;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 0;
}
.home-services-sec .et_pb_blurb_content:hover .et_pb_main_blurb_image img {
    opacity: 0.8 !important;
    transform: scale(1.2);
}
.home-services-sec .et_pb_blurb_content {
    overflow: hidden;
}
/*--------home-services-close-------*/
/*--------home-News--------*/
.home-news-sec .post-meta span.published {
    position: relative;
    list-style: none;
    padding-left: 18px;
    padding-bottom: 00px;
    color: #ffffff;
}
.home-news-sec .post-meta span.published:before {
    content: "\f073";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 14px;
    padding: 0;
    color: #F32233;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.home-news-sec .et_pb_image_container {
    margin: 0 0px -125px;
    float: left;
    width: 100%;
}
.home-news-sec .post-content-inner {
    display: none;
}
.home-news-sec .et_pb_image_container img {
    height: 450px !important;
    object-fit: cover !important;
}
.home-news-sec .et_pb_post {
    text-align: center;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 8px;
    padding: 0;
}
.home-news-sec .et_pb_post .entry-title {
    position: relative;
    color: #fff;
    text-align: left;
    z-index: 9;
    padding: 0px 30px;
    margin-bottom: 4px;
}
.home-news-sec .et_pb_post .entry-title a {
    padding-left: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}
.home-news-sec .et_pb_post .post-content {
    position: relative;
    z-index: 9;
    margin-bottom: 9px;
    height: 50px;
}
.home-news-sec .et_pb_post .more-link {
    color: #F32233;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 0;
    opacity: 0;
    transition: all 0.5s;
}
.home-news-sec .et_pb_post .post-meta {
    text-align: left;
    z-index: 9;
    position: relative;
    padding: 0px 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    font-size: 14px;
        color: #bfbfbf;
}
.home-news-sec .et_pb_post .post-meta a {
    color: white;
}
.home-news-sec .et_pb_image_container:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(20, 33, 43, 0.98) 20%, rgba(20, 33, 43, 0) 50%);
    transform: rotate(-180deg);
    z-index: 1;
    transition: all 0.5s;
    border-radius: 8px;
}
.home-news-sec .et_pb_post .more-link:before {
    content: "\f061";
    font-size: 15px;
 font-family: 'FontAwesome';
    color: #fff;
    background: #F32233;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.home-news-sec .et_pb_post:hover .more-link {
    opacity: 1;
}
.home-news-sec .et_pb_post:hover img {
    transform: scale(1.2);
}
.home-news-sec .et_pb_post * {
    transition: all 0.5s;
}
.home-news-sec .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
/*--------home-News-close-------*/
/*------home-testimonial------*/
.home-reviews-sec .testimonial-content p {
    color: #ebebeb;
    text-align: center;
    font-size: 16px;
}
.home-reviews-sec .strong-view .wpmslider-controls a {
    box-shadow: none;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    top: 27%;
}
.home-reviews-sec .strong-view .wpmslider-controls a:before {
    background: #ffffff !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
}
.home-reviews-sec .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
.home-reviews-sec .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before{
    background: #fff !important;
}
.home-reviews-sec .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, 
.home-reviews-sec .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: #fff;
}
.home-reviews-sec .testimonial-name {
    color: #fff;
    font-size: 18px;
}
.home-reviews-sec .testimonial-company {
    color: #fff;
    font-style: italic;
}
.home-reviews-sec .strong-rating-wrapper .star svg path {
    fill: #fff;
    stroke: #000;
    stroke-width: 6;
}
.home-reviews-sec .strong-view.wpmtst-modern .wpmtst-testimonial-inner.testimonial-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 30px;
    position: relative;
    margin-top: 20px;
}
.home-reviews-sec .strong-view.wpmtst-modern .wpmtst-testimonial-inner.testimonial-inner .strong-rating-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* .home-testimonial-sec .testimonial-client,
.home-testimonial-sec .testimonial-position {
    color: #fff !important;
}
.home-testimonial-sec .easy_testimonial img {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0px;
    height: 69px;
    width: 69px;
    margin-bottom: 10px;
}
.home-testimonial-sec .testimonial_body {
    padding: 30px 30px;
    font-style: italic;
    letter-spacing: 1px;
}
.home-testimonial-sec .easy_testimonial .main-wrapper:after {
    bottom: -10px;
    left: 10%;
    width: 35px;
    border-color: #fff;
    display: none;
}
.home-testimonial-sec .easy-t-cycle-prev, 
.home-testimonial-sec .easy-t-cycle-next {
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-testimonial-sec .easy_testimonial .title-area-3 {
    display: none;
}
.home-testimonial-sec .easy-t-cycle-controls {
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 120%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.home-testimonial-sec .easy_testimonial .main-wrapper {
    box-shadow: none;
    background: transparent;
    padding: 0 0 20px;
}
.home-testimonial-sec .easy_testimonial .main-content-3 .testimonial_body:after {
    color: #ebebeb;
    bottom: -10px;
    left: auto;
    right: 0;
}
.home-testimonial-sec .easy_testimonial .main-content-3 .testimonial_body:before {
    color: #ebebeb;
    top: -10px;
    left: 0;
}
.home-testimonial-sec .easy_testimonial .main-content-3 p {
    color: #ebebeb;
    text-align: center;
    font-size: 16px;
}
.home-testimonial-sec .easy_testimonial .right-icon-3 {
    float: left;
    margin-top: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}
.home-testimonial-sec .easy_testimonial .right-icon-3 i {
    color: #ffffff;
}
.home-testimonial-sec .easy_testimonial .footer-text-3 {
    display: block;
    margin-left: 0;
    top: 0;
    position: relative;
    width: 100%;
    text-align: center;
}
.home-testimonial-sec .easy_testimonial .footer-area-3 {
    position: relative;
    text-align: center;
}
.home-testimonial-sec .easy_testimonial .footer-text-3 .testimonial-client {
    font-size: 20px;
}
.home-testimonial-sec .easy_testimonial .footer-text-3 .testimonial-position {
    font-size: 14px;
    font-style: italic;
}
.home-testimonial-sec .easy_testimonial .date-3 {
    display: none;
} */
/*------home-testimonial-close------*/




/*------------Contact-Page-----------*/
.contact-info-sec .title-col .et_pb_blurb_container {
    padding-left: 0px;
}
.contact-info-sec .title-col .et_pb_blurb_content {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.contact-info-sec .title-col .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.contact-info-sec .et_pb_blurb a {
    color: #666;
}
.contact-info-sec  .et_pb_column_1_3:hover, 
.contact-info-sec  .et_pb_column_1_3:hover .et_pb_blurb {
    border-color: #F32233;
}
.contact-info-sec  .et_pb_column_1_3:hover .title-col .et-pb-icon,
.contact-info-sec  .et_pb_column_1_3:hover .title-col .et_pb_blurb_description {
    color: #F32233;
}
.contact-info-sec * {
    transition: all 0.5s;
}
.contact-map iframe {
    display: block;
    padding: 20px;
    box-shadow: 0px 0px 10px gainsboro;
    border-radius: 8px;
}
.contact-form-sec .wpcf7-text:focus,
.contact-form-sec .wpcf7-textarea:focus {
    border-color: #e9effb;
}
.contact-form-sec .wpcf7-text::placeholder,
.contact-form-sec .wpcf7-textarea::placeholder{
    color: #fff;
}
.contact-form-sec .wpcf7-text {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding: 0px 20px;
    font-size: 16px;
    border: 1px solid #e9effb;
    background: transparent;
    color: #fff !important;
    border-radius: 3px;
}
.contact-form-sec .wpcf7-textarea {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 20px 0;
    font-size: 16px;
    border: 1px solid #e9effb;
    background: transparent;
    color: #fff !important;
    border-radius: 3px;
}
.contact-form-sec .wpcf7-submit {
    cursor: pointer;
    background-image: linear-gradient(180deg,#4abfef 0%,#173f8c 100%);
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 3px;
    margin-top: 25px;
}
.contact-form-sec .wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
/*-------------Services-------------*/
.services-list {
    padding: 0 !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
.sidebar-col .et_pb_widget ul li:last-child {
    border: none;
}
.sidebar-col .et_pb_widget ul li a:hover {
    color: #ffffff;
}
.sidebar-col .et_pb_widget ul li:before {
    content: '\39';
    position: absolute;
    font-family: 'ETmodules';
    left: 0px;
    font-weight: 700;
    font-size: 20px;
}
.sidebar-col .et_pb_widget ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 0px 12px 25px;
    margin: 0;
    position: relative;
}
.sidebar-col .et_pb_widget {
    margin-bottom: 0px !important;
}
.services-testimonial .rate-area-3 {
    display: none;
}

/*-------------Services-------------*/
.single-post #sidebar {
    display: none;
}
.single-post  #left-area {
    margin-right: 0px !important;
    width: 100% !important;
}
/*-------------Footer-------------*/
.main-footer .et_pb_blurb_description {
    margin-top: 4px;
}
.main-footer .et_pb_widget {
    margin-bottom: 0px !important;
}
.bottom-footer a {
    color: #ebebeb;
}
.main-footer ul.menu {
    columns: 2;
}
.main-footer ul.menu li {
    margin-bottom: 5px;
}
.main-footer ul.menu li a:before {
    content: '\39';
    position: absolute;
    font-family: 'ETmodules';
    left: -3px;
    font-weight: 700;
    font-size: 20px;
    top: 3px;
}
.main-footer ul.menu li a {
    padding: 5px 0;
    font-size: 16px;
    position: relative;
    line-height: 1.2;
    padding-left: 25px;
}
.main-footer .et_pb_blurb a, .main-footer a.read-more {
    color: #ebebeb;
}
.main-footer a.read-more:after {
    content: '\39';
    position: absolute;
    font-family: 'ETmodules';
    font-weight: 700;
    font-size: 20px;
}
/*----------Footer-Close-----------*/


/*-------services-------*/
.services-sec .et_pb_blurb_content {
    overflow: hidden;
    border-radius: 10px;
}

.services-sec .et_pb_blurb_container {
    position: absolute !important;
    bottom: 0;
    z-index: 9 !important;
    padding: 30px;
}

.services-sec .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}
.services-sec .et_pb_main_blurb_image img {
    transition: all 0.5s;
}
.services-sec .et_pb_blurb_content:hover img {
    transform: scale(1.2);
}

.services-sec .et_pb_main_blurb_image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(20, 33, 43, 0.98) 20%, rgba(20, 33, 43, 0) 50%);
    transform: rotate(-180deg);
    z-index: 1;
    transition: all 0.5s;
    border-radius: 8px;
}
.services-sec .et_pb_blurb_content:hover .et_pb_main_blurb_image:before{
    background: linear-gradient(180deg, rgba(20, 33, 43, 0.98) 40%, rgba(20, 33, 43, 0) 70%);    
}
.services-sec .et_pb_blurb_container h4 {
    transition: all 0.5s;
    color: white;
}

.services-sec .et_pb_blurb_content:hover h4{
    color: #f32233;
}

.services-sec .et_pb_blurb_container .et_pb_blurb_description a {
    color: #F32233;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 0;
    opacity: 1;
    transition: all 0.5s;
    z-index: -1;
}

.services-sec .et_pb_blurb_container .et_pb_blurb_description a:before {
    content: "\f061";
    font-size: 15px;
 font-family: 'FontAwesome';
    color: #fff;
    background: #F32233;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.services-sec .et_pb_blurb_description {
    color: #fff;
}
/*-------services-close-------*/
/*-------single-post-------*/
.single-post-banner {
    background-blend-mode: color;
    background-image: url(/wp-content/uploads/2022/03/single-banner.jpg);
    background-color: rgba(0,0,0,0.6);
    background-position: center;
    min-height: 576px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 7%;
}
.team-banner {
    background-image: url(/wp-content/uploads/2022/03/slide-img5.jpg);

}
.single #main-content .container:before{
    display: none;
}
.single .entry-header h1 {
    font-size: calc(22px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

.single .single-post-banner .container {
    padding-top: 0 !important;
}
body.single #commentform input[type=email], 
body.single #commentform input[type=text], 
body.single #commentform input[type=url], 
body.single #commentform textarea {
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
}
body.single #comment-wrap .et_pb_button {
    background-image: linear-gradient(180deg,#4abfef 0%,#173f8c 100%);
    padding: 10px 30px !important;
    float: left;
}
.single #sidebar .et_pb_widget {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    margin: 0 0 30px;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 25px;
}
.single #sidebar .et_pb_widget h2 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding-bottom: 0;
}

.single #sidebar .et_pb_widget a:hover {
    color: #173f8c;
}

.single #sidebar .et_pb_widget li {
    font-size: 14px;
    margin-bottom: 5px;
}
.single #sidebar form button:after {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    top: 50%;
    right: 10px;
    transform: translate(-00%, -50%);
    color: #173f8c;
}

.single #sidebar form button {
    font-size: 0;
    position: relative;
    width: 50px;
    background: transparent;
    border-left: 0 !important;
    text-align: center;
}

.single #sidebar form input {
    border-right: 0;
}
/*-------single-post-close-------*/
/*-------careers--------*/

.careers-grid .et_pb_posts .et_pb_post {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 10px 10px 10px gainsboro;
    border-radius: 20px;
    border: 1px solid #f2f2f2;
    background: #173f8c;
    margin: 80px 0;
    float: left;
    width: 100%;
}
.careers-grid .et_pb_posts .et_pb_post .entry-title {
    margin-top: 2%;
}


.careers-grid .et_pb_posts .et_pb_post:nth-child(even) {
    background: #f32233;
}

.careers-grid .et_pb_post a.more-link {
    padding: 6px 18px;
    background: #fff;
    color: #173f8c !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 700;
}
.single-careers .et_post_meta_wrapper {
    display: none;
}
.career-content-sec .job-description-tab .et_pb_tabs_controls {
    background: transparent !important;
    display: flex;
    flex-wrap: wrap;
}
.career-content-sec .job-description-tab .et_pb_tabs_controls:after {
    display: none !important;
}
.career-content-sec .job-description-tab .et_pb_tabs_controls li {
    text-align: center;
    border: 0px !important;
    font-size: 16px;
    border-radius: 50px;
    margin: 0 10px 0 0;
}
.career-content-sec .job-description-tab .et_pb_tabs_controls li a {
    padding: 13px 30px !important;
}
.career-content-sec .job-description-tab {
    border: 0 !important;
}
.career-content-sec .job-description-tab .et_pb_all_tabs {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    padding: 30px;
    border: none;
}
.career-content-sec .job-description-tab .et_pb_all_tabs .et_pb_tab{
    padding: 1rem 1rem !important;
}
/*-------careers-close-------*/
/*-------our-team-------*/
.our-team-grid .single-team {
    background: #F32233;
}
.our-team-grid .single-team-area:hover img {
    opacity: 0.7;
}
.our-team-grid .button-group button {
    background: transparent;
    color: #173f8c;
    font-size: 18px;
    font-weight: 600 !important;
    margin: 0;
    transition: all 0.5s;
    cursor: pointer;
    padding: 0px 15px;
}

.our-team-grid .button-group button.selected, .our-team-grid .button-group button:hover {
    background: transparent;
    color: #f32233;
}
.our-team-grid .even-grid-item .single-team-area .tlp-content {
    background: transparent !important;
    padding: 0;
    margin-top: 20px;
}
.our-team-grid .even-grid-item .single-team-area .tlp-content h3 a {
    color: #173f8c !important;
}
.our-team-grid .even-grid-item .single-team-area {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.our-team-grid .even-grid-item .single-team-area figure {
    overflow: hidden;
    border-radius: 6px;
}
.our-team-grid .even-grid-item .single-team-area figure img {
    transition: all 0.5s;
}

.our-team-grid .even-grid-item .single-team-area:hover figure img {
    transform: scale(1.1);
}

.our-team-grid .button-group {
    padding-bottom: 40px;
}
.our-team-grid .single-team-area .social-icons {
    position: absolute;
    top: 5px;
    width: 50px;
    left: -100px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    flex-wrap: wrap;
    transition: all 0.5s;
}
.our-team-grid .single-team-area:hover .social-icons {
    visibility: visible;
    left: 5px;
}
.our-team-grid .social-icons a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    overflow: hidden;
    color: #173f8c !important;
    font-size: 17px;
    margin: 0 0px 5px;
}

.our-team-grid .social-icons a i {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: #173f8c !important;
    width: auto !important;
    height: auto !important;
}

.our-team-grid .short-bio p {
    padding: 0;
    margin: 0 !important;
    color: #f32233;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
.our-team-grid .short-bio h5 {
    color: #f32233;
}
.our-team-grid .contact-info i.fa-phone, 
#team-member-sec .contact-info i.fa-phone {
    margin-right: 0;
    margin-top:5px;
    transform: rotate(90deg);
}
#team-member-sec {
    padding: 62px 0;
}
#team-member-sec .tlp-member-feature-img img {
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
}
#team-member-sec .tlp-member-title {
    font-size: calc(20px + (42 - 22) * (100vw - 320px) / (1920 - 320));
    color: #000000;
}
#team-member-sec .contact-info {
    margin-top: 20px;
}
#team-member-sec .social-icons {
    display: flex;
}
#team-member-sec .social-icons a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #173f8c !important;
    overflow: hidden;
    color: #ffffff !important;
    font-size: 17px;
    margin: 0 5px 0px 0;
    transition: all 0.5s;
}

#team-member-sec .social-icons a:hover {
    background: #f32233 !important
}

#team-member-sec .social-icons a i {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    width: auto !important;
    height: auto !important;
}
/*-------our-team-close-------*/

/*-------------Media-Query-------------*/
@media only screen and (min-width: 981px) {
.home-about-us>.et_pb_row {
    align-items: center;
    justify-content: center;
    display: flex;
}
div#et-main-area {
    float: left;
    width: 100%;
}
header .et_pb_row {
    overflow: inherit !important;
}
.main-footer .bottom-footer {
    display: flex;
    align-items: center;
}
.single.et_right_sidebar #left-area {
    width: 64.833%;
    margin-right: 5.5%;
    padding-right: 0;
}
.single.et_right_sidebar #sidebar {
    padding-left: 0;
    width: 29.6667%;
}
.careers-grid .et_pb_post .entry-featured-image-url {
    float: left;
    width: 45%;
    margin: -80px 2.5%;
    border-radius: 20px;
    overflow: hidden;
}
.careers-grid .et_pb_post .entry-title, 
.careers-grid .et_pb_post .post-meta, 
.careers-grid .et_pb_post .post-content {
    width: 48%;
    float: right;
}

.careers-grid .et_pb_post:nth-child(even) .entry-title, 
.careers-grid .et_pb_post:nth-child(even) .post-meta, 
.careers-grid .et_pb_post:nth-child(even) .post-content{
    float: left;
}

.careers-grid .et_pb_posts .et_pb_post:nth-child(even) .entry-featured-image-url {
    float: right;
}
.careers-grid .et_pb_post .entry-featured-image-url img {
    height: 400px;
    object-fit: cover;
}
.careers-grid .et_pb_posts .et_pb_post:nth-child(even) {
    direction: rtl;
}
}

@media only screen and (max-width: 1199px) {

.single-post-banner {
    min-height: 400px;
    padding-top: 14%;
}
#et_mobile_nav_menu {
display: none;
}
#top-menu {
    display: block;
}
.et_pb_menu .et_pb_menu__menu {
    display: none !important;
}
    
.et_mobile_nav_menu {
    display: block !important;
}
.main-header ul li.current-menu-item a,
.main-header ul li.current-menu-item a:hover {
    color: #fff !important;
}
.main-header .et_pb_menu__logo {
    margin: 10px;
}
.main-header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a, 
.main-header .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
    color: #fff !important;
}
.et_mobile_menu li a {
    font-weight: normal !important;
}
.main-header .et_mobile_menu li ul.hide {
    display: none !important;
}
#mobile_menu1 .menu-item-has-children {
    position: relative;
}
#mobile_menu1 .menu-item-has-children > a {
    background: transparent;
}
#mobile_menu1 .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    color: #fff;
}
.mobile_menu_bar:before {
    color: #B71513 !important;
}
span.menu-closed:before {
    content: "\4c";
    display: block;
    color: inherit;
    font-size: 16px;
    font-family: ETmodules;
}
span.menu-closed.menu-open:before {
    content: "\4d";
}
.et_pb_menu .et_mobile_menu {
    top: 100%;
    padding: 5%;
}
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
    -ms-flex-align: center;
    align-items: center;
}
.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
    list-style: none!important;
    text-align: left;
}
}

@media only screen and (max-width: 980px) {

.home-slider-sec .et_pb_slide_description:before, 
.home-slider-sec .et_pb_slide_description:after {
    width: 40px;
    height: 70px;
    left: -48px;
    top: -20px;
}
.home-slider-sec .et_pb_slide_description:after {
    left: auto;
    top: 40% ;
}
.home-news-sec .et_pb_blog_grid .et_pb_image_container img {
    height: 350px;
}
.contact-form-sec .wpcf7 .et_pb_column {
    margin-bottom: 0px;
}
footer .et_pb_blurb_position_left .et_pb_blurb_content {
    text-align: left;
    margin: 0;
}
.main-footer ul.menu {
    columns: auto;
}
.single h1 {
    font-size: 26px;
}
.careers-grid .et_pb_posts .et_pb_post {
    margin-top: 0px;
    margin-bottom: 50px;
}
.single-careers .et_pb_row {
    width: 80% !important;
}
}




@media only screen and (max-width: 767px) {
.floating-menu .fm-bar {
    width: 100%;
    background: #173f8c;
    top: auto !important;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.home-slider-sec .et-pb-arrow-next, .home-slider-sec .et-pb-arrow-prev {
    font-size: 36px !important;
}   
.home-slider-sec .et-pb-slider-arrows {
    width: 72px;
}
.home-slider-sec .et_pb_slide_description:before, .home-slider-sec .et_pb_slide_description:after {
    width: 30px;
    height: 50px;
    left: -32px;
    top: -10px;
}
.home-slider-sec .et_pb_slide_description:after {
    left: auto !important;
    top: 20% !important;
}
.about-eperiences-img:before,
.about-eperiences-img:after {
    display: none;
}
.home-testimonial-sec .easy-t-cycle-prev, .home-testimonial-sec .easy-t-cycle-next {
    width: 32px;
    height: 32px;
    font-size: 16px;
}
.home-testimonial-sec .easy_testimonial .footer-text-3 .testimonial-client {
    font-size: 18px;
}
.home-testimonial-sec .easy_testimonial .footer-text-3 .testimonial-position {
    font-size: 13px;
}
.home-testimonial-sec .easy_testimonial .main-content-3 p {
    font-size: 14px;
}
.home-testimonial-sec .easy_testimonial .main-content-3 .testimonial_body:before,
.home-testimonial-sec .easy_testimonial .main-content-3 .testimonial_body:after{
    font-size: 1.5em;
}
.about-experiences {
    width: 80%;
    right: 10%;
}
.mission-vision-sec .et_pb_main_blurb_image {
    text-align: left;
}
.single h1 {
    font-size: 24px;
}
.single-post-banner {
    min-height: 300px;
    padding-top: 120px;
}
.our-team-grid .button-group button {
    font-size: 14px;
    padding: 0px 5px;
}
.our-team-grid .button-group {
    padding-bottom: 25px;
}
#team-member-sec .tlp-member-feature-img img {
    margin-bottom: 30px;
}
.our-team-grid .even-grid-item .single-team-area .tlp-content h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
}
.et_mobile_menu li li {
    padding-left: 0;
}
.et_pb_bottom_inside_divider, .et_pb_top_inside_divider {
    height: 50px !important;
    background-size: 100% 100% !important;
}
.services-sec .et_pb_blurb_description p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-top: 10px;
    line-height: 1.2;
}
#team-member-sec {
    padding: 30px 0;
}
.careers-grid .et_pb_posts .et_pb_post {
    margin-bottom: 30px;
}
.career-content-sec .job-description-tab .et_pb_tabs_controls li a {
    padding: 7px 15px !important;
    font-size: 14px;
}
.career-content-sec .job-description-tab .et_pb_tabs_controls li {
    margin: 0 10px 10px 0;
}
.career-content-sec .job-description-tab .et_pb_all_tabs {
    margin-top: 10px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.4;
}
.contact-form-sec .recaptcha iframe{
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.home-services-sec .et_pb_column{
    margin-bottom:0px !important;
}

}