﻿
body {
    font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, a, span, div, strong {
    font-family: 'Poppins', sans-serif !important;
}

fieldset {
    text-align: justify;
}

ul li {
    list-style-type: none;
}
 

.footer-social-links {
    margin-top: 0px;
}

.osc-rotation {
    box-sizing: border-box;
    animation: oscillate-rotation 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}


.image {
    background-image: url('../images/bannerbg5.jpg');
    /*background-image: url('../images/bannerbg4.jpg');*/
    /*background-image: url('../images/bannerbg6.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 100vh;
    width: 100%;
    -webkit-animation-name: test;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    /*-webkit-animation-delay: 5s;*/
}

@-webkit-keyframes test {
    0%, 33% {
        background-image: url('../images/bannerbg3.jpg');
    }

    33%, 66% {
        background-image: url('../images/bannerbg2.jpg');
    }

    66%, 100% {
        background-image: url('../images/bannerbg5.jpg');
    }
}


    .image .heading {
        color: white;
        text-align: center;
        padding-top: 200px;
    }

    .image .container .caption {
        /* position: absolute;
    top: 40%;*/
        transform: translateY(-50%);
    }

        .image .container .caption p {
            margin-top: 10px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.2;
            color: #fff;
        }

.services-dv {
    padding: 20px;
}

.service-item .icon {
    max-width: 60px;
    margin: 0 auto;
}

.service-item h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.service-item p {
    color: #fff;
    font-size: 15px;
}

.service-item {
    background: #374B5C;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 27px;
    min-height: 250px;
    max-height: 300px;
    margin: 10px 0px;
}

.main-button-red a:hover, .main-button-red a:focus {
    font-size: 13px;
    color: #fff;
    background-color: #374b5c;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-red a {
    font-size: 13px;
    color: #fff;
    background-color: #374b5c;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

/*#footer {
    background: #005289;
    padding: 40px 0 0px;
}*/

.footer-social-links {
    margin-top: 30px;
}

#footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top:0px;
}

    #footer p a {
        color: rgba(255, 255, 255, 0.5);
    }

        #footer p a:hover, #footer p a:active, #footer p a:focus {
            color: rgba(255, 255, 255, 0.9) !important;
        }
         
    #footer .fh5co-footer-link h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    #footer .fh5co-footer-link li, #footer .fh5co-footer-link ul {
        padding: 0;
        margin: 0;
    }

    #footer .fh5co-footer-link li {
        list-style: none;
        margin-bottom: 5px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.5);
    }

        #footer .fh5co-footer-link li a {
            color: rgba(255, 255, 255, 0.5);
        }

            #footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus {
                color: #fff !important;
            }

.image .container .caption p {
    color: #343434;
    font-size: clamp(16px,4vw,18px);
    max-width: 570px;
}

.image .container .caption h1 {
    margin-top: -47px;
    color: #343434;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.footer {
    text-align: center;
    /* margin-top: 140px;*/
    border-top: 1px solid rgba(250,250,250,0.15);
    padding: 4px 0px;
    background: #2d2e67;
}

    .footer p {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        margin: 0px;
    }

        .footer p a {
            color: #f5a425;
        }
/*p {
    text-align: center;
    padding: 20px 60px;
}*/
p .btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 10px;
    font-size: 15px;
    /*margin-top: 40px;*/
}

    p .btn:hover {
        color: #374b5c;
        border-color: #374b5c;
    }

.sub-header-cont {
    position: absolute;
    width: 100%;
}

.sub-header {
    line-height: 1;
    /*    background-color: #374b5c;
    position: relative;*/
    /* padding: 7px 0px;*/
}

    .sub-header .left-content {
        display: inline-block;
        text-align: left;
    }

        .sub-header .left-content span {
            color: #fff;
            padding: 8px 0px;
            font-size: 13px;
            padding-top: 10px;
            margin-top: 56px;
        }

            .sub-header .left-content span em {
                font-style: normal;
                color: #f5a425;
            }

    .sub-header .right-icons {
        display: inline-block;
        float: right;
    }

        .sub-header .right-icons ul {
            margin: 0px;
        }

            .sub-header .right-icons ul li {
                display: inline-block;
                margin-left: 15px;
            }

                .sub-header .right-icons ul li a {
                    color: #fff;
                    font-size: 14px;
                    transition: all .3s;
                }

