body {
    /* overflow-y: hidden; */
    width: auto !important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    display: none;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #B5975B;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #B5975B;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #B5975B;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #B5975B;
}

@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../fonts/BAHNSCHRIFT.eot');
    src: url('../fonts/BAHNSCHRIFT.eot') format('embedded-opentype'),
        url('../fonts/BAHNSCHRIFT.woff2') format('woff2'),
        url('../fonts/BAHNSCHRIFT.woff') format('woff'),
        url('../fonts/BAHNSCHRIFT.ttf') format('truetype'),
        url('../fonts/BAHNSCHRIFT.svg#BAHNSCHRIFT') format('svg');
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins-Regular.ttf") format("truetype"),
        url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
        url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Medium.woff2") format("woff2"),
        url("../fonts/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins-Medium.ttf") format("truetype"),
        url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Light.woff2") format("woff2"),
        url("../fonts/Poppins-Light.woff") format("woff"),
        url("../fonts/Poppins-Light.ttf") format("truetype"),
        url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

p {
    font-weight: normal;
    font-size: 17px;
}

.header-container {
    margin: 0 10px;
    width: 100%;
}

.contactrow {
    align-items: center;
}

.social-links li a {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.social-links ul {
    list-style: none;
}

.social-links i {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s !important;
}

.social-links svg {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: 0.5s !important;
}

.social-links i:hover {
    text-decoration: none;
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links svg:hover {
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links ul {
    display: flex;
    margin-bottom: 0;
}



.social-links a:hover {
    text-decoration: none;
}

/* header */
header {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #F6F5F4;
    height: 80px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    width: 190px;
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 9px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.callright {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 5px 15px;
    transition: 0.5s;
    margin: 0 12px;
    text-transform: unset;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;

}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #363636;
    height: 3px;
    display: block;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-top-menus ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 35px;
}

.desk-top-menus li {
    list-style: none;
    display: inline-block;
}

.desk-top-menus a {
    margin: 10px 25px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
    display: block !important;
}

.desk-top-menu {
    position: relative;
    padding: 10px 15px;
    margin-top: 0px;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 35px;
}

.phone-icon {
    display: none;
}

.desk-top-menus {
    position: relative;
}

.desk-top-menus::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}

.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

#megaMenu {
    cursor: pointer;
}

.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.loan-bullet li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.loan-bullet li::before {
    position: absolute;
    content: '';
    background: #14097A;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.overlay-menu {
    background-color: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.overlay-close i {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #ED3338;
    padding: 40px;
    scrollbar-width: none;
}

.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.mlinks-bx {
    padding-top: 40px;
}

.m-contact h4::before {
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    content: "\f041";
    color: #fff;
}

.m-header h2 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;

}

.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.m-contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-contact h4 {
    font-size: 16px;

    position: relative;
    line-height: 26px;
}

.m-contact p {
    font-size: 15px;
    margin: 0;

    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;

}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;

    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #000;
}

.m-medias {
    align-items: center;
    gap: 30px;
}

.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;

}

.footer-social img {
    width: 13px;
}

/* nav-bar-end */
.book-call {
    display: none;
}

.desk-top-menu .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    z-index: 9;
    position: relative;
    padding: 0;
}

.desk-top-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #192544 !important;
    width: 220px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    background: #ddd !important;
    border: 1px solid #CA252B;
    border-radius: 0;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content .col-lg-6 :is(.main-col1, #col1) {
    display: none;
}

.desk-top-menu .column {
    float: none;
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-right: 0;
}

.desk-top-menu .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.desk-top-menu i {
    color: #CA252B;
    padding-right: 10px;
    font-size: 11px;
}

.desk-top-menu .bg-color a:hover {
    background: #CA252B !important;
    color: #fff;
}

/* banner */

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.banner-text span {
    font-family: 'NeueMontrealLight';
    color: #F57B20;
}


.banner-text {
    position: absolute;
    left: 45%;
    bottom: 20%;
    transform: translate(-40%, 0%);
    right: 0;


}

.all-social {
    position: absolute;
    right: 25px;
    bottom: -80px;
    z-index: 9;
}

.all-social p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.social-media {
    position: absolute;
    right: 25px;
    top: -80px;
    z-index: 9;
}

