/*-----------------------------------------------------------------------------------

    Theme Name: Eaze
    Theme URI: http://
    Description: Single Page Stratup Template
    Author: Theme_Wala
    Version: 1.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

== Table Of Content

    | Base
    | Typography
    | Spacing
    | Form
    | Scroll To Top
    | Modal --> (Navbar)
    | Navbar
    | Header
    | About Us
    | Services
    | Call to action
    | Pricing
    | Customer Reviews
    | Recent Posts
    | Footer
    | Media Queries
	
---------------------------------------------------------------- */

/* ====================== [ Base  ] ====================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
  }
h6{
        font-family: 'Rubik', sans-serif;
}
body {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#captcha{
        padding: 10px 20px;
}
.form-input img{
    width: 80px;
}
.new-captcha{
        display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
h1{
    font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
.new-text-popup{
       margin: 0  !important;
    font-size: 50px  !important;
    color: #050d36  !important;
    letter-spacing: 1px  !important;
    font-weight: bold  !important;

}
.wrapper-2 h1{
        font-weight: bold;
    font-size: 70px;
}
.wrapper-2 p{
  margin:0;
  font-size: 30px;
  color:#000;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#5892FF;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.new-header-popup{
    border: none;
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:950px;
  margin:0 auto;
  margin-top:80px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
  
}

.sectionClass {
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../images/counter.jpeg');
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}
.sectionClass::before {
   content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 40px 0px 40px 0px;
  text-align: center;
  min-height: 20px;
}




.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #1091ef;
      margin: 0px 20px;
}

.projectFactsWrap .item:nth-child(2){
  background: #1091ef;
      margin: 0px 20px;
}

.projectFactsWrap .item:nth-child(3){
  background: #1091ef;
      margin: 0px 20px;
}

.projectFactsWrap .item:nth-child(4){
  background: #1091ef;
      margin: 0px 20px;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: #fff;
  font-size: 23px;
  margin: 0;
  padding: 10px;
}
.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */




.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}






.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);
        }
        #customers-testimonials .shadow-effect p {
            font-family: inherit;
            font-size: 17px;
            line-height: 1.5;
            margin: 0 0 17px 0;
            font-weight: 300;
        }
        .testimonial-name {
            margin: -17px auto 0;
            display: table;
            width: auto;
            background: #0A196E;
            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;
            padding: 50px;
                /*margin-bottom:80px;*/
            /*opacity: .2;*/
            -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: #0A196E;
            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: #3190E7;
            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;
        }

.color-1{
    color:#1091ef;
}

.color-2{
    color:#fff;
}

.radius-20{
    border-radius: 4px;
}

.shadow-xlg{
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}
.new-box-testimonial{
        background-color: #fff;
        padding: 40px;
        border-radius: 10px;
    }

hr{
    background-color: #fff;
}

/* ====================== [  Typography  ] ====================== */
h1{
    font-size: 3.25rem;
}

h1 > .big{
    font-size: 6.3135rem;
}

h2{
    font-size: 2.875rem;
    line-height: 4.25rem;
}

h3{
    font-size: 1.375rem;
}

h4{
    line-height: 2.50rem;
}

.text-muted{
    color: #fff !important;
        text-align: justify;
}

a{
    text-decoration: none;
    color: #0a58ca;
}

a:hover{
    color: #0a2540;
}

