/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */




@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');


@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic.eot');
    src: url('custom-fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic.woff') format('woff'),
        url('custom-fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic_1.eot');
    src: url('custom-fonts/CenturyGothic_1.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic_1.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic_1.woff') format('woff'),
        url('custom-fonts/CenturyGothic_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic_2.eot');
    src: url('custom-fonts/CenturyGothic_2.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic_2.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic_2.woff') format('woff'),
        url('custom-fonts/CenturyGothic_2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic-BoldItalic.eot');
    src: url('custom-fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic-BoldItalic.woff') format('woff'),
        url('custom-fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic-Bold.eot');
    src: url('custom-fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic-Bold.woff') format('woff'),
        url('custom-fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic-Bold_1.eot');
    src: url('custom-fonts/CenturyGothic-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic-Bold_1.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic-Bold_1.woff') format('woff'),
        url('custom-fonts/CenturyGothic-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('custom-fonts/CenturyGothic-Italic.eot');
    src: url('custom-fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('custom-fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('custom-fonts/CenturyGothic-Italic.woff') format('woff'),
        url('custom-fonts/CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


* {
    box-sizing: border-box;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font) !important;
}

body {
    font-family: var(--body-font);
}

/*HEADER SECTION STARTS*/
body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1200px;
    padding-inline: 25px;
}
#masthead {
    padding-inline: 0;
}
.top-header-section {
    background-color: var(--primary-color);
}
.top-header-section .widget {
    margin: 0 auto;
    max-width: 1200px;
    padding-inline: 25px;
}
.top-header-section .top-header-content {
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    align-items: stretch;
    justify-content: end;
}
.top-header-section .top-header-content li {
    border-left: 1px solid #fff;
    list-style: none;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    color: #fff;
    font-family: var(--body-font);
}
.top-header-section .top-header-content li a {
    font-family: var(--body-font);
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
}
.top-header-section .top-header-content li i.fa {
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
}
.top-header-section .top-header-content li:nth-last-of-type(2) {
    background: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
}
.top-header-section .top-header-content li img {
    padding-right: 10px;
    height: 14px;
}
.site-navigation .full-container {
    max-width: 1200px;
    padding-inline: 25px;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
}
.site-navigation .full-container .so-mobilenav-mobile {
    display: none;
}
.logo-in-menu-wrapper img {
    max-width: 150px !important;
    height: 100% !important;
    max-height: 100% !important;
}
.site-navigation .menu li a {
    padding: 0 !important;
    position: relative;
    margin-left: 40px;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.site-navigation .menu li a:hover,
.site-navigation .menu li a:focus,
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    background: none !important;
    color: var(--secondary-color) !important;
}
.site-navigation .menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;

}
.site-navigation .menu li a::before, #footer-widgets .widget a::before {
    content: " ";
    position: absolute;
    background-color: var(--secondary-color);
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.site-navigation .menu li a:hover::before,
#footer-widgets .widget a:hover::before {
    width: 100%;
    left: 0;
}
.sticky .logo-in-menu-wrapper img {
    max-width: 65px !important;
}
.main-navigation ul ul.sub-menu {
    padding-top: 15px;
}
.main-navigation ul ul.sub-menu a {
    padding: 15px !important;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
    font-size: 14px;
}
.site-header .search-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #363333b8;
    padding: 30px;
    z-index: 9999;
    inset: 0;
    display: grid;
    align-items: center;
    justify-content: center;
}
#searchsubmit {
    display: inline-block !important;
}
header .search-close-btn {
    color: #e70909;
    font-size: 20px;
}
.main-navigation ul ul.sub-menu {
    padding-top: 15px;
    max-height: 500px;
    overflow-y: scroll;
}
.main-navigation ul ul a {
    width: 300px;
}
.main-navigation ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    -webkit-background-color: #F5F5F5;
    -webkit-border-radius:10px;
    -webkit-overflow-scrolling: touch;
}
.main-navigation ul ul::-webkit-scrollbar {
    width: 6px;
}
.main-navigation ul ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-border-radius:10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--secondary-color);
    -webkit-background-color: var(--secondary-color);
}
/*HEADER SECTION ENDS*/


/* FOOTER SECTION STARTS */
.site-footer {
    background-color: var(--primary-color) !important;
    overflow: hidden;
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
#footer-widgets {
    display: grid;
    grid-template-columns: 1fr .75fr 1fr 1fr;
}
#footer-widgets::before,
#footer-widgets::after {
    display: none;
}
#footer-widgets > aside {
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
}
#footer-widgets > aside:last-child {
    padding-left: 40px !important;
}
.site-footer .widget-title {
    font-family: var(--heading-font);
    font-size: 18px !important;
}
#footer-widgets .widget a, #footer-widgets .widget a:visited {
    font-family: var(--body-font);
    display: inline-block !important;
    border-bottom: none !important;
    margin-bottom: 10px !important;
    position: relative;
    padding-bottom: 0 !important;
}
#footer-widgets aside#text-3 br {
    display: none;
}   
#footer-widgets aside#text-3 ul:not(.social-icons) a {
    display: block !important;
    width: 100%;
    max-width: max-content;
    margin: 0 !important;
}
#footer-widgets aside#text-3 ul:not(.social-icons) > li {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
}
#footer-widgets aside#text-3 ul:not(.social-icons) i.fa {
    width: 25px;
    font-size: 18px;
}
#footer-widgets aside#text-3 ul:not(.social-icons) ol {
    margin: -5px 0 0;
}
#footer-widgets .menu li a {
    padding-left: 15px !important;
}
#footer-widgets .menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background: #fff;
}
#footer-widgets .menu li a:hover::after {
    background: var(--secondary-color);
}
#footer-widgets .social-icons {
    display: grid;
    grid-auto-flow: column;
    margin-top: 30px !important;
    grid-auto-columns: max-content;
    column-gap: 15px;
}
#footer-widgets .social-icons a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff !important;
    text-align: center;
    margin: 0 !important;
    line-height: 35px;
    font-size: 18px;
}
#footer-widgets .social-icons a:hover {
    color: #fff !important;
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
#footer-widgets .social-icons a::before {
    display: none
}
.site-footer #theme-attribution {
    border-top: 1px solid #ddd5d538;
    padding-top: 20px;
    position: relative;
}
.site-footer #theme-attribution::before,
.site-footer #theme-attribution::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 100%;
    width: 500px;
    height: 1px;
    background: #ddd5d538;
}
.site-footer #theme-attribution::after {
    left: inherit;
    right: 100%;
}
.site-footer #theme-attribution .widget {
    margin: 0;
}
.site-footer #theme-attribution .widget p {
    font-family: var(--body-font) !important;
    font-size: 13px;
    font-weight: 200;
}
/* FOOTER SECTION ENDS */




