﻿html, body {
    background-color:#ffffff;
}

/*body span{
    color:#daa520 !Important; gold variant
}*/

/* For country selection dropdown*/
.iti--container{
    z-index:3500 !important;
}
.country-select.inside input, .country-select.inside input[type=text] {
    /* padding-right: 6px; */
    padding-left: 52px;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .country-select .flag {
        background-image: url(../images/flags@2x-country.png) !important;
    }
}

.country-select .flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags-country.png) !important;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    width: 20px;
}
.country-select {
    position: relative;
    display: block !important;
}
    .country-select.inside .flag-dropdown:hover .selected-flag {
        background-color: white !important;
    }

.country-select .country-list {
    z-index:2000 !important;
}

.country-select.inside .flag-dropdown {
    margin-top:1.25rem;
}

/*iti__selected-flag{
    background-color:white !important;
}*/
iti__flag-container{
    margin-top:1.25rem;
    
}

.iti__flag-container {
    padding: 0.25rem !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 1rem !important;
}
/*iti__selected-dial-code{
    
}*/
/*For Mobile number input plugin formartting to full width*/
.iti {
    display: inline !important;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    /*padding-bottom: 1rem;
    padding-top: 1rem;*/
    padding-top:2rem !important;
    padding-bottom:1rem !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: white !important;
}

.iti--allow-dropdown .iti__selected-flag {
    background-color: white !important;
}

.header-area.header-sticky {
    min-height: 60px;
}

.background-header .main-nav .logo img {
    width: 128px;
}

.background-header {
    background-color: rgba(555,555,555,1) !important;
    height: 60px !important; /*70px!important;*/
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area {
    background-color: rgba(555, 555, 555,0.9) /*#22b3c1*/;
    position: absolute;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

#section-1 .content-slider .slider #top-banner-1 {
    background: url('../images/banner-10.jpg') no-repeat 0px center !important; 
    /*url('../images/banner-08.jpg') no-repeat 150px center !important;  change 150px to center and increase image width to 150px left and add white smoke background colour*/
    background-size: cover !important;
    /*background-image:none;*/
}

#section-1 .content-slider .slider #top-banner-2 {
    background: url('../images/banner-11.jpg') no-repeat 0px center !important; /*url('../images/banner-08.jpg') no-repeat 150px center !important;*/ /* change 150px to center and increase image width to 150px left and add white smoke background colour*/
    background-size: cover !important;
}

#section-1 .more-info {
    margin-top: 60px;
    background-color: #fff;
    padding: 25px 60px;
    border-radius: 40px;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 75px;
    display: inline-block;
}
#section-1 {
    background-color: transparent;
}
.banner-bg {
    background-color: whitesmoke !important;
}

.form-check {
    padding-left: 3.5em !important;
    padding-right: 2.5em !important;
    min-height: 3.5rem !important;
}

button.amms-btn, [type="button"].amms-btn {
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    padding: 8px 15px;
    position: relative;
    border-radius: 18px;
    letter-spacing: 0.5px;
    margin-inline-end: 10px;
}

.amms-btn-lg {
    padding: 0.5rem 2rem !important;    
    font-size: 1.25rem !important;
    border-radius: 2rem !important;
}

.amms-btn-primary {
    background-color: #22b3c1 !important;
    /*display: block;*/
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    padding: 8px 15px;
    position: relative;
    border-radius: 18px;
    letter-spacing: 0.5px;
}

.amms-btn-submit {
    background-color: #d75289 !important;
}

.amms-btn-call-to-action {
    background-color: #d75289 !important;
    /*display: block;*/
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    padding: 8px 15px;
    position: relative;
    border-radius: 18px;
    letter-spacing: 0.5px;
}
span.main-button {
    margin-top: 0 !important;
    text-align: left !important;
}

.amms-btn-signup {
    background-color: gold !important;
    color: #990000 !important;
    line-height: 1rem;
    font-weight: bold !important;
    font-size: 12px !important;
    border: 1px solid goldenrod;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px;
    /*font-weight: 500;*/
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    /*margin-top:0.5rem;*/
}