.navbar {
    height: 72px; 
    border: none;
    position: fixed;
    /* color: white; */
    box-shadow: lightslategray;
    /* margin: 0px; */
    /* z-index: 100; */
    box-shadow: none !important;
    /* transition: background-color 1s ease 0s; */
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        /* width: 170px; */
        margin-left: 0px;
        height: 53px;
        margin-top: 9px;
    }

.air-filt {
    padding-left: 5px;
}

@media screen and (max-width:768px) and (min-width:250px) {
    .navbar-brand img {
        height: 43px;
        margin-top: 15px;
        margin-left: 15px !important;
    }
    .Iqt3-button-content {
        padding: 8px !important;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }
    .air-filt {
        display:none;
    }

}


.navbar-default .navbar-brand { 
    color: white;
}
.navbar-collapse .navbar-nav li a {
    color: #1c3b51;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize; 
    font-weight: 500;
}

.header-content2__call:hover {
    border-bottom: none !important;
}

.header-content2__call i {
    font-size: x-large;
    color: #4a9cc5;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-default {
    background: #ffffff !important;
    border-bottom: 2px solid #012c61 !important;
}
.whatsappfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    z-index: 100;
}

.whatsappfloat img {
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
}


.navbar-nav li:visited {
    color: #374b5c;
    text-decoration: none;
}



.navbar-nav li.active a, a:hover, a:focus {
    background-color: transparent;
    color: #374b5c;
}
/*//end .navbar-nav
*/
/*//Collapsed styles*/
.navbar-toggle {
    border-color: #374b5c;
    margin-top: 20px!important;
}

    .navbar-toggle:hover, .navbar-toggle {
        background-color: #965292 !important;
    }



.icon-bar {
    color: #ffffff;
    background-color: #ffffff !important;
}
 
.solid {
    background-color: #374b5c;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px grey;
    margin-top: 0px;
    position: fixed !important;
}

.navbar.solid .navbar-brand {
    color: #a3a3a3;
    transition: color 1s ease 0s;
}

    .navbar.solid .navbar-brand:hover {
        border-color: #a3a3a3;
        transition: color 1s ease 0s;
    }

.solid .container .navbar-collapse ul li a {
    color: #fff !important;
    transition: color 1s ease 0s;
}

    .solid .container .navbar-collapse ul li a:hover {
        border: 1px solid #fff;
    }


.services {
    margin-top: -10px;
    padding-top: 20px;
    background: #f7f2ed;
    width: 100%;
}




@media screen and (max-width: 768px) and (min-width: 200px) {
    .sub-header .left-content span {
        display: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        /* border-color: #e7e7e7; */
        margin-top: 4px;
        -webkit-box-shadow: none;
        border: none;
        background: #fff;
        border-bottom: 2px solid #8e458a!important;
    }
}

@media screen and (max-width: 991px) and (min-width: 200px) {
    .footer-social-links {
        margin-top: 0px;
    }


    #footer .fh5co-footer-link {
        padding-bottom: 0px;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .services {
        margin-top: -6px;
        /*  background: #a3a3a3;*/
        width: 100%;
    }

    .services-dv {
        margin-top: 50px;
    }

    .image {
        height: 560px;
    }
}

.navbar-right {
    margin-right: 0px;
}

.phonedetail {
    font-size: 27px;
    border: 1px solid;
    /*background-color: #ae2233;*/
    border-radius: 24px;
    padding: 0px 15px 0px 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}

.calldetail {
    display: none;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    font-family: 'Math';
    right: 17px;
    background: #fff;
    color: #000;
    padding-top: 3px;
    padding: 3px 16px 3px 16px;
    text-align: center;
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
}

.topclassphone {
    text-align: right;
    margin-left: 35px;
    padding: 20px 0px 0px 0px;
}

.phonedetail i {
    margin-right: 6px;
}

.solid .navbar-right .topclassphone .phonedetail {
    background-color: #ffffff;
    color: #374b5c;
}

.solid .navbar-right .topclassphone .calldetail {
    background: #a3a3a3;
    color: #fff;
}

.fh5co-tours {
    margin: 20px 0px;
}

.bg-gray {
    background: #f7f2ed;
}

