.header-topbar-wraper {
    background: linear-gradient(to right, #ED1B24, #000000) no-repeat top;
    height: 40px;
}
.header-topbar-wraper :is(.topbar-left-wrap, .phone-login-head-wrap) ul li {
  padding-block: 7px !important;
}

.header-topbar-wraper .col-md-8 {
    padding: 0
}

.topbar-left-wrap ul {
    list-style: none
}

.topbar-left-wrap ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 12px 0 13px;
    margin-right: 20px
}

.topbar-left-wrap ul li i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 2px;
    margin-right: 3px
}

.phone-login-head-wrap ul {
    list-style: none;
    text-align: right
}

.phone-login-head-wrap {
    position: relative
}

.phone-login-head-wrap ul li {
    display: inline-block;
    padding: 12px 0 14px;
    font-size: 14px;
    color: #fff;
    margin-left: 22px
}

.phone-login-head-wrap ul li a {
    font-size: 14px;
    color: #fff
}

.phone-login-head-wrap ul li i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 3px;
    margin-right: 3px
}

.header-logo-nav-wrap {
    padding: 10px 0;
    position: relative;
    box-shadow: 0 20px 40px -15px #0d4f76
}

.header-nav-wraper ul {
    list-style: none;
    text-align: right;
    margin-top: 6px !important
}

.header-nav-wraper ul li {
    display: inline-block;
    padding-left: 30px
}

.header-nav-wraper ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 600
}

.header-nav-wraper ul li a:hover {
    color: #F8CA72
}

