@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype"),
    url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype'),
        url('../fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../fonts/fontawesome-webfont.svg") format("svg");
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    line-height: 1.2;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* variable css */
body {
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
    letter-spacing:0px;
    background-color:#F3F3F3;
}

body {
    overflow-x: hidden;
}

/*  select option */
::-ms-expand {
    display: none;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFFFFF url(../images/drop-select-arrow.svg) no-repeat right 10px center / 0.75em;

    padding-right: 2em;
}

::-moz-selection {
    color: #fff;
    background: var(--theme);
}

::selection {
    color: #fff;
    background: var(--theme);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#2B2B2B;
    font-size: 14px;
    line-height: 1;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

::-moz-placeholder,
textarea::-moz-placeholder {
   color:#2B2B2B;
    font-size: 14px;
    line-height: 1;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

:-ms-input-placeholder,
textarea::placeholder {
   color:#2B2B2B;
    font-size: 14px;
    line-height: 1;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* 
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

/*  select option  */
.form-group.form-group50 {
    width: calc(50% - 5px);

    position: relative;

}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--font-body-family);
}

textarea {
    resize: none;
    min-height: 100px;
    color:#2B2B2B;
    margin: 0;
    vertical-align: bottom;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

.form-group {
    margin-bottom:15px;
    width: 100%;
}

form .form-group.width100 {
    margin-bottom: 0;
}
.wpcf7-not-valid-tip {
    bottom: 0;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    background: var(--white);
    border: 1px solid #C9C9C9;
    color:#2B2B2B;
    font-size: 14px;
    line-height: 1;
    letter-spacing:0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    height:50px;
}
.form-control:focus {
    outline: 0px;
    border: 1px solid var(--theme);
}
.form-group input,
.form-group .form-control {
    min-width: 100%;
}

textarea.form-control {
    height: auto;
    min-height: 110px;
}

.form-control:focus {
    border-color: var(--theme);

}


.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 0;
}

.form-group label {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: var(--font-weight-medium);
    color: var(--black);
}



.submit-btn input.btnsubmit {
    font-size: 16px;
    font-weight:var(--font-weight-semibold);
    color: var(--white);
    border-radius: 4px;
    background: var(--theme);
    border: 0;
    padding: 13px 40px;
    cursor: pointer;
    font-family: var(--font-body-family);
    border: 2px solid var(--theme);
}

.submit-btn input.btnsubmit:hover {
    background:var(--orange);
    color: var(--white);
    border-color: var(--orange);
}

.divider {
    border-bottom:1px solid #9c9c9c80;
    margin-bottom: 100px;
}
.content-width{
    max-width:1055px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
/*  slick common style for control */
.slick-dots li {
    height: auto;
    width: auto;
    margin:0 3px;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    opacity: 1;
    border:2px solid var(--white);
}
.slick-dots li button:before{
    display:none;
}
.slick-dots li.slick-active button {
    width: 14px;
    opacity: 1;
    border: 2px solid var(--theme);
    background-color: var(--theme);
}

/* arrow */
.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #161616;
    border-radius: 100%;
    background-color: var(--white);
    margin: auto -10px;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--theme);
    border: 2px solid var(--theme);
}



.slick-next:before,
.slick-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: 1;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #161616;
    font-family: 'FontAwesome';
    font-size: 20px;
}

.slick-next:before {
    content: "\f105";
    margin-left: 0px;
}

.slick-prev:before {
    content: "\f104";
    margin-left: -1px;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.slick-next {
    right: 0px;
    z-index: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: var(--theme);
    border-color: var(--theme);
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
    color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
    color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img{
    filter: none;
}


/*-----BUTTONS-----*/
.center {
    text-align: center;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 10px;
}

.button {
    font-size: 16px;
    padding: 16px 28px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    line-height: 1;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    color: var(--white);
    min-height: auto;
    min-width: auto;
    font-family: var(--font-body-family);
    background-color: var(--theme);
    border: 2px solid var(--theme);

    font-weight: var(--font-weight-semibold);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: auto !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    letter-spacing: 0px;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}



.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {
    margin: 0 8px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: all ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.button:hover i {
    transform: translateX(5px);
    -moz-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transition: all ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.btn-row a:not(:last-child) {
    margin-right: 10px;
}

.btnlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    margin: 0 -8px;
}

.btnlist li,
.btnlist .button {
    margin: 0px 8px;
}

.button>i {
    margin-right: 0;
}
/* .button:before{
       content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);; 
}
.button:before
{
    left: -100%;
    transition:all 0.65s ease-in-out;
}
.button:hover:before
{
    left: 100%;
    transition:all 0.65s ease-in-out;
} */
.button-theme {
    background-color: var(--theme);
    border: 2px solid var(--theme);
    color: var(--white);
}
.button-theme:hover {
    background-color: var(--orange);
    border: 2px solid var(--orange);
    color: var(--white);
}

.button-orange{
    background-color: var(--orange);
    border: 2px solid var(--orange);
    color: var(--white);
}
.button-orange:hover{
    background-color: var(--theme);
    border: 2px solid var(--theme);
    color: var(--white);
}
.button-blue-border{
  border:2px solid var(--theme);
  color:var(--theme);
  background-color:var(--white);
}
.button-blue-border:hover {
    background-color: var(--theme);
    color: var(--white);
}
/*---- theme content  ul,ol heading styling -------*/

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

p,
ol li,
ul li {
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    letter-spacing:0px;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-body-family);
}

p {
    margin: 0;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    color: var(--theme);
    text-decoration: underline;
    text-underline-position: under;
}

p a,
p span,
ul li a,
ol li a {


    display: inline-block;

}

p span {
    color: initial;
    text-decoration: none;
}

p a:hover {
    color: var(--yellow);

}

/* ********|| UL , OL  ||******** */

main ul:not([class]) {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
    padding:0;
}

main ul:not([class]) li {
    position: relative;
    padding-left:38px;
    letter-spacing: 0px;
    list-style: none;
    font-size: 16px;
    color: var(--black);
    line-height: 20px;
    letter-spacing: 0px;
    font-weight:var(--font-weight-bold);
    font-family: var(--font-body-family);
    margin-bottom: 0;
}

main ul:not([class]) li:before {
    content: "";
    background: transparent url(../images/checkmark-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    z-index: 1;
}

main ul:not([class]) li:not(:last-child) {
    margin-bottom: 20px;
}

main ul:not([class]) li strong {

    font-weight: var(--font-weight-bold);

    font-size: 18px;
    line-height: 1;
}

.twolist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.twolist ul li {
    width: 50%;
    padding: 0 10px;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    line-height: 1.08;
    margin-bottom: 30px;
    font-family: var(--font-body-family);
    font-weight:var(--font-weight-extrabold);

}

.heading-50 {
font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}
.heading-45{
font-size: clamp(1.625rem, 1.3368rem + 1.2298vw, 2.8125rem);
}
.heading-42{
   font-size: clamp(1.5rem, 1.2269rem + 1.165vw, 2.625rem);
}
.heading-38 {
font-size: clamp(1.375rem, 1.1323rem + 1.0356vw, 2.375rem);
}
.heading-30 {
   font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}

.capitalize {
    text-transform: capitalize !important;
}

.text-white {
    color: var(--white) !important;
}






/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 6px 8px;
}

.wpcf7-not-valid-tip {
    line-height: 1;
    vertical-align: top;
    margin-left: 3px;
    position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output {
    background: #fff9df;
    width: 100%;
    display: block;
    color: inherit;
    padding: 10px 10px 10px 40px;
    text-align: left;
    line-height: 1;
    margin: 0 auto 20px;
    color: #585858;
    font-size: 14px;
    position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
    position: absolute;
    content: "";
    background: url(../images/icon/material-error-outline.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 7px;
    display: inline-block;
}

.wpcf7-not-valid-tip:before {
    top: -5px;
    margin: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    background-color: transparent;
    border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
    border: 1px solid #fe0000 !important;
    background: url(../images/icon/failed-validation.svg) no-repeat 15px center #ffdfdf;
    font-size: 14px;
    color: #ff0000;
    padding: 10px 20px 10px 30px;
    margin: 0 0 10px 0;
    width: 100%;
    padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: url(../images/icon/validation-tick.svg) no-repeat 15px center #e1ffd9;
    border-color: #498e36;
    font-size: 14px;
    color: #498e36;
    width: 100%;
    padding: 10px 10px 10px 40px;
}

/*-----SCROLL TOP-----*/
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    opacity: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height:36px;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    color: var(--white);
    background: var(--orange);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--orange);
    border-radius: 10px;
}

.scrollTop i {
    margin: 0;
    color: var(--white);
}

.scrollTop:hover {
    background: var(--theme);
    border-color: var(--theme);
}

.scrollTop:hover i {
    color: var(--white);
}



/*--------- banner ---------*/

ul.js-hmbanner {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    
}
.ol-hmbanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}
.ol-hmbanner .container {
    width: 100%;
}




/*------ content section --------*/
.content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 100px;
}

