/*=========================================================GLOBAL SETUP===============================================*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
:root{
    --primary:#7cbe49;
    --secondary:#424345;
    --greyOne:#edeeee;
    --greyTwo:#4e5052;
    --greyThree:#424345;
    --sectionColor: #eeeeee;
    --sectionColor2:#f3f8fb;
    --sectionPadding:6rem;
}
body {
    /* background: var(--sectionColor2)!important; */
    /*background-image: url("../img/holding/bg.jpg");
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #f3f8fbf2;*/
    background-position: center;
    background-attachment: fixed;
    background: var(--sectionColor2)!important;
}
body p {
    font-family: "Times New Roman";
    font-size: 18px;
}

[type=button]{
    -webkit-appearance:button-bevel!important;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-scrollbar {
    width: 5px;
    background: #dfdfdf;
}
::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 0px;
    box-shadow: 0px 1px 39px #f3f8fb;
    border-radius: 25px;
}
/*::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #58595b;
}*/

::selection {
    color: white;
    background: var(--primary);
}


@media only screen and (max-width: 568px){
    :root{
        --sectionPadding:3rem;
    }
}
@media only screen and (max-width: 425px){
    :root{
        --sectionPadding:2rem;
    }
}

@font-face {
    font-family: SourcesansPro;
    src: url("../fonts/SourceSansPro-Regular.ttf");
}
@font-face {
    font-family: SourcesansProBlack;
    src: url("../fonts/SourceSansProBlack.ttf");
}

.sectionTitle h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.4;
    /*font-family: "Times New Roman";*/
    font-family: sans-serif;
    color: var(--secondary);
    text-align: center;
    padding: var(--sectionPadding);
    display: block;
    position: relative;
    z-index: 400;
    text-transform: uppercase;
}
.sectionTitle h2 span{
    color: var(--primary);
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.myButton a {
    background: var(--primary);
    z-index: 999;
    display: none;
}
.myButton i{
    color: white;
}
@media only screen and (max-width: 991px) {
    .sectionTitle h2 {
        font-size: 42px;
        padding: var(--sectionPadding);
    }
}
@media only screen and (max-width: 768px) {
    .sectionTitle h2 {
        font-size: 42px;
        padding: 15px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 425px){
    .sectionTitle h2 {
        font-size: 42px;
    }
}

/*======================================================GLOBAL SETUP END==============================================*/

/*========================================================CALL TO ACTION===============================================*/
.callToActionButton a {
    background: var(--primary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: 500ms;
    display: inline-table;
}

.callToActionButton a:hover {
    background: var(--primary);
    color: white;
    text-decoration: none;
    transform: scale(1.1);
}
.callToActionButton.greenColor a{
    background: var(--primary);
}
.callToActionButton.greenColor a:hover{
    background: white;
    color: var(--secondary);
}
.callToActionButton.blueColor a{
    background: var(--secondary);
}
.callToActionButton.blueColor a:hover{
    background: var(--primary);
    color: white;
}
@media only screen and (max-width: 1240px) {
    .callToActionButton a:nth-of-type(2){
        margin-top: 25px;
    }
    #ourServices h3 {
        font-size: 2rem;
    }
}
/*========================================================CALL TO ACTION===============================================*/

/*========================================================CALL TO ACTION==============================================*/
/*#callToAction{
    padding: 25px;
}*/
.closeButton button {
    position: absolute;
    right: 10px;
    top: 0px;
    border: none;
    outline: none;
    font-size: 40px;
    color: darkgray;
    background: transparent;
}
#callToAction img {
    width: 410px;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
#callToAction h1 {
    text-align: center;
    font-family: 'SourceSansPro-Black';
    color: #042f42;
    padding: 20px;
}
#callToAction h2{
    text-align: center;
    font-family: 'Montserrat';
    color: #042f42;
    padding: 20px;
}
#callToAction p {
    text-align: center;
    color: #052f42;
    font-family: 'Montserrat';
    padding: 10px;
}
#callToAction form{
    padding: 30px;
}
#callToAction .form-group{
    position: relative;
}

