@import url('http://fonts.cdnfonts.com/css/tt-norms-pro');    

body {
    overflow-x:hidden;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'TT Norms Pro', sans-serif;                                               
}

::-webkit-input-placeholder { /* Edge */
    font-family: 'TT Norms Pro', sans-serif !important; 
    color: rgb(209, 208, 208) !important;
    font-size: 14px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'TT Norms Pro', sans-serif !important; 
    font-size: 14px;
    color: rgb(209, 208, 208) !important;
  }
  
  ::placeholder {
    font-family: 'TT Norms Pro', sans-serif !important; 
    font-size: 14px;
    color: rgb(209, 208, 208) !important;
  }




h1,h2,h3,h4,h5,h6,p,span{
     font-family: 'TT Norms Pro', sans-serif !important; 
}
p{
    font-size: 15px !important;
}
*{
    box-sizing: border-box;
}


/* Navbar */
.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: black;
    font-size: small;
    font-weight: 500;
    margin-left:10px;
    margin-right:10px;
}

.navbar .nav-link:hover,.navbar .nav-link:focus {
    color: #7A365E;
    text-decoration: none;
}
.mybtn{
    height: 40px;
    width: 140px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 20px;
}

.mybtn:hover{
    background-color: white;
    color: #4c4e4a !important;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: white;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: black;
}

.navbar.active .nav-link:hover,.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

.rightside{
    margin-left: 100px;
}
.navbar.active .email {
    color: black !important;
}
.email{
    color: white !important;
}
.navbar.active .mybtn {
    color: black !important;
    border: 0.5px solid black !important;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: white;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: black;
        text-align: center;
    }

    .mybtn{
        width: 100%;
        margin-top: 10px;
        color: black;
        border: 0.5px solid black;
    }
    .rightside{
        margin-left: 0;
    }
    .email{
        color: black !important;
    }
}


.sec1{
    height: 700px;
}
.sec1 h1{
    text-align: start;
    margin-top: 280px;
    margin-left: 0px;
    font-weight: 500;
    font-size: 40px;
}
.sec1 p{
    margin-top: 20px;
    margin-left: 0px;
}
.sec1 button{
    margin-top: 20px;
    margin-left: 0px;
    height: 40px;
    width: 150px;
    background-color: #7A365E;
    border-radius: 40px;
    color: white;
}

