.top-bar {
    position: relative;
    height: 35px;
    /*background-image: linear-gradient(to right, #0796fe, #09395c);*/
    background-color: #d72a3d;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

/*navbar starts*/
/*.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    text-transform: uppercase;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #0796fe;
    color: #d72a3d;
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}
*/
/*code_nav starts*/
/* Extra */


.logo {
  max-width: 200px;
}

.navbar {
  align-items: center;
  background: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  padding: 12px 50px;
}

.push-left {
  /*margin-left: auto;*/
  margin-right: 30px;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
.nav-menu .menu-item a.active {
    color: #e7b44f;
    text-decoration: none;
}
@media(min-width: 768px) and (max-width:  1099px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  /*background: #fff;*/
  background-color: #000;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
@media(min-width: 768px) and (max-width:  1099px) {
  .nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-250%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(30%);
    opacity: 1;
    height: 255px;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
}
.nav-menu .menu-item a {
  color: #000;
  display: block;
  line-height: 30px;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: capitalize;
}
.nav-menu .menu-item a:hover,
.nav-menu .menu-item a.active {
  /*color: #777777;*/
  color: #d62a3d;
  text-decoration: none;
}
@media(min-width: 768px) and (max-width:  1099px){
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
    color: #000;
  }
}

.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px 5px;
  list-style: none;
  width: 230px;
}
@media(min-width: 768px) and (max-width:  1099px){
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.sub-nav:hover {
  display: block;
}
/*code_nav ends*/


/*navbar ends*/


/*banner starts*/
.banner_wrap{
    position: relative;
}
/*.banner_content{
    position: absolute;
    top: 212px;
    bottom: 0;
    left: 135px;
    right: 0;
}*/
.banner_content{
    position: absolute;
    bottom: 129px;
    line-height: 68px;
}
.carousel-item{
    position: relative;
}
.carousel_wrapper{
    position: relative;
}
/*.banner_content{
    position: absolute;
    top: 0;
    left: 0;
}*/
.banner_animate{
    position: absolute;
    top: 212px;
    bottom: 0px;
    right: 0;
    left: 0;
}
.banner_image{
    margin-top: -39px;
}
.banner_content span{
    color: #fff;
    font-weight: 400;
}
.display-2{
    color: #fff;
    font-weight: bold;
}
.banner_content p{
    font-weight: 600;
    color: #fff;
}
.banner_content a{
    color: #fff;
    background-color: #d72a3d;
    padding: 13px;
    border-radius: 7px;
    text-decoration: none;
}
.about_banner{
    padding: 0;
    position: relative;
}
.about_banner img{
    width: 100%;
    height: 385px;
    object-fit: cover;
    margin-top: 112px;
}
.text-head{
    font-size: 45px;
    color: #fff;
    text-align: center;
}
.breadcrumb1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    border-radius: 0.25rem;
    justify-content: center;
}
.breadcrumb1 li a{
    color: #d72a3d;
    font-weight: 900;
}
.banner_top{
    position: absolute;
    top: 258px;
    left: 0;
    right: 0;
    bottom: 0;
}
.overview_cont h6{
    color: #d72a3d;
}
.grad_image img{
    margin-top: 112px;
    height: 500px;
    object-fit: cover;
}
/*banner ends*/

/*overview starts*/
.overlay{
     background: linear-gradient(to top,#000,#747474);
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0.6;
}
.overlay1{
     background: linear-gradient(to top,#000,#747474);
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0.6;
}
.overview_wrap{
    margin-top: 45px;
}
.overview_cont{
    position: relative;
    background-color: #e7e6e6;
    color: #000;
    padding: 59px;
    opacity: 0.9;
}

.btn a{
    text-decoration: none;
    color: #fff;
}
.btn a:hover{
    color: #d72a3d;
}
.seven1 h1 {
    text-align: center;
    font-size:30px; font-weight:400; color:#222; letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven1 h1:after,.seven1 h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color:#f8f8f8;
}
/*.overview_cont h1::after{
    content: '';
    display: block;
    background-color: red;
    position: absolute;
    top: 149px;
    left: 63px;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 3px;
}*/
.overview_cont p{
    text-align: justify;
    /*font-size: 14px;*/
    margin-bottom: 31px;
}
.overview_cont a{
    color: #fff;
    background-color: #d72a3d;
    padding: 12px 18px;
    text-decoration: none;
}
.overview_cont a:hover{
    background-color: white;
    color: #d72a3d;
    border: 1px solid #d72a3d;
    transition: .2s;
}
/*overview ends*/


/*service starts*/
.service_head1{
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 200px;*/

}
.service_wrap{
    margin-top: 30px;
}
.service_wrap1{
    margin-top: 25px;
    position: relative;
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}
.service_wrap1 .box{
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    width: 275px;
    height: 275px;
}
.service_wrap1 .box:hover{
    z-index: 1;
    transform: scale(1.25);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}
.service_wrap1 .box .img-bx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service_wrap1 .box .img-bx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_wrap1 .box .img-bx:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: linear-gradient(180deg,#f00,#0000);*/
     background-image: linear-gradient(180deg,black, grey);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.5s;
}
.service_wrap1 .box:hover .img-bx:before{
    opacity: 1;
}
.service_wrap1 .box .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    padding: 20px;
    align-items: flex-end;
}
.service_wrap1 .box .content p{
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
    transform: translateY(200px);
}
.service_wrap1 .box:hover .content p{
    transform: translateY(0);
    transition-delay: 0.1s;
}
.service_head{
    position: relative;
}
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  /*font-size: 30px;*/
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
  top: 71px;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
  /*top: 71px;*/
}

/*.service_head h1::after{
    content: '';
    background-color: red;
    display: block;
    position: absolute;
    top: 64px;
    left: 48%;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 3px;
}
*/
/*service ends*/
/*collabration starts*/
.collab_wrap{
    margin-top: 40px;
}
.collab_head{
    margin-top: 40px;
}
.seven h1 {
text-align: center;
    font-size:30px; font-weight:400; color:#222; letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color:#f8f8f8;
}

/*collabration ends*/

/*partner starts*/
.partner_head{
    margin-top: 40px;
}
.logos{
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    border: 1px solid #333;
}
.logo_carousel{
    list-style: none;
    display: flex;
    padding: 1px 17px;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}
/*.partner_head{
    margin-top: 100px;
}
.partners_logo{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.partners_wrap{
    margin-top: 50px;
}*/
/*partner ends*/
 
/*branches starts*/
.branches_head{
    width: 100%;
    margin-top: 60px;
    padding: 0;
    position: relative;
     /*background-image:
    linear-gradient(to bottom, rgba(54, 53, 51,0.52), rgba(54, 53, 51, 0.73)),
    url('../images/map.jpg');*/
    /*padding: 35px;*/
}
.branches_head img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.branch_wrap{
    position: absolute;
    top: 25%;
    left: 15%;
}
.branch_cont{
    text-align: center;
}
.branch_cont h1{
    color: #fff;
    font-size: 85px;
}
.branch_cont p{
    color: #fff;
}
.branch_cont span{
    color: #fff;
}
.branch_list ul{
    list-style: none;
    display: flex;
    margin-top: 30px;
    padding: 0;
    justify-content: end;
}
.branch_list ul li{
    color: #fff;
    /*padding-right: 40px;*/
    padding-right: 113px;
    font-size: 25px;
}
.branch_list ul li a{
    color: #fff;
    text-decoration: none;
}
.branch_list ul li a i{
    padding-right: 10px;
}
/*branches ends*/

/*footer starts*/
.footer_wrap{
    background-color: #d1cdcd;;
    padding: 36px;
    margin-top: 43px;
}
.present ul,.use_links ul{
   list-style: none;
   /*padding: 0;*/
}
.present ul li{
    color: #000;
}
.present p{
    text-align: justify;
    font-size: 14px;
}
.use_links{
    line-height: 29px;
}
.use_links ul li{
    color: #000;
}
.use_links ul li a{
    color: #000;
    text-decoration: none;
}
.use_links ul li a i{
    padding-right: 7px;
}
.use_links ul li h2{
    position: relative;
    font-size: 22px;
}
.use_links ul li h2::after{
    content: '';
    background-color: #f00;
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    top: 32px;
    bottom: 0;
    right: 0;
    left: 0;
}
.use_links1 ul li{
    color: #000;
    list-style: none;
}
.use_links ul li i{
    padding-right: 7px;
}
.use_links1 ul li h2{
    position: relative;
    font-size: 22px;
}
.use_links1 ul li h2::after{
    content: '';
    background-color:#f00;
    display: block;
    width: 27px;
    height: 2px;
    position: absolute;
    top: 32px;
    bottom: 0;
    right: 0;
    left: 0;
}
.use_links1 ul li p{
    text-align: left;
}
.social_media1{
    /*width: 29%;*/
    /*height: 32px;*/
    /*margin: 0 auto;*/
    display: flex;
    /*justify-content:center;*/
    text-align: center;
    /*margin-top: 28px;*/
    margin-left: 40px;
}
.media_icon{
    width: 10%;
    /*background-color: grey;*/
    margin-right: 7px;
    line-height: 2;
    border-radius: 4px;
}
.footer_end{
    background-color: #fff;
    text-align: center;
    /*padding: 25px;*/
}
.copyright{
    padding: 10px 0px 5px 0px;
}
.copyright h5{
    font-size: 15px;
}
/*footer ends*/

/*about page starts*/
.about_top{
    margin-top: 45px;
}
.mission{
     /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
     box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.24);
     padding: 15px 28px;
     /*margin-bottom: 18px;*/
}
.mission1{
    box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.24);
     padding: 15px 15px 39px 28px;
}
.mission1 p{
    text-align: justify;
}
.mission1 h3{
    color: #d72a3d;
}
.mission h3{
    text-align: center;
    color: #d72a3d;
}
.mission p{
    text-align: justify;
}
.spcl p{
    text-align: justify;
}
.banner_subb{
    margin-top: 42px;
}
.trust{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 50px;
}
.trust h3{
    font-size: 23px;
}
.trust i{
    font-size: 40px;
    color: #d72a3d;
    margin-bottom: 10px;
}
.special_wrap{
    margin-top: 50px;
}
.special_cont{
    margin-top: 50px;
}
.ship_head{
    margin-top: 60px;
}
.spcl h5{
    color: #d72a3d;
}
.about_rightimg{
    margin-top: 56px;
}
.breadcrumb-item.active{
    color: #fff !important;
}
/*about page ends*/