/* BANNER SECTION STARTS */

.site-main {
    padding-block: 0 !important;
    background: #fff !important;
}
.home-banner-section {
    padding-block: 0 !important;
}
.home-banner-section img {
    width: 100%;
    height: 100%;
    display: grid;
}
.home-banner-section .panel-grid-cell {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}
.home-banner-section .panel-grid-cell > div {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin: 0 !important;
}
.home-banner-section .panel-grid-cell > div::before,
.home-banner-section .panel-grid-cell > div::after {
    display: none;
}
.home-banner-section .custom-html-widget {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-auto-flow: row;
    justify-content: end;
    padding-inline: 25px;
}
.home-banner-section h1 {
    font-family: var(--heading-font);
    color: #fff !important;
    font-size: 56px !important;
    font-weight: 600 !important;
    max-width: 570px;
    line-height: 68px;
    margin: 0 0 15px !important;
}
.home-banner-section p {
    font-family: var(--body-font);
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    max-width: 570px;
}
.home-banner-section .custom-btn {
    display: inline-block;
    color: #fff !important;
    font-family: var(--body-font);
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #fff;
    width: max-content;
    padding: 12px 25px;
    border-radius: .4vmax;
    font-weight: 600;
    margin-top: 20px;
}
.home-banner-section .custom-btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* BANNER SECTION ENDS */


/* HOME FOUR SECTION STARTS */
.home-four-sec {
    border-top: 1px solid #fff;
}
.home-four-sec > div {
    border-right: 1px solid #fff;
}
.home-four-sec .widget_sow-image {
    padding-block: 40px;
}
.home-four-sec > div:last-of-type {
    border: none;
} 
.home-four-sec .widget-title {
    margin: 15px 0 0 !important;
    font-family: var(--heading-font);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.home-four-sec .widget-title a {
    color: #fff;
    text-decoration: none;
}
/* HOME FOUR SECTION ENDS */



/* HOME SERVICES SECTION STARTS */

.home-content-sec h5 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.home-content-sec h2 {
    color: var(--heading-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 auto;
}
.home-services-sec h2 {
    max-width: 600px;
}
.home-services-sec .sow-features-list::before,
.home-services-sec .sow-features-list::after {
    display: none !important;
}
.home-services-sec .sow-features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}
.home-services-sec .sow-features-list > div {
    width: 100% !important;
    padding: 40px 20px !important;
    background: var(--light-bg);
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.home-services-sec .sow-features-list > div:hover {
    box-shadow: 0 0 15px #ddd;
}
.home-services-sec .sow-icon-container {
    color: #fff !important;
    box-shadow: 0 0 42px #ddd;
    border-radius: 100%;
}
.home-services-sec .sow-icon-image {
    background-size: 48px !important;
}
.home-services-sec .sow-features-list h5 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0 !important;
}
.home-services-sec .sow-features-list p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-inline: 15px;
}
.home-services-sec .sow-features-list a, .home-news-sec .item .read-btn {
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 15px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    width: max-content;
    padding: 10px 20px;
    border-radius: .4vmax;
    font-weight: 500;
    margin-top: 20px;
}
.home-services-sec .sow-features-list a:hover,
.home-services-sec .sow-features-list a:focus,
.home-news-sec .item .read-btn:hover, .home-news-sec .item .read-btn:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
/* HOME SERVICES SECTION ENDS */


/* HOME PRODUCT SLIDER SECTION STARTS */
.home-product-slider-sec {
    padding-block: 60px !important;
    margin-top: 60px !important;
}
.home-product-slider-sec .home-content-sec h2 {
    color: #fff;
}   
.home-product-slider-sec .owl-nav {
    display: none
}
.home-product-slider-sec .owl-stage-outer,
.home-news-sec .owl-stage-outer {
    margin-top: 50px;
}
.home-product-slider-sec .owl-stage, .home-news-sec .owl-stage {
    display: grid;
    align-items: stretch;
    grid-auto-flow: column;
}
.home-product-slider-sec .owl-stage .owl-item,
.home-news-sec .owl-stage .owl-item  {
    background: #fff;
    padding: 30px 20px;
}
.home-product-slider-sec .news-image img {
    max-width: 62px;
    margin: 0 auto;
    height: 62px;
    object-fit: contain;
}
.home-product-slider-sec .news-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
.home-product-slider-sec .owl-dots {
    margin-top: 30px;
}
.home-product-slider-sec .owl-dot span {
    width: 20px !important;
    height: 5px !important;
    background: #fff !important;
    border-radius: 0 !important;
}
.home-product-slider-sec .owl-dot.active span {
    background: var(--secondary-color) !important;
}
/* HOME PRODUCT SLIDER SECTION ENDS */


/* WHY CHOOSE US SECTION STARTS */