.fh5co-tours > div {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .fh5co-tours > div img {
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        height: 439px;
        width: 100%;
    }

    .fh5co-tours > div .desc {
        position: absolute;
        background: #00000078;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
        z-index: 12;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .fh5co-tours > div .desc h3 {
            color: #fff;
            margin: 0;
            padding: 0;
            opacity: 1;
            font-size: 24px;
            font-weight: 400;
            visibility: visible;
            margin-bottom: 5px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .fh5co-tours > div .desc span {
            display: block;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 5px;
        }

        .fh5co-tours > div .desc .price {
            font-size: 26px;
            font-weight: bold;
            color: #fff;
        }

        .fh5co-tours > div .desc .btn {
            opacity: 1;
            border: 2px solid #fff !important;
            color: #fff !important;
            letter-spacing: 1px !important;
            font-weight: 400 !important;
            background-color: #f15a2400;
        }

            .fh5co-tours > div .desc .btn:hover {
                background: linear-gradient(180deg, #f15a24, #0071bc);
                border: 2px solid #f15a24 !important;
                color: white;

            }


#fh5co-destination {
    width: 100%;
    padding: 0;
    margin: 0;
}

#fh5co-destination-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0 !important;
    /*    margin: 0 !important;*/
    margin: 20px 0px 40px 0px;
    width: 100%;
}

    #fh5co-destination-list li.one-forth {
        /* width: 25%;*/
    }


        #fh5co-destination-list li > a .case-studies-summary {
            width: auto;
        }

            #fh5co-destination-list li > a .case-studies-summary h2 {
                color: #fff;
                margin-bottom: 0;
                font-size: 24px;
                font-weight: 400;
                -webkit-transition: 0.1s;
                -o-transition: 0.1s;
                transition: 0.1s;
            }

    #fh5co-destination-list li.one-half {
        /*   width: 50%;*/
    }

    #fh5co-destination-list li .title-bg {
        min-height: 220px;
        padding: 2em;
        position: relative;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        background: #00AD7C;
        z-index: 12;
    }

        #fh5co-destination-list li .title-bg h2 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 40px;
        }

.text-center {
    text-align: center;
}

#fh5co-destination-list li {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 220px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
}

    #fh5co-destination-list li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(0 0 0 / 32%);
        z-index: 8;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
       /* border-radius: 20px;*/
    }

  /*  #fh5co-destination-list li:hover:after {
        -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
        -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
        background: rgba(0, 0, 0, 0.3);
    }

    #fh5co-destination-list li > a:hover:after {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        content: "";
        border: 2px solid #374b5c;
        opacity: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }*/

.subscribe_sec {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.subscribe_bg {
    /*    background-image: url(/Content/images/Subscribe.jpg);
    background-size: cover;*/
    text-align: center;
    height: 200px;
    padding-top: 36px;
    margin-bottom:30px;
}

h4.subscribe_heading {
    /* color: #fff; */
    margin: 0 auto 10px;
    text-align: center;
    display: flex;
    line-height: 35px;
    flex-direction: column;
    /* text-transform: uppercase; */
    font-size: 22px;
    font-weight: 700;
    color: #1c3b51;
}

div#frm_Newsletter {
    position: relative;
}

