﻿body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}

.navbar-inverse {
    background: none;
    border: none;
}

.img-responsive {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pcitem .img-responsive {
    transition: transform .2s; /* Animation */
}

    .pcitem .img-responsive:hover {
        transform: scale(1.05);
    }

.ttdimgbox .img-responsive {
    transition: transform 0.5s; /* Animation */
}

    .ttdimgbox .img-responsive:hover {
        transform: scale(1.1);
    }

.divimgbrick_h .img-responsive {
    border-radius: 3px;
}

/*.siteheader {
    background-color: black;
}

    .siteheader .navbar {
        background-color: #d50b0b;
    }*/

.sitetop {
    padding: 15px 0;
    background-color: #064d71;
    box-shadow: 1px 1px 6px 1px white;
}

.sitelogo {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    margin: 0 10px;
}
 

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    padding: 5px 15px;
    margin: 5px 15px;
 }

.navspan {
    margin: 5px 0px;
}

.navbar-inverse .navbar-nav > span > a, strong {
    font-size: 18px;
    position: relative;
    color: white;
    text-shadow: none;
    font-weight: 400;
     text-decoration: none;
    padding-bottom: 5px;
}

    .navbar-inverse .navbar-nav > span > a:hover {
        text-decoration: none;
        color: yellow;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar-inverse .navbar-nav > span > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: brown;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.4s ease-in-out 0.2s;
        transition: all 0.4s ease-in-out 0.2s;
    }

    .navbar-inverse .navbar-nav > span > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.navbar-inverse .navbar-nav > li > a:hover {
    color: #110101;
}

.navbar-inverse .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.navbar-inverse .nav-titlebar .navbar-nav > li > a:hover {
    color: #fff;
}

.mob-view .navbar-nav > li > a {
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: none;
}

.nav-titlebar > a:hover {
    color: violet;
}

.nav-titlebar {
    background-color: #042246;
}

.paddinglft5 {
    padding-left: 5px;
}


.footer {
    border-top: 1px solid khaki;
    background-image: url("../Images/blackwave.jpg");
}

    .footer.navbar {
        padding: 20px 0;
        margin: 0;
    }

    .footer span {
        padding: 5px 15px 5px 15px;
    }

        .footer span a {
            color: white;
            /*font-weight: bold;*/
            position: relative;
            font-size: 16px;
            text-decoration: none;
            padding-bottom: 5px;
        }

            .footer span a:hover {
                color: yellow;
                text-decoration: none;
            }

            .footer span a:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                bottom: 0;
                left: 0;
                background-color: white;
                visibility: hidden;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
            }

            .footer span a:hover:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.nomarpad {
    margin: 0;
    padding: 0;
}

.fo-header {
    display: block;
    color: orange;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
 }

@media (max-width: 1170px) {
    .fo-header {
        display: block;
        text-align: center;
        font-size: 20PX;
    }

    .footer .col-md-3, .col-md-4, .col-md-6, .col-md-9 {
        width: 100%;
        text-align: center;
    }

    .footer ul {
        padding: 0;
    }
}




.social-icon {
    font-size: 20px;
    margin-left: 5px;
}



.footer .divsocialcolumn a i {
    color: #fff;
    width: 48px;
    height: 46px;
    border-radius: 30px;
    text-align: center;
    padding-top: 10px;
}

.divsocialcolumn a i {
    width: 42px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
}

.fa-linkedin {
    background: #007bb6;
}

.fa-google-plus {
    background: #dd4b39;
}


.fa-facebook {
    background: none;
    color: darkgrey;
}

.fa-twitter {
    background: none;
    color: darkgrey;
}

.fa-youtube {
    background: none;
    color: darkgrey;
}

.fa-instagram {
    background: none;
    color: darkgrey;
}

.fa-facebook:hover {
    background: #3b5998;
    color: #fff;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.fa-twitter:hover {
    background: #00aced;
    color: #fff;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.fa-youtube:hover {
    background: #f00;
    color: #fff;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.fa-instagram:hover {
    background: #FF862C;
    color: #fff;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.footer .social-icon {
    font-size: 25px;
    margin-left: 5px;
}


.mob-view {
    display: none;
}

.desk-view {
    display: block;
}

#divfooterlinks span {
    display: inline-block;
}

.navbarmargin {
    padding: 90px 0% 0 0;
}

.sec-nav-off:focus {
    outline: none;
}

.sec-nav-off:before {
    content: "";
    display: block;
    height: 90px; /* fixed header height navbarmargin*/
    margin: -90px 0 0 0; /* negative fixed header height navbarmargin*/
    outline: none;
}

