 /*
Theme Name: Twenty Fifteen child
Theme URI: https://Digitalviewindia.com
Author: Digitalviewindia team
Template: twentyfifteen
Author URI: https://Digitalviewindia.com
Version: 1.0
*/

/*@import '../twentyfifteen/style.css';*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,400i,500,500i,600,600i,700,700i,800');

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('./fonts/BebasNeueRegular.otf') format('truetype');
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('./fonts/BebasNeueBold.ttf') format('truetype');
}


.btn2 {
    bottom: 10px;
    right: 10px;
    font-weight: 500;
    transition: .5s;
    position: fixed;
    z-index: 9999;
    right: 36px;
    background: #f00;
    border-radius: 15px;
    color: white;
    padding: 15px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}



.Sectors {
    background: #fcfcec;
}

.swim-img 
{
    text-align:center;
    margin-left:30px;
}

.Sectors h4 {
    color: #0071bd;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-align: left;
    margin-bottom: -6px;
    margin-top: 50px;
    font-weight: 600;
}

.Sectors h1 {
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
}

.Sectors p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
    opacity: 0.6;
    text-align: left;
}

.box-why {


    /* box-shadow: 10px 7px 15px 14px #f1f1f1; */
    padding-top: 27px;
    margin-bottom: 10px;
    text-align: left;


}

.box-why span {
    font-size: 21px;
    font-weight: 600;
    color: #484848;
    font-family: 'Open Sans', sans-serif;
}

.box-why .fa {

    /* font-weight: 900; */
    color: #FFA500 !important;
    font-size: 34px !important;
    padding: 11px;

}

.entry-title h1 {

    color: #0f0f0f;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px !important;
    font-weight: 700;
    margin-top: 0;

}

.img-why {
    margin-top: 22px !important;
    vertical-align: middle;
}

.accordion dl {}

.accordion dt>a {
    text-align: center;
    font-weight: 700;
    padding: 2em;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
}

.accordion dd {
    background-color: #1abc9c;
    color: #fafafa;
    font-size: 1em;
    line-height: 1.5em;
}

.accordion dd>p {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
    background-color: #16a085;
}



.accordionTitle {
    background-color: #0071bd;
    border-bottom: 1px solid #118dcd;
}

.accordionTitle:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover {
    background-color: #118dcd;
}

.accordionTitleActive {
    background-color: #34495e;
}

.accordionTitleActive:before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
}

@media all {
    .accordionItem {
        max-height: 50em;
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 15em;
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItemCollapsed {
    max-height: 0;
}

.animateIn {
    -webkit-animation-name: accordionIn;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: normal;
    -moz-animation-duration: 0.65s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionIn;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.animateOut {
    -webkit-animation-name: accordionOut;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: accordionOut;
    -moz-animation-duration: 0.75s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionOut;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}





.slide h3 {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #484848;
    line-height: 30px;
    font-size: 22px;
    text-align: center;

}

.box-border:hover .main-count i {

    color: #204C7E !important;
    background: #fff;
}

.main-count i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    line-height: 67px;
    display: inline-block;
    border: 2px dashed #ffffff3d;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-border h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-border {
    border: 3px solid #ffffffc4;
    padding: 20px;
    border-radius: 10px;
    text-align: center !important;
}


.Acheivements {

    background-image: url("./images/acheive.png");
}

.acheive-bg {
    background: #286062;
    padding: 50px;
    color: #fff;
    opacity: 0.7;
}

.Acheivements h4 {

    color: #fff !important;
    font-family: barlow, sans-serif !important;
    font-size: 43px !important;
    text-align: center;
    margin-bottom: 60px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;

}


.fa {
    font-size: 30px !important;
}

.doctors {
    margin: 20px;
}


.doctors h3 {
    font-size: 20px;
    font-weight: 600;
    color: #373737 important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.doctors h1 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0px;
    opacity: 0.6;
    text-align: center;
}

.video {
    margin-top: 15px;
    margin-bottom: 12px;
}

.video h4 {

    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-size: 31px;
    text-align: center !important;

}

.department {
    margin: 50px;
}

.department h3 {
    text-align: center;
    font-size: 31px;
    color: #0071bd;
    font-weight: 700;
    padding: 20px;
}



.department h5 {

    color: #0f0f0f;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-top: 0;

}

.department p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 16px;
    opacity: 0.6;
    text-align: left;

}

.dp-div {
    border: 0 none;
    box-shadow: 1px 1px 1px #ccc;
    margin: 5px;
    padding: 15px;
}

.read {
    text-align: left;
    padding: 13px;
    font-size: 13px;
    color: #fff;
    background: #118dcd;
    font-weight: 600;
    margin: 0px;
    border-radius: 6px;
}

.service {
    margin-top: 30px;

    background: #fcfcec;

}

.service h3 {
    text-align: center;
    font-size: 23px;
    color: #0071bd;
    font-weight: 700;

}


.service p {
    text-align: center;
    font-size: 30px;
    color: #4b4b4b;
    font-weight: 700;
    padding-bottom: 28px;

}

.srvs {
    padding: 0 10px;
    box-shadow: 10px 7px 15px 14px #f1f1f1;
    height: 500px;
}

.srvs h2 {
    text-align: #fcfcec !important;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-weight: 600;

    line-height: 24px;
}

.srvs p {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 27px !important;

    opacity: 0.6;
    text-align: center;
}


.info {
    text-align: center;
    margin: auto;
    display: inline;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #000 !important;
    text-decoration: none;

}

.why {
    padding: 0px;
    background-color: #fcfcec !important;

}


.why h3 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #0f749e;
    font-size: 31px;
}


.rm {
    background: #118dcd none repeat scroll 0 0;

    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 10px 9px 10px 17px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    top: 10px;
    right: 0px;
    width: 115px;
}

.rm:hover {
    color: #fff;
}

/* Style the buttons that are used to open and close the accordion panel */
/*.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
      border-radius: 10px;
border: 1px solid #ccc;
  text-align: left;
  outline: none;
font-size: 17px;
    transition: 0.4s;
    font-weight: 600;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #118dcd; 
  color:#fff !important;
}

.panel
 {
  padding: 12px 12px;
  display: none;
  background-color: white;
  overflow: hidden;
}

*/

.s_invest {
    margin-top: 70px;
    padding: 30px;
    background: url(./images/testimonial.png) !important;

}

.s_invest h3 {
    color: #1e1d1d;
    font-size: 31px;
    text-align: center;
    font-weight: 600;
}


.s_invest p {
    color: #747171;
    font-size: 18px;
    text-align: center;
}