/*contact page starts*/
.contact_head{
    margin-top: 48px;
}
.address{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 52px;
}
.address1{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 52px 52px 74px 52px;
    margin-top: 27px;
}
.address1 a{
    text-decoration: none;
}
.address2{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 52px 52px 74px 52px;
    margin-top: 27px;
}
.address2 a{
    text-decoration: none;
}
.add{
    color: #444444;
}
.add:hover{
    color:red !important;
}
.location_icon{
        /*border: 1px dotted #e03a3c;*/
        border-radius: 28px;
        width: 13%;
        margin: auto;
        padding: 11px;
}
.location_icon1{
        /*border: 1px dotted #e03a3c;*/
        border-radius: 28px;
        width: 35%;
        margin: auto;
        padding: 9px;
}
.form_in{
    /*padding: 40px;*/
    padding: 34px 40px 130px 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.hgt{
    height: 137px !important;
}
.btn{
    padding: 10px 26px;
    color: #fff;
    /*border: 1px solid #fff;*/
    background-color: #e03a3c;
    margin-top: 22px;
    font-size: 18px;
    transition: .3s;
}
.btn:hover{
    color: #e03a3c;
    background-color: #fff;
    border: 1px solid #e03a3c;
}
/*.btn a:hover{
    color: #e03a3c;
    background-color: #fff;
    border: 1px solid #e03a3c;
}*/
/*.map_image{
    margin-top: 50px;
}*/

/*contact page ends*/

/*service page starts*/
.serve_wrap{
    margin-top: 40px;
}
.serve_wrap h4{
    color: #d72a3d;
}
.accordion {
  margin-top: 45px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}
.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card-head{
    border: 1px solid #000;
    /*padding-bottom: 21px;*/
    padding: 10px 10px;
}
.card-head h2{
   font-size: 20px;
   color: #4d5257;
}
.card{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-right: 32px;
}
.card2{
    margin-top: 30px;
}
.card-body ul{
    list-style: none;
    padding: 0;
}
.card-head h2 i{
    position: absolute;
    right: 0;
}
.faq_wrap{
    margin-top: 70px;
}
.top_small{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 21px;
}
.top_small img{
    width: 18%;
}
.service_cont{
    margin-top: 45px;
}
.faq1{
    margin-top: 30px;
}
/*service page ends*/

/*sidebar menu starts here*/
.sidebar {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: #111;*/
  /*background-color: #e7e7e7;*/
  background-color: #282828;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  /*padding-top: 14px;*/
}

.sidebar a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 17px;
  /*color: #818181;*/
  /*color: #1a1616;*/
  color: #fff;
  display: block;
  transition: 0.3s;
  /*border-bottom: 1px solid #ddd;*/
  font-weight: bold;
}

