/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: 'Roboto', sans-serif;
  src: url("../fonts/Futura-Bold.woff") format("woff");e82226
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.2;
   font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #000;
}

p, .paragraph {
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 1.9;
   font-family: 'Roboto', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 60px;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
  .navbar-nav{
      padding-left:0px !important;
  }
  .section-sm {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
.carousel-caption h1{
    margin-top: -20px !important;
    font-size: 16px !important;
}
.hvav{
    padding-top: 0px !important;
}
}

h2, .h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}

.map iframe{
    width: 720px;
    height:450px;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 736px) and (min-width: 576px) {
    .section {
    padding-top: 42px !important;
    padding-bottom: 0px !important;
}
   #contact-section{
    padding-top: 42px !important;
    padding-bottom: 0px !important;
   }
    .get-quot{
        margin-left:60px;
        text-align: center;
    }
    .dropdown:hover .dropdown-menu {
    display: block !important;
}
}
@media only screen and (max-width: 480px) and (min-width: 320px)  {
    
    .dropdown:hover .dropdown-menu{
        display:block !important;
    }
    .navbar-brand img{
        width: 250px !important;
        padding: -1px 0 299px;
    }
    .get-quot{
        text-align:center;
        margin-left: 40px;
    }
   
   .hero-section {
       background-size: 100% !important;
       padding: 0px 0px 0px !important;
   }
   .text-font{
       font-size:15px !important;
   }
   .slick-dots{
       display:none !important;
   }
   .ti-angle-right{
       display:none !important;
   }
  .mb-4 {
    font-size: 11px !important;
}
.map iframe{
    width: 340px !important;
    height:250px !important;
}
  .feature-icon {
    font-size: 50px !important;
}
 
.chairman_space{
        padding-bottom: 40px !important;
}
.journey{
    padding-bottom: 40px !important;
}
.feature-blocks {
    margin-top: -20px !important;
     padding: 0px !important; 
}
.wy_us{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.slid{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
#contact-section {
    padding: 40px 0px !important;
}
.contct_map iframe{
    width:100%;
    height:250px;
}
.page-about{
    background-size: 200%;
    background-repeat: no-repeat !important;
}
.page-title-section {
    padding: 0px 0px 0px 0px !important;
}





}

/* Button style */
.btn {
  font-size: 16px;
   font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
}

.btn::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: -1;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #ffbc3b;
  color: #fff;
}

.btn-primary::before {
  background: #fff;
}

.btn-primary:active {
  background: #ffbc3b !important;
  color: #ffbc3b;
}
.mb-4{
  font-size: 20px; 
}
.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #ffab08;
  color: #ffbc3b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.btn-secondary {
  background: #fff;
  color: #ffbc3b;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #ffbc3b;
}

.btn-secondary:active {
  background: #ffbc3b;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #ffbc3b;
  color: #ffbc3b;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #ffbc3b;
  color: #ffbc3b;
}

.btn-primary-outline:active {
  background: #ffbc3b;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: block;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
    color: #33baa3;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #e82226;
}
a h4:hover {
    color: #3471c1 !important;
}



a.text-primary:hover {
  color: #3471c1 !important;
}

a.text-light:hover {
  color: #ffbc3b !important;
}

h4 {
  transition: .2s ease;
}

a h4:hover {
  color: #ffbc3b;
}

.slick-slide {
  outline: 0;
}
.hight1{
  height: auto;
}
.hight3{
  height: auto;
}
.slid{
  top:50px; 
}
.abt{
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.mis-vis{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1a1a37;
  opacity: .8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #ffbc3b !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f8f8f8;
}
.contact{
    padding-top: 40px;
    padding-bottom: 40px;
}
.contct_map iframe{
    width:100%;
    height:450px;
}

.text-primary {
    color: #fff !important;
}
.text-color {
  color: #5c5c77;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "futura-bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffbc3b;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-weight: 600;
}

.top-header.hide {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 991px) {
  .header {
    position: static !important;
    background: #1a1a37;
  }
}


@media (max-width: 575px) {
  .navigation {
    background-image: linear-gradient(to right, transparent 70%, #fff 30%);
  }
}

.navbar-nav {
  padding-left: 50px;
  background: #ffbc3b;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
  }
}

.nav-bg {
  background-color: #ffffff61 !important;
  margin-top: 0px !important;
}

#navigation ul li>a:hover{
    color:#33baa3;
}

.nav-item {
  margin: 0 15px;
  position: relative;
}

.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  /*background: #fff;*/
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav-item:hover::before, .nav-item.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 0px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #33baa3;
  padding: 15px;
  width: 250px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.view {
    display: block;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: .2s ease;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #ffbc3b;
  background: transparent;
}

.hero-section {
  padding: 250px 0 290px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #ffbc3b;
}

.hero-slider .prevArrow {
  right: 60px;
}

