html{
    scroll-behavior: smooth !important;
    overflow-x:hidden !important;
}
body{
    overflow-x:hidden !important;
}
section {
    width: 100%;
    height: 85vh;
}

.swiper-container {
    width: 100%;
    height: 90%;
    position: absolute !important;
    top: 0 !important;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}
.slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: cover;
}
.slide-title {
    font-size: 4rem;
    line-height: 1.5;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
@media (min-width: 45em) {
    .slide-title {
        font-size: 4vw;
        max-width: none;
    }
}
.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}
.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}
.slideshow-pagination-item {
    display: flex;
    align-items: center;
}
.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}
.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}
.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
 /*  background: rgba(0, 0, 0, 0.5);*/
}
.slideshow-navigation-button.prev {
    left: 0;
}
.slideshow-navigation-button.next {
    right: 0;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}
@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}
.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}
/*Custom Code*/
.slider-nav-button
{
    background-color:rgba(129,129,129,0.5);
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;

}
.btn-color
{
    background-color: #d79238;
}

.nav-bar-align
{
    width: 70%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
margin-left: 16%;
}
.contact-button
{
    background-color: #d79238;
    height: 73px;
    width: 355px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px;
    padding-left: 12px;
}



.call-but-circle
{
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 100%;
    font-size: 21px;
    padding-left: 6%;
    padding-top: 2%;
    float: left;
}
.contact-number{
    float: left;

    font-size: 20px;
    padding-top: 2%;
    margin-left: 5%;
}



.nav-container
{
    background-color: white;
    margin-right: 5px;
    padding: 8px;
    color: black;
}
.navbar
{
    padding: 0px !important;
}

.navbar-collapse a {
    color: black !important;
    text-transform: uppercase;

    padding-right: 8px !important;

}

.navbar-collapse li a{
    padding-right: 10px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1248px){
   ul
    {
        font-size: 52% !important;
    }
}

@media only screen and (max-width:991px) {
    .contact-button
    {
        display: none;
    }
    .nav-container
    {
        padding-right: 10px !important;
    }
}

.navbar-dark .navbar-toggler {
    color: rgba(217, 39, 39, 0.5);
    border-color: rgba(255,255,255,.1);
    background-color: grey;
}

@media only screen and (max-width:719px){
    .slide-title {
        font-size: 2rem !important;

    }
}

/*about Section*/

.about-img-over-box
{
    width: 150px;
    height: 150px;
    background-color: #ffa835;
    position: absolute;
    top: 41%;
    left: 77%;
    border: 10px solid white;
    text-align: center;
   /*  padding: 28px; */

    padding-top: 30px;
}
.experience-value
{
    font-size: 31px;
    font-weight: 800;
}
.experience-text
{
    font-size: 14px;
    font-weight: 601;
}
.col-pad
{
    padding-top:40px;
}
.col-margin
{
    margin-top:100px;
}
.about-title
{
    color: #ffa835;
    font-weight: 600;
}
.belhasa-title
{
    font-size: 30px;
    font-weight: 701;
}
.solid-team
{   margin-top:30px;
    margin-bottom:30px;
    margin-left: 3px;
    font-size: 35px;
    font-weight: 701;
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0,0,0,0.3);
    transform: scale(1, 1.5);
}
.about-inner-box
{
    width: 50%;
    float: left;
    line-height: 25px;
}
.about-hyphon
{
    color: #ffa835;
    font-weight: 400;
    font-size: 18px !important;
    padding-bottom: 10px;
}
.learn-more
{
    border: 1px solid gray;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:10px;
    padding-bottom:10px;
}
.features-icon
{
    width: 200px;
    height: 239px;
    float: left;
    text-align: center;
    border: 1px solid rgba(191,188,188,0.3);
    border-top:none;
    padding-top: 46px;
    background-color: white;
}
.feature-text
{
    font-weight: 800;
    margin-top:15px;
}
.featture-margin
{
    margin-top:70px;
}
.fetture-arrow
{
    text-align: left;
    margin-left: 32px;
    margin-top: 22px;
    color: rgba(191,188,188,0.7);

}

@media only screen and (max-width:1000px){
    .logo-pad {
        padding-left: 25%;

    }
}
.mean-time
{
    margin-top:0px !important;
}
.mission-vission-head
{
    font-weight: 800;
}
.mission-vission
{
width: 100px;
height: 100px;
margin-right: 10px;
 
float: left;
}
.mission-vission-text
{
width: 80%;
height: 100px;
 
float: left;
}

.right-box
{
 
margin-right: 0px !important;
 
}