.why-choose-sec {
    margin-top: 60px;
}
.why-choose-sec .sow-features-list::before,
.why-choose-sec .sow-features-list::after {
    display: none !important;
}
.why-choose-sec .sow-features-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    margin-top: 50px;
}
.why-choose-sec .sow-features-list > div {
    width: 100% !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 4fr;
}
.why-choose-sec .sow-features-list .sow-icon-container {
    font-size: 50px !important;
    height: auto !important;
}
.why-choose-sec .sow-features-list .sow-icon-image {
    width: 50px !important;
    height: 50px !important;
}
.why-choose-sec .sow-features-list .textwidget {
    text-align: left;
    margin: 0 !important;
}
.why-choose-sec .sow-features-list h5 {
    margin: 0 !important;
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
}
.why-choose-sec .sow-features-list p {
    margin-top: 6px !important;
    color: #000;
}
.why-choose-sec .home-content-sec h2 {
    max-width: 540px;
    margin: 0;
}
/* WHY CHOOSE US SECTION ENDS */


/* HOME NEW SECTION STARTS */

.home-news-sec {
    background: var(--light-bg);
    padding-block: 60px !important;
}
.home-news-sec .owl-stage .owl-item  {
    padding: 0 0 30px;
}
.home-news-sec .news-image img {
    height: 285px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}
.home-news-sec .item {
    text-align: left;
}
.home-news-sec .news-author, .home-news-sec .news-date {
    color: var(--secondary-color);
    display: inline-block;
    font-family: var(--heading-font);
}
.home-news-sec .news-author {
    padding: 0 10px 0 20px;
    border-right: 1px solid currentColor;
    line-height: 14px;
    margin-right: 10px;
}
.home-news-sec .news-title {
    padding-inline: 20px;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 22px;
    line-height: 28px;
}
.home-news-sec .news-content {
    padding-inline: 20px;
    color: #000;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-news-sec .item .read-btn {
    margin-left: 20px;
}
.home-news-sec .owl-nav {
    display: none;
}
.home-news-sec .owl-dots {
    margin-top: 30px;
}
.home-news-sec .owl-dots .owl-dot.active span, .home-news-sec .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}
/* HOME NEW SECTION ENDS */



/* CONTACT US PAGE STARTS */

.page-template-template-full .entry-header {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    left: 50%;
    right: 50%;
    display: grid;
    grid-auto-flow: row;
    align-items: center;
}
.page-template-template-full .entry-header > div, .page-template-template-full .entry-header h1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.page-template-template-full .entry-header > div {
    position: relative;
}
.page-template-template-full .entry-header > div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
} 
.page-template-template-full .entry-header::before,
.page-template-template-full .entry-header::after {
    display: none !important;
}
.page-template-template-full .entry-header .entry-thumbnail img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.page-template-template-full .entry-header h1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-inline: 25px;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 52px !important;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}
.contact-top-sec ul {
    list-style: none;
    margin: 0;
}
.contact-top-sec li  {
    margin: 0 !important;
}
.contact-top-sec li > a {
    margin: 0 0 30px !important;
    background: var(--light-bg);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    display: grid;
    grid-template-columns: 1fr 4fr;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact-top-sec li h4 {
    margin: 0 !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact-top-sec .icon i {
    background: var(--secondary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #b5c1c0;
    box-shadow: 0 0 10px #afa9a9;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact-top-sec p {
    margin: 5px 0 0 !important;
}
.contact-top-sec p {
    font-weight: 500;
    color: #000;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact-top-sec p a {
    color: #000 !important;
    font-weight: 500;
    color: #000;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact-top-sec li > a:hover h4,
.contact-top-sec li > a:hover p,
.contact-top-sec li > a:hover {
    color: #fff !important;
}
.contact-top-sec li > a:hover {
    background: var(--primary-color);
}
.contact-top-sec li > a:hover .icon i {
    color: var(--secondary-color);
    background: #fff;
    box-shadow: none;
}
.contact-top-sec iframe {
    filter: grayscale(1);
    height: 460px;
    padding-left: 40px;
    width: 100%;
}
.contact-top-sec iframe:hover {
    filter: grayscale(0);
}
.contact-btm-sec {
    background: var(--light-bg);
    padding-bottom: 0 !important;
}
.contact-btm-sec form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-block: 30px;
    column-gap: 30px;
    max-width: 700px;
}
.contact-btm-sec form p:nth-of-type(5) {
    grid-column: span 2;
}
.contact-btm-sec form input:not(.wpcf7-submit), .contact-btm-sec form textarea {
    width: 100%;
    font-family: var(--body-font);
    border-radius: 0;
    border: none;
    box-shadow: 0 0 30px #eee;
    margin-top: 5px;
}
.contact-btm-sec form textarea {
    height: 140px;
}
.contact-btm-sec form label {
    font-family: var(--heading-font);
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0;
    font-size: 14px;
}
.contact-btm-sec form input[type="submit"], .about-advice-sec .btn  {
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 15px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    width: max-content;
    padding: 10px 20px;
    border-radius: .4vmax;
    font-weight: 500;
    margin-top: 10px;
}
.contact-btm-sec form input[type="submit"]:hover, .contact-btm-sec form input[type="submit"]:focus,
.about-advice-sec .btn:hover, .about-advice-sec .btn:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.contact-btm-sec img {
    transform: scaleX(-1);
}
/* CONTACT US PAGE ENDS */

/* ABOUT US PAGE STARTS */

.about-top-sec p {
    color: #000;
    font-size: 15px;
    margin-inline: auto;
}
.abt-mid-sec {
    background: var(--primary-color);
    padding-bottom: 80px !important;
    box-shadow: inset 0 120px 0px #fff;
    margin-bottom: 60px !important;
}
.abt-mid-sec .panel-grid-cell {
    text-align: center;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 15px #b5b2b245;
    outline: 1px solid #ddd;
    outline-offset: -10px;
}
.abt-mid-sec .widget-title {
    position: relative;
    color: var(--primary-color) !important;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
}
.abt-mid-sec .widget-title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--secondary-color);
}
.abt-mid-sec p {
    font-size: 15px;
    color: #000;
}
.about-advice-sec {
    margin-bottom: 60px;
}
.about-advice-sec img {
    min-height: 500px;
    object-fit: cover;
    box-shadow: 0 0 10px #ddd;
}
.abttext-sec .textwidget {
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    padding: 50px;
    margin-block: 40px;
    outline: 2px dashed #fff;
    outline-offset: -30px;
}
.abttext-sec .textwidget {
    font-size: 15px;
}
.why-choose-sec ul {
    margin: 20px 0 0;
}
.why-choose-sec li {
    color:  #000;
    font-size: 14px;
    margin-bottom: 10px;
}
.why-choose-sec p {
    color:  #000;
}
.why-choose-sec .sow-features-list pre#tw-target-text {
    border: none;
}
/* ABOUT US PAGE ENDS */


