@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/************************* reset css start here ***********************************/
[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {

    --black: #000000;
    --Yellow: #EDB229;
    --gray: #D7D7D7;
    --white: #fff;
    --darkgray: #3B393A;
    --lightgray:#f6f6f6;
}
::selection {
    color: #fff;
    background: #ffc300;
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
span {
    padding: 0px;
    margin: 0px;

}

h1,
h2 {
    font-size: 48px;
    font-weight: 800;
    padding-bottom: 20px;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 20px;
}

p {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
}
.row.service-wrapper.reverscolum {
    align-items: center;
}
.call-sec-con.note12 {
    display: block;
    text-align: center;
}
.call-sec-con.note12 {
    max-width: 76%;
    margin: auto;
}

body [data-bs-target="#modalCarrerForm"] {
    background: #edb229;
    border: none;
}

.main-btn {
    padding: 10px 30px;

    background-color: transparent;
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    border-radius: 0px 0px 20px 0px;
    border: 2px solid var(--Yellow);
}
a.btn.btn-active:focus {
    overflow: hidden;
    box-shadow: none;
}

.row.address1 {
    margin-bottom: 30px;
}

.why12 span {
    width: 33px;
    display: grid;
    height: 33px;
    background: #edb229;
    float: left;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    margin-right: 18px;
    margin-top: -5px;
}
.why12 h1 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 800;
}
.why12 {
    margin-top: 19px;
}

.milling.row a p {
    color: #000;
}
ul.footer-address {
    padding: 0;
}
.main-btn:hover {
    color: var(--black);
    background-color: var(--Yellow);
}
a.btn.btn-active {
    background: #edb229;
}
.map-img .service-about-sec p {
    text-align: right;
    font-size: 13px;
}
.main-button {
    padding: 10px 30px;
    background-color: var(--Yellow);
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    border: 2px solid var(--Yellow);
}
.row.service-wrapper.reverscolum h1 {
    font-weight: 600;
}
.main-button:hover {
    color: var(--black);
    background-color: transparent;
}


.main-wrapper {
    padding: 10px 30px;
    background-color: var(--Yellow);
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    border-radius: 0px 0px 20px 0px;
    border: 2px solid var(--Yellow);
}

.main-wrapper:hover {
    color: var(--black);
    background-color: transparent;
}

a {
    text-decoration: none !important;
    color: var(--black);
    display: inline-block;
}

form.form-section.getaquote .row {
    padding: 1px 21px 21px;
}

form.form-section.getaquote .mb-1 {
    margin-bottom: 0.5rem!important;
}


form.form-section.getaquote h1 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 0;
    padding-top: 17px;
}


.commom-padding {
    padding: 100px 0px;
}
nav.navbar.navbar-expand-lg.Navigation.scroll.order-md-1 {
    position: fixed;
    left: 0;
    right: 0;
}

/* a:hover {
    text-decoration: none;
    color: #ffffff26;
    display: inline-block;
} */

.common-padding {
    padding: 30px 0px;
}

input:focus,
textarea:focus {
    outline: none;
}
i.fa.fa-phone {
    font-size: 22px;
}
.nav-link:focus {
    color: var(--black);
}

