body {
    scroll-behavior: smooth !important;
}

.topbar
{
    width: 100%;
    background-color: transparent;
    z-index: 9999 !important;
    margin-bottom: -40px;
    text-align: right !important;
   
    
 
}
.upper-header
{ 
    background-color: #f26522;
    color: #fff; 
    width: 100%;
    z-index: 9999;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
}

.topbar ul li
{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400;
    border-right: 1px solid rgba(255,255,255,.5);
    display: inline-block;
    padding: 0px 10px 0px 20px;
    z-index: 9999 !important;
  

}
.topbar ul li a
{
    color: #fff;
    text-decoration: none;
}
.topbar ul li a:hover
{
    color: #f26522;
}

@media screen and (max-width:992px) {
    
.topbar
{
   
    text-align: right !important;
    margin-right: -10px !important;
    margin-top: -10px;
    padding-bottom:10px;
   
    
 
}
    
    .topbar ul li
{
    font-size: 12px !important;
    padding: 0px 1px 0px 1px !important;
}
}


.navbar {
    transition: all 0.4s;
    padding: 0 10px;
    
    
}
.fa-bars
{
    font-size: 30px;
    color:#fff !important;
}
.navbar .nav-link {
    font-family: roboto condensed,sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding: 0px .5rem 0px .5rem !important  ;
    text-transform: capitalize;
}
.navbar .nav-link
{
    border-right: 1px solid rgba(255,255,255,.4);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand img{
    color: #fff;
    height: 90px;
    width: 90px;
}
.navbar-nav .nav-link .active
{
    background-color: transparent !important;
    color: orangered !important;
}
.navbar-nav .nav-link:hover
{
    background-color: transparent !important;
    color: orangered !important;
}
.navbar-nav .nav-link .btn-danger    
{
    background-color:#FF7500 !important;
    color: #fff !important;
    padding: 3px 15px 3px 15px;
    border-radius: 0px;
    margin-top: -2px;

} 

/* Change navbar styling on scroll */
.navbar.active {
    background:transparent; 
    position: fixed; 
    right: 0;
    left: 0;
}
.navbar.active:after {
    background: url(../img/landing-page-shadow.webp)no-repeat !important;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    z-index: -2;
}
.fixed-top {
    position: unset;
    /* top: 10px;
    right: 0;
    left: 0; */
    z-index: 1030;
    background: #f26522;
}
.navbar.active .nav-link {
    color: #fff;
   
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active11 .navbar-brand img {
  width: 90px;
  width: 90px;
  margin-top: 2px;
}
/* Change navbar styling on scroll */
.navbar.active11 {
    background:#1c1f34;
    top:-20px;
}


.navbar.active11 .nav-link {
    color: #fff;
    margin-top: 12px;
   
}

.navbar.active11 .nav-link:hover,
.navbar.active11 .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active11 .navbar-brand img {
  width: 90px;
  width: 90px;
  margin-top: 5px;
  margin-bottom: -16px;
}
.header_search input[type=text] {
    width: 20px;
    border: 0px solid transparent;
    font-size: 16px;
    background-color:transparent;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 20px;
    
  }
  .header_search input[type=text]::placeholder
  {
    color: #fff !important;
    font-family: FontAwesome;
  
  }
  
  .header_search input[type=text]:focus {
    width: 100%;
    border:0px !important;
  }
/* Change navbar styling on small viewports */
@media (max-width: 441px) {
     
}
@media (max-width: 991.98px) {
    .navbar {
        /* background:transparent !important; */
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #fff;
    }
}
/*side bar*/
.mene_desktop
{
    display: none !important;
}
.menu_md
{
    display: block !important;
}

@media only screen and (max-width:992px) {
    .menu_md
    {
        display: none !important;
    }
    .mene_desktop
    {
        display: block !important;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
   
        font-size: 14px;
  }
  
  .sidenav a:hover {
    color: #000;
  }
  .sidenav  .btn-danger    
{
    background-color:#FF7500 !important;
    color: #fff !important;
    padding: 3px 15px 3px 15px;
    border-radius: 0px;
    margin-top: -2px;

} 
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    margin-bottom: 30px !important;
    border-bottom: none !important;
   
  }

  

.section1
{
    width: 100%;
    height: 100vh !important; 
}
.carousel-item 
{
    height: 100%  !important;
}

.carousel-item img
{
    height: 100vh !important; 
    
}

.row_margin
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.section2
{
    width: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
    background-image: url(../img/banner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;

}
.layer
{
    background-color: rgba(0,0,0,.8);
    min-height:100vh;
    width: 100%;
}
.section2 
{
   min-height: 775px;
   width: 100%;
   background: url(../img/foot.webp);
   background-size: 100% 100%;
}
.section2 h4
{
    color: #28253E;
    font-size: 60px;
    font-weight: 700;
    padding-top:20%;
    text-align: center;
    text-transform: uppercase;
}
.section2 h2
{
    color: #0F1D37;
   font-size: 30px;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 50px;
}
#map
{
    width: 60%;
    margin-top: 20%;
    margin-left:20%;
}
.owl-carousel
{
    z-index: 99999 !important;
}
.owl-item
{
    color: #FFF;
    z-index: 9999999 !important;

}

.section2 p
{
    color: #fff;
    font-size: 17px;
    line-height: 40px !important;
    font-weight: 500;
}*/
.btn-primary
{
    background-color: transparent;
    color: #ffffff !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
    padding:1% 3% 1% 3%;
}

.section3
{
    width: 100%;
    height: 100vh;
}
.section3 .carousel-item
{
    height: 100vh!important;
}
.section3 .carousel-item img
{
    height: 100% !important;    
    /* margin-top: 30px; */
}
.section3 .carousel-caption 
{
position: absolute;
bottom:200px;
left: 60px !important;
text-align: left;
}

.section3 .carousel-caption h3
{
color: #fff !important;
font-size: 50px;
font-weight: 800;
text-transform: uppercase;

font-family: open sans,sans-serif;

}
.section3 .carousel-caption p
{
color: #eee !important;
    font-size: 45px;
    font-weight: 100;
    font-family: open sans,sans-serif;
    line-height: 1.7;
}
.section3 .carousel-caption span
{
    width: 60% !important;
}
.section3 .carousel .carousel-indicators
{
    text-align: left !important;
    bottom: -50px;
}
.section3 .carousel .carousel-indicators li 
{
    width: auto !important;
    height: 30px !important;
    text-indent: unset; 
    color: #fff;
    background-color: transparent;
    margin-top:-90px;
    font-size: 18px;
    font-weight: 700;
    padding-right:15px ;
    border-right: 1px solid #ccc;

}



.section4
{
    background-image: url(../img/banner.jpeg);
    min-height: 100vh !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 h3
{
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    text-align: center !important;
    padding-top: 7%;
}
.section4 .card img
{
    height: 250px;
}
.section4 .card p
{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.section4 .card p span
{
    color: #FF7500;
}
.section4  .btn-primary
{
    border: 2px #000 solid;
    color: #fff;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
    text-align: center;
}

.section6
{
    width: 100%;
    height: 700px;
    background-image: url(../img/ppratapi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;


}
.section6 img
{
    height: 100%;
    width: 100%;
}

.section7
{
    width: 100%; 
    background-color: #1c1f34;

}
.section7 .heading{
    color: #fff;
    font-size: 60px;
    font-weight:700;
    text-transform: uppercase;
    padding: 45px 15px;
    text-align: center;
}
.section7 .main_heading
{
    color:#F58221 !important;
    font-size: 26px;
    font-weight: 700;
}
.section7 .heading_2
{
    color: #595E9E;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading_2_left
{
    margin-left: -25px;
}
.section7 ul
{
    border-bottom: 1px solid rgba(255,255,255,.2) ;
    width: 100%;
    margin-left: -10px;
    padding-bottom: 6px;
}
.section7 ul li
{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform:capitalize ;
    margin-left: -30px !important;
    padding-bottom: 3px;
}
.section7 ul li a
{
    text-decoration: none;
    color: #fff;
}
.section7 ul li a:hover
{
    color: #FF7500 !important;
}
.li_font_big
{
    font-size: 17px !important;
    font-weight: 500 !important;
}


.section7 .btn {
    display: inline-block;
    color: #fff;
    background: #00aeef;
    border: 1px solid #0097cf;
    border-bottom: 3px solid #0097cf;
    font-family: oswald,sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 195px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 15px 0;
}
.btn-yellow
{
    background: #f58221 !important;
    border-color: #b45707 !important;
    margin: 10px 0 0;
}
.btn-blue
{
    background: #560d7f !important;
    border-color: #3c015e !important;
    margin: 10px 0 0;
}
.btn-orange {
    background: #f26522 !important;
    border-color: #b13900 !important;
    margin: 10px 0 0;
}
 .btn-greeen {
    background: #38b39a !important;
    border-color: #26947e !important;
    margin: 10px 0 0;
}
 .btn-pink {
    background: #ed145b !important;
    border-color: #af0337 !important;
    margin: 10px 0 0;
}

.social_icon ul li .fa
{
    height: 35px !important; 
    width: 35px !important ;
    font-size: 25px !important;
    border-radius: 50px !important;
    padding: 6px 3px 3px 3px !important;
    margin-left: 5px;
    text-align: center !important;
}

.social_icon ul li .fa.fa-facebook
{
    background-color: #38529A !important;
    color: #FFF !important;
}
.social_icon ul li .fa.fa-instagram
{
    background: linear-gradient(45DEG,#405DE6,#5851DB,#833AB4,#c13584,#e1306c,#fd1d1d) !important;
    color: #FFF !important;
}
.social_icon ul li .fa.fa-twitter
{
    background-color: #009DED !important;
    color: #FFF !important;
}
.social_icon ul li .fa.fa-linkedin
{
    background-color: #0270AD !important;
    color: #FFF !important;
}
.li_font_big
{
    font-size: 17px !important;
    font-weight: 500 !important;
}



.copy_right
{
    border-top: 1px solid rgba(255,255,255,.2) ;
    min-height: 50px;
    color: #b6b6b6;
    padding-top: 1%;
}


.div_fixed
{
    position: fixed;
    right: 8px;
    top:100px;
    z-index: 9999;
}
.div_fixed ul>li
{
    height:12px;
    width: 12px;
    background-color: #ccc;
    opacity: 0.8;
    border-radius: 30px;
    margin-bottom: 15px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    display: block !important;
}
ul>li a
{
    text-decoration: none;
    color: #ccc;
    padding-left: 4px;
    padding-right: 3px;
    

}
li a:hover{
    color: #ccc; 
}
.div_fixed i
{
    font-size: 30px;
    color: #b6b6b6;
    margin-bottom: 10px;
    
}
li a.active1
{
    background-color:orangered !important;
    color: orangered !important;
    border-radius: 30px;

}

.page_header
{
    background:url("../img/page_header.jpg");
    min-height: 250px;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    width: 100%;
    

}
.layer_header
{
    background-color: rgba(0,0,0,.8);
    min-height:250px;
    width: 100%;
}
.layer_header h3
{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    padding-top: 10%;
    text-transform: uppercase;
}
.owl-carousel
{
    width: 100%;
}
.owl-carousel .item
{
    width: 100%;
    height: 500px;  
    text-align: center;
    border-radius: 3px;
        /*background: #000;*/
    padding: 30px 10px;

}
.section5{
    background: #000;
}
.owl-carousel .item img { 
    width: 100%;
    /* max-width: 500px;  
    filter: grayscale(1); */
    height:100%;
}
.h3_abt
{
    font-size: 50px;
    color: #FF7500;
    text-align: center;
    padding-top: 10%;
    font-weight: 700;
    padding-bottom: 10px; 
}
.new_titel
{
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding: 1%;
    font-size: 12px;
}
.nav-pills .nav-item  a
{
    color:#444 !important;
    font-size: 30px !important;
}

.nav-pills .nav-link.active {
    color: #b13900 !important;
    background-color: #fff !important;
}
.team .card
{
    margin-top: 15px !important;
    border: #b13900 1px solid !important;
    border-radius: 5px;
}
.team .card .card-img-top
{
    height: 200px !important;
    width: 100% !important;
}
.team .card .card-title
{
    color: #b13900 !important;
}
/* Extra */
.section7  .accordion .card 
        {
               background-color: #1c1f34!important;
        }
        .section7  .accordion .card  .card-header a
        {
          color: #f26522 !important;
          text-decoration: none;
          font-weight: 500;
          text-transform:capitalize;
          font-size: 18px;
        }
        .section7  .accordion h3
        {
          font-size: 30px;
          color: #fff;
          font-weight: 600;
        }
        .section7  .accordion .btn

        {
          width: 100% !important;
        }
        .modal
        {
          z-index: 99999 !important;
          padding-right: 0px !important;
        }
        .modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;
    z-index: 99 !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important 
}

.modal-header-full-width  {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}

/*full menupopup*/
.header_full .heading{
    color: #fff;
    font-size: 60px;
    font-weight:700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.header_full .main_heading
{
    color:#F58221 !important;
    font-size: 24px;
    font-weight: 700;
}
.header_full .heading_2
{
    color: #6A4116;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.header_full .heading_2_left
{
    margin-left: -25px;
}
.header_full ul
{
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-left: -10px;
    padding-bottom: 6px;
}
.header_full ul li
{
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    text-transform:capitalize ;
    margin-left: -30px !important;
    padding-bottom: 3px;
}
.header_full ul li a
{
    text-decoration: none;
    color: #fff;
}
.header_full  ul li a:hover
{
    color: #FF7500 !important;
}
.li_font_big
{
    font-size: 17px !important;
    font-weight: 500 !important;
}


.header_full .btn {
    display: inline-block;
    color: #fff;
    background: #00aeef;
    border: 1px solid #0097cf;
    border-bottom: 3px solid #0097cf;
    font-family: oswald,sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 195px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 15px 0;
}
.modal .btn
{
    width: 100%;
}
.modal .card-title
{
    color: #f26522 !important;
    text-decoration: none;
    font-weight: 500;
}
.menu-mob li a{
    color:#000 !important;
}