.btn-color {
    color: #fff !important;
    position: fixed;
    left: 1px;
    text-transform: uppercase;
    top: 550px;
    transform: rotate(-5deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}

.fa {
    color: #FC630A !important;
}

#about-3 {
    position: relative;
    margin-top: -50px;
    z-index: 99;
}

.abox-3-holder {
    background-color: #fff;
    border: 3px solid #f5f5f5;
    padding: 15px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}



.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


.abox-3 {
    padding: 0 30px;
}


.abox-3 .fa {
    color: #FC630A ! important;
    font-size: 70px !important;
}


.abox-3-txt h5 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #a01a35;
    font-size: 23px;
    text-align: center;
}

.abox-3-txt p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0px;
    opacity: 0.6;
    text-align: center;
}

.rm-ap {
    background: #FC630A none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-family: open sans;
    font-size: 13px;
    padding: 6px 14px;
    position: relative;
    text-transform: none;
    top: 42px;
}

.contact {
    font-family: 'Open Sans', sans-serif;
    padding: 40px;
    background: url(images/contact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -40px;
    margin-top: 110px;
}

.contact h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 550;
    font-weight: 550 !important;
}

.contact p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
}

.rm-about_Request {
    background: #fff none repeat scroll 0 0;
    border: 0 none #2289ce;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #000;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 17px 9px 15px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    top: 10px;
    right: 61px;
    width: 154px;
}

.rm-about_Request:hover {
    background: #FC630A none repeat scroll 0 0;
    border: 0 none #2289ce;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 17px 9px 15px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    top: 10px;
    right: 61px;
    width: 154px;
}

.contact .far {
    font-weight: 900;
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
}


.testimonial h5 {
    color: #f7f1e3;
    font-family: Oswald, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;

}


.img-name {
    display: block;
    margin: auto;
    text-align: center;
}

.thumbnail-testi {
    /* border: 1px solid #dee2e6 !important; */
    color: #fff;
    background: none;
    margin: 25px !important;
    border-radius: 0;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.thumbnail-testi h3{
    font-family: Oswald, Arial, sans-serif;
}
.testimonial {

    margin-bottom: 0;
    padding: 50px;
    background: url(./images/testimonial.png) !important;
}

.testimonial h4 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 31px;
    text-align: center !important;
}


.testimonial p {
    clear: both;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    opacity: 1;
    font-size: 16px;
    padding: 30px;
    text-align: center;
    text-align-last: center;
    font-style: italic !important;
}

.testimonial h1 {
    color: #373737;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.call {
    border: 1px solid #ffff;
    color: #fff;
    font-family: open sans;
    font-size: 14px;
    padding: 7px 28px;
    position: relative;
    top: 30px;
    border-radius: 20px;
}

.call:hover {
    background: #fff;
    color: #003993 ! important;
    text-decoration: none;
}

.box {
    background: #fff;
    box-shadow: 10px 7px 15px 9px #f1f1f1;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 12%;
}

.box img {
    width: fit-content;
    max-width: fit-content;
    height: fit-content;
    align-self: inherit;
}

/*.main-count i {
    font-size: 56px !important;
    color: #FC630A !important;
    margin-bottom: 15px;
    width: 70px;
    height: 51px;
    line-height: 67px;
    display: inline-block;
   
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/
.box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #373737 important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.box p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0px;
    opacity: 0.6;
    text-align: center;
}

.h2,
h2 {
    text-align: center;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

    font-size: 21px;

}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    margin-top: -14px;

}

.navbar-inverse {
    background: transparent !important;
    border: 0 !important;
}

#myNavbar {
    float: right !important;
}

.logo-img img {
    height: auto;
    box-shadow: none;
    margin-top: 7px;
    width: 100%;
}

.navbar-nav li a:hover {

    color: #f5efe1!important;
    font-weight: 200 !important;
    z-index: 999;
    opacity: 1 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    padding: 28px 16px;
    text-shadow: 0 0 0 #000;

}

.post2 {
    color: #991C23;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}






li.current-menu-item>a {


    font-weight: 500 !important;

    z-index: 999;
    opacity: 1 !important;
}

.navbar-inverse .navbar-nav>li {
    margin-left: 2px !important;
}

.navbar {
    min-height: 0 !important;
}

@media(max-width:800px) {
    #myNavbar {
        float: none !important;
    }

    #content-section2 p {
        margin: 5px !important;
    }

    #center-img {
        display: none;
    }

    .copyright {
        padding-top: 15px;
    }

    .navbar-nav li a {
        padding: 10px 14px !important;
    }
}

.copyright {
    background: #333333;
    color: #fff;
    font-family: open sans;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    opacity: 1;
    text-align: center;
    padding: 15px 0;
}

.copyright a {
    font-family: proximanova-regular;
    letter-spacing: 0px;

}

#footer-link h3 {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
    border-right: 4px solid #2FBAE2;
}

.quick-link li a {
    color: #000;
}

#menu1 {
    margin-top: 38px;
    margin-left: -79px;
    font-family: Oswald !important;
}

#footer1 {
    background: #ffd6cc;
    padding: 20px 20px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
}

#footer1 p {
    clear: both;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 0.7;

    color: #000;
}

#footer1 span {
    font-family: open sans;
    line-height: 32px;
    opacity: 1;
    font-size: 14px;
}

#footer-1 h3 {
    font-size: 24px;
    text-transform: normal !important;
    font-weight: bold;
}

.footer-btn {
    background: #fff;
    color: #1764B3;
    padding: 10px;
    border: 0;
    border-radius: 4px;
}

.fa {
    font-size: 26px !important;
    color: #118dcd !important;
}

.fa-angle-right {
    display: none !important;
}

.fa-angle-left {
    display: none !important;
}

.navbar-inverse .navbar-toggle {
    background: #74440f !important;
    border: 0;
}

.thumbnail {
    display: block;
    padding-top: 26px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.gallery {
    margin-bottom: 28px;
    margin-top: 60px;
}

.copyright a {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;

}

@media(max-width:800px) {
    .carousel-caption {
        display: none;
    }
}

.team-tag {
    color: #000;
    font-family: proximanova-regular;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
}

#footer1 {
    background: url(images/bg-lite.jpg);
    padding: 20px 20px;
    color: #0c0c0c;
}

.fa {
    font-size: 30px !important;

}

.adrs .fa {
    color: #463837 !important;
    display: inline-block !important;
    font-size: 20px !important;
    margin-right: 10px !important;
    position: relative !important;
    top: 4px !important;
}

#menu-footer-menu a {
    color: #000;
    font-family: open sans;
    font-size: 17px;
    letter-spacing: 0;
    opacity: 1;
}

#footer1 li span {
    opacity: 1.0;
}

#footer1 li {
    list-style: none;
    line-height: 32px;
    font-family: open sans;
    font-size: 16px;
}

#footer-1 {
    padding-bottom: 20px;
    padding-top: 10px;
}

.page-header h1 {
    color: #fff;
    font-family: Oswald, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
 
}

.carousel-caption {
    text-align: left;
}

.carousel-caption {
    left: 11%;
    padding-bottom: 30px;
    right: 20%;
    top: 100px;
}

.carousel-caption h2 {
    font-family: open sans;
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
}

#carousel-site h3 {
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    width: 55%;
}

.carousel-caption .btn-primary {
    background-color: #03a9f5;
    border-radius: 30px;
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    border: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.rm-1 {
    background-color: #ffcc56;
    border: 0 solid #000;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 12px auto;
    padding: 1px 13px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

.rm-1:hover {
    color: #000;
    text-decoration: none;
    background: #FFCC56;
}

.team .rm-1 {
    margin: auto;
    display: block;
}

/*----#owl-demo5 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/left.png") no-repeat scroll center center;
    bottom: 0;
    float: right;
    height: 100px;
    left: -47px;
    opacity: 1;
    position: absolute;
    top: 71px;
    width: 53px;
}
#owl-demo5 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/right.png") no-repeat scroll center center;
     bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right:-47px;
    top:71px;
    width: 53px;
}-------*/
.colon {
    margin-top: 32px;
}

