/*========================================================================*/
/*= Basic Properties starts ==============================================*/
/*========================================================================*/





* {
    margin: 0;
    padding: 0;
}

/*========================================================================*/
/*= Basic Properties Ends ================================================*/
/*========================================================================*/


/*========================================================================*/
/*= Navigation starts ====================================================*/
/*========================================================================*/

.navbar {
    padding: 24px 0px;
    border-bottom: none !important;
    transition: all 0.5s ease-in-out;
}

/* Navbar Brand*/
.navbar-header a {
    color: white !important;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s ease-in;
}
.navbar-header a:hover {
    color: deepskyblue !important;
}

/* navigation menus */
.navbar ul li a {
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s ease-in;
    background: transparent !important;
}
.navbar ul li a:hover, .navbar ul li a:focus {
    color: deepskyblue !important;
    background: none !important; /* remove background color */
}


.navbar-toggle {
    border: 1px solid white !important;
    color: white !important;
    transition: all 0.5s ease-in;
}

.icon-bar {
    color: white !important;
    background-color: white !important;
}

.navbar-toggle:hover {
    background-color: deepskyblue !important;
}

/* this remove the thin line in the nav bar menu*/
.navbar .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent !important;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1) !important;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1) !important;
}

/* circile one of the menue bar */
/*
.contact {
    border: 1px solid white;
    border-radius: 50px;
}
*/

.navbar-inverse {
    background-color: transparent !important;
}

/*========================================================================*/
/*= Navigation Ends ======================================================*/
/*========================================================================*/



/*========================================================================*/
/*= Sticky Navigation with background color ==============================*/
/*========================================================================*/

.secondary {
    background-color: #34495e;
}










/*========================================================================*/
/*= Slider Starts ========================================================*/
/*========================================================================*/

.slider {
    width: 100%;
    height: 700px; /* It doesn't have to be '%'. It can also use 'px'. */
    background-image: url(..//img/city_img2.jpg);
    background-size: cover;
    background-position: center;
    color: white;
/*
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
*/
    }

.slider-overlay {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.65); /* fade img */
    position: relative;
}

.slider-content {
    position: absolute;
    top: 39%;
    width: 100%;
}

.icons .fas {
    font-size: 35px;
    margin-right: 10px;
}

.cta-div {
    margin-top: 30px;
}

/* button 1 */
.btn1 {
    padding: 13px 18px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid white;
    border-top-left-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right: -6px;
}
.btn1:hover {
    text-decoration: none; /* remove underline in the button*/
    color: white;
    background-color: #007bff;
/*    border-color: deepskyblue;*/
}

/* button 2 */
.btn2 {
    padding: 13px 18px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid white;
    border-bottom-right-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right: 10px;
}
.btn2:hover {
    text-decoration: none; /* remove underline in the button*/
    color: white;
    background-color: #dc3545;
/*    border-color: orangered;*/
}

/*social links*/
.social-netwroks a .fab {
    border: 1px solid white;
    padding: 10px;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    margin-right: 2px;
    transition: all 0.5s ease-in;
}

.social-netwroks a .fas {
    border: 1px solid white;
    padding: 10px;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    margin-right: 2px;
    transition: all 0.5s ease-in;
}

.social-netwroks a .fab:hover {
    text-decoration: none;
    background-color: deepskyblue;
    color: white;
    border: 1px solid deepskyblue; 
}

.social-netwroks a .fas:hover {
    text-decoration: none;
    background-color: deepskyblue;
    color: white;
    border: 1px solid deepskyblue; 
}

.slider .text, .slider .typed-cursor {
    display: inline; /* to remove the line + jerk effect*/
    font-size: 50px;
}

.primary {
    color: deepskyblue;
}

.typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
    -webkite-animation:blink 0.7s infinite;
    -mox-animation:blink 0.7s infinite;
}

@keyframes blink {
    
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    11% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    11% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0;
    }
    
    11% {
        opacity: 1;
    }
}

