@import url('https://fonts.googleapis.com/css2?family=Anton&family=Itim&family=Lilita+One&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300;400;500;600;700;800;900&display=swap');
/*    font-family: 'Anton', sans-serif;

    font-family: 'Itim', cursive;

    font-family: 'Lilita One', cursive;

    font-family: 'Poppins', sans-serif;

    font-family: 'Roboto', sans-serif;*/

    /*font-family: 'Sansita Swashed', cursive;*/

body{
  font-family: 'Poppins', sans-serif;
}

p,a,li{
  font-size: 14px;
}

.desktop{
  display: block;
}

.mobile{
  display: none;
}

#example{
  position: fixed !important;
}

.call-back{
  position: fixed;
  bottom: 30px;
  right: 100px;
  background:#e31e24;
  z-index: 999;
  box-shadow: 0 0 4px #666;
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.call-back a{
  color: #fff;
  cursor: pointer;
}

.call-back a span{
  position: relative;
  font-size: 24px;
  top: 13px;
}

.call-back a::after{
  content: "";
top: -25px;
left: -25px;
background-color:rgba(227, 30, 36, 0.68);
width: 100px;
height: 100px;
border-radius: 100%;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
opacity: 0;
z-index: -1;
-webkit-animation: jumper 2.5s 0.66666s ease-out infinite;
-moz-animation: jumper 2.5s 0.66666s ease-out infinite;
box-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.tooltip.top{
  background:none;
  width: 60px; 
  top: -75px !important;
}

.tooltip-inner{
font-family: 'Open Sans', sans-serif;

}

@-webkit-keyframes jumper{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

}


@-webkit-keyframes jumper{
0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

5% {
    opacity: 1;
}

100% {
    opacity: 0;
}

}



.nav-up {
  top: -100px;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.4s;
}

.smll-imge{
  position: relative;
  padding: 10px 50px;
  display: block;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
}

.smll-imge::after{
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  width: 104%;
  height: 100%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 10px;
}

.smll-imge img{
  width: 200px;
  position: relative;
}

.wow{
  animation-duration: 1s;
}

.active .text-matter h3{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-duration: 1s;
}

.active .text-matter p{
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-duration: 1s;
}

a{
  text-decoration: none !important;
}

header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #e31e24;
  z-index: 99;
  background: #f8f9fa;
  box-shadow: 0px 2px 7px -1px #000000a1;
}

header .logo img{
  width: 140px;
}

.navbar {
  padding: 5px 0.5rem;
}

.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: #444;
  z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
  color: #444;
  font-size: 13px;
  position: relative;
  padding: 15px 15px !important;
  z-index: 999;
}

.pd0{
  padding: 0;
}

.navbar-light .navbar-nav .nav-item{
  position: relative;
  margin: 0;
  display: block;
}

.navbar-light .navbar-nav .nav-item:hover::after{
  left: -1px;
  height: 78%;
  top: 28%;
  border-left: 1px solid #ed1f24;
  border-right: 1px solid #ed1f24;
  transition: 0.4s;
  background: transparent;
}

.navbar-light .navbar-nav .nav-item:hover::before{
  border-top: 1px solid #ed1f24;
  border-bottom: 1px solid #ed1f24;
  width: 100%;
  transition: 0.4s;
  background: transparent;
  transition-delay: 0.4s;
}

.navbar-light .navbar-nav .nav-item::after{
  position: absolute;
  content: "";
  top: 48%;
  font-size: 0;
  width: 100%;
  height: 35%;
  margin-top: -8px;
  border-right: 1px solid #ed1f24;
}

.navbar-light .navbar-nav .nav-item::before{
  position: absolute;
  content: "";
  left: -1px;
  width: 0%;
  height: 80%;
  top: 5px;
}

.dropdown-item{
  font-size: 14px;
  position: relative;
}

.dropdown-item::after{
  content: "";
  height: 1px;
  left: 5%;
  bottom: 0;
  background-color: #e31e24;
  z-index: 99;
  position: absolute;
  transition: 0.4s;
  width: 0;
}

.dropdown-item:hover::after{
  transition: 0.4s;
  width: 90%;
}