.container {
    width: 100%;
}
 

.places-container {
    margin: 1%;
}

.img-thumbnail {
    padding: 0;
    border-radius: 3px;
    border: 1px solid white;
}

.p-img-desc {
    margin-top: 20px;
}

.myCarouselpos {
    margin: 0% 1%;
}

.divinfo {
    margin: 1% 2% 1% 2%;
    /*background-color: white;*/
}

    .divinfo h4 {
        color: darkgray;
        font-weight: 800;
        font-size: 20px;
        text-align: left;
    }

    .divinfo p {
        color: black;
        text-indent: 20px;
        font-size: 16px;
        font-weight: 400;
        /*text-align: center;*/
        margin: 0% 5% 0 5%;
    }

ul {
    list-style-type: circle;
}

    ul .fa {
        font-weight: 400;
    }

    ul .fa-arrow-right {
        font-weight: 400;
        color: gray;
    }


.divinfo li {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.paddingtop5 {
    padding-top: 0px;
}

.paddingrht5 {
    padding-right: 0px;
}

.paddingbot5 {
    padding-bottom: 0px;
}

.paddinglft5 {
    padding-left: 0px;
}

.place-container {
    position: relative;
    /*margin-top: 0.5%;
    margin-bottom: 0.5%;*/
}

    .place-container:hover .overlay {
        display: block;
        background: rgba(0, 0, 0, .3);
    }

    .place-container:hover, :focus {
        /*transform: scale(1.05);*/
        opacity: 1;
    }

.button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
    text-align: center;
    opacity: 0;
    font-size: 16px;
    font-weight: 800;
    transition: opacity .35s ease;
    z-index: 2;
}

    .button a {
        width: 25%;
        padding: 2% 9%;
        text-align: center;
        color: black;
        background-color: firebrick;
        border: solid 1px firebrick;
        border-radius: 6px;
        z-index: 3;
    }

.place-container .pcitem:hover .button {
    opacity: 1;
}

.buttonsml {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 1;
    font-size: 12px;
    font-weight: 800;
    transition: opacity .35s ease;
    z-index: 2;
}

    .buttonsml a {
        width: 25%;
        padding: 2% 5%;
        text-align: center;
        color: black;
        background-color: whitesmoke;
        border: solid 1px whitesmoke;
        border-radius: 3px;
        z-index: 3;
    }


.carouseltext {
    position: absolute;
    font-weight: 700;
    /*width: 100%;*/
    font-size: 50px;
    color: white;
    z-index: 1;
    transition: top .5s ease;
    text-align: center;
}

.cttop {
    top: 5%;
    left: 2%;
}

.ctbot {
    top: 80%;
    left: 60%;
}

.hometitle {
    font-weight: 700;
    font-size: 20px;
    padding-top: 18px;
    color: black;
    z-index: 2;
    transition: top .5s ease;
    text-shadow: 2px 2px 4px orangered;
}

.title {
    position: absolute;
    /*width: 100%;*/
    top: 8%;
    left: 10%;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #fff;
    z-index: 2;
    transition: top .5s ease;
}

.carousaltitle {
    position: absolute;
    /*width: 100%;*/
    top: 5%;
    left: 2%;
    font-weight: 700;
    font-size: 30px;
    color: white;
    z-index: 2;
    transition: top .5s ease;
    text-align: center;
}

.carousalsubtitle {
    padding-left: 40%;
}

.slider-title {
    margin: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: white;
    z-index: 2;
    transition: top .5s ease;
}

.ttd-info {
    width: 95%;
    padding: 0 1% 0 1%;
    text-indent: 20px;
    font-size: 14px;
    text-align: left;
    color: black;
    z-index: 1;
    transition: top .5s ease;
}

    .ttd-info span a {
        color: red;
        font-weight: 500;
        font-size: 16px;
        padding-left: 10px;
    }

        .ttd-info span a::after {
            content: '\00bb';
            font-size: 20px;
            padding-left: 3px;
            opacity: 1;
            transition: 0.5s;
        }

.about-content {
    margin: 0px 0 5px 0;
    border-radius: 3px;
    font-weight: 500;
    /*text-indent: 30px;*/
    font-size: 18px;
    color: white;
}

    .about-content h1 {
        color: #000;
        text-indent: 0px;
        margin: 0;
        font-size: 24px;
        font-weight: 500;
    }

