
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-style: normal;
}

.vbox-figlio{
    background: none !important;
    padding: 0 !important;
}
.vbox-close {
    top: 5px;
    right: 15px;
    font-size: 40px;
}
.vbox-content{
    width: 100%;
    height: 90%;
}
  .vbox-content img{
      max-width: 100%;
      height: 100%;    
}
#branding , #web , #social, #mobile{
    display: none;
}
.add-transnition{
    transition: .5s ease;
}

.theme-color{
color:#f0c400;
}

/*Header*/
.header-nav-list li{

padding: 19px 0;
}
.header-nav-list a{
    display: inline-block;
    text-decoration: none;
    padding: 5px 5px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
}
.header-nav-list a::before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #f0c400;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.header-nav-list a:not(.service-dropdown):hover::before{
    width: 100%;
}

.style-dropdown{
    position: absolute;
    background: black;
    top: 76px;
    padding: 10px;
    border: 1px solid #efc300;
    display: none;
    width: 300px;
    left: 3px;
    border-radius: 7px;
}
.style-dropdown li{
    padding: 0;
}
.style-dropdown a{
    color: #ffffff;
    padding: 8px 4px;
    border-bottom: 1px solid #f0c40060;
    display: block;
}
.style-dropdown li:last-child  a{
    border-bottom: none;
}
.service-action{
    position: relative;
    margin-bottom: -10px;
    padding-bottom: 25px !important;
}

.service-action:hover .style-dropdown{
    display: block;
}


html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Aileron';
    font-size: 14px;
}
h1,h2,h3,h4{
    font-family: 'Roboto';
}

p{
    font-size: 17px;
}
.blue-color{
    color: blue;
}
.teal-color{
    color:#f0c400;
}
.top-50{
    margin-top: 50px;
}
.bg-grey{
    background-color: #f7f7f7;
}

.grey-color{
    color:#525252 ;
}
.bg-teal{
    background-color: #1d0030;
}
.top-20{
    margin-top: 20px !important;
}
.weight-600{
    font-weight: 600;
}
.weight-800{
    font-weight: 800;
}
.header-bg{
    background-color: rgb(0 0 0) !important;
    color: #fff !important;
}
.header2-bg  {
    background-color:  rgba(2, 2, 2, 0.8) !important;
}
.header2-bg a{
    color: #fff !important;
}
.p-20{
    padding: 20px;
}
.bottom-20{
    margin-bottom: 20px;
}

.dark-color, .dark-color a{
    color: #555555;
}
.white-color, .white-color a{
    color: #fff;
}
.btn-top{
    padding: 10px;
    background-color:  rgba(37, 146, 175, .7) ;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.ml3 {
    opacity: 0;
      font-weight: 700;
}
.header{
    border-radius: 7px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #000000 !important;
    border: 1px solid #f0c400;
    top: 8px;
    max-width: 90%;
    left: 8px;
    right: 0;
    margin: auto;
}
.custom-navabr{
    margin: 0;
    padding: 0;
}
.custom-navabr li{
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: 5px;
}

/*
.dropbtn {
    border: none;
  }
  .dropbtn i{
      margin:5px 0 0 6px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .dropdown-content {
      display: none;
    position: absolute;
    background-color: transparent ;
    min-width: 170px;
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 10px;
  }

  .dropdown-content i{
      position: absolute;
      right: 5px;
  }
  
  .dropdown-content a {
    padding: 16px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
  }
  
  
  .dropdown:hover .dropdown-content {display: block;}
  */

.logo{
    width: 91px;
    cursor: pointer;
    position: relative;
    top: 7px;
}

.custom-navabr a{
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
.custom-navabr a:hover{
    border-bottom:1px solid rgba(0, 0,0,.5);
}
header .req-button{
    color: #fed101 !important;
    border: 3px solid #fed101;
}
.req-button{
    position: relative;
    display: inline-block;
    padding: 12px 0 !important;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    border: 3px solid #000000;
    box-shadow: none !important;
    border-radius: 0;
    color: #000000 !important;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
}
.req-button:hover{
    text-decoration: none;
    opacity: .9;
    color: #000000;
}

/*side nav*/
#openNav{
    display: none;
    
}
.sidenav {
    width: 50%;
    height: 100%;
    margin-right: -100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1001;
    max-width: 400px;
}
.sidenav a {
    line-height: 2;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 16px;
}
.sidenav a:hover{
    color:rgba(1, 71, 90, 0.9);
}

.sidenav .closebtn {
        position: absolute;
        top: 0px;
        right: 19px;
        font-size: 35px;
        color: #fed101 !important;
}
.sidenav .logo{
	position: absolute;
	top: 20px;
	right: 15px;
    width: 150px;
}
.dropdown-toggle{
    background: transparent !important;
    border: none;
    outline: none;
}
.sidenav-cont{

display: flex;

align-items: center;

height: 100%;

flex-direction: column;

border-left: 3px solid #f0c400;
}
.sidenav-cont .side-left, .sidenav-cont .side-right  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    height: 100%;
}

.sidenav-cont .side-right  {
    background: #fff;
}

.sidenav-cont .side-right  a{
    color: #000;
}
.sidenav-cont   .heading{
    font-size: 30px;
    margin-bottom: 10px;
}
.sidenav-cont .side-right  .heading{
    color: #000;
}