.social-media p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.banner .owl-dots {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .owl-dots button {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 25px 0px;
    border-radius: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.banner .owl-dots button.active {
    background: #ED3338;
    border: 1px solid #ED3338;
}

.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.banner-text h1 {
    font-size: 90px;
    color: #0D60AE;
    text-align: center;
    font-family: 'NeueMontrealLight';
}

.banner-text h4 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-family: 'NeueMontrealLight';
}


.banner-text p {

    font-size: 17px;
    color: #000;
    font-weight: normal;
    padding: 0 10%;
    padding-bottom: 10px;
}

.banner-taxt-btn {
    display: flex;
    gap: 30px;
}

.banner-view a {
    background-color: #ED3338;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    transition: 0.5s;
}

.banner-view a:hover {
    background-color: #ED3338;
    color: #fff;
    transition: 0.5s;
}

.banner-contact {
    text-align: center;
    position: relative;
}

.banner-contact a {
    color: #F5F5F5;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    right: -100px;
    top: -5px;
}

.banner-contact::before {
    background-color: #F5F5F5;
    width: 100%;
    height: 0.5px;
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
}

.banner-contact a:hover {
    color: #fff;
    transition: 0.5s;
}

.contacttops {
    display: flex;
    gap: 20px;
}

.contact-icon a {
    color: #000;
}

/* header top */
.contact-tilil {
    background: #fff;
    padding: 5px 0;
}


.contact-icon p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    position: relative;

    font-weight: normal;
    /* display: flex;
    align-items: center; */
}

.contact-icon span {

    color: #ED3338;
}

.contact-icon img {
    padding-right: 10px;
}

.contact-number {
    text-align: right;
    display: flex;
    justify-content: end;
}

.contact-number i {
    font-size: 20px;
    color: #000;
}

.contact-number a {
    color: #000;
    margin: 0;
    font-size: 14px;
    text-align: right;
    position: relative;

    font-weight: normal;
    display: flex;
    align-items: center;
}

.contact-number img {
    padding-right: 10px;
}


/* back to top */

#button {
    display: inline-block;
    background-color: #23569E;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#button:hover {
    background: #23569E;
    transition: 0.5s;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button.show {
    visibility: visible;
}

.navbar-nav .equirybtn button {
    color: #000;
    border: none;
    padding: 7px 20px;
    display: flex;
    transition: 0.5s;
    align-items: center;
    border-radius: 25px;
    font-size: 14px;
    background: #F57B20 0% 0% no-repeat padding-box;
    border-radius: 38px;
}

.navbar-nav .equirybtn button:hover {
    background-color: #000;
    transition: 0.5s;
    color: #fff;
}

.navbar-nav .equirybtn button img {
    margin-left: 10px;
}

.book-box {
    background: #ED3338;
    padding: 40px 30px;
    color: #fff;
    box-shadow: 3px 3px 6px #00000029;
    height: 170px;
    border-right: 1px solid #fff;
}

.book-box h4 {

    font-size: 18px;
    margin-top: 40px;
}

.book-box:hover {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    color: #ED3338;
}

.book-box .book-hover {
    display: none;
}

.book-box:hover .book {
    display: none;
}

.book-box:hover .book-hover {
    display: block;
}

.desktop {
    display: block;
}

.phone {
    display: none;
}

/* about */



.main-container {
    margin: 0 80px;
}


header .toggle {
    top: 60px;
    right: 20px;
}

.equirybtn {
    position: absolute;
    right: 80px;
}

.equirybtn a {
    background: #505050 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;
    transition: 0.5s;
}

.equirybtn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #505050;
    transition: 0.5s;
}

.headerRightmainAll ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}

/* what */
.whatrow {
    display: flex;
    align-items: center;
}

.whatwrapper {
    position: relative;
    overflow: hidden;
}

.whatleft h5 {
    color: #F57B20;
    font-size: 18px;
}

.whatleft h2 {
    font-family: 'NeueMontrealLight';
    font-size: 45px;
    color: #000000;
}

.whatright p {
    font-size: 17px;
    color: #000000;
    opacity: 0.7;
}

.whatwrapper .faq-a {
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    color: #000000 !important;
    float: left;
    padding: 17px 0px;
    border-radius: 0px;
    position: relative;
}

