
.body {
  margin: 0; 
  font-family: $font-family-base;
  @include font-size($font-size-base);
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  background-color: $body-bg; 
  text-align: left; 
  
}
 

.body-inner {
    position: relative;
    overflow: hidden;
}


section,
.section-padding {
    padding: 70px 0;
    position: relative;
}  

@media (min-width: 992px) {
.navbar { padding-top:0; padding-bottom: 0; }
}




.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}


  
/* Owl Page slider */

.page-slider.owl-theme .owl-nav>div {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    width: 36px;
    height: 72px;
    line-height: 60px;
    font-size: 26px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-slider.owl-theme .owl-nav>.owl-prev {
    left: 0;
}

.page-slider.owl-theme .owl-nav>.owl-next {
    right: 0;
}

.page-slider.owl-theme .owl-nav>div:hover {
    background: #ffb600;
    color: #fff;
}

.page-slider .item {
    min-height: 700px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.page-slider.page-slider-small .item {
    max-height: 500px;
    min-height: auto;
}

.page-slider-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background: rgba(255, 255, 255, .9);
}

.page-slider-caption h3 {
    font-size: 20px;
}

.page-slider-caption span {
    font-weight: 400;
}


/* Owl Box slider */

.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}

.box-slide-description {
    color: #fff;
}

.box-slider-text  {
    padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
} 

 
/*-- Banner --*/

.banner-area {
    position: relative;
    min-height: 300px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.banner-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 900;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading{
    text-align: center;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb a:hover {
    color: #fff;
}


/*-- About us page --*/


/* Slider pages */

.page-slider.small-bg .item {
    min-height: 330px;
}

.page-slider.small-bg .box-slider-content {
    left: 20%;
}

.page-slider.small-bg .box-slider-text {
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
}


 
 

/*-- Team page --*/

.ts-team-wrapper {
    position: relative;
    overflow: hidden;
}

.ts-team-content {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    margin-top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.ts-team-wrapper:hover .ts-team-content {
    top: 0;
    padding-top: 50px;
}

.ts-team-content .ts-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal;
    color: #ffb600;
}

.ts-team-content .ts-designation {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}

.team-social-icons a i {
    color: #fff;
    margin-right: 8px;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.team-social-icons a i:hover {
    color: #ffb600;
}
 
 
 /* Section title */
.section-title{
    font-size: 18px;
    line-height: 28px;
    margin:0;
    text-transform: uppercase;
    font-weight: 300;
}

.section-sub-title{
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #212121;
}

 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h3 {
    /* font-size: 24px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -.2px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}



 /*
@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
*/

.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}


.hero-wrap.hero-wrap-2 {
    height: 291px;
}
.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.hero-wrap.hero-wrap-2 .overlay {
    opacity: .5;
}
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background: #000;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height:  291px;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 291px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

section, .section-padding {
    padding: 70px 0;
    
}

.hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99;
}
.hero-wrap .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255,255,255,.7);
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.fadeInUp { 
    animation-name: fadeInUp;
}

h1 {
    font-size: 36px;
    line-height: 167px;
    color: white;
}

.align-items-stretch {    
    align-items: stretch!important;
}

.d-flex { 
    display: flex!important;
}
.info-wrap {
    color: rgba(255,255,255,.8);
}
.bg-primary {
    background: #2cbfe8!important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.info-wrap .dbox {
 
    color: #f7f5f5;
    margin-bottom: 25px;
}
.w-100 {
    width: 100%!important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.2);
}

.align-items-center {
    
    align-items: center!important;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}

.contact-wrap {
    background: #fff;
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0;
}

.form-control {
    height: 52px!important;
    background: #fff!important;
    color: #000!important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}