

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');



/*****************Temporary***********************/

.navbar {
    margin-bottom: 0px;
    background: #282972 !important;
    color: #fff !important;
    border-radius: 0px !important;
    ;
}

.navbar-brand {
    color: #fff !important
}

/************************************************/
/******************General************************/
/************************************************/


p {
    font-size: 16px;
}



.offset-continer {
    margin-top: -120px;
}


@media (max-width: 991px) {


    .offset-continer {
        margin-top: 0px;
    }
}

.equal {
    display: flex;
    display: -webkit-flex;
}

.panel {
    width: 100%;
    height: 100%;
}

.min-height-420 {
    min-height: 420px;
}

.min-height-455 {
    min-height: 455px;
}






/************************************************/
/******************Colors************************/
/************************************************/

.bg-grey {
    background-color: #E7E7E7;
}

.bgg-blue {
    background-color: #282972;
}

.bg-white {
    background-color: #fff;
}


.blue-text {
    color: #27A9E1;
}

.dark-blue-text {
    color: #282972
}

.teal-text {
    color: #61C4BF;
}

.white-text {
    color: #fff;
}



/************************************************/
/******************Text************************/
/************************************************/




.bg-blue h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.about h3 {
    font-family: 'Catamaran', sans-serif;
    color: #282972;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}



/************************************************/
/******************Buttons************************/
/************************************************/




.btn-primary {
    background-color: #53cd67;
    border: 2px solid #53cd67;
    font-weight: bold;
    border-radius: 25px 0px 0px 25px;
    box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    display: inline-block;
    vertical-align: top;
    border: 4px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.circle-green {
    background-color: #53cd67;
    width: 70px;
    height: 70px;
    border-radius: 25pc;
    z-index: 10;
    vertical-align: top;
    margin-top: -9px;
    margin-left: -20px;
    display: inline-block;
    border: 4px solid #fff;
    box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    padding: 5px;
}

.small-circle-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.small-circle-green {
    background-color: #53cd67;
    width: 60px;
    height: 60px;
    border-radius: 25pc;
    z-index: 10;
    vertical-align: top;
    margin-top: -4px;
    margin-left: -25px;
    display: inline-block;
    border: 4px solid #fff;
    box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    padding: 0px;
}

.circle-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
}



.btn-primary:hover {
    background-color: #34ba70;
    border: 2px solid #34ba70;
    border-radius: 25px;
    border-radius: 25px 0px 0px 25px;
    border: 4px solid #fff;
}


.btn-custom-blue {
    background-color: #33E2D1;
    height: 60px;
    border-radius: 25px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    color: #282972;
    font-weight: bold;
    font-size: 20px;
}

    .btn-custom-blue:hover {
        background-color: #40aee1;
    }

    .btn-custom-blue img {
        height: 30px;
        margin-top: -4px;
        margin-right: 10px;
    }



/************************************************/
/******************Accordions********************/
/************************************************/

#accordion .panel-default {
    margin-bottom: 15px;
    border: 0px
}

#accordion .panel-heading {
    height: auto;
    vertical-align: middle;
    padding-bottom: 15px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

#accordion .panel-body {
    border-top-color: none !important;
    background-color: #fafafa;
    margin-top: -5px;
    border: 1px solid #ccc;
}




#accordion .panel-title {
    font-size: 16px;
    padding-top: 15px
}

#accordion .panel-collapse {
    font-size: 16px;
    line-height: 140%;
    ;
}


#accordion .panel-title a::after {
    background-image: url('../../images/icon-plus-expand.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: "";
    float: right;
    margin-top: -10px;
}

#accordion .panel-title a[aria-expanded="true"]::after {
    background-image: url('../../images/icon-minus-expand.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: "";
    float: right;
    margin-top: -10px;
}

#accordion .panel-title a[aria-expanded="false"]::after {
    background-image: url('../../images/icon-plus-expand.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: "";
    float: right;
    margin-top: -10px;
}



@media (max-width: 720px) {

    #accordion .panel-title a[aria-expanded="false"]::after {
        display: none;
    }

    #accordion .panel-title a[aria-expanded="true"]::after {
        display: none;
    }

    #accordion .panel-heading {
        padding-bottom: 22px;
    }
}








/************************************************/
/******************Jumbotrons********************/
/************************************************/


/***************Global Jumbotron*****************/

.jumbotron {
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
}

    .jumbotron h1 {
        font-size: 46px;
        font-weight: 900;
    }

    .jumbotron p {
        text-transform: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
    }