.whatwrapper .faq-a::after {
    position: absolute;
    content: "-";
    right: 0;
    top: 8px;
    color: #ED3338;

    font-size: 28px;
    font-weight: 500;
    background: #E7E7E7;
    width: 35px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.whatwrapper .faq-a.collapsed::after {
    content: "+";
}

.whatwrapper .faq-content {
    float: left;
    width: 100%;
}

.whatwrapper .faq-right p {
    font-weight: normal;
    font-size: 16px;
}

.whatwrapper .faq-card {
    border: none;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 0;
    background: none;
}

.cardtop {
    border-top: 1px solid #E6E6E6 !important;
}

.whatwrap {
    padding: 60px 0;
}

.whatright {
    padding-bottom: 30px;
}

.whatleft {
    padding: 60px 0;
}

.whatwrapper::before {
    position: absolute;
    content: '';
    background-image: url(../images/what-line.png);
    width: 67px;
    height: 100%;
    left: 40%;
    background-repeat: no-repeat;
}

.whatbtn a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.whatbtn {
    margin-top: 20px;
}

.whatbtn img {
    padding-left: 5px;
}

/* our courses */

.ourwrapper {
    background: #0D60AE;
    position: relative;
    overflow: hidden;
}

.ourwrapper::before {
    position: absolute;
    content: '';
    background-image: url(../images/our-line.png);
    width: 1px;
    height: 100%;
    left: 45%;
    background-repeat: no-repeat;
}

.ourleft {
    padding-top: 60px;
    padding-bottom: 30px;
}

.ourleft h2 {
    font-family: 'NeueMontrealLight';
    font-size: 45px;
    color: #fff;
}



.ourleft p {
    font-size: 17px;
    color: #fff;
    padding-bottom: 20px;
    opacity: 0.7;
}

.ourleft img {
    width: 450px;
}

.ourright {
    padding: 60px 0;
    padding-bottom: 15px;
}

.ourbox {
    background: #ECE8E8 0% 0% no-repeat padding-box;
    min-height: 155px;
    margin-bottom: 20px;
    border: 1px solid #F57B20;
    border-radius: 26px;
    padding: 20px 20px;
    text-align: center;
    max-height: 155px;
    cursor: pointer;
}

.ourbox:hover {
    background: #d8d7d7;
}

.ourbox h6 {
    color: #0D60AE;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 500;
}

.ourrow {
    display: flex;
    align-items: end;
}





/* news */
.newswrapper {
    background: #F57B20;
    padding: 60px 0;
}

.newsmargin h2 {
    font-family: 'NeueMontrealLight';
    font-size: 45px;
    color: #fff;
    padding-left: 20%;
    padding-bottom: 30px;
}

.newsright h4 {
    font-family: 'NeueMontrealLight';
    font-size: 30px;
    color: #fff;
}

.newsright p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;

}

.newsbtn img {
    padding-left: 5px;
}

.newsbtn a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.newsrow {
    display: flex;
    align-items: center;
}

.newsbtn {
    float: right;
}

.newsright {
    padding: 0 20px;
}


.input-bg {
    background: #0D60AE;
    padding: 30px 0;
}

.news-letter-wrapper h1 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0;
}



.news-input {
    display: flex;
}

.news-input input {
    width: 390px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;

}

.news-input input::placeholder {
    color: #1B1B1B;
}

.news-input a {
    font-weight: 600;
    color: #000;
    padding: 11px 25px;
    transition: 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;

    font-size: 14px;
}

.news-input a:hover {
    background: #707070;
    color: #fff;
}



/* footer */
footer {
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}

.contact-mail::before {
    background: url(../images/mail-01.png) no-repeat;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background-position: center;
}

.contact-phone::before {
    background: url(../images/call-03.png) no-repeat;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background-position: center;
}

.contact-location::before {
    background: url(../images/location-02.png) no-repeat;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background-position: center;
}

.contactrow {
    display: flex;
    align-items: center;
}


.contact-detail {
    margin-bottom: 30px;
}