.page-content li,
.page-content p,
.page-content a {
    color: #fff;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
    font-size: 15px;
    line-height: 28px;
}

.page-content h3 {
    color: #fff;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
    font-weight: 600;
    font-size: 23px;
    margin-top: 10px;
}
.well {
    background-color: rgba(245, 128, 32, 0.2);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #000;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.address_block h2 {
    color: #014f84;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
}

.well .wpcf7-text {
    border-radius: 0;
    box-shadow: 3px 3px 3px #ccc;
    height: 40px;
    color: #000;
}

.well .wpcf7-textarea {
    border-radius: 0;
    box-shadow: 3px 3px 3px #ccc;
    height: 200px;
    color: #000;
}

.form-conrol {
    color: #000;
    font-family: myriad;
}

.well label {
    margin-bottom: 12px;
}

.well .wpcf7-submit {
    background: #F3745F;
    border: 0 none;
    color: #fff;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
}

@media(min-width:800px) {
    /* .fixed {
        position: fixed;
        top: 0;
        z-index: 1;
        right: 0;
        transition: .5s;
        background-image: url(images/bg2.png);
        box-shadow: 0 0px 1px #ccc;
        padding-top: 6px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ccc;
        width: 100%;
    } */

    .fixed a {
        color: #022135 !important;

    }

    .fixed .l-img {
        width: 150px;
        margin-top: 7px;
    }

    .fixed #myNavbar {
        margin-top: 4px;
    }

    .fixed {
        padding-top: 36px !important;
        padding-bottom: 0px !important;
        background-image: url(images/bg.png);
    }

    .fixed .navbar {
        min-height: 0 !important;
    }
}

@media(max-width:800px) {

    #owl-demo3 .owl-prev,
    #owl-demo3 .owl-next {
        display: none;
    }
}

body {
    overflow-x: hidden;
    background-image: url(images/body-bg2.png);


}

.metaslider .caption-wrap {
    background: transparent !important;
    bottom: 0 !important;
    color: white;
    display: block;
    left: 122px !important;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: absolute;
    top: 130px !important;
    width: 100%;
}