.ctent-img {
    width: 680px;
    position: sticky;
    top: 164px;
    align-self: flex-start;
}

.ctent-img>img {
    border-radius:100%;
}

.ctent-block {
    width: calc(100% - 680px);
    padding-right: 100px;
    margin: auto 0;
}


.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 100px;
    padding-right: 0;
}

/*-----------------------------*/
.footer-bottom{
    background-color:var(--black);
    padding:15px 0;
    & .ftr-btm-wrap{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
    }
    & .ftr-btm-left,& .ftr-btm-right{
        font-size:16px;
        color:var(--white);
        font-weight:var(--font-weight-medium);
        line-height:22px;
    }
}


/*----------*/
ul.three-ulblock
{
    display:flex;
    flex-wrap:wrap;
    margin:0 -17px;
    padding:0;
    list-style-type:none;
    & li{
        margin-bottom:0;
        width:33.33%;
        padding:0 17px;
    }
    & .three-liblock{
      box-shadow:0 3px 6px #00000033;  
      border-radius:5px;
      -moz-border-radius:5px;
             -webkit-border-radius: 5px;
        padding:48px;
        background-color: var(--white);
        display: flex;
        flex-wrap: wrap;
        justify-content:flex-start;
        text-align: center;
        border-bottom:3px solid #003692;
        height:100%;
        flex-direction:column;
    }
    & .thbl-img{
        margin-bottom:25px;
    }
    & .thbl-title{
        font-size:26px;
        color:var(--black);
        font-weight:var(--font-weight-bold);
        letter-spacing:0.26px;
        line-height:1.16;
        margin:0 auto 20px;
        max-width:275px;
    }
    & .thbl-content 
    {
            flex: 1;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            height: 100%;
            flex-direction: column;
            & .button{
                margin-top:auto;
            }
    }
}

/*------------------*/
.twoblock-wrap
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:20px;
    & .twoblock-left{
        width:calc(100% - 630px);
        padding-right:130px;
        & p{
            max-width:590px;
        }
    }
    & .twoblock-right{
        width:630px;
        position:sticky;
        top:160px;
        align-self:flex-start;
        & .whimg-block
        {   
            position: relative;
            text-align:right;
            & img{
                border-radius:10px;
            }
            & .whlogo{
                position:absolute;
                top:0;
                bottom:0;
                left: 0;
                margin:auto 0;
                width:138px;
                height: 100%;
                gap: 30px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }
        }
    }
}
.orange-block {
    background-color: var(--orange);
    border-radius: 10px;
    padding: 35px 50px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    max-width:616px;
    & .org-icon
    {
        width:56px;
        height:56px;
        background-color:var(--black);
        border-radius:100%;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
    }
    & .org-content
    {
        width:calc(100% - 56px);
        padding-left:12px;
        & a{
            font-size:38px;
            color:var(--black);
            font-weight:var(--font-weight-bold);
            line-height:1.053;
        }
        & p{
            font-size:14px;
            font-weight:bold;
            line-height:20px;
        }
        & a:hover{
            color:var(--white);
        }
    }
}


