
body{
  font-family: "Roboto", sans-serif;
    line-height: 1.42857143;
    background: #fff;
    overflow-x:hidden; 
}
h1,h2, h3, h4, h5, h6 {
   font-family: "Roboto", sans-serif;
    color: #212529;

    font-weight: bold;
}

p{  font-family: "Roboto", sans-serif; font-size: 16.4px;}

@font-face {
    font-family: 'DINPro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Light'), url('../fonts/DINPro-Light tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Medium'), url('../fonts/DINPro-Medium tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Bold'), url('../fonts/DINPro-Bold tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('../fonts/DINPro-Black tr.woff') format('woff');
}

/*****Museo- 700 FONT FACE****/
@font-face {
font-family: 'Museo 300';
font-style: normal;
font-weight: normal;
src: local('Museo 300'), url('../fonts/Museo300-Regular.woff') format('woff');
}


@font-face {
font-family: 'Museo 700';
font-style: normal;
font-weight: normal;
src: local('Museo 700'), url('../fonts/Museo700-Regular.woff') format('woff');
}


@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans_700-webfont.woff2') format('woff2'),
         url('../fonts/museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-go{ font-family:'gotham_bookregular' !important;}

.font-dinlight{   font-family: 'DINPro Medium'  !important;}

.font-dinmed   {      font-family: "Roboto", sans-serif; }

.font-dlit{    font-family: 'DINPro Light';}
.dark-golden{color: #936d2d!important;}
.light-golden {color: #a57d3f!important;}
   .light-gold{color:#e1a953!important}
.dark-blue{color: #8e06f0 !important;}
.dart-b{color:#212322 !important;}
.font-wt-500{font-weight: 500 !important;}

.bg-dark{background-color: #000;}
.bg-darkfooter{background-color: #000;}

.desktop_unique {display: block !important;}
.mobile_unique {display:  none  !important;}



@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book_4-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book_4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium_2-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold_3-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold_3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.btn-enquire{
        box-shadow: 0 0 0 0 rgba(149, 0, 255, 1);
    transform: scale(1);
    animation: pulse 1s infinite;
    }
    @keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(149, 0, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(149, 0, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(149, 0, 255, 0);
    }
}

.banner_bg {
    /* background-color: #372c2e; */
    background: url(../images/infogrraphic.png) #372c2e;
    background-size: cover;
    background-position: 10% 64%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 66px;
}
.banner_bg .carousel-indicators{bottom: -26px !important;}
.banner_bg .carousel-indicators li{background-color: #280b06 !important;}
.paddingtop_bannerimg{
    padding-top: 100px;
}

.custom_banner_height {
    height: 75vh;
    width: 100%;
}


.heading-page {
    /* background-color: #372c2e; */
    background: url(../images/infogrraphic.png) #372c2e;
    background-size: cover;
    background-position: 10% 64%;
    background-repeat: no-repeat;
    width: 100%;
   
    margin-top: 128px;
}
.active-page{    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}



#enquirysec{padding:30px 0px 40px; background-color: #eee; margin-bottom: 50px;}
.number-captchatext {
    border: 1px solid #707070;
    padding: 8px 10px;
    background: #707070;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
}


.welcome-sec{position: relative;display: block;
  
    background: url(../images/pattern.jpg) #c8c8c8;
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }

.welcome-sec .owl-carousel .owl-item img{width:  auto !important; margin: 0 auto !important; text-align:center;}

.our-team{}


.work {
    font-weight: bold;
    font-size: 16px
}

.about span {
    font-size: 16.4px
}

.v-profile {
    color: #936d2d;
    cursor: pointer
}
.v-profile a{color:#936d2d;}
.box {
    -webkit-box-shadow: 13px 12px 5px -10px rgba(196, 194, 196, 0.72);
    -moz-box-shadow: 13px 12px 5px -10px rgba(196, 194, 196, 0.72);
    box-shadow: 13px 12px 5px -10px rgba(196, 194, 196, 0.72)
}




.rising-star{position: relative;display: block;
  
    background: url(../images/star.png) #c8c8c8;
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }


.rahulas-sec{/*background-color: #6183bf;*/ background-color: #bd2887; }
.rahulas-sec h2 {
    color: #fff;
    font-size: 43px;
    text-align: left;
}
.listingsec {
    padding: 0px;
    margin: 0px;
}
.listingsec ul {
    padding-left: 0px;
}
.listingsec li {
    list-style: none;
    font-size: 13.1px;
    color: #fff;
    word-wrap: break-word;
    margin-bottom: 18px;
  
}
.circle {
    float: left;
    width: 26px;
    height: 26px;
    display: block;
    margin-top: 2px;
    margin-right: 10px;
    line-height: 24px;
    color: #bd2887;
    border: 1px solid #bd2887;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
}
.text-about {
    float: left;
    width: 91%;
    display: block;
    font-size: 18px;
   
}

.text-about small{ font-family: 'gotham_bookregular';}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}


.specifications-section{}
.specifications-section .card-header{background-color: transparent; cursor: pointer;}
.specifications-section .card{border: none;}
.specifications-section .card-title{color:#3567c0; font-size:18px;}
.specifications-section .fa, .fas{margin-right: 12px;}
.specifications-section p {      font-family: 'gotham_bookregular' !important; margin-bottom: 10px;}
.border-l {
   
    min-height: 268px;
    width: 6px;
    margin-left: 29px;
    background: #3567c0;
}


.locatin-sec{background-color: transparent;
    background-image: linear-gradient(310deg,#0F61AB21 0%,#FDC62321 60%);}
.locatin-sec .card-header{cursor: pointer;}
.locatin-sec p {
    padding-left: 0px;
    margin-bottom: 3px;
    font-size: 14px;
          font-family: 'DINPro Medium';
}
.locatin-sec .card-title{color: #3567c0;}
/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

.aboutvision-sec {
    background-image: url(../images/pattern.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.our-leadership{display: block;position: relative;}
.l-one{display: block;position: relative;  
 background: url(../images/b1.jpg) no-repeat;
 width: 100%;
 background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.l-one:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}


.l-two{display: block;position: relative;  
 background: url(../images/b2.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-two:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}


.l-three{display: block;position: relative;  
 background: url(../images/b3.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-three:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}


.l-four{display: block;position: relative;  
 background: url(../images/b4.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-four:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}

.l-five{display: block;position: relative;  
 background: url(../images/b5.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-five:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}

.l-six{display: block;position: relative;  
 background: url(../images/m1.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-six:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}

.l-seven{display: block;position: relative;  
 background: url(../images/m2.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-seven:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}

.l-eight{display: block;position: relative;  
 background: url(../images/m3.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-eight:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}

.l-nine{display: block;position: relative;  
 background: url(../images/m4.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-nine:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}

.l-ten{display: block;position: relative;  
 background: url(../images/b2.jpg) no-repeat;
 width: 100%;background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.l-ten:hover{ -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}


.overlay-b {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    padding: 100px 0px;
    height: 100%;
}

.overlay-b h4{color:#e9b65f!important; }      
.curri-sec{background-color: #9300ff;  margin-top: -120px;    position: relative;}
.curri-sec-box{}
.curri-sec-box h2{color: #b2ff01; font-size: 2.4rem;   font-family: "Roboto", sans-serif;}
.curri-sec-box p{color: #fff0ff;   font-family: "Roboto", sans-serif;}
.curri-sec-box ul li{ font-family: "Roboto", sans-serif;}

 .our-leadership button{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;

  background: rgba(0,0,0,0.09);
}

 .our-leadership  span{
  display: block;
  padding:4px;

}
 .our-leadership  button::before, .career-box button::after{
  content:"";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s linear;
  background: #9500ff;
}

.our-leadership  span::before, .career-box span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #9500ff;
}
 .our-leadership  button:hover::before, .career-box button:hover::after{
  width: 100%;
}
.our-leadership  button:hover span::before, .career-box button:hover span::after{
  height: 100%;
}
/*----- button 1 -----*/
  .our-leadership  .btn-1::before, .career-box .btn-1::after{
  transition-delay: 0.2s;
}
.our-leadership  .btn-1 span::before, .career-box .btn-1 span::after{
  transition-delay: 0s;
}
 .our-leadership  .btn-1::before{
  right: 0;
  top: 0;
}
 .our-leadership  .btn-1::after{
  left: 0;
  bottom: 0;
}
 .our-leadership  .btn-1 span::before{
  left: 0;
  top: 0;
}
.our-leadership  .btn-1 span::after{
  right: 0;
  bottom: 0;
}
.our-leadership  .btn-1:hover::before, .career-box .btn-1:hover::after{
  transition-delay: 0s;
}
 .our-leadership  .btn-1:hover span::before, .career-box .btn-1:hover span::after{
  transition-delay: 0.2s;
}


.guide-prin{display: block;background: #3C3B3F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #605C3C, #3C3B3F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #605C3C, #3C3B3F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gudie-box{padding: 20px;display: block;
    border: 1px solid #686060; min-height: 494px;}
.gudie-box h4{min-height: 64px;}
.value-partner{display: block;background: #3C3B3F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #605C3C, #3C3B3F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #605C3C, #3C3B3F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.img-parnter {display: block;}
.img-parnter img{display: block; }
.img-parnter-cont{vertical-align: middle;
    display: table;
    height: 360px;} 
.img-parnter-contsec{vertical-align: middle;
    display: table-cell;}
.img-parnter-contsec p{ background: #372c2e;
    padding: 20px 12px;}    
   .mr-left{margin-left: 270.4px !important;}


   .investing-ph {}
   .content-inph {}

.contact-block {
    width: 100%;
    
}
.c-icon {
    float: left;
    font-size: 20px;
    color: #372c2e;
    display: flex;
}
.c-text {
    display: block;
    margin-left: 28px;
    margin-bottom: 15px;
}

.testimonals-sec{background-color: #EEEEEE ; }

.single-testimonial {
   
  
    border-radius: 5px;
    box-shadow: -2px 5.7px 20px 0 rgba(9, 30, 107, .05);
    background-size: auto;
    background-position: 100% -128%;
    background-repeat: no-repeat;
    transition: all .3s linear 0s;
}

.single-testimonial .thumb {
    margin-left: 19px;
    width: 18.3333%;
    overflow: hidden;
    float: left;
 
}

.single-testimonial .desc {
    margin-left: 38px;
    background: transparent;
    min-height: 233px;
    padding: 15px;
    width: 69%;
    float: left;
    font-size: 14px;
}
.single-testimonial h4 {
    transition: all .3s linear 0s;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.single-testimonial .designation {
    font-style: italic;
   color: #d2232a;
}

.line-b{background-color: #8e06f0 !important; height: 2px; display: block; width: 24%;}


/****thankyou****/
.thank-u {
    padding: 50px 0;
    border-top: 60px solid #dcdada;
    border-bottom: 60px solid #dcdada
}

.thank-u h2 {
    font-size:48px;
    font-weight: bolder;
    color: #162E55;
    letter-spacing: 4px;

}

.thank-u img {
    display: block;
    margin: 0 auto
}

.thank-u h4 {
    color: #162E55;
    margin: 6px 0 20px;
    font-size: 18px;
}

.thank-u a {
  
    letter-spacing: 1px;
    padding: 12px 18px;
    display: initial;
    color: #fff;
}
.mg-btn {

    margin: 34px auto 0px;
    display: block;
    text-align: center;
}

.btn-blueback {
    background-color:#936d2d !important;
    border-color:#936d2d !important;
}
/* #myVideo {
  width: 100%;
} */

/* #myVideo {
    width: 100vw; Could also use width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative; Change position to absolute if you don't want it to take up the whole page
    left: 0px;
    top: 0px;
    z-index: -1;
} */

.font-36{font-size: 36px;}


  .blue_color{
    
    color: #034f6d;
       /*color: #a13081 */    
  }
  .blue_color_old{
      /* color: #162E55; */
      color: #040D0F;    
  }
  .orange_color{
      /* color: #EE7100; */
      color: #D63413;
  }

  #gallery {
      background: url(../images/gallery_bg.jpg);
  }
  /* .carousel-item .desktop_img{height: 650px !important;} */

  .modal {
      z-index: 999999;
  }

  /*HEADER CSS START HERE*/
  #presenting p{font-size: 0.9rem;}
  .header_socila li .dropdown_custom {
      color: #212121 !important;
      display: block !important;
  }
  .header_socila li .dropdown_custom span:hover {
      color: #F99D1B !important;
  }
  .header_socila .dropdown-menu{left: -88px !important;}
  .header_socila .dropdown-item p{font-weight: 700; margin-bottom: 0rem;}
  .header_socila .dropdown-item hr{margin-top: 0rem; margin-bottom: 0rem;}
  .header_socila .dropdown_li {
      margin-right: 15px;
  }
  .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 3px;
      vertical-align: middle;
      border-top: 6px dashed;
      border-top: 4px solid \9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      color: #ffff;
  }
  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .caret { color: #222;}
  .banner-head-home1 .bounce {
      margin-top: -100px;
  }
  /* .bounce {
      position: relative;
      -webkit-animation: bounce 1s infinite;
  }
   */
   .bounce {
        position:relative;
        left:50%;
       bottom:0;
       margin-top:65px;
       margin-left:-25px; 
       height:50px;
       width:50px;
       -webkit-animation:bounce 2s infinite;
      }
      
      @-webkit-keyframes bounce {
        0%       { bottom:5px; }
        25%, 75% { bottom:15px; }
        50%      { bottom:20px; }
        100%     {bottom:0;}
      }
  .megamenu_list ul {
    margin: 0;
    padding: 0px 0px 0px 10px;
    list-style: none;
  }
  .megamenu_list li {
    line-height: 35px;
    font-size: 0.9rem;
  }
  .megamenu_list li a {
    color: #212529;
    text-decoration: none;
  }
  .megamenu_list {
    border-right: 1px solid #ccc;
  }
  .megamenu_list .tab .active a {
    color: #F99D1B;
  }
  .megamenu_project_list ul {
    margin: 0;
    padding: 0;
  }
  .megamenu_project_list ul li a {
    color: #212529;
    font-size: 0.8rem;
  }
  .megamenu_project_list ul li a:hover {
    text-decoration: none;
  }
  .padding_top275 {
    padding-top: 275px;
  }
.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #372c2e;
    border-bottom: 1.4px solid #463e3f;
    z-index: 99;
    transition: background .4s, all .3s linear;
}
  .header_area .navbar {
       
    padding: 16px 0px;
    border: 0;
    border-radius: 0
  }

/*  .header_area .navbar .navbar-brand img+img {
    display: none
  }*/
  .header_area .navbar .nav .nav-item {
    margin-right: 30px
  }
  .header_area .navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    display: inline-block
  }
  .header_area .navbar .nav .nav-item .nav-link:after {
    display: none
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:rgb(195 124 3);}
  .header_area .navbar .nav .nav-item.submenu {
    position: relative
  }
  .header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: #fff
  }
  .header_socila {
    margin-bottom: 0rem;
  }
  .dropdown-menu .nav-link {
    padding: 5px 20px !important;
    color: #000 !important;
  }
  .custom-dropdown-menu {
    min-width: 46em !important;
    left: -270px;
  }
  .custom-dropdown-menu p {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  @media(min-width:992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
      position: absolute;
      top: 120%;
      left: 0;
      min-width: 200px;
      text-align: left;
      opacity: 0;
      transition: all 300ms ease-in;
      visibility: hidden;
      display: block;
      border: none;
      padding: 0;
      border-radius: 0;
      box-shadow: 0 10px 30px 0 rgba(255, 255, 255, .3)
    }
  }
  .header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    transition: all .4s linear
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #F99D1B;
    color: #fff
  }
  @media(min-width:992px) {
    .header_area .navbar .nav .nav-item.submenu: hover ul {
      visibility: visible;
      opacity: 1;
      top: 100%
    }
  }
  
  .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0
  }
  .header_area .navbar .nav .nav-item:last-child {
    margin-right: 0
  }
  .header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #222;
    margin-left: 80px
  }
  .header_area .navbar .search i {
    font-weight: 600
  }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #17171c;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1)
  }
  .header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: none
  }
  .header_area.navbar_fixed .main_menu .navbar .navbar-brand img+img {
    display: inline-block
  }
  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
    color: #222
  }
  .top_menu {
    overflow: hidden;
  }
  .top_menu .top_inner {
     background: rgb(13 104 137 / 80%); 
   /* background: #00000057;*/
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;  
  }

    .top_menu .fab{color:#fff;}
     .top_menu .fab:hover{color: #ccc; -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;}
  .navbar-nav {
/*      background: #00000057;*/
      color: #815858;    
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;  
      font-size: 0.98rem;
  }
    .navbar-light .navbar-nav .nav-item span{}
  .scrolled .navbar-nav {
      background: transparent;
      color: #fff !important;
  }
  .scrolled .navbar-nav .nav-link {
      color: #fff !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .top_menu .float-left a {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    transition: all 300ms linear 0s;
  }
  .top_menu .float-left a:last-child {
    margin-right: 0;
  }
  .top_menu .float-left a:hover {
    color: #F99D1B;
    text-decoration: none;
  }
  .top_menu .float-right .pur_btn {
    background: #F99D1B;
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 0 40px;
    font-weight: 500;
    font-size: 12px
  }
  .header_socila li {
    display: inline-block;
    margin-right: 20px
  }
  .header_socila li a {
    color: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 0.7rem;
  }
  .header_socila li:last-child {
    margin-right: 0
  }
  .header_socila li:hover a {
    color: #F99D1B
  }
  .home_banner_area {
    z-index: 1;
    background: url(../images/bannerinner.html) no-repeat scroll center center;
    background-size: cover
  }
.dwn-b {
    background: #b2ff00;
    color: #9300ff !important;
    border-radius: 19px 19px 19px 19px;
}

  .home_banner_area .banner_inner {
    /* width: 100% */
    height: 100vh;
  }
  .home_banner_area .banner_inner .col-lg-8 {
    vertical-align: middle;
    align-self: center
  }
  .home_banner_area .banner_inner .banner_content {
    text-align: left;
    color: #fff
  }
  .home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    line-height: 47px;
    margin-bottom: 20px;
    text-transform: uppercase
  }
  .home_banner_area .banner_inner .banner_content p {
    color: #fff;
    margin-bottom: 35px;
    max-width: 555px
  }
  .home_banner_area .banner_inner .banner_content .banner_map_img {
    text-align: right
  }
  .home_banner_area .banner_inner .banner_content .banner_btn {
    margin-right: 0
  }
  .home_banner_area .home_right_box {
    background: rgba(255, 255, 255, .1);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 210px;
    margin-bottom: 210px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px
  }
  .home_banner_area .home_right_box .home_item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    line-height: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 300ms linear 0s
  }
  .home_banner_area .home_right_box .home_item i {
    font-size: 40px
  }
  .home_banner_area .home_right_box .home_item i:before {
    font-size: 40px;
    color: #fff;
    margin-left: 0
  }
  .home_banner_area .home_right_box .home_item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .1)
  }
  .home_banner_area .home_right_box .home_item:nth-child(5) {
    border-bottom: 0
  }
  .home_banner_area .home_right_box .home_item:last-child {
    border-bottom: 0
  }
  .home_banner_area .home_right_box .home_item:hover {
    background: #F99D1B
  }

.banner_bg .carousel-caption {
    padding-top: 158px !important;
    bottom: auto;
    left:0 !important;
    right: 8% !important;
 /*   width: 24%;
*/    top: 6%;
}

.banner-text{ margin-top: 72px ; display: block; }

.banner-text .line-caption {
    background-color: #fff !important;
    height: 2px;
    display: block;
    width:44.4%;
}
.banner-text h1{font-size: 4rem; line-height: 70px;}
.banner-text h5{color: #ebc381; line-height: 27px;}
.color-blue {
    background-color: #9300ff !important;
    padding: 6px 12px !important;
    font-size: 1.3rem;
    text-decoration: none;
  }
  .banner-text a:hover{text-decoration: none;}
  .cursor-de{cursor: default !important;  }
  .flash-e{ background: -moz-linear-gradient(-45deg, #e81216 0, #f45355 50%, #f6290c 51%, #ed0e11 71%, #fc1b21 100%);
  background: -webkit-linear-gradient(-45deg, #e81216 0, #f45355 50%, #f6290c 51%, #ed0e11 71%, #fc1b21 100%);
  background: linear-gradient(135deg, #e81216 0, #f45355 50%, #f6290c 51%, #ed0e11 71%, #fc1b21 100%);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite}
.banner-form {
    padding: 24px;
    margin:34px 12px 0px;
    display: block;
    background: rgba(0, 0, 0, 0.4);
}

.banner-form h4 {
  color: #fff;
  margin: 0px;
  padding-bottom: 6px;
  font-weight: 600;
  text-align: center;
  font-family: 'Ek Mukta', sans-serif;
}

.banner-form .form-group {
  margin-bottom:10px;
}

.banner-form .form-control {
    height: 34px;
    /* width: 90%; */
    color: #fff;
    background: transparent;
    border-color: #d0cfcf;
    border-radius: 12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    -o-border-radius:12px;
}

.banner-form  ::-webkit-input-placeholder { /* Edge */
 color:#fff !important;
}

.banner-form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#fff !important;
}

.banner-form  ::placeholder {
 color: #fff !important;
}
.enquire-footer  ::-webkit-input-placeholder { /* Edge */
 color:#fff !important;
}

.enquire-footer  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#fff !important;
}

.enquire-footer  ::placeholder {
 color: #fff !important;
}


.btn-sub {
    font-size: 18px !important;
    padding: 9px 20px !important;
    line-height: 18px;
    color: #fff;
    background-color: #97702d !important;
    border-color: #8f6b2c !important;
}



  .tabs-left,
  .tabs-right {
    border-bottom: none;
    padding-top: 2px;
  }
  .tabs-left {
    border-right: 1px solid #ddd;
  }
  .tabs-right {
    border-left: 1px solid #ddd;
  }
  .tabs-left>li,
  .tabs-right>li {
    float: none;
    margin-bottom: 2px;
  }
  .tabs-left>li {
    margin-right: -1px;
  }
  .tabs-right>li {
    margin-left: -1px;
  }
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .tabs-right>li.active>a,
  .tabs-right>li.active>a:hover,
  .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
  }
  .tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
  }
  .tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
  }
  #gear {
    margin: 0px;
    width: 25px;
    height: 25px;
    border: 1px solid;
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
  }
  #phn-dropdown {
    position: absolute;
    top: 32px;
    right: -114px;
    width: 250px;
    height: auto;
    display: none;
    background: #fff;
    padding-left: 10px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 10px;
    border-radius: 15px;
    /*    border: 1px solid #3c3b3b;*/
  }
  #phn-dropdown:after,
  #phn-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #phn-dropdown:after {
    border-color: rgba(34, 34, 34, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }
  #phn-dropdown:before {
    border-color: rgba(60, 59, 59, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
  #phn-dropdown a,
  #phn-dropdown p {
    text-align: left !important;
    z-index: 3 !important;
    /*  display: block !important;*/
    font-size: 12px;
  }
  #phn-dropdown p {
    color: #bb8f32 !important;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #3c3b3b;
  }
  #phn-dropdown p:last-child {
    border-bottom: none;
  }
  #phn-dropdown a {
    color: #222 !important;
    font-weight: normal;
  }
  .nav-social {
    z-index: 1;
  }
  /*HEADER CSS END HERE*/

#campus-tour a{cursor: pointer;}
#myModalvdo .modal-dialog{margin-top: 3rem !important;}

@media (min-width: 576px){
  #myModalvdo .modal-dialog {
    max-width: 560px;
    margin: 3.75rem auto 1.75rem;
}
}

  /*NAVBAR CSS START HERE*/
  #feedback {
      position: fixed;
      top: 18%;
      right: 0;
      z-index: 999999;
      bottom: 80%;
      /* height: 66px; */
      margin-left: -3px;
      margin-bottom: -3px;
      display: block;
  }
  #feedback-form {
      float: right;
      width: 500px;
      height: auto;
      padding: 15px;
      background-color: #fff;
      background-clip: 'padding-box';
      border: 1px solid rgba(0,0,0,.2);
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      z-index: 999999;
      -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
      -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
      box-shadow: 0 5px 10px rgba(0,0,0,.2);
      font-size: 0.8rem;
  }
  #feedback-form p{margin-bottom: 0rem;}
  #feedback-form hr{margin-top: 0.5rem; margin-bottom: 0.5rem;}
  #feedback-form .dropdown-item{padding: .25rem 0rem;}    
  #feedback-tab {
      float: right;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
      height: auto;
      z-index: 9999;
      /* background-color: #00668E;
      border-radius: 50% !important; */
      margin-right: -3px !important;
      margin-right: 0px;
      text-transform: uppercase;
      padding-top: 0;
      padding-bottom: 60px;
      padding-right: 0;
      padding-left: 0;
      /* border: 2px solid #fff; */
      padding: 12px 0px;


      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      /* border-radius: 0; */
  /*     -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); */
      letter-spacing: 0px;
      margin-top: 45px;
  }

  #feedback-whatsapp {
      position: fixed;
      top: 26%;
      right: -2px;
      z-index: 9999;
  }
  #feedback-tab-whatsapp {
      color: #fff;
      cursor: pointer;
      z-index: 9999;
      /*background-color: #4AC959; */
      /* border-radius: 50% !important; */
      /* border: 2px solid #fff;*/
      /* padding: 8px; */
      letter-spacing: 0px;
      margin-top: 60px;
  }


    #imp-date {
      position: fixed;
      top: 48%;
      right: 0;
      z-index: 9999;
      bottom: auto;
       margin-left: -3px;
      margin-bottom: -3px;
      display: block;
  }
 #imp-date-sec {
    float: right;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
     background-color: #e5554f !important; 
    margin-right: -74px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:5px 5px 0px 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
}

  #download-brochure {
      position: fixed;
      top: 30%;
      right: auto;
      z-index: 9999;
      left: 0px;
      bottom: auto;
      /* height: 66px; */
      margin-left: -3px;
      margin-bottom: -3px;
      display: block;
  }
 #download-b-button {
    float: right;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    /* background-color: #D63213; */
    margin-left: -84px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:5px 5px 0px 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
}



  #feedback-enquiry {
      position: fixed;
      top: 20%;
      right: 0;
      z-index: 9999;
      bottom: auto;
      /* height: 66px; */
      margin-left: -3px;
      margin-bottom: -3px;
      display: block;
  }
 #feedback-tab-enquiry {
    float: right;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    /* background-color: #D63213; */
    margin-right: -48px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:5px 5px 0px 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
}
  .blink-text{
    background: #000;
    font-weight: bold;
    font-size: 2rem;
    animation: blinkingText 2s infinite;
  }

  @keyframes blinkingText{
    0%    { background: #b2ff00;}
    25%   { background: #b2ff00;}
    50%   { background: #b2ff00;}
    75%   { background: #b2ff00;}
    100%  { background: #b2ff00;}
  }
  .modal-header .close{
    color: #000 !important;
    padding: 0rem;
    margin: 0rem;
  }
  .bounce {
    -moz-animation: bounce 0.5s infinite linear;
    -o-animation: bounce 0.5s infinite linear;
    -webkit-animation: bounce 0.5s infinite linear;
    animation: bounce 0.5s infinite linear;
  }
  @-webkit-keyframes bounce {
      0% { top: 0; }
      50% { top: -0.2em; }
      70% { top: -0.3em; }
      100% { top: 0; }
  }
  @-moz-keyframes bounce {
      0% { top: 0; }
      50% { top: -0.2em; }
      70% { top: -0.3em; }
      100% { top: 0; }
  }
  @-o-keyframes bounce {
      0% { top: 0; }
      50% { top: -0.2em; }
      70% { top: -0.3em; }
      100% { top: 0; }
  }
  @-ms-keyframes bounce {
      0% { top: 0; }
      50% { top: -0.2em; }
      70% { top: -0.3em; }
      100% { top: 0; }
  }
  @keyframes bounce {
      0% { top: 0; }
      50% { top: -0.2em; }
      70% { top: -0.3em; }
      100% { top: 0; }
  }

  @-webkit-keyframes spaceboots {
    0% {
      -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
      -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
      -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
      -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
      -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
      -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
      -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
      -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
      -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
  }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0 31%
  }
  50% {
    background-position: 100% 70%
  }
  100% {
    background-position: 0 31%
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0 31%
  }
  50% {
    background-position: 100% 70%
  }
  100% {
    background-position: 0 31%
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0 31%
  }
  50% {
    background-position: 100% 70%
  }
  100% {
    background-position: 0 31%
  }
}

@-webkit-keyframes glowing {
  0% {
    background-color: #000
  }
  50% {
    background-color: #000
  }
  100% {
    background-color: #0000
  }
}

@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 3px #ffc714
  }
}

  .shake {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }
  /*NAVBAR CSS END HERE*/
  /*BANNER FORM CSS START HERE*/
  .banner_text h4{
      color: #fff;
      text-transform: capitalize;
      font-size: 1.4rem;    
  }
  .carousel-inner img {
      width: 100%;
  }
  .input-group-text {
      font-size: 0.8rem;
      color: #7b7674;
      background-color: #fff;
      /* border: unset; */
      border-radius: 0rem;
  }
  .arrow_box{
      color: #D63213;
      /* padding-top: 10px; */
  }
  .border_box{
      border: 1px solid #D63213;
      padding: 10px 12px;
      border-radius: 50%;
  }
  .banner_form {
      position: absolute;
      right: 90px;
      top: 230px;
      background-color: #262322;
  }
  .banner_form h2{
      padding-top: 20px;
      padding-bottom: 15px;
      font-size: 1.4rem;
      text-align: center;
      color: #fff;
  }
  .form-control {
      padding: 1.1rem 0.75rem;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      border-radius: 0rem;
      /* border-left: unset; */
  }

.btn-primary {
    color: #fff;
        background-color: #9300ff;
    border-color: #9300ff;
    width: 100%;
}
  .btn-primary:hover {
      color: #fff;
      background-color: #4b375f;
      border-color: 4b375f;
  }
  .bg_black {background:#1b1918;}
  .bg_black h3{color: #fff; font-weight: 300;}
  .bg_black small{color: #bdb8b8;}
  /*BANNER FORM CSS END HERE*/

  /*ABOUT SECTION CSS START HERE*/
  .fa-ul {
      font-size: 1rem;
      line-height: 35px;
      margin-left: 2em !important;
  }
  .fa-li {
      color: #00963F;
  }
  .img_caption {
      background-color: #262322;
      padding: 10px 120px 10px 20px;
  }
  .img-title {
      font-size: 0.9rem;
      margin: 0 0 5px;
      color: #fff;
  }
  .img-desc {
      font-size: 0.8rem;
      color: #9d9997;
  }
  .about_padding{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  /* .owl-nav {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 120px;
      z-index: 99;
      zoom: 1;
      list-style: none;
      color: #EE7100;
      display: inline-flex;    
  }
  .owl-prev{padding: 21px;}
  .owl-next{padding: 21px;} */
  /* owl nav */
  .owl-prev span, .owl-next span {
    color: #FFF;
  }

  .owl-prev span:hover, 
  .owl-next span:hover {
    color: #8199A3;
  }

  .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    height: 100%;
    color: #8e06f0 !important;
  }

  .owl-prev {
    left: 7px;
  }

  .owl-next {
    right: 7px;
  }
  /*ABOUT SECTION CSS END HERE*/

  .parallax_image {
      background-image: url(../images/amenities-bg.jpg);
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover; 
      -moz-background-size: cover; 
      -o-background-size: cover; 
      background-size: cover;        
  }
  .border-right-bottom{
      border-right: 1px solid #dee2e6;
      border-bottom: 1px solid #dee2e6;  
  }
  .border-right-custom{
      border-right: 1px solid #dee2e6; 
  }
  .border-bottom-custom{
      border-bottom: 1px solid #dee2e6;  
  }

  .bg_promising{background: #fdf6ed;}
  /* .promising_box{
      width: 275px;
      padding: 20px;  
  } */
  .promising_box h4{text-transform: capitalize;}
  .promising_box_new h4{text-transform: capitalize;}
  .bg_one{background: #00963F;}
  .bg_two{background: #8F438A;}
  .bg_three{background: #00729A;}
  .bg_four{background: #D12185;}
  .bg_five{background: #D42314;}
  .bg_six{background: #6C368C;}

  .box {
      margin: 0px;
      border-radius: 10px;
      position: relative;
      
      margin: 40px 0px;
  }
  .bg-blue {
    background-color: #fff;
  }
  .box .number_box {
      position: absolute;
      top: -24px;
      left: 22%;
      transform: translateX(-50%);
      /* background: #D74994; */
      padding: 10px;
      /* border-radius: 50%; */
      border: 1px solid #050D0F;
      color: #fff;
      font-size: 1.2rem;
  }
  .box-inner {
    padding: 20px 5px;
    box-shadow: 2.5px 4.33px 30px 0 rgba(0, 0, 0, 0.3);
    min-height: 130px;
  }
  .box-inner span {
      font-size: 0.8rem;
      line-height: 23px;
      color: #162E55;
      text-align: center;
      display: block;
      font-weight: 700;
      text-transform: capitalize;
      margin-top: 20px;
  }
  .border_custom {
      border: 2px solid #050D0F;
  }

  /* .img_box{
    background: #754193;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 50%;
  width: 45%;
  margin-left: 27%;

  } */
  .img_box{
      width: 125px;
      height: 125px;
      border-radius: 50%;
      border: 2px solid #fff;  
      margin: 0 auto;
  }
  .img_box img{
    padding-top: 20px;
  }
  .img_box_col1{ background: #6ea6d3; }
  .img_box_col2{ background: #169E48; }
  .img_box_col3{ background: #00668E; }
  .img_box_col4{ background: #D75297; }
  .img_box_col5{ background: #F57D36; }
  .img_box_col6{ background: #D73E28; }
  .img_box_col7{ background: #bb2886; }
  .img_box_col8{ background: #d05b4c; }
  .img_box_col9{ background: #9d3f94; }
  /*ASTRA SECTION CSS START HERE*/
  .astra_bg{
      background-image: url(../images/feature.html);
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 400px;  
  }
  .astra{margin-top: -350px;}
  .astra h5 {color: #fff; font-weight: 700;}
  .astra p {color: #fff;}
  .astra span {color: #fff;}
  .astra .tab-content{display: inline-block;
      width: 100%;
      margin: 30px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  }
  .tab-pane p{color: #000;}    
  .tab-info {
      display: inline-block;
      width: 100%;
      padding: 50px;
      }
  .icon-group {
      display: inline-block;
      width: 100%;
  }
  .icon-g-wrap {
      float: left;
      width: 100%;
      margin: 40px 0 0;
  }
  .icon-left {
      float: left;
      width: 55px;
      height: 55px;
      padding: 15px;
      position: relative;
      border: 1px solid #c3bdbd;
      color: #3f85ce;
      font-size: 20px;
  }
  .icon-book {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      line-height: 0;
  }
  .icon-right {
      margin-left: 70px;
  }
  .icon-right h6 {
      margin-bottom: 0;
      margin-top: 17px;
      font-size: 1rem;
  }
  .divider-line {
      display: inline-block;
      width: 50px;
      height: 2px;
      background: #ed6a00;
      margin: 0 0 15px;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      color: #fff;
      background-color: #ed6a00;
      border-color: #ed6a00 #ea5707 #fff;
  }
  .nav-tabs {
      border-bottom: transparent;
      padding-top: 40px;
  }
  .nav-tabs .nav-link {
      /* border: 1px solid transparent; */
      border-top-left-radius: 0rem;
      border-top-right-radius: 0rem;
      margin-left: 15px;
      border: 1px solid #fff;
      color: #fff;
  }
  .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }

  .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }

  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }

  .hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
  }

  .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 0.95rem;
    background-color: transparent;
    color: #FFF;
    padding: 6em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  .hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  /*hovereffect unit start here*/
  .hovereffect_unit {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }

  .hovereffect_unit .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }

  .hovereffect_unit:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .hovereffect_unit img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }

  .hovereffect_unit:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
  }

  .hovereffect_unit h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 0.95rem;
    background-color: transparent;
    color: #FFF;
    padding: 8em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  .hovereffect_unit a, .hovereffect_unit p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  .hovereffect_unit:hover a, .hovereffect_unit:hover p, .hovereffect_unit:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  /*hovereffect unit end here*/
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      color: #f99d1b;
      background-color: transparent;
  }
  .nav-pills a {
      color: #fff;
      text-decoration: none;
      background-color: transparent;
  }
  .place-list {
      position: absolute;
      width: 100%;
      max-width: 500px;
      background: #fff;
      padding: 70px 70px 70px 70px;
      right: 12px;
      bottom: -8px;
      -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
      -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
      -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
      -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
      box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
      color: #212121;
  }
  .divider-line {
      display: inline-block;
      width: 96px;
      height: 2px;
      background: #D63213;
      margin: 0 0 15px 0;
  }
  ul.arrow, ol.arrow {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .place-list ul li {
      margin-bottom: 6px;
      list-style-image: url(../images/test.png);
      line-height: 2rem;
      font-size: 0.8rem;
      /* text-align: justify; */
      margin-left: -19px;
  }
  ul.arrow li, ol.arrow li {
      padding: 0 0 5px 35px;
      position: relative;
      margin: 0;
      list-style: none;
  }
  ul.arrow li:before, ol.arrow li:before {
      content: "\f178";
      position: absolute;
      left: 0;
      font-size: 20px;
      color: #3f85ce;
      top: 0;
      font-family: 'FontAwesome';
  }
  .place-list ul li span {
      float: right;
      font-weight: 700;
      list-style: none;
  }
  .overview .card {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: .25rem;
      margin-left: -184px;
  }

  /* .specification{background-color: #f3f3f3;} */
  .specification h4{
     font-size: 1.2rem;
     color: #ee7100;
     padding-top: 12px;
  }
  .specification ul {
      font-size: 1rem;
      line-height: 30px;
      margin-left: 1em !important;
  }

  #the-setting{
    /* background: url(../images/setting_bg.jpg); */
  }

  /*SETTING SECTION CSS START HERE*/
  .top_setting_box{
      background-color: rgb(81, 109, 179);
      background-image: url(../index.html);
      padding-top: 20px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 20px;
      color: #fff;
      font-weight: 700;  
  }
  .setting_box{
      background: #fff;
      padding: 15px 30px;
      box-shadow: 2.5px 4.33px 30px 0 rgba(0, 0, 0, 0.2);
      min-height: 345px;  
  }
  .setting_box .fa-ul {
      line-height: 30px;
      font-size: 0.95rem;
      /* color: #666; */
  }
  .setting_box .fa-li {
      /* color: #666; */
      color: rgb(81, 109, 179);
      width: 1.5em;
  }
  /*SETTING SECTION CSS END HERE*/

  /*PEOPLE SECTION CSS START HERE*/
  .people_box{
      background:#b1308c;
      padding: 15px 30px;
      box-shadow: 2.5px 4.33px 30px 0 rgba(0, 0, 0, 0.2);
      height: 500px;
      padding-top: 50px;
  }
  .people_icon_box{
      background: #fff;
      padding: 30px 30px;
      box-shadow: 2.5px 4.33px 30px 0 rgba(0, 0, 0, 0.2);
      height: 325px;
      right: 24px;
      top: 90px;
  }
  .people_box p{
    font-size: 0.9rem;
    font-weight: 700;
  }
  .border_white{border: 1px solid rgb(255, 255, 255,0.1);}
  .people_inner_box{
    background: #bd2887;
    height: 400px;  
  }
  .title p{font-size: 0.9rem;}
  /*PEOPLE SECTION CSS END HERE*/
.contact-sec {background-color: #b1308c;}
.contact-sec h4{text-transform: unset;color:#ffc8a3 !important;}
.contact-sec h1 {
    text-transform: unset;
    font-family: 'DINPro Black';
    font-size: 67px;
    line-height: 68px;
}
.contact-sec .address ul {
    margin: 0px;
    padding: 0px 0px 0px 12px;
}
.contact-sec .address ul li {
    list-style: none;
    color: #fff;
    word-wrap: break-word;
    margin-bottom: 20px;
   ;
    letter-spacing: 1px;
}
.contact-sec .address .fa {
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
    width: 2em;
    height: 2em;
    position: relative;
    background-color: #fdc623;
    /* fill: var(--e-global-color-16063d9); */
    /* color: var(--e-global-color-16063d9); */
    float: left;
    margin-right: 12px;
    border-radius: 50%;
    text-align: center;
    padding: .5em;
}
.contact-sec .address ul li a {
    margin-top: -1px;
    float: left;
    text-align: left;
    color: #fff;
    text-decoration: none;
}


  footer{background-color: #372c2e;}
 footer h3{color: #fffffa;font-size: 2rem;}
footer p {color: #fffffa;  font-size: 1rem;  line-height: 26px;}
 footer p a{color: #fffffa;font-size: 0.96rem;}
footer .fa{color: #fffffa;font-size: 0.96rem;}
.ml-f{margin-left:.01rem!important; }

.enquire-footer{}
.enquire-footer .form-control {
    padding: 1.1rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    padding-left: 0px;
    border-radius: 0rem;
    background: transparent;
    /* border-left: unset; */
    border-top: none;
    border-left: none;
    border-right: none;
}

.btn-subfooter {
    font-size: 18px !important;
    padding: 10px 40px !important;
    line-height: 18px;
    color: #fff;
    background-color: #97702d;
    border-color: #efa332 !important;
    border-radius: 0px;
}
.btn-subfooter:hover{color: #ccc;}


  .insta_icon{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
      color: #fff;
      padding: 8px 10px;
      border-radius: 60%;
      border: 1px solid #FF0000;
  }

  .youtube_icon{
      background: #FF0000;
      color: #fff;
     padding: 10px 13px;
      border-radius: 60%;
      border: 1px solid #FF0000;
  }

  .facebook_icon{
      background: #4267B2;
      color: #fff;
      padding: 10px 13px;
      border-radius: 60%;
      border: 1px solid #4267B2;
  }
  .twitter_icon{
      background: #1DA1F2;
      color: #fff;
      padding: 10px 13px;
      border-radius: 60%;
      border: 1px solid #1DA1F2;
  }
  .linkedin_icon{
      background: #2867B2;
      color: #fff;
     padding: 10px 13px;
      border-radius: 60%;
      border: 1px solid #2867B2;
  }
  .youtube_icon:hover{background: transparent; color:#FF0000;}
  .facebook_icon:hover{background: transparent; color:#4267B2;}
  .twitter_icon:hover{background: transparent; color:#1DA1F2;}
  .linkedin_icon:hover{background: transparent; color:#2867B2;}
  .mobile_img{float: right;}
.footer_social .fab{font-size:22px; }
.footer_social .fab:hover{color: #ccc; -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;}

  .footer_social a{margin-right: 12px;}


.logo-desktop{display: block !important;}
.logo-mobile{display: none !important;}
.enq-form-mobile .modal-content{}
  /*ASTRA SECTION CSS END HERE*/

  .mobile_bg{background-color: #262322;}
  .close {color: #fff !important;}

  /*MOBILE DEVICES*/
  @media only screen and (max-width: 600px) {
      .desktop_unique {display: none !important;}
      .mobile_unique {display:  block !important;}
      .logo-desktop{display: none !important;}
.logo-mobile{display: block !important;}
      .custom_banner_height {
        height: auto;
        width: auto;
        padding-top: 68px;
      }
      .thank-u h2 {
        font-size: 38px;
        margin-bottom: 16px
      }
      /* #myVideo {padding-top: 100px;} */
      /* #myVideo {
          height: 80vh;
          margin-top: 100px;
      } */
      #myVideo {
          width: 100vw; /* Could also use width: 100%; */
          height: 78vh;
          object-fit: cover;
          position: relative; /* Change position to absolute if you don't want it to take up the whole page */
          left: 0px;
          top: 0px;
          z-index: -1;
          margin-top: 40px;
      }            
      /* .parallax_image {
        background-attachment: scroll;
      } */
      .promising_box h4 {
          font-size: 1.4rem;
      }    
      /*HEADER CSS START HERE*/
      .top_menu .top_inner {margin-bottom: 0px;}    
      .page-content,
      .entry-content,
      .entry-summary {
        margin: 2em 0 0 !important;
      }
      .top_menu .container {
        padding-right: 10px;
        padding-left: 10px;
      }
      .top_menu {
        display: block !important;
        background: rgb(22, 46, 85);
        padding: 5px 0px;
      }
      .top_menu .top_inner {
        background: rgba(22, 46, 85);
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
      }
      .header_socila .dropdown_li {
        margin-right: 10px;
      }
      .header_socila li {
        display: inline-block;
        margin-right: 10px;
      }
      .top_menu .float-left a {
          line-height: 30px;
          display: inline-block;
          color: #fff;
          font-size: 12px;
          margin-right: 20px;
          transition: all .3s linear 0s;
      }
      .header_socila li a {
          color: #fff;
          line-height: 30px;
          display: inline-block;
          font-size: .7rem;
      }
      button:focus {
          outline: 1px dotted;
          outline: unset;
      }
      .navbar-nav {
          background: transparent;
      }
      .navbar-light .navbar-nav .nav-link {
          color: #fff;
          border-bottom:1px solid #423f40;
      }    
      /*HEADER CSS END HERE*/
            
      .carousel-inner{padding-top: 0px;}
      .navbar-default{background-color: #fff;}    
      /*.about_padding{padding-top: 50px;}*/
      .bg_black h3 {font-size: 1.2rem;}
      h1{font-size: 2rem;}
      #gallery .nav-link {
          display: block;
          padding: 0.5rem 0.5rem;
      }
    .place-list {
       position: initial;
       max-width: 100%;
       background: #fff;
       padding: 28px 33px 0px 16px;
       box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
       color: #212121;
    }
    .icon-left {
        float: unset;
        width: 55px;
        height: 55px;
        padding: 5px;
        position: relative;
        border: 1px solid #c3bdbd;
        color: #3f85ce;
        font-size: 20px;
    }
    .icon-right {
        margin-left: 0px;
    }
    .tab-info {
        padding: 15px;
    }
    .icon-right h6 {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 0.8rem;
    }
    .icon-g-wrap {
        float: left;
        width: 100%;
        margin: 25px 0 0;
    }
  /*   .promising_box {
      width: auto;
      padding: 0px;
  } */
    .border-right-bottom{
        border-right: unset;
        border-bottom: unset;  
    }
    .border-right-custom{
        border-right: unset; 
    }
    .border-bottom-custom{
        border-bottom: unset;  
    }
    .setting_box{
      min-height: unset;  
    }
    .people_icon_box {
        background: transparent;
        padding: 15px;
        box-shadow: unset;
        height: unset;
        right: 0px;
        top: 0px;
    }
  /*   .img_box {
      width: 100%;
      margin-left: 0%;
  } */
    #feedback {top: 25%;}
    #feedback-form {
      width: 200px;
    }
    #feedback-whatsapp {
        top: 34% !important;
        right: 0%;
    }
    
    .banner_text h4 {
        font-size: 1.2rem;
    }
    #gallery .nav-item{
      width: 100%;
      text-align: center;
    }  
  }

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) { 
  #myVideo {
    height: 70vh;
  }
}

/* Portrait */
@media screen and (device-width: 411px) and (device-height: 823px) {
  #myVideo {
    height: 75vh;
  }
}

/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
    /* insert styles here */
  #feedback-enquiry {top: 50%;}
  #feedback-whatsapp {top: 40%;}     
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1366px) {
 .banner_form {top: 250px;}  
  
}