li a:hover {
    color: #990000 !important;
}

.amms-text-brand {
  color: #990000 !important;
}
.amms-text-primary {
    color: #d75289 !important;
}
.amms-text-dark {
    color: #8b0045 !important;
}
.amms-text-default {
    color: #000000 !important;
}
.amms-text-tagline {
    color: #22b3c1 !important;
}

.amms-signup-component {
    background-color: #990000 !important;
    /*opacity: 0.9 !important;*/
    z-index: 0;
    /*purple variant #790032*/ 
}
    .amms-signup-component h4 span {
        color: gold !important;
    }
    .amms-signup-component .form-label {
        color: gold !important;
    }


.amms-section-bg-default {
    background-color: #990000 !important; /* #e386ac light pink #790032 purple*/
    margin-top:0px !important;
}

.amms-profile-photo {
    height: 75px !important;
    width: 75px !important;
    padding: 0 !important;
}
.amms-profile-name {
    color: gold !important;
     /*#daa520 !important;*/
    /*blue shade #22b3c1*/
}
.call-to-action h2 {
    color: #daa520 !important;
}
section {
    margin-top: 60px;
    background-color: #ffffff;
    background: url(../images/pngegg.png) repeat-x center; 
    /*url(../images/rose-petals.jpg) repeat-x 10px 200px;*/
    background-size: contain;
    min-height: 500px;
    
}

.section-heading {
    margin-top:60px;    
}
.section-heading h2 span {
    color: #990000 !important;
}
.section-tagline {
    font-weight: normal;
    color: #878181
}
p.fst-italic {
    color: #fff !important;
}


.call-to-action {
    background-image: url('../images/banner-07-2.png') !important;
}
.more-info .info-item {
    background-color: #990000 !important;
    opacity: 0.8;
}
    .more-info .info-item h4 {
        color: gold;
        /*pink match with logo #d75289*/
    }
.more-info .info-item i {
    color: #990000;
    background-color: #daa520;
}
    .more-info .info-item p {
        color: #ffffff;
        /*blue color matched with logo #22b3c1*/
    }
span.input-group-text {
    padding: 0.375rem 0.75rem !important;
    background-color: #990000 !important;
    display: flex !important;
    font-size: 15px !important;
    color:gold;
}

.sitemap-section {
    background-image: none !important;
    background-color: #f2eff0;
    margin-top: 0;
}
    .sitemap-section h6 {
        color: #990000;
    }
    .sitemap-section ul {
        font-size: 15px !important;
    }
        .sitemap-section ul.social {
            font-size: 35px !important;
        }

.copyright-footer {
    background-color: white !important;    
}
    .copyright-footer p {
        color: black;
        text-align: left;
        /*font-size: 12px;*/
    }
        .copyright-footer p a {
            color: #990000;
            font-weight: 700;
        }
            .copyright-footer p a:hover {
                color: #d75289;
                opacity: 0.75;
            }
#section-1 {
        min-height: 100px !important; /*600 previous*/
        height:250px !important;/*originally auto nd adjusted based on image size, either we shall resize image which colud be issue so we control height display without effecting resolution and overflow clip*/
        overflow:clip;
        margin-top:60px !important;
 }

    #section-1 .more-info h4 span {
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        display:block;
        padding-bottom:15px;
    }

/*.header-area .main-nav a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    padding: 8px 15px;
    position: relative;
    border-radius: 18px;
    letter-spacing: 0.5px;
}*/

#section-signup .more-info {
    /*margin-top: 60px;*/
    background-image:none !important;
    background-color:#ffffff;
    padding: 25px 30px;
   /* border-radius: 40px;*/
    position: relative;
    width: 100%;
    /*left: 10%;*/
    bottom: 115px;/*145px;*/
    display: inline-block;
}

#section-signup {
    min-height: 400px !important;
    height: 100px !important;
    background-image: none !important;
    background-color: #fff;
    margin-top: 0;
}

    #section-signup .more-info h4 span {
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        display: block;
        padding-bottom: 15px;
    }