#callToAction input {
    border: none;
    border-bottom: 2px solid #ced4da;
    text-align: center;
    outline: none;
    padding-top: 30px;
    margin-bottom: 50px;
    font-family: 'Montserrat';
}
#callToAction input:focus {
    border-bottom: 2px solid var(--primary);!important;
    outline: none;
    box-shadow: none;
}
#callToAction .form-group input:valid{
    border-bottom: 2px solid var(--primary);!important;
    /*background: #f2f2f2;*/
}
#callToAction .form-group span {
    cursor: pointer;
    font-size: 1.375rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    font-size: 2.125rem;
    transition: all .25s linear;
    z-index: 1;
    display: block;
    font-family: 'Montserrat';
    color: #58595b;
    position: absolute;
    left: 0;
    padding: 5px 0;
    pointer-events: none;
    top: 5px;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
}
#callToAction span b{
    color:var(--primary);
}
#callToAction .form-group input:focus ~ span {
    transform: translateY(-30px);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
}
#callToAction .form-group input:valid ~ span{
    transform: translateY(-30px);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
}
#callToAction textarea{
    height: 150px;
    border: none;
    border-bottom: 2px solid #ced4da;
    font-family: 'Montserrat';
}
#callToAction textarea:focus{
    border: none;
    border-bottom: 2px solid var(--primary);!important;
    outline: none;
    box-shadow: none;
}
.changeInput{
    display: none;
}
.compensation p{
    font-size: 23px;
}
.compensation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.compensation ul:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #ced4da;
    margin-top: 60px;
}
.compensation ul li {
    margin-left: 45px;
    margin-right: 45px;
    list-style: none;
    width: 100%;
    height: 25px!important;
    height: auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #f8f9fa;
    /* line-height: 15px; */
    position: relative;
}
.compensation ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: var(--primary);
    border: 5px solid var(--primary);
    margin-top: 30px;
    border-radius: 50%;
    margin-left: 0px;
    font-size: 30px;
    line-height: 30px;
}
.compensation .changeReasonA li:before{
    background: white!important;
}
.compensation .dissActive li:before {
    background: #c361ae;
    border: 5px solid #c361ae;
}
.changeReasonText p {
    padding-top: 70px!important;
    text-transform: uppercase;
}

/*========================================================CALL TO ACTION==============================================*/

/*========================================================SIDE WIDGET=================================================*/
#sideWidget {
    position: fixed;
    color: #ffffff;
    transition: .25s all;
    top: calc(25vh + 85px);
    white-space: nowrap;
    background: var(--primary);
    padding: 7px 15px;
    border-radius: 5px 5px 0 0;
    -webkit-transform-origin: 100% 50%;
    transform: rotate(
            -90deg
    ) translate(61.5%,-50%);
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
    text-shadow: 0 1px 1px rgb(255 255 255 / 25%);
    text-transform: uppercase;
    cursor: pointer;
    right: -1px;
    z-index: 990;
    box-shadow: 0 -10px 30px 0 rgb(0 0 0 / 8%);
}
.d-flex{
    display: flex;
}
#sideWidgetContent {
    top: 25vh;
    transform: translateY(-25%);
    right: -460px;
    z-index: 110;
    background: #fff;
    padding: 40px;
    width: 460px;
    position: fixed;
    color: #061f35;
    transition: .25s all;
    border-radius: 15px;
    z-index: 999;
}

#sideWidget.open {
    right: 461.2px;
}
#sideWidget.open i {
    transform: rotate(180deg);
}