.sidenav-cont li a{
    
font-size: 17px;
    
margin-bottom: 0;
    
font-weight: 400;
    
line-height: 1.5;
    
margin-bottom: 7px;
}

.sidenav-cont .side-right li a{

}


#openNav {
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    font-size: 30px;
    opacity: .9;
    transition: top 0.3s;
    position: fixed;
	z-index: 1000; 
    color: #fff;   
    height:60px;
}
#openNav span{
    position:absolute;
    top:8px;
    right:10px;
}


.banner{
    position: relative;
    display: flex;
    width: 100%;
    height: 768px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000de;
    left: 0;
    top: 0;
}


.banner-inner{
    position: relative;
    padding: 15px;
    align-self: center;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-inner h1{
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto;
    color: #f0c400;
}
  

.banner-inner h2{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto;
    color: #fff;
}
.banner-inner h6{
    font-size:22px;
    padding: 0 40px;
    text-transform: uppercase;
    color: #ffff;
    line-height: 1.7;
}
.scroll{
    font-size: 36px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
}
.top-social{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 10px;
    right: 20px;
}
.top-social a{
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid;
    margin-left: 5px !important;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 8px;
    color: #fff;
}
.top-social p{writing-mode: vertical-rl;text-orientation: upleft;font-size: 14px;color: #dcb400;}
.top-social i{
    font-size: 20px;
}



/*body*/
.section{
    padding: 50px 0;
}
.heading{
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'roboto';
    font-weight: 501;
}
#digital-services , #it-services{
    display: none;
}
.services-box{
    display: flex;
    flex-direction: row;
    padding: 20px 10px;
    color: #000;
    box-shadow: 3px 5px 7px rgba(71, 71, 71, 0.2);
    border: .2px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    transform: scale(0.9);
    transition: .5s;
}
.service-box-text{
    flex:1;
}
.services h1{
    font-size: 38px;
    font-weight: 550;
    color: #000000;
    text-transform: uppercase;
}
.services p{
    font-size: 15px;
    font-weight: 500;
}
.services a{
    text-decoration: none;
    color: #494949;
    font-weight: 700;
    border-bottom: .4px solid rgba(1, 71, 90, 0.5);
}
.services-box:hover, .services-active{
    background: rgb(246,246,246);
    background: linear-gradient(201deg, rgb(240 196 0) 0%, rgb(240 196 0) 100%, rgb(0 0 0 / 90%) 100%);
    color: #fff;
    text-decoration: none;
    transform: scale(1);
}
.service-box-text h1{
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.service-icon{
    width: 100px;
    height: 100px;
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    align-self: center;
    font-size: 90px;
}

.icon-box{
    padding: 5px 10px;
}
.icon-box img{
    background-size: contain;
    margin-bottom: 10px;
} 
.icon-box h5{
    font-family: roboto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.whose-img img{
    flex:1;
}
.image-list{
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.image-list:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #a8a7a7;
    transform: translate(-50%);
}
.image-list a{
    width: 50px;
    height: 50px;
    background-color: #f7f7f7;
    text-decoration: none;
    color: #000;
    border: .2px solid #b7b7b7;
    border-radius: 50%;
    margin: 15px 0;
    cursor: pointer;
    z-index: 100;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.image-list .active{
    background-color: #f0c400;
    color: #fff;
}

.why-coose-text{
    padding: 20px;
    margin-top: 40px;
}
.why-coose-text p{
    line-height: 2;
}

.whose-img{
    display: flex;
    padding:  0 45px;
}

/*about us*/
.about-img,.about-text{
    padding: 10px;
}
.about-img img{
    height:auto;
    width: 100%;
    margin-top: 20px;
}
.about-text{
    margin-top: 80px;
}
.about-text h1{
    margin-bottom: 20px !important;
}
.about-text p{
    margin-bottom: 10px;

}
.box-shadow{
    box-shadow: 2px 4px 7px rgb(39 39 39 / 50%);
}

/*brands*/
.brands{
    border:.2px solid #b7b7b7;
    border-radius: 10px;
    height: 110px;
    padding: 20px;
}
.brands img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*project image*/
.pg-img{
    padding: 0;
    width: 100%;
}
.pg-text{
    padding: 50px;
    margin-top: 100px;
}
.pg-text img{
    width: 190px;
    height: 90px;
}
.client-section{
    margin-top: 80px;
    margin-bottom:20px;
}
.client-left, .client-right {
    display: none;
}

.client-img .image1{
    margin-top: 100px;
    height: 600px;
}
.client-img .image2{
    margin-top: 200px;
    height: 420px;
}
.client-symbol{
    font-size: 150px;
    position: absolute;
    right: 7px;
    margin-top: 62px;
}
.outer {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    top: 30%;
    right:220px;
  }
  .bottom {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background-color: #f0c400;

  }
.custom-card{
    background-color: #fff;
    position: absolute;
    top: 30%;
    max-width: 500px;
    right: -120px;
    border:.2px solid rgba(99, 102, 99,.2);
    padding:20px;
    z-index: 100;
}
.custom-card h4{
    font-size: 22px;
}
.custom-card h6{
    font-size: 16px;
}

/*form*/
.form{
    padding: 50px 30px 50px 15px;
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, .1);
}
.form p{
    color: #fff;
}
.form .fields{
    padding: 10px 22px;
    background:transparent;
    border: none;
    outline: none;
    color: #000;
    border-radius: 7px;
    border:.2px solid rgba(0, 0,0,.2);
    margin: 10px 8px;
    width: 100%;
}
.text-area{
    width: 100%;
    padding: 10px 22px;
    background:transparent;
    border: none;
    outline: none;
    color: #000;
    border-radius: 7px;
    border:.2px solid rgba(0, 0,0,.2);
    margin: 10px;
}

.select {  
    padding: 10px 22px;
    background:transparent;
    border: none;
    outline: none;
    color:#000;
    border-radius: 10px;
    border:.2px solid rgba(0, 0,0,.2);
    margin: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }
  

.round {
    background-image:
    linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  }

  .first-option{
      color: grey;
  }
  .submit-btn{
    color: #fff;
    padding: 12px 30px;
    outline: none;
    border:none;
    font-weight: 600;
    border-radius: 10px;
    background: #f0c400;
}
  
/*footer*/
.footer-color{
    color: #fff;
    background-color: #000000;
}

.bottom-social{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.bottom-social a{
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: .2px solid #f0c400;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    padding: 7px;
    color: #f0c400;
    font-size: 18px;
}
.bottom-social i{
    align-self: center;
}

.footer-logo{
    width: 100px;
}

.payment-row{
    border: 1px solid #f0c400;
    padding: 17px 30px;
    border-radius: 15px;
}

.footer-tab h4{
    margin-bottom:10px;
}
.footer-tab ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-tab li>a{
    color: #fff;
    text-decoration: none;
    line-height: 2.2;
    font-size: 15px;
}

.contact-tab p{
    line-height: 2;
}
.footer-tab .about-us:hover{
    color: #fff;
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
}


.copyright{
    margin-top: 50px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#second-para{
    display: none;
}
#third-para{
    display: none;
}

.fade-text{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { margin-top: 5%; opacity: .4; }
    to   { top: 0; opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { margin-top: 5%;opacity: .4; }
    to   { top: 0;opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { bottom: 5%;opacity: .4; }
    to   { top: 0;opacity: 1; }
}

/*Contact page*/
textarea { resize: none; }
.w-100{
    width: 100%;
}

.get-direction{
}
.get-direction h1{
    margin-bottom: 30px;
    font-weight: 501;
}
.contact-icon{
    display: flex;
    flex-direction:row;
    margin-bottom: 30px;
    justify-content: start;
}
.contact-icon i{
    width:60px;
    height: 60px;
    padding: 12px;
    background: transparent;
    margin-right:10px;
    background: #f0c400;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-right: 10px;
    font-size: 28px;
}
    
.contact-icon p{
    font-size: 20px;
    flex: 1;
    align-self: center;
    margin-bottom: 0;
}
.get-direction a{
    color: #000;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.get-direction i:hover{
    background: #f0c400;
    color: #fff;
}
.get-direction h4{
    margin-top: 50px;
}
.map{
    height: 400px;
}
.contact-form h1{
    width: 50%;
    padding: 10px;
    border-bottom: .5px solid rgba(99, 102, 99,.2);

}

/*company*/
.about-us ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-us li{
    line-height: 2;
    text-transform: capitalize;
    font-size: 18px;
}
.about-us i{
    font-size: 16px;
    margin-right: 10px;

}
.benefits{
    border-bottom:.5px solid rgba(0, 0,0,.5);
}
.benefits img{
    height: 300px;
    width: 100%;
}
.medium-heading{
    font-size: 32px;
    margin: 20px 0;
    color: #000;
}

/*career*/
.job-postion h1{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.career-card{
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0px 0px 5px 4px rgba(187, 187, 187, 0.2);
    border-radius: 10px;
}
.career-card h1{
    font-weight: 900;

}
.job-post ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.job-post li{
    display: flex;
    flex-direction: row;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0,0,.2);
    cursor: pointer;
}
.job-post li:hover{
    background-color: rgba(18, 177, 159, 1);
    color: #fff;
}
.job-post h6{
    align-self: center;
    font-size: 16px;
    text-transform: uppercase;
}
.job-postion i {
    align-self: center;
    font-size: 20px;
    margin-right: 10px;
}
.job-description li{
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0,0,.2);
}
.job-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.transparent-btn{
    background:transparent;
    text-decoration: none;
    color: rgba(1, 71, 90, 0.9);
    padding: 10px 30px;
    width: 200px;
    align-self: center;
    border:.5px solid rgba(1, 71, 90, 0.9);
}
.transparent-btn:hover{
    text-decoration: none;
    color: rgba(1, 71, 90, 0.9);
}

/*for what we do */

.gradient-border {
    background-color:var(--bg) ;
  }
.logo-heading{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.logo-heading h1{
    align-self: center;
    margin-left: 20px;
    color: #f0c400;
    font-size: 50px;
    margin-left: 0;
}
.logo-heading img{
    width: 92px;
    height: 92px;
    align-self: center;
    color: #f0c400;
}
.catalog-img{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}
.catalog-text{
    padding: 40px;
    color: #000;
    width: 100%;
    height: 100%;
}

.catalog-text ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-text li{
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
}
.bullet{
    margin-right: 5px;
    color: #f0c400;
    font-size: 12px;
}

.border-5{
    padding: 20px;
    border: 5px solid rgba(30,154,121,1);;
}

/*our work*/
.our-work{
    padding: 15px;
    margin: 35px 0;
}
.our-work ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-work li{
    display: inline-block;
    margin:  15px 0;
}
.our-work a{
    text-decoration: none;
    color: rgb(43, 43, 43);
    text-transform: uppercase;
}
.our-work a:hover , .activeOption{
    text-decoration: none;
    color: #f0c400 !important;
    font-size: 22px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}
.our-work span{
    margin: 0 15px;
}

.work-left{
    position: absolute;
    left: 10px;
    top: 35%;
    color:rgba(198, 201, 21, 0.5);
    font-size: 40px;
}
.work-right{
    position: absolute;
    right: 10px;
    top: 35%;
    color:rgba(198, 201, 21, 0.5);
    font-size: 40px;

}


/*image library*/
.small-image{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 0.3px solid rgba(156, 153, 153, 0.1);
}
.large-image{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 0.3px solid rgba(156, 153, 153, 0.1);
}

.image-container{
    position: relative;
}
.image-container :hover{
    opacity: .9;
}



.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* library image*/
.libray-images{
    width: 100%;
    height: 350px;
    padding: 10px;
    box-shadow: 0px 0px 3px 3px rgba(1, 71, 90, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    margin:10px;

}


.libray-images:hover{
    transform: scale(0.9);
}
.libray-item:hover .middle{
    opacity: 1;
}


/*auto trade section*/
.autotrade-section{
    background: rgb(246,246,246);
    background: linear-gradient(180deg, rgba(246,246,246,0.4710083862646621) 0%, rgba(242,241,241,1) 11%, rgb(236 236 236 / 52%) 100%);
}
.autotrade-section .heading{
    margin-top: 30px;
}
.autotrade-section h6{
    font-size: 17px;
    font-weight: 500;
}
.autotrade-section p{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
}
.auto-trad-img{
    margin-top: 50px;
    height: auto;
}
.bg-grey-at{
    background: rgba(0, 0, 0, .1);
}

.border-left{
    position: absolute ;
 
}
.border-left:after {
    content: '';
    height: 200px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: rgba(94, 94, 94, 0.8);
    left: -10px;
}
.services-list h2{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 25px;
}
.services-list{
    padding: 20px;
    margin-top: 50px;
}
.services-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.services-list li{
    margin-bottom: 10px;
    font-size: 16px;
}
.autotrade-work{
    margin: 20px 0;
}
.autotrade-work .catalog-img{
    box-shadow: 1px 2px 4px rgba(0, 0,0,.5);
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    min-height: 350px;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #f0c400;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f0c400;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #f0c400;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.mobile-toggler{
    color: #f0c400;
    width: 47px;
    height: 50px;
    border: 1px solid #f0c400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    cursor: pointer;
}

.mobile-toggler i{
font-size: 30px;
}

.mobile-toggler:hover i{
    color: #ffffff;
}



#customers-testimonials .item h3{
    font-size: 20px;
    font-weight: 600;
}

#customers-testimonials .item svg{
    margin: 20px 0;
}
.dg-cta {
    background-color: #FFDB3B;
    color: #000;
}
.container.w-80 {
    max-width: 80%;
}
.dg-ani {
    position: relative;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.85rem;
}
.dg-cta .smallHeading {
    color: #786C36;
}
.dg-cta h2{
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    margin: 45px 0;
}
.smallHeading {
    color: #797979;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
}

.dg-cta .line-2 {
    color: #fed101;
}

.dg-cta .line-2::after {
    content: " ";
    position: absolute;
    width: 102%;
    height: 92%;
    background: #000;
    padding: 0 0.5rem;
    transform: rotate(2deg);
    display: inline-block;
    left: -1%;
    top: 5%;
    bottom: 0;
    z-index: 0;
}

.branding-card{

padding: 25px;

background-color: #fff;

height: 100%;
}
.branding-card img{

width: 70px;

margin: 0 0 30px;
}
.branding-card i{
    color:#f0c400;
    margin-bottom: 20px;

}
.branding-card h3{

font-size: 30px;

font-weight: 700;

text-transform: uppercase;

margin-bottom: 0;
}
.branding-card p{
    
margin: 8px 0;
}

.service-list{

}
.service-list h2{

text-align: center;

text-transform: uppercase;

margin-bottom: 33px;

color: #000000;
}
.service-list ul{

}
.service-list ul{

display: flex;

width: 100%;

flex-wrap: wrap;
}
.service-list li{

word-break: auto-phrase;

width: 33%;

font-size: 19px;

font-weight: 600;

line-height: 1.5;

margin-bottom: 10px;
}

/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
    padding: 50px 0;
    background-color: #000;
  }
  .portfolio-section h2 {
    font-weight: 600;
    color: #fed101;
    text-transform: uppercase;
  }
  .portfolio-menu {
    text-align: center;
  }
  .control {
    background: #000;
    color: #fed101;
    padding: 5px 10px;
    border: 1px solid #343a40;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
  }
  .control:hover {
    background: #343a40;
  }
  .mixitup-control-active {
    color: #fed101;
    background: #343a40;
  }
  .fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
  }
  .portfolio-item {
    padding-top: 30px;
  }
  .pd {
    padding: 0;
    padding: 10px;
  }
  .pd img {
    height: 180px;
    transition: all 0.5s;
  }
  .portfolio-overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 450px;
  }
  .portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    background-color: #00000050;
    width: 100%;
    height: 100%;
    transition: all 500ms ease-in;
    visibility: hidden;
    opacity: 0;
  }
  .portfolio-overlay:hover::before{
    visibility: visible;
    opacity: 1;

  }
  .portfolio-overlay img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
  }
  .portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fed101;
    font-weight: 500;
  }
  .portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
  }
  .portfolio-overlay .magnify-icon:hover {
    background: #000;
  }
  .portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fed101;
    line-height: 40px;
    cursor: pointer;
  }
  
  /*******Responsive media query******/
  
  /* process design */
  .process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    transition: 0.4s ease-in-out;
    padding: 27px;
  }
  .process__item:hover {
    background: #000000;
  }
  .process__item:hover .process__subtitle{
    color: #ffffff;
  }
  .process__item:hover .process__number {
    transform: translateY(5px);
    color: #f0c400;
  }
  .process__number {
    font-size: 75px;
    -webkit-text-stroke: 1px #f0c400;
    display: block;
    color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 700;
    transition: 0.4s ease-in-out;
    margin: 0;
    line-height: 1.2;
  }
  .process__title {
    display: block;
    font-weight: 800;
    letter-spacing: 2.5px;
    font-size: 35px;
    color: #f0c400;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 1.3;
  }
  .process__subtitle {
    display: block;
    font-size: 17px;
    color: #000000;
    margin-top: 11px;
    line-height: 1.4;
  }
  .package-box{

padding: 20px;

background: #000000;

border: 4px solid #000000;

border-radius: 20px;

color: #fff;

height: 100%;

display: flex;

flex-direction: column;

justify-content: space-between;

min-height: 600px;
}
  .package-box .package-box-title{

margin-bottom: 35px;

}
  .package-box .package-box-title h3{

font-size: 28px;

font-weight: 600;

margin-bottom: 16px;

color: #fed101;

}
  .package-box .package-box-title .price{

margin-bottom: 12px;

display: flex;

align-items: center;

}

  .package-box .package-box-title .price .amount{


color: #ffffff;

font-size: 40px;

font-weight: 800;

}
  .package-box .package-box-title .price .uspto{

margin-left: 26px;

font-size: 14px;

background: #ecc100;

border-radius: 50px;

padding: 7px 16px;

color: #000000;

font-weight: 700;

}
  .package-box .package-box-title .price .del{

margin-right: 7px;

}
  .package-box .package-box-title p{

color: #fff;

font-weight: 400;
  }