.metaslider h2 {
    font-family: ubuntu-L;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.metaslider h4 {
    font-family: ubuntu-B;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.metaslider h3 {
    font-family: ubuntu-L;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
    text-align: center;
    text-transform: none;
    width: 67%;
}

.metaslider .btn-primary {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: ubuntu-L;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 18px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.metaslider .btn-primary:hover {
    background-color: #fff !important;
    color: #000;
    text-decoration: none;
    box-shadow: inset 0 100px 0 0 #fff;
    border: 1px solid #fff;
}

.metaslider {
    margin: auto !important;
}

.navbar {
    margin-bottom: 0;
    margin-top: -3px;
}

.team {
    padding-top: 45px;
    padding-bottom: 55px;
    clear: both;
}

.team .thumbnail img {
    max-width: 100% !important;
    margin: auto;
    display: block;
}

.team .item {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-nav>li {
    margin-left: 2px;
}

#menu-footer-menu {
    padding: 0;
    width: 90%;
    margin: auto;
}

.s-l {
    padding: 0;
    clear: both;
    padding-top: 15px;
}

.s-l li {
    display: inline;
    margin-right: 5px;
    margin-top: 25px;
}

.well label {
    display: inline-block;
    font-family: myriad;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

strong {
    color: #ffc708;
    font-size: 21px;
}

.address_block {
    border-left: 3px solid #d7d0b8;
}

.c-f {
    float: right;
}

.inner-banner {
    width: 100%;
}

.page-content b {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

@media(max-width:1279px) {
    .metaslider .caption {
        display: none;
    }
}

/** Responsive Menu *****/
/***********/
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px !important;
        ;
        padding-bottom: 10px !important;
        ;
    }

    .navbar-text {
        float: none !important;
        ;
        margin: 15px 0 !important;
        ;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

@media(max-width:1024px) {
    .navbar-header {
        display: block;
    }

    #menu1 {
        /*width:100% !important;*/
    }

    #myNavbar {
        width: 100%;
    }
}

/****************/
.scrollup {
    background: url("./images/arrow_3.png") no-repeat;
    border: medium none;
    bottom: -5px;
    display: none;
    height: 22px;
    overflow: hidden;
    position: fixed;
    right: 140px;
    text-decoration: none;
    text-indent: 100%;
    width: 40px;
    height: 40px;
}

.scrollup:focus {
    border: 0px !important;
}

a:focus {
    outline: 0 !important;
    outline-offset: 0px !important;
}

/************/
.top1 {
    /*background-image: url(images/header-bg.png);*/

    top: 0;
    z-index: 10;
    padding: 0 0px 0px 0px;
    width: 100%;


}

.metaslider {
    width: 100% !important;
}

.metaslider .caption-wrap {
    width: 82% !important;
    text-align: center;
}

.metaslider .caption-wrap {
    top: 35% !important;
}

.team h4 img {
    display: inline;
    padding: 0 10px;
}

.team .rm12 {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 22px auto auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
    font-size: 14px;
}

.team .rm12:hover {
    background: #FFCC56;
    border: 1px solid #FFCC56;
    text-decoration: none;
}

.team img:hover,
.student-d .img-responsive:hover {
    opacity: 1;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    -o-transition: 1.0s ease-out;
    -ms-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.team img,
.student-d .img-responsive {
    -webkit-transition: 1 ease-out;
    -moz-transition: 1 ease-out;
    -o-transition: 1 ease-out;
    -ms-transition: 1 ease-out;
    transition: 1s ease-out;
}

.rm21 {
    background: transparent;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    border: 1px solid #000;
}

.rm21:hover {
    background: #FFCC56;
    color: #000;
    text-decoration: none;
    border: 1px solid #FFCC56;
}

@media(min-width:1024px) {
    .ab-content {
        opacity: 1;
        -webkit-transition: 1.0s ease-out;
        -moz-transition: 1.0s ease-out;
        -o-transition: 1.0s ease-out;
        -ms-transition: 1.0s ease-out;
        transition: 1.0s ease-out;
        -webkit-transform: scale(1.25);
        /* Safari and Chrome */
        -moz-transform: scale(1.25);
        /* Firefox */
        -ms-transform: scale(1.25);
        /* IE 9 */
        -o-transform: scale(1.25);
        /* Opera */
        transform: scale(1.25);
    }

    .ab-content {
        -webkit-transition: 1 ease-out;
        -moz-transition: 1 ease-out;
        -o-transition: 1 ease-out;
        -ms-transition: 1 ease-out;
        transition: 1s ease-out;
        background: #fff none repeat scroll 0 0;
        transition: all 1s ease-out 0s;
        z-index: 999;
        position: relative;
        top: 58px;
    }
}

.f-logo {
    padding-bottom: 20px;
    box-shadow: none;
}

#menu-footer-menu .current-menu-item a,
#menu-services .current-menu-item a {
    background: transparent !important;
    color: #061642 !important;
    font-size: 14px !important;
}

#menu-footer-menu a,
#menu-services a {
    background: transparent !important;
    color: #000 !important;
    font-size: 14px !important;
    opacity: 0.7;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
}

#menu-footer-menu,
#menu-services {
    padding-left: 0 !important;
}

.f-address li {
    display: inline !important;
    font-family: open sans !important;
    font-size: 16px !important;
    line-height: 32px;
    list-style: outside none none;
    margin-right: 10px;
}

.appoint .wpcf7-textarea {
    height: 200px;
}

.adrs1 .fa {
    font-size: 16px !important;
}

.adrs1 p {
    display: inline-block;
    margin-right: 10px !important;
    border: 1px solid #fff !important;
    border-radius: 100% !important;
    height: 30px !important;
    line-height: 31px !important;
    text-align: center !important;
    width: 30px !important;
    margin-top: 15px;
}

.adrs1 p.active,
.adrs1 p:hover {
    background: #FFCD56;
    border: 1px solid #FFCD56 !important;
}

.adrs1 p.active .fa,
.adrs1 p:hover .fa {
    color: #000 !important;
}

.adrs1 p {
    transition: transform 0.4s ease-in-out 0s;
}

.adrs1 p:hover {
    box-shadow: 0px 0px 1px #fff;
    border-radius: 30px;
    transform: rotate(360deg);
}

.y-name {
    background: #fff;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.y-mail {
    background: #fff;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    color: #000;
}

.msg {
    background: transparent;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    color: #000;
}

.appoint .wpcf7-submit {

    background: none;

    border-radius: 5px;
    border: 2px solid #f7f1e3;

    color: #f7f1e3;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 16px;
    padding: 12px 15px;
    text-transform: uppercase;
    width: 100%;
}

.y-select {
    height: 5rem;
    margin-top: 10px;
}

.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    font-size: 14px;
}

/****page loader **/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./images/page-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

/********/
.bounceInUp {
    -webkit-animation: slideOutLeft 4s;
    /* Safari 4+ */
    -moz-animation: slideOutLeft 4s;
    /* Fx 5+ */
    -o-animation: slideOutLeft 4s;
    /* Opera 12+ */
    animation: slideOutLeft 4s;
    /* IE 10+, Fx 29+ */
}

/****************/
@media(max-width:1024px) {
    #menu1 {
        margin-top: 0;
    }

    .logo-img {
        margin-bottom: 0;
    }

    #menu1 {
        margin-top: -25px;
        width: 100%;
    }

    .logo-img {
        padding-bottom: 10px;
        padding-top: 30px;
    }
}

@media(max-width:768px) {
    #footer1 h3 {
        margin-bottom: 20px;
    }

    .ab-content1 {
        background: #fff;
        display: flex;
        margin: auto;
        padding: 19px 25px;
        text-align: center;
        width: 90%;
        z-index: 999;
    }

    .ab-content {
        background: #EDEDED;
    }
}

@media(max-width:767px) {
      #footer1 h3 {
        font-size: 23px;
        margin-top: 20px;
    }
}

/****Contact Form *****/
.well {
    background-color: transparent;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0 20px 20px;
}

.well-1 h1 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: roboto;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}

.well label {
 
    color: #fff;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    max-width: 100%;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.well .wpcf7-text {
    border: 2px solid #fff;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none;
    color: #000;
    font-family: roboto;
    height: 35px;
}

.well .wpcf7-textarea {
    border-bottom: 3px solid #000;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none;
    color: #000;
    font-family: roboto;
    height: 100px;
}

.well .wpcf7-submit {
    background: none;
    border: 2px solid #fff;
   
    color: #fff;
    display: block;
    float: none;
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 3px;
    margin: 15px auto auto;
    padding: 4px 0;
    text-transform: uppercase;
    width: 140px;
}

.contact_block {
    border-right: 2px solid #ccc;
}

.address_block h2 {
    color: #fff;
    font-family: Oswald, Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 28px;
    margin-bottom: 18px;
    margin-top: 0;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: left !important;
}

@media(min-width:1024px) {
    #footer1 h3 {
        margin-bottom: 25px;
        font-family: Oswald, Arial, sans-serif;

    }
}

.p-e,
.i-r {}

#myNavbar {
    margin: 0 !important;
    padding: 0 !important;
    ;
}

.navbar-nav>li {
    margin-left: 0px !important;
}

@media(min-width:1280px) {
    .navbar-header {
        display: none;
    }
}