.contact-detail h6 {
    position: relative;
    padding-left: 60px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.contact-form h4 {
    position: relative;
    color: #000;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.contact-detail a {
    color: #000;
    font-size: 15px;
}

.contact-detail p {
    padding-left: 60px;
    color: #000;
    font-size: 15px;
    padding-right: 30%;
    margin: 0;
}

.footerleft img {
    width: 180px;
    padding-bottom: 30px;
}


.footerright {
    background: #F57B2059 0% 0% no-repeat padding-box;
    border-radius: 31px 0px 0px 0px;
    padding: 40px;
}





.menu-footer li {
    list-style-type: none;
    padding-bottom: 10px;
}

.menu-footer li a {
    text-decoration: none;
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;

}

.menu-footer ul {
    padding-left: 0;
    padding-top: 10px;
}

.menu-footer p {
    font-size: 17px;
    font-weight: 500;
    padding-right: 10%;
    font-weight: 600;

    color: #000;
}


.menu-footer h5 {
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;

    font-family: 'NeueMontrealRegular';
    position: relative;
    margin: 0;
}

.footerbtn {
    margin-bottom: 20px;
    float: right;
}

.footerbtn a {
    background: #F57B20 0% 0% no-repeat padding-box;

    border-radius: 38px;

    color: #fff;

    padding: 10px 20px;
}

.footerbtn a:hover {
    text-decoration: none;
    background: #0D60AE;
    color: #fff;
    transition: .4s;
}

.footerleft {
    padding-left: 80px;
}

.footermap iframe {
    border-radius: 20px;
}

.social-link a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
    padding: 8px 15px;
}

.social-link a:hover {
    color: #0D60AE;
    transition: 0.5s;
}

.social-link li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

.footerlogoright ul {
    padding-left: 0;
    margin: 0;
    padding: 40px 0;
}

.footerlogoright h5 {
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    margin: 0;
}


.copycenter {
    display: flex;
    align-items: center;
}


.footercopy {
    color: #000;
    border-top: 1px solid #E6E6E6;
    padding: 10px 0;
    font-weight: 600;
    margin-top: -45px;
}

.copyfooter {
    text-align: right;
}


.footermargin a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.footermargin a:hover {
    text-decoration: none;
}

.footermargin h6 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.ourone h6 {
    background: #E6E6E6 0% 0% no-repeat padding-box;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 40px;
}

.ourone {
    position: absolute;
    bottom: 40%;
    left: -85px;
}


.hover-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #0056A1;
    opacity: 0;
    transition: opacity 0.3s;
}

.ourbox:hover .hover-number {
    opacity: 1;
}

.hover-indicator {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: normal;
    background: #E6E6E6 0% 0% no-repeat padding-box;
    padding: 6px 15px;
    color: #000;
    border-radius: 40px;
}

/* about */
.aboutleft h5 {
    color: #F57B20;
    font-size: 18px;
}

.aboutleft p {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    opacity: 0.7;
}

.aboutleft {
    padding: 60px 0;
    padding-right: 60px;
}

.aboutright {
    padding-bottom: 60px;
}

.aboutright img {
    padding-bottom: 40px;
}

.aboutright p {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    opacity: 0.7;
}

.aboutleft h2 {
    font-family: 'NeueMontrealLight';
    font-size: 45px;
    color: #000000;
    padding-right: 15%;
}


.aboutwrapper {
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
}

/* vm */
.vmwrapper {
    background: #0D60AE;
    position: relative;
    overflow: hidden;
}

.vmright {
    border: 1px solid #FFFFFF;
    padding: 30px 30px;
    margin: 30px 60px 30px 10px;
    border-radius: 26px;
}

