﻿body {
    background-color: #f9f9f9;
    overflow-x: hidden;
}
a {
    cursor: pointer;
}
.carousel {
    height: calc(100vh - 102px);
}
    .carousel .carousel-inner .carousel-item {
        height: calc(100vh - 102px);
    }
.carousel-caption {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}
    .carousel-caption h4 {
        letter-spacing: 0.075em;
        word-spacing: 0.1em;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
.carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    box-sizing: inherit;
    border: 0;
}
    .carousel .carousel-indicators > li.active {
        transform: scale(1.2);
        opacity: 1;
    }
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080d15;
    opacity: .4;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.carousel .slides .slide-1,
.carousel .slides .slide-2,
.carousel .slides .slide-3,
.carousel .slides .slide-4,
.carousel .slides .slide-5 {
    height: calc(100vh - 102px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .95;
}
/*--images area taken from freepik --(ID--@user12634126--MailId--meetshri@gmail.com--Name--Sridharan)--*/

.carousel .slides .slide-1 {
    background-image: url('../../images/tl1.png');
}
.carousel .slides .slide-2 {
    background-image: url('../../images/tl2.png');
}
.carousel .slides .slide-3 {
    background-image: url('../../images/tl3.png');
}

/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen and (min-width: 1024px) and (orientation: portrait) {
    .carousel {
        height: 50vh !important;
    }
        .carousel .carousel-inner .carousel-item {
            height: 50vh !important;
        }
        .carousel .slides .slide-1,
        .carousel .slides .slide-2,
        .carousel .slides .slide-3,
        .carousel .slides .slide-4,
        .carousel .slides .slide-5 {
            height: 50vh !important;
        }
}
@media(max-width:575.98px) {
    .sm-dgn {
        width: calc(100vw - 25px);
    }
}
@media (max-width:767.98px) {
    .sm-dgn.w-sm-400 {
        width: 400px;
    }
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width:991.98px) {
    .dk-dgn {
        display: none;
    }
    .carousel .carousel-indicators {
        bottom: 5px;
    }
        .carousel .carousel-indicators > li {
            width: 5px;
            height: 5px;
        }
    .sm-dgn {
        margin: 25px auto;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        border-radius: 0.25rem !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width:576px) and (max-width:991.98px) {
    .sm-dgn.w-md-400 {
        width: 400px;
    }
}
@media(min-width:992px) {
    .dk-dgn {
        display: block;
    }
    .cus-shadow {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    }
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: .10;
}
.iti__country-list {
    z-index: 12;
}
.iti {
    display: block;
}
    .iti > .float_parent > .float_label {
        margin-left: 5rem;
    }