@media(max-width:1280px) {
    #myNavbar {
        padding: 0px 20px !important;
    }

    .logo-responsive {
        float: left;
        margin-top: 17px;
        padding-left: 0;
        width: 212px;
    }
}

/***Banner caption ***/
.bd-banner {
    background: rgba(0, 0, 0, 0.7);
    float: right;
    padding: 40px 10px;
    text-align: left;
    width: 35%;
    border-radius: 6px;
    position: relative;
    top: -40px;
    padding-left: 24px;
}

.metaslider .bd-banner h4 {
    font-family: open sans;
    font-size: 24px !important;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: left;
    text-transform: none;
}

.metaslider .bd-banner h3 {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    margin: auto;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;
}

.metaslider .bd-banner .btn-primary {
    background-color: #0fb5e5;
    border: 0 none;
    border-radius: 38px;
    color: #fff;
    font-family: ProximaNova-Regular;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 8px 18px;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    margin-top: 10px;
}

.metaslider .bd-banner .btn-primary:hover {
    background-color: #fff !important;
    color: #000;
    text-decoration: none;
    box-shadow: 0;
    border: 0;
}

/**********/
.check-out {
    background: transparent;
    float: right;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    position: relative;
    top: -90px;
}

.metaslider .check-out h4 {
    font-family: BebasNeueBold;
    font-size: 55px !important;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metaslider .check-out h3 {
    font-family: open sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    text-transform: none;
    width: 80%;
}

.metaslider .check-out .btn-primary {
    background-color: #01B6EB;
    border-image: none;
    color: #fff;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 10px;
    padding: 12px 38px;
    text-transform: uppercase;
    margin: 0 10px;
    margin-top: 20px;
    border: 0;
}

.metaslider .check-out .btn-primary:hover {
    background-color: #118dcd !important;
    color: #000 !important;
    text-decoration: none;
    box-shadow: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: transparent !important;
    border-width: 0 !important;
    border-color: transparent !important;
}

.nav-tabs>li>a:hover {
    background: transparent !important;
    border-width: 1px !important;
    border-color: transparent !important;
}

.nav-tabs {
    margin-top: 25px;
    border: 0;
}

@media(max-width:800px) {
    .nav-tabs>li {
        display: inline;
        float: left;
    }

    .nav>li>a>img {
        max-width: 60px;
    }
}

@media(width:1280px) {
    .metaslider .check-out h3 {
        line-height: 46px;
    }
}

.ab-img img {
    margin: auto;
    display: block;
}


.about h1 {

    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #4b4b4b;
    line-height: 40px;
    font-size: 30px;
    text-align: left;

}

.about h3 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-size: 23px;
    text-align: left;

}

.about p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
    opacity: 0.6;
    text-align: left;

}

.rm-about {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #676767;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding: 8px 22px;
    position: relative;
    text-transform: uppercase;
    top: 25px;
}

.rm-about:hover {
    color: #676767;
    text-decoration: none;
}

@media(max-width:768px) {
    .ab-c {
        padding: 50px 20px;
    }
}

.news-div .item .thumbnail {
    background: #EAEAEA !important;
    padding: 0 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.news-div .item .thumbnail .row {
    padding-top: 0 !important;
    padding-bottom: 25px;
}

.sub-line {
    margin-bottom: 40px;
}

.c-home ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

.c-home ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

.c-home :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

.c-home :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

@media(max-width:800px) {
    #menu-footer-menu li {
        display: block;
        float: none;
    }
}

.c-home .form-control:focus {
    border: 1px solid #ccc !important;
}

@media(min-width:800px) {
    #menu-footer-menu li {}
}

.f-link {
    padding-top: 15px;
    padding-bottom: 25px;
    clear: both;
}

.f-link li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
}

.f-link li .fa {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
}

.f-link li .fa {
    transition: transform 0.4s ease-in-out 0s;
}

.f-link li .fa:hover {
    box-shadow: 0px 0px 1px #fff;
    border-radius: 30px;
    transform: rotate(360deg);
    color: #0FB5E5 !important;
}

.copy {
    font-family: open sans;
    font-size: 13px;
    opacity: 0.8;
}

#owl-demo3 .owl-prev {
    background: rgba(0, 0, 0, 0) url("./images/news-event-btn-right.png") no-repeat scroll center center;
    bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -106px;
    width: 53px;

}

#owl-demo3 .owl-next {
    background: rgba(0, 0, 0, 0) url("./images/news-event-btn-left.png") no-repeat scroll center center;
    bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: 34px;
    top: -106px;
    width: 53px;
}

.line {
    padding-left: 25px;
}

.about {
    padding: 30px;

}

.slide {
    position: relative;
    width: 100%;
    margin-top: 0px;
}

@media(max-width:800px) {
    .s-title img {
        margin: auto;
    }

    .s-title p {
        margin-top: 20px;
        padding: 0 15px;
    }
}

.point {
    position: absolute;
    left: 45%;
    display: none;
}

.nav-tabs>li.active .point,
.nav-tabs>li:hover .point {
    display: block !important;
}

.book-trip {
    background: url("./images/section-bg.jpg") no-repeat scroll;
    background-size: 100% 100%;
    padding: 60px 0px;
}

.book-trip .btn-primary {
    background: #fff none repeat scroll 0 0;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    color: #000;
    display: block;
    font-family: open sans;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 40px auto auto;
    opacity: 1;
    padding: 8px 0;
    text-transform: uppercase;
    width: 165px;
}

.book-trip .btn-primary:hover {
    background-color: #01B6EB !important;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0;
}

.book-trip h3 {
    color: #fff;
    font-family: bebasneueregular;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
}

.book-trip p {
    color: #fff;
    font-family: open sans;
    font-size: 19px;
    line-height: 35px;
    margin: 30px auto auto;
    text-align: center;
    width: 100%;
}

@media(max-width:800px) {
    .book-trip p {
        width: 100%;
    }
}

/***popup appointment form ***/

.modal h1 {
    font-family: montserrat;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
}

.modal .header {
    background: #003993;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 1.5em 2.5em;
}

.modal label {
    color: #000;
    display: block;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.modal-content .wpcf7-text,
.modal-content .wpcf7-date {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 2px 5px #ccc;
    color: #555;
    font-size: 1em;
    padding: 6px 10px;
}

.modal-content .wpcf7-textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 2px 5px #ccc;
    color: #555;
    height: 100px;
    padding: 6px 10px;
}

.modal .wpcf7-submit {
    background: #FC630A none repeat scroll 0 0;
    border-bottom: 5px solid #000;
    border-width: 0 0 5px;
    color: #fff;
    display: block;
    font-family: montserrat;
    font-size: 1.0625em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px auto 22px;
    padding: 0.74em 1.5em;
    text-transform: uppercase;
}