/* NEWS PAGE STARTS */

.pt-cv-ifield {
    box-shadow: -5px 10px 15px #dddddd6b;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}
.pt-cv-ifield .pt-cv-href-thumbnail {
    order: 0;
}
.pt-cv-ifield .pt-cv-meta-fields {
    order: 1;
}
.pt-cv-ifield .pt-cv-thumbnail {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.pt-cv-ifield .pt-cv-title {
    clear: both !important;
     order: 2;
}
.pt-cv-content-item {
    margin-bottom: 15px;
}
.pt-cv-ifield .pt-cv-title a {
    color: var(--primary-color);
    display: block;
    padding: 0 20px 10px;
    font-size: 22px;
}
.pt-cv-ifield .pt-cv-content {
    padding-inline: 20px;
    order: 3;
    padding-bottom: 30px;
    color: #000;
    font-weight: 500;
}
.pt-cv-meta-fields {
    font-family: var(--heading-font);
    color: var(--secondary-color);
    padding-inline: 20px;
    font-weight: 300;
}
.pt-cv-meta-fields a {
    color: var(--secondary-color);
}
.pt-cv-ifield .pt-cv-content a {
    background: #fff;
    border-color: #000;
    color: #000;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
}
.pt-cv-ifield .pt-cv-content a:hover,
.pt-cv-ifield .pt-cv-content a:focus {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}
/* NEWS PAGE ENDS */


/* SINGLE POST PAGE STARTS */
:not(.not-default-page).page-layout-full-width.layout-full #page-wrapper .full-container {
    max-width: 1200px;
    margin: 0 auto;
}
.single-post .entry-thumbnail img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}
.single-post .entry-header::before,
.single-post .entry-header::after {
    display: none;
}
.single-post .entry-header {
    display: grid;
    grid-auto-flow: row;
    align-items: end;
    margin: 0 !important;
}
.single-post .entry-header > div {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin: 0 !important;
}
.single-post .single-thumb-content {
    padding: 40px;
    background: #3a3355c7;
}
.single-post .entry-header .entry-title {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    text-align: center;
}
.single-post .entry-header .entry-meta {
    text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
}
.single-post .entry-header .entry-meta a {
    color: #fff !important;
}
.single-post .entry-content {
    margin-top: 40px;
    color: #000;
    font-weight: 500;
}
.single-post .comments-area {
    background: var(--light-bg);
    padding: 50px;
}
.single-post .comment-form {
    max-width: 600px;
    margin: 0 auto;
}
.single-post .comment-reply-title {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    font-size: 32px !important;
}
.single-post .comment-form p:not(.comment-form-cookies-consent) {
    display: flex;
    flex-direction: column;
}
.single-post .comment-form label {
    font-family: var(--heading-font);
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0;
    font-size: 14px;
}
.single-post .comment-form input:not(.submit), .single-post .comment-form textarea {
    width: 100%;
    font-family: var(--body-font);
    border-radius: 0;
    border: none;
    box-shadow: 0 0 30px #eee;
    margin-top: 5px;
}
.single-post .comment-form input[type="text"],
.single-post .comment-form textarea {
    width: 100% !important;
}
.single-post .comment-notes {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 24px;
}
.single-post .comments-area input.submit {

}
/* SINGLE POST PAGE ENDS */

/* CAREER PAGE STARTS */

.career-main-sec, .login-register-sec {
    position: relative;
}
.career-main-sec::before,
.login-register-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000e3;
}
.career-main-sec .textwidget {
    position: relative;
    padding-block: 50px;
}
.career-main-sec h2, .login-register-sec h2 {
    font-size: 48px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin: 0 0 40px;
}
.career-main-sec h2 strong {
    color: var(--secondary-color);;
}
.career-main-sec form {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    background-color: #383636a8;
    padding: 40px;
    font-family: var(--body-font) !important;
}
.career-main-sec form input, .career-main-sec form textarea, .login-register-sec input:not(.user-registration-form__input-checkbox) {
    min-height: 45px;
    width: 100%;
    font-family: var(--body-font);
    font-weight: 500;
    color: #000;
}
.career-main-sec form input[type="file"] {
    color: #fff;
    min-height: auto;
}
.career-main-sec form p {
    margin: 0;
}
.career-main-sec form label, .login-register-sec label {
    font-family: var(--heading-font);
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
}
.career-main-sec form p:nth-of-type(7),
.career-main-sec form p:nth-of-type(8),
.career-main-sec form .recaptcha {
    grid-column: span 3;
}
.career-main-sec form textarea {
    height: 100px;
}
.career-main-sec form input[type="submit"] {
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 15px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    width: max-content;
    padding: 10px 20px;
    border-radius: .4vmax;
    font-weight: 500;
    margin-top: 10px;
}
.career-main-sec form input[type="submit"]:hover, .career-main-sec form input[type="submit"]:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
/* CAREER PAGE ENDS */