.sidetitle h2{
    font-size: 27px!important;
    color: #102137;
    font-weight: 700;
}
#sideWidgetContent.open {
    right: 0;
    width: 461px;
    box-shadow: 0 0 30px 0 #00000038;
}
.sideButtons{
    display: grid;
}
#sideWidgetContent h2 {
    color: var(--primary);
}
#sideWidgetContent a {
    text-decoration: none;
    font-weight: 700;
    color: var(--primary);
}
#sideWidgetContent a:hover {
    text-decoration: none;
    color: #444444;
}
.sideButtons a{
    width: 100%;
    background: var(--primary);
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    color: white!important;
    font-weight: 800;
    text-decoration: none;
}
.sideButtons a:hover {
    background: #042f42;
    text-decoration: none;
}
.modalPhone select{
    width: 100%;
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.modalPhone h1 {
    color: #061f35;
    text-align: center;
}
.modalPhoneContent{
    background-color: #0000000f!important;
}
.btnClosePhoneModal{
    text-align: right;
    position: relative;
    top: -55px;
}
#widget p {
    font-family: sans-serif;
    font-size: medium;
}
@media only screen and (max-width:768px){
    #sideWidgetContent {
        top: 40vh;
    }
    #sideWidget {
        top: calc(37vh + 85px);
    }
}

@media only screen and (max-width: 568px) {
    #sideWidgetContent {
        display: block;
    }

    #sideWidget {
        display: block;
    }

    #sideWidget.open {
        right: 260px;
    }

    #sideWidgetContent.open {
        width: 270px;
    }
}

/*========================================================SIDE WIDGET=================================================*/

/*=========================================================HEADER TOP=================================================*/
.navbar {
    background: #ffffffe3;
    box-shadow: 0px 2px 12px #00000038;
    border-top: 2px solid var(--primary);
    position: relative;
    padding: 0!important;
    margin: 0!important;
}
.navbar img {
    width: 220px;
}
.topHeaderRight {
    display: flex;
    align-items: center;
    float: right;
    /* margin-right: 0; */
    /* right: 0; */
    margin-left: auto;
}
.topHeaderRight small {
    margin-left: 55px;
    font-size: 13px;
    line-height: 18px;
    color: var(--secondary);
}
.topHeaderRight .phone i{
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-size:32px;
    color: var(--primary);
}
.topHeaderRight .phone a {
    font-size: 15pt;
    color: var(--secondary);
    font-weight: bold;
    text-decoration: none;
}
.topHeaderRight .phone{
    margin-right: 25px;
}
@media only screen and (max-width: 991px){
    .navbar{
        background: white!important;
    }
    .topHeaderRight {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none;
    }
    .topHeaderRight .phone div{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .navbar .callToActionButton{
        margin-bottom: 50px;
    }
}
/*=========================================================HEADER TOP=================================================*/

/*=====================================================MAIN DESCRIPTION================================================*/
#mainDesc{
    padding: var(--sectionPadding);
}
#mainDesc table a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
@media only screen and (max-width: 768px){
    #mainDesc {
        padding: 0;
        padding-top: 150px;
    }
}
/*=====================================================MAIN DESCRIPTION================================================*/

/*========================================================CONTACT SECTION==============================================*/
#contactSection {
    background: white;
    border-top: 3px solid var(--primary);
    background-image: url("../img/holding/bg.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2000px #ffffffe0;
}
#contactSection .container-sm {
    position: relative;
}
#contactSection .container-sm img {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 460px;
}
#contactSection input, #contactSection textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--greyThree);
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 6px;
    background: #ffffffd4;
}
#contactSection input:focus-visible, #contactSection textarea:focus-visible {
    border: 2px solid var(--primary);
    outline: var(--primary);
}
#contactSection button {
    background: var(--primary);
    color: #fff;
    padding: 12px 25px;
    /* margin-top: 15px; */
    font-weight: 700;
    outline: none;
    border: none;
    border-radius: 5px;
}
#contactSection form {
    padding-bottom: 50px;
}
.rowForm{
    padding-top: 100px;
    padding-bottom: 50px;
}
.finalFooter a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
.finalFooter a:hover{
    color: var(--primary);
    text-decoration: none;
}
footer form h2{
    font-weight: 400;
    font-family: sans-serif;
    color: var(--secondary);
    display: block;
    position: relative;
    z-index: 400;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px){
    #contactSection .container-sm img {
        display: none;
    }
    .rowForm {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/*========================================================CONTACT SECTION==============================================*/