.modal-content {
    border-radius: 0;
    margin: -2px 0 1em;
    padding: 0.5em 2.5em 1em;
    width: 100%;
}

.modal-footer .btn-default {
    background-color: #ff0000;
    border-color: #fff;
    color: #fff;
}

/*****End **/

.team h3 {
    color: #000;
    font-family: montserrat;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.8;
    padding-bottom: 15px;
    text-align: center;
}

.team .line {
    margin: auto auto 62px;
    padding-left: 0;
}

.team .thumbnail {
    background: transparent !important;
    border: 0 none !important;
    display: block !important;
    margin: auto !important;
    width: 270px !important;
    padding: 0 !important;
}

.t-team {
    background: #2D4A5A;
    color: #fff;
    font-family: montserrat;
    margin-top: -12px;
    text-align: center;
}

.team p {
    color: #19ceab;
    font-family: montserrat;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.8;
    padding: 0 0 20px;
    text-align: justify;
    text-align-last: center;
}

.t-team h5 {
    padding-top: 22px;
    padding-bottom: 0px;
}

.t-team:hover {
    background: #19CEAB;
}

.t-team:hover h5 {
    color: #fff;
}

.t-team:hover p {
    color: #000;
}

.vip h3 {
    color: #991C23;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}

.vip .line {
    padding: 0;
    margin: auto;
}

.vip p {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 36px;
    opacity: 0.7;
    text-align: justify;
    text-align-last: center;
}

.colon-img {
    margin: auto;
    margin-top: 40px;
}

.vip {

    padding-bottom: 40px;
}

.vip h4 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}

.vip h6 {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-bottom: 20px;
    text-align: center;
}

.get-link {
    padding: 0;
}

.get-touch .line {
    padding-left: 88px;
    padding-bottom: 50px;
}

.get-touch h3 {
    color: #000;
    font-family: montserrat;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.8;
    padding-bottom: 10px;
    text-align: left;
}

.c1 {
    color: #19CEAB;
}

.fixed .navbar-inverse .navbar-nav>li>a {
    padding-top: 0px !important;
}

@media(min-width:800px) {
    .l-img {
        margin-top: 17px;
    }
}

@media(max-width:800px) {
    .logo-img {
        padding-bottom: 0;
        padding-top: 0;
        margin: auto;
    }
}

@media(max-width:360px) {
    .nav-tabs>li {
        float: none;
    }

    .nav-tabs>li.active .point,
    .nav-tabs>li:hover .point {
        display: none !important;
    }
}

/************/
/*******Top Icons************/
.p-e li {
    list-style: none;
    display: inline-block;
    font-family: proximanova-regular;
}

.p-e li .fa-icons {
    border: 1px solid #fff;
    border-radius: 100%;
    height: 27px;
    line-height: 25px;
    text-align: center;
    width: 27px;

}



.p-e li .fa-icons .fa {
    font-size: 14px !important;
    color: #fff !important
}

.p-e li .fa-icons {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

.p-e li .fa-icons:hover {
    background: #118dcd !important;
    border: 1px solid #118dcd;

}

.p-e li .fa-icons:hover .fa {
    color: #fff !important;
}

.p-e li .fa-icons,
.i-r li .fa {
    transition: transform 0.4s ease-in-out 0s;
}

.p-e li .fa-icons:hover {
    border-radius: 100%;
    transform: rotate(360deg);
}

.p-e li {}

.i-r li {
    display: inline-block;
    height: 25px;
    line-height: 24px;
    list-style: outside none none;
    margin-left: 10px;
    text-align: center;
    width: 25px;
}

.i-r li:hover {
    background: transparent;

}

.i-r li:hover .fa {
    color: #118dcd !important;
    background: #fff;
    border-radius: 60%;
    padding: 5px;

}

.i-r li .fa {
    color: #fff !important;
    font-size: 15px !important;
    position: relative;
    top: 0;
}

.i-r li .fa:hover {
    transform: rotate(360deg);
}

@media(max-width:800px) {
    .h-top .text-left {
        text-align: center;
        line-height: 30px;
    }

    .i-r {
        text-align: center;
        line-height: 30px;
    }

    .p-e,
    .i-r {
        text-align: center;
        line-height: 32px;
    }
}

/************/
.top-one p {
    display: inline;
    font-family: open sans;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    text-shadow: 0 0 0 #fff;
}

.top-one {
    padding: 10px 0;
    background: #0000;
    color: #fff;
    float: right;
}

.metaslider .flexslider {
    margin: 0 !important;
}

.flex-control-nav {
    bottom: 0px !important;
    z-index: 999;
    bottom: 50px !important;
}

.flex-control-paging li a {
    background: #fff !important;
    padding: 7px !important;
}

.flex-control-paging li a.flex-active {
    border: 3px solid #01B6EB !important;
    outline-style:  !important;

}

@media(min-width:800px) {

    .ab-img img {
        position: relative;
        top: 50px;
    }
}

.s-one {
    padding: 70px 0px;
}

.s-one h5 {
    color: #000;
    font-family: bebasneuebold;
    font-size: 22px;
    letter-spacing: 1px;
    opacity: 0.8;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.s-one p {
    color: #373737;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.7;
    text-align: justify;
    text-align-last: center;
    font-family: open sans;
}

.rm12 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #676767;
    display: block;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: auto;
    opacity: 1;
    padding: 10px 22px;
    position: relative;
    text-align: center;

    top: 0px;
    width: 150px;
}

.rm12:hover {
    background: #0071bd;
    color: #fff !important;
    text-decoration: none;
}

.s-one img {
    width: auto;
    height: 141px;
}

.event {
    background: url("./images/event-bg.jpg") no-repeat scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 50px;

}

.event h3 {

    text-align: center;
    font-size: 23px;
    color: #0071bd;
    font-weight: 700;
}

.event .thumbnail {

    border: 0 none !important;
    border-radius: 0 !important;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 30px;
}

.event p {
    text-align: center;
    font-size: 30px;
    color: #4b4b4b;
    font-weight: 700;
    padding-bottom: 28px;
}

.event h5 {
    text-align: center !important;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-weight: 600;
    line-height: 24px;

}

.pics2 {

    border-radius: 8px;
    padding-top: 0px;
}

.vip .rm12 {
    clear: both;
    width: 270px;
    font-weight: 600;
    top: 45px;
}

.vip .rm12:hover {
    clear: both;
    text-shadow: 0 0 0 #000;
}

.our-sponsor h3 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #003993;
    font-size: 19px;
    text-align: center !important;
}