.sidetop{
    background-color: silver;
    /*padding: 57px 26px;*/
    /*border-radius: 0px 0px 20px 20px;*/
  }

.sidetop a{
    color: #000;
    border-bottom: none;
    padding: 22px 1px;
  }

.sidebar a:hover {
  /*color: #f5ca74;*/
  color: #d72a3d;
  /*background-color: #f5ca74;*/
}

.sidebar a img{
    width: 60%;
}

.sidebar a i{
    padding-right: 7px;
    font-size: 15px;
    color: #d72a3d;
    padding: 10px;
    border-radius: 22px;
    margin-right: 10px;
}
.sidebar a i:hover{
    color: #fff;
    /*border: 1px solid #d72a3d;*/
    border-radius: 22px;
    background-color: #d72a3d;
}
.side_menus{
    /*margin-top: 28px;*/
}
.sidedown{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: slategray;
}
.sidedown a{
    padding-left: 36px;
}
.sidebar .closebtn {
  position: absolute;
  top: -4px;
  right: 6px;
  font-size: 32px;
  margin-left: 50px;
  border-bottom: none;
  color: #000;
}

/*.socialicon{
    display: flex;
    justify-content: center;
    padding-top: 15px;
}*/
.socialicon ul{
    display: flex;
    list-style: none;
    padding-left: 40px;
    padding-right: 40px;
}
.socialicon ul li a img{
    width: 85%;
}