.hometopmost {
    margin-top: 7rem;
}
.careerbg {
    background-image: url(../images/careerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    text-align: center;
}

/* <!-- banner-sec start here --> */

.banner-section {
    background-image: url('../images/bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-section .banner-con {
    padding: 250px 0px 150px 0px;
}

.banner-section .banner-con .bg-solution {

    padding: 0px 0px 0px 200px;

}

.banner-section .banner-con .bg-solution h3 {
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.banner-section .bg-image{
    padding-left:60px;
}

.banner-section .banner-con .bg-solution p {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 30px;
    text-transform: normal;
    max-width: 501px
}

.banner-section .solution-btn {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.banner-section .solution-btn:hover {
    color: var(--Yellow);
}

.banner-section .box-solution {
    padding: 20px 0px;
}

.banner-section .button-solution a i {
    padding-left: 8px;
}

.banner-section .real-fast {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 50px;
}

.banner-section .real-fast i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: antiquewhite;
    padding: 20px;
    margin-bottom: 20px;
}

.banner-section .box-solution .real-fast h3 {
    font-size: 22px!important;
    font-weight: 600!important;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.banner-section .box-solution .real-fast p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 30px;
    text-transform: normal;
}
.Navigation .navbar-brand {
    max-width: 30%;
}
.banner-section .real-fast img{
    width:100%;
    max-width:60px;
    margin-bottom:30px;
}


.Navigation {
   transition: all .1s ease-in-out;
    color: var(--black);
    padding: 0px;
    z-index: 99999999;
    position: fixed;
    left: 0px;
    width: 100%;
      height: 100px;
}
.scroll {
    z-index: 99999999;
    position: fixed;
    color: var(--black);
    width: 100%;
    }

.Navigation a img {
    max-width:200px;
}

button.main-button:hover {
    color: #fff;
}
.Navigation .Nav-menu li a {
    color: #3B393A;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 14px !important;
    transition: all .4s ease-in-out;

}
.contactus-content {
    padding-left: 20px;
}
.Navigation .Nav-menu li a:hover {
    color: white;
    background-color: #050404;

}

.Navigation .Nav-menu li:not(.drop) {
    margin-right: 20px;
}

.Navigation div#navbarSupportedContent {
    justify-content: end;
}



/* *************   banner-sec end here  *************************/

/* <!-- ************** service-sec start here  **************--> */
.sub-heading .shadow-content {
    position: relative;
}

.sub-heading .shadow-content span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    position: absolute;
    left: 0px;
    width:100%;
    display: inline-block;
    top: 47px;
    z-index: 9999999;
}

.sub-heading .shadow-content h3 {
    position: relative;
    font-size: 90px;
    font-weight: 600;
    padding: 0px 0px 0px 53px;
    margin: 0px;
  -webkit-text-stroke: 1px rgb(0 0 0 / 54%);
    color: transparent;
    text-transform:capitalize;

    letter-spacing: 4px;
    z-index: 9;
}
.caree1 .sub-heading {
    padding-bottom: 0;
}
.sub-heading h3 {
    font-size: 45px;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-transform: capitalize;
}

.sub-heading h3 span {
    font-size: 45px;
    font-weight: 600;
    margin: 0px;
    color: var(--Yellow);
    text-transform: capitalize;
}

.sub-heading p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 30px;
    text-transform: normal;
}

.About-service-sec .service-content {
    padding: 0px 0px 0px 50px;
}

.About-service-sec .service-about-sec .service-img {
    position: relative;
    z-index: 9;

}

.About-service-sec .service-about-sec {
    position: relative;
}
.container.full-width1  .img-service:hover h3 {
    background: #000000;
}
.About-service-sec .service-about-sec .service-faster {
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 328px;
    border-radius: 0px 50px 0px 0px;
    padding: 0px 0 20px;
}
.container.full-width1 {
    max-width: 1510px;
}
.container.full-width1 h3 {
    top: 0;
    height: fit-content;
    padding: 10px 0 14px;
    font-size: 24px;
}
.bgcolor4 {
    background: #edb229;
    color: #fff;
    text-align: center;
}

.bgcolor4 .text p {
    padding: 0;
    margin: 0;
}
.bgcolor4 .text {
    padding: 14px 12px;
}

.bgcolor4 .col-sm-12 {
    padding: 0;
}
.form-box button {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 55px;
    text-align: center;
    width: 50px;
    background-color: #f7b103;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
}
.About-service-sec .service-about-sec .service-faster h3 {
    font-size: 30px;
    font-weight: 600;
   
}
.About-service-sec .about-list li {
    list-style: visible!important;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}
.About-service-sec  .about-list {
    margin-bottom: 35px;
    
}
/* <!-- ************** service-sec end here  **************--> */

/* <!-- ************** our-service-sec start here  **************--> */
.our-servive-sec {
    background-color:var(--lightgray);
}