/*-------------*/
.orange-text span{
    color:var(--orange);
    text-decoration:underline;
    text-underline-position:under;
}
.sec-blueform{
    background-color:var(--theme);
    padding:120px 0;
}
.form-contentbox{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
    & .fwrap-text{
        width:calc(100% - 450px);
        max-width:850px;
        padding-right:10px;
        & [class*="heading-"]{
            color:var(--white);
        }
    }
    & .fwrap-img{
        width: 450px;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }
}
.formbox-wrap{
   display:flex;
   flex-wrap:wrap; 
   width:100%;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
    box-shadow:0 3px 6px #00000029;
   & .form{
        background-color:var(--white);
        width:calc(100% - 390px);
        border-radius:5px 0 0 5px;
        padding:40px 60px;

        & textarea.form-control{
            min-height:50px;
        }
   }
   & .form-offer{
        background-color: var(--orange);
        width: 390px;
        border-radius: 0 5px 5px 0;
        padding: 40px 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
   }
   & .form form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items: flex-start;
        & .form-group.form-group-four{
            width:calc(25% - 8px)
        }
   }
   .form-group.form-groupblock{
        width: calc(100% - 222px);
   }
}

/*----------------------------------------*/
ul.cnt-ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    & li{
        position: relative;
        margin:0;
    }
    & .cnt-li{
       display: flex;
       flex-wrap: wrap; 
    }
    & .cnt-icon{
        width:80px;
        height:80px;
        background-color:#004AAB;
        border-radius:100%;
         display: flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content:center;
    }
    & .cnt-info{
        width:calc(100% - 110px);
        margin-left:30px;
        border-bottom:2px solid #C7D0E1;
        margin-bottom:24px;
        padding-bottom:25px;
    }
    & .cnt-label{
      font-size:22px;
      font-weight:var(--font-weight-extrabold);
      line-height:28px;  
      color:var(--black);
      margin-bottom:4px;
    }
    & li:last-child .cnt-info
    {
        border-bottom:0;
        margin-bottom:0;
        padding-bottom:0;
    }
}


/*-------------------------------------*/
.buttongroup {
    display: flex;
    flex-wrap: wrap;
    border-radius:50px;
    max-width:545px;
      margin: -80px auto 0;
    & .buttoncall{
        background-color:var(--orange);
        border-radius:50px 0 0 50px;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
        padding:24px 40px;
        font-size:20px;
        font-weight:var(--font-weight-bold);
        width:50%;
        & .callicon
        {
          width:32px;
          height:32px;
          background-color:var(--black);
          border-radius:100%;
          display:flex;
          flex-wrap:wrap;
          align-items:center;
          justify-content:center;  
          margin-right:4px;
         
        }
    }
    & .buttonquote{
         background-color:var(--theme);
         border-radius:0 50px 50px 0;
         display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
        padding:22px 30px;
        font-size:20px;
        font-weight:bold;
        width:50%;
        color:var(--white);
        font-weight:var(--font-weight-semibold);
        & img{
            margin-right:6px;
        }
    }
    & .buttoncall:hover {
        background-color: var(--blue);
        color: var(--white);
    }
    & .buttonquote:hover {
        background-color: var(--blue);
    }
}


/*----*/
.expert-service-sec
{
    background-color:var(--blue);
}
ul.expert-ul
{
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    margin:0 -22px -44px;
    padding:0;
    & li{
        width:33.33%;
        padding:0 22px;
        margin-bottom:44px;
    }
    & .expert-li {
        background-color: var(--white);
        border-radius: 5px;
        padding: 15px;
        position:relative;
        z-index:1;
                height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    & .expert-content{
       padding: 30px 50px 30px 25px;
        height: 100%;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        & .button-blue-border
        {
            margin-top:auto;
        }
    }
    & .expert-title{
        font-size:28px;
        font-weight:var(--font-weight-extrabold);
        color:var(--black);
        line-height:1.08;
        margin-bottom:10px;
    }
    & .expert-detail{
       font-size:16px;
       font-weight:var(--font-weight-medium);
       line-height:22px;
       color:var(--black); 
       margin-bottom:30px;
    }
    & .ebtm-icon {
        width: 104px;
        height: 104px;
        background-color: #26ABE2;
        border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    & .expert-li:after{
        position:absolute;
        content:"";
        width:98px;
        height:98px;
        background-color:var(--blue);
        right:0;
        bottom:0;
        clip-path: polygon(100% 100%, 0% 100%, 100% 0);
        z-index:-1;
        margin-right:-0.5px;
        margin-bottom:-0.5px;
    }
    & .expert-img{
        position: relative;
        overflow:hidden;
    }
    & .expert-li .expert-img>img
    {
        transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    }
    & .expert-li:hover .expert-img>img
    {
        transform:scale(1.1);
        -moz-transform:scale(1.1);
        -webkit-transform:scale(1.1);
         transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    }
    & .expert-li:hover .ebtm-icon
    {
        background-color:var(--orange);
        transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    }
}

/*--------------------------------------*/
.testimonial-sec{
    position: relative;
    padding:70px 0 200px;
    & .bgimg{
        opacity:0.13;
    }
}
.testimonial-sec:before{
 position:absolute;
 content:"";
 width:100%;
 height:100%;
 background-color:var(--theme);   
 z-index:-1;
 top:0;
}
.testimonial-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width:720px;
    & .g-rating-logo{
        width:130px;
    }
    & .test-heading{
        width:calc(100% - 130px);
        padding-left:15px;
        font-size:46px;
        color:var(--white);
        line-height:1.08;
        font-weight:var(--font-weight-extrabold);
    }
}
.testimonial-ul
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:0 -17px;
    list-style-type:none;
    padding:0;
    & li{
        width:33.33%;
        padding:0 17px;
        margin:0;
    }
     & li:not(:nth-child(-n + 3))
     {
        display: none;
     }
    & .testimonial-li{
       border-radius:5px; 
       box-shadow:0 3px 6px #0000000f;
       background-color:var(--white);
       border-bottom:6px solid #26ABE2;
       padding:45px 55px;
       height:100%;
       display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
       & .test-rating{
            margin-bottom:20px;
       }
       & .test-content p{
            font-size:18px;
            line-height:28px;
            font-weight:normal;
       }
       & .test-content{
            margin-bottom:40px;
            flex: 1;
       }
       & .test-name{
        position: relative;
        font-size:20px;
        font-weight:var(--font-weight-extrabold);
        color:var(--black);
        line-height:1.09;
        padding-left:15px;
       }
       & .test-name:before{
        position:absolute;
        content:"";
        width:8px;
        height:4px;
        background-color:var(--black);
        left: 0;
        top:50%;
        margin-top:-2px;
       }
    }
}
.testimonial-ul.slick-initialized{
    display:block;
}
.testimonial-ul .slick-track{
 display:flex;
}
.testimonial-ul .slick-track .slick-slide{
    height:auto;
}
.testimonial-ul .slick-track .slick-slide>div{
    display:flex;
    flex-wrap:wrap;
    height:100%;
}
.test-btmsec{
    margin-top:-150px;
}
.test-btmsec .slick-prev, .test-btmsec .slick-next {
    width: 40px;
    height: 40px;
    border: 0;
    margin:0;
    top: 0;
    margin-top: -110px;
    background-color: transparent;
    border-radius:0;
}
.test-btmsec .slick-prev:before,
.test-btmsec .slick-next:before
{
 font-size:40px;
 font-weight:100;
 color:var(--white);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.test-btmsec .slick-prev:hover::before, .test-btmsec .slick-next:hover::before {
    color: var(--orange);
     transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.test-btmsec .slick-next{
    margin-right:20px;
    right:0;
    left:auto;
}
.test-btmsec .slick-prev{
        left: 100%;
    margin-left: -100px;
}
/*--------------------------------*/
.call-action{
    position:relative;
    padding:50px;
    border-radius:5px;
}
.call-action:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left: 0;
    bottom:0;
    right:0;
    background-color:#004AAB;
    opacity:0.94;
    border-radius:5px;
    z-index:-1;
}
.call-action .bgimg{
    z-index:-2;
}
.call-action-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    & .c-act-logo{
        width:450px;
        gap:20px;
        display: flex;
        flex-wrap:wrap;

    }
    & .heading-42{
        width:calc(100% - 450px);
        max-width:450px;
        color:var(--white);
        margin-bottom:0;
    }
    & .ctitle-wrap{
        display:flex;
        flex-wrap:wrap;
        & a{
            font-size:50px;
            margin-right:10px;
        }
                & a:hover {
            color: var(--orange);
        }
    }
}


