.section-title {
    text-align: center
}

.section-title h2 {
    font-size: 36px
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.spad {
    padding-top: 103px;
    padding-bottom: 103px;
}

img {
    max-width: 100%;
}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    min-width: 186px;
    padding: 23px 47px;
    text-transform: uppercase;
    background: #ffc000;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center
}

.site-btn:hover {
    color: #fff
}

.site-btn.sb-dark {
    color: #fff;
    background: #081624
}

.site-btn.sb-light-dark {
    color: #fff;
    background: #304a5f
}

.site-btn.sb-light {
    color: #081624;
    background: #e3f0fa
}

.site-btn.sb-white {
    color: #081624;
    background: #fff
}

.mb-60 {
    margin-bottom: 60px
}

.site-logo,
.site-logo:hover {
    display: inline-block;
    margin-right: 100px;
    margin-left: 40px;
    padding: 21px 0 15px;
    text-transform: uppercase;
    font-size: 32px;
    color: #fec23e;
    text-decoration: none
}
.accent-color {
    color: #00bcd4 !important
}
.accent-background {
    background-color: #00bcd4 !important
}
.site-logo span {
    font-weight: bold;
    color: #000
}

.header-right {
    float: right;
    padding-right: 83px;
    position: relative;
}

.header-info-box {
    display: inline-block;
    margin-right: 40px;
    padding: 21px 0 15px
}

.header-info-box .hib-icon {
    float: left;
    margin-right: 13px
}

.header-info-box .hib-text {
    overflow: hidden
}

.header-info-box .hib-text a {
    color: #ffc000;
}

.header-info-box .hib-text h6 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0
}

.header-info-box .hib-text p {
    margin-bottom: 0
}