.hero-slider .nextArrow {
  right: 0;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0;
}
/*.wid{*/
/*      margin-bottom: 34px;*/
/*    margin-top: 49px !important;*/
/*}*/
.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero-slider .slick-dots li.slick-active button {
  background: #3471c1;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #ffbc3b;
  display: inline-block;
}
.spc{
  margin-left: 14px;
}
/*.wid{*/
/*  width: 124%;*/
/*    margin-left: -127px !important;*/
/*}*/
.wy-heigt{
  height: 403px;
}
/*.section-title{
  text-align: justify;
}*/
.chairmn{
  padding-bottom: 60px;
}

.space{
  margin-bottom: 38px;
}
.feature-blocks {
  margin-top: -50px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%;
}

@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: .3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}

.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .success-video .play-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffbc3b;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.play-btn i {
  line-height: 80px;
}

.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: .3s ease;
  transition-delay: .2s;
}

.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffbc3b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: .3s ease;
}

.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}

.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #ffbc3b;
  font-family: "futura-bold";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #ffbc3b 50%);
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
  
  .mt-100{
    margin-top: 0px !important;
}
.carousel-inner .item .img-slider{
    width:100%;
    height: 220px !important;
}
.navigation .navbar button .navbar-brand1 {
    padding: 10px 0 !important;
    height: 81px !important;
}
.navbar-brand1 img{
    width:250px !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 50px !important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 25px !important;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.p-15{
      padding: 15px 0 !important;
}
.section{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pa-15{
    padding:15px !important;
}




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

 .raj-img{
     width:100%;
 }
    
}

@media only screen and (max-width: 768px) and (min-width: 575px){
 .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 5.25rem !important;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
 .mt-100{
    margin-top: 0px !important;
}
    
    
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}

.form-control:focus {
  border-color: #ffbc3b;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 70px;
}

.bg-footer {
  background-color: #33baa3 !important;
}

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

.footer {
  border-color: #494a43 !important;
  padding-top: 200px;
}

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease;
}

.filter-controls li.mixitup-control-active {
  font-weight: 600;
  color: #ffbc3b;
}

.filter-controls li:hover {
  color: #ffbc3b;
}



/*# sourceMappingURL=maps/style.css.map */

.navbar-nav {
    padding-left: 50px;
    background: #ffffff00 !important;
}
.btn-primary {
    background: #ffffff !important;
    color: #fff;
}
.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
   background:rgba(151, 161, 163, 0.31);
    opacity: .8;
}
.navigation {
   /* background-image: linear-gradient(to right, transparent 50%, #fff 50%);*/
    transition: .2s ease;
     background: #fff0;
    webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    /*border-bottom: 1px solid #dedede;*/
}
#navigation ul li>a{
  color: #333;
  font-size:18px;
}
.bg-primary {
    background-color: #4e6078 !important;
}
.btn-secondary {
    background: #fff;
    color: #3471c1 !important;
    border: 1px solid #fff;
}
.btn-primary-outline {
    border: 1px solid #3471c1;
    color: #3471c1;
    background: transparent;
}
.feature-icon {
    font-size: 50px;
    color: #3471c1;
    display: inline-block;
}
.play-btn {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #3471c1;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.play-btn::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #3471c1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .3s ease;
}
.btn-primary-outline:hover {
    background: #3471c1;
    color: #fff;
}
.btn-primary-outline::before {
     background: #3471c1; 
     color: #fff;
}
.btn-secondary::before {
    background: #3471c1 !important;
}
.btn-secondary:hover{
  background: #3471c1 !important;
  color: #fff !important;
}
#contact-section {
    padding: 90px 0px;
    
}
.subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.subtitle-des {
    color: #727272;
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 300;
}
/*.navbar-nav {
    padding-left: 50px;
    background: #02bdd5 !important;
}*/
#contact-section .contact-form {
    margin-top: 42px;
}
.form-group {
    margin-bottom: 15px;
}
#contact-section .contact-form .btn-send {
    margin-top: 35px;
    color: #fff;
    outline: none;
    background: #3471c1;
}


#contact-section input {
    display: block;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 1px;
    border: 1px solid rgba(111, 121, 122, 0.3);
    box-shadow: none;
    -webkit-box-shadow: none;
}
#contact-section .address-details {
    padding-top: 70px;
}
#contact-section .address, #contact-section .email, #contact-section .phone {
    text-align: center;
    background: #F7F7F7;
    padding: 20px 0 40px 0 !important;
    margin-bottom: 20px;
}
#contact-section .address i, #contact-section .email i, #contact-section .phone i {
    font-size: 45px;
    color: #3471c1;
}
#contact-section .address, #contact-section .email, #contact-section .phone {
    text-align: center;
    background: #F7F7F7;
    padding: 70px 0 40px 0 !important;
    margin-bottom: 20px;
}

#contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
    font-size: 16px;
    line-height: 1.4;
}
.text-blak{
  color: #333;
}
.btn-primary {
    background: #3471c1 !important;
    color: #fff;
}
.btn-primary:hover {
    background: #3471c1 !important;
    color: #3471c1;
}
.bg-light-blue{
   background: #688ab1 !important;
}
.nav-bg {
    background-color: #fff;
    margin-top: -46px;
}
.text-color {
    color: #ffffff;
}
.map{
  position: relative;
}
.address-block{
   position: absolute;
    padding: 25px 25px 25px 25px;
    top: 250px;
    left: 10%;
    background: #3471c1;
    text-align: left;
}
.address-block h4 {
    font-size: 1.5rem;
    font-weight: 400;
}
.address-block h4, .address-block li {
    color: #fff;
    margin-bottom: 20px;
}
.btn-white-md {
   background: #fff;
    color: #222222;
    padding: 8px 20px;
    border-radius: 3px;
}
.address-block ul.address-list li {
    list-style: none;
    margin-bottom: 10px;
}
.bg-footer {
    background-color: #33baa3 !important;
}
.bg-footer p{
  color: #fff;
}
.text-font{
  text-transform: uppercase;
  font-size: 40px;
}
.text-p{
  text-transform: uppercase;
}
.top-p{
  margin: 0;
  padding: 0;
  color: #fff;
}
.hero-slider-item{
  margin-top: 100px;
}

.navbar .dropdown-item:hover {
    color: #33baa3;
    background: transparent;
}
.justify-content-between h3{
  font-family: 'Roboto', sans-serif !important;
}
.dropdown-item{
  padding: 0;
}
.card-title{
  font-size: 19px;
}
.page-about{
  background-size: cover;
}
.p-50{
  padding: 50px;
}
.location-info {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0px 40px;
    margin-top: 5px;
    padding-top: 48px;
}
.location-info .item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
}
.location-info .item:nth-child(1) i {
    font-size: 34px;
}
.location-info .item i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #e60000;
}
.location-info .item strong {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
 .location-info .item p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}
.contact-page{
  background-size: cover;
}


/*client slider*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*.btn-primary::before {*/
/*    background: #3471c1 !important;*/
/*}*/


/*.btn-primary:hover{*/
/*    color: #ff311a !important;*/
/*}*/

.btn-danger{
    background-color: #33baa3 !important;
}
.btn-danger:hover{
    background-color: #000 !important;
}
.get-quot div a button{
    padding: 6px 10px 6px 11px;
}

@media only screen and (max-width: 1799px) and (min-width: 1441px){
    
    p{
        font-size:20px !important;
    }
    h2{
        font-size:30px !important;
    }
    
}

@media only screen and (max-width: 2200px) and (min-width: 1800px){
    
   .text-primary{
    font-size: 50px !important;   
   }
   img{
       height:100% !important;
   }
    li {
    font-size: 24px !important;
   }
    p{
        font-size:22px !important;
    }
    h2{
        font-size:40px !important;
    }
    .dropdown-menu {
        min-width: 338px !important;
        font-size:22px !important;
    }
    #navigation ul li>a {
    
    font-size: 21px !important;
}
}
.navigation 
{
    background: #fff;
}
.hero-slider-item
{
    height: 700px !important;
    width: 1440px !important;
}
.slick-slide {
    margin: 0px 0px;
}
.navbar-brand {
        padding: 3px 15px !important;
    height: 101px !important;
}
.navbar {
    margin-bottom: 0px !important;
}
.carousel-indicators {
    left: 47% !important;
}
.carousel-caption {
    top: 47% !important;
}

.btn-danger {
    border-color: #33baa3 !important;
    font-size: 16px !important;
    border-radius: 0px !important;
}
.mt-100{
    margin-top: 100px;
}
.carousel-inner .item .img-slider{
    width:100%;
    height: 575px;
}
.navbar-brand1 img{
    width: 350px;
}
.navbar-nav {
    padding-left: 50px;
    background: #ffffff !important;
}
.mb-40{
    margin-bottom:40px;
}
.gallery-img{
    width:100%;
}
.left-arrow{
        padding-top: 150px;
    font-size: 50px !important;
}
.right-arrow{
        padding-top: 150px;
    font-size: 50px !important;
}
.carousel-caption h1{
    background: #00000038 !important;
 }
 .navbar-nav {
    padding-left: 50px;
    background: #ffffff08 !important;
}
.img-fluid {
    height:100% !important;
    width:100% !important;
}
.nav-bg a img {
    width: 293px !important;
}
@media only screen and (max-width: 2200px) and (min-width: 1441px){
.img1440 {
    display:none !important;
}
}
@media only screen and (max-width: 1440px) and (min-width: 0px){
.img1920 {
    display:none !important;
}
}
