

body { background: #fff; font-family: 'Roboto', sans-serif; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Lora', serif; }

button:focus, button:active, button:hover { outline: none; box-shadow: none; }
input:focus, button:focus, select:focus { outline: none !important; box-shadow: none !important; } 


.title { font-size: 40px; font-family: 'Lora', serif; color: #0c090e; margin-bottom: 20px; position: relative; line-height: 1.3em; }
.title b { font-weight: 600; }
.title span { color: #2c92db; }

.siteBtn {
    padding: 6px 20px;
    border: 2px solid #000;
    border-radius: 25px;
    background: transparent;
    color: #000;
    cursor: pointer;
    min-width: 185px;
    text-align: center;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 600;
    display: inline-block;
}


/* ==== Header -start- ==== */
header { height: 185px; background: #fff; }

.logo { display: inline-block; margin-top: 32px; }

.contact { text-align: right; margin-top: 50px; }
.contact span { font-family: 'Lora', serif; font-size: 20px; font-style: italic; font-weight: 600; color: #000; margin-left: 20px; }
.contact span img { margin-right: 5px; height: 22px; }
.socialLink { text-align: right; margin: 25px 50px 0 0; }
.socialLink a { display: inline-block; font-size: 18px; color: #ced91d; padding: 0 5px; margin: 0 5px; }




.hedSearch { display: inline-block; position: relative; }
.hedSearch form { display: inline-block; }
.hedSearch input[type="text"] { height: 26px; font-size: 12px; display: inline-block; border: none; color: #555; background: none; z-index: 3; transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000); border-bottom: 1px solid #bac985; width: 0; overflow: hidden; border-radius: 0; padding: 0; }

.hedSearch input[type="button"] { height: 25px; width: 25px; display: inline-block; background: url(../images/hedSearch.png) center center no-repeat; border: none; vertical-align: bottom; top: 4px; background-size: 88%; }
.hedSearchInput { display: inline-block; position: relative; top: -4px; }
.hedSearchBtn { display: inline-block; position: relative; top: 3px; padding: 0px 4px; vertical-align: middle; cursor: pointer; right: 1px; }
.searchClose { display: none; }
.searchShow input[type="text"] { padding: 3px; width: 150px; }




.headerNav {
    background: #cf65a1;
    border-radius: 35px;
    position: relative;
    z-index: 2;
    padding: 5px;
    top: 20px;
}

.headerNav .navbar {
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 0 8px;
}
.headerNav .nav-item {
    padding: 8px 0;
    position: relative;
}
.headerNav .nav-link {
    color: #fff;
    padding: 8px 2px !important;
    margin: 0 18px;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.headerNav .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 0px;
    background: #fff;
    transition: .2s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.headerNav .nav-link:hover:after {
    transition: .2s;
    width: 100%;
}

.subNav {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: -30px;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear;
}
.subNav li { border-bottom: 1px solid #656565; }
.subNav li:last-child { border-bottom: none; }
.subNav li a { display: inline-block; padding: 10px; color: #656565; font-size: 15px; width: 100%; transition: .5s; }
.subNav li a:hover { text-decoration: none; color: #cf65a1; -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear; }
.headerNav .nav-item:hover .subNav { visibility: visible; left: 0; -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear; opacity: 1; }


.tourBtn {
    background: #bfebf8;
    color: #000;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    margin-right: -5px;
}


/* MegaMenu */
.megaMenuLink { position: initial !important; }
.megaMenuLink .nav-link { position: initial !important; }
.megaMenuLink .nav-link:after { display: none; }

.megaMenu {
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 20px 25px;
    z-index: 10;
    visibility: hidden;
    top: 70px;
    -webkit-transition: all 150ms linear; 
    -o-transition: all 150ms linear; 
    transition: all 150ms linear;
    opacity: 0;
}

.headerNav .nav-item:hover .megaMenu { visibility: visible; -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear; top: 48px; opacity: 1; }


.megaMenu ul { padding: 0; 
    margin: 0; 
    list-style: none;
    border-right: 1px solid #dedede;
}
.megaMenu ul li { padding: 3px 0; }
.megaMenu ul li a {
    color: #656565;
    padding: 4px 0;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.megaMenu ul li a:hover {
    color: #cf65a1;
    text-decoration: none;
}
.megaMenu .col-3:last-child ul { border-right: none; }






/* ==== Header -end- ==== */


.mainSlider { position: relative; }

.mainSlider .owl-nav {
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
    margin: 0;
}

.mainSlider img { width: 100%; height: 600px; }

.mainSlider .owl-prev, .mainSlider .owl-next {
    width: 50px;
    height: 50px;
    font-size: 36px !important;
    color: #fff !important;
    background: #3d3e3f !important;
    border-radius: 50% !important;
    margin: 0 !important;
    position: absolute;
}
.mainSlider .owl-prev span, .mainSlider .owl-next span {
    position: relative;
    display: inline-block;
    top: -4px;
}
.mainSlider .owl-prev {
    left: 50px;
}
.mainSlider .owl-next {
    right: 50px;
}


.bannerContent {
    width: 550px;
    background: rgba(207, 101, 161, 0.83);
    color: #fff;
    position: absolute;
    top: 26%;
    left: 15%;
    padding: 30px;
}

.bannerContent h2 {
    font-size: 40px;
    font-weight: 700;
}
.bannerContent p {
    font-size: 18px;
    margin: 15px 0 23px;
}
.bannerContent .siteBtn {
    border: 2px solid #fff;
    color: #fff;
}



.ourExpSection { background-color: #d17daf; height: 175px; background-image: url(../images/exp_bg.png); background-repeat: no-repeat; background-position: bottom; }
.ourExpBox {
    margin-top: 50px;
}

.ourExpBox img {
    display: inline-block;
    vertical-align: middle;
    height: 62px;
}
.ourExpBox .expName {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: 62%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3em;
}

.trainedTecher .expName {
    width: 50%;
}

.assessment .expName {
    width: 50%;
}



/*._2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 9209px;
  z-index: 337;
}
.Rounded_Rectangle_30 {
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(12, 9, 14);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 295px;
  top: 1179px;
  width: 160px;
  height: 180px;
  z-index: 335;
}*/



.aboutSection { padding: 70px 0;  }

.aboutImage {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.aboutImage img {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
}

.aboutImage .abtImg1 {
    width: 285px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.aboutImage .abtImg2 {
    width: 150px;
    left: 15px;
    top: 30px;
}
.aboutImage .abtImg3 {
    width: 215px;
    bottom: 45px;
    right: 10px;
    left: auto;
}


.aboutSection .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 2px;
    left: 20px;
    background: #000;
}

.aboutContent p { 
    font-size: 16px;
    color: #787878;
    margin-bottom: 25px;
}
.aboutContent p:last-child {
    margin-bottom: 0;
}
.aboutContent .siteBtn {
    font-style: italic;
}



.weekCourseSection { padding: 45px 0 70px; }
.weekCourseSection .title { 
    text-align: center; 
    text-transform: uppercase; 
    font-size: 38px;
    margin-bottom: 50px;
}

.weekCourseSection .title:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    bottom: -15px;
    background: #c2c2c2;
    left: 0;
    right: 0;
    margin: auto;
}


.weekCourseBox .green { background: #50c560; }
.weekCourseBox {
    background: #50c560;
    border-radius: 10px;
    height: 415px;
    margin-bottom: 25px;
    position: relative;
}
.weekCourseBox img { width: auto !important; display: inline-block !important; }

.weekCourseImgBox {
    position: relative;
    background: #fff;
    height: 255px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.weekCourseImgBox .imgFrame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    z-index: 1;
}
.weekCourseImgBox .weekCourseImg {
    width: auto !important;
    transition: all .5s ease-in-out;
}

.weekCourseContent { position: relative; }
.weekCourseIco {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    box-shadow: 3px 5.196px 5px rgba(0, 0, 0, 0.08);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    left: 0;
    right: 0;
    margin: auto;
    top: -85px;
    z-index: 2;
}
.weekCourseIco img { width: auto !important; }
.weekCourseContent h2 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    position: relative;
    top: 18px;
}

.weekCourseAdd {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #50c560;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 21px;
    cursor: pointer;
}

.weekCourseBox.red { background: #ff2a14; }
.weekCourseBox.red .weekCourseAdd { background: #ff2a14; }


.weekCourseBox.blue { background: #63b1ea; }
.weekCourseBox.blue .weekCourseAdd { background: #63b1ea; }

.weekCourseMain .owl-nav {
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
    margin: 0;
    display: inline-block !important;
}

.weekCourseMain .owl-prev, .weekCourseMain .owl-next {
    width: 50px;
    height: 50px;
    font-size: 36px !important;
    color: #fff !important;
    background: #dbdedb !important;
    border-radius: 50% !important;
    margin: 0 !important;
    position: absolute;
}

.weekCourseMain .owl-prev span, .weekCourseMain .owl-next span {
    position: relative;
    display: inline-block;
    top: -4px;
}

.weekCourseMain .owl-prev {
    left: -85px;
}

.weekCourseMain .owl-next {
    right: -85px;
}







.ourPrograms {  }
.ourPrograms .container-fluid { padding: 0; overflow: hidden; }

.ourPrograms * { padding: 0; }


.ourProgramsBox { height: 525px; overflow: hidden; position: relative; }
.ourProgramsBox img { width: 100%; }

.ourProgramsContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 120px;
    background: rgba(255, 42, 20, 0.5);
    padding: 25px 50px 25px 85px;
    color: #fff;
}


.ourProgramsContent h2 {
    font-size: 30px;
    font-weight: 600;
}
.ourProgramsContent p {
    font-size: 17px;
}

.ourProgramsContent .siteBtn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    min-width: 150px;
    padding: 6px 15px;
    font-style: italic;
    margin-top: 15px;
}


.programMainBox {  }
.programBox { width: 50%; float: left; height: 262.5px; background-size: cover; position: relative; }

    
.programContent { position: absolute; height: 100%; width: 100%; left: 0; top: 0; padding: 20px; color: #fff; }

.programBox:nth-child(1) .programContent {
    background-color: rgba(254, 203, 84, 0.85);
}
.programBox:nth-child(2) .programContent {
    background-color: rgba(240, 240, 240, 0.85);;
}
.programBox:nth-child(3) .programContent {
    background-color: rgba(22, 140, 225, 0.85);
}
.programBox:nth-child(4) .programContent {
    background-color: rgba(252, 165, 71, 0.85);
}


.programBox:nth-child(1) {
    background-color: #fecb54;
    background-image: url(../images/program-2.png);
}
.programBox:nth-child(2) {
    background-color: #f0f0f0;
    background-image: url(../images/program-3.png);
}
.programBox:nth-child(3) {
    background-color: #168ce1;
    background-image: url(../images/program-4.png);
}
.programBox:nth-child(4) {
    background-color: #fca547;
    background-image: url(../images/program-5.png);
}

.programBox:nth-child(2) p {
    color: #000;
}



.programContent h2 {
    font-size: 22px;
    background: #ff2a14;
    padding: 5px 25px 5px 12px;
    display: inline-block;
    font-weight: 600;
    border-top: 2px dashed #fff;
    min-width: 230px;
    position: relative;
    margin-bottom: 35px;
}
.programContent h2:after {
    position: absolute;
    content: "";
    border: 20px solid transparent;
    border-right: 229px solid red;
    border-top: 0px solid red;
    right: 0;
    bottom: -20px;
}

.programContent p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
}







.videoSection { padding: 75px 0; background-image: url(../images/videoBg.png); background-size: cover; }
.videoBox {
    width: 585px;
    height: 285px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #fff;
    position: relative;
}
.videoBox img { width: 100%; height: 100%; }
.videoSection .title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 65px;
}
.videoSection .title span { color: #ff9103; }

.videoBox .playBtn {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videoBox .playBtn img {
    width: 60px;
    height: 60px;
}

.videoSection .owl-nav {
    position: absolute;
    top: 42%;
    bottom: 48%;
    width: 100%;
    margin: 0;
    height: 0;
}
.videoSection .owl-prev, .videoSection .owl-next {
    width: 45px;
    height: 45px;
    font-size: 42px !important;
    color: #fff !important;
    background: #ff9103 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    position: absolute;
    border: 4px solid #000 !important;
    line-height: 40px !important;
}
.videoSection .owl-prev span, .videoSection .owl-next span {
    position: relative;
    display: inline-block;
    top: -4px;
}
.videoSection .owl-prev {
    left: 0;
}
.videoSection .owl-next {
    right: 0;
}

#videoSlider { width: 750px; margin: 0 auto; }




.gallerySection {
    padding: 80px 0;
    background-image: url(../images/galleryBG.png);
    background-size: cover;

}

.gallerySection .title { font-weight: 600; font-size: 40px; text-align: center; margin-bottom: 35px; }

.galleryImgMainBox {  }
.galleryImgBox { width: 19%; display: inline-block; vertical-align: middle; padding: 5px; }

.galleryImg { position: relative; margin: 15px 0; }
.galleryImg img { width: 100%; height: auto; }

.galleryImgHover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
    cursor: pointer;
    border: 4px solid #7d7ddc;
}

.galleryImgHover a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fbe800;
    line-height: 45px;
    color: #000;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    position: absolute;
    font-size: 18px;
}

.galleryImg:hover .galleryImgHover {
    opacity: 1;
    transition: .4s;
}




.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  cursor:zoom-out;
}
    
 .lightbox img {
    max-width: 90%;
    max-height: 100%;
    margin-top: 10%;
    cursor: zoom-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translate(0, -50%);
}
    
.lightbox:target {
  outline: none;
  display: block;
} 















.testimonialSec { position: relative; }
.testimonialSec .testiBgImg { height: 600px; width: 100%; background-image: url(../images/testimonialBG-2.png); background-size: cover; }
.testimonialSec .container {
    position: relative;
    padding-bottom: 315px;
}

.testiContent {
    height: 450px;
    background-image: url(../images/testimonialBG.png);
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    top: -170px;
}

.testiHed {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #ff9103;
    font-family: 'Lora', serif;
    letter-spacing: 1.5px;
    padding: 12px 40px;
    height: 125px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -215px;
}

.testiSliderMainBox { padding: 85px 35px; }
.testiSliderBox {  }
.testiSliderBox .testiImg { display: inline-block; vertical-align: top; text-align: center; }
.testiSliderBox .testiImg img { width: 150px; height: 150px; border-radius: 50%; border: 10px solid #6a6ac9; margin-bottom: 15px; }
.testiSliderBox .testiImg h4 {
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
}

.testiSliderBox .testimonialText { display: inline-block; width: 75%; vertical-align: top; padding-left: 45px; }
.testiSliderBox .testimonialText h5 {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6em;
}
.testiSliderBox .testimonialText h1 { margin-bottom: 22px;  }    
.testiSliderBox .testimonialText h1 img { width: 40px !important; }


.testiSliderMainBox .owl-dots { position: absolute; left: 18%; }
.testiSliderMainBox .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: transparent !important;
    border: 2px solid #fff;
    margin: 4px !important;
}
.testiSliderMainBox .owl-dot.active span {
    background: #fff !important; 
}









.latestBlogSection { padding: 25px 0 70px }
.latestBlogSection .title { text-align: center; text-transform: uppercase; font-size: 38px; margin-bottom: 45px; }
.blogBox { background: #f3c35f; border-radius: 10px; border-bottom: 2px solid #cb9f43; }
.blogBox .blogImg { height: 230px; border-radius: 10px 10px 0 0; overflow: hidden; position: relative; }

.blogBox .blogImg .date {
    position: absolute;
    left: 25px;
    bottom: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f3c35f;
    border: 3px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    text-align: center;
    line-height: 120px;
}
.blogBox .blogImg .date h3 {
    display: inline-block;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.blogBox .blogImg .date h3 span {
    font-size: 24px;
}

.blogContent { padding: 25px 20px; }
.blogContent h4 { font-size: 18px; font-weight: 600; line-height: 1.3em; color: #000; margin-bottom: 22px; }
.blogContent p {
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 50px;
}

.blogContent .siteBtn {
    background: #fff;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    padding: 9px 18px;
    min-width: 145px;
}

.weekCourseBox:hover .weekCourseImg {
    transform: scale(1.08) rotate(2deg);
    transition: all .5s ease-in-out;
    position: relative;
}





.subscribeSection {
    padding: 60px 0 70px;
    color: #fff;
    background-image: url(../images/subscribeBG.png);
    background-size: cover;
}
.subsTitle {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    position: relative;
    margin-bottom: 60px;
}
.subsTitle:after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 80px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.subsTitle b { font-weight: 500; }


.subsInput { text-align: center; }
.subsInput input {
    display: inline-block;
    width: 385px;
    height: 45px;
    background: #fff;
    border-radius: 25px;
    border: none;
    padding: 2px 20px;
    font-size: 16px;
    margin-right: 12px;
}

.subsInput .subSBtn {
    background: #ff9103;
    color: #fff;
    font-size: 17px;
    padding: 4px 6px 4px 25px;
    height: 45px;
    border: none;
    border-radius: 25px;
    text-align: center;
    min-width: 125px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}
.subsInput .subSBtn span { display: inline-block; vertical-align: middle; position: relative; top: 2px; }
.subsInput .subSBtn img { margin-left: 5px; width: 35px; }




.scheduleSection { padding: 100px 0 0; background-image: url(../images/scheduleBG.png); background-size: cover; }
.scheduleMainBox { text-align: center; }
.scheduleImg { display: inline-block; vertical-align: top; margin-right: 30px; }
.scheduleImg img {
    width: 285px;
    position: relative;
    top: -65px;
}

.scheduleBox { display: inline-block; width: 500px; vertical-align: top; }

.scheduleBox .scheduleHed {
    background: #2f71bf;
    color: #fff;
    padding: 5px 20px;
    font-size: 32px;
    font-weight: 500;
}
.scheduleBox .scheduleInputBox {
    background: #fff;
    height: 400px;
    box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
    padding: 20px 25px 15px;
}


.scheduleInputBox .left {
    padding-right: 8px;
}
.scheduleInputBox .right {
    padding-left: 8px;
}
.scheduleInputBox .form-control {
    border-radius: 8px;
    font-size: 14px;
}

.scheduleInputBox .selectLabel {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.scheduleInputBox select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}


.scheduleInputBox .selectLabel::after {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    font: normal normal normal 24px/1 FontAwesome;
    pointer-events: none;
    border-left: 1px solid #ced4da;
    color: #ced4da;
    line-height: 40px;
}

.scheduleInputBox .scheduleBtn {
    background: #ff9024;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    border: none;
    height: 42px;
    line-height: 34px;
}
.scheduleInputBox .form-group { text-align: left; }



.memberSec { padding: 65px 0; }
.memberSec .subsTitle { color: #000; }
.memberSec .subsTitle:after {
    background: #0e59b4;
}

.partnerImg { text-align: center; }
.partnerImg img { height: 75px; }












/* === Footer === */

footer {
    padding: 200px 0 60px;
    background-image: url(../images/footerBG.png);
    background-size: 100% 100%;
}

.footHed {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.footHed:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 55px;
    height: 2px;
    left: 0;
    background: #ff9024;
}

.contact-list { padding: 0; margin: 0; }
.contact-list li { list-style: none; margin-bottom: 15px; padding: 0; font-size: 16px; position: relative; word-break: break-all; padding-left: 30px; color: #fff; }
.contact-list li a { text-decoration: none; color: #fff; word-break: break-all; }
.contact-list li i, .contact-list li a i { position: absolute; left: 0; top: 6px; }

.footerLink { padding: 0; margin: 0;  }
.footerLink li { list-style: none; margin-bottom: 5px; padding: 0; }
.footerLink li a { color: #fff; font-size: 14px; }


.footer-socialLink { padding: 5px 0 10px; }
.footer-socialLink a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    font-size: 18px;
}
.footer-socialLink span { margin-right: 15px; }
.footer-socialLink span i { font-size: 20px; color: #fff; }


.bottomFoot { background: #64b3ec; padding: 15px 0 12px; font-size: 15px; color: #fff;  }
.leftFootText { text-align: left; }
.rightFootText { text-align: right; }