.vmright h4 {
    font-family: 'NeueMontrealLight';
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.vmflex {
    display: flex;
    align-items: center;
}

.vmright li::before {
    position: absolute;
    content: '';
    background: #EC781E;
    width: 8px;
    height: 8px;
    left: 0;
    border-radius: 30px;
    top: 10px;
}

.vmright li {
    position: relative;
    font-family: 'NeueMontrealLight';
    font-size: 17px;
    padding-left: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #fff;
}

.vmright ul {
    list-style: none;
    padding-left: 0;
}

/* message */
.messagewrapper {
    background: #F57B20;
    padding: 60px 0;
    background-image: url(../images/message-01.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.messageright h4 {
    font-family: 'NeueMontrealLight';
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.messageright p {
    font-family: 'NeueMontrealLight';
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.messageright img {
    margin-bottom: 20px;
    height: 80px;
}

.messageright {
    text-align: center;
    padding-left: 19%;
}

.messageleft {
    background: transparent linear-gradient(331deg, #F5F5F5 0%, #7B7B7B 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    border: 1px solid #F57B20;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.messageleft img {
    border-radius: 20px;
}

.messageleft p {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 10px 45px;
    padding-bottom: 0;
    font-weight: 600;
}




/* contact */
.contactpagewrapper {
    padding: 60px 0;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
}

.contact-form .form-control {
    border: 1px solid #707070;
    border-radius: 12px;
    background: #F5F5F5;
    font-size: 14px;
    box-shadow: none;
    opacity: 1;
    padding: 15px 15px;
}

.contact-form .form-control::placeholder {
    color: #000;
}

.contact-form .form-check-label {
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px;
}

.contact-form {
    padding: 40px 40px;
}

.contact-form .btn-primary {
    padding: 15px 50px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    background: #F57B20 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border-color: #F57B20;
    width: 100%;
    transition: 0.5s;
    display: block;
}

.contact-form .form-check {
    margin-top: 15px;
}

.contact-form .btn-primary:hover {
    color: #F57B20;
    background: transparent;
    transition: 0.5s;
}

.contact-form label {
    margin: 0;
    padding-bottom: 20px;
}


.contactrow {
    display: flex;
    align-items: center;
}


.contactdetails {
    margin-bottom: 30px;
}

.contactdetails h6 {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.contact-form h4 {
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.contactdetails a {
    color: #fff;
    font-size: 15px;
}

.contactdetails p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 5px;
    margin: 0;
}

.contactdetails h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding-right: 50%;
    line-height: 23px;
}

.phone-box h2 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 25px;
}

.phone-box {
    background: transparent linear-gradient(177deg, #0D60AE 0%, #93C0EB 100%) 0% 0% no-repeat padding-box;
    border-radius: 28px;
    padding: 40px 40px;
}

.phone-box iframe {
    border-radius: 15px;
}

.talkwrapper {
    background-image: url(../images/customer-bg.png);
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.talkmargin a {
    border: 1px solid #0083FF;
    border-radius: 12px;
    padding: 15px 20px;
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
    font-weight: 300;
}

.talkmargin a:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #0083FF;
    text-decoration: none;
}

.talkmargin h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'NeueMontrealRegular';
    padding-bottom: 25px;
}

.talkmargin img {
    height: 35px;
    padding-right: 10px;
}

.talkdlex {
    display: flex;
    align-items: center;
}

/* courses */
.coursemargin {
    padding: 40px 0;
}

.courseleft h5 {
    color: #F57B20;
    font-size: 18px;
}

.courseright h2 {
    font-family: 'NeueMontrealLight';
    font-size: 45px;
    color: #000000;
    padding-right: 30%;
}


.courseboxleft  {
    height: 100%;
}

.courseboxleft img {
    border-radius: 26px;
    height: 100%;
}

.courseboxright {
    border: 1px solid #000000;
    border-radius: 26px;
    padding: 50px 50px;
    height: 100%
}

.coursebtn {
    background: #0D60AE 0% 0% no-repeat padding-box;
    border-radius: 38px;
    padding: 9px 15px;
    color: #fff;
}

.coursebtn:hover {
    background: #000;
    text-decoration: none;
    transition: 0.5s;
    color: #fff;
}

.course-container {
    margin: 0 20px;
}

.courseboxright h4 {
    font-size: 26px;
    color: #000;
    padding: 15px 80px 15px 0px;
    margin: 0;
}


.courseboxright p {
    font-size: 17px;
    color: #000;
    font-family: 'NeueMontrealLight';
    margin: 0;
}



.readmorebtn {
    margin-top: 20px;
}

.readmorebtn a {
    background: #f57b20;
    border-radius: 20px;
    padding: 7px 20px;
    border: 1px solid #f57b20;
    ;
    color: #fff;
}

.readmorebtn a:hover {
    text-decoration: none;
    background: #fff;
    color: #f57b20;
    transition: 0.5s;
}

.courseboxwrap {
    padding-bottom: 30px;
}

/* course detail */
.coursedetailwrapper {
    padding-bottom: 60px;
}

.coursedetailmargin {
    border: 1px solid #000000;
    border-radius: 26px;
    padding: 50px 50px;
}

.courseboxshadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000066;
    border-radius: 0px 28px 28px 0px;
    padding-left: 0;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    height:100%;
}


.coursedetail h4 {
    font-size: 30px;
    color: #000;
    padding: 15px 130px 15px 0px;
    margin: 0;
}


.coursedetail p {
    font-size: 16px;
    color: #000;
    font-family: 'NeueMontrealLight';
    margin: 0;
    padding-right: 13%;
}

.backbtn a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.backbtn a:hover {
    color: #0056A1;
    text-decoration: none;
}

.backbtn {
    margin-top: 30px;
}

.coursedformright {
    padding: 20px 20px 20px 0px;
}

.coursedformright h4 {
    color: #071D42;
    font-weight: 600;
    font-size: 22px;
}

.coursedformright .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    box-shadow: none;
    opacity: 1;
    padding: 10px 0px;
}

.coursedformright .form-control::placeholder {
    color: #000000;
}

.coursedformright .form-group {
    margin-bottom: 5px;
}
.coursesilderright p
{
    color:#000;
    text-decoration:none;
}
.coursedformright a{
    background: #F57B20 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000066;
    border-radius: 32px;
    border: none;
    width: 100%;
    color: #fff;
    margin-top: 15px;
    padding: 9px 10px;
  text-align: center;
  text-decoration:none;
}

.coursedformright a:hover {
    background: #000;
    color: #fff;
    text-decoration:none;
}
.vmright p
{
 color:#fff !important;   
}
.vmright u
{
 color:#fff !important;   
}
.vmright h4
{
 color:#fff !important;   
}
.coursedetailtop {
    position: relative;
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
    margin-bottom: 50px;
}


.coursedformright select {
    color: #000;
}

.genderwrap {
    padding-top: 10px;
}


.coursesilderleft h5 {
    font-weight: 500;
    font-size: 22px;
    color: #000;
    padding-bottom: 10px;
    margin: 0;
}

.coursesilderleft li::before {
    position: absolute;
    content: '';
    background: #000;
    width: 9px;
    height: 9px;
    left: 0;
    border-radius: 30px;
    top: 10px;
}

.coursesilderleft li {
    position: relative;
    font-family: 'NeueMontrealLight';
    font-size: 18px;
    padding-left: 20px;
    font-weight: normal;
    padding-right: 10%;
    padding-bottom: 20px;
    color: #000;
}

.coursesilderleft ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}


.coursesilders h4 {
    color: #F57B20;
    font-size: 22px;
    padding-bottom: 15px;
}

.coursesilbox img {
    border-radius: 20px;
}



.coursesilbox h6 {
    color: #000;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

.faccoursebox::before {
    position: absolute;
    content: '';
    background: #F57B20;
    width: 9px;
    height: 9px;
    left: 0;
    border-radius: 30px;
    top: 10px;
}

.faccoursewrap h4 {
    color: #F57B20;
    font-size: 22px;
    padding-bottom: 15px;
}

.faccoursebox img {
    position: relative;
    padding-left: 20px;
}

.factext h6 {
    position: absolute;
    font-family: 'NeueMontrealLight';
    bottom: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    left: 70px;
}

.faccoursebox {
    margin-bottom: 20px;
}

.facwhite {
    color: #000 !important;

}

.coursedformleft img {
    height: 100%;
}

.coursedformleft {
    height: 100%;
}









/* Responsive */
@media (min-width: 1600.5px) {
    .hover-indicator {
        left: -90px;
    }
}

@media (min-width: 1800.5px) {
    .hover-indicator {
        position: absolute;
        top: 50%;
        left: -100px;
    }
}

@media (max-width: 1340.5px) {
    .courseboxright p {
        font-size: 15px;
    }

    .courseboxright h4 {
        font-size: 26px;
        padding: 15px 15px 15px 0px;
    }
}


@media (max-width: 1199.5px) {

    .courseboxright {
        padding: 40px 50px;
    }
}

@media (max-width: 991.5px) {

    .coursedetailmargin {
        padding: 20px 20px;
        padding-bottom: 0;
    }

    .coursedetail h4 {
        font-size: 21px;
        color: #000;
        padding: 15px 15px 10px 0px;
    }


    .coursedetail p {
        font-size: 16px;
        padding-right: 0;
    }

    .backbtn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .courseboxshadow {
        border-radius: 28px 28px 28px 28px;
        margin: 0 15px;
        padding: 0px 15px;
        padding-left: 0;
    }

    .coursedformright {
        padding: 20px 20px 20px 20px;
    }

    .coursedformleft img {
        height: 100%;
        border-radius: 21px;
        width: 100%;
    }

    .coursedformright h4 {
        font-size: 20px;
    }

    .coursedformright .form-control {
        padding: 8px 0px;
    }


    .coursedetailtop {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .coursesilderleft ul {
        padding-left: 0;
        margin-bottom: 0px;
    }

    .coursesilderright p {
        font-size: 14px;
    }

    .coursesilderleft li {
        font-size: 15px;
        padding-right: 0;
        padding-bottom: 10px;
        margin: 0;
    }

    .faccoursebox img {
        padding-left: 15px;
    }

    .coursedetailwrapper {
        padding-bottom: 20px;
    }

    .coursesilbox h6 {
        font-size: 15px;
    }

    .coursesilders h4 {
        font-size: 20px;
        padding-bottom: 15px;
        margin: 0;
    }

    .coursesilderleft h5 {
        font-size: 19px;
    }

    .courseshapadd {
        padding-right: 0;
    }

    .coursewrapper {
        padding-bottom: 20px;
    }

    .courseboxleft {
        padding-top: 20px;
    }

    .col-order-course-01 {
        order: 2;
    }

    .col-order-course-02 {
        order: 1;
    }

    .courseboxright {
        padding: 20px 20px;
        margin: 20px 0;
    }

    .readmorebtn {
        margin-top: 15px;
    }

    .readmorebtn a {
        padding: 5px 15px;
        font-size: 14px;
    }

    .courseboxright {
        margin-bottom: 0;
    }

    .courseboxwrap {
        padding-bottom: 0px;
    }

    .courseboxright p {
        font-size: 15px;
    }

    .coursebtn {
        padding: 7px 10px;
        font-size: 14px;
    }

    .courseboxright h4 {
        font-size: 20px;
        padding: 15px 15px 10px 0px;
    }

    .courseright h2 {
        font-size: 26px;
        padding-right: 0;
        margin: 0;
    }

    .coursemargin {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .phone-box {
        padding: 20px 20px;
    }

    .phone-box h2 {
        font-size: 20px;
        padding-bottom: 15px;
        margin: 0;
    }

    .contactdetails h6 {
        font-size: 16px;
    }

    .contactdetails {
        margin-bottom: 10px;
    }

    .contactdetails h5 {
        font-size: 14px;
        margin: 0;
        padding-right: 0;
    }

    .contactdetails p {
        font-size: 14px;
    }

    .phone-box iframe {
        height: 100%;
    }

    .contact-form {
        padding: 20px 20px;
    }


    .contact-form label {
        margin: 0;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .contact-form .form-group {
        margin-bottom: 10px;
    }

    .contact-form .form-check-label {
        padding-bottom: 5px;
    }

    .contact-form .form-check {
        margin-top: 5px;
    }

    .contact-form .form-control {
        padding: 7px 10px;
    }

    .contact-form .btn-primary {
        padding: 10px 50px;
    }

    .contactpagewrapper {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .talkmargin h2 {
        font-size: 21px;
    }

    .talkmargin a {
        padding: 10px 15px;
        font-size: 17px;
    }

    .talkmargin img {
        height: 23px;
    }

    .talkwrapper {
        height: auto;
        padding: 60px 0;
    }

    .aboutleft {
        padding: 20px 0;
        padding-right: 0;
    }

    .aboutleft h2 {
        font-size: 26px;
        padding-right: 0;
    }

    .aboutleft p {
        font-size: 15px;
        padding-bottom: 10px;
        margin: 0;
        text-align: justify;
    }

    .aboutright p {
        font-size: 15px;
        padding-bottom: 10px;
        margin: 0;
        text-align: justify;
    }

    .aboutright img {
        padding-bottom: 15px;
    }

    .aboutright {
        padding-bottom: 10px;
    }

    .vmright {
        padding: 20px 20px 10px 20px;
        margin: 20px 20px 20px 20px;
    }

    .vmright h4 {
        font-size: 26px;
        padding-bottom: 10px;
        margin: 0;
    }


    .vmright li {
        font-size: 16px;
        padding-bottom: 15px;
        text-align: justify;
    }

    .vmright ul {
        margin-bottom: 0;
    }

    .messagewrapper {
        background-position: bottom;
        padding: 20px 0;
    }

    .col-order-2 {
        order: 2;
    }

    .col-order-1 {
        order: 1;
    }

    .messageright img {
        margin-bottom: 15px;
        height: 50px;
    }

    .messageright {
        text-align: center;
        padding-left: 0;
    }

    .messageright h4 {
        font-size: 26px;
        padding-bottom: 10px;
        margin: 0;
    }

    .messageleft p {
        font-size: 14px;
        padding: 10px 0px;
    }

    .messageright p {
        font-size: 16px;
        padding-bottom: 15px;
        margin: 0;
    }




    .banner-img img {
        width: 100%;
        height: 110px;
    }

    .aboutright img {
        width: 100%;
    }

    .desktopabout {
        display: none;
    }

    .phoneabout {
        display: block;
    }

    .desktop {

        display: none;
    }

    .phone {
        display: block;
    }


    .desk-top-menu .navbar-brand img {
        height: 45px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    header {
        position: relative;
        top: 0;
        padding: 15px 0;
        background: transparent;
    }

    .whatleft {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .desk-top-menu {
        padding: 5px 10px;
        padding-bottom: 5px;
        margin-top: 0;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 3px 6px #00000063;
    }

    header .toggle {
        top: 20px;
        right: 20px;
    }

    .main-container {
        margin: 0 20px;
    }

    .banner {
        margin-top: -95px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;

    }

    .banner-contact::before {
        width: 240px;
        bottom: -5px;
        top: auto;
    }

    .banner-contact a {
        right: 0;
    }

    .banner-text {
        left: 0px;
        bottom: 30px;
        transform: translate(0%, 0%);
    }

    .banner-text h1 {
        font-size: 28px;
        padding-right: 0;
    }

    .banner-text h4 {
        font-size: 22px;
    }

    header.smaller {
        top: 0px;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: transparent;
        transition: 0.5s;
        border-bottom: none;
        padding: 10px 20px;
    }

    .phone-btn {
        display: block;
        position: fixed;
        left: 15px;
        bottom: 20px;
        z-index: 9;
    }

    .whatleft h2 {
        font-size: 28px;
    }

    .whatwrap {
        padding: 0px 0;
    }


    .whatwrapper::before {
        display: none;
    }



    .whatright p {
        font-size: 15px;
        margin: 0;
        padding-bottom: 10px;
    }


    .whatright {
        padding-bottom: 10px;
    }



    .whatwrapper .faq-a {
        font-size: 17px;
    }

    .whatbtn {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .whatwrapper .faq-a::after {
        font-size: 24px;
        width: 40px;
        height: 40px;
    }


    .ourleft {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .ourleft h2 {
        font-size: 26px;
    }

    .ourleft p {
        font-size: 15px;
        padding-bottom: 15px;
        margin: 0;
    }

    .ourbox h6 {
        font-size: 14px;
    }

    .hover-indicator {
        display: none;
    }

    .ourwrapper::before {
        display: none;
    }

    .ourbox {
        min-height: 160px;
        margin-bottom: 20px;
        padding: 20px 10px;
        width: 100%;
    }

    .ourrowsflex {
        display: flex;
        align-items: center;
    }

    .ourright {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .newsleft img {
        border-radius: 20px;
    }

    .footerlogoright h5 {
        padding: 10px 0;
    }

    .newsleft {
        padding: 0 20px;
    }

    .footercopy {
        margin-top: -65px;
    }

    .copyfooter {
        text-align: left;
    }

    .footerlogoright ul {
        padding-top: 0;
    }


    .footerright {
        padding: 20px 20px 40px 20px;
    }

    .footerbtn a {
        padding: 6px 10px;
        font-size: 14px;
    }

    .footermap iframe {
        height: 100%;
    }

    .footerbtn {
        float: left;
    }

    .footerleft {
        padding-left: 20px;
    }

    footer {
        padding-top: 20px;
    }

    .contact-detail p {
        font-size: 14px;
        padding-left: 45px;
        padding-right: 20px;
        margin: 0;
    }

    .contact-detail h6 {
        padding-left: 45px;
        font-size: 16px;
    }

    .contact-detail {
        margin-bottom: 20px;
    }

    .input-bg {
        padding: 20px 0;
    }

    .news-letter-wrapper h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footerleft img {
        width: 120px;
        padding-bottom: 10px;
    }

    .newswrapper {
        padding: 20px 0;
    }

    .newsright h4 {
        font-size: 22px;
        padding-bottom: 10px;
        margin: 0;
    }

    .newsright p {
        font-size: 15px;
        padding-bottom: 20px;
        margin: 0;
    }


    .newsright {
        padding: 20px 20px;
    }

    .newsmargin h2 {
        font-size: 27px;
        padding-left: 20px;
        padding-bottom: 10px;
    }




}