/* LOGIN REGISTER PAGE STARTS */

.login-register-sec .textwidget {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.login-register-sec .user-registration {
    background-color: transparent !important;
    box-shadow: none !important;
}
.login-register-sec .ur-frontend-form {
    background: #383636a8 !important;
    border: none; 
}    
.login-register-sec .ur-frontend-form .ur-form-grid {
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.login-register-sec .ur-frontend-form p {
    margin: 0;
}
.login-register-sec .ur-frontend-form div#ur-recaptcha-node {
    margin-block: 20px;
}
.login-register-sec .ur-frontend-form p a {
    color: #fff;
}
.login-register-sec input.button, .register-form-sec .ur-submit-button {
    font-size: 18px;
    font-weight: 600 !important;
}
.login-register-sec input.button:hover, .register-form-sec .ur-submit-button:hover,
.login-register-sec input.button:focus, .register-form-sec .ur-submit-button:focus {
    color: #fff;
    background: var(--secondary-color);
}
.register-form-sec .ur-frontend-form .ur-form-grid {
    padding: 0;
}
.register-form-sec .ur-frontend-form {
    padding: 30px 30px 40px;
}
.register-form-sec .ur-form-grid .ur-field-item {
    margin-bottom: 0;
}
.login-register-sec label {
    margin-bottom: 0 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0;
}
.register-form-sec .ur-button-container {
    padding: 0 !important;
}
.register-form-sec .ur-submit-button {
    margin: 0;
    width: 100%;
    font-family: var(--body-font);
    color: #000;
}
/* LOGIN REGISTER PAGE ENDS */


.full-container #secondary {
    display: none;
}
.content-area div#comments {
    display: none;
}
.full-container #primary {
    width: 100%;
}
.single img.attachment-vantage-thumbnail-no-sidebar {
    width: 100%;
}
article.post .entry-categories {
    display: none;
}



/* SEARCH POPUP DESIGNING STARTS  */
.search-form form {
    text-align: right;
}
.search-form form .search-close-btn {
    color: #e70909;
    font-size: 20px;
    text-align: right;
    max-width: 30px;
    background: #fff;
    width: 100%;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
    position: relative;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.search-form input[type="text"] {
    width: 500px;
    min-height: 50px;
    font-family: var(--body-font);
    font-weight: 500;
    color: #000;
    letter-spacing: .5px;
}
.search-form input#searchsubmit {
    min-height: 52px;
    background-color: var(--secondary-color);
    color: #fff;
    font-family: var(--heading-font);
    font-size: 20px;
    position: relative;
    top: 2px;
}

/* SEARCH POPUP DESIGNING ENDS  */


/* INNER SERVICES PAGE STARTS HERE */

.innerpage-services .vantage-circleicon-loop {
    display: flex;
    flex-wrap: wrap;
    align-items: strethc;
}
.innerpage-services .vantage-circleicon-loop .widget {
    background: #f5f5f5;
    border: 10px solid #fff;
    padding: 30px;
    box-shadow: inset 0 0 10px #e9e8e8;
    margin-bottom: 0;
}
.innerpage-services .vantage-circleicon-loop .widget .circle-icon {
    background-color: #fff;
    width: 70px;
    height: 70px;
    background-size: 45px;
    box-shadow: 0 0 10px #ddd;
    margin-left: 0;
    transform: translateX(-50%);
}
.innerpage-services .vantage-circleicon-loop .more-button {
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}
/* INNER SERVICES PAGE ENDS HERE */


/* SINGLE SERVICE PAGE STARTS */
.single-services {
    background: none !important;
    background-color: transparent !important;
}
.single-services #page-wrapper > .entry-header,
.single-products #page-wrapper > .entry-header {
    display: grid;
    grid-auto-flow: row;
    align-items: center;
}
.single-services #page-wrapper > .entry-header > div, .single-services #page-wrapper > .entry-header h1,
.single-products #page-wrapper > .entry-header > div, .single-products #page-wrapper > .entry-header h1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    position: relative;
}
.single-services #page-wrapper > .entry-header > div,
.single-products #page-wrapper > .entry-header > div  {
    height: 300px;
}
.single-services #page-wrapper > .entry-header > div::before,
.single-products #page-wrapper > .entry-header > div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.single-services #page-wrapper > .entry-header .entry-thumbnail img,
.single-products #page-wrapper > .entry-header .entry-thumbnail img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.single-services #page-wrapper > .entry-header h1,
.single-products #page-wrapper > .entry-header h1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-inline: 25px;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 52px !important;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}
.single-services .entry-main,
.single-products .entry-main {
    padding-top: 50px;
}
.single-services .entry-main .entry-title,
.single-products .entry-main .entry-title {
    font-weight: 700 !important;
}
.single-services .entry-content *,
.single-products .entry-content * {
    color:  #000;
    font-weight: 500;
} 
/* SINGLE SERVICE PAGE ENDS */


/* ONLINE FORM PAGE STARTS */