.socialicon i{
    /*padding-right: 18px;*/
    /*font-size: 23px;*/
}

.socialicon i:hover{
    /*color: #f5ca74;*/
}

.media_icon a i{
    color: #000;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  /*background-color: #ff6868;*/
  background-color: #a39797;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.mobile_head{
    background-color: black;
    /*background-color: #3333;*/
}
.mobile_left{
    display: flex;
    align-items: center;
}
.mobile_left span img{
    width: 100%;
}
.mobile_right{
    display: flex;
    justify-content: end;
}

/*sidebar menu ends here*/


/*responsive starts*/
@media(min-width: 360px) and (max-width: 767px){
    .mobile_menu_overlay{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s all linear;
   }
   .open_overlay{
      opacity: 1;
      visibility: visible;
      transition: 0.4s all linear;
   }
   /*.mobile_head{
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: whitesmoke;
   }*/
   
    .socialicon a i{
    /*padding-right: 18px;*/
     font-size: 20px;
   }
    .socialicon a{
       padding: 7px;
   }
   .social_media1{
    margin-left: 0;
   }
   .index_banner{
        z-index: 0!important;
    }
    .display-2{
        font-size: 35px;
    }
    .carousel-inner{
        overflow: inherit;
    }
    .carousel_wrapper{
        /*margin-top: 82px;*/
    }
    /*.carousel-item{
        width: auto;
    }*/
    .banner_animate{
        top: 35px;
    }
    .banner_content{
        bottom:33px;
        line-height: 47px;
    }
    .banner_content p{
        font-size: 14px;
        width: 41%;
    }
    .banner_image img{
        position: absolute;
        top: 0;
        left: 162px;
        width: 43%;
    }
    .grad_image img{
        height: auto;
        margin-top: 80px;
    }
    
    .service_head1{
        /*display: inline-block;*/
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .one h1{
        font-size: 30px;
    }
    .one h1::before{
        top: 59px;
    }
    .service_wrap{
        margin-top: 27px;
    }
    .service_wrap1{
        width: 100%;
        margin-top: 23px;
        margin-right: 0;
    }
    /*br{
        display: none;
    }*/
    .btn{
        padding: 10px 15px;
        font-size: 14px;
    }
    .service_wrap1 .box{
        width: 294px;
    }
    .seven h1 {
    font-size:21px; font-weight:600; color:#222; letter-spacing:1px;
    grid-gap: 0px;
    align-items: center;
}
    .collab_wrap{
        margin-top: 40px;
    }
    .collab_head{
        margin-top: 17px;
    }
    .collab_head p{
        font-size: 14px;
    }
    .overview_wrap{
        margin-top: 40px;
    }
    .overview_cont{
        margin-top: 36px;
        padding: 29px;
    }
    .overview_cont p{
        font-size: 14px;
    }
    .partner_head{
        margin-top: 40px;
    }
    .branch_wrap{
        left: 0%;
        top: 18%;
    }
    .branches_head img{
        width: 100%;
        height: 267px;
        object-position: right;
    }
    .branch_cont h1{
        font-size: 40px;
    }
    .branch_list ul{
        padding: 0;
        display: block;
        margin-top: 0;
    }
    .branch_list ul li{
        padding-right: 15px;
        font-size: 14px;
    }
    .branch_list ul li a{
        /*flex-direction: column;*/
    }
    .use_links ul,.use_links1 ul{
        padding: 0;
    }
    .media_icon{
        width: 12%;
    }
    .mobile_head{
        background-color: #e1e1e1!important;
    }
    .footer_wrap{
        padding: 38px;
    }
    .use_links ul li a{
        font-size: 14px;
    }
    .use_links ul li{
        font-size: 14px;
    }
    .use_links1 ul li p{
        font-size: 14px;
    }
    .owl-nav{
        display: none;
    }
    /*about page starts*/
    .about_top{
        margin-top: 40px;
    }
    .banner_top{
        top: 186px;
    }
    .about_banner img{
        margin-top: 0;
    }
    .about_rightimg{
        margin-top: 28px;
    }
    .text-head{
        font-size: 35px;
    }
    .spcl h1{
        font-size: 30px;
    }
    .spcl h5{
        font-size: 17px;
    }
    .spcl p{
        font-size: 14px;
        text-align: justify;
    }
    .ship_head{
        margin-top: 29px;
    }
    .ship_cont h1{
        font-size: 30px;
    }
    .ship_cont p{
        font-size: 14px;
        text-align: justify;
    }
    .mission{
        margin-bottom: 18px;
    }
    .trust{
        margin-bottom: 18px;
    }
    .footer_wrap{
        margin-top: 22px;
    }
    /*about page ends*/

    /*service page starts*/
     .serve_wrap{
        margin-top: 29px;
     }
     .serve_wrap h4{
        font-size: 20px;
     }
     .serve_wrap h1{
        font-size: 30px;
     }
     .serve_wrap p{
        font-size: 14px;
        text-align: justify;
     }
     .card{
        margin-right: 0;
     }
     .card1{
        margin-top: 20px;
     }
     .card-body ul{
        /*padding: 18px;*/
     }
     .card-body ul li{
        font-size: 14px;
     }
     .top_small{
        margin-bottom: 18px;
     }
     .faq_left h1{
        font-size: 30px;
     }
     .faq_left h5{
        font-size: 19px;
        color: #d72a3d;
     }
     .faq_wrap{
        margin-top: 35px;
     }
     .card-head h2{
        font-size: 14px!important;
     }
     .accordion{
        margin-top: 23px;
     }
    /*service page ends*/

    /*contact page starts*/
    .contact_head{
        margin-top: 35px;
    }
    .contact_head h1{
        font-size: 30px;
    }
    .location_icon{
        width: 21%;
    }
    .location_icon img{
        /*width: 83%;*/
    }
    .location_icon1{
        width: 20%;
    }
    .location_icon1 img{
        /*width: 63%;*/
    }
    .form_in{
        margin-top: 50px;
    }
    .map_image iframe{
        width: 100%;
   }
   .address1{
    padding: 52px 52px 29px 52px;
   }
   
    /*contact page ends*/
}
@media(min-width: 768px) and (max-width:  1099px){
    .navbar{
        /*background-color: #fff !important;*/
        background-color: #d9d6d6 !important;
    }
    .navbar-toggler{
        background-color: #000;
    }
    .service_head1{
        flex-direction: column;
    }
    .service_wrap1{
        justify-content: center;
        width: 500px;
    }
    .branch_wrap{
        top: 8%;
        left: 6%;
        width: 656px;
    }
    .owl-nav{
        display: none;
    }
    .banner_content{
        bottom: 95px;
    }
    /*br{
        display: none;
    }*/
    .banner_top{
        top: 250px;
        right: 0px;
    }
    .branch_cont{
        text-align: left;
    }
    .overview_top{
        padding-left: 70px;
        padding-bottom: 40px;
    }
    .overview_cont{
        margin-left: 70px;
    }
    .collab_img{
        padding-left: 70px;
    }
    .contact_head{
        margin-top: 40px;
    }
    .location_icon{
        width: 10%;
    }
    .location_icon1{
        width: 24%;
    }
    .map_image iframe{
    width: 100%;
   }
   .mission p{
    font-size: 14px;
   }
   .mission1{
    margin-top: 28px;
   }
   .trust{
    margin-top: 33px;
   }
   .special_cont{
    margin-top: 0;
   }
   .footer_wrap{
    margin-top: 33px;
   }
   .card1{
    margin-top: 23px;
   }
   .form_in{
    margin-top: 33px;
   }
   .branch_list ul{
    display: block;
    line-height: 45px;
   }
   .address2{
    padding: 52px 52px 76px 52px;
   }
   .media_icon{
    width: 15%;
   }
   .footer_wrap{
    padding: 45px;
   }
   .about_rightimg{
    margin-top: 0;
   }




}
@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #092a49;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}
@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 20px 60px;
        /*background: rgba(9, 42, 73, .2)!important;*/
        background-color: white;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #092a49 !important;
    }
    
    .page .navbar {
        background: #092a49 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

}


/*responsive ends*/