@charset "utf-8";
 body {
     background:#ffffff;
     background-size: 100%;
     font-size:19px;
     font-family: 'Permanent Marker', cursive;
     color:#000000;
}
 a, a:visited, a:link, a:active {
     color:#3b36d9;
     text-decoration:none;
     outline:none 
}
 a:hover {
    color: #fff;
     text-decoration:none
}
 .container{
    max-width: 1400px;
}
 .p-6 {
    padding: 2.5rem 4.5rem !important;
}
 header{
     background: #c7c3f0;
     padding: .1rem 0;
     position: relative;
     width: 100%;
}
 .navbar-brand{
     font-size: 30px;
     font-weight: 900;
     padding-left: .5rem;
     color: #000;
}
 .navbar-brand span{
    color: #fff;
}
 .navbar-brand img{
     width: auto;
     height: 40px;
}
 .nav-item{
     font-size: 18px;
     text-transform: uppercase;
     padding: 0 10px;
}
 .nav-link{
     padding: 7px 20px!important;
     font-weight: 800;
     color: #3b36d9;
}
 .nav-link:hover{
    color:  #817dff;
}
 .nav-link.lytvlt-btn{
    border-radius: 100px;
}
 img{
     max-width: 100%;
     height: auto;
}
 .py-2 {
     padding-top: 2rem !important;
     padding-bottom: 2rem !important;
}
 h2{
    font-size: 60px;
}
 h3{
    font-size: 40px;
}
 h4{
    font-size: 30px;
}
 p{
     font-size: 20px;
     line-height: 30px;
     font-family: 'Roboto', sans-serif;
}
 .sub-hdr img, .grey-box img, .btm-tn img{
     width: 100%;
     height: auto;
}
 .org-text{
    color:#433dff;
}
 .btn{
     text-transform: uppercase;
     font-size: 25px;
     line-height: 35px;
     border-radius: 0;
     padding: 13px 40px;
}
 a.lorg-btn, a.org-btn{
     background: #4f36d9;
     border: 0;
     color: #ffffff;
     border-radius: 100px;
     font-size: 22px;
     margin-left: 15px;
}
 .lorg-btn:hover, .org-btn:hover{
     background: #978cff;
     color: #ffffff;
}
 a.org-btn{
     font-size: 46px;
     line-height: 46px;
     padding: 20px 60px;
}
 .grey-box{
     background: #cac3f0;
     padding: 20px 40px 35px;
     border-radius: 20px;
     margin: 30px 0;
}
 .pl-10{
    padding: 0 0 0 5px!important
}
 .ptb-10{
    padding: 4px 0 0 5px!important
}
 .grey-box p{
     margin:15px 0 0;
     font-size: 16px;
     line-height: 30px;
}
 .grey-box h4{
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     color: #03079f;
     font-family: 'Roboto', sans-serif;
     margin: 20px 0;
}
 .de-ttl{
     font-size: 40px;
     line-height: 40px;
     color: #363ad9;
     margin-bottom: 15px;
}
 .btm-txt p{
     font-size: 25px;
     line-height: 36px;
     margin: 40px 0;
     color: #000000;
}
 .ftr-menu{
     margin-top: 3rem;
     color: #3644d9;
     font-size: 22px;
     font-family: 'Roboto', sans-serif;
}
 .ftr-menu a{
     margin: 0 10px;
     color: #000000;
}
 .ftr-menu a:hover{
    color: #364ed9;
}
 footer p{
    color: #000000;
}
 footer p br{
    display: none;
}
 @media screen and (max-width:1400px) {
     .container{
        padding: 0 20px!important
    }
}
 @media screen and (max-width:992px) {
     .nav-link{
        text-align: center!important;
    }
     .ptb-10 {
        padding: .25rem 0!important;
    }
     .pl-10{
        padding: 0!important
    }
     .grey-box .col-lg-6.p-1{
        padding: .25rem 0!important;
    }
     .grey-box .col-lg-6{
        padding-top: 5px;
        padding-bottom: 5px;
    }
     .btm-tn .col-lg-3{
        padding: 5px 15px!important
    }
}
 @media screen and (max-width:680px) {
     header .container{
        padding: 0 13px!important
    }
     .navbar-brand{
        padding-left: 0
    }
     .navbar-brand img{
        height: 36px
    }
     h2{
        font-size: 9vw
    }
     h3, .de-ttl{
        font-size: 7vw;
        line-height: 8vw;
    }
     h4, .navbar-brand{
        font-size: 6vw
    }
     p, .grey-box h4, .btm-txt p{
        font-size: 5vw;
        line-height: 7vw;
    }
     .org-btn{
        font-size: 6vw;
        line-height: 7vw;
        padding: 10px 20px;
    }
     .grey-box{
        padding: 10px 20px 15px
    }
     .ftr-menu, footer p{
        font-size: 4vw;
        line-height: 6vw;
    }
     footer p br{
        display: block;
    }
}
 

input[type=text], select, textarea {
  width: 100%;   padding: 15px; 
  border: 0px solid;   
border-radius: 0px;
  box-sizing: border-box;   margin-top: 10px;   margin-bottom: 16px;
  resize: vertical 
}


input[type=submit] {
 
  border: none;
  border-radius: 20px;
  cursor: pointer;
 text-transform: uppercase;
     font-size: 25px;
     line-height: 35px;
     font-weight: 900;
     border-radius: 0;
     padding: 15px 35px;

}

.contact {
  border-radius: 5px;
  padding: 20px;
  }