.online-form-sec h3 {
    font-weight: 700 !important;
    color: #fff;
    display: block;
    background: var(--secondary-color) !important;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px #d1d1d1;
}
.online-form-sec .account-information-section, .online-form-sec .customer-personal-information-section,
.online-form-sec .residential-address-information-section, .online-form-sec .other-addresses-customer-residing-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 40px;
}
.online-form-sec .account-information-section h3 , .online-form-sec .customer-personal-information-section h3,
.online-form-sec .residential-address-information-section h3,
.online-form-sec .other-addresses-customer-residing-section h3 {
    grid-column: span 3;
}
.online-form-sec form >  div:nth-of-type(odd) h3 {
    background: var(--primary-color) !important;
}
.online-form-sec form label,  .online-form-sec form .send-form-section p {
    width: 100%;
    display: block;
    font-family: var(--heading-font);
    font-weight: 600 !important;
    font-size: 14px;
    color: var(--primary-color);
}
.online-form-sec form >  div:nth-of-type(odd) label {
    color: var(--secondary-color);
}
.online-form-sec form input, .online-form-sec form select {
    width: 100% ;
    min-height: 45px ;
    background: #f2f2f2 ;
    font-family: var(--body-font) !important;
    border: none !important;
    font-weight: 500;
}

.online-form-sec .textwidget p:last-child {
    margin-bottom: 1rem;
}
.online-form-sec input[type="file"] {
    font-family: var(--heading-font);
    font-weight: 600;
    background: none !important;
} 
.online-form-sec form input[type="button"] {
    border: 1px solid #000 !important;
}
.online-form-sec form input[type="submit"] {
    background: var(--primary-color) !important;
    color: #fff;
    font-size: 20px;
}
/* ONLINE FORM PAGE ENDS */


/* ONLINE CALCULATOR PAGE STARTS */
.calculator-form-section {
    background: var(--light-bg);
    box-shadow: 0 0 10px #ddd;
}
.calculator-form-section .calculator-form {
    background-color: #ffff;
    padding: 50px;
    max-width: 700px !important;
    margin: 30px auto 50px;
}
.calculator-form label {
    font-family: var(--heading-font);
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0;
    font-size: 14px;
}
.calculator-form-section .calculator-form > div {
    margin-bottom: 20px;
}
.calculator-form input:not(.wpcf7-submit), .calculator-form select {
    width: 100%;
    font-family: var(--body-font);
    border-radius: 0;
    border: none;
    box-shadow: 0 0 30px #eee;
    margin-top: 5px;
    min-height: 45px;
    font-weight: 500;
    color: #757575 !important;
    opacity: 1;
}
.calculator-form input::placeholder {
    color: #757575;
}
.calculator-form #calculate-btn {
    background: var(--secondary-color) !important;
    color: #fff !important;
    font-size: 16px;
}