/*========================================================================*/
/*= Slider Ends ==========================================================*/
/*========================================================================*/


/*========================================================================*/
/*= Services Style =======================================================*/
/*========================================================================*/


.service-area {
    margin-top: 30px;
}

.service-area p {
    margin-bottom: -5px;
}


.service-wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.2); /* red green blue alpha */
    overflow: hidden;
    padding: 25px 35px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9;
    margin-top: 20px;
}

.service-wrap:before, .service-wrap:after {
    content: "";
    height: 300%;
    position: absolute;
    transform: rotate(45deg);
    width: 120%;
    z-index: -9;
    transition: all 0.5s;
    opacity: 0;
    background: #33495e;
}

.service-wrap:before {
    top: -50px;
    left: 100%;
}

.service-wrap:hover:before {
    left: -50px;
    opacity: 1;
}

.service-wrap:after {
    right: 100%;
   bottom: -50px;
}

.service-wrap:hover:after {
    right: -50px;
    opacity: 1;
}

.service-wrap:hover {
    color: white;
}

.service-wrap:h3 {
    color: white;
}

.service-wrap:hover h3 {
    color: white;
}

.service-wrap:hover h3:after {
    background-color: white;
}


.service-icon i {
    font-size: 30px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.service-wrap:hover .service-icon i {
    transform: rotate(360deg);
}

.service-wrap h3 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.service-wrap p {
    font-size: 14px;
    margin-bottom: 0;
}

/*========================================================================*/
/*= Services Ends ========================================================*/
/*========================================================================*/


/*========================================================================*/
/*= Work Markup Style  ===================================================*/
/*========================================================================*/

.work {
    margin-top: 25px;
}


/*universal selctor to select all the row and targeting the col  */
.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    transition: transform 0.5s ease;
    width: 100%;
}

.img-wrapper img:hover {
    transform: scale(1.5);
    /* adding mouse zoom icon on hover  */
    cursor: zoom-in;
}

/*========================================================================*/
/*= Work Markup End  =====================================================*/
/*========================================================================*/





/*========================================================================*/
/*= Team Style  ==========================================================*/
/*========================================================================*/

.teams .team-member img {
    border: 3px solid #34c6d3;
    padding: 3px;
}


.team-member {
    margin-top: 50px;
}

.team-member {
    margin:0 15px;
}

.team-member-info {
    padding: 10px 0 30px 0;
}

h4.team-member-name {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation {
    color: #34c6d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: capitalize;
}

.social-list {
    padding-left: 0;
}

.social-list li {
    /* this remove bult point of the li list */
    list-style: none;
    /* display all the icons in one line */
    display: inline-block;
    width: 22px;
    height: 22p;
    margin-right: 6px;
    margin-top: 10px;
}

.social-list i {
    font-size: 20px;
}

.icon-gray i {
    color: #64707b;
}

/*========================================================================*/
/*= Team Style Ends  =====================================================*/
/*========================================================================*/



/*========================================================================*/
/*= Testimonial Style  ===================================================*/
/*========================================================================*/


.carousel-inner img {
    width: 150px;
    height: 150px;
    border-radius: 3%;
    border: 5px solid white;
     padding: 3px;
    
}

.testimonials {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(..//img/city_img3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding-top: 80px;
    padding-bottom: 155px;
}

.testimonials .carousel-indicators {
    margin-bottom: -60px;
}

.border-bottom {
    width: 40px;
    height: 2px;
    background-color: white;
    /*this will aline the line under review automatic*/
    margin:0 auto;
}

.carousel-inner p {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 30px;
}

/*========================================================================*/
/*= Testimonial Style Ends  ==============================================*/
/*========================================================================*/





/*===================================================*/
/*= Customer Services Style =========================*/
/*===================================================*/

/*its col of 12(Grid System) made it 7 so it looks more classy!*/
/*center the accordian in the mid*/
.col-centered{
float: none !important;
margin: 0 auto !important;
}


#accordian .panel {
    box-shadow: none;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
  
}

#accordian .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordian .panel-title a {
    display: block;
    padding: 25px 40px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background: #34495e;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}


#accordian .panel-title a:after, 
#accordian .panel-title a.collapsed:after  {
    /*Fontawesome Unicode*/
    /* "-"f068 sign */
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #34495e;
    text-align: center;
    font-size: 15px;
    
    /*this gives the - and + shape*/
    color: white;
    border: 5px solid white;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

#accordian .panel-title a.collapsed:after {
     content: "\f067";
}