/*p{
    line-height: 30px;
}*/
.new-color{
    color: #fff;
}
.new-service-bg {
    padding: 29px 40px 45px 40px;
    background-color: #0a196c;
}
.new-market{
    background-color: #0a2540bd;
    padding: 45px 0px;
    border-radius: 4px;
}
.new-text-muted{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-para1 p {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
}
.footer-para1 h6 {
    margin-bottom: 25px;
    color: #fff;
}
.new-add{
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold !important;
}
.new-email{
        font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.new-logo img{
    width: 90%;
}
.contact_info>li>i {
    font-size: 18px;
    vertical-align: middle;
    max-width: 30px;
    /* width: 100%; */
    text-align: center;
    margin-right: 5px;
    color: #fff;
}
.bottom_footer {
        text-align: center;
    padding: 16px 0;
}
/*.nav-item{
        padding-top: 30px;
}*/
#home{
    padding-top: 35px;
}
.footer-para p {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.footer-para h6 {
    margin-top: 30px;
    color: #fff;
}

.lh-40{
    line-height: 2.5rem;
}

/* ====================== [  Spacing  ] ====================== */
.p-120{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.pt-120{
    padding-top: 4.5rem;
}

.pb-120{
    padding-bottom: 7.5rem;
}

.p-150{
    padding-top: 2.375rem;
   padding-bottom: 5.375rem;;
}

.pt-60{
    padding-top: 3.75rem;
}

.pb-60{
    padding-bottom: 3.75rem;
}

.g-6, .gx-6 {
    --bs-gutter-x: 6rem;
}

/* ====================== [  Form  ] ====================== */
.btn{
    background-color: #48b674;
    border-color: #48b674;
}
/*.new-bg-about{
    background-image: url('../images/banner.jpg');
    padding: 30px;
}*/
.btn:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000;
}

.btn-check:focus+.btn-primary, .btn-primary:focus{
    background-color: #1091ef;
    border-color: #1091ef;
    box-shadow: none !important;
}

.btn-lg{
    font-size: 1.125rem;
    border-radius: 2px;
    padding: 5px 18px;
}
/*.new-bg{
    background-color: #0a2540bd;
}*/
.new-email input{
    width: 100%;
}
.new-form{
    padding: 15px 40px 35px 40px;
}
.new-about-us{
    color: #000 !important;
}
.new-btn-sub{
    margin-top: 15px;
    border-radius: 2px;
    width: 100%;
    background-color: #1091ef;
    color: #fff;
}
.new-btn-sub:hover{
    background-color: #fff;
    color: #000;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(319deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bg-img {
    border-radius: 4px;
    padding: 50px;
    margin: 80px 0;
    right: -40px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.aa label {
    width: 50%;
    float: left;
}
.inner p{
    color: #000;
    font-size: 20px;
}
/*.inner{*/
/*    text-align: center;*/
/*}*/
.new-form-input input{
    border-radius: 2px;    
    margin-bottom: 20px;
}
.new-col-banner{
    background-color: #0a2540bd;
}
.form-group label{
    color: #fff;
    padding: 5px;
}
.form-group{
    margin-top: 20px;
    margin-bottom: 14px;
}
.btn-lg-alt{
    background-color: #1091ef;
    font-size: 1.125rem;
    border-radius: 2px;
    padding: px 20px;
    /*margin: 15px 0px;*/
}

.btn-link{
    color: #1091ef;
}

.btn-link:hover{
    color: #0a2540;
}
.new-blog img{
    width: 100%;
}

.color-3{
    color: white;
}

.form-control{
    padding: 10px;
    border: none;
}

.form-control:focus{
    box-shadow: none;
}

.form-control::placeholder{
    color: #8c8c8c;
}

.form-control-lg{
    border-radius: 1.25rem;
    padding: 1rem 2.375rem;
}

.form-control-lg::placeholder{
    color: #8c8c8c;
    font-size: 1rem;
}
.new-input-form::placeholder{
        color: #000;
}
.new-para{
   color: #ffffff;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.new-get{
   background-repeat: no-repeat;
    background-image: url(../images/contact.webp);
    background-attachment: fixed;
    background-size: cover;
}
.new-input-form{
        border: none;
    width: 90%;
    background-color: #fff;
        color: #000;
      padding: 0px 21px;
    border-radius: 2px;
}
/*.new-input-form:focus{*/
/*    background-color: #1091ef;*/
/*        color: #ffffff;*/
/*}*/
.dropdown-toggle::after {
    display: none;
}
.footer-logo img{
   width: 100%;
/*    margin-bottom: 20px;*/
}
.footer-para img {
    width: 19px;
}
.footer-para h6 {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 30px;
    color: #fff;
}
.widget_links li {
    color: #fff;
    padding: 0 0 10px;
}
.widget_links li a{
    color: #fff !important;
    font-size: 14px !important;
    position: relative !important; 
    font-weight: bold !important;
}
.widget_links.links_style1 li a:hover, .widget_links.links_style2 li a:hover {
    padding-left: 5px !important;
    color: #0a196c !important;
}
.widget_links{
    padding-left: 0px !important;
}
.contact_info>li>i {
    font-size: 18px !important;
    vertical-align: middle !important;
    max-width: 30px !important;
    /* width: 100%; */
    text-align: center !important; 
    margin-right: 5px !important;
    color: #fff !important;
}
.contact_info>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.contact_info{
    padding-left: 0px !important;
}
.socials{
    padding-top: 25px !important;
}
.new-testi{
    width: 200px;
    height: 250px;
}
.slick-img-star img{
    width: 200px;
}
/* ====================== [   Scroll To Top  ] ====================== */
.scroll-to-top {
    background-color: #0a196c;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border:1px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i{
    color: #fff;
    line-height: 2;
    font-size: 1.4rem;
}

/* ====================== [ Modal --> (Navbar)  ] ====================== */
.navbar .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #051220;
    background-clip: padding-box;
    border: none;
    border-radius: 1.3rem;
    outline: 0;
    right:0.5rem;
}

.navbar .modal-dialog{
    margin-top:0rem;
}

.navbar .modal-close{
    color: white;
    font-size: 2rem;
}

.navbar .modal-close:hover{
    color: white;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1320px;
    }
}

/* ====================== [ Navbar  ] ====================== */
.navbar {
    background-color: #fff !important;
/*    padding-top: 1.5rem;*/
/*    padding-bottom: 1.5rem;*/
        border-radius: 4px;
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}

.navbar-light .navbar-nav .nav-link{
    color:#1b1b1b;
    margin-left: 1.8rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #1091ef;
}

.navbar-nav .search-icon{
    background-color: #1091ef;
    display: inline-flex;
    width: 230px;
    color: white !important;
    justify-content: center;
    align-items: center;
}

.navbar-toggler:focus{
    box-shadow: none;
}

/* ====================== [   Header  ] ====================== */
header{
    background-image: url('../images/banner1.webp');
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #edf8f4;*/
}

/* ====================== [   About Us  ] ====================== */
.feature-box{
    background-color: #edf8f4;
    padding: 2.063rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.feature-box:hover{
    background-color: #1091ef;
    transition: .3s;
}

.feature-box:hover h3{
    color: #fff;
    transition: .3s;
}

.feature-box:hover .circle-large{
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}
.new-why{
    margin-left: 25px;
}
.new-get-btn{
    background-color: #1091ef;
    font-size: 1.125rem;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 10px 0px;
}
.circle-large{
    height: 90px;
    width: 130px;
    background-color: #0a196c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-box:hover .circle-large{
    background-color: #fff;
}
.feature-box:hover .circle-large i{
    color: #0a196c;
}
.circle-large i{
    font-size: 2.344rem;
    color: #fff;
}
.new-gst{
    font-size: 15px !important;
    color: #000 !important;
        margin-top: 10px !important;
}
.new-trade{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px !important;
}
.new-gst img{
    width: 20px;
}
.new-gst1{
    font-size: 15px !important;
}
/* ====================== [   Services  ] ====================== */
.services{
    background-color: #edf8f4;
}

.circle-small{
    height: 6.625rem;
    width: 6.625rem;
    background-color: #fff;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.circle-small:hover{
    background-color: #1091ef;
    transition: .3s;
}

.circle-small i{
    font-size: 2.863rem;
    color: #0a2540;
    transition: .3s;
}

.circle-small:hover i{
    color: #fff;
    transition: .3s;
}

/* ====================== [   Call To Action  ] ====================== */
.cta{
    background-color: #edf8f4;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* ====================== [   Pricing  ] ====================== */
.pricing-table{
    background-color: #edf8f4;
    position: relative;
}

.circle-extra-small{
    height: 3.25rem;
    width: 3.25rem;
}

.circle-extra-small i{
    font-size: 1.625rem;
    color: #343434;
}

.price-circle{
    height: 5.313rem;
    width: 5.313rem;
    background-color: #1091ef;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-size:1.625rem;
    color: #fff;
}

/* ====================== [   Customer Reviews  ] ====================== */
.reviews{
    background-color: #edf8f4;
    background-image: url(../images/bg-circle.png);
    background-position: center 15%;
    background-repeat: no-repeat;
}
.reviews .slide{
    padding: 0px 40px;
}


.slide .position{
    font-weight: bold;
    font-size: 20px;
    color: #0a196c;
/*    padding-bottom: 2rem;*/
}

/* ====================== [   Recent Posts  ] ====================== */
.post-heading{
    background-color: #edf8f4;
}

/* ====================== [   Footer  ] ====================== */
footer{
    background-color: #00a8ff;
    color: #fff;
}

.socials li a{
        background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
/*    border: 1px solid #fff;*/
    border-radius: 100%;
    height:35px;
    width: 35px;
    color: #0a196c;
    font-size: 18px;
    transition: 0.3s;
}
.socials li{
    padding: 2px 3px;
}
.socials li a:hover{
    background-color: #fff;
    color: #1091ef;
    transition: 0.3s;
}
.widget_title {
        font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.footer-para1 h6 {
    margin-bottom: 25px;
    color: #fff;
}
.new_form{
    margin: 0 200px;
}
.navbar-nav .nav-item:last-child{
    font-size: 16px;
}
/* ====================== [   Media Queries  ] ====================== */
@media screen and (max-width: 991px) {
   
    
    .new-toggler{
    position: absolute !important;
    right: 20px !important;
        top: 20px !important;
}
}
@media screen and (max-width: 786px) {
     .projectFactsWrap {
    display: flex;
    flex-direction: column;
        }
        .projectFactsWrap .item {
            width: 85%;
        }
        .projectFactsWrap .item:nth-child(1),.projectFactsWrap .item:nth-child(2),
        .projectFactsWrap .item:nth-child(3),.projectFactsWrap .item:nth-child(4) {
            margin: 20px 20px;
        }
}

@media screen and (max-width: 767px) {
    
    
     .bg-img{
        right: 0;
        padding: 20px;
    }
    
        
    .new-logo img {
        width: 30%;
    }
    .aa label {
    width: 100%;
    }
    .new-toggler {
    top: 13px !important;
}
 .reviews .slide{
    padding: 0px 0px;
    }
}
@media (max-width: 1200px) {
    /*.nav-item a{*/
    /*    font-size: 14px;*/
    /*}*/
    .navbar-light .navbar-nav .nav-link {
        margin-left: 6px;
    }
    h1{
        font-size: 2.25rem;
    }

    h1 > .big {
        font-size: 5.3135rem;
    }
}

@media (max-width: 991px) {
    .new_form{
    margin: 0 0px;
}
.new-logo img {
    width: 23%;
}
    .modal-xl {
        max-width: 1320px;
    }
    .navbar-nav, .navbar-nav .dropdown-menu{
        text-align: center;
    }
    .navbar-nav .nav-item{
        padding-top: 0.7rem;
    }
}

@media (max-width: 320px) {
    .new-logo img {
    width: 55% !important;
}
}
@media (min-width: 375px) and (max-width: 500px){
    .new-logo img {
    width: 40% !important;
}
}
@media (max-width: 768px) {
    /*.bg-img{
        right: 0;
        padding: 20px;
    }
    .new-logo img {
        width: 30%;
    }
    .aa label {
    width: 100%;
    }
   */
    h1{
        font-size: 2.25rem;
    }

    h1 > .big {
        font-size: 5.3135rem;
    }
}

@media (max-width: 576px) {
    h1{
        font-size: 2.25rem;
    }

    h1 > .big {
        font-size: 4.3135rem;
    }

}
@media (max-width: 480px) {
    h1 > .big {
        font-size: 3.25rem;
    }
}