.page-template-online-calculator-form-template .entry-header, .page-template-arabic-online-calculator-form-template .entry-header {
    display: grid;
    grid-auto-flow: row;
    align-items: center;
}
.page-template-online-calculator-form-template .entry-thumbnail, .page-template-arabic-online-calculator-form-template .entry-thumbnail {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    position: relative;
    height: 300px;
}
.page-template-online-calculator-form-template .entry-thumbnail img, .page-template-arabic-online-calculator-form-template .entry-thumbnail img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.page-template-online-calculator-form-template .entry-thumbnail::before, .page-template-arabic-online-calculator-form-template .entry-thumbnail::before  {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.page-template-online-calculator-form-template h1.entry-title, .page-template-arabic-online-calculator-form-template h1.entry-title {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-inline: 25px;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 52px !important;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.page-template-online-calculator-form-template img.size-vantage-thumbnail-no-sidebar.wp-post-image, .page-template-arabic-online-calculator-form-template img.size-vantage-thumbnail-no-sidebar.wp-post-image {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.calculator-error-msg {
    color: #f90404;
    font-size: 16px;
}
.calculator-result, .calculator-interested-form {
    max-width: 700px;
    margin: 40px auto;
    background-color: #fff;
    /* color: #fff; */
    padding: 0 0 40px;
    border-top: 2px solid var(--primary-color);
}
.calculator-result h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
    background: none;
    padding: 10px;
    color: var(--primary-color);
    margin-top: 20px;
}
.estimate-sbheading {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.calculator-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    list-style: none;
    margin: 30px 0 15px;
    column-gap: 15px;
}
.calculator-list li {
    background-color: var(--primary-color);
    padding: 30px 10px;
    text-align: center;
    font-size: 16px;
}
.calculator-list li span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
}
.more-title {
    text-align: center;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}
.calculator-result p, .calculator-result ul, .calculator-result table {
    padding-inline: 20px;
}
.calculator-result ul p {
    padding: 0;
    margin: 0;
    color: #fff;
}
.calculator-result table th {
    font-family: var(--heading-font);
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #fff;
    background: var(--secondary-color);
    color: #fff;
}
.calculator-result table td {
    border: 1px solid #fff;
    padding: 7.5px 15px;
    border-collapse: collapse;
    background: #f9f9f9;
    font-weight: 500;
}
.calculator-result table tr:nth-of-type(even) td {
    background: #f3f3f3;
}
.calculator-result .calculator-interested-form-btn, .calculator-interested-form .wpcf7-submit {
    background-color: var(--secondary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 80%;
    margin: 30px auto 0;
    font-size: 18px;
    font-family: var(--body-font);
    border: 2px solid var(--secondary-color);
}
.calculator-interested-form .wpcf7-submit {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    max-width: 100%;
}
.calculator-interested-form .wpcf7-submit:hover, 
.calculator-interested-form .wpcf7-submit:focus {
    background-color: #fff;
    color: var(--primary-color);
}
.calculator-result .calculator-interested-form-btn:hover,
.calculator-result .calculator-interested-form-btn:focus {
    background-color: #fff;
    color: var(--secondary-color);
}
.calculator-interested-form {
    background-color: #fff;
    padding: 40px;
}
.calculator-interested-form form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
} 
.calculator-interested-form label {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 14px;
}
.calculator-interested-form .recaptcha {
    grid-column: span 2;
    margin: 0 0 15px;
}
.calculator-interested-form form > p:nth-child(8),
.calculator-interested-form form > p:nth-child(10) {
    grid-column: span 2;
} 
.calculator-interested-form input {
    width:  100%;
}
/* ONLINE CALCULATOR PAGE ENDS */


/* FEEDBACK FORM PAGE STARTS */
/*.custom-feed-sec h2 {
    max-width: 600px;
    margin: 0;
}*/
.custom-feed-sec .home-content-sec {
    padding-right: 40px;
}
.custom-feed-sec form select {
    width: 100%;
    font-family: var(--body-font);
    border-radius: 0;
    border: none;
    box-shadow: 0 0 30px #eee;
    margin-top: 5px;
    min-height: 36px;
}
.custom-feed-sec form p {
    margin-block: 5px !important;
}
.custom-feed-sec form select , .custom-feed-sec form input,
.custom-feed-sec form textarea {
    margin-top: 0 !important;
}
.custom-feed-sec p:nth-of-type(8),
.custom-feed-sec form .recaptcha,
.custom-feed-sec p:nth-of-type(9) {
    grid-column: span 2;
}
.custom-feed-sec form .recaptcha {
    margin-block: 7.5px;
}
.page-id-319 .entry-header {
    margin-bottom: 0 !important;
    background: var(--light-bg);
}
/* FEEDBACK FORM PAGE ENDS */


/*  RESPONSIVENESS STARTS HERE */


@media (max-width: 1199px) {
    .logo-in-menu-wrapper img {
        max-width: 120px !important;
    }
    .main-navigation {
        margin: 0 !important;
    }
    .home-banner-section h1 {
        font-size: 42px !important;
        max-width: 425px;
        line-height: 50px;
    }
    .home-banner-section p {
        font-size: 18px;
    }
    .home-services-sec .sow-features-list > div {
        padding: 40px 10px !important;
    }
    body.responsive.layout-full #page-wrapper .full-container {
        padding-inline: 0;
    }
    .site-header .full-container {
        padding-inline: 25px !important;
    }
    .home-services-sec .textwidget {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-services-sec .sow-features-list h5 {
        line-height: 28px;
        flex-grow: 1;
    }
    .home-content-sec h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .why-choose-sec .sow-features-list {
        margin-top: 30px;
    }
    .home-news-sec .news-image img {
        height: 250px;
    }
    .contact-top-sec li > a {
        column-gap: 20px;
    }
}


@media (max-width: 1024px) {
    body.responsive #masthead.masthead-logo-in-menu .logo, body.responsive #masthead.masthead-logo-in-menu .site-description {
        margin: 0 !important;
    }
    .site-navigation .menu li a {
        margin-left: 25px;
        font-size: 15px;
    }
    .home-banner-section .custom-html-widget {
        max-width: 450px;
        margin: 0 0 0 auto;
    }
    .home-banner-section img {
        height: 500px !important;
        object-fit: cover;
    }
    .home-banner-section h1 {
        font-size: 40px !important;
    }
    .home-four-sec .widget-title {
        font-size: 18px;
    }
    .home-services-sec .sow-features-list {
        column-gap: 15px;
    }
    .why-choose-sec .sow-features-list h5 {
        font-size: 20px;
    }
    .why-choose-sec .sow-features-list .sow-icon-container {
        font-size: 60px !important;
        flex: 0 0 45px !important;
        width: 45px !important;
    }
    .why-choose-sec .sow-features-list .sow-icon-image {
        width: 45px !important;
        height: 45px !important;
    }
    .why-choose-sec .sow-features-list .sow-icon-container::before {
        visibility: hidden;
    }
    .why-choose-sec .sow-features-list {
        row-gap: 15px;
    }
    .why-choose-sec > div {
        width: calc(50% - ( 0.5 * 30px ) ) !important
    }
    .why-choose-sec .widget_media_image img {
        height: 500px !important;
        object-fit: cover;
    }
    .home-news-sec .news-image img {
        height: 180px;
    }
    .home-news-sec .news-date {
        padding-left: 20px;
    }
    footer aside#text-2 img {
        max-width: 150px;
    }
    .contact-top-sec li > a {
        padding: 25px;
    }
    .contact-top-sec iframe {
        padding-left: 0;
    }
    .about-top-sec {
        padding-top: 0;
    }
    .about-top-sec h2 br {
        display: none;
    }
    .abt-mid-sec .panel-grid-cell {
        padding: 30px 15px !important;
        outline-offset: -5px;
    }
    .career-main-sec h2 {
        font-size: 42px !important;
        margin: 0 0 30px;
    }
}