@media (max-width: 720px) {
    .jumbotron h1 {
        font-size: 24px
    }
}

.jumbotron span:nth-child(2) {
    font-weight: 900;
    color: #282972;
}

.jumbotron span:nth-child(3) {
    font-weight: 900;
    color: #282972;
}


/***************background Jumbotron*****************/

.grey-jumbo .jumbotron {
    background: linear-gradient(244.37deg, #F4F4FB 21.88%, #DDDDF1 79.26%);
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.blue-jumbo .jumbotron {
    height: 400px;
    background: linear-gradient(180deg, #05064F 0%, #282972 100%);
    position: relative;
}


.rounded-hero .jumbotron {
    position: relative;
    background-image: url('../../images/background-contact-curved.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
/*    background-color: #282972;*/
    height: 400px;
}



    @media (max-width: 991px) {
        .rounded-hero .jumbotron {
            position: relative;
            background-image: url('../../images/background-mobile.png');
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
            background-color: #282972;
        }
    }


    /***************Text Jumbotron*****************/


    .grey-jumbo .jumbotron h1 {
        color: #40AEE1;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .blue-jumbo .jumbotron h1 {
        padding-top: 55px;
        color: #fff
    }



    .rounded-hero .jumbotron h1 {
        font-weight: 900;
        padding-top: 55px;
        color: #282972
    }

    @media (max-width: 991px) {

        .rounded-hero .jumbotron h1 {
            padding-top: 5px;
        }

        .blue-jumbo .jumbotron h1 {
            padding-top: 5px;
        }
    }



    .rounded-hero .jumbotron p {
        color: #333;
    }

    .blue-jumbo .jumbotron p {
        color: #fff;
    }




    /************************************************/
    /***************Custom sections*****************/
    /************************************************/


    /*************Promise section******************/

    .checkbox-wrapper {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }

        .checkbox-wrapper img {
            display: inline-block;
            height: 20px;
            margin-right: 10px;
        }

        .checkbox-wrapper p {
            display: inline-block;
            width: 85%;
        }

    @media (max-width: 991px) {

        .checkbox-wrapper img {
            vertical-align: top;
            margin-top: 5px
        }
    }

    /***********offeset vertical colums section (timeline) ***************/



    .vertical-offset-container h2 {
        font-weight: 900 !important;
        text-transform: uppercase;
    }

    .offset-card {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }



        .offset-card img {
            display: inline-block;
            width: 20%;
            margin-right: 10px;
            vertical-align: top;
            margin-top: 15px
        }

        .offset-card .offset-card-text {
            display: inline-block;
            width: 75%;
            color: #fff;
            vertical-align: middle;
        }




        .offset-card h4 {
            font-weight: 600;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

            .offset-card h4:nth-child(2) {
                font-weight: 300;
                color: #27A9E1;
                margin-top: 0px;
                padding-top: 0px;
            }

    .offset-card-right {
        margin-top: 90px;
    }

    @media (max-width: 1200px) {
        .offset-card-right {
            margin-top: 115px;
        }
    }

    @media (max-width: 991px) {
        .offset-card-right {
            margin-top: 0px;
        }
    }

    @media (max-width: 720px) {
        .offset-card-right {
            margin-top: 0px;
        }
    }


    /***********bold numbers section ***************/


    .number-usp .panel-default, .number-usp .panel-body, .number-usp .panel-heading {
        background-color: transparent;
        border: 0px;
        box-shadow: none;
        background-image: none !important;
    }

    .number-usp .panel h2 {
        text-transform: uppercase;
        font-family: 'Catamaran', sans-serif;
        font-weight: 900;
        font-size: 54px;
        line-height: 60%;
        color: #282972
    }

    .number-usp .panel h4 {
        color: #282972;
        font-size: 18px;
        font-weight: bold;
    }

    .number-usp .panel img {
        width: 45px;
    }

    .number-usp .panel h1 small {
        text-transform: uppercase;
        font-family: 'Catamaran', sans-serif;
        font-weight: 300;
        font-size: 25px;
        color: #27A9E1
    }

    .number-usp .panel .panel-body p {
        font-size: 16px;
        color: #333333
    }



    /***********image panel sections section ***************/



    .image-panel .panel {
        border-radius: 12px;
        border: 0px
    }

    .image-panel p {
        color: #333333
    }


    .image-panel .panel {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
        padding: 0px;
    }

    .image-panel .panel-heading {
        border-radius: 12px;
        padding: 0px;
    }


        .image-panel .panel-heading img {
            border-radius: 12px 12px 0px 0px;
        }

    .image-panel h3 {
        font-weight: bold;
        color: #282972;
        text-transform: uppercase;
        font-size: 18px;
    }

        .image-panel h3 span {
            font-weight: 300;
        }

    .image-panel h4 {
        color: #27A9E1;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }

    .image-panel a {
        margin-bottom: 25px
    }

    .left-text-container h2 {
        font-family: 'Catamaran', sans-serif;
        color: #282972;
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }



    .left-text-container h2 {
        font-family: 'Catamaran', sans-serif;
        color: #282972;
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }

    .left-text-container h3 {
        margin-top: 0px;
        color: #282972;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
    }

    .three-column-wrapper h2 {
        font-family: 'Catamaran', sans-serif;
        color: #282972;
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }

    .three-column-wrapper h3 {
        margin-top: 0px;
        color: #282972;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        width: 77%;
    }



    .three-column-wrapper .three-column-icon {
        width: 15%;
        vertical-align: top;
        margin-right: 5px
    }




    .three-column-wrapper .img-responsive {
        width: 100%;
        height: auto;
        padding-top: 70px
    }

    @media (max-width: 991px) {
        .three-column-wrapper h3 {
            padding-top: 25px;
        }

        .three-column-wrapper .three-column-icon {
            width: 10%;
        }
    }

    @media (max-width: 720px) {

        .three-column-wrapper h3 {
            padding-top: 10px;
            margin-left: 10px
        }

        .three-column-wrapper .img-responsive {
            padding-top: 70px
        }
    }





    /***********two tone sections section ***************/

    .custom-panel .panel {
        border-radius: 12px !important;
        box-shadow: 2px 0px 18px 2px rgba(0, 0, 0, 0.29);
    }

        .custom-panel .panel img {
            margin: auto
        }

    .custom-panel .panel-heading img:first-child {
        width: 72px;
    }

    .custom-panel .panel-body p img {
        width: 70%;
    }



    .custom-panel .panel-body {
        border-radius: 0px 0px 12px 12px;
    }

    .custom-panel .panel-heading {
        border-radius: 12px 12px 0px 0px;
    }

    .custom-panel .panel-heading-grey .panel-heading {
        background-color: #EFEFEF !important;
        border-color: transparent !important;
        padding-top: 20px;
        padding-bottom: 20px
    }




    .custom-panel .panel-heading-clear .panel-heading {
        background-color: #fff !important;
        border-color: transparent !important;
        padding-top: 30px
    }

    .panel-heading-grey {
        display: block;
    }

        .panel-heading-grey .panel-footer {
            background-color: transparent;
            border: 0px;
        }





    .panel-heading-clear {
        position: relative;
        padding-bottom: 30px
    }

        .panel-heading-clear .panel-footer {
            background-color: transparent;
            border: 0px;
            color: #333;
            margin: 0px;
            padding: 0px;
        }



        .panel-heading-clear a {
            font-weight: bold;
            color: #61C4BF;
            font-size: 16px;
            position: absolute;
            bottom: 5%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .panel-heading-clear a img {
                width: 15px !important;
                margin-top: -2px;
            }



    .custom-panel .panel-body h3 {
        font-family: 'Catamaran', sans-serif;
        font-weight: 900 !important;
        font-size: 18px;
        line-height: 100%;
        color: #282972;
        text-transform: uppercase;
    }


    .custom-panel h5 {
        font-family: 'Open Sans';
        font-style: italic;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #9C9C9C;
    }


    .custom-panel .panel-body p {
        color: #333 !important;
        margin-bottom: 20px
    }

    .custom-panel .panel-footer {
        color: #282972;
        font-weight: bold;
        font-size: 1
    }

    .min-height-360 {
        min-height: 420px;
    }







    /***********panels with no background ***************/


    .clear-panel .panel {
        background-color: transparent;
        border: 0px;
        text-align: center;
    }

    .clear-panel .panel-heading {
        background-color: transparent;
        border: 0px;
    }

    .clear-panel .panel h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 80%;
        color: #fff
    }

    .clear-panel .panel h4 {
        font-size: 18px;
        color: #27A9E1
    }

    .clear-panel .panel-heading img {
        margin: auto;
        width: 60px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }







    .clear-panel .panel-body {
        padding-top: 0px;
        margin-top: 0px;
    }

        .clear-panel .panel-body h3 {
            padding-top: 18px;
            margin-top: 0px;
        }


    /***********panels with icon on the left ***************/




    .icon-left-container .left-icon {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

    @media (max-width: 720px) {
        .icon-left-container .left-icon {
            display: block;
            padding-top: 30px;
            padding-bottom: 10px;
            text-align: center;
            width: 100%;
            ;
        }
    }

    .icon-left-container .left-icon img {
        width: 40px;
    }

    .icon-left-container .icon-left-text {
        display: inline-block;
        width: 75%;
        vertical-align: top;
    }

        .icon-left-container .icon-left-text h3 {
            text-transform: uppercase;
            font-size: 18px;
            ;
            line-height: 130%;
            color: #05064F;
            font-weight: bold;
            margin-top: 0px
        }

    @media (max-width: 720px) {



        .icon-left-container .icon-left-text {
            width: 100%;
            ;
            text-align: center;
        }
    }

    /*****************contact form********************/



    .contact form {
        background-color: #fff;
        margin-top: -50px;
        padding-bottom: 45px;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 45px;
        border-radius: 25px;
        box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.17);
    }

    @media (max-width: 991px) {

        .contact form {
            padding-bottom: 20px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 20px;
        }
    }

    .contact form h3 {
        font-family: 'Catamaran', sans-serif;
        color: #282972;
        font-weight: 900;
        font-size: 18px;
    }

    .contact form p small {
        color: #616161;
        margin-top: 10px !important
    }



    .contact form .form-group .row .col-md-6 {
        margin-top: 25px;
    }

    .contact form input {
        border-radius: 15px;
        background-color: #F2F2F2;
        height: 40px;
        box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .contact form select {
        border-radius: 15px;
        background-color: #F2F2F2;
        height: 40px;
        box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }


    /**************************************/
    /********************Global elements************/
    /**************************************/



    /***********Google review badge************/

    .review-badge {
        display: none;
        position: fixed;
        top: 0px;
        right: 0;
        text-align: center;
        border-top: 1px solid #000;
        background: #fff;
        border-radius: 0px 0px 10px 10px;
        margin-right: 30px;
        z-index: 1;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0px -1px 16px -2px rgba(0,0,0,0.75);
        -webkit-box-shadow: 0px -1px 16px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -1px 16px -2px rgba(0,0,0,0.75);
    }

    @media (max-width: 991px) {
        .review-badge {
            right: 30px;
            left: 30px;
            margin: auto;
        }
    }





    .google-logo {
        width: 50px;
        padding: 10px;
        display: inline-block;
        margin: auto;
        vertical-align: top;
    }

    .review-container {
        display: inline-block;
    }




    .review-heading {
        font-weight: bold;
        display: block;
        font-size: 18px;
        margin-right: 10px;
        padding-top: 5px;
        text-align: left;
    }

    .review-stars {
        display: block;
        height: 20px;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-right: 10px;
        float: left;
    }

    .review-container a {
        float: left;
    }

    /***********heading breaks************/


    .heading-break h1 {
        text-transform: uppercase;
        font-family: 'Catamaran', sans-serif;
        font-weight: 900;
        font-size: 36px;
    }

    .heading-break img {
        width: 65%;
    }

    @media (max-width: 720px) {
        .heading-break h1 {
            font-size: 24px
        }
    }


    .underline::before {
        background-image: url('../../images/stroke.png');
        background-repeat: no-repeat;
        background-size: 637px 10px;
        position: absolute;
        bottom: 227px;
        display: inline-block;
        width: 637px;
        height: 10px;
        content: "";
    }

    @media (max-width: 991px) {
        .underline::before {
            bottom: 275px;
        }
    }


    @media (max-width: 720px) {
        .underline::before {
            display: none;
        }
    }
@media (min-width: 992px) {
    .rounded-hero .jumbotron {
        position: relative;
        background-image: url('../../images/background-contact-curved.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-color: #282972;
    }
    .slider-container {
       
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .rounded-hero .jumbotron {
        position: relative;
        background-image: url(../../images/background-contact-curved.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-color: #282972;
    }
    .container .jumbotron, .container-fluid .jumbotron {
         padding-right: 10px; 
         padding-left: 10px; 
    }
    .container {
        min-width: 70px;
    }
    .jumbotron h1 {
        text-transform: uppercase;
        font-family: 'Catamaran', sans-serif !important;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 40px;
    }
}