.right-box-img
{
    position: absolute;
    top: -65px;
    z-index: -999;
}

.right-box-img2
{
    position: absolute;
    top: 344px;
    right: 312px;
    z-index: 999999;
    border: 9px solid white;
    width: 69%;
}

.col-pad2
{
    padding-top: 67px;
}

 .client-bg
 {
      background-image: url('../../image/image1.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      height: 85%;

 }
 .grow-text
 {
    font-weight: 700;
    text-align: center;
    color: white;
    padding-top: 100px;
 }

 .custom-button
 {
    background-color: #ffa835;
    border: 2px solid white;
    border-radius: 0px;
    margin-right: 20px;
 }

 .custom-button:hover
 {
    background-color:white;
    border: 2px solid #ffa835;
 }
 .contact
 {
     margin-top:60px;
 }

 .img-border
 {
    border: 7px solid white;
    height: 100%;
 }
 .container-padding
 {
     padding-left:0px !important;
     padding-right:0px !important;
     overflow-x: hidden !important;
 }

 .img-block
 {
     margin-left:15px;
     margin-right: 15px;
     margin-top: 75px;
 }

 .logo-row-margin
 {
     margin-top:50px;
 }
 .client-partner-text
 {
    font-size: 1.5rem;
    font-weight: 800;
 }

 .client-partner-button
 {
    border: 2px solid #ffa835;
    border-radius: 19px;
    padding-left: 25px;
    padding-right: 25px;
    color: #ffa835;
    margin-top:35px;
    font-weight: 501;
 }
 .client-column-margin
 {
    padding-left: 60px;
 }

.footer-bg
{
    background-color: black;
    color:white;
    height: 69px;
}
 
.footer-logo-pad
{

}
.footer-logo-pad img
{
    margin-right: 10px;
}
.footer-margin
{
    margin-top:100px;
}

.footer-bar
{
    width: 42%;
height: 50%;
 
margin-top: -42px;
margin-left: -14px !important;
}

.svg-margin-left
{
     position: absolute;
     left: 0px;
    fill:#ffa835;
    float: left;
}

.social-icon
{
    margin-top: 15px;
}
.navbar-collapse
{
    padding-left: 28px;
}

@media only screen and (max-width:1120px){

    .social-icon
    {
        margin-top: 64px;
    }
}
 

.copyright
{
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width:900px){
.container, .container-sm {
	  max-width: 100%;
}
}
.img-responsive
{
    height: 100% !important;
}
@media only screen and (max-width:575px){
      .img-min-screen
      {
          width:100% !important;
      }

}
@media only screen and (max-width:630px){
            .about-img-over-box
            {
                left: 36%;
            }
            .ab-img
            {
                width: 100% !important;
            }
        }
.right-col-pad
{
    padding-right: 0px !important;
}

@media only screen and (max-width:991px){
.nav-bar-align {
	width: 101% !important;
	 margin-left: 0px !important;
	 
}
}

.logo-grid
{
    border-right: 1px solid #d9d9d9;
}
.logo-grid-row
{
    border-top: 1px solid #d9d9d9;
}

@media only screen and (max-width:575px){
    .logo-grid{border: none;}
    .logo-grid-row{border: none;}
}

.footer-bg2
{
    background-color:#ffa835 ;
    font-size: 16px;
    font-weight: 600;
    padding-top:10px;

}

@media only screen and (min-width:505px){
    .footer-bg2{display: none;}
}

@media only screen and (max-width:1120px){

    .footer-bg{
        height: 140px;
    }
    }
    @media only screen and (max-width:504px){
        .footer-bar{
            display: none;
        }

        }


        .four-img-bot-margin
        {
            margin-bottom: 10px;
        }

        .nav-max-width
        {
            max-width: 100% !important;
        }


      
            @media only screen and (min-width:992px){
                 .menu-switching
                 {
                     display: none;
                 }
            }
            @media only screen and (max-width:991px){
                .menu-switching1
                {
                    display: none;
                }
           }
           .map-size{
               width:100%;
               border:1px solid grey;
           }

           .map-colum
           {
            border: 1px solid black;
            padding: 0px;
           }

           .contact-box
           {
            width: 100px;
            height: 100px;
            background-color: red;
            border: 3px soilid yellow;
            border: 8px solid yellow;
            position: absolute;
            top: 409px;
            left: 208px;
            text-align: center;
          
            padding-top: 33px;
            padding-bottom: 33px;
            padding-left: 33px;
            padding-right: 33px;
           }

           .conatct-banner
           {
            padding-left: 0px !important;
            padding-right: 0px !important;
           }