@media (max-width: 991px) {
    .custom-feed-sec {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .custom-feed-sec > div {
        width:  100% !important;
    }
    .custom-feed-sec .home-content-sec {
        padding-right: 0;
    }
    .custom-feed-sec form {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .site-main {
        padding-inline: 15px !important;
    }
    .top-header-section .widget {
        padding-inline: 0;
    }
    .top-header-section .top-header-content {
        grid-auto-flow: initial;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid #fff;
    }
    .top-header-section .top-header-content li {
        display: grid;
        justify-content: center;
    }
    .top-header-content li:first-of-type {
        border-left: none;
    }
    .top-header-content li:last-of-type {
        grid-column: span 2;
        border-left: none;
    }
    .top-header-content li:nth-of-type(4) {
        display: none;
    }
    .site-header .full-container {
        padding-inline: 15px !important;
    }
    .home-banner-section .custom-html-widget {
        padding-inline: 15px;
    }
    .home-banner-section h1 {
        font-size: 22px !important;
        line-height: 34px;
        padding-left: 70px;
    }
    .home-banner-section p {
        font-size: 15px;
        margin-block: 10px;
        padding-left: 70px;
    }
    .home-banner-section .custom-btn {
        font-size: 15px;
        padding: 8px 18px;
        margin-left: 70px;
    }
    .home-banner-section img {
        height: 350px !important;
        object-fit: cover;
    }
    .home-four-sec .widget_sow-image {
        padding-block: 20px;
    }
    .home-services-sec .sow-features-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-services-sec .sow-features-list > div {
        margin-bottom: 15px !important;
    }
    .why-choose-sec > div {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .why-choose-sec .widget_media_image img {
        height: 100% !important;
    }
    body .why-choose-sec .sow-features-list > div {
        text-align: left !important;
        margin-bottom: 15px !important;
    }
    .why-choose-sec .sow-features-list .sow-icon-container {
        font-size: 45px !important;
    }
    #footer-widgets {
        grid-template-columns: 1fr;
    }
    .home-content-sec h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .home-services-sec {
        padding-block: 0;
    }
    .home-services-sec .sow-features-list a {
        margin-top: 0;
    }
    .home-services-sec .panel-layout > div:first-of-type {
        margin-bottom: 0 !important;
    }
    .home-product-slider-sec {
        padding-block: 40px !important;
        margin-top: 40px !important;
    }
    .home-product-slider-sec .owl-stage-outer, .home-news-sec .owl-stage-outer {
        margin-top: 30px;
    }
    .why-choose-sec {
        margin-top: 40px;
        padding-bottom: 0;
    }
    .home-news-sec {
        padding-block: 40px !important;
    }
    .mobile-nav-frame {
        background: var(--secondary-color) !important;
    }
    .mobile-nav-frame ul {
        background: var(--secondary-color) !important;
    }
    .mobile-nav-frame .title {
        border-color: #fff !important;
        background: var(--primary-color) !important;
    }
    .mobile-nav-frame ul {
        background: var(--secondary-color) !important;
        border: none !important;
        box-shadow: none !important;
        font-family: var(--heading-font);
    }
    .mobile-nav-frame ul li a.link {
        font-weight: 700 !important;
        text-shadow: none !important;   
    }
    .mobile-nav-frame form.search input[type=search] {
        font-family: var(--heading-font);
    }
    .mobile-nav-frame ul li {
        border-color: #ffffff47;
    }
    .menu-mobilenav-container a {
        font-size: 0 !important;
    }
    .mobilenav-main-link img {
        max-height: 30px;
        max-width: 30px;
        margin-right: 0;
    }
    .page-template-template-full .entry-header .entry-thumbnail img {
        height: 200px !important;
    }
    .page-template-template-full .entry-header h1 {
        font-size: 28px !important;
    }
    .contact-top-sec iframe {
        height: 200px;
    }
    .contact-btm-sec form {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .contact-btm-sec form p:nth-of-type(5) {
        grid-column: auto;
    }
    .about-top-sec p {
        font-size: 14px;
    }
    .about-advice-sec img {
        min-height: 300px;
    }
    .about-advice-sec {
        margin-top: 0 !important;
    }
    .pt-cv-ifield .pt-cv-thumbnail {
        height: 200px;
    }
    .career-main-sec h2, .login-register-sec h2 {
        font-size: 26px !important;
        line-height: 36px;
    }
    .career-main-sec h2 br {
        display: none;
    }
    .career-main-sec form {
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
        column-gap: 0;
        padding: 20px;
    }
    .career-main-sec form p:nth-of-type(7),
    .career-main-sec form p:nth-of-type(8),
    .career-main-sec form .recaptcha {
        grid-column: span 1;
    }
    #footer-widgets > aside:last-child {
        padding-left: 0px !important;
    }
    .register-form-sec .ur-frontend-form {
        padding: 20px 15px 30px;
    }
    .top-header-section .top-header-content li a {
        font-size: 13px;
    }
    .online-form-sec .account-information-section, .online-form-sec .customer-personal-information-section, 
    .online-form-sec .residential-address-information-section, .online-form-sec .other-addresses-customer-residing-section {
        grid-template-columns: repeat(2,1fr);
        column-gap: 15px;
    }
    .online-form-sec .account-information-section h3, .online-form-sec .customer-personal-information-section h3, 
    .online-form-sec .residential-address-information-section h3, .online-form-sec .other-addresses-customer-residing-section h3 {
        grid-column: span 2;
    }
    .calculator-form-section .calculator-form {
        padding: 40px 15px;
    }
    .calculator-interested-form {
        padding: 30px 15px;
    }
    .calculator-interested-form form {
        grid-template-columns: repeat(1,1fr);
        column-gap: 10px;
    }
    .calculator-interested-form form > p:nth-child(8), .calculator-interested-form form > p:nth-child(10),
    .calculator-interested-form .recaptcha {
        grid-column: span 1;
    }
    .page-template-online-calculator-form-template h1.entry-title, .page-template-arabic-online-calculator-form-template h1.entry-title {
        font-size: 28px !important;
    }
    .page-template-online-calculator-form-template .entry-thumbnail, .page-template-arabic-online-calculator-form-template .entry-thumbnail {
        height: 200px;
    }
    .page-template-online-calculator-form-template img.size-vantage-thumbnail-no-sidebar.wp-post-image, .page-template-arabic-online-calculator-form-template img.size-vantage-thumbnail-no-sidebar.wp-post-image {
        height: 200px !important;
    }
    .custom-feed-sec p:nth-of-type(8), .custom-feed-sec form .recaptcha, .custom-feed-sec p:nth-of-type(9) {
        grid-column: span 1;
    }
    .calculator-list {
        grid-template-columns: repeat(1,1fr);
        row-gap: 15px;
    }
}

/* CSS VARIABLES  */


:root {
    --primary-color: #3a3355;
    --heading-color: #130b2b;
    --secondary-color: #39a8a2;
    --light-bg: #f7f7f7;
    --heading-font: 'Century Gothic';
    --body-font: 'Montserrat', sans-serif;;
}