/*@media (min-width: 790px) and (max-width: 1113px) {
    .testimonials .item .thumb .text {
        height:502px !important;
    }
}*/

.testimonials {
    padding-bottom: 120px;
    margin-top: 0px;
    border-bottom: 1px solid #eee;
}

    .testimonials .container-fluid {
        padding: 0px 80px;
    }

    .testimonials .item {
        margin: 0px 15px;
        position: relative;
        min-height: 620px;/*420px;*/
    }

        .testimonials .item .thumb img {
            padding-right: 160px;
            border-radius: 23px;
        }

        .testimonials .item .thumb .text {
            position: absolute;
            background-color: #990000 !important;
            opacity: 0.8;
            border-radius: 23px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
            padding: 30px;
        }

            .testimonials .item .thumb .text h4 {
                font-size: 20px;
                display: inline-block;
            }

            .testimonials .item .thumb .text h6 {
                display: inline-block;
                float: right;
                text-align: right;
                font-size: 20px;
                color: #22b3c1;
            }

                .testimonials .item .thumb .text h4 span,
                .testimonials .item .thumb .text h6 span {
                    font-size: 15px;
                    color:#ffffff;
                    /*#afafaf*/
                    font-weight: 400;
                }

            .testimonials .item .thumb .text ul {
                border-top: 1px solid #eee;
                margin-top: 25px;
                padding-top: 25px;
            }

                .testimonials .item .thumb .text ul li {
                    color: #afafaf;
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                    .testimonials .item .thumb .text ul li:first-child {
                        color: #2a2a2a;
                        font-weight: 600;
                    }

            .testimonials .item .thumb .text .main-button {
                margin-top: 30px;
            }

                .testimonials .item .thumb .text .main-button a:hover {
                    background-color: #22b3c1;
                    border-color: #22b3c1;
                    color: #fff;
                    opacity: 0.85;
                }

    .testimonials .owl-nav {
        text-align: center;
        margin-top: 0;/*30px;*/
    }

        .testimonials .owl-nav .owl-next span {
            display: none;
        }

        .testimonials .owl-nav .owl-next::after {
            font-family: "FontAwesome";
            content: '\f061';
            color: #22b3c1;
            font-size: 20px;
            width: 46px;
            height: 46px;
            text-align: center;
            border: 1px solid #22b3c1;
            display: inline-block;
            line-height: 44px;
            border-radius: 50%;
            transition: all .3s;
            margin-left: 5px;
        }

        .testimonials .owl-nav .owl-prev span {
            display: none;
        }

        .testimonials .owl-nav .owl-prev::after {
            font-family: "FontAwesome";
            content: '\f060';
            color: #22b3c1;
            font-size: 20px;
            width: 46px;
            height: 46px;
            text-align: center;
            border: 1px solid #22b3c1;
            display: inline-block;
            line-height: 44px;
            border-radius: 50%;
            transition: all .3s;
            margin-right: 5px;
        }

        .testimonials .owl-nav .owl-prev:hover::after,
        .testimonials .owl-nav .owl-next:hover::after {
            color: #fff;
            background-color: #22b3c1;
        }

/* Media Queries */
                @media (max-width: 992px) {
    .testimonials .container-fluid {
        padding: 0px;
    }
}

@media (max-width: 1200px) {
    .testimonials .container-fluid {
        padding: 0px;
    }
}
/* Landscape */
/*and (-webkit-min-device-pixel-ratio: 2)*/
@media (min-width: 720px) /*and (orientation: landscape)*/ {
    #section-1 {
        min-height: 400px !important; /*600 previous*/
        height: 400px !important; /*originally auto nd adjusted based on image size, either we shall resize image which colud be issue so we control height display without effecting resolution and overflow clip*/
        overflow: clip;
        /*margin-top: 0px !important;*/ /*applied to all greater than 768 px resolution, however below this size margin shall not be zero for better mobile look*/
    }

    .background-header .main-nav .logo img {
        width: 159px;
    }
    .background-header {        
        height: 70px !important; /*70px!important;*/        
    }
}

