html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}
.upper-header{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 0 40px;
    overflow-y: hidden;
}
.header-main.index-header.bg-color .navbar-brand img {
    height: 60px;
}
.header-main.index-header {
    background-color: transparent;
    box-shadow: none;
    padding: 5px 0;
}
.upper-header .contact-info{
margin-bottom: 0;
padding-left: 0;
display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    }
.upper-header .contact-info li {
    display: inline-block;
    margin: 0 25px;
    color: #9c9c9c;
    font-size: 15px;
    padding: 10px 0;
}
.upper-header .social-link {
    text-align: right;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.upper-header .social-link li {
    display: inline-block;
    margin: 0 10px;
}
.upper-header .social-link li a {
    display: block;
    padding: 5px 10px;
    color: #043187;
    font-size: 18px;
}
.upper-header .social-link .login-btn {
    background-color: #FFDF00;
    font-size: 14px;
    padding: 17px 75px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}     
.header-main {
    transition: 0.5s;
    position: static;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    overflow: hidden;
}
.header-main.index-header .navbar-brand img {
    height: 100px;
}

.header-main.index-header.bg-color {
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    padding: 20px;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
}
.header-main.index-header .navbar .nav-link {
    position: relative;
    padding: 5px 18px 5px;
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
}
.header-main.index-header .navbar {
    padding: 0 20px;
}
.navbar-light .navbar-brand h2 {
    font-size: 25px;
    font-weight: 700;
    color: #043187;
}
.search-box{
    position: relative;
}
.search-box img {
    height: 18px;
    margin-left: 20px;
}
.search-input {
    position: absolute;
    right: 0;
    left: auto;
    width: 365px;
    bottom: -32px;
    margin-bottom: 0;
}
.search-input .form-control {
    border: none;
    padding: 0;
    border-bottom: 1px solid #FFDF00;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
    background-color: #FFDF00;
}

.search-input .common-btn{
    padding: 0;
}
.search-input .common-btn img{
    margin-left: 0;
}

.sec-banner {
    height: 100vh;
    background-image: url(../images/new-img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*.sec-banner::before {
    background-color: rgba(255, 223, 0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}*/
.banner-inner-text{
    position: relative;
    z-index: 10;
}
.banner-inner-text h5 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.banner-inner-text h2 {
    color: #fff;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 45px 0;
    letter-spacing: 8px;
}
.banner-inner-text p {
    color: #fff;
    max-width: 770px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
}
.about-row{
	background-color: #fff;
	padding: 0px;
	border-radius: 10px;
}
.about-sec-new{
    position: relative;
    min-height: 400px;
}
.about-sec-new .about-row{
	/*margin: -70px;*/
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -70px;
}
.main-heading-about {
    color: #012B92;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 50px;
}
.main-heading-about::after {
    background-color: rgba(255, 223, 0,1);
    width: 53px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -16px;
    content: "";
}
.about-side-content{
    padding: 40px;
}
.about-side-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #6f6d6d;
}
.about-side-content p img {
    margin: 25px 0;
}
.about-side-content p.for-post{
    letter-spacing: 2px;
}
.about-img-box{
    padding-left: 0;
}
.sub-heading {
    color: #6f6d6d;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-heading {
    color: #012B92;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.practice-area{
    padding: 60px 0;
}
.practice-area-box {
    text-align: center;
    margin: 30px 0;
    padding: 5px 25px;
    max-height: 300px;
    overflow: hidden;
}
.practice-area-box .img-circle {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-color: #012B92;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.practice-area-box .img-circle img{
    
}
.practice-area-box h5 {
    color: #012B92;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 30px 0;
}
p {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #6f6d6d;
}
.why-choose-sec{
    background-image: url(../images/new-img/clients-choose-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 80px 0;
}
.color-white{
    color: #fff !important;
}
.color-yellow{
    color: #FFDF00 !important;
}
.reason-box{
margin-top: 70px;
margin-bottom: 150px;
}
.reason-box h2 {
    color: #FFDF00;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px; 
}
.reason-box h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    margin-top: 30px;
}
.contact-form-sec{
    position: relative;
    min-height: 500px
}
.contact-form-sec .contact-row {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -150px;
    background-color: #fff;
    border-radius: 8px;
    padding: 55px;
    box-shadow: 0 -10px 10px rgba(0,0,0,0.2);
}
.form-contact .form-group .form-control {
    border-radius: 0;
    padding: 20px;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none;
    outline: none;
}
.common-btn {
    background-color: #FFDF00;
    font-size: 14px;
    padding: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border: none !important;
    color: #012B92;
    letter-spacing: 2px;
        box-shadow: none;
    outline: none !important;
}
.form-contact .common-btn{
    display: block;
    width: 100%;
    font-size: 20px;
}
.partner-sec{
    padding: 60px 0;
}
.partner-box{
margin: 30px 40px;
}
.partner-img {
    height: 62px;
    width: 62px;
    border-radius: 50%;
}
.partner-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.partner-box h5 {
    margin: 20px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
.partner-box h6 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #012B92;
    margin-bottom: 10px;
}

.partner-box ul{
padding-left: 0;
margin-top: 20px;
}
.partner-box ul li{
display: inline-block;
}
.partner-box ul li a {
    color: #6f6d6d;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}
.serve-sec-last{
    padding: 40px;
}
.serve-sec-last .main-heading {
    font-size: 26px;
    position: relative;
}
.serve-sec-last .main-heading::after {
    background-color: rgba(255, 223, 0,1);
    width: 40px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -16px;
    content: "";
    border-radius: 30px;
}
.copy-right {
    background-color: #FFDF00;
    padding: 18px;
    text-align: center;
}
.copy-right p {
    color: #012B92;
    margin: 0;
    font-size: 14px;
}
.footer-new h4 {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-new .quick-link{
    padding-left: 0;
    margin-bottom: 0;
}
.footer-new .quick-link li{
    list-style: none;
}
.footer-new .quick-link li a {
    font-size: 14px;
    color: #212529;
    text-decoration: none;
    display: block;
    margin: 10px 0;
}
.upper-footer{
    padding: 60px 0;
}
.contact-list{
    padding-left: 0;
    margin-bottom: 0;
}
.contact-list li {
    font-size: 14px;
    list-style: none;
    padding-left: 26px;
    position: relative;
    margin-bottom: 15px;
    line-height: 24px;
}
.contact-list li img {
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
.social-links{
padding-left: 0;
margin-bottom: 0;
margin-left: 10px;
margin-top: 10px;
}
.social-links li {
    display: inline-block;
    margin: 0 15px;
}
.social-links li a{
    text-decoration: none;
}
.social-links li a img{
    height: 18px;
}
.newsletter p {
    font-size: 14px;
    list-style: none;
    color: #212529;
    font-weight: normal;
}
.newsletter .input-group{

}
.newsletter .input-group .form-control {
    border-radius: 0;
    padding: 15px;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.newsletter .input-group .common-btn {
    padding: 15px;
}
.login-side-box{
    background-image: url(../images/new-img/login-bg.png);
    min-height: 100vh;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-side-box img{
height: 80px;
}
.login-side-box h2 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 35px 0 100px;
    color: #012B92;
    line-height: 34px;
}
.login-side-box p {
    color: #012B92;
    font-size: 16px;
    font-weight: 400;
}
.login-side-box .left-side-inner{
max-width: 400px;
}


.login-main-sec{
    overflow: hidden;
}
.login-form{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login-form .login-inner{
max-width: 380px;
}
.login-form .login-inner .main-heading{
    margin-bottom: 20px;
}

.login-form .login-inner p{
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    color: #474747;
}
.mb-30{
    margin-bottom: 30px;
}

.login-form .login-inner .form-control {
    border-radius: 0;
    padding: 12px;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    border-left: 5px solid #012B92;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.login-form .login-inner .checkbox label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}
.login-form .login-inner .checkbox .cr {
    background-color: #f3f3f3;
    border: none;
    height: 20px;
    width: 20px;
    color: #012B92;
    font-size: 15px;
}
.new-signup-link {
    font-size: 12px;
    display: block;
    text-align: right;
    color: #012b92;
    font-weight: 600;
}
.login-form .login-inner .common-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}
.align-item-center{
    align-items: center;
}
.signin-row {
    margin: 20px 0 30px;
    display: flex;
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
/*## scroll_top css ##*/
.scroll_top {
    background: #fff;
    border: 3px solid #FFDF00;
    bottom: 32px;
    display: none;
    font-size: 0;
    height: 38px;
    position: fixed;
    right: 20px;
    width: 38px;
    z-index: 99;
    text-decoration: none;
    border-radius: 30px;
    bottom: 15px;
}
.scroll_top:hover {background: #fff none repeat scroll 0 0;text-decoration: none;}
.scroll_top::before {
    color: #ffffff;
    background-image: url(../images/new-img/up.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 0;
    background-size: contain;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 80%;
    line-height: 40px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/** scroll_top end **/
/*.scroll_top::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#1895E5
*/





@media (max-width: 1200px){

.practice-area-box {
    max-height: 340px;
}
}
@media (max-width: 992px){
.upper-header {
    padding: 0 10px;
}
.header-main.index-header .navbar {
    padding: 0;
}
.header-main.index-header .navbar-brand img {
    height: 75px;
}
.header-main.index-header.bg-color {
    padding: 5px;
}
}

@media (max-width: 768px){

.upper-header {
    padding: 0;
}
.upper-header .contact-info li {
    display: inline-block;
    margin: 0 3px;
    color: #9c9c9c;
    font-size: 10px;
    padding: 5px 0;
    width: initial;
}
.upper-header .social-link {
    padding-left: 0;
    justify-content: flex-start;
}
.upper-header .social-link .login-btn {
    font-size: 12px;
    padding: 5px 6px;   
}
.upper-header .social-link li {
    margin: 0 5px;
}
.header-main.index-header .navbar-brand img {
    height: 40px;
}
.header-main.index-header .navbar {
    padding: 0 0px;
}
.banner-inner-text h2 {
    font-size: 45px;
    margin: 20px 0;
}
.banner-inner-text h5 {
    font-size: 20px;
}
.banner-inner-text p {
    line-height: 25px;
    font-size: 14px;
}
.about-sec-new .about-row {
    position: static;
    margin-top: -50px;
}
.about-side-content {
    padding: 15px;
}
.about-side-content p {
    font-size: 14px;
}
.about-side-content p img {
    margin: 8px 0;
}
.practice-area-box {
    margin: 20px 0;
    padding: 5px 5px;
}
.reason-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-form-sec .contact-row {
    position: static;
    margin: -40px auto 0;
}
.contact-form-sec .contact-row {
    padding: 15px;
}
.form-contact .form-group .form-control {
    padding: 12px;
    font-size: 14px;
}
.form-contact .common-btn {
    font-size: 16px;
    padding: 12px;
}
.partner-sec {
    padding: 30px 0;
}
.partner-box {
    margin: 15px 0;
    text-align: center;
}
.partner-img {
    margin: 0 auto;
}
.serve-sec-last {
    padding: 0px;
    text-align: justify;
}
.social-links {
    margin-bottom: 25px;
}
.footer-new .quick-link {
    margin-bottom: 25px;
}
.header-main.index-header .navbar .nav-link {
    padding: 5px 0px 5px;
}
.search-box img {
    margin-left: 0;
    margin-top: 15px;
}
.search-input {
    position: absolute;
    right: auto;
    left: 30px;
    width: 260px;
    bottom: 0;
    margin-bottom: 0;
}
.login-side-box h2 {
    margin: 35px 0 35px;
    font-size: 24px;
}
.login-form .login-inner {
    margin: 30px 15px;
}
.login-side-box {
    min-height: 70vh;
}

}