.hero-item {
    height: 777px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-item h2 {
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 34px;
    top: 50px;
    position: relative
}

.hero-item h2 span {
    padding-left: 25px;
    padding-bottom: 15px;
    display: inline-block;
    background: #ffc000
}

.hero-item h2 span:nth-child(2) {
    padding-right: 14px
}

.hero-item h2 span:last-child {
    color: #081624;
    padding-right: 30px
}

.hero-item h2 small {
    font-size: 30%;
    position: absolute;
    left: 26px;
    top: 90px;
}

.hero-item .site-btn {
    top: 50px;
    position: relative
}

.about {
    padding-top: 75px;
    padding-bottom: 75px;
}
.about hr {
    max-width: 70%;
}
.about a {
    color:#ffc000
}
.about .name-stronger {
    font-weight: bold;
}
.about .name-strong {
    font-weight: bolder;
    color:#ffc000;
}

.practice_area {
    background: #fffdf8;
    padding-top: 150px;
    padding-bottom: 120px;
    padding-right: 40.5px;
    padding-left: 45.5px
}

@media(max-width: 767px) {
    .practice_area {
        padding-top:80px;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.practice_area.practice_area2 {
    padding-top: 15px;
    padding-bottom: 0
}

.practice_area .single_practice {
    margin: 0 4.5px 30px;
    position: relative
}

.practice_area .single_practice .practice_image {
    height: 350px;
}

.practice_area .single_practice .practice_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.practice_area .single_practice .practice_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,31,31,.9)
}

.practice_area .single_practice .practice_hover i {
    font-size: 85px;
    color: #cea159
}

@media(max-width: 767px) {
    .practice_area .single_practice .practice_hover i {
        font-size:40px
    }
}

@media(min-width: 1200px) and (max-width:1500px) {
    .practice_area .single_practice .practice_hover i {
        font-size:30px
    }
}

.practice_area .single_practice .practice_hover h3 {
    font-size: 24px;
    color: #fff;
    font-family: poppins,sans-serif;
    margin-top: 10px;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .practice_area .single_practice .practice_hover h3 {
        margin-bottom:10px
    }
}

@media(min-width: 1200px) and (max-width:1500px) {
    .practice_area .single_practice .practice_hover h3 {
        font-size:18px;
        color: #fff;
        margin-top: 6px;
        margin-bottom: 10px
    }
}

.practice_area .single_practice .practice_hover p {
    font-size: 16px;
    color: #c7c7c7;
    margin-bottom: 21px
}

@media(min-width: 1200px) and (max-width:1500px) {
    .practice_area .single_practice .practice_hover p {
        font-size:14px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .practice_area .single_practice .practice_hover p br {
        display:none
    }
}

@media(min-width: 1200px) and (max-width:1500px) {
    .practice_area .single_practice .practice_hover p br {
        display:none
    }
}

.practice_area .single_practice .practice_hover .hover_inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(0px);
    -moz-transform: translateY(-50%) translateY(0px);
    -ms-transform: translateY(-50%) translateY(0px);
    transform: translateY(-50%) translateY(0px);
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(min-width: 768px) and (max-width:991px) {
    .practice_area .single_practice .practice_hover .hover_inner {
        padding:20px
    }
}

@media(max-width: 767px) {
    .practice_area .single_practice .practice_hover .hover_inner {
        padding:20px
    }
}

.practice_area .single_practice .practice_hover .hover_inner .lern_more {
    color: #f2c64d;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden
}

.practice_area .single_practice .practice_hover .hover_inner .lern_more:hover {
    text-decoration: underline
}

.features-section {
    padding-bottom: 73px;
    position: relative
}
.features-section h3 {
    color: #fff
}
.features-section.white h3 {
    color: inherit;
}
.features-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(22, 22, 45, 0.93)
}
.features-section.white:before {
    background: rgba(247, 247, 247, 0.87)
}
.feature-box {
    margin-bottom: 30px
}
.feature-box .fb-text {
    margin-bottom: 30px;
    box-shadow: 0 0 5px #ddd
}
.feature-box .fb-text {
    padding: 50px 27px 43px;
    height: 173px;
    background: #fff
}

.feature-image {
    height: 170px
}

.feature-box img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.feature-box h5 {
    margin-bottom: 30px
}

.feature-box p {
    margin-bottom: 25px
}

.feature-box .fb-more-btn {
    display: inline-block;
    color: #ffc000;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #ffc000;
    padding: 15px;
    min-width: 128px;
    text-align: center
}

.feature-box .fb-more-btn:hover {
    background: #ffc000;
    color: #fff
}

.prices_area {
    background: #ffc000;
    padding-top: 150px;
    padding-bottom: 120px;
    padding-right: 40.5px;
    padding-left: 45.5px;
    color: #212529
}
.price-element {
    justify-content: center;
}
.price-image {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    padding: 15px;
    border: 3px solid;
    border-radius: 50%
}
.price-text {
    font-size: 1.25rem
}
.prices_area hr {
    max-width: 1000px;
    margin-top: -10px;
    margin-bottom: 60px;
}

.testimonial-bg {
    height: 100%
}

.testimonial-box {
    padding: 100px 15px 70px;
    color: #fff;
    background: #2a3a48
}

.testimonial-box .testi-box-warp {
    max-width: 740px;
    margin: 0 auto
}

.testimonial-box h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px
}

.testimonial {
    padding-bottom: 70px;
    font-size: 1.15em
}

.testimonial .gallery {
    margin: 10px;
    display: inline-block;
}

.testimonial p {
    font-size: 18px;
    font-style: italic
}

.testimonial .testi-thumb {
    width: 82px!important;
    height: 82px;
    float: left;
    margin-right: 33px;
    border-radius: 50%
}

.testimonial h5 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-top: 20px
}

.testimonial span {
    font-size: 12px;
    color: #718090
}

.form {
    padding-top: 75px;
    padding-bottom: 75px;
}
.form-modal {
    padding: 0;
}
.form-modal .form-row + .form-row {
    margin-top: 15px;
}
.form form {
    width: 100%;
}
.form button {
    width: 100%;
    background: #17172d;
    border-color: #17172d;
}
.form button.accent {
    background: #17172d;
    border-color: #17172d;
}
.form button:active,
.form button:not(:disabled):not(.disabled):active,
.form button:hover {
    background: #2b3a4a;
    border-color: #2b3a4a;
}

.more-text {
    padding-bottom: 75px;
    font-weight: normal;
}
.more-text a {
    color: #ffc000;
}