.package-box ul{
    max-height: 240px;
    overflow-y: auto;
    padding: 5px 0;
}

.package-box ul::-webkit-scrollbar {
    width: 5px;
}

.package-box ul::-webkit-scrollbar-track {
    background: #333333;
    border-radius: 10px;
}

.package-box ul::-webkit-scrollbar-thumb {
    background: #f0c400;
    border-radius: 10px;
}
  .package-box li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
    }
    .package-box li i{
        
margin-right: 10px;
        
color: #f0c400;
    }
  .package-box .btn-wrap{

width: 100%;

}
  .package-box .btn-wrap a{
    
width: 100%;
    
height: 45px;
    
display: inline-block;
    
background: #ecc100;
    
color: #000000;
    
padding: 8px 0;
    
font-size: 18px;
    
border-radius: 50px;
    
margin-top: 18px;
    
text-decoration: none;
  }

 /* Enhanced CSS for the toggle buttons and package sections with animations */
.package-toggle-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 10px;
  }
  
  .package-toggle-btn {
    padding: 12px 20px;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000;
  }
  .package-toggle-btn:hover{
    color: #000000;
    text-decoration: none;
  }
  
  .package-toggle-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ecc100;
    transition: width 0.3s ease;
  }
  
  .package-toggle-btn:hover {
    background-color: #e9e9e9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .package-toggle-btn:hover::after {
    width: 100%;
  }
  
  .package-toggle-btn.active {
    background-color: #ecc100;
    color: white;
    border-color: #ecc100;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124,77,255,0.3);
  }
  
  .package-toggle-btn.active::after {
    width: 100%;
    background-color: #ffffff;
  }
  
  /* Package Section Animations */
  .package-section {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .package-section.active {
    display: block;
    animation: fadeInUp 0.5s ease forwards;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Add a subtle animation to package boxes */
  .package-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .package-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  
  /* Staggered animation for package boxes */
  .package-section.active .package-box {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
  }
  
  .package-section.active .package-box:nth-child(1) {
    animation-delay: 0.1s;
  }
  
  .package-section.active .package-box:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .package-section.active .package-box:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* Ripple effect */
.package-toggle-btn {
    position: relative;
    overflow: hidden;
  }
  
  .ripple {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
  }
  
  @keyframes ripple {
    to {
      transform: scale(2);
      opacity: 0;
    }
  }
  
  /* Fade-out animation */
  .package-section.fade-out {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  /* Make sure the box-shadow transitions smoothly */
  .package-box {
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Animation for the section heading */
  .package-section.active .section-heading h2 {
    animation: slideInDown 0.5s ease forwards;
  }
  
  .package-section.active .section-heading p {
    animation: slideInUp 0.5s ease forwards;
  }
  
  @keyframes slideInDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  
  @media (min-width: 768px) {
    .process {
      display: inline-block;
    }
    .process__item {
      width: 49%;
      display: inline-block;
    }
  }
  @media (min-width: 1200px) {
    .process {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .process__item {
      width: 100%;
    }
    .process__item:not(:last-of-type)::after {
      content: "";
      width: 1px;
      height: 75%;
      background: #8c8c8c;
      position: absolute;
      right: 0;
      top: 50%;
      opacity: 0.2;
      transform: translateY(-50%);
    }
  }
  .text-black{
    color: #000000 !important;
  }



  /* Extra small devices (portrait phones, less than 576px)*/
  
  .tab-btn{
    max-width: 220px;
    height: 50px;
    width: 100%;
    font-size:17px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
  }
  .tab-btn.active{
    background-color: #000000;
    border-color: #fed101;
    color: #fed101;

  }
  .tab-content{
    display: none;
    border: 1px solid #dfdfdf;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 1px 1px 14px 5px rgb(133 133 133 / 38%);
    position: relative;
    background-position: center;
    height: 400px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
  }
  .tab-content::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 70%) 35%, rgb(17 0 0) 100%);
    border-radius: 20px;
  }
  .tab-content > *{
    position: relative;
  }
  .tab-content h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fed101;
  }
  .tab-content p{
    font-size: 18px;
    color: #ffffff;
  }
  .tab-content.active{
    display: flex;
  }
  .service-list-box{

padding: 20px;

border-radius: 10px;

height: 100%;

text-align: center;

border: 1px solid #c1c1c1;
}
  .service-list-box img{

width: 100px;

height: 100px;

margin-bottom: 25px;

}
  .service-list-box h3{
    
font-size: 26px;
    
font-weight: 700;
  }
  .service-list-box p{
    
font-size: 17px;
  }
  .service-list-box a{

color: #000;

font-size: 15px;

text-transform: uppercase;

font-weight: 500;

border-bottom: 1px solid;
}

.vision-section{

background-color: black;

color: #ffffff;

padding: 100px 0;
}
.vision-section h5{

font-size: 16px;

color: #ffdb3b;
}
.vision-section h3{

font-size: 40px;

text-transform: uppercase;

font-weight: 700;

margin-bottom: 15px;
}
.vision-section p{
    
font-size: 18px;
}


.sample-arrow {
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: #f9f5ff;
    color: #f8b00d;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f8b00d;
    cursor: pointer;
    display: none;
}
.sample-arrow:hover{
    background-color:#f8b00d;
    color: #ffffff;
    text-decoration: none;
}
.form.modal-form{
    padding: 0 !important;
    box-shadow: none;
}
.form.modal-form h3{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    max-width: 80%;
    position: relative;
    margin: 0 auto;
}
.package-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000cf;
    border-radius: 50%;
    color: #ecc100;
    font-size: 25px;
    top: 40%;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.package-arrow:hover{
    background-color: #ecc100 ;
    color: #000000;
    text-decoration: none;
}
.package-arrow.prev{
    left: -42px;
}
.package-arrow.next{
    right: -42px;
}
.slick-disabled{
    opacity: 0.7;
    filter: grayscale(1);
}
.modal-form .modal-content{
    margin-top: 8%;

}
.payment-icons{

}
.payment-icons li{
    font-size: 33px;
    margin-right: 10px;
}
.payment-icons li i{

}


@media screen and (max-width: 768px) {
    .modal-form .modal-content{
        margin-top: 4%;
    
    }
    .package-arrow{
      display: none !important;
    }

    .package-toggle-btn{
        width: 45%;
        padding:0 8px !important;
        height: 44px;
      }

    .ml10 .letter {
        display: inline;
        line-height: 1em;
        transform-origin: 0 1;
      }
      .mobile-arrow {
        display: flex !important;
        margin-top: 0;
        width: 100%;
    }
    .portfolio-menu nav{
        display: none;

    }

    .vbox-content{
        width: 100%;
        height: 80%;
    }
      .vbox-content img{
          max-width: 100%;
          height: 100%;
    }
    .top-social{
        bottom: 10px;
        right: 15px;
    }
    .logo{
        position: absolute;
        top: 5px;
        left: 7px;
        z-index: 10001;
        width: 80px;
    }
    .top-social a {
        width: 35px;
        height: 35px;
        text-decoration: none;
        border-radius: 50px;
        border: 1px solid;
        margin-left: 4px !important;
        text-align: center;
        padding-top: 7px;
        margin-bottom: 8px;
    }
    .top-social i{
        font-size: 16px;
    }
    .scroll{
    display: none;
    }    
    .bottom-social i{
        font-size: 16px;
    }
    p{
        font-size: 14px;
    }
    .no-padding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .section{
        padding: 35px 0;
    }
	#openNav{
        display: block;
        width: 100%;
    }
    #openNav img {
        float: left;
        margin-left: 15px;
    }
    #openNav span{
        float: right;
    }
    .header .req-button{
        display: none;
    }
    .banner{
        width: 100%;
        height: 650px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .banner-inner h1{
        font-size: 28px;
    
    }
  
    .banner-inner h6{
        padding: 0 10px;
        font-size: 14px;
    }
    .heading{
        font-size: 28px;
        font-weight: 600 !important;
    }
    .why-coose-text{
    padding: 80px;
    }
    .banner-inner h2 {
        font-size: 20px;
    }
    .services{
        margin: 30px 0 ;
    }

    .services-box{
        display: flex;
        flex-direction: row;
        padding: 10px;
        color: #000;
        border: .2px solid #b7b7b7;
        margin-bottom: 20px;
    }
    .service-box-text{
        flex:1;
    }
    .services-active{
        background-color:#f0c400 !important;
        color: #fff;
    }
    .service-box-text h1{
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .service-icon{
        width: 80px;
        height: 80px;
        background-size:contain;
        background-repeat: no-repeat;
        margin-right: 10px;
        align-self: center;
        font-size: 70px;
    }
    
    .whose-img img{
        flex:1;
    }
    .icon-box h5{
        font-size: 12px;
    }
    .icon-box img{
        width: 50px;
        height: 50px;
    }
    .image-list{
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: center;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: auto;
        margin-top: 180px;
        margin-left: -20px;
    }
    .image-list:after{
        border-left: none;
    }
    .image-list a {
        margin: -50px 0 0 15px;
        width: 40px;
        height: 40px;
        font-size: 15px;
        padding: 8px;
    }
    
    .image-list .active{
        background-color: #f0c400;
        color: #fff;
    }
    .about-text{
        margin-top: 30px;
    }
    .why-coose-text{
        padding: 5px;
    }
    .why-coose-text p{
        line-height: 1.5;
    }
    .whose-img{
        display: block;
        padding:  0 15px;
    }
    .package-box .package-box-title h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .package-box .package-box-title .price .amount {
        font-size: 32px;
    }
    .package-box .package-box-title {
        margin-bottom: 10px;
    }
    .package-box .package-box-title .price .uspto {
        margin-left: 12px;
        font-size: 10px;
        margin-top: 3px;
    }
    .package-box .package-box-title .price .del {
        margin-right: 7px;
    }
    /*brands*/
.brands{
    border:.2px solid #b7b7b7;
    border-radius: 10px;
    height: 70px;
    padding: 5px;
}
.brands img{
    width: 100%;
    object-fit: cover;
}
.pg-text{
    padding: 10px;
    margin-top: 10px;
}
.pg-text img{
    width: 150px;
    height: 70px;
}
/*client*/
.client-symbol{
    display: none;
}
.client-img .image1{
    position: relative;
    margin-top: 40px;
    height: 250px;
    width: 95%;
    margin-left: 20px
}
.client-img .image2{
    margin-top: 75px;
    height: 180px;
}
.outer {
    position: absolute;
    border-radius: 50%;
    overflow: visible;
    width: 250px;
    height: 250px;
    top: 35%;
    left: -10%;
  }
  .bottom {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    background-color: #535353;
    border-radius: 50%;
  }
.custom-card{
    background-color: #fff;
    position: relative;
    top:25px;
    max-width: 100%;
    right: 0;
    border:.2px solid rgba(99, 102, 99,.2);
    padding: 10px 20px;
    z-index: 100;
}
.custom-card h4{
    font-size: 22px;
    margin-top: 15px;
}

.custom-card h6{
    font-size: 16px;
}
.form{
    padding:10px 20px 10px 5px;
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}
.form h1{
    font-size: 22px;
}
.form h6{
    font-size: 13px;
}
.form a{
    padding: 12px 23px;
    color: #fff;
    cursor: pointer;
    display:inline-block;
    text-align: center;
    border-radius: 10px;
}
.form a:hover{
    text-decoration: none;
    color: #fff;
}


/*footer*/
.footer-color{
    padding-top: 30px !important;
}

.footer-logo{
    width: 100px;
    height: 50px;
}

.footer-tab h4{
    margin:20px 0 10px 0;
    width: 50%;
}
.footer-tab ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-tab a,.footer-tab li {
    text-decoration: none;
    font-size: 14px;
  
}
.footer-tab p{
    margin-bottom: 5px;
}
.copyright{
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.req-button{
    position: relative;
    display: inline-block;
    padding: 8px 15px !important;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.icon-box{
    padding: 3px;
}
/*what we do*/

.career-card{
    margin:20px 0;
    padding: 10px;
    box-shadow: 0px 0px 5px 4px rgba(187, 187, 187, 0.2);
    border-radius: 10px;
}
.job-postion h1{
    font-size: 18px;
    margin-top: 20px;

}
.job-post ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.job-post li{
    display: flex;
    flex-direction: row;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0,0,.2);
    cursor: pointer;
}
.job-post li:hover{
    background-color: rgba(37, 146, 175, .7);
    color: #fff;
}
.job-post h6{
    align-self: center;
    font-size: 16px;
    text-transform: uppercase;
}
.job-postion i {
    align-self: center;
    font-size: 20px;
    margin-right: 10px;
}
.job-description h1{
    margin-top: 18px;
    text-align: center;
}
.job-description li{
    font-size: 14px;
}


.contact-form{
    padding-bottom: 30px;
}
.contact-form h1 {
    width: 80%;
    padding: 10px;
    border-bottom: .5px solid rgba(99, 102, 99,.2);
}
.get-direction h4 {
    margin-top: 20px;
}

/*what we do*/

.logo-heading{
    display: flex;
    flex-direction: row;
}
.logo-heading h1{
    align-self: center;
    font-size: 28px;
}
.logo-heading img{
    height: 70px;
align-self: center;
object-fit: contain;
}
.catalog-img{
    width: 100%;
    height:290px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .1);
}
.catalog-text{
    margin-top: 0px;
    padding: 15px;
    margin: 10px 0;

}
.catalog-text ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-text li{
    line-height: 2;
    font-size: 13px;
   
}
.bullet{
    margin-right: 5px;
    font-size: 12px;
}

.border-5{
    padding: 20px;
    border: 5px solid rgba(30,154,121,1);;
}

/*contact page*/

.get-direction{
    padding: 10px;
    border: 1px solid #dbdbdb;
    padding: 13px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.get-direction h1{
    margin-bottom: 20px;
    font-weight: 500 !important;
}
.contact-icon{
    display: flex;
    flex-direction:row;
    margin-bottom: 20px;
}
.contact-icon i{
    width:50px;
    height: 50px;
    padding: 15px;
    background: transparent;
    margin-right:10px;
    background: #f0c400;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}
    
.contact-icon p{
    font-size: 14px;
    flex: 1;
    align-self: center;
}
.get-direction a{
    display: block;
    margin: 20px !important;
}
.get-direction i:hover{
    background: #f0c400;
    color: #fff;
}
.get-direction h4{
    margin-top: 50px;
}
.map{
    height: 300px;
}
/*our work*/
.our-work{
    padding: 15px;
    margin-top: 35px;
}
.our-work ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-work li{
    display: inline-block;
    margin:  10px 0;
}
.our-work a{
    text-decoration: none;
    color: rgb(43, 43, 43);
    text-transform: uppercase;
    font-size: 12px;
}
.our-work a:hover , .activeOption{
    text-decoration: none;
    color: #f0c400 !important;
    font-size: 12px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}
.our-work span{
    margin: 0 8px;
}
/*image library*/
.small-image{
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.large-image{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.image-container{
    padding:0 ;
}
/*auto trade section*/
.autotrade-section h6{
    font-size: 16px;
    font-weight: 500;
}
.autotrade-section p{
    font-size: 12px;
    margin-top: 20px;
    font-weight: 500;
}
.auto-trad-img{
    margin-top: 50px;
    height: auto;
}
.bg-grey-at{
    background: rgba(0, 0, 0, .1);
}

.border-left{
    position: absolute;
 
}
.border-left:after {
    content: '';
    height: 1px;
    width: 350px;
    position: absolute;
    right: 0;
    top: -30px;
    background-color: rgba(94, 94, 94, 0.8);
    left: -10px;
}

.services-list h2{
    font-weight: 600;
    font-size: 22px;
}
.services-list{
    padding: 20px;
    margin-top: 50px;
}
.services-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.services-list li{
    font-size: 13px;
}

.header{
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px;
}
.mobile-toggler{
    width: 35px;
    height: 35px;
}
.mobile-toggler i {
    font-size: 22px;
}


.fade-text{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.dg-cta h2 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    margin: 15px 0;
}
.req-button{
    max-width: 150px;
    height: 45px;
}

.portfolio-item{
    padding: 0;
}
.portfolio-overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 320px;
}
.sidenav-cont .heading {
    font-size: 30px;
    margin-bottom: 15px;
}
.sidenav-cont .closebtn{
    color: #fff !important;
}
.sidenav-cont .side-left .heading{
    color: #f0c400 !important;
}
.sidenav-cont .side-left li a {
    font-size: 15px;
    color: #f0c400 !important;
}

.sidenav-cont {
    flex-direction: column;
}
.sidenav-cont li {
    margin-bottom: 7px;
}
.sidenav-cont li a {
    font-size: 15px;
}
.service-list-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    position: relative;
    margin: 15px auto;
}

@keyframes fadein {
    from { margin-left: 5%; opacity: .4; }
    to   { left: 0; opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { margin-left: 5%; opacity: .4; }
    to   { left: 0; opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
     from { margin-left: 5%; opacity: .4; }
    to   { left: 0; opacity: 1; }
}
.get-direction a {
    display: block;
    margin: 10px 0px !important;
}
.tab-content{
    height: auto;
}
.service-list li {
    width: 100%;
    margin-bottom: 12px;
}
.sidenav {
    width: 100%;
    max-width: 100%;
}
.package-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
    width: 100%;
}
.package-toggle-btn {
    padding: 0;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    min-width: 110px;
    height: 38px;
}
.modal-form .fields, .modal-form .text-area{
    margin:10px 0  !important;
    }

}

.slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li{
    margin: 0 5px;
}
.slick-dots li.slick-active button{

background: #eabf00;
}
.slick-dots li button{
    border-radius: 50%;
    border: none;
    outline: none;
    font-size: 0;
    background-color: rgb(127, 127, 127);
    width: 15px;
    height: 15px;
}

label.error{
    display: none !important;
}
input.error{
    border: 1px solid red !important;
    background-color: rgb(255, 202, 202) !important;
}