.our-servive-sec .img-box-con {
    position: relative;
}

.our-servive-sec .img-box-con .our-service-img::after {
    content: "";
    position: absolute;
    background-color: #00000040;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.our-servive-sec .img-box-con .our-service-img {
    position: relative;
}

.our-servive-sec .img-box-con .our-service-over {
    position: absolute;
    bottom: 0px;
    
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.our-servive-sec .our-service-over.yellow {
    color: var(--Yellow);
}

.our-servive-sec .our-service-over.white {
    color: white;
}

.our-service-over h3 {
    font-size: 20px;
    font-weight: 500;
    padding-left:20px;
        color: #fff;
    text-transform: capitalize;
}

.our-servive-sec .our-service-over h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.our-servive-sec .our-service-spacing{
    margin-top:50px;
}
.our-servive-sec .img-box-con .our-service-over img{
    width: 100%;
    max-width: 150px;
}

.row.service-wrapper ul {
    padding: 0;
}
.row.service-wrapper ul li {
    margin-bottom: 3px;
    font-size: 17px;
}
/* <!-- ************** our-service-sec end here  **************--> */

/* <!--********* call sec start here *********************--> */
.call-section {
     background-image:url('../images/call-bg-img.jpg');
    background-size:cover;
    background-repeat:no-repeat;
  
}
ol.numbercout li {
    list-style: auto;
    font-size: 17px;
    font-weight: 400;
}


.call-section .call-sec-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-section .call-sec-con h3 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 515px;
}

.call-section .call-sec-con a {
    background-color: var(--darkgray);
    color: white;
    padding: 25px 40px;
    border-radius: 0px 0px 10px 0px;
    font-size: 23px;
    font-weight: 500;
}

/* <!--********* call sec end here *********************--> */

 /*<!--********* Deck sec start here *********************-->*/
.Deck-service-spacing{
    margin-top:60px;
}
.Deck-sec-wrap {
    border-radius: 0px 20px;
    background-color: var(--Yellow);
    padding: 40px 30px;
    margin: 10px 0px;
    justify-content: space-between;
    align-items: start;
    display: flex;
}
.Deck-sec-wrap i {
    font-size: 30px;
    margin-right: 20px;
}
.Deck-sec-content h3{
     font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    
}
.Deck-sec-content p{
     font-size: 18px;
    font-weight: 300;
    
    
}

 /*<!--********* Deck sec end here *********************-->*/
 
  /*<!--********* Projects counter sec start here *********************-->*/
 #counter-stats {
	   display: flex;
    justify-content: center;
    /*margin-top: 100px;*/
    background-color: var(--lightgray);
}

 #counter-stats .stats {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
#counter-stats h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 3px;
    padding-top: 5px;
}
#counter-stats h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0;
}
#counter-stats .stats i {
    color: var(--Yellow);
    font-size: 36px;
    margin-bottom: 20px;
}

/*/ end count stats /*/


 /*<!--********* Projects counter sec start here *********************-->*/
 
/* <!--********* industries service sec start here *********************--> */

.industries-content {
    margin: 0px auto;
    padding: 40px 30px;
    text-align:center;
    
}


.industries-content h3 {
    position: relative;
    font-size: 90px;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    -webkit-text-stroke: 1px var(--darkgray);
    color: transparent;
    text-transform: capitalize;
    text-align: left;
}