.our-sponsor h1 {
    font-size: 29px;
    font-weight: 600;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-bottom: 50px;
}

.our-sponsor h2 {
    color: #991C23;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}

.our-sponsor img {
    margin: auto;
}

.our-sponsor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.foogallery-default a {
    width: 25%;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.foogallery-default.border-style-square-white a,
.foogallery-default .border-style-square-white a:hover {
    border: 0px solid #fff !important;
    box-shadow: none !important;
}

.footer-s li {
    list-style: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin-left: 8px;
}

.footer-s li .fa {
    color: #000 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    position: relative !important;
    text-align: center !important;
    top: -5px;
}

.footer-s li:hover {
    background: #118dcd;
}

.footer-s li:hover .fa {
    color: #fff !important;
}

.rm-123 {
    border: 1px solid #000;
    color: #000;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
    font-size: 14px;
    padding: 4px 15px;
    position: relative;
    top: 8px;
    text-align: left
}

.rm-123:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

@media(max-width:479px) {
   .navbar-toggle {
        margin-top: 72px !important;
      
      margin-right: -77px;
    }
    }


.metaslider {
    max-width: 100% !important;
}





.s-image {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.our-sponsor .rm12 {
    background: #2bb1ae none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 22px auto auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
}

.our-sponsor .rm12:hover {
    background: #262F36;
    color: #fff;
    border: 0;
    text-decoration: none;
}

.our-sponsor img:hover,
.our-doctors-d img:hover,
.our-doctors .img-responsive:hover {
    opacity: 1;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    -o-transition: 1.0s ease-out;
    -ms-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
    -webkit-transform: scale(1.15);
    /* Safari and Chrome */
    -moz-transform: scale(1.15);
    /* Firefox */
    -ms-transform: scale(1.15);
    /* IE 9 */
    -o-transform: scale(1.15);
    /* Opera */
    transform: scale(1.15);
}

.our-sponsor img,
.our-doctors-d img,
.our-doctors .img-responsive {
    -webkit-transition: 1 ease-out;
    -moz-transition: 1 ease-out;
    -o-transition: 1 ease-out;
    -ms-transition: 1 ease-out;
    transition: 1s ease-out;
}



#myNavbar {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}

#myNavbar ul,
#myNavbarli {
    list-style: none;
    margin: 0;
    padding: 0;
}

#myNavbar ul {
    position: relative;
    z-index: 597;
}

#myNavbar ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

#myNavbar ul li.hover,
#myNavbar ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#myNavbar ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#myNavbar ul ul li {
    float: none;
}

#myNavbar ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;
}

#myNavbar ul li:hover>ul {
    visibility: visible;
}

#myNavbar ul ul {
    bottom: 0;
    left: 0;
}

#myNavbar ul ul {
    margin-top: 0;
}

#myNavbar ul ul li {
    font-weight: normal;
}

#myNavbar a {
    display: block;
    line-height: 4em;
    text-decoration: none;
}

/* / Custom CSS Styles /  */
#myNavbar {

    background-image: url(images/ribon.png);
    background-position: left;
    background-size: contain;
}

#myNavbar>ul {
    *display: inline-block;
}

#myNavbar:after,
#myNavbar ul:after {
    content: '';
    display: block;
    clear: both;
}

#myNavbar ul {
    margin-left: 20px;
    text-transform: uppercase;

}

#myNavbar ul ul {

    text-transform: none;
    min-width: 290px;
}

#myNavbar ul ul a {
    background: #efefef !important;
    color: #444;

    border-top: 0 none;
    line-height: 150%;
    padding: 8px 20px;
    font-size: 13px;
}

#myNavbar ul ul ul {
    border-top: 0 none;
}

#myNavbar ul ul li {
    position: relative;
}

#myNavbar ul ul li:first-child>a {
    border-top: 1px solid #0082e7;
}

#myNavbar ul ul li:hover>a {
    background: #aec40b;
    color: #444;
}

#myNavbar ul ul li:last-child>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 0 #0071bd;
    -webkit-box-shadow: 0 1px 0 #0071bd;
    box-shadow: 0 1px 0 #0071bd;
}

#myNavbar ul ul li:last-child:hover>a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#myNavbar ul ul li.has-sub>a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

 

#myNavbar ul li.has-sub>a:after {
    content: '+';
    margin-left: 5px;
}

#myNavbar ul li.last ul {
    left: auto;
    right: 0;
}

#myNavbar ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#myNavbar a {

    color: #d7d0b8;
    padding: 0 20px;
    opacity: 1;
    text-shadow: none;
    font-weight: 600;
    font-family: Oswald, Arial, sans-serif;

}

#myNavbar>ul>li>a {
    line-height: 48px;
    font-size: 12px;
}




.quote {
    padding: 30px;
}





.icons {

    position: relative;
    margin-top: -140px;
}

.icon-div h3 {
    text-align: center;
}

.icon-box {

    padding: 24% 4%;
    border-radius: 50%;

}

.icon-box img {
    background-color: #fff;
    border: 2px solid;
    border-color: green;
    padding: 7% 12%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 10px 7px 15px 9px #efefef;

}


.quote h3 p {
    padding-bottom: 40px;
    color: #333;
}