.about-inner {
    /*margin: 0 0 5px 5px;*/
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    background-color: #dddddd;
    border: 1px solid #e3e3e3;
    color: #111e28;
    text-align: left;
    border-radius: 3px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.display-l {
    display: block;
}

.display-s {
    display: none;
}


@media (max-width: 1170px) {
    .display-l {
        display: none;
    }

    .display-s {
        display: block;
    }
}


@media (max-width: 700px) {


    .slider-title {
        font-size: 16px;
    }

    .ttd-info {
        font-size: 12px;
    }

        .ttd-info span a {
            font-size: 14px;
        }

            .ttd-info span a::after {
                font-size: 15px;
            }
}


@media (max-width: 500px) {

    .slider-title {
        font-size: 14px;
    }

    .ttd-info {
        font-size: 10px;
    }

        .ttd-info span a {
            font-size: 12px;
        }

            .ttd-info span a::after {
                font-size: 16px;
            }
}

 

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    background: none;
    /*background-color: none;*/
    border-radius: 6px;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background: none;
        border-radius: 2px;
        box-shadow: none;
    }

.places-title {
    font-size: 25px;
    letter-spacing: 4px;
    color: black;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 5%;
    font-family: 'Bodoni MT';
    text-decoration: underline;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #185171;
    padding: 4px 0px;
    border-radius: 0;
}

.panel-default > .panel-body {
    /*background-color: #F2F2F2;*/
    border-radius: 0;
}

.panel-title {
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    text-align: left;
    border-left: 5px solid ridge;
    border-right: 5px solid ridge;
    padding: 2px 0 2px 10px;
}

.panel-content {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: black;
    font-weight: 400;
    text-indent: 20px;
}

.panel-content-list {
    padding-top: 10px;
    text-indent: 0px;
}

.cttop span {
    padding-right: 30px;
}

.divmaintenance {
    padding-left: 5%;
    margin-top: 0%;
    margin-bottom: 23%;
}

    .divmaintenance h1 {
        font-size: 24px;
        color: black;
    }

.services-icons {
    font-size: 100px;
    color: darkcyan;
}

.carousel-control {
    width: 7%;
    margin: 1%;
}

    .carousel-control.right, .carousel-control.left {
        background: none;
    }

.carouselbox {
    margin: 0;
    padding: 0;
}

.carouselitembox .img-thumbnail {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.carouselitembox .title {
    top: 5%;
}


hr {
    margin: 0;
    padding: 0 10px 5px 10px;
    /*width: 2px;*/
}

.navbar-right .dropdown-menu {
    left: 0;
}

.alert-info {
    border: 1px solid lightgrey;
    box-shadow: 0 0 20px darkcyan;
}


.divexptit h1 {
    padding: 10px;
    margin: 0 0 0% 0;
    font-size: 28px;
    text-align: center;
    /*background-color: rgb(66, 176, 244);*/
    background-color: #dddddd;
    /*color: rgb(8, 93, 117);*/
    color: black;
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
    border-radius: 3px;
}

.divplaces .row {
    padding: 0;
    margin: 0;
}

.divplaces .col-md-3, .col-md-4, .col-md-7 {
    padding: 10px 15px 10px 15px;
}

.modal-img-space {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.divimgbrick .col-md-6 {
    padding: 0;
    text-align: center;
}

.divimgbrick_h .col-md-6 {
    padding: 0;
    text-align: center;
}

.modal-rht {
    max-height: 450px;
    overflow-y: auto;
    padding: 10px 0 20px 0;
}

.modal-lft {
    max-height: 450px;
    overflow-y: auto;
}

.divimgbrick {
    display: block;
    margin: 0 15% 0% 15%;
    max-height: 450px;
}

.divimgbrick_h {
    display: block;
    margin: 0 15% 0% 15%;
    max-height: 450px;
}

.divimgcarousal {
    display: none;
}

@media (max-width: 991px) {

    .modal-rht {
        max-height: 40%;
    }

    .modal-lft {
        max-height: 40%;
    }

    .divimgbrick {
        display: none;
    }

    .divimgcarousal {
        display: block;
        margin: 0 5% 0 5%;
    }
}

.place-img {
    height: 580px;
    max-height: 580px;
}

.crossfade {
    height: 580px;
    max-height: 580px;
}

    .crossfade > figure {
        animation: imageAnimation 24s linear infinite 0s;
        backface-visibility: hidden;
        background-size: cover;
        background-position: center center;
        color: transparent;
        height: 580px;
        max-height: 580px;
        left: 0px;
        opacity: 0;
        position: absolute;
        top: 90px; /*navbarmargin*/
        width: 100%;
        z-index: 0;
    }

        .crossfade > figure:nth-child(1) {
            background-image: url(../Images/Carousel/TamilNadu.jpg);
        }

        .crossfade > figure:nth-child(2) {
            animation-delay: 4s;
            background-image: url(../Images/Carousel/Karnataka.jpg);
        }

        .crossfade > figure:nth-child(3) {
            animation-delay: 8s;
            background-image: url(../Images/Carousel/Kerala.jpg);
        }

        .crossfade > figure:nth-child(4) {
            animation-delay: 12s;
            background-image: url('../Images/Carousel/Pondicherry.jpg');
        }

        .crossfade > figure:nth-child(5) {
            animation-delay: 16s;
            background-image: url(../Images/Carousel/Goa.jpg);
        }

        .crossfade > figure:nth-child(6) {
            animation-delay: 20s;
            background-image: url(../Images/Carousel/TamilNadu.jpg);
        }


@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 3000px) {
    .navbar-inverse .navbar-nav > span > a, strong {
        margin: 5px 15px;
    }
}

@media (max-width: 1520px) {
    .navbar-inverse .navbar-nav > span > a, strong {
        margin: 5px 15px;
    }
}

@media (max-width: 1320px) {
    .navbar-inverse .navbar-nav > span > a, strong {
        margin: 5px 10px;
    }
}

@media (max-width: 1220px) {
    .navbar-inverse .navbar-nav > span > a, strong {
        margin: 5px 10px;
    }
}

@media (max-width: 1120px) {
    .navbar-inverse .navbar-nav > span > a, strong {
        margin: 5px 5px;
    }
}

@media (max-width: 1298px) {
    .mob-view {
        display: block;
    }

    .desk-view {
        display: none;
    }

    .navbarmargin {
        padding: 90px 0% 0 0;
    }


    #divfooterlinks span {
        display: block;
    }

    .navbar-header {
        background-color: #064d71;
        padding: 10px 0px 10px 0px;
    }

    .crossfade > figure {
        top: 75px; /*navbarmargin*/
    }

    .sec-nav-off:before {
        content: "";
        display: block;
        height: 60px; /* fixed header height navbarmargin*/
        margin: -60px 0 0 0; /* negative fixed header height navbarmargin*/
        outline: none;
    }
}

