/********** Template CSS **********/
:root {
    --primary: #004132;
    --secondary: #e0f465;
    --light: #EEF9FF;
    --dark: #fdf500;
}

/*@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
*/
body {
    font-family: "DM Sans", serif;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important; font-family: "Teko", serif;
}

h3,
h4,
.font-weight-semi-bold {
     font-weight: 600 !important; font-family: "Teko", serif;
}

h5,
h6,
.font-weight-medium {
     font-weight: 500 !important; font-family: "Teko", serif;
}

.text-primary { color: #696969 !important;}
.text-secondary { color: #ffffff !important; }
.text-light { color: #ffff00 !important; }
.text-dark { color: #fdf500 !important; }

.primary-color {background-color: #e0f465 !important;}

.secondary-color {background-color: #f39735 !important;}

.bg-light {
    background-color: #004132 !important;
}

.bg-new {background-color: #f8faff !important;}

.btn {
    border-radius: 10px;
    font-weight: 600;
    transition: .5s;
}

.btn i {margin-left: 0px;}

.btn-primary,
.btn-secondary {
    color: #000;
}

.btn-primary {
    background-color: #e0f465;
    border-color: #fdf500;
}

.btn-primary:hover {
    background: var(--dark);
    border-color: var(--dark); color: #000;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-brand img { height: 120px;  }

.flogo { height: 120px; }

.cont a {color: #6B6A75; }

.cont a:hover {color: #f39735; }

/*.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}*/

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1);
}

.top-link i {color: #004132;}

.top-link a {font-size: 15px; color: #004132; }

.top-link a:hover {color: #fff; }

.top-social a {color: #004132;}

.top-social a:hover {color: #fff;}

.navbar-light .navbar-nav .nav-link {
   padding: 35px 9px;
    font-size: 16px;
    color: #fff;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .show>.nav-link, 
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(255,255,255,0.9); 
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #e0f465;
    background-color: #004132;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 9px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #e0f465;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .0);
    z-index: 1; text-align: left;
}

.carousel-caption h1 {text-transform: uppercase;}

.more-btn {
    background-color: #fdf500;
    border-color: #fdf500;
    border-radius: 0px;
    font-weight: 700;
    transition: .5s;
    padding: 10px 40px 10px 40px;
    color: #004132;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}

.more-btn:hover {background-color: #004132; color: #fdf500;}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
  height: 450px;
}

.hero-header a {color: #fff;}

.hero-header a:hover {color: #ffff00;}

.about-banner {
  background: url(../img/banner/about-banner.jpg) center center no-repeat;
  background-size: cover;
}

.methodology-banner {
  background: url(../img/banner/methodology-banner.jpg) center center no-repeat;
  background-size: cover;
}

.services-banner {
  background: url(../img/banner/services-banner.jpg) center center no-repeat;
  background-size: cover;
}

.testimonials-banner {
  background: url(../img/banner/testimonials-banner.jpg) center center no-repeat;
  background-size: cover;
}

.registration-banner {
  background: url(../img/carousel-3.png) center center no-repeat;
  background-size: cover;
}

.bengaluru-banner {
  background: url(../img/bengaluru-banner.png) center center no-repeat;
  background-size: cover;
}

.melbourne-banner {
  background: url(../img/carousel-2.png) center center no-repeat;
  background-size: cover;
}

.contact-banner {
  background: url(../img/banner/contact-banner.jpg) center center no-repeat;
  background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.registration {padding-top: 60px;
    padding-bottom: 60px;}

.registration-text { margin-bottom:30px; }
.registration-text p {color: #6B6A75; font-size: 20px;}

.registration-text a {color: #000;}
.registration-text a:hover {color: #6B6A75;}
.registration-icon p {
    font-size: 18px;
    color: #000000;
    display: inline-flex;
    line-height: 26px;
}

.registration-icon {margin-bottom: 30px;}

.registration-icon p span {
    width: 33px;
    height: 33px;
    background-color: #004132;
    text-align: center;
    display: table;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 33px;
}

.registration-icon p span i {
    color: #fdf500;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.ppt {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
}

.ppt.line-left {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.ppt.line-left:before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #e0f465;
    left: 0;
    transform: translateX(0);
    height: 3px;
    width: 120px;
    top: auto;
    bottom: 15px;
}

.registration-wrap {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 30px;
}

.registration-wrap h3 { 
    color: #000; 
    font-size: 42px; 
    font-weight: 700; margin-bottom: 30px;
}

.registration-wrap h4 { 
    color: #000; 
    font-size: 32px; 
    font-weight: 700; margin-bottom: 30px;
}

.registration-wrap h5 { 
    color: #000; 
    font-size: 24px; 
    font-weight: 700; 
    margin-bottom: 10px;
}

.registration-wrap h6 { 
    color: #000; 
    font-size: 20px; 
    font-weight: 700; margin-top: 15px; 
    margin-bottom: 5px; 
    font-family: "DM Sans", serif;
}


.contact-card-sec {
    padding-top: 90px; 
    padding-bottom: 70px;

background: url(../img/background/contactBg.jpg) center top no-repeat;
  background-size: cover;}

.contact-card {
    background-color: #f6f6f6;
    padding: 40px;
    transition: all .4s ease-in-out;
    margin-bottom: 25px;
}

.contact-card .icon {
    background-color: #e0f465;
    width: 106px;
    height: 106px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-table;
    line-height: 80px;
    text-align: center;
}

.contact-card .icon-sm i, .contact-card .icon i {
    font-size: 30px;
    color: #000;
}

.icon i {
    display: table-cell;
    vertical-align: middle;
}

.contact-card h3 {
    font-size: 30px;
    color: #004132;
    font-weight: 700;
    margin: 20px 0;
    
}

.contact-card a, .contact-card p {
    font-size: 18px; font-weight: 700;
    color: #000;
}

.contact-card a:hover {color: #004132;}

.mtab {background-color:#122e55; }

.mtab .borLeft {
    background-image: url(../img/vline.png);
    background-repeat: no-repeat;
}

.mtab h3 {font-size: 22px;}

.pop-tour { 
    padding-top:50px; 
    padding-bottom:50px;
    background-image: url(../img/tourBg.png);
    background-repeat: no-repeat;
}

.pop-tour h2 {
    font-size: 41px;
    
}

.pop-tour .jkit-thumb {
    margin-bottom: 60px;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    position: relative;
}

.jkit-img {overflow: hidden; border-radius: 10px 10px 10px 10px;}

.pop-tour .jkit-thumb .jkit-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.pop-tour .jkit-thumb .jkit-img img {
    display: block;
    width: 100%;

}

.pop-tour .jkit-thumb:hover .jkit-img a img {
     transform: scale(1);
}

.pop-tour .jkit-thumb .jkit-content {
    padding: 20px 0px;
}


.jkit-title {
    font-weight: 600px;
    font-size: 21px;
}

.jkit-title a {
    color: #102247;
    transition: all ease-in-out 0.5s;
}

.jkit-title a:hover {
    color: #f39735;
}

.pop-tour .jkit-thumb .jkit-content p {
    color: #727272;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.booking-btn {
    background-color: #f39735;
    border-color: #f39735;
    border-radius: 10px;
    font-weight: 600;
    transition: .5s;
    padding: 14px 30px 14px 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.booking-btn i {
    margin-left: 15px; 
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.booking-btn:hover {color: #fff; background-color: #102247; }

.bookNow-btn {
    background-color: #f39735;
    border-color: #f39735;
    border-radius: 10px;
    font-weight: 600;
    transition: .5s;
    padding: 10px 22px 9px 22px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.bookNow-btn i {
    margin-left: 15px; 
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.bookNow-btn:hover {color: #fff; background-color: #102247; }

.about { 
    background-color:#fff; 
    padding-top: 60px;
    padding-bottom: 60px; 
    
}

.about p {text-align: justify;}

.about-txt {
    max-width: 484px;
}

.about-txt p {
    margin-top: 15px; 
}

.about-txt2 {
    max-width: 784px;
}

.about-txt2 p {
    margin-top: 15px; color: #fff; font-weight: 600; font-size: 18px;
}

.about-txt3 {
    max-width: 884px;
}

.about-txt3 p {
    margin-top: 20px; color: #6B6A75; font-weight: 600; font-size: 18px;
}

.lead {
    
    text-transform: uppercase;
    font-weight: 600;
}

.lead {
    font-family: Teko, sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
}

.text-green {
    display: inline-block;
    line-height: 32px;
    color: #000000;
    padding: 0px 10px;
    height: 28px;
    background-color: #e0f465;
}

.text-whit {
    display: inline-block;
    line-height: 32px;
    color: #e0f465;
    padding: 0px 10px;
    height: 28px;
    background-color: transparent;
}

.cpt {font-size: 50px; 
    font-weight: 700; 
    color: #000000;
}

.cpt.line-left {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.cpt.line-left:before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #e0f465;
    left: 0;
    transform: translateX(0);
    height: 3px;
    width: 120px;
    top: auto;
    bottom: 15px;
}

.cpt.line {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.cpt.line:before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #e0f465;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 120px;
    top: auto;
    bottom: 15px;
}

.about-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-txt ul li {
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.about-txt ul li:before {
    background: url(../img/icons/checkbox.png) no-repeat 0 0;
    top: 4px;
    
}

.about-txt ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;}


.read-more {
    background-color: #004132;
    border-color: #004132;
    border-radius: 0px;
    font-weight: 700;
    transition: .5s;
    padding: 10px 30px 10px 30px;
    color: #e0f465;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}

.read-more i {
    margin-left: 15px; 
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.read-more:hover {color: #fff; background-color: #102247; }

.about-image {position: relative; z-index: 1; margin-left: 20px; margin-top: 114px;}

.about-image img {
    width: 100%;
}

.about-image::before {
    position: absolute;
    content: '';
    width: 153px;
    height: 152px;
    background-image: url(../img/dots.png);
    /*background-repeat: repeat;*/
    top: -40px;
    right: -30px;
    z-index: -1;
    -webkit-animation: up-down 3s infinite;
    -moz-animation: up-down 3s infinite;
    -o-animation: up-down 3s infinite;
    animation: up-down 3s infinite;
}


.meet-coaches { 
    background-color:#f5f8e5; 
    padding-bottom: 60px;
    padding-top: 60px;
}

.meet-coaches .meet-img { 
    background-color:#fff; 
    position: relative;
    padding: 20px;
    
    box-shadow: 0px 0px 7.65px 1.35px rgba(0, 0, 0, 0.07);   
}

.meet-coaches .meet-img img { 
    
    width: 100%; 
    
}

.meet-coaches .meet-text {
    background-color: #fff;
    /*margin-top: 60px;
    margin-left: -20px;*/
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 7.65px 1.35px rgba(0, 0, 0, 0.07); 
    min-height: 324px; 
}

.meet-coaches .meet-text h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #004132;
    
}

.meet-coaches .meet-text span {
    font-size: 14px;
    font-weight: 400;
    color: #142958;
   
}

.meet-coaches .meet-text p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    margin: 0 0 20px 0;
   
}


.gallerybox-4 {margin-bottom: 20px; }



.gallerybox-4 img {width: 100%; border-radius: 20px 20px 20px 20px;
    height: auto;
transition: .5s ease;
opacity: 1;
}

.gallerybox-4 img:hover {opacity: 0.8;}


.coach-wrap {display: flex; background-color: #fff;}

.coach-img img { border-radius:50%; }

.coach-text { margin-left: 40px; }

/*-- coaches --*/

.coaches { background-color:#f5f8e5; padding-bottom: 60px;
    padding-top: 60px;}

.coaches-image-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 7.65px 1.35px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 0px 0px;
    padding: 30px 40px 30px 40px;
    margin-bottom: 40px;min-height: 660px;  
}

.coaches-image {position: relative;}

.coaches-image-thumb {
    border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; 
}

.coaches-image-card .coaches-image .coaches-image-thumb {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: block;
}

.coaches-image-card .coaches-image .coaches-image-thumb>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}

.coaches-image-card:hover .coaches-image-thumb>img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8
}

.coaches-text-body {padding: 20px 0px 0px 0px;}

.coaches-title {
    text-align: left;
    margin: 10px 0px 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6em;
}

.coaches-title a {color: #004132;}
.coaches-title a:hover {color: #e0f465;}

.coaches-image-card:hover .coaches-title a {color: #e0f465;}

.coaches-text-body > p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    margin: 10px 0px 0px 0px;
}

/*-- Field Development --*/

.field { 
    /*background-color: #f8f5e5;
    padding-bottom: 30px;*/

    background: url(../img/background/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 35px;

     }

.field-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 7.65px 1.35px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px; margin-bottom: 40px; min-height: 334px;
}

.field-header {position: relative;}

.field-thumb {border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; }

.field-card .field-header .field-thumb {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: block;
}

.field-card .field-header a.field-thumb img, .field-card .no-gutters a.field-thumb img {
    display: block;
}

.field-card .field-body {
    position: relative;
    z-index: 9;
    padding: 10px 10px 0px 10px;
}

.field-body > p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    margin: 10px 0px 0px 0px;
}

.field-card .field-header .field-thumb>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}


/*-- service --*/

.what-offer { background-color:#fff; padding-bottom: 30px;}

.service-image-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 7.65px 1.35px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px; margin-bottom: 40px;
}

.service-entry-header {position: relative;}

.service-entry-thumb {border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; }

.what-offer .service-entry-thumb {
    top: -45px !important; padding: 0px 0px 0px 0px;
}



.service-image-card .service-entry-header .service-entry-thumb {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: block;
}

.service-image-card .service-entry-header .service-entry-thumb>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
}

.service-image-card:hover .service-entry-thumb>img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8
}

.service-image-card .service-entry-header a.service-entry-thumb img, 
.service-image-card .no-gutters a.service-entry-thumb img {
    display: block;
}

/*.service-image-card .service-entry-header a.service-entry-thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    visibility: visible;}*/

.service-image-card .service-post-body {position: relative; z-index: 9;
    padding: 10px 0px 0px 0px;
}


.what-offer .service-post-body {
    top: -45px !important; 
}

.entry-title {
    text-align: left;
    margin: 10px 0px 0px 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.6em;
}

.entry-title a {color: #004132;}

.entry-title a:hover {color: #e0f465;}

.service-image-card:hover .entry-title a {color: #e0f465;}

.service-post-body > p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    margin: 10px 0px 0px 0px;
}

.service-post-btn .read {
    background-color: #004132;
    border-color: #004132;
    border-radius: 0px;
    font-weight: 700;
    transition: .5s;
    padding: 10px 30px 10px 30px;
    color: #e0f465;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
}

.service-post-btn .read:hover {color: #004132; background-color: #e0f465; }

/*-- Methodology --*/

.home-methodology {
    background: url(../img/background/methodology-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.methodology-item {margin-bottom: 40px; display:flex;}

.methodology-icon {margin-bottom: 20px;}

.methodology-icon img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    
}

.methodology-icon img:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8
}

.methodology-text {margin-left: 40px;}

.methodology-text h3 {font-size: 22px; font-weight: 700;}

.methodology-text a {color: #e0f465;}

.methodology-text a:hover {color: #fff;}

.methodology-text p {font-size: 18px; color: #fff; text-align: justify;font-weight: 400;}

/*-- Why us --*/

.whyus {padding-bottom: 40px; padding-top: 20px;}

.whyus .tab {
    float: left;
    width: 100%;
}

.whyus .tab button.active {
    color: #004132;
    background-color: #e0f465;
}

.whyus .tab button:hover {
    color: #004132;
    background-color: #e0f465;
}

.whyus .tab button {
    display: inline-flex;
    background-color: #004132;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    outline: none; border: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px; font-weight: 700;
}

.whyus .tabcontent {
    float: left;
    padding: 30px 10px;
    border: 0px solid #ccc;
    width: 90%;
    border-left: none;
    /*height: 300px;*/
    text-align: center;
    background-color: #fcfbf5;
    border-radius: 10px;
}

.whyus .tabcontent img {margin-bottom: 20px; border-radius: 10px;}

.whyus .tabcontent p {
    font-size: 19px;
    font-weight: 600; 
    color: #696969;
    width: 75%;
    margin: 0 auto;
}


.story {
    padding-top: 60px;
    padding-bottom: 20px;
}

.story-img {margin-bottom: 20px;}

.story-text {margin-bottom: 40px;}

.story-text p {
    font-size: 18px; 
    font-weight: 400; 
    color: #666666;text-align: justify;
}

.media-high {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.media-high-wrap {
    position: relative;
    margin-bottom: 40px;
   
   
}

.media-high-wrap2 {
    position: relative;
    margin-bottom: 40px;
    padding: 10px 10px 3px 10px;
    background-color: #e0f465;
}

.media-high-img { text-align: center;}

.media-high-text {
    background-color: #f5f8e5;
    min-height: 220px;
    padding: 20px 20px;
}

.media-high-text h3 {
    font-size: 24px;
    color: #004132;
    font-weight: 700;
    text-align: center;
}

.media-high-text p {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    text-align: justify;
}

.core-team {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.team-member2 {position: relative; margin-bottom: 40px;}

.team-img {background-color: #004132; padding: 50px 20px; text-align: center;}

.team-text {background-color: #f5f8e5; 
    min-height: 332px;
    padding: 20px 20px;}

.team-text h3 { font-size:24px; color:#004132; font-weight:700; text-align: center; }

.team-text p { font-size:16px; color:#696969; font-weight:400; text-align: justify;}

.about-tab {
    padding-top: 80px;
    padding-bottom: 60px;
}

/*.about-tab .nav .nav-item button {
  background-color: #004132;
  color: #fff;
}*/

.about-tab .nav .nav-item button.active {
  background-color: transparent;
  /*color: #e0f465 !important;  background-color: transparent;*/
}

.about-tab .nav .nav-item button.active::after {
  content: "";
  border-bottom: 2px solid #e0f465;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.about-tab .nav-link { padding: 5px 0px; }

.about-tab .nav-pills li {
    font-size: 30px;
    text-align: center;
    width: 33.33%;}

.about-tab .nav-pills li .nav-link {
    font-family: Teko, sans-serif;
    color: #030523;
   font-weight: 700;
}

.about-tab p {
    color: #666666; 
    font-size: 20px; 
    font-weight: 400;
    padding-top: 40px; text-align: justify;
}

.vision {
    background: url(../img/background/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
}

.vision-content {margin-bottom: 40px;}

.vision-d {display: flex;}

.vision-img {margin-bottom: 40px; margin-left: 30px;}

.vision-cap {margin-left: 20px; }

.vision-cap h3 {font-size: 36px; font-weight: 700; padding-top: 15px;
    color: #fff;
}

.vision-text {padding-top: 20px;}

.vision-text p {
    font-size: 18px; 
    font-weight: 400; color: #fff;
text-align: justify;
}

.gst { padding-top: 60px;
    padding-bottom: 60px; }

.gst p {color: #091E3E;}

.gst-list {
    position: relative;
    list-style: none;
    margin: 0 0;
    padding: 0;
}

.gst-list li {
    position: relative;
    padding-left: 32px;
    color: #091E3E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.gst-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../img/check-icon.png);
}

.tbbWrap a { color:#000; }

.tbbWrap a:hover {color: #f39735;}


.id-tour {}

.id-tour .inner-box {
    position: relative;
    display: block;
    margin-top: 40px;
    min-height: 480px;
    padding: 36px 40px 32px;
    background: #ffffff;
    border: 1px solid #1DC5CE;
    border-radius: 10px;
}

.id-tour .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 10px;
}

.id-tour .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #10221B;
    opacity: 0.50;
    border-radius: 10px;
}

.id-tour .over-box {
    position: absolute;
    left: 0;
    /* bottom: 0; */
    padding: 0 20px 60px 30px;
    width: 100%;
}

.id-tour .over-box .over-title {
    position: relative;
    line-height: 30px;
    padding: 0px 0px 13px 0px;
    margin-bottom: 30px;
}

.id-tour .over-box .over-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.id-tour .over-box .over-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.id-tour .over-link ul {margin: 0; padding: 0; list-style: none;}

.id-tour .over-link ul li {line-height: 28px;}

.id-tour .over-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.id-tour .over-link a:hover {color: #f39735;}

.over-btn {
    position: absolute;
    left: 30px;
    bottom: 25px;
}

/* Tour details page */

.tour-detail-page {}

.tour-details {}

.tour-main-img {overflow: hidden;
    border-radius: 10px 10px 10px 10px;}

.tour-main-img img {display: block;
    width: 100%;}

.tour-heading {padding: 30px 0; margin-bottom: 30px; border-bottom: 1px solid #e7ebf0;}

.main-title h2 {font-size: 34px; color: #000; font-weight: 700;}

.main-title p {font-size: 18px; color: #f39735; font-weight: 700;}

.itinerary-box h5 {font-size: 22px; color: #000; font-weight: 700; line-height: 36px;}

.accordion {margin-bottom: 50px;}

.accordion-button { background-color: #f8faff;}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f2f5fe;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}

.accordion-button {color: #000;}

.accordion-body .feature-list {
    position: relative;
    list-style: none;
    padding: 0;
}

.accordion-body h4 {font-size: 20px; font-weight: 600; margin-bottom: 20px;}

.accordion-body ul {margin-bottom: 30px; }

.accordion-body .imgBox {margin-bottom: 30px;text-align:center; }
.accordion-body .imgBox img {margin-bottom: 10px; }
.accordion-body .imgBox h6 {font-size:15px;  }

.accordion-body .feature-list li {
    position: relative;
    padding-left: 32px;
    color: #2E2E2E;
    font-size: 16px;
    margin-bottom: 15px;
}

.accordion-body .feature-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../img/check-icon.png);
}

.note-list {
    position: relative;
    list-style: none;
    padding: 0;
}

.note-list li {
    position: relative;
    padding-left: 32px;
    color: #2E2E2E;
    font-size: 16px;
    margin-bottom: 15px;
}

.note-list li span {color: #e18d38;}

.note-list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../img/check-icon.png);
}

.tour-links {}

.links-box {background-color: #f8f8f8 !important; padding: 30px;}

.links-box h4 {font-size: 30px;
    color: #000;
    font-weight: 700;}

.links-box a {font-size: 18px; color: #6B6A75; }

.links-box a:hover {color: #f39735; }

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/background/bg-offer.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 120px; padding-bottom: 100px;
}

.offer-text p {
    color: #f39735;
    font-size: 30px;
    font-weight: 700;
}

.offer-text h4 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.bookBtn {}

.bookBtn {
    background-color: #f39735;
    border-color: #f39735;
    border-radius: 10px;
    font-weight: 600;
    transition: .5s;
    padding: 14px 30px 14px 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.bookBtn:hover {
    color: #fff;
    background-color: #102247;
}

.bookBtn i {
    margin-left: 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background-color: #f8f5e5;
   
}

.bg-testimonial h5 {
    color: #102247; font-size: 48px;
    text-transform: uppercase; 
    font-weight: 700;
    text-align: center;
}

.testimonial-carousel {
    /*background: rgba(6, 163, 218, .85);*/
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 135px;
    height: 46px;
    top: calc(96% - 23px);
    /*left: -23px;
    width: calc(100% + 46px);*/
    left: auto;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    /*width: 120px;
    height: 120px;*/
}

.testimonial-carousel .owl-item p {text-align: justify;}

.ratings {
   
}

.ratings img {
    width: 95px !important; height:auto;
}

.testimonial-media {
    text-align: right;
}


.methodology {background-color: #fff;}

.methodo-bg {background-color: #f5f8e5;}

.methodo-box { padding-top:50px; padding-bottom:50px; }

.methodo-box .methodo-img {}

.methodo-box .methodo-text {
    margin-top: 18px;
    padding: 30px 40px;
    background-color: #023710;
}

.methodo-box .methodo-text h4 { 
    font-size:30px; 
    font-weight:700; 
    color:#fff; 
    margin-bottom: 15px;
}

.methodo-box .methodo-text p { 
    font-size:18px; 
    font-weight:400; 
    color:#fff; 
    line-height: 26px; text-align: justify;
}

 /*width: 120px;
    height: 120px;*/

.service { 
    background-color: #fff;
    margin-top: 50px;
    position: relative;
}

.service-padd-1 {
    padding-top: 90px;
    padding-bottom: 60px; 
}

.service-padd-2 {
    padding-top: 0px;
    padding-bottom: 20px; 
}

.service .about-txt { max-width: 570px;}

.service .cpt {font-size: 44px;}

.service p {font-size: 18px; text-align: justify;}

.service ul { margin:0; padding: 0;  list-style: none;}

.service ul li {
    font-weight: 400;
  font-size: 20px; 
    background-position: 0px 15px;
    padding-left: 40px;
    list-style: none;
    padding-top: 14px;
    padding-bottom: 10px;
    background-image: url('../img/tick-icon-sm.png');
    background-repeat: no-repeat;
}



.1service ul li::before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: top;
  background-image: url('../img/tick-icon-sm.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 11px 0px 0px;
}

.service-image {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.service-image::before {
    position: absolute;
    content: '';
    width: 153px;
    height: 152px;
    background-image: url(../img/dots.png);
    /* background-repeat: repeat; */
    top: -40px;
    right: -30px;
    z-index: -1;
    -webkit-animation: up-down 3s infinite;
    -moz-animation: up-down 3s infinite;
    -o-animation: up-down 3s infinite;
    animation: up-down 3s infinite;
}

.service-image img {
    width: 100%;
}

.service-image-2 {
    position: relative;
    z-index: 1;
    margin-Right: 20px;
}

.service-image-2::before {
    position: absolute;
    content: '';
    width: 153px;
    height: 152px;
    background-image: url(../img/dots.png);
    /* background-repeat: repeat; */
    top: -40px;
    left: -30px;
    z-index: -1;
    -webkit-animation: up-down 3s infinite;
    -moz-animation: up-down 3s infinite;
    -o-animation: up-down 3s infinite;
    animation: up-down 3s infinite;
}

.service-image-2 img {
    width: 100%;
}

.testimonials {
    background-color: #fff; 
    position: relative;
    margin-bottom: 30px;
}

.testimonials-wrap {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 30px;
}

.testimonials-box .testimonial-photo {
  height: 153px;
  width: 153px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonials-box .photo-background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0 -4px 3px -2px #c3c2c2;
  width: 100%;
  transform: scale(0.87);
  transition: 0.32s;
}

.photo-author {position: absolute;
    border-radius: 50%;
    top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 130px;
  width: 130px;
    margin: auto;}

.testimonials-box {
    display: block;
    background-color: #f6f6f6;
    padding: 50px 30px 50px 30px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 100px;
    position: relative;
    min-height: 404px;
}

.testimonials-content {
    margin-top: 55px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.testimonials-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #666;
}

.testimonials-content-bio {
    text-align: center;
    justify-content: center;
    margin: 40px 0px 0px 0px;
}

.client_center {margin: auto;}

.author-name {
    color: #004132;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Teko", serif;
}

.author-des {
     color: #004132;
    font-size: 20px;
    font-weight: 400;
    font-family: "Teko", serif;
}


.footer {
    background: url(../img/background/footer-bg.jpg) center center no-repeat;
    background-size: cover;
}

.footer h3 {font-size: 20px; color: #ffffff; 
    position: relative; 
    padding-bottom: 22px;
margin-bottom: 34px;}

.footer h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #ffff00;
}

.footer-info p {
    font-size: 16px; 
    color: #cccccc;
    display: inline-flex;
    line-height: 26px;
    }

.footer-info p span {
    width: 33px;
    height: 33px;
    background-color: hsla(0, 0%, 100%, .1);
    text-align: center;
    display: table;
    border-radius: 50%; margin-right: 10px;
    flex: 0 0 33px;
}

.footer-info p span i {
    color: #fdf500;
    display: table-cell;
    vertical-align: middle; font-size: 14px;
}

.footer-info p a {font-size: 16px; color: #cccccc;}

.footer-info p a:hover {color: #fdf500;}

.footer-info hr { margin:20px 0; color:#162f5e; }

.footer .social {margin-top: 15px;}
.footer .social a {
    font-size: 15px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: 0.3s;
    margin-bottom: 20px;}

.footer .social a:hover {
    background: #fdf500;
    color: #004132;
}

.footer-links a {color: #cccccc; font-size: 16px; font-weight: 400;}

.footer-links a:hover {color: #fdf500;}

.copyright p, .copyright p a {color: #cccccc;}

.copyright p span {color: #fdf500;}

.copyright p a:hover {color: #fdf500;}




.sidebar {
  width: 350px; padding: 30px;
  /*height: 100%;*/
  background: #f8f8f8;/*border: 1px solid #dedede;*/
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  border-bottom: 3px solid #0791BE;
  margin-bottom: 50px;
}

.sidebar h4 {font-size: 30px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
}
.sidebar #leftside-navigation ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar #leftside-navigation ul li:last-child {border-bottom: none;}

/*.sidebar #leftside-navigation ul li.active > a {
  color: #fff;
    background-color: #cd0001;
}*/

.sidebar #leftside-navigation ul li.active > a {
  color: #f39735;
  
}

.sidebar #leftside-navigation ul ul li.active > a {
  color: #f39735;/*background-color: #ffffff;*/
}
.sidebar #leftside-navigation ul li.active ul {
  display: block;
}
.sidebar #leftside-navigation ul li a {
  color: #000000; font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 0px;
  font-size: 18px;
  outline: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.sidebar #leftside-navigation ul li a:hover {
  /*color: #ffffff;background-color: #cd0001;*/color: #f39735;
}

.sidebar #leftside-navigation ul ul li a:hover {
  color: #f39735;/*background-color: #ffffff;*/
}
.sidebar #leftside-navigation ul li a span {
  display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
  width: 20px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
  display: none;
}
.sidebar #leftside-navigation ul ul li {
  /*background: #f8f8f8;*/
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /*border-bottom: none;*/
}

.sidebar #leftside-navigation ul ul li:last-child {border-bottom: none;}
.sidebar #leftside-navigation ul ul li a {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1a191d;
}

/*******************************/
/********** Facts CSS **********/
/*******************************/
.facts {
    position: relative;
    width: 100%;
    min-height: 250px;
    margin: 0px 0;
    display: flex;
    align-items: center;
    background: #122e55;
}

.facts .facts-item {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

.facts .facts-item i {
    margin-top: 15px;
    font-size: 45px;
    color: #3399cc;
}

.facts .facts-text {
    padding-left: 20px;
}

.facts .facts-text h3 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.facts .facts-text h3::after {
    position: absolute;
    content: "\f067";
    top: 0px;
    right: -25px;
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.facts .facts-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
}



}

@media only screen and (max-width: 1200px) {
 .nav-item > .dropdown-menu.mt-2 {
     width: 100% !important;
 }
}


@media only screen and (max-width: 768px) {

        .hero-header {
        height: auto !important;
    }

 .mtab .borLeft {
    background-image: none;
    }

.sidebar {width: 100%;}

.methodology-item {
    margin-bottom: 40px;
    display: table;
    text-align: center;
}

.methodology-text {
    margin-left: 0px;
}

.about-image::before {right: 0px;}

.whyus .tabcontent {width: 100%;}

.methodo-box .methodo-text {text-align: center;}

.service-image {margin-left: 0px;}

.service-image::before {right: -10px;}

.service-image-2 {margin-Right: 0px;}

.service-image-2::before {left: -10px;}

iframe { border: 0; width: fit-content; width: 100%;}

.vision-img {margin-left: 0px;}

.vision-cap { margin-left: 0px;text-align: center;}

.vision-icon {text-align: center;}
.vision-text p {text-align: center;}

.vision-d { display: block;}

.about-tab .nav-pills li {
    font-size: 26px;
    text-align: center;
    width: 100%;
}

}


/* Contact Section
--------------------------------*/

.contact-area {padding: 70px 0; margin-bottom: 60px;}

.contact-form {
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}

.contact-form form p {
    margin-top: 14px;
}

.contact-form form p label {
    margin-bottom: 10px; 
    color: #555;
    font-weight: 700; display: block;
}

.contact-form form p input {
    width: 100%;
    border: medium none;
    background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    color: #111;
}

.contact-form form p .new-sele { width: 70%;}

@media only screen and (max-width: 768px) { .contact-form form p .new-sele { width: 100%;} }

.contact-form form p select {
    width: 100%;
    border: medium none;
 background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
}

.contact-form form p textarea {
    width: 100%;
    min-height: 130px;
    border: medium none;
    background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    color: #111;
}

.contact-form form p input[type="checkbox" i] {
    width: initial;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial; display: block;}

.contact-form form p button {
    width: auto;
    padding: 15px 40px;
    background: #004132 none repeat scroll 0 0;
    border: medium none;
    color: #e0f465;
    cursor: pointer;
   
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; margin-top: 20px;
}

.contact-form form p button:hover {
    color: #fff;
    background: #102247 none repeat scroll 0 0;
}


.contact-form h3, .contact-info h3 {
    
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
}