.industries-content figure img {
    width: 130px;
    text-align:center;
   
}
.industries-content h4 {
    font-size: 28px;
    font-weight: 500;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.industries-yellow {
    background-color: var(--Yellow);

}

.industries-white h3 {
    -webkit-text-stroke: 1px rgb(226 226 226 / 63%);
    color: var(--Yellow);
}
.industries-white h4 {
   
    color: var(--Yellow);
}


.industries-padding{
    margin-top:50px;
}
.hometopmost .row.service-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.industries-section .sub-heading .shadow-content span {
   padding-right: 35%;
    width:100%;
    
    top: 47px;
    z-index: 9999999;
}

.industries-section .sub-heading .shadow-content h3 {
   
    padding: 0px 50px 0px 0px;
    margin: 0px;

}
/* <!--********* industries service sec end here *********************--> */

/* testimonial start here */

.inner-testimonial {
    text-align: center;
    display: block;
    background-image:url('../images/testimonial-img.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:30px 20px;
    opacity: 1;
}



.testimonial-slider .img-sec figure img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0px auto 10px auto;
    background: rgba(241, 238, 238, 0.933);
    padding: 10px;

}

.para-sec {
    /* box-shadow: rgba(131, 131, 131, 0.822) 0px 5px 15px;
    background: rgba(241, 238, 238, 0.933); */
}

.testimonial-sec .owl-carousel .owl-item.active.center .inner-testimonial .para-sec {
    background-color: var(--red);
    color: white;
}
.testimonial-people-thought {
    margin: 0px auto 0px auto;
    background-image: url('../images/testimonial-bg-img.jpg');
    background-position-x: right;
    background-size: contain;
    position: relative;
    display: flex;
    padding: 100px 0px 63px 0px;
    align-items: center;
    justify-content: left;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.testimonial-slider{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
}
.testimonial-slider .inner-testimonial .checked {
        color:var(--Yellow);
  }

/* .testimonial-sec .owl-carousel .owl-item.active.center .inner-testimonial {
    margin-top: -20px;
    transition: all .4s ease-in-out;

} */

.testimonial-sec .testimonial-section {
    position: relative;
}

.testimonial-sec .para-sec p {
    color:var(--black);
    font-size: 16px;
    font-weight: 400;
        height: 135px;
    text-align: left;
}
.testimonial-sec .para-sec h4 {
    color:var(--black);
    font-size: 18px;
    font-weight: 500;
}
.testimonial-sec .img-sec figure{
    margin:0px;
    position:relative;
}
section.services-section h3 {
    font-weight: 600;
    padding-bottom: 10px;
}

.testimonial-sec .img-sec h3 {
    color:var(--black);
    font-size: 17px;
    font-weight: 700;
    padding: 0px 0px 5px 0px;
    text-align: left;
}
.testimonial-sec .img-sec p {
    color:var(--Yellow);
    font-size: 15px;
    font-weight: 500;
    padding:0px;
    text-align: right;
}
section.services-section .row {
    align-items: center;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px;
    background: var(--white) !important;
    display: block;
    border: 1px solid rgb(76, 76, 76);

    transition: all .4s ease !important;
    border-radius: 0px !important;
    box-shadow: rgb(76, 76, 76) 0px 5px 15px;
}

.testimonial-sec button.owl-dot.active {
    background: var(--red) !important;
}

.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.testimonial-sec h2 {
    font-size: 35px;
    font-weight: 600;
}

.testimonial-sec h6 {
    font-size: 20px;
    font-weight: 400;
}


.testimonial-sec .img-sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.testimonial-sec button.owl-prev,button.owl-next{
    position: absolute;
    top:40%;
    width:50px;
    height:50px;
    background-color: var(--Yellow)!important;
    color:var(--white)!important;
    font-size: 25px!important;
    font-weight: 600!important;
    border-radius: 50%!important;
    border:2px solid var(--Yellow)!important;
    transition:all .4s ease-in-out!important;
}
.testimonial-sec button.owl-prev:hover, .testimonial-sec  button.owl-next:hover{
    background-color: var(--white)!important;
    color:var(--Yellow)!important;
}
.testimonial-sec button.owl-prev {
    left:-40px!important;
}
.testimonial-sec button.owl-next{
    right:-40px!important;
}
.testimonial-sec .testimonial-slider .img-sec figure .test-img{
    position:relative;
}
.testimonial-sec .testimonial-slider .img-sec figure  .quote-logo{
    content:"";
    position:absolute;
    right:-8px;
    top:-8px;
    width:30px;
    height:30px;
    background-image: url('../images/quote-logo.png') !important;
   padding:20px;
    background-repeat:no-repeat;
    display: inline-block;
}
.testimonial-sec .client-intro{
    padding-left:10px;
}

/* <!--******************* testimonial sec start here************* --> */

/* <!-- contact us section start here --> */
 .contactus-sec{
     background: url('../images/contactus-bg-img.png');
     background-size:cover;
     background-repeat:no-repeat;
    }
    .contactus-sec .contactus-form{
        padding:50px 50px;
        background-color:var(--darkgray);
    }
    .contactus-sec .contactus-form h3{
        font-size: 35px;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-transform: capitalize;
    color:var(--white);
    }
    
.contactus-sec .form-control,select {
    width: 100%;
    height: 55px;
    border: none;
    background-color:var(--white);
    padding: 10px 20px;
    font-size: 17px;
    border-radius:6px;
    outline:none!important;
    font-weight: 400;
    margin:0px 0px 15px 0px;
    color:var(--darkgray)!important;
}
.contactus-sec .form-control select{
    position:relative;
}
/*.contactus-sec .form-control select:after{*/
/*    content: '\f138';*/
/*    font-family: FontAwesome;*/
/*    color: #fff;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: 15px;*/
/*}*/
.contactus-sec .form-control  option{
   /*color:var(--black)!important;*/
   font-size: 17px;
   
    font-weight: 400;
}
section.service-con-section.common-padding {
    background: #fafafa;
}
.milling.row p {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
.texleft h3 {
    margin-bottom: 0;
}
.texleft a:hover {
    transition: 0.5s;
        color: #edb22a;
}
.texleft a{
    transition: 0.5s;
}
.milling.row i.fa-regular.fa-envelope, i.fa.fa-fax {
    text-align: center;
    font-size: 27px;
}
.texleft a {
    display: block;
    color: #000;
}
.milling h3 {
    padding-bottom: 7px;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
}
svg.bi.bi-geo-alt-fill, .address1 .fa-envelope, i.fa.fa-fax, i.fa.fa-phone {
    width: 47px !important;
    height: 47px !important;
    background-color: #edb22a;
    border-radius: 50px;
    padding: 8px;
    display: grid;
    align-items: center;
    justify-content: center;
    float: right;
}

.contactus-sec .form-btn{
    width:100%;
    font-size:22px;
    font-weight:600;
    border-radius:10px;
}
.contactus-sec .form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.contactus-sec .form-btn i{
    color:var(--white);
    padding-left:30px;
}
.contactus-sec .form-btn:hover i{
    color:var(--Yellow);
    
}

.contactus-sec h4 {
    font-size: 32px;
    font-weight: 500;
    color:var(--white);
}
.contactus-sec h5 {
    font-size: 60px;
    font-weight: 600;
    text-transform:capitalize;
     color:var(--Yellow);
}
.contactus-sec span {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
     color:var(--white);
}
.contactus-sec .form-btn:hover{
    color:var(--Yellow)!important;
}
.form-dis-sec{
    display:flex;
   align-items: center;
}
  /* <!-- contact us section end here --> */
  
/******************************** Abour-us page start here **************************/  
  

.service-con-box {
    margin: 10px 0px;
    border: 2px solid var(--Yellow);
    border-radius: 0px 20px;
    display: flex;
    overflow: hidden;
    background: white;
    align-items: center;
    justify-content: space-between;
}
.service-con-box figure {
    margin: 0px;
    width: 155px;
}
.service-content-wrap {
    padding: 35px 0px 35px 16px;
}
.service-content-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.service-content-wrap p{
    font-weight: 300;
    font-size: 18px;
    
}
.service-transport-con{
    margin-top:40px;
}
/*service-con-section end here*/

/*common-banner-section start here*/

.common-banner-sec {
    background-image:url('../images/bg-img.png');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    
}
.common-banner-sec .banner-con {
    padding: 80px 0px 80px 0px;
}

/*.common-banner-sec .banner-con .bg-solution {*/

/*    padding: 0px 0px 0px 200px;*/

/*}*/

/*.common-banner-sec .banner-con .bg-solution h3 {*/
/*    font-size: 60px;*/
/*    font-weight: 600;*/
/*    padding-bottom: 20px;*/
/*    text-transform: capitalize;*/
/*}*/
/*.common-banner-sec .bg-image{*/
/*    padding-left:60px;*/
/*}*/

/*.common-banner-sec .banner-con .bg-solution p {*/
/*    font-size: 20px;*/
/*    font-weight: 300;*/
/*    padding-bottom: 30px;*/
/*    text-transform: normal;*/
/*    max-width: 501px*/
/*}*/

/*.common-banner-sec .solution-btn {*/
/*    padding-left: 20px;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    transition: all .3s ease-in-out;*/
/*}*/

/*.common-banner-sec .solution-btn:hover {*/
/*    color: var(--Yellow);*/
/*}*/

/*common-banner-section end here*/


/******************************** Abour-us page start here **************************/

/******************************** footer start here **************************/

.footer-sec {
    background-image:url('../images/footer.bg-img.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding: 100px 0px 50px 0px;
}

.footer-sec .footer-content h3 {
    color: white;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 30px;

}
select#PositionInput {
    height: 40px;
    margin-bottom: 7px;
}
.footer-sec .footer-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
body .getbtn:hover {
    background: #3b393a;
    color: #fff;
}
body .getbtn {
    background-color: var(--darkgray);
    color: white;
    padding: 25px 40px;
    border-radius: 0px 0px 10px 0px;
    font-size: 23px;
    font-weight: 500;
    border: none;
}

.modal-footer button.btn.btn-primary {
    background: #edb229;
    border: none;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.footer-sec .footer-content ul li a i {
    margin-right: 10px;
}

.footer-sec ul li a {

    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}

.footer-sec .footer-wrapper ul li a {
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    color: white;
}

.footer-address li h5 {
    color: white;
    font-size: 17px;
    font-weight: 400;
    padding: 0px;
    line-height: 28px;
}

.footer-sec ul li a:hover {
    color: var(--Yellow);

}

.footer-sec .second-list {
    display: flex;
    margin-top: -15px;
    padding-left: 15px;
}

.footer-sec .footer-content h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.footer-sec .footer-content h4 a {
    color:var(--Yellow) !important;
}

.footer-sec .footer-content h4 a:hover {
    text-decoration: underline !important;
}

.footer-sec .footer-content h4 span,
.footer-content p {
    font-weight: 400;
    color: var(--white);
    font-size: 16px;
}

.footer-sec .footer-content input {
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    background-color: rgb(252, 252, 252);
    border:none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color:var(--black);
    margin: 0px 0px 20px 0px;
   Position:relative;

}

.footer-sec .footer-content form {
    position: relative;
    display: table;
    width: 100%;
}

.footer-sec .footer-content {
    position: relative;
    width: 100%;

}


.footer-sec .footer-content .input-btn {
    position: absolute;
    right: -20px;
    height: 55px;
    border-radius: 0px 0px 20px 0px;
    padding: 5px 15px;
    top: 69px;
    z-index: 9;
    display: flex;
    align-items: center;

}

.footer-sec .footer-content .input-btn:hover {
    z-index: 999999 !important;
    opacity: 1 !important;
    background-color: #000 !important;
}

.footer-sec .footer-content .input-btn:hover i {
    color: var(--Yellow);
}

.footer-sec .footer-content .second-list li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    padding: 10px;
    color: white;
    transition: all .4s ease-in-out;
}

.footer-sec .footer-content .second-list li a:hover i {
    background-color: var(--Yellow);
    color:  var(--black);
    border: 2px solid var(--black);
}

.footer-sec .footer-content .second-list li a:hover {
    letter-spacing: 0px;
}

.footer-sec .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
}

.footer-sec .footer-copyright .right-copyr {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-sec .footer-copyright .left-copyr h3 {
    font-size: 18px;
    font-weight: 400;
}

.footer-sec .footer-copyright .right-copyr a {
    margin-right: 10px;
    margin-left: 10px;
}
.footer-sec .copyright {
    display: flex;
    align-items: center;
    padding-left: 15px;
    
}
.footer-sec .copyright h3 {
    color: white;
    font-size: 12px;
    font-weight: 400;
   
}
.footer-sec hr {
    color: gray;
}
.footer-sec .footer-logo-wrap img{
    width:80%;
}
.footer-sec .left-copyr h3 {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.footer-sec .left-copyr {
    display: flex;
    align-items: center;
    justify-content:center;
    
}

.footer-sec .left-copyr li a {
    padding-right: 20px;
}
.footer-sec .copyright a {
    color: var(--Yellow)!important;
}
.footer-sec .copyright a:hover{
    text-decoration:underline!important;
} 
.footer-sec .footer-content .footer-cyberace{
    padding:0px;
}


.footer-sec .form-box {
    width: 100%;
    position: relative;
    height:60px;
    margin: 20px 0px;
}
.footer-sec .form-box input{
    width: 100%;
    position: relative;
    padding:8px 15px;
    border:1px solid #ced4da;
    background-color: white;
   
    outline: none;
    font-size: 15px;
    color:#54595f;
    
}
.footer-sec .form-box a{
    
        justify-content: center;
        align-items: center;
        display: flex;
        height: 55px;
        text-align: center;
        width:50px;
    background-color:#f7b103;
   color:#fff;
        position: absolute;
        right: 0px;
        top: 0px;

}
.footer-sec .form-box a:hover{
    background-color: #061c3dad;
}

/* <!-- footer-section end here --> */



/*New for css*/ 

section#counter-stats img {
    width: 60px;
    margin-top: -12px;
    margin-bottom: 5px;
}

section.Images-section.common-padding img.img-fluid {
    width: 170px;
    margin: auto;
    display: block;
}
.about-bg {
    background-image: url(../images/aboutimage1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.services-bg{
    background-image: url(../images/servicebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center;
}

.gallery-bg{
    background-image: url(../images/gallery1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}
.gallery-section {
    margin-bottom: 6rem;
}
section.other-services {
    text-align: center;
    padding: 90px 0;
}
.our_certifications{
    text-align: center;
    padding: 20px 0px 90px 0;
}

.contact-bg{
    background-image: url(../images/contactbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    display: flex;
        background-position: center;
    align-items: center;
    text-align: center;
}
.hover-text h3 {
    padding: 14px 10px 14px;
    font-size: 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaaaa887;
    margin-top: 11px;
}
.hover-text:hover {
    background-size: 100%;
    color: #fff;
    box-shadow: rgb(150 150 150 / 30%) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.main-btn {
    margin-bottom: 40px;
}


.hover-text h3:hover {
    border-color: #edb229;
}
.hover-text {
    background-image: linear-gradient(0, #edb229, #edb229);
    background-size: 0;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: bottom;

}
section.banner-section .bg-solution {
    background: transparent;
}

section.services-section {
    margin: 8rem 0;
}
.flex-div {
    display: flex;
    gap: 8px;
}
.img-service {
    text-align: center;
    position: relative;
}

.bg-solution {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(237,178,41,1) 32%, rgba(237,178,41,1) 65%, rgba(51,1,144,0) 100%);
    color: #000;
    padding: 28px 0 11px;
}
.img-service h3 {
    padding: 20px 0 20px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
   background-image: linear-gradient(0, #edb229, #edb229);
    background-size: 0 0;
    transition: .4s;
    background-repeat: no-repeat;
    background-position: center;

    right: 0;
    background-color: #00000082;
}
.main-button:hover {
    background: #000;
}

section.contactus-section .container {
    padding: 40px 27px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 7rem;
    background: #fff;
}
.contactus-form .form-group {
    margin-bottom: 12px;
}
.contactus-form .form-group input.form-control {
    height: 48px;
}
.contactus-form select {
    margin-bottom: 2px;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 48px;
    border-radius: .25rem;
}
textarea.form-control {
    height: 90px !important;
}
.img-service:hover h3 {
    background-size: 100% 100%;
    color: #fff;
}

.bg-solution h1 {
    font-size: 50px;
        font-weight: 700;
    text-transform: uppercase;
}
.icon-text span {
    display: block;
}
.icon-text img {
    width: 70px;
}

.icon-text {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 4px;
        padding: 7px 14px;
}





/*for gallery css*/
.section-padding {
    padding-top: 80px;
  }
  
  .gallery-section {
    position: relative;
    z-index: 1;
  }
  
  .title {
    font-size: 46px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #f44336;
  } 
  
  .filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
  }
  
  .btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: #003;
    background: #eee;
    border: 1px solid #f44336;
    transition: all 0.4s;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
  }
  .btn:hover,.btn-active {
    background: #EDB229;
    color: #000;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
    /* gap: 14px; */
  }
  .gallery a {
    display: flex;
    width: 30%;
    overflow: hidden;
}
div#btncontainer a {
    text-decoration: none;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-weight: 400;
}

  .gallery img {
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
}
  .gallery img:hover {
    transform: scale(1.1);
  }
  
  .sets .hide,
  .sets .pophide {
    width: 0%;
    opacity: 0;
  }
  .row.bgcolor4 {
    margin: 0;
}
  .closeBtn {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;
    padding: 8px 40px;
    border-radius: 25px;
    background: #EDB229;
    outline-offset: -6px;
    outline: 2px solid #fff;
}
  .closeBtn:hover {
    cursor: pointer;
    background: white;
    color: black;
    outline: 2px solid #000;
  }
  
  .openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 99999999;
  }
  .imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
  }
  .prevButton,
  .nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 10px;
    border: 1px solid white;
    margin: 10px;
  }
  .prevButton:hover,
  .nextButton:hover {
    background: #fff;
    color: black;
  }
  
  .certification-image {
    width: 300px;
    margin: 0 auto;
}

.certification-image img {
    width: 100%;
}


  /* resposive CSS Code */
  
  @media (max-width: 1199px ){
    .section-padding {
      padding-top: 70px;
    }
  }
  @media (max-width: 991px) {
    .section-padding {
      padding-top: 50px;
    }
    section.services-section {
    margin: 4rem 0;
}
.certification-image {
    width: 240px;
    margin: 0 auto;
}
  }
  @media (max-width: 767px) {
    .title {
      font-size: 36px;
    }
    .gallery img {
      margin: 8px 8px;
      width: 100%;
    }
    .row.bgcolor4 {
    margin: 6px 1px;
}
    .closeBtn {
      padding: 6px 25px;
    }
    .prevButton,
    .nextButton {
      font-size: 18px;
      padding: 8px 25px;
    }
    .gallery a {
        display: flex;
        width: 50%;
        overflow: hidden;
    }
    
  }
  
  @media (max-width: 540px) {
    .section-padding {
      padding-top: 30px;
    }
    .slick-slide {
        width: 100%;
    }
.container.full-width1 h3 {
    top: -20px;

}
.bgcolor4 .text {
    padding: 20px 13px 27px;
}
    .gallery img {
      margin:0;
      width: 100%;
    }
  
    .closeBtn {
      font-size: 18px;
      border-radius: 15px;
    }
    .prevButton,
    .nextButton {
      font-size: 18px;
      padding: 6px 20px;
      border-radius: 10px;
      margin: 5px;
    }
  
    .imgPreview {
      width: 90%;
      max-height: 50vh;
      height: auto;
    }
    .mb-1 {
    width: 100%;
    float: left;
    margin: 0;
}
    
  }
/*End gallery css*/

.modal-header h4 {
    padding: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-dialog .modal-content {
    max-width: 600px;
    margin: auto;
}
.modal-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 9px;
}
.mb-1 {
    flex-direction: column;
    flex-basis: 49% !important;
    flex: 1;
}
.modal-dialog {
    max-width: 100%;
    height: 96vh;
    display: flex;
    align-items: center;
}


/*  Modified CSS Start*/
.invalid-feedback {
    display: block !important;
}

/*  Modified CSS Start*/