@media (min-width: 768px) {
        #section-1 {
            min-height: 400px !important; /*600 previous*/
            height: 450px !important; /*originally auto nd adjusted based on image size, either we shall resize image which colud be issue so we control height display without effecting resolution and overflow clip*/
            overflow: clip;
            margin-top: 0px !important; /*applied to all greater than 768 px resolution, however below this size margin shall not be zero for better mobile look*/
        }

        #section-signup {
            min-height: 400px !important;
            height: 5px !important;
            background-image: none !important;
            background-color: #fff;
            margin-top: 0;
        }

            #section-signup .more-info {
                /*margin-top: 60px;*/
                background-image: none !important;
                background-color: #ffffff;
                padding: 25px 60px;
                border-radius: 40px;
                position: relative;
                width: 80%;
                left: 10%;
                bottom: 200px;
                display: inline-block;
            }

    .amms-signup-component {
        background-color: #990000 !important;
        opacity: 0.9 !important;
        z-index: 0;
        /*purple variant #790032*/
    }
        .amms-signup-component .form-label {
            font-size: 20px !important;
            font-weight: 400 !important;
        }

        .amms-btn-signup {
            background-color: gold !important;
            color: #990000 !important;
            line-height: 1rem;
            font-weight: bold !important;
            font-size: 16px !important;
            border: 1px solid goldenrod;
            padding: 12px 30px;
            display: inline-block;
            border-radius: 25px;
            /*font-weight: 500;*/
            text-transform: capitalize;
            letter-spacing: 0.5px;
            transition: all .3s;
            position: relative;
            overflow: hidden;
            margin-top: 0.5rem;
        }
        .amms-btn-primary {        
            font-size: 15px !important;        
        }

    }
@media (min-width: 960px) {
    #section-1 {
        min-height: 400px !important; /*600 previous*/
        height: 600px !important; /*originally auto nd adjusted based on image size, either we shall resize image which colud be issue so we control height display without effecting resolution and overflow clip*/
        overflow: clip;
        /*margin-top: 60px !important;*/
    }

    #section-signup .more-info {
        /*margin-top: 60px;*/
        background-image: none !important;
        background-color: #ffffff;
        padding: 25px 60px;
        border-radius: 40px;
        position: relative;
        width: 80%;
        left: 10%;
        bottom: 200px !important;
        display: inline-block;
    }
}
@media (min-width: 1400px) {
    #section-1 {
        min-height: 600px !important; /*600 previous*/
        height: 650px !important; /*originally auto nd adjusted based on image size, either we shall resize image which colud be issue so we control height display without effecting resolution and overflow clip*/
        overflow: clip;
        /*margin-top: 60px !important;*/
    }

    #section-signup .more-info {
        /*margin-top: 60px;*/
        background-image: none !important;
        background-color: #ffffff;
        padding: 25px 60px;
        border-radius: 40px;
        position: relative;
        width: 80%;
        left: 10%;
        bottom: 200px !important;
        display: inline-block;
    }
}
@media (min-width: 1600px) {
    #section-1 {
        min-height: 600px !important; /*600 previous*/
        height: 800px !important; /*originally auto nd adjusted based on image size, either we shall resize image which colud be issue so we control height display without effecting resolution and overflow clip*/
        overflow: clip;
        /*margin-top: 60px !important;*/
    }

    #section-signup .more-info {
        /*margin-top: 60px;*/
        background-image: none !important;
        background-color: #ffffff;
        padding: 25px 60px;
        border-radius: 40px;
        position: relative;
        width: 80%;
        left: 10%;
        bottom: 200px !important;
        display: inline-block;
    }
}
    /*@media (min-width: 1200px)
{
    #section-1 .content-slider .slider #top-banner-1 {
        background: url('../images/banner-13.jpg') no-repeat 0px center !important;        
        background-size: cover !important;
        
    }
}*/