/*hover effect on the panels*/
#accordian .panel-title a:hover:after,
#accordian .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
}


#accordian .panel-body {
    padding: 15px; 25px;
    background-color: #ebebeb;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

.panel-heading a {
    /* remove underline on text    */
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: normal;
    
}

/*img/prodcut img if needed*/
/*
.freeimage img {
    margin-top:;
    width: 300px;
}

.freeimage p {
    text-align: center;
    text-align: justify;
}
*/

/*========================================================================*/
/*= FAQ Markups Style Ends ===============================================*/
/*========================================================================*/




/*========================================================================*/
/*= Blog Style  ==========================================================*/
/*========================================================================*/

.latest-news-area {
    margin-top: 40px;
    background-color: #F8F8FF;
}

.latest-news-wrap {
/*    box-shadow: 0px 3px 10px rgba(0,0,0,.1);*/
}

.news-img img {
/*    filter: brightness(70%);*/
}

.news-img {
    position: relative;
}

.news-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    transform: scale(.8);
    transition: all 0.2s;
}

.latest-news-wrap:hover .news-img:before {
    opacity: .3;
    transform: scale(1);
}

.news-content {
/*    padding: 20px;*/
/*    margin-left: -20px; */
    margin-top: -5px;
}

/*blog text*/
.news-content p {
    margin-bottom: 15px;
/*    text-align: justify;*/
    margin-top: 20px;
    color: black;
}

.news-content h3 {
    color: black;
}

.latest-news-wrap span {
    /*DARKGREY*/
    color: #A9A9A9;
}

/*========================================================================*/
/*= Blog Style Ends  =====================================================*/
/*========================================================================*/




/*========================================================================*/
/*= Booking Style ========================================================*/
/*========================================================================*/

.contact-area {
    margin-top: 40px;
    background-color: #D3D3D3;
}

.form-control {
    border-radius: 0px !important;
    border: 1px solid #34495e !important;
}

.contact-form button.btn {
    padding: 13px 18px;
    background-color: transparent;
    color: black;
/*    text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid black;
    border-top-left-radius: 15px;
    transition: all 0.2s ease-in;
    margin-right: -6px;
    border-bottom-right-radius: 15px;
}

.contact-form button.btn:hover {
    background-color: #34c6d3;
/*    border-color: deepskyblue;*/
    text-decoration: none; /* remove underline in the button*/
/*    color: white;*/
}

/*========================================================================*/
/*= Booking Style Ends ===================================================*/
/*========================================================================*/






/*========================================================================*/
/*= Footer Style =========================================================*/
/*========================================================================*/

.footer {
    background-color: #34495e;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}

.social-icon a {
    margin: 0 16px 20px 16px;
    display: inline-block;
}

.footer .fab {
    font-size: 30px;
    color: deepskyblue;
    width: 80px;
    height: 80px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: white;
    line-height: 2;
    border: 10px solid deepskyblue;
    text-align: center;
    transition: all 0.3s ease-in; 
}

.footer .fas {
    font-size: 30px;
    color: deepskyblue;
    width: 80px;
    height: 80px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: white;
    line-height: 2;
    border: 10px solid deepskyblue;
    text-align: center;
    transition: all 0.3s ease-in; 
}

.social-icon a:hover .fab {
    border: 10px solid white;
/*    transform: rotate(360deg);*/
}

.social-icon a:hover .fas {
    border: 10px solid white;
/*    transform: rotate(360deg);*/
}

.footerlogo {
    color: white;
    font-size: 15px;
    text-align: center;
}

































