.request-quote {
    padding: 25px 45px;
    background-color: #fff;
    color: #008BD3;
    border: 2px solid #008BD3;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

.we-provide h3 {
    font-size: 29px;
}

.we-provide {
    padding: 30px;
    padding-top: 40px;
}

.provide-img {
    width: 100%;
}

.we-provide ul {
    list-style: none;
    font-size: 18px;
    padding-right: 45%;
    padding-left: 0;

}

.we-provide ul li {
    line-height: 2rem;
    border-bottom: 2px dotted #d7d7d7;
    padding-bottom: 10px;
    padding-top: 12px;
}



.enquire {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;

    margin-top: 2rem;

}

.enquire h6,
a {
    font-size: 19px;

}

.enquire a {
    font-size: 19px;

    color: #fff;
    transition: .5s;
    text-decoration: underline;

}

.enquire .fa {
    font-size: 16px !important;
}

 


.contact-img {
    margin-top: -145px;
    position: relative;

}


.form-group {
    margin-bottom: -15px !important;
}


.features {
    background-color: #edeef2;
    padding: 30px;
}

.features h5 {
    font-size: 19px;
    font-weight: 500;
}

.feature {
    display: flex;
    align-items: center;
}

.feature img {
    width: 250px;
    padding: 20px;
    margin-bottom: 30px;
}


.online-booking p {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
}


.thumbnail-service {
    background: #fff;
    padding: 10px;
    border: none;
    border-radius: 13px;
    margin: 10px;
    min-height: 350px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}


.thumbnail-service h3 {
    font-size: 16px;
    font-weight: 600 !important;
}

.thumbnail-service .img-name {
    padding-top: 17px;
}

@media only screen and (max-width: 600px) {
    .destination h4 {
    color: #f7f1e3;
    text-align: center;
    font-size: 20px;
    margin-right: 0px !important;
    padding-bottom: 20px;
    font-family: Oswald, Arial, sans-serif;
}
.zig-zag{
    display:none;
}



    #myNavbar a {
        display: block;
        line-height: 1em !important;
        text-decoration: none;
    }

    #myNavbar ul {
        text-transform: uppercase;
        width: 50%;
        margin-top: 36px;
    }

    #menu1 {
        margin-top: -100px;
    }

    .icon-box img {
        padding: 7% 10% !important;
    }

    .icons {
        margin-top: 20px !important;
    }


    .we-provide h3 {
        font-size: 26px;
        padding-bottom: 0;
        text-align: center;
    }

    .we-provide ul {
        padding: 30px 15px;
        font-size: 14px;
    }


    .enquire {
        flex-direction: column;
        text-align: center;
    }

    .contact {
        margin-top: 170px;
    }


    .contact-img {

        margin-bottom: -20px;
    }

    .feature img {
        width: 80px;
        padding: 0;
        margin-bottom: 0px;
    }

    .feature {
        flex-direction: column;
        text-align: center;
    }

    .top-one {
        display: none;
    }

    .top1 {
        position: relative;
    }

    #myNavbar a {
        color: #f7f1e3;
        padding: 25px;
        font-size: 14px !important;
        padding: 7px !important;
        margin: 0px;
    }
    
    .banner-text {
        position: absolute;
        transform: translate(0%, -122%) !important;
        padding: 30px;
    }

    .banner-text h1 {

        font-size: 24px !important;
    }

    .banner-text h2 {
        font-size: 12px;
    }

    .banner-text .read-more {
        font-size: 12px;
        padding: 5px 10px;
        top: -10%;
        left: 42% !important;
    }


    .logo-img img {
        height: auto;
        width: 70%;
        margin-left: 0;
        margin-top: -0;
    }



    .service-item {
        text-align: center;
        padding: 30px;
        background-color: #fff;
        border-radius: 25px;
        color: #fff;
        transition: .8s;
        font-size: 16px;
        margin-top: 20px;
    }

    /*.service-item{
        color:#fff;
        background-color:#118dcd !important;
    
    }*/

    .service-item .fa {
        color: #118dcd !important;

    }

    .services h5 {
    color: #eee8da;
    text-align: center;
    font-size: 12px !important;
    background-image: url(images/ribon.png);
    background-position: left;
    background-size: cover;
    padding: 10px;
    width: 107%;
    font-family: Oswald, Arial, sans-serif;
}


.aboutus h2 {
    font-family: Oswald, Arial, sans-serif;
    text-align: left;
    font-size: 22px;
    color: #ffe9b6;
   
}
    #myNavbar ul {
 
        margin-top: 0;
        padding: 14px;
    }
}




/* ****************************************************************** */

.read-more {
    border: none;
    border-radius: 30px;
    background-color: #118dcd;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-size: 17px;
    padding: 15px 30px;
    position: relative;
    top: 30px;
    text-align: center;
}

.aboutus {
    background-image: url(images/header-bg.png);
    padding: 50px;
}

.aboutus p {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;
    color: #fff;

}

.aboutus h2 {
    font-family: Oswald, Arial, sans-serif;
    text-align: left;
    font-size: 36px;
    color: #ffe9b6;
    /* color:#e7d2a5 ; */
}

.aboutus h2 span {
    color: #fff;
}

.aboutus h5 {

    text-align: left;
    font-size: 20px;
    color: #f7f1e3;
    font-family: Oswald, Arial, sans-serif;
}


.services {
    margin-top: -60px;
    padding: 50px;
    background: url(images/bg-lite.jpg);
}

.services h2 {

    text-align: center;
    font-size: 36px;
    color: #333;
}

.services h4 {
    font-family: Oswald, Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    color: #463837;
}

.services h5 {
    color: #eee8da;
    text-align: center;
    font-size: 18px;
    background-image: url(images/ribon.png);
    background-position: left;
    background-size: cover;
    padding: 10px;
    width: 107%;
    font-family: Oswald, Arial, sans-serif;

}


.services p {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-family: Georgia, 'Times New Roman', Utopia, Times, serif;

}

.service-item {
    text-align: center;
    padding: 20px;
    padding-top: 0px;

    border-radius: 5px;
    color: #fff;
    transition: .8s;
    font-family: Oswald, Arial, sans-serif;
}


.service-item .fa {
    font-size: 85px !important;
    color: #463837 !important;
}

.service-item .fas {
    font-size: 85px !important;
    color: #463837 !important;
}


.banner-text {
    position: absolute;

    transform: translate(40%, -280%);
}

.banner-text h1 {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 50px;

    text-shadow: 7px 4px 3px rgb(0 0 0 / 30%);
}

.banner-text h2 {
    color: #fff;
    font-weight: 500 !important;
}

.banner-text .read-more {
    left: 42%;
    /* transform: translate(0, 50%); */
}


.destination {
    margin: 50px;
 
}

.destination h4 {
    color: #f7f1e3;
    text-align: center;
    font-size: 20px;
    margin-right: 190px;
    padding-bottom: 20px;
    font-family: Oswald, Arial, sans-serif;
}


.destination h3 {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 700;

}


.online-booking {
    background: #463837;
    padding: 60px;
    color: #fff;
}

.online-booking h1 {
    font-family: Oswald, Arial, sans-serif;

}





.main {
    margin: 0 10%;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.zig-zag {
    height: 44px !important;
    margin-left: -17px;
}



@media only screen and (max-width: 600px) {
    .testimonial {
        padding:0;
    }

    .thumbnail-testi {
        padding:1px;
        margin:15px;
    }
    .thumbnail-testi h3 {
        font-size: 20px;
    }

    .testimonial h5 {
        margin-top:50px;
    }
    .aboutus {
        padding: 15px;
     
    }

    .services {
        margin-top: -20px;
        padding:30px;
    }

    .online-booking {
        padding: 20px;
    }
  }