.sec1-img{
    position: absolute;
    right: -60% !important;
    z-index: -999;
}
.sec2{
    margin-top: 180px;
    height: 500px;
}
.sec2 h6{
    color: #7A365E;
    font-size: medium;
    font-weight: 500;
    text-align: center;
}
.sec2 h3{
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}
.sec2 p{
    text-align: center;
    margin-top: 20px;
}
.keybenefit2{
    margin-top: 20px;
    height: 300px;
    width: 250px;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
}
.keybenefit2:hover {
    background-color:#3B3564;
}
.keybenefit2:hover h4, .keybenefit2:hover p{
    color: white;
}
.keybenefit2 h4{
    font-size: medium;
    font-weight: 500;
    color: black;
    padding: 30px;
}
.keybenefit2 img{
    padding-left: 20px; 
    margin-top: -15px;
    height: 90px;
}
.keybenefit2 p{
    color: black;
    font-size: 14px !important;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: -20px;
    text-align: start;
}
.sec3{
    margin-top: 50px;
    height: 600px;
}
.sec3-img{
    height: 550px;
    width: 100%;
}
.sec3 h6{
    color: #7A365E;
    font-size: medium;
    font-weight: 500;
    text-align: center;
}
.sec3 h3{
    text-align: start;
    margin-top: 20px;
    font-weight: 600;
}
.sec3 p{
    text-align: start;
    font-size: 14px;
    margin-top: 20px;
}
.learnmore{
    height: 40px;
    background-color: #7A365E;
    border-radius: 20px;
    width: 150px;
    color: white;
    margin-top: 20px;
}
.sec4{
    margin-top: 50px;
    height: 600px;
}
.sec4 img{
    height: 550px;
    width: 90%;
}
.sec4 h6{
    color: #7A365E;
    font-size: medium;
    font-weight: 500;
    text-align: center;
}
.sec4 h3{
    text-align: start;
    margin-top: 20px;
    font-weight: 600;
}
.sec4 p{
    text-align: start;
    font-size: 14px;
    margin-top: 20px;
}
.sec5{
    /* margin-top: 50px; */
    height: 900px;
}
.contact{
    margin:  auto;
    padding: 0; 
    background-image: url(images/img4.png); 
    height: 900px; 
    background-repeat: no-repeat;
    background-size: 100% ;
}
.help{
    height: 500px;
    width: 500px;
    background-color: white;
    border-radius: 10px;
    margin-top: 230px;
    margin-left: 50px;
    
    border-radius: 25px;
    box-shadow: 0px 0px 0px black !important;

}
.help h4{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.help p{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: small;
}
.submit{
    height: 45px;
    background-color: #7A365E;
    border-radius: 20px;
    width: 155px;
    color: white;
    margin-top: 10px;
}
.form-control{
    border-radius: 10px !important;
}
.form-control:focus {
    border-color: #7A365E;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px #7A365E;
  }

.sec6{
    margin-top: 100px;
    height: 200px;
  }
.sec6 img{
    height: 50px;
    width: 90%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 20%;
}
.sec6 img:hover{
    transition: 0.7s;
    -webkit-filter: none !important; 
    filter: none !important;
    opacity: 100%;
}
.foo{
}
.foo-logo svg{
    margin-top: 170px;
}
.foo a{
    font-size: medium;
    text-decoration: none;
    color: white;
}
.linkedin svg{
    margin-top: 50px;
    margin-left: -50px;
}

.logo-white{
    display: none;
}

.footer-bg{
    background-repeat: no-repeat; 
    background-size: cover;
    height: 450px;
}

.footer-content{
    padding-top:40px; 
    color: white;
}



.help label{
    font-size: 10px ;
}

.show-mob{
    display: none;
}


button:hover{
    color:white !important;
}


textarea {
    resize: none !important;
 }

 .footer-right svg{
    margin-top:-120px;
 }

.footer-ul li a{
    line-height: 30px;
}
.copyright p{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}

.pic3{
    height: 60px !important;
}



.mob_view {
    display: none;
}
.web_view {
    display: block;
}

/* Responsiveness */
@media only screen and (max-width: 600px) {
    .sec1{
        height: auto;
    }
    .sec1 h1{
        text-align: start;
        margin-top: 20px;
        margin-left: 0;
        font-weight: 600;
        font-size: 35px;
    }
    .sec1 p{
        margin-top: 20px;
        margin-left: 0;
    }
    .sec1 button{
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
    .sec2{
        height: auto;
    }
    .keybenefit2{
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }
    .sec3{
        height: auto;
    }
    .sec3 img{
        height: auto;
    }
    .learnmore{
        width: 100%;
    }
    .sec4{
        height: auto;
    }
    .sec4 img{
        height: auto;
    }
    .sec5{
        height: auto;
    }
    .help{
        height: auto;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .submit{
        width: 100%;
    }
    .sec6{
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sec6 img{
        height: 50px;
        width: 30%;
        margin-top: 20px;
    }
    .foo{
        height: auto;
    }
    .mob-foo{
        height: auto;
        padding: 0;
    }
    .mob-image{

        background-image: url(images/mob/main.png);
        height:320px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .navbar {
        background: transparent;
        padding: 0px;
    }
    .navbar-collapse{
        background:white;
        width: 100%;
    }

    .logo-black{
        display: none;
    }
    .logo-white{
        display: block;
        margin:30px;
        margin-top:10px;
    }
    .navbar-toggler-right {
        padding-right:40px;
    }
    .navbar-toggler-right i{
        color: white;
    }
    .div1{
        order:2;
    }
    .div2{
        order:1;
    }
    .mob-center p{
        font-size: 20px !important;
        font-weight: 400;
    }
    .help p {
        font-size: 20px !important;
        font-weight: 400;
    }
    .help {
        border-radius: 20px;
        box-shadow: 0px 0px 0px black !important;
    }

    .help label{
        font-size: 15px;
    }

    .help h4 {
        font-weight: 600;
        font-size: 30px;
    }
    .sec2 p {
        font-size: 20px !important;
        font-weight: 400;
    }
    .mob-center{
        padding:10px 40px;
    }
    .mob-center h1,.mob-center p,.mob-center h2,.mob-center h3,.mob-center h6{
        text-align: center !important;
    }

    .footer-bg{
        background-image: url(images/mob/footer.png);
        height: 750px;
    }
    .linkedin{
        display: none;
    }
    .form-div{
        padding:30px;
        padding-top:100px;
        height: 900px;
    }
    .sec5{
        background-image:url(images/mob/form-bg.png) ;
        background-size: 100% 100%;
        
    }

    .foo-logo svg{
        margin-top:170px;
        margin-left:28%;
    }
    .footer-content{
        padding-top:30px; 
        margin-left: 0px; 
        color: white;
    }

    .mob-hide{
        display: none;
    }

    button{
        width:50% !important;
        margin-left: 25% !important;
    }
    
    .show-mob{
        display: block;
    }



    .mob_view {
        display: block;
    }
    .web_view {
        display: none;
    }


    .navbar-toggler-right{
        margin:0px;
    }

    .logo-white{
        display:block;

    }


    .navbar-toggler{
        position: absolute;
        right: 0;
        margin-top:20px;
    }
    .h-con{
        padding-top: 0px;
    }
    .hide-mob{
        display: none;
    }


}


.footer-logo {
    text-align: center;
}

.footer-logo li{
    display: inline-block;
}


.spacer{
    width: 40px;
}

#content-slider2 li {
    text-align: center;
}