.navbar-light .navbar-nav .show > .nav-link:focus{
  outline: none;
}

.floating-text{
  position: absolute;
  z-index: 99;
  bottom: 30%;
  left: 5%;
  z-index: 99;
}

.floating-text h3{
  font-size: 45px;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Lilita One', cursive;
  margin-bottom: 20px;
}

.floating-text p{
  font-size: 17px;
  color: #fff;
}

.updown{
  display: flex;
  align-items: center;
}

.one video {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  top: 0%;
  left: 0;
}

.one{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.one::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0,0,0,0.30);
  height: 100%;
  width: 100%;
}

.section .flotng-yube{
  position: absolute;
  top: 50%;
  left: 0%;
  width: 0;
  height: 80px;
  overflow: hidden;
  transition: 1.2s;
  transition-delay: 1s;
}

.section .flotng-yube.riigt{
  left: 110%;
}

.section .flotng-yube img{
  width: 100%;
}

.modal-dialog {
  max-width: 1000px;
}

.modal {
  background: rgba(0,0,0,0.4);
}

.modal-body{
  padding: 0; 
}

button.close{
  position: absolute;
  right: -15px;
  top: -15px;
  color: #fff;
  opacity: 1;
  background: #000;
  width: 30px;
  height: 30px;
  font-size: 18px;
  z-index: 99;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* All the snapping stuff */
.section{
  height: 100%;
}

.section.active .flotng-yube{
  left: 48%;
  width: 80px;
  transition: 1.2s;
  transition-delay: 1s;
}

.section.active .flotng-yube.riigt{
  left: 48%;
  width: 80px;
  transition: 1.2s;
  transition-delay: 1s;
}

.section .s-img img{
  width: 101%;
}

.section {
  height: 100%;
  scroll-snap-align: center;
  position: relative;
  overflow: hidden;
}

.section:nth-child(2){
  background: #4e9cb6;
  color: #fff;
}

.section:nth-child(3){
  background: #7eaf51;
  color: #fff; 
}

.section:nth-child(4){
  background: #e68038;
  color: #fff; 
} 

.section:nth-child(5){
  background: #ae282f;
  color: #fff; 
}

.section:nth-child(6){
  background: #4a1619;
  color: #fff; 
}

.section:nth-child(7){
  background: #1f2a4a;
  color: #fff; 
}

.section:nth-child(8){
  background: #17a2b8;
  color: #fff; 
}

.section:nth-child(9){
  background: #7eaf51;
  color: #fff; 
}
  
.section .text-matter{
  padding-left: 20px;
  margin-top: 10%;
}

.section .text-matter h3{
  font-size: 24px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
  font-weight: 200;
  position: relative;
  margin-bottom: 30px;
}

.section .text-matter p{
  font-size: 14px;
  line-height: 2;
}

.footer-widget p {
  margin-bottom: 27px;
}

footer p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 28px;
}

   .animate-border {
  position: relative;
  display: block;
  width: 150px;
  height: 3px;
  background: #e31e24; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #e31e24;
  border-left-color: #e31e24; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer-box-info img{
  width: 100px;
}

.dk-footer {
  padding: 133px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; 
  text-align: left;
  height: 100%;
}
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 20px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#e31e24; }

.dk-footer-box-info {
  background: #202020;
  padding: 34px 20px;
  z-index: 2; 
}

.dk-footer .contact-icon{
  height: 100%;
}

  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #ff0000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-info-text {
  margin: 10px 0; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #e31e24; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; 
}

.dk-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E; 
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px; 
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px; 
}

.dk-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #e31e24;
  background: #e31e24;
  color: #fff; 
}

.dk-footer-form button:hover {
  cursor: pointer; 
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.contact-info p{
  font-size: 14px;
  line-height: 2;
}

.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #e31e24; 
}

.contact-info {
  margin-left: 75px;
  color: #fff; 
}

.contact-info h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.6;
}

.copyright {
  padding: 28px 0;
  /*margin-top: 30px;*/
  background-color: #202020; 
}

.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.copyright a:hover {
  color:#e31e24; 
}