.menubar {
    background-color: #C54D19;
    opacity: 2;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.contactusicons {
    font-size: 24px;
    padding-right: 20px;
}

.contactus {
    font-size: 20px;
}

.contlbl {
    color: black;
    font-size: 16px;
}

.compname {
    font-size: 35px;
    color: yellow;
    padding-right: 5px;
    font-weight: bolder;
    font-family: cursive;
}

@media (max-width: 435px) {
    .compname {
        font-size: 19px;
    }
}

@media (max-width: 400px) {
    .compname {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .compname {
        font-size: 15px;
    }
}

@media (max-width: 340px) {
    .compname {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .compname {
        font-size: 12px;
    }
}

.vcenter {
    vertical-align: middle;
}

@media (max-width: 310px) {
    .compname {
        margin-top: 20px;
        font-size: 12px;
    }
}

@media (max-width: 280px) {
    .compname {
        margin-top: 25px;
        font-size: 12px;
    }
}

 
#ThingsToDo {
    margin-top: 0.5%;
}

#divthingstodo {
    padding-top: 20px;
    /*background-color: rgb(173, 150, 65);*/
    /*sienna*/
}

    #divthingstodo .col-md-4 {
        padding: 0 5px 0 5px;
    }

.coverbg {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.control-label {
    font-weight: 400;
}

.pagetitle {
    text-align: center;
    font-weight: bolder;
    padding: 5px 10px 5px 10px;
    margin: 15px 0 5px 30px;
    font-size: 25px;
    color: #158CA0;
    text-transform: capitalize;
}

.tdobg {
    background-color: #000000;
}

.tdoabtcolor {
    color: black;
}

.pteabtcolor {
    color: black;
}

.hrtitlebar {
    margin: 0 10% 15px 10%;
    padding: 1px 0 0 1px;
    /*background-color: dimgray;*/
}

.about-content .well-title {
    color: black;
    font-weight: bold;
    padding: 10px;
    margin: 1% 0 0% 0;
    font-size: 28px;
    text-align: center;
    /*background-color: rgb(66, 176, 244);*/
    background-color: #dddddd;
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
    border-radius: 3px;
}

.well-content {
    padding-bottom: 0;
}

ul {
    list-style-type: square;
}

.modal.fade {
    opacity: 1;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

.linesontext {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.divttdhover {
    cursor: pointer;
    padding: 10px 5px 10px 5px;
    color: white;
}

    .divttdhover .col-md-8 {
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        text-decoration: none;
        font-size: 18px;
        transition: background 0.6s;
        -webkit-transition: background 0.6s; /* Safari 3.1 to 6.0 */
    }

/*s.ttdimgbox {
    -webkit-box-shadow: 0px 0px 50px 1px rgba(245,211,34,0.5);
    box-shadow: 0px 0px 50px 1px rgba(245,211,34,0.5);
    color: crimson;
}*/

.ttdactive {
    color: #000;
    background: white;
    border-radius: 3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid red;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid red;
}

.contact-info {
}

.navbar-collapse {
    border-radius: 3px;
}

.pte-color {
    color: white;
}

.modal-open .modal {
    overflow-y: scroll;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: darkcyan;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 45px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: red;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.copyright {
    padding-left: 10px;
    color: white;
     font-size: 12px;
}

.welcometxt {
    position: absolute;
    top: 10%;
    left: 0%;
    width:100%;
    text-align: center;
    z-index: 100;
    font-size: 70px;
    font-family: 'Script MT';
    cursor: pointer;
}

    .welcometxt a {
        text-decoration: none;
    }

    .welcometxt span {
        color: white;
    }

        .welcometxt span:hover {
            color: whitesmoke;
        }

.welcomesubtxt1 {
    position: absolute;
    top: 10%;
    text-align: center;
    font-size: 40px;
    width: 30%;
    font-family: 'Bauhaus 93';
    cursor: pointer;
    color: yellow;
    padding-left: 30px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari 3-8 */
    transform: rotate(-20deg);
}

.welcomehmelnk {
    position: absolute;
    top: 0%;
    right: 1%;
    text-align: center;
    z-index: 100;
    font-size: 50px;
    color: white;
}

    .welcomehmelnk > a {
        font-size: 20px;
        color: white;
        padding: 10px 45px;
        text-decoration: none;
        border: 2px solid deepskyblue;
        background-color: transparent;
        border-radius: 3px;
    }

    .welcomehmelnk a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: brown;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.4s ease-in-out 0.2s;
        transition: all 0.4s ease-in-out 0.2s;
    }

    .welcomehmelnk a:hover {
        color: black;
        border: 2px solid deepskyblue;
        transition: 0.8s;
    }

.welcomemarq {
    position: absolute;
    top: 75%;
    text-align: center;
    width: 100%;
    font-size: 30px;
    padding: 0 20% 0 20%;
}

.abtus-positive {
    color: #18714b;
    font-weight: bold;
}

.faspace {
    padding-right: 5px;
}

.servfa {
    font-size: 25px;
}

.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    background-color: #247cf7;
}

.modal-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal-header span {
    font-size: 20px;
    color: white;
    margin: 5px 0 5px 0;
    padding-left: 10px;
    font-weight: bolder;
    border-left: 6px solid firebrick;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
}

.modal-header .close {
    margin-bottom: 5px;
    border: 1px solid #fff;
    padding: 0 5px 2px 5px;
    border-radius: 3px;
}

.modal-body {
    padding-top: 5px;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #2c2828;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    text-align: center;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bolder;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: yellow;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.togglenav {
    color: white;
    cursor: pointer;
    font-size: 20px;
    display: block;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

    .togglenav:hover {
        color: red;
    }

.drplang_d {
    border-radius: 2px;
    height: 35px;
    cursor: pointer;
    padding-top: 3px;
}

.drplang_m {
    border-radius: 2px;
    height: 35px;
    cursor: pointer;
    width: 100%;
}

.dropdown-menu ul {
    text-align: center;
}

 
.navbar-toggle {
    margin-right: 10px;
    padding: 8px;
    border: 2px solid gray;
    border-radius: 3px;
}

.services-item {
    font-size: 22px;
    color: #4d4646;
    margin: 5px 0 10px 0;
    padding-left: 10px;
    margin-left: 10px;
    border-radius: 3px;
    text-align: left;
}

ul {
    list-style-image: url("../Images/Icons/icongif1.gif");
}

.services-item-cont {
    padding-left: 25px;
}

    .services-item-cont ul {
        list-style-image: url("../Images/Icons/icon3.png");
    }

        .services-item-cont ul > li {
            text-align: left;
            font-size: 17px;
        }

.landingimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: opacity 700ms;
    width: 100%;
}


/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: darkgray;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #796c6c;
    }

::-webkit-scrollbar-corner {
    color: black;
}

.navcustom {
    text-align: left;
    padding: 0 0%;
}

.formaltmsg {
    color: red;
}

#ebcaptchatext {
    padding-right: 1rem;
}

#ebcaptchainput {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