.footer-section {
    background: #2a3a48;
    color: #fff;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px
}
.footer-logo,
.footer-logo:hover {
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    color: #fec23e;
    margin-right: 100px;
    margin-left: 15px;
    text-decoration: none
}
.footer-logo span {
    font-weight: normal;
    color: #fff
}
.footer-right {
    float: right
}
.footer-widget.about-widget {
    padding-right: 15px
}

.footer-widget.about-widget img {
    margin-bottom: 40px
}

.footer-widget.about-widget p {
    margin-bottom: 35px
}

.footer-widget .fw-title {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px
}

.footer-widget ul {
    list-style: none;
    display: inline-block
}

.footer-widget ul li a {
    display: block;
    font-size: 14px;
    color: #718090;
    margin-bottom: 15px
}

.footer-widget .footer-search {
    position: relative
}

.footer-widget .footer-search input {
    width: 100%;
    height: 47px;
    padding-right: 47px;
    padding-left: 22px;
    font-size: 12px;
    color: #718090;
    font-style: italic;
    border: none;
    background: #393958
}

.footer-widget .footer-search button {
    position: absolute;
    width: 47px;
    height: 100%;
    right: 0;
    top: 0;
    color: #ffc000;
    font-size: 12px;
    border: none;
    background: 0 0
}

.footer-info-box {
    float: right;
    padding-right: 30px
}

.footer-info-box .fib-icon {
    float: left;
    width: 48px;
    padding-top: 8px
}

.footer-info-box .fib-text {
    overflow: hidden
}

.footer-info-box .fib-text p {
    margin-bottom: 0
}
.footer-info-box .fib-text a {
    color: #ffc000;
}

.footer-bottom {
    margin-top: 20px;
    color: #fff;
    /*background: #03031b*/
}

.footer-bottom a,
.footer-bottom a:hover {
    color: #ffc000;
    text-decoration: none
}

.copyright {
    color: #646470;
    font-size: 14px;
}
.copyright img {
    width: 100px;
    margin-left: 10px;
}

.footer-menu {
    list-style: none;
    text-align: right
}

.footer-menu li {
    display: inline-block
}

.footer-menu li a {
    display: block;
    padding: 21px 17px;
    margin-left: 13px;
    font-size: 15px;
    color: #646470;
    position: relative
}

.footer-menu li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #ffc000;
    -webkit-transition: all .4s;
    transition: all .4s
}

.footer-menu li:hover a:after,.footer-menu li.active a:after {
    width: 100%
}

@media (max-width: 1199px) {
    .site-logo,
    .site-logo:hover {
        margin: 0 0 0 15px;
    }
    .header-right {
        padding-right: 15px;
    }
    .header-info-box {
        margin: 0;
    }
    .header-info-box + .header-info-box {
        margin-left: 40px;
    }
    .hero-item {
        height: 520px;
    }
    .hero-item h2 {
        font-size: 52px;
    }
    .hero-item h2 small {
        top: 60px;
    }
    .footer-logo,
    .footer-logo:hover {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 900px) {
    .site-logo,
    .site-logo:hover {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .header-right {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .header-info-box .hib-text {
        text-align: left;
    }
    .hero-item {
        height: 400px;
    }
    .footer-logo,
    .footer-logo:hover {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .footer-right {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    .footer-info-box {
        float: none;
        padding-right: 0;
        display: inline-block;
    }
    .footer-info-box + .footer-info-box {
        margin-left: 40px;
    }
    .footer-bottom .order-lg-1,
    .footer-bottom .order-lg-2 {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    .hero-item h2 {
        font-size: 35px;
        top: 0;
    }
    .hero-item h2 small {
        top: 40px;
    }
    .hero-item .site-btn {
        top: 0;
    }
    .form .form-row {
        margin-left: 0;
        margin-right: 0;
    }
    .form input {
        margin-bottom: 15px;
    }
    .form-modal .form-row + .form-row {
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .p-0 .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 475px) {
    .hero-item h2 span:nth-child(2) {
        padding-right: 36px;
    }
    .hero-item h2 small {
        top: 40px;
        top: 98px;
    }
}