/*----------------- header -----------*/
.header-wrap {
    background-color: var(--white);
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    z-index: 1;
}
header .container{
 max-width:1755px;
}
.preheader{
 background-color:var(--blue);
}
.preheader-wr{
    display: flex;
    flex-wrap:wrap;
    align-items:center;
}
.pr-left,.pr-center,.pr-right
{
 flex:1;
}
.pleft-wr,.pcenter-wr,.pright-wr
{
 display: flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    padding:5px 10px;
    min-height:54px;
}
.pr-center{
    background-color:var(--orange);
    min-width:808px;
}
.pcenter-wr{
        max-width: 560px;
    margin: 0 auto;
}
.pr-right{
    background-color:#26ABE2;
}
.pr-label {
    font-size: 18px;
    color: var(--white);
}
.pr-label,.pcnt-right,.prgt-right a
{
font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.prgt-right a{
    color: var(--white);
}
.prgt-right a:hover {
    color: var(--theme);
}
.pcnt-left{
    width:32px;
    height:32px;
    background-color:var(--white);
    border-radius:100%;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pcnt-right{
    width:calc(100% - 32px);
    padding-left:10px;
}
.h-green {
    width: 14px;
    height: 14px;
    background-color:#00C13A;
	   border-radius:100%;
		 
	   -webkit-animation: blink 3.0s linear infinite;
       -moz-animation: blink 3.0s linear infinite;
        animation: blink 3.0s linear infinite;
}
@-webkit-keyframes blink {
    0% { box-shadow:0px 0 0 5px #00c13a82; }
	   50% { box-shadow:0px 0 0 0px #00c13a82; }
    100% {  box-shadow:0px 0 0 5px #00c13a82; }
}
@-moz-keyframes blink {
    0% { box-shadow:0px 0 0 5px #00c13a82; }
	   50% { box-shadow:0px 0 0 0px #00c13a82; }
    100% {  box-shadow:0px 0 0 5px #00c13a82; }
}
@keyframes blink {
    0% { box-shadow:0px 0 0 5px #00c13a82; }
	   50% { box-shadow:0px 0 0 0px #00c13a82; }
    100% {  box-shadow:0px 0 0 5px #00c13a82; }
}
.header-wrap {
    background-color: var(--white);
}
.header-wr{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    & .hd-quote .button{
       height: 54px;
        padding: 10px 28px;
        font-size: 18px;
    }
    & .logo {
        position: relative;
        margin: 5px 0 -25px;
        z-index: 1;
    }
}
.prgt-left .callicon {
    width: 32px;
    height: 32px;
    background-color: var(--theme);
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
/*------------ banner ------------*/
/*------ banner --------*/

main ul.js-hmbanner {
    margin-left: 0;
    list-style-type: none;
}

main ul.js-hmbanner.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0;
}

main ul.js-hmbanner .slick-slide>div {
    display: flex;
    flex-wrap: wrap;
}

/* .sec-hmbanner ul.js-hmbanner img.ban-desk {
    display: block;
    width: 100%;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 86%, 50% 100%, 0% 86%);
   
} */

.sec-hmbanner ul.js-hmbanner img.ban-mob {
    display: none;
}
main ul.js-hmbanner li .hmbanner-li{
    position: relative;
        clip-path: polygon(0 0, 100% 0%, 100% 86%, 50% 100%, 0% 86%);
}
.sec-hmbanner .ol-hmbanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;

}

.sec-hmbanner .ol-hmbanner:before {
    position: absolute;
    content: "";
    width:50%;
    height: 100%;
    background:#004AAB;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0.9;
}

.ol-hmbanner .container {
    width: 100%;
    max-width:1750px;
}

.olhmban-wrap {
        display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    max-width: 650px;
    margin:0;
    padding: 80px 0;
}
.olhm-label {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: 1.063;
    color: var(--white);

    padding: 9px 25px;
    margin-bottom:12px;
    clip-path:polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 0% 100%, 0 0);
    background: transparent linear-gradient(97deg, #FF7900 0%, #1EB3C6 100%) 0% 0% no-repeat padding-box;
}
.olhm-heading {
    font-size: 50px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.14;
    margin-bottom:10px;
}
.olhm-content{
    color:var(--white);
    font-size:20px;
    line-height:1.32;
    margin:0 0 40px;
    font-weight:normal;
}

.banner-form-sec .formbox-wrap
{
 
  margin-top:-180px;
  & .form{
 border:2px solid #26ABE2;
 border-radius:5px 0 0 5px;
 border-right:0;
  }
}
.hmbanner-imgsec
{
 display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;   
}
.hmbanner-imgsec .ban-leftdesk,.hmbanner-imgsec .ban-rightdesk {
    width:50%;
    object-fit: cover;
    object-position: center center;
     height:814px;
}
.hmbanner-imgsec .ban-rightdesk{
    margin-left:auto;
}
.olhm-logo{
    gap:20px;
    display:flex;
    flex-wrap:wrap;
    & img{
        width:calc(33.33% - 20px);
    }
}
/**/
/*----------- pop up ----------*/
.getquote-form {
    display: none;
    max-width: 920px;
    border-radius: 15px;
    cursor: auto;
    padding: 0;
}

.getquote-form.fancybox-content {
    padding: 0;
}

.popup-body {
    display: flex;
    border-radius: 10px !important;
}

.getquote-form .popup-body .pop-up-left {
    width: 415px;
    padding: 70px 50px 45px 50px;
}


.getquote-form .popup-body .pop-up-right {
    width: calc(100% - 415px);
    padding: 70px 50px 45px 50px;

    & form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
					   line-height:1;
    }
}

.getquote-form .popup-body .pop-up-left p {
    color: white;
    text-align: center;
}

.getquote-form .pop-up-left {
    background-color: var(--theme);
}

.getquote-form .contact-form-box {
    display: inline-block;
}

.getquote-form .pop-up-left .heading-26 {
    color: white;
    margin-bottom: 30px;
    display: inline-block;
}

.modalmodaldlist li {
    padding-left: 25px;
}

.getquote-form .pop-up-right .head {
    margin-bottom: 25px;
}

.getquote-form .pop-up-right .head p {
    font-size: 14px;
    line-height: 1.4;
}

.modaldlist {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    list-style-type: none;
    padding: 0;
}

.modaldlist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    list-style-type: none;
    line-height: 20px;
    color: white;
    font-size: 16px;
}

.modaldlist li:last-child {
    margin-bottom: 0;
}

.modaldlist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 23px;
    object-fit: initial;
    background-image: url(../images/checkmark-icon.svg);
    background-repeat: no-repeat;
    filter:invert(1) brightness(100);
}

.award-box .award-icon img {
width:160px;
}

.award-box .award-icon {
    display: inline-block;
}

.award-box {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 25px;
}

.fancybox-slide--html .getquote-form .fancybox-close-small {
    right: 0;
    top: 0;
    background: var(--black);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin: 4px;
}


.form-group .error
{
font-size: 12px;
  color: #f12;
  line-height: 1;
  font-weight: 600;
}
.fixed-header header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
    border-top: 0;
    background-color: var(--white);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}

.inner-banner-section{
    background-color:var(--black);
}


/**------------***/
.sidebar-toggle{
    position: fixed;
    right: 0;
    z-index: 4;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    top: 70%;
    outline: none;
    border-radius: 2px;
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    background-color: #003692;
    border-radius: 10px 0 0 10px;
    justify-content: center;
    align-items: center;
    padding:18px 0;
    & .cl-circle{
        width:40px;
        height:40px;
        background-color:var(--white);
        border-radius:100%;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
    }
      & .cl-circle:hover {
        background-color: var(--orange);
        & img { filter: invert(1) brightness(100); }
        }
}
.submit-btn { position: relative;
}
/*-------- media query ------*/

@media (max-width: 1599.98px) {
    .pr-center{
        min-width:unset;
    }
    .pcenter-wr{
        max-width:440px;
    }


    .ctent-block{
       padding-right:80px; 
    }
    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
        padding-left:80px;
    }

    /**--------------------**/
    ul.expert-ul {
        margin: 0 -15px -30px;
        & li {
            width: 33.33%;
            padding:0 15px;
            margin-bottom:30px;
        }
    }

    .twoblock-wrap {
        & .twoblock-left {
            width: calc(100% - 560px);
            padding-right:100px;
        }
        & .twoblock-right {
            width:560px;
            & .whimg-block {
                & .whlogo {
                   margin: auto -68px; 
                }
            }
        }
    }

    .testimonial-ul {
            margin: 0 -12px;
        & li {
            width: 33.33%;
            padding: 0 12px;
            margin: 0;
        }
    }
}

@media (max-width: 1439.98px) {
	header .container{
		width:100%;
	}
    .pleft-wr>img {
        width: 140px;
    }
    .pr-label, .pcnt-right, .prgt-right a{
        font-size:16px;
    }
    .pcnt-left{
        width:28px;
        height:28px;
    }
    .pcnt-right{
        width: calc(100% - 28px);
    }
    .pcenter-wr {
        max-width: 280px;
    }
    .olhm-heading{
        font-size:40px;
    }
    
    .olhm-content{
        margin:0 auto 25px;
        font-size:18px;
    }
    .banner-form-sec .formbox-wrap{
        margin-top:-140px;
    }
    .hmbanner-imgsec .ban-leftdesk, .hmbanner-imgsec .ban-rightdesk{
        height:680px;
    }
    .olhmban-wrap{
        padding:20px 0 200px;
        max-width:550px;
    }
    .sec-hmbanner .ol-hmbanner{
        align-items:flex-end;
    }

    /**/
    .ctent-block{
          padding-right:60px;  
           width:calc(100% - 550px);
    }
    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
        padding-left:60px;
        padding-right: 0;
    }
    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom:80px;
    }

    .ctent-img{
        width:550px;
    }
    

    /**/
    .formbox-wrap {
        & .form {
            width: calc(100% - 320px);
            padding: 30px;
        }
        & .form-offer{
            width: 320px;
            padding:20px;
            gap:10px;
        }
    }

     .buttongroup{
        max-width: 480px;
        margin: -60px auto 0;
        & .buttoncall{
           padding:20px 20px;
            font-size:20px; 
        }
        & .buttonquote{
            padding:20px;
            font-size:20px;
        }
     }

    ul.cnt-ul {
        & .cnt-icon {
           width:60px;
           height:60px; 
           & img{
            width:40px;
            height:40px;
           }
        }
        & .cnt-info{
            width:calc(100% - 80px);
            margin-left:20px;
            margin-bottom:20px;
            padding-bottom:20px;
        }
        & .cnt-label{
            font-size:20px;
            line-height:24px;
        }
    }


     /**--------------------**/
    ul.expert-ul {
        margin: 0 -8px -16px;
        & li {
            width: 33.33%;
            padding:0 8px;
            margin-bottom:16px;
        }
        & .expert-li{
            padding:8px;
        }
        & .expert-content{
            padding:20px 30px 20px 15px;
        }
        & .expert-title{
            font-size:24px;
        }
        & .ebtm-icon{
            width:90px;
            height:90px;
        }
    }


    ul.three-ulblock {
        margin: 0 -10px;
        & li {
            width: 33.33%;
            padding: 0 10px;
        }
        & .three-liblock{
            padding:30px;
        }
        & .thbl-title{
            font-size:22px;
            margin:0 auto 10px;
        }
        & .thbl-img{
            margin-bottom:15px;
        }
    }

    .divider{
        margin-bottom:80px;
    }

    .twoblock-wrap {
        & .twoblock-right {
            width: 440px;
                    & .whimg-block {
                        & .whlogo{
                            width:100px;
                            margin: auto -50px;
                            gap:20px;
                        }
                    }
        }
        & .twoblock-left{
            width: calc(100% - 440px);
            padding-right:80px;  
        }
    }

    .orange-block{
        padding:35px;
        & .org-content {
            width: calc(100% - 48px);
            padding-left:8px;
            & a{
                font-size:34px;
            }
        }
        & .org-icon{
            width:48px;
            height:48px;
        }
    }

    .sec-blueform{
        padding:80px 0;
    }


    .form-contentbox {
        & .fwrap-img {
            width:400px;
            gap: 10px;
            & img{
                width:calc(33.33% - 10px);
            }
        }
        & .fwrap-text{
            width:calc(100% - 400px);
        }
    }


     .testimonial-ul {
            margin: 0 -8px;
        & li {
            width: 33.33%;
            padding: 0 8px;
            margin: 0;
        }
        & .testimonial-li{
            padding:40px;
            & .test-content{
                margin-bottom:30px;
            }
            & .test-name{
                font-size:18px;
            }
        }
    }
   header .container{
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
   .pcnt-left {
        width: 24px;
        height: 24px;
    }
    .h-green{
        width:10px;
        height:10px;
    }
    .pcnt-right {
        width: calc(100% - 24px);
        font-size: 14px;
        padding-left:6px;
    }
    .prgt-left .callicon{
        margin-right:6px;
    }
    .pleft-wr>img {
        width: 115px;
    }

    .olhm-offer-ul {
        & .olhm-off-left{
            padding: 20px 0px 20px 15px;  
        }
        & .of-title {
            font-size: 28px;
                        & span {
                font-size: 20px;
            }
        }
        & .of-price {
            font-size:24px;
            margin-left:-15px;
        }
        & .of-small{
            font-size:14px;
        }
        & .olhm-block.red{
            padding:10px 10px 10px 20px;
            & img{
                width:100%;
            }
        }
    }
    .olhm-label{
        font-size:14px;
            padding: 6px 20px;
    }
    .olhm-heading {
        font-size:32px;
    }
    .hmbanner-imgsec .ban-leftdesk, .hmbanner-imgsec .ban-rightdesk {
        height: 640px;
    }


    /***/
        .content-wrapper .ctent-block-wr:not(:last-child) {
            margin-bottom: 60px;
        }

        .ctent-img 
        {
            width:380px;
        }
        .ctent-block {
           width: calc(100% - 380px);
           margin: auto 0;
          padding-right:30px;
        }
        .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block{
            padding-left:30px;
        }
      .formbox-wrap {
            & .form form {
                & .form-group.form-group-four {
                    width: calc(50% - 4px);
                }
            }
            .form-group.form-groupblock {
                width: calc(100% - 218px);
            }
        }
        .form-group{
            margin-bottom:8px;
        }
       .buttongroup{
        max-width: 480px;
        margin: -50px auto 0;
            & .buttoncall{
            padding:10px;
            font-size:16px;
            }
            & .buttonquote{
                padding:10px;
                font-size:16px;
                & img{
                    width:20px;
                }
            }
        }

    ul.expert-ul {
        & .expert-li:after {
            width: 60px;
            height: 60px;  
        }
        & .ebtm-icon{
            width:70px;
            height:70px;
            & img{
                width:40px;
                height:40px;
            }
        }
        & .expert-detail{
            margin-bottom:20px;
        }
        & .expert-title{
            font-size:22px;
        }
    }


    ul.three-ulblock {
        & .three-liblock {
            padding:25px;
        }
        & .thbl-img
        {
            & img{
              width:82px;
              height:82px;  
            }
        }
    }


    .twoblock-wrap {
        padding-top:0;
        & .twoblock-right {
            width:100%;
        }
        & .twoblock-left{
            width:100%;
            padding-right:0px; 
            margin-bottom:30px; 
            & p {
             max-width:100%;
            }
        }
       & .twoblock-right {
          position: initial;
            & .whimg-block {
                max-width:400px;
                margin:0 auto;
            }
        }
    }


    .call-action{
        padding:40px;
    }
    .call-action-wrap {
        & .ctitle-wrap {
            line-height:1.4;
            & a {
                font-size: 38px;
                margin-right: 10px;
            }
        }
        & .c-act-logo{
            width:400px;
            gap:10px;
            & img{
                width:calc(33.33% - 10px);
            }
        }
        & .heading-42{
            width:calc(100% - 400px);
        }
    }

    .sec-blueform {
        padding:60px 0;
    }
    .form-contentbox {
        & .fwrap-text {
            width: calc(100% - 360px);
        }
       & .fwrap-img {
            width:360px;
            gap: 10px;
        }
    }



    .testimonial-ul {
            margin: 0 -8px;
        & li {
            width: 50%;
            padding: 0 8px;
            margin: 0;
        }
       & li:not(:nth-child(-n + 2)){
        display:none;
       }
    }

    .olhmban-wrap
    {
        width:49%;
    }
}

@media (max-width: 991.98px) {
    .pleft-wr, .pcenter-wr, .pright-wr{
        min-height:44px;
        padding:5px;
    }
    .pleft-wr>img {
        width: 100px;
    }
    .pr-label, .pcnt-right, .prgt-right a {
        font-size: 14px;
    }
    .pcnt-left {
        width: 18px;
        height: 18px;
    }
        .h-green {
        width: 6px;
        height: 6px;
    }
        .pcnt-right {
        width: calc(100% - 18px);
        font-size: 14px;
        padding-left: 6px;
    }
    .pcenter-wr {
        max-width: 240px;
    }
    .hmbanner-imgsec .ban-leftdesk{
        height:350px;
        width: 100%;
    }
    .sec-hmbanner .ol-hmbanner{
        height:350px;
    }
    .hmbanner-imgsec .ban-rightdesk {
        height: 300px;
        width: 100%;
                object-position: 50% 20%;
    }
    .sec-hmbanner .ol-hmbanner:before{
        width:100%;
    }
    .olhm-heading {
        font-size:28px;
    }
    .olhm-content{
        font-size:15px;
        margin:0 auto 20px;
    }
    .olhmban-wrap {
        width: 100%;
        padding:20px 0;
        max-width: 100%;
    }
    .sec-hmbanner .ol-hmbanner {
        align-items: center;
    }
    .formbox-wrap {
        & .form-offer {
            width:180px;
            padding: 20px;
            gap: 10px;
        }
        & .form{
            width:calc(100% - 180px);
        }
        
    }
   

    .ctent-block
    {
        width:100%;
        padding-right:0;
        margin-bottom:30px;
    }
    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block{
        padding-left:0;
    }
    .ctent-img{
        margin:0 auto;
        position:initial;
    }


    ul.expert-ul {
        & li {
            width: 50%;
            padding: 0 8px;
            margin-bottom: 16px;
        }
    }

    ul.three-ulblock {
        margin: 0 -10px -20px;
        justify-content:center;
        & li {
            width: 50%;
            padding: 0 10px;
            margin-bottom:20px;
        }
    }

    .divider{
        margin-bottom:60px;
    }

    .call-action-wrap {
        justify-content:center;
        & .ctitle-wrap{
            justify-content:center;
            display:inline-flex;
        }
        & .heading-42 {
            width:100%;
            max-width:100%;
            text-align:center;
            margin-bottom:15px;
        }
    }


    .form-contentbox {
        margin-bottom:30px;
        & .fwrap-text {
            width: 100%;
            text-align: center;
            padding-right: 0;
            margin: 0 0 20px 0;
        }
       & .fwrap-img {
            width: 360px;
            gap: 10px;
            justify-content: center;
            margin: 0 auto;
        }
    }


    .testimonial-sec
    {
        padding:60px 0 100px;
    }
    .test-btmsec {
        margin-top: -50px;
    }
    .testimonial-top {
        & .test-heading {
            font-size:36px;
            width: calc(100% - 100px);
        }
        & .g-rating-logo {
            width: 100px;
        }
    }
    .test-btmsec .slick-prev, .test-btmsec .slick-next{
        margin-top:-30px;
    }
    .footer-bottom {
        & .ftr-btm-left, & .ftr-btm-right {
            font-size:14px;
        }
    }

    .getquote-form .popup-body .pop-up-left{
        display:none;
    }
    .getquote-form .popup-body .pop-up-right{
        width:100%;
        padding:40px;
    }
    main ul.js-hmbanner li .hmbanner-li{
       clip-path: polygon(0 0, 100% 0%, 100% 94%, 50% 100%, 0% 94%); 
    }
    .olhm-logo{
        max-width:300px;
        gap:10px;
        & img {
            width: calc(33.33% - 10px);
        }
    }
    .banner-form-sec .formbox-wrap {
        margin-top: -100px;
    }
}

@media (max-width: 767.98px) {
.header-wr {
    & .logo {
        position: relative;
        margin:5px 0;
        z-index: 1;
        width:80px;
    }
    & .hd-quote .button{
        height:auto;
        font-size:14px;
        padding:14px 20px;
    }
    & .hd-quote .button>img{
        display: none;
    }
}
    .button{
        font-size:14px;
        padding:14px 20px;
    }
    .prgt-right a span{
        display:none;
    }
        .pcnt-left {
        width: 12px;
        height: 12px;
    }
    
    .h-green {
        width: 4px;
        height: 4px;
    }
    .pleft-wr>img {
        width: 80px;
        margin: 0 0 2px;
    }
    .pr-label, .pcnt-right, .prgt-right a {
        font-size: 13px;
    }
    .prgt-left .callicon{
        width:28px;
        height:28px;
    }
    .pcnt-right {
        width: calc(100% - 12px);
        font-size: 12px;
        padding-left: 5px;
    }
    .olhm-offer-ul .slick-list
    {
        padding-left:0 !important;
    }
    
    .banner-form-sec .formbox-wrap {
        margin-top:-100px;
    }
    .olhmban-wrap {
        padding: 20px 0;
    }
    
    .sec-hmbanner .ol-hmbanner {
        align-items:center;
    }
  

    .formbox-wrap {
        & .form {
            width:100%;
            padding:20px;
        }
        .form-group.form-groupblock {
            width:100%;
        }
    }
    .banner-form-sec .formbox-wrap .form-offer {
        flex-direction: row;
        width: 100%;
    }
    .sec-hmbanner{
        margin-bottom:60px;
    }
    .submit-btn input.btnsubmit{
        font-size:14px;
        padding:12px 20px;
    }

    ul.expert-ul {
        margin: 0 -4px -16px;
        & li{
           padding:0 4px;

        }
        & .expert-li {
            padding: 4px;
        }
        & .expert-content {
            padding: 15px 20px 15px 10px;
        }
        & .expert-title {
            font-size: 20px;
        }
        & .ebtm-icon {
            width: 60px;
            height: 60px;
        }
    }


     ul.three-ulblock {
        margin: 0 -5px -20px;
        justify-content:center;
        & li {
            width: 50%;
            padding: 0 5px;
            margin-bottom:20px;
        }
        & .thbl-img {
            & img {
                width:68px;
                height:68px;
            }
        }
        & .three-liblock{
            padding:25px 15px;
        }
        & .thbl-title{
            font-size:18px;
        }
    }

    .orange-block {
        padding: 30px;
        & .org-content {
            & a {
                font-size: 30px;
                margin-bottom: 4px;
                display: flex;
                flex-wrap: wrap;
            }
        }
    }

    .sec-blueform .formbox-wrap
    {
        & .form-offer{
            width:100%;
            border-radius:0 0 5px 5px;
        }
        & .form{
            border-radius:5px 5px 0 0;
        }
    }

    .testimonial-ul {
        margin:0;
        & li {
            width: 100%;
            padding: 0px;
            margin: 0;
        }
        & li:not(:nth-child(-n + 1))
        {
            display:none;
        }
    }
    .sidebar-toggle{
        display: none;
    }

    .footer-bottom {
        & .ftr-btm-left, & .ftr-btm-right {
           width:100%;
        }
            & .ftr-btm-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    }
.getquote-form .popup-body .pop-up-right{
        width:100%;
        padding:40px 20px 20px;
    }

    .banner-form-sec .formbox-wrap
    {
        & .form{
            border-right: 2px solid #26ABE2;
            border-radius:5px  5px 0px 0px;
        }
        & .form-offer{
            border-radius:0 0 5px 5px;
        }
    }
}

@media (max-width: 575.98px) {
    .header-wr {
        
        align-items:flex-start;
        & .hd-quote .button {
            font-size: 14px;
            padding: 10px 14px;
            height: 40px;
            border-radius:0;
									width: 150px !important;
        }
        & .logo{
            margin-left:0px;
        }
    }
    .prgt-left .callicon{
        display: none;
    }
    .pright-wr{
        min-height:auto;
        height: 42px;
        border-radius: 0;
        padding: 0;
        width:100%;
    }
    .pr-left{
        width:50%;
    }
    .pr-center{
      width:50%;  
    }
    .pr-left, .pr-center, .pr-right{
        flex:auto;
    }
    .pr-right{
               position: absolute;
        right: 0;
        top: 100%;
        width: 150px;
        margin-top: 48px;
        z-index: 2;
        margin-right: 15px;
    }
    .preheader-wr{
        position: relative;
    }
    .prgt-right{
        width:100%;
    }
    .prgt-right a{
            padding: 10px 14px;
        font-size: 14px;
        height: 40px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
/*
    .header-wrap .container{
        padding-left:0;
        padding-right:0;
    }
*/
    .hd-quote {
        margin-top:5px;
        & a{
            display:block;
        }
    }
    
        .olhm-heading {
        font-size: 22px;
    }
      
    [class*="heading-"], h1, h2, h3, h4, h5, h6{
        margin-bottom:18px;
    }
    .sec-hmbanner{
        margin-bottom:40px;
    }
    .formbox-wrap {
        & .form form {
            & .form-group.form-group-four {
                width:100%;
            }
        }
    }
    .form-control{
        padding:6px 12px;
        height:46px;
    }

    ul.cnt-ul {
        & .cnt-icon {
            width:46px;
            height:46px;
            & img{
                width:30px;
                height:30px;
            }
        }
        & .cnt-info{
            width: calc(100% - 61px);
            margin-left:15px;
            margin-bottom:15px;
            padding-bottom:15px;  
        }
        & .cnt-label{
            font-size:18px;
            line-height:22px;
        }
    }

    .buttongroup {
        max-width: 290px;
        margin: -20px auto 0;
        & .buttoncall {
            padding: 6px;
            font-size: 14px;
            & .callicon{
                width:26px;
                height:26px;
                margin-right:4px;
            }
        }
        & .buttonquote {
            padding: 8px;
            font-size: 14px;
            & img{
                display:none;
            }
        }
    }


    ul.expert-ul {
        margin:0 auto -16px;
        max-width:400px;
        & li {
            padding:0px;
            width:100%;
        }
    }
   .expert-service-sec  .content-width p br{
    display:none;
   }


    ul.three-ulblock {
        margin:0 0px -20px;
        & li {
            width:100%;
            padding:0px;
            margin-bottom: 20px;
        }
    }
    .divider{
        margin-bottom:40px;
    }
    .orange-block {
        padding: 15px;
        & .org-content {
            width: 100%;
            padding:0;
            text-align:center;
            & a{
                font-size:22px;
                margin-bottom:6px;
                justify-content:center;
            }
            & p{
                font-size:14px;
                line-height:18px;
            }
        }
        & .org-icon{
            margin:0 auto 10px;
        }
    }


    .twoblock-wrap {
        & .twoblock-right {
            & .whimg-block {
                & .whlogo {
                    width: 100%;
                    margin: 0 auto 20px;
                    gap:8px;
                    flex-direction: row;
                    position: relative;
                    & img{
                        width:calc(33.33% - 8px);
                    }
                }
            }
        }
    }

    .call-action-wrap {
        & .c-act-logo {
            gap: 5px;
            & img {
                width: calc(33.33% - 5px);
            }
        }
        & .ctitle-wrap {
            & a{
                font-size:26px;
            }
        }
    }
    .call-action{
        padding:20px;
    }

    .sec-blueform {
        padding:40px 0;
    }




    .testimonial-ul {
        & .testimonial-li {
            padding:25px;
            & .test-content p{
                font-size:16px;
                line-height:24px;
            }
       
        }
    }

    .testimonial-top {
        & .test-heading {
            font-size:26px;
            width: 100%;
            text-align: center;
									padding-left:0;
        }
        & .g-rating-logo{
            width: 80px;
            margin: 0 auto 10px;
        }
    }
    .testimonial-sec {
        padding: 40px 0 100px;
    }
    .scrollTop{
        display:none;
    }

    
    .hmbanner-imgsec .ban-rightdesk{
        height:200px;
    }
    main ul.js-hmbanner li .hmbanner-li {
        clip-path: polygon(0 0, 100% 0%, 100% 96%, 50% 100%, 0% 96%);
    }
    .olhm-logo{
        max-width:220px;
        gap:6px;
        & img{
            width:calc(33.33% - 6px);
        }
    }
	
	
	    .header-wr {
        & .logo {
            position: relative;
            margin: 5px 0;
            z-index: 1;
            width: 70px;
        }
    }
}
	
.testimonial-ul ul.slick-dots li
{
	width:auto;
	display:inline-block;
	padding:0 2px;
}
.testimonial-ul ul.slick-dots li button
{
	    border: 2px solid var(--theme);
}
}