.copyright-menu ul {
  text-align: right;
  margin: 0; 
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; 
}

.back-to-top {
  position: relative;
  z-index: 2; 
}

.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #FA6742;
  border-color: #FA6742; 
}

@keyframes scrbtn {
  0% {
      opacity: 0;
  }
  30% {
      opacity: 1;
  }
  60% {
      box-shadow: 0 0 0 60px rgba(255,255,255,.2);
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}

.right-flt.mid-posi {
  right: 47.9%;
}

.right-flt.mid-posi2 {
  right: 48.5%;
}

.right-flt.mid-posi span{
  font-size: 16px;
  margin-top: 10px;
}

.right-flt.mid-posi2 span{
  font-size: 16px;
  margin-top: 10px;
}

.right-flt.mid-posi2 a::after{
  right: 2px;
  bottom: 33px;
}

.right-flt.mid-posi a::after{
  right: 3px;
  bottom: 47%;
}

.right-flt{
  position: absolute;
  right: 3%;
  bottom: 20%;
  z-index: 999;
  text-align: center;
} 

.right-flt span{
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.right-flt a{
  line-height: 0;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
}

.right-flt a::after{
  position: absolute;
  right: 37%;
  bottom: 50%;
  z-index: -1;
  content: '';
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.2);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: scrbtn 3s infinite;
  animation: scrbtn 3s infinite;
  box-sizing: border-box;
}

.flot-img{
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
}

.bg-prop{
  background-size: cover !important;
  background-position: center;
  padding: 80px 0;
  margin-top: 80px;
}

.about-bg{
  background: url(../img/about-bg.jpg);
}

.enq-bg{
  background: url(../img/enq-bg.jpg);
}

.shell{
  position: relative;
}

.shell::before{
  content: "";
  position: absolute;
  left: -16px;
  top: -12px;
  height: 100px;
  width: 30px;
  border: 2px solid #fff;
  border-right: 0;
}

.top-heading h3{
  color: #fff;
  font-family: 'Sansita Swashed', cursive;
  margin: 0;
  font-size: 36px;
}

.top-heading nav ol {
  margin: 0;
  margin-top: 10px;
  max-width: 250px;
  text-align: center;
  border-radius: 0;
  position: relative;
  background: transparent;
  padding: 0;
}

.top-heading nav ol li {
  font-size: 13px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 9;
}

.top-heading nav ol li a {
  color: #fff;
  text-decoration: none;
}

.top-heading .breadcrumb > li + li::before {
  color: #fff;
  padding: 0 8px;
}

.top-heading .breadcrumb > .active {
  color: #fff;
  padding-left: 0;
}

.ab-two{
  padding: 40px 0;
  background: url(../img/ab-bg.png);
  background-size: cover;
}

.ab-two .ab-txt{
  position: relative;
}

.ab-two .ab-txt p{
  font-size: 14px;
  margin-bottom: 5px;
}

.headingo{
  position: relative;
  margin-bottom: 10px;
}

.headingo h3{
  color: #000;
  font-family: 'Sansita Swashed', cursive;
  margin: 0;
  font-size: 36px;
  margin-bottom: 0;
}

.headingo h3 span{
  color: #e31e24;
}

.headingo img{
  width: 150px;
}

.ab-three{
  padding: 40px 0;
  background: #f9f9f9;
  border-top: 1px solid #eaeaea;
}

.main-timeline3 {
    overflow: hidden;
    position: relative
}

.main-timeline3 .timeline {
    position: relative;
    margin-top: -105px
}

.main-timeline3 .timeline:first-child {
    margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline3 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.main-timeline3 .timeline-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f44556;
    border-right-color: #f44556;
    z-index: 1;
    transform: rotate(45deg)
}

.main-timeline3 .year {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 700;
    color: #f44556;
    text-align: center;
    transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
    min-height: 190px;
    width: 35%;
    float: right;
    background: #f44556;
    padding: 30px 20px;
    margin: 50px 0;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.main-timeline3 .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #f44556;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}

.main-timeline3 .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.main-timeline3 .description {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
    border-top-color: #e97e2e;
    border-right-color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
    float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    background: #e97e2e
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #13afae;
    border-right-color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .year {
    color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
    background: #13afae
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #105572;
    border-right-color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .year {
    color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
    background: #105572
}

.main-timeline3 .timeline:nth-child(5n) .timeline-icon {
    border-top-color: #16B557;
    border-right-color: #16B557
}

.main-timeline3 .timeline:nth-child(5n) .year {
    color: #16B557
}

.main-timeline3 .timeline:nth-child(5n) .timeline-content,
.main-timeline3 .timeline:nth-child(5n) .timeline-content:before {
    background: #16B557
}

@media only screen and (max-width:1199px) {
    .main-timeline3 .timeline {
        margin-top: -103px
    }
    .main-timeline3 .timeline-content:before {
        left: -18%
    }
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline3 .timeline {
        margin-top: -127px
    }
    .main-timeline3 .timeline-content:before {
        left: -2%
    }
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}

@media only screen and (max-width:767px) {
    .main-timeline3 .timeline {
        margin-top: 0;
        overflow: hidden
    }
    .main-timeline3 .timeline:before,
    .main-timeline3 .timeline:nth-child(2n):before {
        box-shadow: none
    }
    .main-timeline3 .timeline-icon,
    .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg)
    }
    .main-timeline3 .timeline:nth-child(2n) .year,
    .main-timeline3 .year {
        transform: rotate(-135deg)
    }
    .main-timeline3 .timeline-content,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto
    }
    .main-timeline3 .timeline-content:before,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
}

.ab-four{
  border-top: 1px solid #eaeaea;
  padding: 40px 0;
}

.ab-four .onno{
  min-height: 166px;
  padding: 20px;
  background: #fefefe;
  box-shadow: 2px 2px 6px 4px #eaeaea;
  position: relative;
  overflow: hidden;
  z-index: 99;
  margin-bottom: 30px;
}

.ab-four .onno .ico{
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ab-four .onno .ico::before{
  content: "";
  position: absolute;
  left: -30px;
  top: -54px;
  height: 300px;
  width: 240px;
  background: #e31e24;
  transform: rotate(-15deg);
  z-index: -1;
}

.ab-four .onno .ico span{
  font-size: 80px;
  color: #fff;
  margin-left: 40px;
}

.ab-four .onno h3{
  font-family: 'Sansita Swashed', cursive;
  font-size: 32px;
  color: #000;
  margin-top: 0;
}

.ab-four .onno p{
  font-size: 14px;
  color: #000;
}

.ab-four .onno2{
  min-height: 166px;
  padding: 20px;
  background: #fefefe;
  box-shadow: 2px 2px 6px 4px #eaeaea;
  position: relative;
  overflow: hidden;
  z-index: 99;
  margin-bottom: 30px;
}

.ab-four .onno2 .ico{
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: right;
}

.ab-four .onno2 .ico::before{
  content: "";
  position: absolute;
  right: -30px;
  top: -54px;
  height: 300px;
  width: 240px;
  background: #e31e24;
  transform: rotate(15deg);
  z-index: -1;
}

.ab-four .onno2 .ico span{
  font-size: 80px;
  color: #fff;
  margin-right: 40px;
}

.ab-four .onno2 h3{
  font-family: 'Sansita Swashed', cursive;
  font-size: 32px;
  color: #000;
  margin-top: 0;
}

.ab-four .onno2 p{
  font-size: 14px;
  color: #000;
}

.eq-one{
  padding: 40px 0;
}

.eq-one .form-shell{
  margin-top: 40px;
  padding: 40px;
  box-shadow: 1px 1px 10px 7px #eee;
  position: relative;
  overflow: hidden; 
}

.eq-one .frms{
  position: relative;
}

::placeholder{
  font-size: 14px;
}

.eq-one .form-group{
  margin-bottom: 20px;
}

.eq-one .form-control {
  min-height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
}

.eq-one .form-control:focus{
  outline: none;
  box-shadow: none;
  border-bottom-color: #e31e24;
}

/*contact*/

.contact-bg{
  background: url(../img/contact-bg.jpg);
}

/*contact*/

.cont-one{
  padding: 40px 0;
}

.cont-one .down .left-bg{
  margin-top: 20px;
  padding: 40px;
  background: url(../img/left-bg.jpg) 20% 0%;
  background-size: cover;
  position: relative;
  color: #fff;
}

.cont-one .down .left-bg span{
  color: #e31e24;
}

.cont-one .down .left-bg h4{
  font-size: 30px; 
  position: relative;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}

.cont-one .down .left-bg h4::before, .cont-one .down .left-bg h4::after{
  content: "";
  background: #dddddd;
  width: 30px;
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.cont-one .down .left-bg h4::after{
    background: #e31e24;
    left: 29px;
}

.cont-one .down .left-bg ul{
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.cont-one .down .left-bg ul li{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  z-index: 999;
}

.cont-one .down .left-bg ul li img{
  width: 6%;
  float: left;
  margin-right: 20px;
}

.cont-one .down .left-bg ul span{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;
}

.cont-one .down .left-bg ul li p{
  margin-left: 52px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}

.cont-one .down .left-bg ul li p a{
  color: #fff;
  text-decoration: none;
}

/**/

.cont-one .down .map{
  margin-top: 20px;
  padding: 40px 0 0;
}

.cont-one .down .map span{
  color: #e31e24;
}

.cont-one .down .map h4{
  font-size: 30px; 
  position: relative;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}

.cont-one .down .map h4::before, .cont-one .down .map h4::after{
  content: "";
  background: #dddddd;
  width: 30px;
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.cont-one .down .map h4::after{
    background: #e31e24;
    left: 29px;
}

@media only screen and (min-width:300px) and (max-width:599px) {


  body{
    overflow-x: hidden;
  }

  .desktop{
    display: none;
  }

  .mobile{
    display: block;
  }

  .shell {
    padding-left: 25px;
  }

  .updown {
    border-bottom: 20px solid #fff;
}

  .section{
    height: auto;
    overflow: visible;
  }

  .right-flt{
    display: none;
  }

  .section .text-matter{
    padding: 0 15px;
  }

  .smll-imge {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .dk-footer{
    padding: 40px 0 0;
    height: auto;
  }

  .dk-footer-box-info{
    margin-bottom: 20px;
  }

  .dk-footer .contact-us{
    margin-left: 0;
    padding-left: 0;
  }

  .dk-footer .contact-us.contact-us-last{
    margin-left: 0;
    padding-left: 0;
  }

  .one{
    height: auto;
    margin-top:80px;
  }

  .floating-text{
    bottom: 55px;
  }

  .floating-text h3{
    font-size: 24px;
    margin-bottom: 5px;
  }

  .floating-text p {
    font-size: 15px;
  }

  .footer-left-widget{
    padding-left: 0;
  }

  .copyright{
    text-align: center;
  }

  .copyright-menu ul{
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }

  .shell::before {
    position: absolute;
    left: 5px;
    top: -3px;
    height: 85px;
    width: 20px;
  }

  .about-bg{
    background-position: 82%;
  }

  .main-timeline3 .timeline-content {
    justify-content: center;
  }

  .ab-four .onno .ico span{
    margin-left: 0;
  }

  .ab-four .onno .ico::before {
    left: -126px;
    top: -18px;
    height: 393px;
    transform: rotate(-6deg);
  }

  .ab-four .onno2{
    margin-bottom: 0
  }

  .ab-four .onno2 .ico span{
    margin-right: 0;
  }

  .ab-four .onno2 .ico::before {
    right: -127px;
    transform: rotate(6deg);
  }

  .enq-bg {
    background-position: 22%;
  }

  .eq-one .form-shell {
    margin-top: 0;
    padding: 0;
  }

  .eq-one .frms{
    margin-top: 20px;
  }

  .contact-bg {
    background-position: 60%;
  }

.navbar-nav .dropdown-menu {
position: relative;
z-index: 999;
}


} 
#section8{
    height : auto;
    overflow : visible;
     background-color: #151414 !important;
}
#section8 footer{
    height : auto;
}

@media only screen and (min-width:768px) and (max-width:991px) {

}
