@font-face {
  font-family: 'Proxima Nova Cn Rg';
  src: url(../fonts/proximanovacond-regular.otf);
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url(../fonts/proximanova-regular.otf);
}

h1 {
    font-family: 'Proxima Nova Cn Rg';
    line-height: 48px;
    font-size: 42px;
}
h2{
    font-family: 'Proxima Nova Cn Rg';
    line-height: 35px   ;
    font-size: 30px;
}
h3{
    font-family: 'Proxima Nova Cn Rg';
    line-height: 30px;
    font-size: 19px;
}
p{
    font-family: 'Proxima Nova Rg';
	font-size: 16px;
	line-height: 24px;
}
a{
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    line-height: 24px;
}
body{
    overflow-x: hidden;
}
section {
	position: relative;
    padding: 80px 0;
}

.navbar {
    justify-content: center;
    padding: 50px 0 25px;
    text-align: center;
}

/* slider */
.banner_content h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner_content p {
    color: #fff;
    width: 90%;
    font-size: 18px;
}
.download_form {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    width: 90%;
    float: right;
}
.download_form h3 {
    text-transform: uppercase;
    color: #0e4878;
    text-align: center;
    font-weight: bold;
}
.download_form .form-group {
    margin-bottom: 7px;
}
.download_form .btn {
    background: #f04e45;
    border: none;
    border-radius: unset;
    width: 100%;
    font-weight: 600;
}


/* practice area */
.practice_area {
    text-align: center;
}
.icon {
    height: 100px;
}
.detail h3 {
    color: #0a95d3;
}
.detail p {
    width: 95%;
    margin: 0 auto;
}

/* impact section */
.impact_section {
    background: url(../image/impact2.jpg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
}
.section_heading h2 {
    font-weight: bolder;
    text-transform: uppercase;
    color: #0e4878;
    position: relative;
    padding-bottom: 20px;
}
.section_heading h2:after {
    content: '';
    position: absolute;
    display: block;
    background: #0a95d3;
    width: 75px;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.section_detail p {
    width: 50%;
    margin: 20px auto 7px;
    color: #444545;
}
.section_detail span {
    color: rgba(138, 138, 138, 1);
    font-weight: 500;
}
.impact_section .btn {
    background: #f04e45;
    border: none;
    border-radius: unset;
    margin-top: 15px;
}


/* partner section */
.partner_section {
    background: url(../image/partner_bg.jpg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
    padding-top: 100px;
}
.partner_section h2 {
    color: #fff;
    padding-top: 40px;
}
.partner_section .section_heading h2:after {
    background: #f04e45;
}
.partner_section p {
    color: #fff;
    width: 65%;
    margin: 15px auto 0px;
}
.triangle-down {
    float: left;
    width: auto;
    height: 0;
    padding-left: 0;
    padding-top: 0;
    overflow: hidden;
    margin-top: -50px;
    margin-left: 48%;
}
.triangle-down:after {
    content: "";
    display: block;
    height: 0;
    margin-left: auto;
    margin-top: -50px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ececec;
    position: absolute;
}


/* footer */
.footer {
    background: #444545;
    padding: 15px 0;
}
p.footer_content {
    margin: 0;
    color: #fff;
    text-align: center;
}


@media (max-width: 1199px) {
    h1 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .banner_content {
        text-align: center;
    }
    .banner_content p {
        margin: 0 auto 1rem;
    }
    .download_form {
        float: none;
        margin: 50px auto 0;
    }
    .detail {
        margin-bottom: 50px;
    }
    .detail.last {
        margin-bottom: 0;
    }
}