
::selection{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px #3db54d !important;
}


h1, h2,h3,h4,h5,h6{
    font-family: 'Brawler', serif;
}
a{
    text-decoration: none;
}
.zunivan-header-logo{
    padding: 17px;
}
.slider-area {
    position: relative;
}

.slider-area .col-10{
    position: relative;
    top: -100px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 22%);
}

.slider-area .col-10 img{
    max-width: 140px;
    padding-top: 50px;
}

.slider-area .col-10 h2{
    color: #22376d;
    font-size: 2.5rem;
    padding-bottom: 50px;
}

.slider-area .contents h1{
    color: #ffffff;
    font-family: "Brawler", Sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.slider-area .contents h2{
    color: #ffffff;
    font-family: 'M PLUS 2', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.slider-area .contents{
    position: absolute;
    z-index: 9999;
    top: 40px;
    text-align: center;
    width: 100%;
}
.slider-area .learn-more-button {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 20%;
}
.zunivan-dropdowns{
    position: relative;
    z-index: 99999;
}
.zunivan-dropdowns .text-decoration-none{
    font-size: 30px 30px;
    background-color: var(--e-global-color-primary);
    border-radius: 0 0 0 30px;
    box-shadow: -10px 10px 30px 0 rgb(0 0 0 / 15%);
    padding: 30px 25px 30px 30px;
    position: fix;
}
.element .element-content{
    background-color: #eff1f3;
    display: flex;
    align-items: center !important;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.element .element-content div {
    padding: 0 12%;
}
.element .element-content h3{
    color: #54595f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.element .element-content h3::after{
    position: absolute;
    width: 110px;
    content: '';
    background-color: #29aae2;
    height: 5px;
    left: 0;
    bottom: 0;
}
.element .element-content p{
    color: #7a7a7a;
    font-size: 18px;
}
.element .element-content a{
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #00499f;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
}
.element .element-content a:hover{
    background-color: #fff;
    color:#00499f;
}

.street-section {
    padding: 100px 0px;
}

.item-street {
    margin-bottom: 20px;
}

.item-street .flex-shrink-0{
text-align: center;
}

.item-street .flex-grow-1{
    background-color: #004092;
    color: #fff;
    padding: 30px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    min-height: 160px;
}

.item-street .flex-grow-1::after{
    top: calc( 25px + (75px/2) - 8px);
    -webkit-transform: scaleY(.75) rotate(135deg);
    -ms-transform: scaleY(.75) rotate(135deg);
    transform: scaleY(.75) rotate(135deg);
    left: -8px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #22376d;
    position: absolute;
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.item-street .ms-3::after{
    left: 100% !important;
    margin-left: -14px;
}

.item-street .flex-shrink-0 {
padding: 20px;
}

.item-street .flex-shrink-0 h3{
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}

.item-street .flex-shrink-0 h5{
    color: #54595f;
    font-size: 15px;
    font-weight: 300;
}
.contact-element{
    background-color: #fcf9f9;
}
.contact-element .contact-element-content{
    display: flex;
    align-items: center !important;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 70px;
}
.contact-element .contact-element-content .gap{
    padding: 0 0;
}
.contact-element .contact-element-content h3{
    font-family: 'Playfair Display', serif;
    color: #464646;
    font-size: 55px;
    font-weight: 500;
    font-style: oblique;
    line-height: 1.2em;
    letter-spacing: -0.7px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.contact-element .contact-element-content h3::after{
    position: absolute;
    width: 52px;
    content: '';
    background-color: #29aae2;
    height: 5px;
    left: 0;
    bottom: 0;
}


ul.contact-element-content .icon-list-items {
    padding: 0;
}
.contact-element-content .icon-list-items .icon-list-item{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-element-content .icon-list-icon{
    font-size: 40px;
    color: #464646;
    padding: 10px;
}
.contact-element-content .icon-list-text{
    font-size: 16px;
    line-height: 2.3em;
    color: #777777;
    padding-left: 15px;
}
.contact-element-background{
    background: #e5e5e5;
    padding: 70px 0 70px 120px;
}
.partner-row{
    padding: 50px;
}
.partner-row h3{
    color: #54595f;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    
    text-transform: uppercase;
    margin-bottom: 10px;
}
.partner-row p{
    text-align: center;
    color: #7a7a7a;
    font-size: 18px;
    margin: 0 auto;
    padding: 20px;
    
}
.img-row img{
    width: 100%;
    height: 100%;
}
.menu-row{
 display: block;
margin: 0px auto;
padding: 0;
padding-top:30px;
}
.menu-row a{
    font-size: 18px;
    padding: 18px 17px !important;
    display: block;
    transition:  0.5s;

}
.copyright-element p{
    color: #7a7a7a;
    font: 14px buenard, sans-serif;
}
.socialmedia-element a{
    margin: 0;
    padding: 0;
    padding: 12px;
    background-color: #FFFFFF;
    color: #7a7a7a;
    min-width: 15px;
    font-size: 20px;
    text-align: center;
    display: block;
    float: left;
}
.socialmedia-element a:hover{
    color: #00499f;
}

.contact-element-form {
    margin: 0px 200px 0px -200px;
    padding: 55px 55px 55px 55px;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 19%);
}
.contact-element-form .ele-mesurement{
    width: 33.333%;
    padding-right: calc( 20px/2 );
     padding-left: calc( 20px/2 );
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}
.contact-element form input {
    background: rgb(231, 228, 228);
    border: none;
    padding: 10px 30px;
}
.contact-element form button {
    width: 90%;
    background: #fff;
    color: #333;
    border: 2px solid rgb(28, 3, 75);
    padding: 16px 0px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
}
.contact-element form textarea {
    width: 88%;
    background: rgb(231, 228, 228);
    border: none;
    color: rgb(54, 53, 53);
    padding: 30px 20px 0 20px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    resize: none;
}
.background-area{
    padding: 15px;
    background: url('../img/atlanta-2.jpg')  0% 90%;
    background-size: cover;
    position: relative;
    min-height: 495px;

}
.background-area .text-gap{
    padding: 50px;
}
.header-text h1{
    color: #ffffff;
    font-family: "Brawler", Sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.get-in-touch{
    padding: 20px;
}
.button-6 {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - -12px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }
  
  .button-6:hover,
  .button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
  }
  
  .button-6:hover {
    transform: translateY(-1px);
  }
  
  .button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
  }
  .foundation-element{
      padding: 30px;
  }
  .icon-row-content .icon-elementor a{
    font-size: 75px;
    color: rgb(24, 24, 116);
    text-align: center;
    transition: all 0.3s;
  }
 .services-card {
     border: 0;
 }


  .icon-row-content .icon-elementor a:hover{
     font-size: 82px;
      color: rgb(24, 24, 116);
      transition: all 0.3s;
    }

  .icon-row-content h5{
      color: #004092;
      font-weight: 900;
      text-align: left;
  }
  .heading-element h1{
    font-family: 'M PLUS 2', sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit;
    font-size: 45px !important;
	text-align: center;
	color: #004092 !important;

  }
  
  .icon-elementor a img{
	      max-width: 122px;
    display: block;
    margin: 0px auto;
    padding: 1rem 1rem;
  }
  
  .heading-element h2{
	      text-align: center;
    padding-bottom: 20px;
    font-family: 'M PLUS 2', sans-serif;
  }
  
  .heading-element .para-gap{
    padding: 0 17%;
  }
  .heading-element p{
    text-align: justify;
    color: #777777;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: 18px;
  }
  .foundation-element .part-one{
    padding: 0 17%;
}
.foundation-element .part-one-content{
    padding: 30px 30px 30px 30px;
}
.foundation-element .part-one-content .accordion-item{
    padding: 7px;
}
.foundation-element .part-one-content a{
    color: #54595f;
    font-weight: 500;
    font-size: 16px;
}
  .insights-row{
      padding: 80px;
    background-color: #f3f3f3;
    font-family: 'M PLUS 2', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 100;
  }
  .map-row .map-row-element{
   
    background-size: cover;
}
.tech-mod {
    padding: 80px 0;
    background: url(../../photos/small-bottom-right-pt.png) right bottom no-repeat #FAFAFA;
    background-size: 30% auto;
    text-align: center;
}

.cmn-bottom-border {
    border-bottom: 1px solid #cae0e7;
}
.text-capitalize {
    text-transform: capitalize!important;
    color: #54595f;
    font-size: 30px;
    font-weight: 550;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.new-cb-section {
    text-align: left;
}

.new-cb-section-1 {
    padding: 68px 35px !important;
    width: 23%;
    min-height: 546px;
}
.new-cb-section-1 {
    border: 1px solid #8a8a8f;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 35px ;
    -webkit-box-shadow: -2px 5px 20px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: -2px 5px 20px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -2px 5px 20px 0px rgb(0 0 0 / 17%);
    position: relative;
}
.new-cb-section-2 {
    padding: 50px 30px 0;
    width: 18%;
    min-height: 510px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
    margin: 20px 0;
}
.new-cb-section-pan {
    display: inline-block;
    vertical-align: top;
    
    line-height: 29px;
    font-family: "Source Serif Pro", serif;
    color: #54595f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.new-cb-sectionasn img{
    max-width: 70px;
}

.new-cb-sectionasn h4{
    color: #22376d;
    font-size: 1.5rem;
    font-weight: 500;
}

/**/
.zunivan-header-logo a img{
    max-width: 300px;
}

.element .d-grid{
    grid-template-columns: 2fr 2fr;
}

.contact-element .d-grid{
    grid-template-columns: 2fr 2fr;
}

.icon-row-content .overflow-hidden .card-text{
    font-size: 18px;
    font-family: 'M PLUS 2', sans-serif;
    color: #7a7a7a;
}

.img-row-asn .bg-light{
    min-height: 150px;
  }

  .uphoria{
    padding-top: 40px;
  }

@media screen and (max-width: 991px) {
  body{
      overflow-x: hidden;
      max-width:991px;
  }

    .zunivan-header-logo a img{
        max-width: 200px;
        display: block;
        float: left;
    }

    .slider-area .col-10{
        display: block;
        top: 0px;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }

    .slider-area .contents h1 {
        font-size: 20px;
    }

    .slider-area .contents h2 {
        font-size: 26px;
    }

    .slider-area .learn-more-button {
        padding-top: 0;
    }

    .slider-area .learn-more-button a button{
        padding: 4px 15px;
        font-size: 13px;
    }

    .element .d-grid{
        grid-template-columns: 1fr;
    }

    .new-cb-section-1 {
    width: 90%;
    min-height: 346px;
    margin: 0px auto;
    text-align: center;
}
.new-cb-section-2{
    width: 90%;
    min-height: 346px;
    margin: 0px auto;
    border: 1px solid #8a8a8f;
    -webkit-box-shadow: -2px 5px 20px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: -2px 5px 20px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -2px 5px 20px 0px rgb(0 0 0 / 17%);
    margin-top: 20px;
    text-align: center;
}

.element .element-content div{
    padding: 7%;
}

.contact-element .d-grid{
    grid-template-columns: 1fr;
}
   
.contact-element-form {
    margin: 0;
    padding: 30px;
}

.contact-element-background {
    padding: 0;
}

.foundation-element .part-one {
    padding: 0 0;
}

.element .bg-light  img {
    padding-bottom: 20px;
}

.menu-row {
    padding: 0;
    margin: 0;
}
.heading-element .para-gap {
     padding: 0 !important; 
}

.icon-row-content .overflow-hidden .col-md-4,
.icon-row-content .overflow-hidden .col-md-8{
    width: 100%;
    background-color: #f9f9f9;
}

.icon-row-content .overflow-hidden .col{
    flex: 0 0 auto;
}

.icon-row-content .overflow-hidden h5{
    text-align: center;
    font-size: 22px;
}

.icon-row-content .overflow-hidden .card-text{
    font-size: 17px;
    text-align: justify;

}

.element .element-content p{
    text-align: justify;
}

.heading-element h1 {
    font-size: 30px !important;
}

.asnscit-header{
    text-align: center;
}

.asnscit-header .copyright-element{
    margin:0px auto;
}

.img-row-asn .bg-light{
    min-height: 100px;
  }


  .uphoria{
    padding-top: 10px;
  }

.elementor-form .d-flex{
    display: block !important;
    width: 100%;
}

.contact-element form input {
    width: 94%;
}

.contact-element .ele-mesurement{
    width: 100%;
}

.foundation-element .part-one-content {
    padding: 0;
}

.contact-element .contact-element-content h3{
    font-size: 36px;
}
.zunivan-dropdowns .text-decoration-none {
    font-size: 20px;
    padding: 20px 15px 20px 20px;
    position: fix;
}

.header-text h1 {
    font-size: 36px;
    line-height: 34px;
}

.contact-element-content .icon-list-text {
    padding-right: 10px;
}

}

.slider-area .asnvideo{
    position: relative;
}

.slider-area .asnvideo::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top:0;
    left: 0;
}


.img-row-asn .bg-light a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
 
 
 .asn_address_bar {
     padding-bottom: 70px;
 }
 
  .asn_address_bar table{
     border: 0;
 }
 
   .asn_address_bar tr td:first-child{
           width: 45px;
    font-size: 30px;
    text-align: center;
    vertical-align: top;
    line-height: 18px;
   }
   
     .asn_address_bar td:last-child{
         
   }
 
    .asn_address_bar td .fa-mobile{
             font-size: 36px;
   }
 
    .asn_address_bar td .fa-envelope-o{
              font-size: 22px;
   }
 
 
  .asn_address_bar tr{
          padding-bottom: 10px !important;
    display: block;

  }
  
     .asn_address_bar td p{
         margin:0;
         padding:0;
           color:#333;
     }
     
     .asn_address_bar td p a{
         color:#333;
     }
  

     /*Ahasan Contact Chapca style*/
     
.submit__generated {
    display: inline-block;
  }
  .submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .submit__generated.valid:after, .submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
  }
  .submit__generated.valid:after {
    content: "";
    color: #2ecc71;
  }
  .submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
  }
  .submit__generated.unvalid:after {
    content: "";
    color: #e74c3c;
  }
  .submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
  }
  .submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
  }
  
  i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
  }
  
  span.submit__error,
  span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
  
  .submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .submit:hover {
    background-color: #3498db;
  }
  .submit:active, .submit.enter-press, .submit.overlay {
    margin: 55px 0 46px 0;
    box-shadow: none;
  }
  
  .submit__overlay {
    height: 46px;
    width: 135px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    margin-top: -93px;
    margin-left: -7px;
  }
  
  .low-opa {
    opacity: 0.4;
  }
  
  .fadeOut {
    opacity: 0;
    transform: translateY(10px);
  }
  
  .fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  
  .form-fields,
  .form-success {
    transition: all 0.2s ease-out;
  }
  
  .form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
  } 

  .asn-chacha-input{
    width: 140px !important;
    background-color: #fff !important;
    position: relative !important;
    z-index: 9999;
  }


  /*asn button contact*/

  .contact-element form .submit {
    background: rgba(41, 170, 226, 1) !important; 
}

  .contact-element form .overlay{
    background: rgba(41, 170, 226, 1);
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
           -4px -4px 5px 0px rgba(255, 255, 255, .9),
           7px 7px 20px 0px rgba(0, 0, 0, .2),
           4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
    width: 128px;
  }

