
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}
:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
input, button, button:focus {
    outline: none;
}
a, a:focus, a:hover, a:link {
    cursor: pointer;
    text-decoration: none;
    outline:  none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin:0;
    line-height: 22px;
}
.home-page, .login{
    background: url(../images/main-bg.jpg)  no-repeat;
    background-size:cover;
    height: 100vh;
}
.main-nav .logo-left{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 11;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    overflow: hidden;
    }
.main-nav .logo-right{
    position: absolute;
    top: 0;
    right: 15px;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    overflow: hidden;
    }
.main-nav{
    background: rgba(255, 255, 255, 0.7);
    position: relative;
}
.toggle-btn{
    display: none;
    font-size: 21px;
    color: #702c91;
    padding: 5px;
    border: 1px solid #ccc;
    width: 40px;
    height: 32px;
    text-align: center;
    float: right;
}
.navigation{
    text-align: center;
    z-index: 999;
}
.navigation ul{
    display: inline-block;
}
.navigation ul li{
    display: inline-block;
    position: relative;
}
.navigation ul li:hover:after{
    transition: all ease-in-out 0.2s;
    width: 0;
}
.navigation ul li:last-child:after{
    display: none;
}
header img{
    max-height: 120px;
}
.navigation ul li a{
    color: #30338a;
    display: block;
    padding: 14px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
}
.navigation ul li a:hover, .navigation ul li a.active{
    transition: all ease-in-out 0.2s;
    color: #ffffff;
    background: #008ce3;
}
.img-responsive{
    max-width: 100%;
    display: block;
    height: auto;
}
@keyframes bounce {
 0%, 100%, 20%, 50%, 80% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
}
 60% {
 -webkit-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 transform: translateY(-5px);
}
}
.close-menu {
    position: absolute;
    width: 24px;
    height: 24px;
    display: none;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.close-menu:hover {
    opacity: .7;
}
.close-menu:before, .close-menu:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #fff;
}
.close-menu:before {
    transform: rotate(45deg);
}
.close-menu:after {
    transform: rotate(-45deg);
}
.contact-frm {
    margin: 0 auto;
}
.contact-frm input, .contact-frm textarea {
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px 15px;
    margin-bottom: 20px;
    outline:  none;
    transition: all ease-in-out 0.2s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.contact-frm input:focus, .contact-frm textarea:focus{
    border-color: #702c91;
    transition: all ease-in-out 0.2s;
}
.contact-frm textarea {
    max-height: 140px;
}
.contact-frm input[type="submit"]{
    background: #333;
    transition: all ease-in-out 0.2s;
    color: #fff;
    cursor: pointer;
}
.contact-frm input[type="submit"]:hover{
    background: #702c91;
    transition: all ease-in-out 0.2s;
}
.contact-info span, .contact-info p {
    display: block;
    font-size: 14px;
    margin: 12px 0;
    color: #666;
    line-height: 24px;
    font-weight: 500;
}
.contact-info span a {
    color:#555;
    line-height: 26px;
}
.contact-info span i {
    color: #afafaf;
    font-size: 16px;
    margin-right: 15px;
}
.contact-info h3 {
    color: #0d95d6;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
}
.contact-info strong{
    color: #702c91;
    font-weight: 500;
}
.sec-pad{
    padding: 50px 0;
}
.map-img{
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.map-img img{
    display: block;
    margin: 0 auto;
}
.content-wrp img{
    border: 1px solid #dadada;
    padding:5px;
    margin-right: 30px;
}
.content-wrp{
    color: #555;
    line-height: 26px;
}
.gray-bg{
    background: #f4f4f4;
    padding: 15px;
    border: 1px solid #e6e6e6;
}
.login-wrp h2{
    text-align: center;
    font-weight: 400;
    color: #702c91;
    margin-bottom: 20px;
}
.three-col {
    padding-top: 50px;
    padding-bottom: 30px;
}
.three-col .col-sm-4:nth-child(2) {
 border-right: 1px solid #eee;
 border-left: 1px solid #eee;
}

 @media only screen and (max-width: 767px) and (min-width: 0px) {
.main-nav{
    padding: 6px 0;
}
.navigation .menu {
 background: rgba(112, 44, 145, .95);
 clear:  both;
 height: 100vh;
 position: fixed;
 top: 0;
 padding: 14% 15px 0 15px;
 margin-top: 0;
 width: 100%;
 left: -100%;
 transition: left 300ms cubic-bezier(0.79, 0.72, 0.31, 0.83);
 z-index: 9999;
}
.navigation .menu.block {
 left: 0;
}
.navigation .menu .fa-times {
 color: #fff;
 font-size: 19px;
 text-align:  right;
 display:  block;
 margin-bottom: 15px;
}
.navigation ul li {
 float: none;
 display: block;
}
.navigation ul li a {
 color: #fff;
 margin: 0;
 padding: 10px 15px;
 border-bottom: 1px solid #f1f1f138;
 font-size: 14px;
 display: block;
 text-align: left;
}
.close-menu, .toggle-btn{
 display:block;
}
.logo-left img{
    margin: 0 auto 15px;
}
}
.home-page footer, .login footer{
     position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
footer {
    background: #f4f4f4;
}
footer .copyright{
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    background: #2d2a79;
    margin: 0;
}
.all-branch, .login-sec{
    display: flex;
    align-items: center;
    height: 100vh;
}
.branch-item h3{
    font-weight: 500;
    font-size: 19px;
    color: #211f20;
    margin: 30px 0;
}
.branch-item a{
    background: #ffffff;
    color: #0099df;
    font-size: 18px;
    display: inline-block;
    padding: 20px 33px;
    border-radius: 20px;
    transition: all ease-in-out 0.2s;
    text-align: center;
    line-height: 27px;
    font-weight: 700;
}
.branch-item a:hover{
    background: #323196;
    transition: all ease-in-out 0.2s;
    color: #fff;
}
.inner-banner{
    background: url(../images/breadcrumbs-image-1.jpg) center no-repeat;
    background-size:cover;
    margin-top: -50px;
    padding: 165px 0 10px;
}
.inner-banner h2{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.inner-banner ul li{
    float: left;
    color: #fff;
}
.about-banner h1{
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    text-shadow: -1px 3px 7px #00000052;
}
.about-banner{
    padding: 5rem 0;
}
.inner-banner ul li a{
    color: #fff;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #f1f1f1;
}
.login-frm{
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 50px 3.5rem;
}
.login-frm h2{
    color: #342f8a;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.login-frm input[type=email], .login-frm input[type=password]{
    width: 100%;
    padding: 13px 15px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    transition: all ease-in-out 0.2s;
}
.login-frm input[type=submit]{
    display: block;
    border: none;
    background: #069edf;
    color: #fff;
    width: 160px;
    padding: 13px;
    margin: 0 auto;
    border-radius: 8px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.login-frm input[type=email]:focus, .login-frm input[type=password]:focus{
    transition: all ease-in-out 0.2s;
    border-color: #069edf;
}
.login-frm input[type=submit]:hover{
   transition: all ease-in-out 0.2s;
   background: #262b8b; 
}
.about-sec{
    padding: 50px 0;
}
.left-side h2{
    background: #0099df;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
}
.left-side ul li a{
    display: block;
    background: #f1f1f1;
    padding: 15px 30px;
    border-bottom: 1px solid #d6d6d6;
    color: #777777;
    font-weight: 500;
    font-size: 14px;
    transition: all ease-in-out 0.2s;
}
.left-side ul li:last-child a{
   border-bottom: none;  
}
.left-side ul li a:hover{
    transition: all ease-in-out 0.2s;
    background: #f5f5f5;
    color: #0099df;
}
.about-txt p{
    font-size: 14px;
    color: #444;
}
.compliances{
    padding: 50px 0;
}
.panel-group{
    margin-bottom: 0;
}
.panel-group .panel{
    border-radius: 0;
}

.panel-group .panel{
    border: none;
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: inherit;
    margin-top: 0;
}
.panel-group .panel-default>.panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
.panel-group .panel-default>.panel-heading h4 a{
    color: #555;
    font-weight: 600;
    display: block;
    padding: 12px;
}
.panel-group .panel-default>.panel-heading h4 a.collapsed{
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    color: #555 !important;
}
.panel-group .panel-default>.panel-heading h4 a[aria-expanded="true"]{
    background: #069edf;
    color: #ffffff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    color: #888;
    font-size: 14px;
    line-height: 26px;
    border-top: 0;
}