/* Custom  Styling */

    @font-face { 
        font-family: 'Lato-Regular'; 
        src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') 
        format('embedded-opentype'), 
        url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'), 
        url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'), 
        url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
        font-weight: normal; font-style: normal; }

html{scroll-behavior:smooth}
body{
        font-family: 'Heebo', sans-serif;
}
main{
    min-height: calc(100vh - 304px);
}
.btn-blue{
    background: #3B65B7;
    padding: 10px 25px;
    color: #fff;
    border: 0 !important;
    transition: all 0.35s ease;
}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    padding: 15px 0;
/*    box-shadow: 0 0 10px 1px #6666665e;*/
}
.navbar-brand>img{
    width: 100%;
    max-width: 275px;
    transition: all 0.35s ease;
}
.navbar-scrolled .navbar-brand>img{
    /*width: 50%;*/
    transition: width 0.5s ease;
} 

footer a {
    color: #333;
}
.carousel-inner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.slide-text{
    position: absolute;
    left: 5rem;
    max-width: 760px;
    width: 100%;
    top: 15rem;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    text-align: left;
    z-index: 11;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 2px;
}
.slide-text h2{
    font-family: 'Heebo', sans-serif;
        font-size: 35px;
    font-weight: 400;
}
.carousel-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(2,0,36);
    background: linear-gradient(289deg, rgba(2, 0, 36, 0.3) 0%, rgba(0, 0, 0, 0.5) 3%, #132240f2 53%);
}
.slide-text p{
    margin: 3rem 0;
    font-size: 18px;
    padding: 0 6rem 0 0;
}
.slide-text a{
background: #1E3767;
    padding: 15px 4rem;
    color: #fff;
    font-size: 15px;
    transition: all 0.35s ease;
}
.slide-text a:hover{
background: #fff;
     color: #1E3767;
    text-decoration: none;
    transition: all 0.35s ease;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
    margin: 0 15px;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    font-family: 'Lato-Regular';
    transition: all 0.35s ease;
    background: #1e3767;
}
.navbar .navbar-nav .nav-link:hover{
    text-decoration: none;
    transition: all 0.35s ease;
}
.navbar .navbar-nav .nav-link::after{
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    width: 0%;
    margin: auto;
    height: 2px;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
.navbar-toggler{
    background: #fff;
}
.navbar-toggler-icon {
    display: block;
    width: 23px;
    height: 2px;
    margin: 5px 0;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background: #1e3767;
}
.navbar .navbar-nav .nav-link:hover::after{
    width: 50%;
    transition: all 0.5s ease;
}

.navbar .navbar-nav .nav-link.border-menu{
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-link.border-menu:hover{
    background: #1E3767;
    border-color: #1E3767;
    transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-link.border-menu:hover::after{
    display: none;
}
.navbar.navbar-scrolled{
    background: #1E3767;
    transition: all 0.35s ease;
}
.row.plan_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.plan_box {
    width: calc(94% / 3);
    background: #1F2124;
    padding: 15px;
    box-shadow: 0 5px 10px 7px #6666664f;
    text-align: center;
    color: #fff;
    transform: scale(1);
    transition: all 0.5s ease;
}
.plan_box:hover{
       transform: scale(1.05);
    transition: all 0.5s ease;
    background-image: linear-gradient(90deg, #3861b1, #1a2c50f5);
}
.plan_box figure{
    background: #fff;
    border-radius: 50%;
    max-width: 85px;
    height: 85px;
    overflow: hidden;
    margin: 20px auto;
    padding:20px;
}
.plan_box h2.plan_name {
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}
.price.text-center h2 {
    font-size: 32px;
    margin-bottom: 0px;
}
.price.text-center p {
    font-size: 16px;
    color: #A1BDF4;
}
.price.text-center h2>span{
    font-size: 20px;
}
.plan_box>ul>li {
    color: #fff;
    list-style: none;
    padding: 7px 0;
    position: relative;
    max-width: 232px;
    margin: 0px auto;
    font-size: 14px;
        text-align: left;
    padding-left: 30px;
}
.plan_box>ul>li:after{
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 2px;
    font: 25px;
    padding: 5px;
    
}
.plan_box a.choose_plan > img {
    margin-left: 5px;
    transition: all 0.5s ease;
}
.plan_box:hover a.choose_plan:hover > img {
    transform: translateX(10px);
    transition: all 0.5s ease;
        
}
.plan_box a.choose_plan {
    color: #fff;
    background: #1F2124;
    padding: 8px 25px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto;
    transition: all 0.8s ease;
}
.plan_box:hover a.choose_plan{
    color: #1E3767;
    background: #fff;
    text-decoration: none;
    transition: all 0.8s ease;
}
.plan_box>figure>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
section.full-bg-section.p-5.text-center {
    padding: 5em !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.full-bg-section h2 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    max-width: 1064px;
    width: 100%;
    margin: 30px auto;
}
section.full-bg-section.p-5.text-center h3{
    font-weight: 400;
}
section.full-bg-section a {
    border: 2px solid #fff;
    padding: 10px 27px;
    margin: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.35s ease;
}
section.full-bg-section a:hover {
    background: #3C68BC;
     border: 2px solid #3C68BC;
    letter-spacing: 2px;
    transition: all 0.35s ease;
}
.what-we-do p{
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #6E6E6E;
}
.what-we-do p:after {
    content: "";
    background: #3C68BC;
    position: absolute;
    width: 100%;
    max-width: 430px;
    bottom: -40px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.what-we-do h2{
    color: #484848;
        font-weight: 400;
        margin: 0;
}
.row.img-content p {
    font-size: 1.3rem;
}
.img-content > .col-sm-6{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
section.story-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px;
}
section.story-row .story_box {
   width: calc(96% / 3);
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 255px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 8px 25px 2px #666666b3;
    transition: all 0.35s ease;
}

section.story-row .story_box a{
    color: #fff;
    text-decoration: none;
        font-size: 12px;
    letter-spacing: 1px;
}
.story_title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.story_title {
    transform: translateY(-65px);
    transition: all 0.8s ease;
    opacity: 0;
}
section.story-row .story_box:hover .story_title {
    transform: translateY(0px);
    transition: all 0.8s ease;
    opacity: 1;
} 
.story_title p {
    margin: 0;
    font-size: 12px;
}
section.story-row .story_box:after{
    content: "";
    background: linear-gradient(180deg, #00000005, #000000c9);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
    transition: all 0.35s ease;
}
section.story-row .story_box a>img {
    transform: translateX(0px);
    transition: all 0.2s ease;
}
section.story-row .story_box:hover a>img {
    transform: translateX(7px);
    transition: all 0.2s ease;
}
section.story-row .story_box:hover::after{
    cursor: pointer;
    height: 100%;
    transition: all 0.35s ease;
}
.massonary_story{
    background-position: center;
    min-height: 280px;
    margin: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
}
.mas-story-title h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.mas-story-title p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}
.massonary_story a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}
.massonary_story a>img {
    transform: translateX(5px);
    transition: all 0.2s ease;
}
.massonary_story:hover a>img {
    cursor: pointer;
    transform: translateX(10px);
    transition: all 0.2s ease;
}
.w-80 {
    width: 59%;
    float: left;
}
.w-40 {
    width: 39%;
    float: left;
}
footer {
    padding: 60px 0;
    background-color: #171518;
}
footer ul li{
    list-style: none;
    display: inline-block;
}
footer ul li a{
    color: #000;
    padding: 5px;
    text-decoration: none;
    margin: 5px;
}
footer p{
    color: #7A7A7D;
}
footer ul{
    padding: 0;
}
.custom-banner{
    height: 25vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-right p {
    color: #ACACAD;
    padding-right: 8rem;
    margin-bottom: 2rem;
        font-size: 14px;
}
.footer-right h4 {
    color: #D9AC33;
    font-weight: 400;
    font-size: 18px;
}
.helpful-links h3{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.helpful-links>ul{
        border-bottom: 1px solid #2A282B;
}
.helpful-links>ul li a {
    margin: 25px 5rem 25px 15px;
    display: inline-block;
    color: #ACACAD;
    position: relative;
        font-size: 14px;
}
.helpful-links>ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.helpful-links>ul li a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 16px;
    width: 8px;
    height: 1px;
    background: #ACACAD;
}
.connect ul li a {
    margin: 10px;
    color: #6B6B6B;
    font-size: 22px;
    transition: all 0.35s ease;
}
.connect ul li a:hover {
    color: #fff;
    transition: all 0.35s ease;
}
.helpful-links .connect {
    margin: 3rem 0;
}
.helpful-links .connect ul{
    padding-left: 3rem;
}
.helpful-links .connect p{
    color: #fff;
    font: 22px;
    display: inline-block;
}
.helpful-links .connect ul{
    display: inline-block;
}
.footer-right input[type='email'] , .footer-right input[type='email']:focus , .footer-right input[type='email']:focus-within {
    background: #363636;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    outline: none;
    color: #E4E4E4;
    min-width: 310px;
}
section.copyright.p-3.text-center {
    background: #112243;
    color: #ACACAD;
}
.footer-right button {
    background: #3BAA62 !important;
    margin-left: 10px;
      padding: 15px;
    border: 0;
    border-radius: 5px;
    outline: none;
}

  .contact-list{
      position: relative;
  }
  .contact-list:after {
    content: "";
    background: #1e3a6fa6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact-list figure {
    margin: 0;
    height: 315px;
}
.contact-list figure>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.contact-list .contact-info {
    position: absolute;
    width: 53%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff !important;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.contact-list .contact-info a {
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    text-decoration: none;
    font-family: 'Lato-Regular';
}

.contact-list .contact-info a i{
    margin-right: 15px;
    margin-top: 5px;
}
div#careers {
    border-top: 2px solid #ddd;
    margin-top: 5rem;
    padding: 2rem 0 0;
}
div#careers  a.submit-cv {
    background: #1E3A6F;
    height: 37px;
    line-height: 37px;
    color: #fff;
    width: 182px;
    margin: 30px auto;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #1E3A6F;
    transition: all 0.35s ease;
}
div#careers  a.submit-cv:hover {
    background: #ffffff;
    color: #1E3A6F;
    text-decoration: none;
    transition: all 0.35s ease;
}
/* Animations */
.cus_animate {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out ;
    -o-transition: all 0.5s ease-in-out ;
    opacity: 0;
    visibility: hidden;
}
.cus_animate1 {
    transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out ;
    -o-transition: all 0.9s ease-in-out ;
    opacity: 0;
    visibility: hidden;
}

.fromBottom {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.fromBottom1 {
    transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
}
.fromBottom.animateStart {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.fromBottom1.animateStart1 {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.fromBottom.animateStart1 {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.cus_animate.animateStart {
    opacity: 1;
    visibility: visible;

}
.cus_animate1.animateStart1 {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

}
.fromLeft {
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}
.fromLeft1 {
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}
.fromLeft.animateStart {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.fromLeft1.animateStart1 {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.fromRight.animateStart {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.fromRight1.animateStart1 {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.fromRight {
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}
.fromRight1 {
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}
section.legal-content a , section.legal-content p {
    font-size: 20px;
}
/* Register Page */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    max-width: 450px;
    margin: 29px auto 35px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.setup-content h1 , .setup-content h2 , .setup-content h3 , .setup-content p , .setup-content a , .setup-content label{
    color: #fff;
}
.setup-content input{
    border: 0;
    border-bottom: 2px solid #CCCCCC;
    background: transparent;
    border-radius: 0;
    color: #CCCCCC;
    transition: all 0.35s ease;
}
.setup-content input:focus , .setup-content input:focus-within{
    border-bottom:2px solid #3B65B7;
    background: transparent;
    outline: none;
    box-shadow: none;
    transition: all 0.35s ease;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #B1BACD;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: left;
    position: relative;
}

.stepwizard-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background: #767D8C;
}
.stepwizard-step .btn-primary {
  background: #3B65B7;
}
#register_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/* Media Query */
@media (max-width:1200px){
    .footer-right input[type='email'], .footer-right input[type='email']:focus, .footer-right input[type='email']:focus-within {
    min-width: 240px;
}
    .w-80 {
    width: 58%;
    float: left;
}
    .slide-text {
    left: 2rem;
    max-width: none;
    width: 100%;
    top: 11rem;
    padding-right: 3rem;
}
    .slide-text h2 {
    font-size: 28px;
}
    .slide-text p {
    margin: 2rem 0 3rem;
    font-size: 15px;
    padding: 0 6rem 0 0;
}
}
@media (max-width:991px){
   
    .slide-text, .slide-text:hover{
        font-size: 16px;
    }
    .footer-right p {
    padding-right: 0rem;
}
    .massonary_story {
     padding: 10px;
    min-height: 185px;
}
    section.story-row .story_box{
        min-height: 170px;
    }

}
@media (max-width:767px){
  .what-we-do p {
    padding: 15px 0 !important;
}
    .row.img-content p {
        padding: 25px 0;
    }
    footer p {
        padding: 0 !important;
    }
 
    .navbar-light .navbar-brand {
        max-width: 100px;
    }
    .plan_box {
    width: 100%;
    margin: 15px;
}
    .slide-text h2 {
    font-size: 20px;
}
    .slide-text {
    left: 1rem;
    top: 9rem;

}
    .slide-text p {
    margin: 2rem 0 3rem;
    font-size: 14px;
    padding: 0 3rem 0 0;
    letter-spacing: 0;
}
    .carousel-inner img {
    height: 90vh;
}
    .slide-text a {
    padding: 10px 2rem;
    font-size: 14px;
}
    
    .navbar-toggler{
        padding: 2px 7px;
    }
    .navbar-toggler-icon {
    width: 19px;
    height: 2px;
    margin: 4px 0;
}
    section.full-bg-section.p-5.text-center {
    padding: 2em !important;
}
    section.full-bg-section h2 {
    font-size: 20px;
    margin: 15px auto;
}
    section.story-row {
   
       -webkit-box-orient: vertical;
        -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
        flex-direction: column;
}
    section.story-row .story_box {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
}
    section.story-row .story_box {
    min-height: 210px;
}
    section.story-row .story_box .story_title {
    transform: translateY(0px);
    transition: all 0.8s ease;
    opacity: 1;
}
    .what-we-do h2 {
    font-size: 20px;
}
    section.full-bg-section.p-5.text-center h3 {
    font-weight: 400;
    font-size: 14px;
}
    .helpful-links>ul li a {
    margin: 15px 5px 15px 5px;
    font-size: 14px;
}
    .helpful-links .connect ul {
    padding-left: 0rem;
}

.navbar { padding:15px 10px !important; }
nav.navbar.navbar-expand-lg.static-top.px-5 .text-left {
    display: inline-block !important;
    float: left;
    width: 80%;
}
.navbar-brand>img {
    /*width: 60%;*/
    transition: all 0.35s ease;
}
li.nav-item {
    margin-bottom: 10px;
}
.footer-right input[type='email'], .footer-right input[type='email']:focus, .footer-right input[type='email']:focus-within {
    min-width: 210px;
}

}