.sub_inputcontainer {
    width: 620px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

    .sub_inputcontainer input {
        height: 50px;  
        width: 70%;
        border: 1px solid #8e458a;
        line-height: 34px;
        background: #fff;
        padding: 0 15px;
         outline: 0; 
        color: #000;
        border-radius: 30px 0px 0px 30px!important;
        
    }
        .sub_inputcontainer input:focus {
            box-shadow: 0px 0px 5px #8e458a !important;
            border-color: #8e458a!important;
        }
        .pb-30 {
            padding-bottom: 30px !important;
        }

.pt-10 {
    padding-top: 10px !important;
}

.sub_inputcontainer button {
    font-size: 20px;
    background: #8e458a;
    padding: 6px 20px; 
    border: none;
    color: #fff;
    height: 50px; 
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 30px 30px 0px !important;
}

.subThanks {
    font-size: 13px;
    color: green;
    padding: 5px 10px;
    position: absolute;
    background: #fff;
    display: block;
    margin-top: 7px;
    width: 300px;
    padding-left: 10px;
    border-radius: 15px;
    margin-left: 0;
    top: 47px;
    left: 0;
}

.sub_inputcontainer button img.mr10 {
    margin-right: 10px;
}

h4.subscribe_heading span {
    font-size: 15px;
    font-weight: normal;
}

.service-item .icon img {
    width: 60px;
}

@media screen and (max-width: 648px) and (min-width: 100px) {

    .sub_inputcontainer {
        width: 100%;
    }
}

@media screen and (max-width: 470px) and (min-width: 100px) {
    .sub_inputcontainer button {
        font-size: 12px;
        width: auto;
        padding: 0px 7px;
    }

}

@media screen and (max-width: 767px) and (min-width: 100px) {

    .lastUlLi {
        display: none;
    }
}


.colorlib-nav .top {
    display: block;
    background: #fff;
    padding: 0;
}

    .colorlib-nav .top:before, .airlogocolnum:before {
        content: '';
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(237,128,52);
        background: -moz-linear-gradient(left, rgba(237,128,52,1) 0%, rgba(237,128,52,1) 33%, rgba(254,177,35,1) 33%, rgba(254,177,35,1) 66%, rgba(33,132,205,1) 66%, rgba(33,132,205,1) 100%);
        background: -webkit-linear-gradient(left, rgba(237,128,52,1) 0%,rgba(237,128,52,1) 33%,rgba(254,177,35,1) 33%,rgba(254,177,35,1) 66%,rgba(33,132,205,1) 66%,rgba(33,132,205,1) 100%);
        background: linear-gradient(to right, rgba(237,128,52,1) 0%,rgba(237,128,52,1) 33%,rgba(254,177,35,1) 33%,rgba(254,177,35,1) 66%,rgba(33,132,205,1) 66%,rgba(33,132,205,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8034', endColorstr='#2184cd',GradientType=1 );
    }

.colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

    .colorlib-nav #colorlib-logo a {
        position: relative;
        color: #000;
    }

.colorlib-nav ul.protect-symbol li.emailistest {
    padding: 0;
    position: relative;
}

.colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    font-weight: 400;
}

.colorlib-nav ul.protect-symbol li.emailistest a {
    padding: 0;
    position: relative;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 15px;
    background-color: rgb(222 237 251 / 55%);
    position: relative;
    padding-left: 35px;
    margin-top: 13px;
    float: left;
    font-weight: 400;
    color: #333;
}

.pull-rightt {
    float: right !important;
}

.colorlib-logo-phone {
    margin: 0px 0px 0px 16px;
    color: #ff7f00;
    font-size: 25px;
    font-weight: 600;
    padding: 12px 0px;
    position: relative;
    display: inline-block;
    width: auto;
}

.header-content2__call {
    color: white !important;
    transition: all 0.5s;
    float: right;
    padding-top: 0;
}

    .header-content2__call img {
        float: left;
        margin-right: 5px;
        height: 37px;
        margin-top: 4px;
    }

.header-content2__call__phone-number {
    display: inline-block;
    margin-top: 4px;
}

.colorlib-nav .top p {
    color: #000000;
    margin: 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
}

.header-content2__call__phone-number span:first-child {
    font-size: 26px;
    color: #003749;
    font-weight: 700;
}
@media screen and (max-width: 991px) and (min-width: 767px) {

    .protect-symbol {
        margin-bottom: 0px !important;
    }
}

.headeranc {
    font-size: 14px;
}

@media screen and (max-width: 1199px) and (min-width: 100px) {
    .service-item {
        min-height: 272px;
        max-height: max-content;
    }
}


/*suraj style start*/

.fa-shake {
    color: #343434;
    font-size: 20px;
   
}
@media screen and (max-width:600px) and (min-width:385px){
    .image .container .caption h1 {
        text-align: center;
        font-size: 30px;
        margin-top: -70px;
    }
    .image .container .caption p{
        text-align:center;
    }
}

@media screen and (max-width:384px) and (min-width:100px){
    .image .container .caption p {
        text-align: center;
    }
    .image .container .caption h1 {
        text-align: center;
        font-size: 26px;
        margin-top: -70px;
    }
}
@media screen and (max-width:412px) and (min-width:100px){
    .subscribe_bg {
        padding-top: 36px;
        margin-bottom: 65px;
    }
}
.ctr_padding_rl {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width:425px) and (min-width:100px){
    center h4{
        font-size:28px;
    }
}
/*suraj style end*/
