
html{
    overflow-x: hidden;
}
body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.fixed-top{
    position: absolute;
}

.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.carousel .carousel-caption{
    /* background-color: #000000a6; */
    z-index: 999;
}
.steps-sec{
    padding: 0;
}
.steps-sec #center-step{
    padding: 0;
    opacity: 1;
    scale: 1.05;
    height: 500px;
}
.steps-sec .bg-overlay{
    background-color: #00174286;
    padding: 50px;
    height: 100%;
}
.page-about
{
    margin-top: 50px !important; 
    font-weight:100 !important; 
}
.steps-sec .fadeInUp{
    box-shadow: none;
}
#steps-icon {
    /* width: 100%;
    scale: 2; */
    max-width: 75px;
    height: auto;
}
.steps-sec #steps{
    padding: 50px;
    height: 500px;
}
.points-sec .img-wrap{
    text-align: center;
}
.points-sec .img-wrap img{
    object-fit: cover;
    position: relative;
    max-width: 428px;
}
.points-sec .points-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.points-sec .elementor-icon-list-items {
    line-height: 2.2;
    font-weight: 600;
}
.points-sec .heading-section {
    margin-left: 10px;
    margin-bottom: 20px;
}
.points-sec .heading-one{
    position: relative;
}

.arrow-wrap{
    clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
.arrow-wrap>div{
    min-height: 20em;
    padding-top: 8rem!important;
}
.icon-items{
    align-items: flex-end;
}
.callback{
    z-index: 9;
}
.callback::before{
    background: rgba(0, 0, 0, 0.459);
}
.course-sec .team-item .team-text{
    margin: 0 20px;
    transform: translate(-47px, -120px);
    z-index: 9999999;
    position: relative;
    background: white;
    border-color: transparent;
    border-radius: unset;
}
.course-sec .team-item .team-text.blue-col{
    background: #001742;
}

.train-sec .content-wrap>div{
    padding-top: 50px;
    padding-bottom: 25px;
}
.train-sec .train-text{
    text-align: left;
    
    margin: 0 auto;
}
.train-img img{
    padding: 40px 0;
}
.train-sec .train-wrap>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.train-sec .description3{
    font-style: italic;
    font-weight: 600;
}
.pilot-sec .portfolio-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.footer .content-wrap {
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    height: auto;
}
.knw-sec{
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.footer .content-wrap>div{
    padding-top: 60px;
}
.knw-sec .content-wrap-background{
    position: relative;
    background-image: url(../img/cd-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.knw-sec .bg-img{
    height: 100%;
    width: 100%;
    background: #000000a6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-programs .team-item{
    height: 100%;
}
.pricing-programs .team-item .team-text{
    height: 100%;
    border-color: transparent;
    box-shadow: 0 0 6px #ccc;
    padding: 15px 30px;
}
.pricing-programs>*{
    padding: 0;
}
.heading-title0{
    padding: 0;
    color: #090808;
    font-size: 42px;
    font-family: 'Courgette', serif;
}
.info-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    
}
.foot-fx{
    
}
.navbar-light .navbar-toggler{
    background-color: #ffffff24;
    border-color: #ffffff70;
}
/**************************/
@media (max-width: 991px){
    .navbar .navbar-nav .nav-link{
        color: #555555;
    }
}
@media (max-width: 767px){
    .steps-sec #steps{
        padding: 30px;
    }
    .steps-sec .bg-overlay{
        padding: 30px;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    .navbar-brand img{
        max-width: 225px;
        width: auto;
    }
    .footer .content-wrap{
        clip-path: polygon(50% 11%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }
    .content-heading{
        font-size: 36px;
        
    }
    .heading-title1{
        font-size: 36px;
    }
  
    .train-sec .content-wrap{
        clip-path: polygon(50% 6%, 100% 0, 100% 90%, 50% 96%, 0 90%, 0 0);
    }
    .train-sec .train-text{
        padding: 60px 20px 10px;
    }
    .train-img img {
        padding: 40px 10px 80px;
    }
    .arrow-wrap {
        clip-path: polygon(50% 15%, 100% 0, 100% 80%, 50% 95%, 0 80%, 0 0);
    }
    .icon-items{
        padding: 20px 0 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .footer-section{
        padding: 10px 40px;
    }
    .footer .content-wrap>div {
        padding-top: 90px;
    }
    .fixed-top {
        padding: 0px !important;
    }
    
}
@media (min-width: 768px) and (max-width: 1100px){
    .footer .content-wrap{
        clip-path: polygon(50% 16%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }
}
@media (min-width: 1200px){
    .steps-sec{
        padding: 0 5em;
    }
    .pricing-programs{
        padding: 0 2em;
    }
}
@media (min-width: 280px){
    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 576px){
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}
/***************************/
/*--------- CONTACT START ---------*/
.pages-head .carousel-item{
    height: auto;
    max-height: 500px;
}
.pages-head .crausel-head{
    font-size: 40px;
}
.pages-head .crausel-2head{
    font-size: 50px;
}
.pages-head .crausel-3head{
    font-size: 40px;
    font-family: Tahoma,sans-serif;
    color: #ADADAD;
}
.pages-head .carousel .carousel-caption {
    background-color: #00000085;
}

.form_column
{
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.comments
{
    margin-bottom: 8px !important;
}
input{
    border:1px solid #ccc;
}
textarea{
    border:1px solid #ccc;
    width: 100%;
}
.text_box
{
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    width: auto;
    height: 50px;
    border-radius: 8px !important;
    min-width: 258px;
    padding:15px !important;
}
.required_field
{
    color: #FF0000;
}
.example
{
    font-family: "Helvetica", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 14px;
    color: #555555;
    padding: 3px 0px 0px 0px;
    margin-left:5px !important;
}
.text_area
{
    height: 100px;
    padding:15px !important;
}
.submit_btn
{
    margin-top:10px !important;
    margin-left:-10px !important;
    padding: 15px 20px 15px 20px;
    font-family: "Helvetica", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    background-color: #4285f4;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 7px 15px 0px rgb(66 133 244 / 30%);
    position: relative; 
}
iframe{
    width: 100%;
}
.form-map{
    padding-bottom: 40px;
}
@media (max-width: 767px){
    .carousel-caption .crausel-head{
        font-size: 30px;
    }
    .carousel-caption .crausel-2head{
        font-size: 40px;
    }
    .carousel-caption .crausel-3head{
        font-size: 30px;
        font-family: Tahoma,sans-serif;
        color: #ADADAD;
    }
}

div.one{
    width: 100%;
    height: 100px;
    border: 1px solid;
    background: red;
}
.review
{
  margin-bottom: 20px;
}
.profile-icon
{

    /* background-color: grey; */
    border-radius: 50px 50px 50px 50px;
    margin: 5px 0px 0px 10px;
    
    height: 40px;
    width: 40px;
}
.profile-name
{
    color: #0f52ba;
    font-size:17px;
    font-family: Tahoma,sans-serif;
    margin:0px 0px 5px;
}
.profile-des
{
    color: #96989b;
    font-size:14px;
    font-family: Roboto,sans-serif;
}
.comment-content
{
    color: #6C6C6C;
    font-size:16px;
    font-family: Roboto,sans-serif;
    position: relative;
    padding: 5px;
    z-index: 2;
    font-style: italic;
}
.fa-star
{
    color: #a20106;
    font-size: 12px;
}
.item {
    margin: 3px;
    background-color: #fdd9cf;
    padding: 20px;
    width: 250px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 20px;
}
.item2 {
    margin: 3px;
    background-color: #efefef;
    width: 253px !important;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 20px;
}
.profile-icon {
    border-radius: 50px 50px 50px 50px;
    margin: 5px 0px 0px 10px;
    height: 40px;
    width: 40px;
}
.item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.slick-slide {
    margin: 0 10px;
}
/***************************/

/* Homepage */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    color: #001742;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    padding: 15px;
}
.navbar
{
    padding-right: 8rem !important;
    padding-left: 8rem !important;
    height: 7rem !important;
}
.heading-one-home{
    font-size: 29px;
    font-family: "Della Respira", Sans-serif;
    margin-left: 0px;
    color: #0A0A0A;
  }
.location-heading
{
    color: #090909;
    font-family: "Della Respira", Sans-serif;
    font-size: 24px;
}
.location-text
{
    color: #777;
    font-size: 16px;
}
.location-card
{
    display: flex;
    justify-content: center;
   
}
.address_card .location-card
{
    padding: 0.5rem 0.5rem !important;
}
.location-details
{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.location-tab
{
    width: 73%;
    padding-left: 2rem !important;
    padding-right: 0rem !important;
}
.location-btn
{
    padding: 10px 10px 0px 3px !important;
    border-radius: 40px !important;
    font-size: 23px !important;
    /* font-weight: 500 !important; */
    color: #fff !important;
    background-color: #2d7ae5  !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: #2d7ae5  !important;
    height: 55px !important;
    width: 200px !important;
}
.desc
{
    font-size: 14px;
    font-family: Roboto,sans-serif;
    color: #001742;
}
#rounded-w
{
    object-fit: cover;
    height: 92% !important;
    width: 55% !important;
}
#position-relative
{
    display: flex;
    justify-content: center;
}
.primary-btn
{
    padding: 15px 35px 15px 35px !important;
    font-size: 16px !important;
    color: #ffffff !important;
    background-color: #001742 !important;
    border-radius: 0px 0px 0px 0px !important;
    font-family: Tahoma,sans-serif !important;
    font-weight: 600 !important;
}
.primary-btn:hover
{
    background-color: #B5081A !important;
    color: #ffffff !important;
}
.product-card
{
    min-height: 24.02rem !important;
    width: 100% !important;
    border: none !important;
}
.product-card:hover
{

}
.cards
{
    display: flex;
}
.swiper-slide-image
{
    display: block;
    margin-left: auto;
    margin-right: auto;

    height: 340px;
    width: 240px;
  /* object-fit: contain; */
}
.swiper-slide-images
{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.hover-img:hover img
{
    /* transform: scale(1.1); */
}
.product-cards
{
    padding: 2.5rem !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    /* padding-left: 10rem !important; */
    padding-right: 0rem !important;

}
.product-heading
{
    color: #333333;
    font-family: 'Playball', serif;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #444444;
}

.product-text
{
    color: #333333;
    font-family: system-ui;
    text-align: center;
    font-size: 14px;
}
.product-details
{
    margin-left: 1.6rem !important;
}
.ethnic-heading
{
    color: #0E0E0F;
    font-family:'Courgette', serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 20px 0px 10px;
    padding: 15px 0px;
}
.heading-row
{
    display: flex;
    justify-content: center;
    font-family: 'Playball', serif;
}

.product-card-2
{
    border: none !important;
    margin-right: 20px;
    min-height: 24.02rem !important;
    width: 100% !important;
}
.footer-top
{
    border-top: none;
    border-top: none !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.modal-footer
{
    border-top: none;   
    border-top: none !important;
    padding-left: 53px !important;
    padding-right: 60px !important;
}
.swiper-slide-image {
  transition: 0.3s;
}
.swiper-slide-images {
    transition: 0.3s;
  }
.footer-head-links
{
    font-size: 19px !important;
    font-family: Tahoma,sans-serif !important;
    color: #FFFFFF;
    font-weight: 600 !important;
}
.foot-link{
    color: #FFFFFF !important;
    font-family: Roboto,sans-serif !important;
    font-size: 14px !important;
    padding: 0.5rem 0rem !important;
}
.foot-link:hover
{
    color: #FFD523 !important;
}
.regards-desc
{
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF !important;
    line-height: 22px;
    padding-right: 73px;
}
.bi-quote
{
    color: #a20106 !important;
    position: absolute;
    bottom: 273px;
}
#primary-bttn
{
    min-width: 10rem !important;
    min-height: 3rem !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #DB3131 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #DB3131 !important;
}
.side-navbar li .active
{
    color: #DB3131 !important;
}
.fa-map-marker-alt
{
    padding: 0.2rem;
}
.product-card-gallery
{  
    box-shadow: -1px 4px 6px -4px rgb(165 160 160);
    width: 350px;
    height: 522px;
}
.img-box img
{
    object-fit: contain;
}
.img-box:hover img
{
    transform: scale(1.1);
}
.card-body img
{
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    transform: scale(1);
    transition: all 0.3s;
}
.img-box
{
        position: relative;
    margin: auto;
    overflow: hidden;
}
.card-footer-gallery
{
    padding: 20px !important;
    text-align: center !important;
}
.product-cards-gallery
{
    padding: 10.5rem !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.navbar-nav .nav-item
{
    color: #001742 !important;
    font-family: Tahoma,sans-serif !important;
    font-size: 18px !important;
    padding: 15px !important;
}
@media only screen and (max-width: 600px) {
    .location-tab {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product-card
    {
        width: 100%;
    }
  }
  @media only screen and (max-width: 600px) {
    .product-cards {
        padding: 0 !important
        
    }
    .product-card
    {
        width: 100%;
    }
  }
  @media only screen and (max-width: 600px) {
    .content-wrap-footer {
        padding: 0 !important;
        display: flex;
        height: auto !important;
        padding: 10px 10px !important;
    }
    .attachment-medium_large
    {
        width: 100% !important;
    }
    .footer-head-links
    {
        margin-top: 12px !important;

    }
   
    .product-cards-gallery
    {
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .product-card-gallery
    {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }
    #google-logo
    {
        display: flex !important;
        justify-content: center !important;
    }
   
  }
  @media (min-width: 480px) and (max-width: 1160px) {
    .slideshow-section{
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
        .slideshow-img {
            height: 500px !important;
            width: 100% !important;
        }
.swiper-slide-image
{
    height: 600px !important;
    width: 550px !important;
}  
}
  @media (min-width: 768px) and (max-width: 1024px) {
    .slideshow-img {
        height: 410px;
        width: 285px;
    }
    .product-cards-gallery{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
       }
    .text-center h2
    {
        font-size: 40px !important;
    }
    .contact-details-location{
        margin-left: 0 !important;
    }
    .branch-loc
    {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .locc-head {
        font-size: 17px !important;
    }
    .con-iccon {
        padding: 10px !important;
    }
    .bi-geo-alt 
        {
            font-size: 44px !important;
        }
    .location-details-con
    {
        padding:0 !important;
        height: 115px !important;
    }
    .carausel-section
    {
        display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    }
    .video-js {
        width: 300px !important;
    }
    .product-details {
        margin-left: 0.8rem !important;
    }
    .modal-footer
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
  }
    .swiper-slide-image
    {
        height: 260px !important;
        width: 175px !important;
    }
    .footer-top {
        padding-left: 0px !important;
        padding-right: 23px !important;
    }
    .no_bg {
        font-size: 15px !important;
        margin-top: 12px !important;
    }
    .small_box {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .content-wrap-footer
    {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        height: 410px !important;
    }
    .i-frame-name
    {
        width: 267px !important;
        height: 390px !important;
    }
    .logo-img-reg .attachment-medium_large
    {
        width: 90% !important;
    } 
    .regards-desc 
    {
        padding-right: 8px !important;
    }
  }
   /* Media Query for Mobile Devices */
  
   @media (max-width: 480px) {
    #header-carousel .carousel-item {
        min-height: 120px !important;
    }
    .ethnic-heading {
        font-size: 34px !important;
    }
    .reg-address {
        font-size: 47px !important;
    }
    #header-carousel .carousel-item {
        position: relative !important;
        min-height: 165px !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 0px !important;
        padding-left:0px !important;
    }
    .gallery-modal
    {

        position:relative !important;
        top:150px !important;
    }
    .modal-dialog
    {
        height: 100% !important;
    }
    #about {
        margin-right: 0 !important;
    }
    .lob-font-txt
    {
        margin: 10px 4px 2px 15px !important;
    }
    .lob-font
    {
        margin: 0 !important;
    }
    .page-about
    {
        margin-top: 0 !important;
    }
    .heading-two
    {
        margin-top: 0 !important;
    }
    .heading-three
    {
        margin-top: 0 !important;
    }
    .text-center h2
    {
        font-size: 40px !important;
    }
    .g-4
    {
        display: flex !important;
        justify-content: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
    .slick-list .slick-slide
    {
        display: flex !important;
        justify-content: center !important;
    }
    .google-icon-review
    {
        display: flex !important;
        justify-content: center !important;
    }
    .copy-right
    {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .footer-menu-link
    {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .more
    {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .bi-geo-alt {
        font-size: 30px !important;
    }
    .form-section
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .loc
    {
    
        padding: 3px !important;
        font-size: 12px;
    }
    .fb-page {
        margin-top: 30px;
         justify-content: center !important; 
    }
    .container-xxl
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .modal-footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
       
    }
    .footer-top {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .google-logo-head
    {
        margin-top: 2.9rem !important;     
        margin-bottom: 0.5rem !important;
        display: flex;
    }
    .new-foot
    {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    .location-tab {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product-card
    {
        width: 100%;
    }
    .product-cards {
        padding: 0 !important
    }
    .content-wrap-footer {
        padding: 0 !important;
        display: flex;
        height: auto !important;
        padding: 10px 10px !important;
    }
    .attachment-medium_large
    {
        width: 100% !important;
    }
    .footer-head-links
    {
        margin-top: 20px !important;

    }
    .product-cards-gallery
    {
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .product-card-gallery
    {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }
    .address_card
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #position-relative .dress-video
    {
        height: 100% !important;
        width: 100% !important;
    }
    .product-card-images .swiper-slide-image
    {
        width: 84% !important;
        height: 68% !important;
    }
    .hover-img .swiper-slide-image
    {
        width: 84% !important;
        height: 70% !important;
    }
    .aviation-heading{
        margin-top:40px !important;
    }
    .footer-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .location-btn
    {
        margin-top: 42px !important;
    }
    .para
    {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .style-image
    {
        display: flex !important;
        justify-content: center !important;
    }
    .aviation-heading
    {
        margin-left: 0 !important;
    }
    .resp
    {
        display: flex !important;
        flex-direction: column !important;
    }
    .heading-title0
    {
        margin-left: 0 !important;
        font-size: 30px !important;

    }
    #heading-title-home
    {
        text-align: center !important;
    }
    #about
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #about img
    {
        height: 100%;
        width: 100%;
    }
    .img-box img
    {
        width: 100%;
        height: 100%;
    
    }
    .heading-title-suit
    {
        display: flex;
        justify-content: flex-end;
    }
    .product-details
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slideshow-img
    {
        
        padding-left: 25px;
        padding-right: 25px;
    }
    .sec-row
    {
        margin-top: 0;
    }
    .slideshow-img img {
        width: 100% !important;
        height: 80% !important;
        -o-object-fit: cover !important;
        object-fit: fill !important;
    }
    .slideshow-img {
         height:auto !important; 
         width: 100% !important;
    }
    .content-wrap-footer
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 40px !important;
    }
    .regards-desc
    {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .foot-link
    {
        padding: 0.5rem 0rem !important;
    }
    .social-icon01
    {
        margin-right: 10px !important;
    }
    .soc-icon
    {
        margin-left: -10px !important;
    }
    .info-row
    {
        margin-top: 20px !important;
    }
    .location-details-con
    {
        margin-top: 15px !important;
    }
    #google-logo
    {
        display: flex !important;
        justify-content: center !important;
    }
    
    .location-card .web-video
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .web-video .video-js
    {
         width: 345px !important;
    }
}
@media only screen and (min-width: 992px)
{
    .toggle
    {
        display: none;
    }
    #sidebar-btn
    {
        display: none !important;
    }
    .aviation-heading2
    {
        display: flex !important;
        justify-content: center !important;
    }
    
}
   /* Media Query for low resolution  Tablets, Ipads */
   @media (min-width: 481px) and (max-width: 767px) {
    .carausel-section
    {
        display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    }
    .slick-list .slick-slide
    {
        display: flex !important;
        justify-content: center !important;
    }
    .content-wrap-footer {
        padding: 0 !important;
        display: flex;
        height: auto !important;
        padding: 10px 10px !important;
    }
    .attachment-medium_large
    {
        width: 100% !important;
    }
    .footer-head-links
    {
        margin-top: 12px !important;
       
    }
    .product-cards {
        padding: 0 !important
    }
    .location-tab {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product-card
    {
        width: 100%;
    }
    .product-cards-gallery
    {
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .product-card-gallery
    {
        width: 100% !important;
    }
    #google-logo
    {
        display: flex !important;
        justify-content: center !important;
    }
    .google-icon-review
    {
        display: flex !important;
        justify-content: center !important;
    }
    .copy-right
    {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .footer-menu-link
    {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .fb-page
    {
        display: flex !important;
        justify-content: left !important;
    }
    .attachment-medium_large
    {
       width: 70% !important;
    }
    .regards-desc
    {
        margin-right: 150px !important;
    }
   
}
/* Suit- Collection */
.content-wrap-suit
{
    width: 100%;
    height: 500px;
    text-align: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var( --e-global-color-5bad626 );
    background-image: url(assets/img/suit-collection.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-element
{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
}
.load-more-btn
{
    display: flex;
    justify-content: right;
}
#load-more
{
    background-color: #001742 !important;
    border-color: #001742 !important;
}
.hidden-tab
{
    display: none;
}
.back-btn
{
    padding: 10px 20px 10px 20px !important;
    font-size: 14px !important;
    line-height: 5px !important;
    letter-spacing: 1px !important;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%) !important;
    color: #001742 !important;
    background-color: #00174200 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #001742 !important;
    margin-left: 110px !important;
    height: 35px;
    width: 90px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    /*  */
    
}
.back-btn:hover
{
    color: #FFFFFF !important;
    background-color: #001742 !important;
}
.heading-title-suit
{
   
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    padding: 0px 0px 0px 0px !important;
    background-color: #ffffff !important;
    display: flex;
   
}
.slideshow-section
{
    border: none !important;
}
.slideshow-section:hover img
{
    filter: brightness(70%);
    opacity: 1;

}
.slideshow-section:hover .slide-btn
{
     
    opacity: 1; 
}
.slide-btn
{
    position: relative;
    bottom: 255px;
    left: 134px;
    opacity: 0;
}

.fa-play-circle
{
    font-size: 50px;
    color: #FFFFFF;
}
.title-suit
{
    color: #001c31;
    font-family: 'Courgette', serif !important;
    font-size: 3.3em;
    font-weight: 600;
    letter-spacing: 2px;

}
.heading-element
{
    display: flex;
    justify-content: center;
    width: 100%;
}
.slideshow-img
{
    height: 420px;
    width: 300px;
}
.slideshow-img img
{
    width: 100%;
    height: 100%;
    border-radius: 20px !important;
    /* -o-object-fit: cover; */
    object-fit: fill;
}
.slide-btn button
{
    background: none;
    border: none;
}
.sec-row
{
    margin-top: 20px !important;
}
.location-details-con
{
    display: flex;
    flex-direction: row;
    text-align: left;
    background-color: #001742;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    width: 500px;
    height: 130px;
    margin-top: 15px !important;
    /* transform: scale(0.9); */
    transition: 1s !important;
}
.location-details-con:hover
{
        transform: scale(1) !important;
		z-index: 2 !important;
}
.con-iccon
{
    padding: 15px;
}
.loc
{
    padding: 15px;
}
.locc-head
{
   font-size: 19px;
   font-family: 'Courgette', serif;
   padding: 0 0 5px;
   color:#FFF;
}
.locc-txt
{
    font-size: 14px;
    font-family: 'Courgette', serif;
   color:#FFF;
}
.hover-watermark
{
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}
.hov-location
{
    font-size: 65px !important;
}

/*  */
.foot-head-txt
{
    color:#D9D6D6;
    font-family:"Open Sans",Sans-serif;
    font-size:21px;
    margin:10px 0px 22px;
}
.copyright
{
    min-height: 40px;
    background-color: #000000;
}
.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}
.loc-loc
{
    color: #999 !important;
    font-size: 20px !important;
    padding-right: 10px !important;
}
.footer-phone
{
    width: 20px !important;
    color: #999 !important;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    
}
.social-network a.icoFacebook {
    background-color: #3B5998;
}
.social-network a.icoYoutube {
    background-color: #F44336;
}
.social-network a.icoGoogle {
    background-color: #BD3518;
}
.social-network
{
    display: flex !important;

}
.fa-envelope
{
    color:#FFF;
}
.collection
{
    display: flex;
}
.image_bottom
{
    display: flex;
    justify-content: center;
}
#small_content
{
    text-transform: capitalize;
    color: #b40002;
    font-size: 26px;
    font-family: "Della Respira", Sans-serif;
    text-align: center;
}
.txt-label
{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Courgette', serif;
}
.review
{
    margin-top:10px;
}
.no_bg
{
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
}
.more
{
    font-size: 14px;
}
.reg-address
{
    color:#B40002
}
.envelope
{
    color: #999 !important;
}
.lob-font
{
    font-family: "Della Respira", Sans-serif;
    font-size: 34px !important;
}
.lob-font-txt
{
    color:#939292 !important;
    font-size: 20px;
}
#new-icon:hover
{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.nav-nav
{
    padding-right: 2!important;
    padding-left: 21!important;
}
.arrow
{
    top: 288px;
    position: absolute;
}
.fa-caret-down
{
    color: #fdd9cf;
 font-size: 34px;;
}
.new-foot
{
    padding-left: 30px;
}
.location-foot
{
    display: flex !important;
    justify-content: center !important;
    border: none !important;
}
.lob-font
{
    font-family: 'Courgette', serif !important;
    font-size: 36px;
    margin: -40px 75px 10px;
    padding: 20px 18px;
}
.lob-font-txt
{
    font-family: 'Libre+Baskerville', serif;
    font-weight: 100;
    text-transform: none;
    margin: 11px 1px 2px 93px;;
    padding: 0px;
    margin-top: -35px;
}
.address_card
{
    border: none !important;
    background: #f4f4f4 !important;
}
.phoneicon
{
    margin-right: -16px !important;
}
.vjs-poster {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.modal-md .modal-content
{
    border: none !important;
    background: none !important;
}
.close-bttn
{
    
    display: flex;
    justify-content: right;

}
#close-bttn
{
    background: none;
    border: none;
}
.fa-times
    
{
    font-weight: 900;
    color: #FFFFFF;
    font-size: 27px;
}
.modal-gallery-head
{
    display: flex !important;
    justify-content: right !important;
    border-bottom: none !important;
}