.header-nav-wraper ul li .btn-header {
    background: linear-gradient(to right, #ED1B24, #000000);
    padding: 14px 30px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 12px
}

.search-icon a {
    font-size: 24px !important;
    color: linear-gradient(to right, #D29D51, #F8CA72) !important;
    border-left: 1px solid #ccc !important;
    padding-left: 12px;
    position: relative;
    top: 4px
}

.header-nav-wraper ul li:nth-child(9) {
    padding-left: 15px
}

.nav-active {
    color: linear-gradient(to right, #D29D51, #F8CA72) !important
}

@media (max-width:1400px) and (min-width:1170px) {
    .topbar-left-wrap ul li {
        margin-right: 13px
    }

    .phone-login-head-wrap ul li strong {
        display: none
    }

    .header-nav-wraper ul li {
        padding-left: 15px
    }

    .header-nav-wraper ul {
        margin-top: 3px
    }
}

@media screen and (max-width:1169px) {

    .header-nav-wraper,
    .header-topbar-wraper {
        display: none
    }

    .header-logo-nav-wrap {
        border-top: 5px solid linear-gradient(to right, #ED1B24, #000000)
    }
}

@media screen and (max-width:768px) {
    .site-logo-wrap {
        width: 270px
    }
}

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    font-family: Roboto, serif !important
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
    border-radius: 10px !important;
    background-color: #f5f5f5 !important
}

body::-webkit-scrollbar {
    width: 3px !important;
    background-color: #f5f5f5 !important
}

body::-webkit-scrollbar-thumb {
    background-color: #666
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0 !important;
    padding: 0
}

a,
button {
    text-decoration: none !important;
    transition: .3s ease-in !important;
    -moz-transition: .3s ease-in !important;
    -webkit-transition: .3s ease-in !important;
    -ms-transition: .3s ease-in !important;
    -o-transition: .3s ease-in !important
}

img {
    max-width: 100% !important
}

ol,
ul {
    padding-left: 0 !important
}

a {
    text-decoration: none !important
}

.become-partner-wraper {
    padding: 20px 30px;
    border-radius: 15px;
    background: linear-gradient(to right, #ED1B24, #000000);
    margin-top: -90px;
    position: relative;
    z-index: 111
}

.logo-cta {
    width: 90px;
    float: left
}

.become-partner-text-wrap {
    width: 50%;
    float: left;
    padding-left: 25px
}

.become-partner-text-wrap h5 {
    font-size: 30px;
    color: #fff;
    margin-top: 12px
}

.become-partner-text-wrap p {
    font-size: 18px;
    color: #fff;
    opacity: .8
}

.btn-become-partner {
    width: 41%;
    text-align: right;
    float: left;
    margin-top: 15px
}

.btn-become-partner a {
    border: 1px solid #3f4574;
    display: inline-block;
    background: linear-gradient(to right, #ED1B24, #000000);
    width: 47%;
    text-align: center;
    font-size: 15px;
    padding: 16px 40px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 5px
}

.btn-become-partner a:nth-child(2) {
    background: linear-gradient(to right, #D29D51, #F8CA72)
}

.btn-become-partner a:hover {
    background: #02165f;
    border: 1px solid #02165f
}

.service-main-wraper {
    padding: 90px 0 40px
}

.services-text-wraper .sub-service-heading {
    font-size: 14px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    display: block
}

.services-text-wraper .sub-service-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    width: 25px;
    height: 2px
}

.services-text-wraper h2 {
    font-size: 55px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 15px 0;
    line-height: 55px;
    font-weight: 600
}

.services-text-wraper p {
    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 35px
}

.services-text-wraper ul {
    list-style: none
}

.services-text-wraper ul li .service-list-wrap {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px 0 #e7e7e7;
    margin-bottom: 25px
}

.services-text-wraper ul li:hover .service-list-wrap {
    box-shadow: 0 5px 60px 0 #d4d4d4
}

.service-icon-wrap {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    padding-top: 3px
}

.services-text-wraper ul li:hover .service-icon-wrap {
    color: linear-gradient(to right, #ED1B24, #000000)
}

.text-service-list {
    margin-left: -20px
}

.text-service-list h6 {
    font-size: 22px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin-top: 5px
}

.text-service-list p {
    padding: 0;
    margin: 0;
    font-size: 16px
}

.btn-service-wrap {
    text-align: right;
    padding-top: 8px
}

.btn-service-wrap a {
    display: inline-block;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background: linear-gradient(to right, #ED1B24, #000000);
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 13px
}

.services-text-wraper ul li:hover .btn-service-wrap a {
    background: linear-gradient(to right, #D29D51, #F8CA72)
}

.service-image-wrap {
    text-align: right;
    position: relative
}

.service-image-wrap img {
    border-radius: 25px;
    position: relative;
    z-index: 111;
    right: 5px
}

.service-image-wrap:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 687px;
    background: #e8f1f5;
    right: -25px;
    bottom: -25px;
    border-radius: 25px
}

.qualification-main-wraper {
    padding: 140px 0 120px;
    background: #e8f1f5
}

.qualification-main-wraper .qualification-sub-heading {
    text-align: center;
    font-size: 14px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: block
}

.qualification-main-wraper .qualification-sub-heading:before {
    content: "";
    position: absolute;
    top: -40px;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    width: 2px;
    height: 30px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.qualification-main-wraper h2 {
    font-size: 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 5px 0 0;
    line-height: 45px;
    font-weight: 600;
    text-align: center
}

.qualification-main-wraper p {
    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 40px;
    text-align: center
}

.owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: right
}

.owl-nav button {
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff !important;
    padding-top: 0;
    display: inline-block;
    font-size: 28px;
    margin-right: 5px
}

.owl-prev {
    left: -60px;
    background: url(../media/arrow-left.7a182c78.html) no-repeat top !important;
    background-position: 50% !important;
    background-size: 40% !important
}

.owl-next,
.owl-prev {
    position: absolute;
    border: 1px solid #a2a9b9 !important
}

.owl-next {
    right: -70px;
    background: url(../media/arrow-right.e3d81293.html) no-repeat top !important;
    background-position: 50% !important;
    background-size: 40% !important
}

.qualification-listi-wrap {
    height: 420px;
    border-radius: 15px;
    background-size: cover !important;
    padding: 35px;
    position: relative
}

.qualification-listi-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    right: 10px
}

.qualification-listi-text {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.qualification-listi-text h5 {
    font-size: 20px;
    font-weight: 600;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin-bottom: 3px
}

.qualification-listi-text a {
    font-size: 14px;
    color: black;
    font-weight: 500
}

.qualification-listi-text a i {
    font-size: 18px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin-left: 2px;
    position: relative;
    top: 2.5px;
    rotate: -40deg
}

.qualification-listi-wrap:hover .qualification-listi-text {
    background: linear-gradient(to right, #D29D51, #F8CA72)
}

.qualification-listi-wrap:hover .qualification-listi-text a,
.qualification-listi-wrap:hover .qualification-listi-text h5 {
    color: #fff
}

.qualification-listi-wrap:hover .qualification-listi-text a i {
    color: #fff;
    rotate: 0deg
}

.owl-dots {
    display: none
}

.blog-main-wraper {
    padding: 70px 0
}

.blog-heading-nav-wrp .blog-sub-heading {
    font-size: 14px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    display: block
}

.blog-heading-nav-wrp .blog-sub-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    width: 25px;
    height: 2px
}

.blog-heading-nav-wrp h2 {
    font-size: 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 5px 0 15px;
    line-height: 45px;
    font-weight: 600
}

.blog-nav-wraper ul {
    border: none;
    display: block;
    text-align: right;
    margin-top: 20px
}

.blog-nav-wraper ul li {
    display: inline-block;
    margin-left: 10px
}

.blog-nav-wraper ul li button {
    border: 1px solid #c1beea !important;
    padding: 12px 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    border-radius: 12px !important;
    font-weight: 500;
    font-size: 14px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: linear-gradient(to right, #ED1B24, #000000);
    border: 1px solid linear-gradient(to right, #ED1B24, #000000) !important;
    color: #fff
}

.big-blog-list-wrap ul {
    list-style: none;
    margin-top: 25px
}

.blog-list-image-wrap .blog-list-image-image {
    height: 270px;
    overflow: hidden
}

.blog-list-image-image img {
    width: 100%
}

.blog-list-text-info {
    padding: 15px 0 10px
}

.blog-list-text-info span {
    font-size: 14px;
    margin-right: 10px;
    color: #8691a7
}

.blog-list-text-info span i {
    font-size: 20px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    position: relative;
    top: 2px
}

.blog-list-image-wrap h2 a {
    font-size: 25px;
    color: linear-gradient(to right, #ED1B24, #000000);
    line-height: 32px;
    display: block;
    font-weight: 500
}

.small-blog-wrap ul {
    list-style: none;
    margin-top: 5px
}

.small-blog-wrap ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.small-blog-wrap ul li:nth-child(3) {
    border: none
}

.small-blog-wrap ul li h2 a {
    font-size: 25px;
    color: linear-gradient(to right, #ED1B24, #000000);
    line-height: 32px;
    display: block;
    font-weight: 500
}

.contact-mian-wraper {
    background: url(../../../assets/img/footer.jpg) no-repeat top;
    padding: 80px 0;
    background-size: cover
}

.contact-info-form-wrap {
    width: 80%;
    margin-top: 30px;
    float: right
}

.contact-info-form-wrap .col-md-4,
.contact-info-form-wrap .col-md-8 {
    padding: 0;
    margin: 0
}

.contact-info-wrap {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    padding: 30px;
    height: 100%
}

.contact-info-heading {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    display: block
}

.contact-info-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    width: 25px;
    height: 2px
}

.contact-info-wrap h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 0;
    line-height: 35px
}

.contact-phone-wrap {
    padding: 15px 0
}

.contact-phone-wrap .contact-phone-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    font-size: 20px;
    padding-top: 12px;
    border-radius: 50%;
    text-align: center;
    float: left
}

.contact-phone-wrap .contact-phone-icon i {
    position: relative;
    left: -1px
}

.contact-phone-text {
    width: 80%;
    float: left;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.contact-phone-text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.contact-info-btn a {
    display: block;
    padding: 14px 0;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    margin-top: 15px;
    border-radius: 12px
}

.contact-form-wrap {
    background: #fff;
    padding: 25px
}

.contact-form-wrap h4 {
    font-size: 30px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 0 0 25px;
    line-height: 45px;
    font-weight: 600;
    text-align: center
}

.contact-form-wrap .form-group {
    margin-bottom: 15px
}

.contact-form-wrap .form-group .form-control {
    height: 55px
}

.contact-form-wrap .form-group .form-control,
.contact-textarea-wrap .form-control {
    background: #f2f2f9;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 6px;
    padding-left: 20px;
    font-size: 14px
}

.contact-textarea-wrap .form-control {
    padding-top: 20px
}

.submit-contact-btn {
    margin-top: 20px;
    text-align: right
}

.submit-contact-btn button {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 14px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px
}

.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    padding: 65px 0 0;
    background: linear-gradient(to right, #ED1B24, #000000);
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 0s;
    transform-origin: right center;
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    overflow: auto
}

.drawer-menu li {
    text-align: left
}

.drawer-menu li a {
    display: block;
    height: auto;
    line-height: 62px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all .8s;
    padding-left: 30px;
    border-bottom: 1px solid #0a2c4f
}

.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff
}

.check {
    display: none
}

.menu-btn {
    top: 39px;
    right: 18px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3
}

.bar,
.menu-btn {
    position: absolute;
    display: block
}

.bar {
    top: 0;
    left: 0;
    width: 35px;
    height: 1px;
    background: linear-gradient(to right, #ED1B24, #000000);
    transition: all .5s;
    transform-origin: left top
}

.bar.middle {
    top: 10px;
    opacity: 1
}

.bar.bottom {
    top: 20px;
    transform-origin: left bottom
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1
}

.menu-btn:hover .bar {
    background: #18b6a4
}

.close-menu {
    position: fixed;
    top: 0;
    right: 280px;
    width: 100%;
    height: 100vh;
    background: transparent;
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0
}

.check:checked~.drawer-menu {
    transition-delay: .3s;
    transform: none;
    opacity: 1;
    z-index: 2
}

.check:checked~.contents {
    transition-delay: 0s;
    transform: translateX(-300px)
}

.check:checked~.menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0
}

.check:checked~.menu-btn .bar.top {
    width: 40px;
    transform: rotate(45deg);
    background: #fff
}

.check:checked~.menu-btn .bar.middle {
    opacity: 0
}

.check:checked~.menu-btn .bar.bottom {
    width: 40px;
    top: 28px;
    background: #fff;
    transform: rotate(-45deg)
}

.check:checked~.close-menu {
    transition-duration: 1s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3
}

.drawer-menu ul {
    list-style: none
}

.drawer-menu ul li a {
    text-decoration: none
}

.drawer-menu ul li a img {
    margin-right: 5px;
    margin-top: -2px
}

.menusitebar-main-wraper {
    display: none
}

.inner-about-text-wraper,
.inner-about-text-wraper h2 {
    padding-top: 0;
    margin-top: 0
}

.inner-about-text-wraper .about-text-wraper p {
    font-size: 17px;
    line-height: 30px
}

.inner-service-main-wraper {
    padding: 140px 0;
    background: #e8f1f5
}

.inner-service-main-wraper .service-image-wrap:before {
    background: #fff
}

.inner-courses-main-wrap {
    padding: 70px 0 50px
}

.inner-courses-main-wrap ul {
    list-style: none
}

.inner-courses-main-wrap ul li {
    margin-bottom: 30px
}

.inner-certification-main-wraper {
    background: none !important;
    padding: 60px 0 40px;
    -webkit-clip-path: none !important;
    clip-path: none !important
}

.inner-certification-main-wraper ul {
    list-style: none
}

.inner-certification-main-wraper ul li {
    position: relative;
    margin-bottom: 30px
}

.inner-certification-main-wraper ul li .certification-listing-wrap {
    background: #e8f1f5
}

.inner-certification-main-wraper ul li .certification-listing-wrap .award-image-wrap {
    right: 30px
}

.inner-policy-wraper {
    padding: 40px 0;
    background: url(/_next/static/media/bg-award.16213ed5.jpg) no-repeat top;
    background-size: cover
}

.inner-policy-wraper h2 {
    font-size: 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    line-height: 45px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 15px 0 25px
}

.inner-policy-wraper p {
    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 15px
}

.inner-policy-wraper strong {
    display: block;
    font-size: 25px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin-bottom: 10px
}

.inner-policy-wraper p span {
    color: #000;
    font-weight: 600
}

.faqs-main-wraper {
    padding: 60px 0
}

.faqs-main-wraper .accordion-item {
    border: none
}

.faqs-main-wraper .accordion-item button {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    padding: 20px 25px !important;
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.faqs-main-wraper .accordion-item button span {
    margin-right: 15px;
    color: linear-gradient(to right, #D29D51, #F8CA72)
}

.faqs-main-wraper .accordion-item .accordion-body {
    padding: 0 0 20px
}

.faqs-main-wraper .accordion-item p {
    font-size: 18px;
    line-height: 34px;
    color: #636579;
    padding-bottom: 5px
}

.login-image-text-wrap {
    height: 100vh;
    background: url(/_next/static/media/bg-offer.24fabe8e.jpg) no-repeat top;
    background-size: cover;
    padding: 65px
}

.login-main-wraper {
    position: relative
}

.login-main-wraper .container-fluid {
    margin: 0;
    padding: 0
}

.login-logo img {
    width: 150px
}

.login-main-wraper h1 {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    font-weight: 400;
    margin: 70px 0 15px
}

.login-main-wraper h1 strong {
    font-size: 85px;
    display: block;
    color: #fff;
    opacity: .2;
    margin-bottom: 15px
}

.login-main-wraper h1 span {
    color: linear-gradient(to right, #D29D51, #F8CA72);
    display: block
}

.login-main-wraper p {
    font-size: 20px;
    color: #fff;
    padding-right: 100px
}

.copright-text-wrp {
    position: absolute;
    bottom: 30px;
    color: #7b9aab;
    font-size: 13px
}

.copright-text-wrp .la-copyright {
    margin-right: 5px
}

.copright-text-wrp .la-heart {
    color: red;
    margin-left: 5px
}

.login-form-wraper {
    padding: 90px 60px;
    height: 100vh;
    overflow: auto
}

.signup-form-wraper {
    padding: 70px 40px !important
}

.login-form-wraper::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5
}

.login-form-wraper::-webkit-scrollbar-thumb {
    background-color: #666
}

.login-form-wraper h2 {
    font-weight: 600;
    font-size: 35px;
    color: #050c1a;
    letter-spacing: -1px;
    line-height: 45px;
    margin-bottom: 40px
}

.login-form-wraper .form-group {
    margin-bottom: 15px;
    position: relative
}

.login-form-wraper .form-group i {
    position: absolute;
    right: 24px;
    top: 49px;
    font-size: 20px;
    color: linear-gradient(to right, #D29D51, #F8CA72)
}

.login-form-wraper label {
    font-weight: 400;
    color: #050c1a;
    font-size: 14px;
    margin-bottom: 10px
}

.login-form-wraper .form-control {
    height: 55px;
    box-shadow: none;
    border: 1p solid #ccc;
    font-size: 14px;
    padding-left: 25px
}

.control-group {
    display: block;
    vertical-align: top;
    background: #fff;
    text-align: left
}

.control {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 25px;
    background: #e6e6e6;
    border-radius: 0
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus~.control__indicator,
.control:hover input~.control__indicator {
    background: #ccc
}

.control input:checked:focus~.control__indicator,
.control input:checked~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator {
    background: #1c64f2
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: "";
    position: absolute;
    display: none
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    left: 10px;
    top: 6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.forgot-password-wrap {
    text-align: right
}

.forgot-password-wrap a {
    font-size: 13px;
    color: #666
}

.btn-login-wraper {
    margin-top: 20px
}

.signin-button {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    border: 1px solid linear-gradient(to right, #D29D51, #F8CA72);
    border-radius: 10px;
    color: #fff;
    margin-bottom: 15px
}

.creat-accout-wrap,
.signin-button {
    width: 100%;
    outline: none;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 700
}

.creat-accout-wrap {
    background: none;
    border: 1px solid linear-gradient(to right, #ED1B24, #000000);
    border-radius: 10px;
    color: linear-gradient(to right, #ED1B24, #000000)
}

.btn-login-wraper button:hover {
    background: linear-gradient(to right, #ED1B24, #000000);
    border: 1px solid linear-gradient(to right, #ED1B24, #000000);
    color: #fff
}

.r-main-wraper {
    padding-top: 60px;
    background: #071119
}

.footer-main-wraper {
    background: linear-gradient(to right, #ED1B24, #000000);
    padding-top: 50px
}

.footer-mission-wraper h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #1e2d39;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.footer-mission-wraper h3 img {
    width: 300px
}

.footer-mission-wraper p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px !important
}

.footer-link-wraper {
    padding-left: 25px
}

.footer-link-wraper h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #1e2d39;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.footer-link-wraper ul {
    list-style: none;
    margin-top: 10px !important
}

.footer-link-wraper ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

.footer-link-wraper ul li a:hover {
    color: linear-gradient(to right, #D29D51, #F8CA72)
}

.footer-fallow-section-wrap {
    padding-left: 25px
}

.footer-fallow-section-wrap h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #1e2d39;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.social-footer {
    margin-bottom: 20px;
    margin-top: 10px !important
}

.social-footer a {
    text-decoration: none;
    margin: 0 2px
}

.social-footer a:hover {
    opacity: .7
}

.social-footer a img {
    width: 40px
}

.copyright-text-wrap {
    color: #fff;
    font-size: 14px;
    background: #030c21;
    margin-top: 50px;
    padding: 22px 0;
    opacity: .5
}

.new-letter-wraper h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #1e2d39;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.new-letter-wraper p {
    font-size: 14px;
    color: #fff;
    padding-bottom: 15px;
    margin-top: 10px !important
}

.new-letter-wraper .form-group {
    position: relative
}

.new-letter-wraper .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    outline: none;
    height: 45px;
    font-size: 22px;
    right: 10px
}

.new-letter-wraper .form-group .form-control {
    height: 45px;
    background: #f2f2f9;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 6px;
    padding-left: 20px;
    font-size: 13px
}

.footer-bottom-link {
    text-align: right
}

.footer-bottom-link a {
    font-size: 14px;
    color: #fff;
    margin-left: 10px
}

.home-section {
    margin-bottom: 64px
}

.home-section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin-bottom: 32px;
    letter-spacing: -1px
}

.home-features-section {
    background: #f8fafc
}

.home-certifications-section,
.home-features-section {
    padding: 48px 0 32px;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(22, 130, 196, .04)
}

.home-certifications-section {
    background: #fff
}

@media (max-width:600px) {
    .home-section {
        margin-bottom: 32px
    }

    .home-section-title {
        font-size: 1.3rem;
        margin-bottom: 18px
    }

    .home-certifications-section,
    .home-features-section {
        padding: 24px 0 16px;
        border-radius: 16px
    }
}

@media (max-width:1400px) and (min-width:1170px) {
    .topbar-left-wrap ul li {
        margin-right: 13px
    }

    .phone-login-head-wrap ul li strong {
        display: none
    }

    .header-nav-wraper ul li {
        padding-left: 15px
    }

    .header-nav-wraper ul {
        margin-top: 3px
    }

    .slider-text-main-wraper h1 {
        font-size: 60px;
        line-height: 75px
    }

    .advantage-list-text {
        width: 72%
    }

    .btn-about-wrap a {
        width: 43%
    }
}

@media screen and (max-width:1169px) {

    .header-nav-wraper,
    .header-topbar-wraper {
        display: none
    }

    .header-logo-nav-wrap {
        border-top: 5px solid linear-gradient(to right, #ED1B24, #000000)
    }

    .carousel-indicators {
        display: none
    }

    .menusitebar-main-wraper {
        display: block
    }

    .container {
        max-width: 100%
    }

    .advantage-main-wrpaer ul li {
        border-radius: 0 !important
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }

    .slider-image-text-wraper {
        padding-left: 50px
    }

    .slider-image-text-wraper .col-md-7 {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .site-logo-wrap {
        width: 270px
    }

    .advantage-main-wrpaer {
        margin-top: 0;
        width: 97%;
        margin: 0 auto
    }

    .advantage-main-wrpaer ul li {
        margin-bottom: 10px;
        border-radius: 12px !important
    }

    .advantage-main-wrpaer ul li:nth-child(2) {
        border-radius: 12px !important;
        background: #F8CA72 !important
    }

    .search-slider-wrap .form-group .form-control {
        margin-bottom: 15px
    }

    .search-slider-wrap .col-md-4 {
        padding-right: 0
    }

    .about-image-wraper:before,
    .award-image {
        display: none
    }

    .about-main-wraper {
        padding: 20px 0
    }

    .logo-cta {
        float: none;
        margin: 0 auto
    }

    .become-partner-text-wrap {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center
    }

    .btn-become-partner a {
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .btn-become-partner {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center
    }

    .certification-main-wraper {
        padding-top: 90px
    }

    .qualification-main-wraper {
        padding-top: 90px;
        padding-bottom: 60px
    }

    .btn-about-wrap a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .about-text-wraper {
        margin-left: 0
    }

    .service-main-wraper {
        padding: 30px 0
    }

    .text-service-list {
        margin: 0;
        text-align: center
    }

    .btn-service-wrap {
        text-align: center
    }

    .service-image-wrap {
        display: none
    }

    .blog-nav-wraper ul li {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .blog-nav-wraper ul li button {
        width: 100%;
        margin-bottom: 5px
    }

    .blog-nav-wraper ul li {
        margin-bottom: 10px
    }

    .slider-image-text-wraper {
        height: auto;
        padding-bottom: 160px;
        padding: 60px 15px 100px
    }

    .slider-text-main-wraper h1 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0
    }

    .big-blog-list-wrap ul li .blog-list-image-wrap {
        margin-bottom: 35px
    }

    .contact-info-form-wrap {
        width: 100%;
        float: none
    }

    .contact-mian-wraper {
        padding: 20px
    }

    .footer-link-wraper {
        padding: 35px 0
    }

    .footer-fallow-section-wrap {
        padding-left: 0
    }

    .copyright-text-wrap,
    .footer-bottom-link {
        text-align: center
    }

    .blog-main-wraper {
        padding-bottom: 30px
    }

    .search-slider-wrap {
        width: 100%
    }
}
