@import "https://fonts.googleapis.com/css?family=Playfair+Display:500,700,800,900|Poppins:400,500,600,700,800&amp;display=swap";

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: "f1";
    src: url(../fonts/nexa/NexaBold.otf)
}

@font-face {
    font-family: "f2";
    src: url(../fonts/nunito/Nunito-Regular.ttf)
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Lato/Lato-Bold.ttf)
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none
}

a,
button:focus {
    outline: 0
}

a {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

p {
    line-height: 1.8
}

h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "f1";
    color: #2f56f9;
    margin-bottom: 15px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

ul li {
    list-style: none
}

.pb-100 {
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.container-fluid {
    max-width: 1920px
}

a.scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #1d42d9;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 3;
    font-weight: lighter
}

a.scroll-top i {
    font-size: 13px
}

.section-tittle {
    position: relative
}

.page-title-content h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "f2";
    color: #fff
}

.section-tittle h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "f1";
    color: #2f56f9;
    margin-bottom: 15px
}

.section-tittle h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "f1";
    color: #2f56f9;
    margin-bottom: 15px
}

.section-tittle p {
    color: #616161;
    font-family: poppins, sans-serif;
    font-size: 16px
}

.sub-title {
    color: #40b737
}

.page-title-content {
    margin-top: 90px;
    text-align: center;
    position: relative
}

.page-title-content h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "f2";
    color: #fff
}

.page-title-content ul {
    margin: 0;
    padding: 0
}

.page-title-content ul li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: "f2"
}

.getOnline {
    background: #1d42d9;
    color: #fff;
    width: 180px;
    padding: 10px 0 !important;
    margin: auto;
    cursor: pointer
}

.page-title-content ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #40b737;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.page-title-content ul li a:hover::before,
.page-title-content ul li a.active::before {
    width: 100%
}

.page-title-content ul li p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: "f2"
}

.page-title-content ul li p::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #40b737;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.page-title-content ul li p:hover::before,
.page-title-content ul li p.active::before {
    width: 100%
}

.page-title-content ul li i {
    font-size: 10px;
    color: #fff;
    padding: 0 5px
}

.box-btn {
    padding: 18px 30px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
    color: #1d42d9;
    position: relative
}

.box-btn:hover {
    background: #fff;
    color: #000
}

.border-btn {
    padding: 10px 30px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    position: relative
}

.border-btn:hover {
    color: #fff;
    background: #1d42d9;
    border: 1px solid #1d42d9
}

.border-btn i {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 2px
}

.line-bnt {
    font-size: 16px;
    font-family: poppins, sans-serif;
    color: #616161;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500
}

.line-bnt i {
    margin-left: 1px;
    font-size: 14px;
    font-weight: 700
}

.line-bnt:hover {
    letter-spacing: 1px;
    color: #1d42d9
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    margin-top: 0;
    top: 0
}

#loading #loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading #loading-center #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

#loading #loading-center #loading-center-absolute .object {
    width: 25px;
    height: 25px;
    background-color: #1d42d9;
    float: left
}

#loading #loading-center #loading-center-absolute #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite
}

@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
        transform: translate(0, -50px) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
        transform: translate(0, -50px) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

#loading #loading-center #loading-center-absolute #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite
}

@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
        transform: translate(50px, 0) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
        transform: translate(50px, 0) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

#loading #loading-center #loading-center-absolute #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite
}

@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
        transform: translate(-50px, 0) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
        transform: translate(-50px, 0) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

#loading #loading-center #loading-center-absolute #object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite
}

@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
        transform: translate(0, 50px) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

@keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
        transform: translate(0, 50px) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
        transform: translate(0, 0) rotate(-180deg)
    }
}

.navbar-area .mean-container a.meanmenu-reveal span {
    position: relative;
    margin-top: -6px;
    top: 8px
}

.navbar-area {
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.navbar-area .main-nav {
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.navbar-area .main-nav .navbar {
    -webkit-transition: .4s;
    transition: .4s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.navbar-area .main-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.navbar-area .main-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0
}

.nav_li a:hover {
    background-color: #fff !important;
    color: #1d42d9 !important;
    font-size: 20px !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: fit-content;
}

.navbar-nav .nav-item .dropdown-menu {
    width: 100% !important;
}

.list_1 {
    position: relative;
    /* Positioning context for the dropdown */
}

.hover_li {
    position: relative;
    /* Make this relative to allow absolute positioning for the dropdown */
}

.heading_li {
    z-index: 2;
    /* Ensure it stays on top */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

.inside_hover {
    max-height: 0;
    /* Start collapsed */
    overflow: hidden;
    /* Hide overflow content */
    transition: max-height 0.5s ease, padding 0.5s ease;
    /* Smooth transition for height and padding */
    background-color: #1d42d9;
    /* Dropdown background color */
    color: #fff;
    /* Text color */
    padding: 0;
    /* No padding initially */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* Box shadow */
    position: absolute;
    /* Position dropdown below the heading */
    top: 100%;
    /* Align directly below the link */
    left: 0;
    /* Align to the left */
    z-index: 1;
    /* Below the heading_li */
    border-radius: 10px;
    /* Rounded corners */
    visibility: hidden;
    /* Initially hidden */
    display: block;
    /* Allow block display */
}

.hover_li:hover .inside_hover,
.hover_li .heading_li:hover+.inside_hover {
    max-height: 200px;
    /* Adjust this to fit your content */
    padding: 10px 5px;
    /* Add padding on hover */
    visibility: visible;
    /* Show the dropdown */
}



.inside_hover li a {
    color: #fff !important;

}

.hover_li a {
    font-size: 16px;
    font-weight: 400;
    color: #181818 !important;
    margin: 0 !important;
    padding: 8px 30px !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "f3"
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar .navbar-nav .active>.nav-link {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 1px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    border: none;
    top: 120px;
    left: 0;
    width: 240px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    position: relative;
    overflow: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100px;
    background: #1d42d9;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    z-index: -1
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 30px;
    margin: 0;
    color: #181818;
    font-size: 15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #181818
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #1d42d9;
    letter-spacing: 1px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1d42d9;
    letter-spacing: 1px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #1d42d9
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #fff
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover::before {
    width: 100%
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    content: ">";
    margin-left: .355em;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 55px
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.black {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    -webkit-animation: fadeInDown 500ms ease-in-out;
    animation: fadeInDown 500ms ease-in-out;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 8px rgba(221, 221, 221, .5);
    box-shadow: 0 2px 8px rgba(221, 221, 221, .5)
}

.slider-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 900px
}

.slider-area .home-slider .single-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px
}

.slider-area .home-slider .single-slider::before {
    position: absolute;
    content: "";
    background: url(../images/home-overly.webp);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider-area .home-slider .single-slider .slider-tittle {
    position: relative;
    padding: 10% 10% 0
}

.slider-area .home-slider .single-slider .slider-tittle .slider-span {
    position: relative;
    font-weight: 500
}

.slider-area .home-slider .single-slider .slider-tittle h1 {
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    font-family: playfair display, serif
}

.slider-area .home-slider .single-slider .slider-tittle .h1 {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    font-family: playfair display, serif
}

.slider-area .home-slider .single-slider .slider-tittle p {
    margin-top: 20px;
    color: #fff;
    padding: 0 14%;
    font-family: poppins, sans-serif
}

.slider-area .home-slider .box-btn {
    padding: 10px 30px
}

.slider-area .home-slider .box-btn:hover {
    background: #1d42d9;
    color: #fff
}

.slider-area .owl-item.active .slider-tittle.one h1 {
    -webkit-animation: 1.5s .2s fadeInUpBig both;
    animation: 1.5s .2s fadeInUpBig both
}

.slider-area .owl-item.active .slider-tittle.one p {
    -webkit-animation: 1.5s .2s fadeInDownBig both;
    animation: 1.5s .2s fadeInDownBig both
}

.slider-area .owl-item.active .slider-tittle.two h1 {
    -webkit-animation: 1.5s .2s fadeInUpBig both;
    animation: 1.5s .2s fadeInUpBig both
}

.slider-area .owl-item.active .slider-tittle.two p {
    -webkit-animation: 1.5s .2s fadeInDownBig both;
    animation: 1.5s .2s fadeInDownBig both
}

.slider-area .owl-item.active .slider-btn.btn1 a {
    -webkit-animation: 2.5s .2s fadeInUpBig both;
    animation: 2.5s .2s fadeInUpBig both
}

.slider-area .owl-item.active .slider-btn.btn2 a {
    -webkit-animation: 2.5s .2s fadeInUpBig both;
    animation: 2.5s .2s fadeInUpBig both
}

.slider-area .owl-nav {
    display: inline-block !important
}

.slider-area .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 50%;
    position: absolute;
    right: 1%;
    background: #fff;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    color: #1d42d9
}

.slider-area .owl-nav button.owl-next:hover {
    background: #1d42d9;
    color: #fff
}

.slider-area .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: 1%;
    top: 50%;
    position: absolute;
    color: #1d42d9;
    font-weight: 700;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-area .owl-nav button.owl-prev:hover {
    background: #1d42d9;
    color: #fff
}

.slider-area .single-slider-bg-1 {
    background: url(../images/Automation.jpg)
}

.slider-area .single-slider-bg-2 {
    background: url(../images/Laravel.jpg)
}

.slider-area .single-slider-bg-3 {
    background: url(../images/IOT\ Robotics.jpg)
}

.service-area {
    position: relative;
    z-index: 1;
    bottom: 100px
}

.service-area .single-service {
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
    padding: 50px 20px;
    background: url(../images/servicebg.webp) center center;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.service-area .single-service h2 {
    font-size: 24px;
    font-family: playfair display, serif;
    color: #181818;
    margin-bottom: 12px
}

.service-area .single-service .service-icon {
    width: 45px;
    height: 45px;
    background-color: #1d42d9;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px
}

.service-area .single-service .service-icon i {
    font-size: 23px;
    line-height: 44px
}

.service-area .single-service .service-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 0
}

.service-area .single-service:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.shape-ellips {
    width: 100%;
    position: absolute;
    z-index: 0;
    margin-top: -55px
}

.home-ragular-course {
    overflow: hidden;
    position: relative;
    padding-bottom: 75px
}

.home-ragular-course .section-tittle {
    margin-bottom: 30px
}

.home-ragular-course .section-tittle p {
    margin: auto 5%
}

.home-ragular-course .single-ragular-course {
    margin: 10px 10px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    text-align: center;
    height: 390px;
    padding: 10px;
    border-radius: 10px;
}

.home-ragular-course .single-ragular-course .course-img {
    position: relative;
    border-radius: 20px !important;
}

.home-ragular-course .single-ragular-course .course-img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: playfair display, serif;
    color: #fff;
    text-align: center;
}

.home-ragular-course .single-ragular-course .course-img img {
    border-radius: 10px;
}

.home-ragular-course .single-ragular-course .course-img::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: #1d42d9;
    border-radius: 10px;
}

.home-ragular-course .single-ragular-course .course-content {
    padding: 30px
}

.home-ragular-course .single-ragular-course .course-content p {
    color: #616161;
    font-size: 16px;
    font-family: "f2";
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.home-ragular-course .single-ragular-course .course-content a {
    border: 1px solid #1d42d9;
    color: #1d42d9;
    margin-top: 10px;
    margin-right: 0;
    font-family: "f1";
    font-size: 14px
}

.home-ragular-course .single-ragular-course:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.home-ragular-course .single-ragular-course:hover a {
    background: #1d42d9;
    color: #fff
}

.choose-area {
    position: relative;
    padding: 75px 0;
    overflow: hidden
}

.choose-area .home-choose-img {
    position: relative;
    z-index: -1;
    padding-right: 30px
}

.choose-area .home-choose-img img {
    border-top-right-radius: 100px
}

.choose-area .home-choose-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 575px;
    background: #1d42d9;
    z-index: -2;
    top: -50px;
    border-top-right-radius: 70px;
    left: -50px
}

.choose-area .home-choose-content {
    max-width: 100%
}

.choose-area .home-choose-content .section-tittle p {
    color: #616161;
    font-size: 16px;
    padding-right: 10%;
    margin-bottom: 20px;
    font-family: "f2"
}

.choose-area .home-choose-content .box-btn {
    background: #1d42d9;
    color: #fff;
    padding: 10px 30px;
    width: 30%
}

.choose-area .home-choose-content .box-btn:hover {
    background: #181818
}

.choose-area .home-choose-content ul {
    margin: 0;
    padding: 0
}

.choose-area .home-choose-content ul li {
    color: #616161;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    padding-left: 22px;
    font-family: "f2"
}

.choose-area .home-choose-content ul li i {
    color: #2f56f9;
    position: absolute;
    top: 2px;
    left: 0
}

.choose-area .home-choose-content ul li:hover {
    color: #181818
}

.choose-area .home-choose-content .choose-list-home {
    padding-left: 25px
}

.home-admission {
    position: relative;
    padding: 75px 0;
    overflow: hidden
}

.home-admission .single-addmission {
    background: url(../images/admission/bg.webp) no-repeat;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
    left: 30px;
    padding: 30px 0;
    border-radius: 230px 0 0 42%
}

.home-admission .single-addmission .admission-circle {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    border: 40px solid #1d42d9;
    -webkit-box-shadow: 4px 2px 13px -1px rgba(0, 0, 0, .6);
    box-shadow: 4px 2px 13px -1px rgba(0, 0, 0, .6);
    top: -25px;
    left: -16px
}

.admission-circle img {
    width: 325px;
    text-align: center;
    margin: 0 auto;
    display: block
}

.home-admission .single-addmission .admission-content {
    position: relative;
    padding-right: 20%
}

.home-admission .single-addmission .admission-content h2 {
    font-size: 30px;
    font-family: playfair display, serif;
    color: #fff;
    padding-top: 35px;
    font-weight: 700
}

.home-admission .single-addmission .admission-content p {
    color: #fff;
    font-size: 16px
}

.home-admission .single-addmission .admission-content .admission-list {
    margin: 0;
    padding: 0
}

.home-admission .single-addmission .admission-content .admission-list li {
    text-align: center;
    margin-right: 20px;
    display: inline-block
}

.home-admission .single-addmission .admission-content .admission-list li p {
    display: block;
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 5px;
    font-size: 30px;
    line-height: 80px;
    text-align: center
}

.home-admission .single-addmission .admission-content .admission-list li span {
    font-family: playfair display, serif;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: lighter
}

.home-admission .single-addmission .admission-content .box-btn {
    margin-top: 40px
}

.home-admission .single-addmission .loon {
    position: absolute;
    top: -15%;
    right: 10%;
    max-width: 6%;
    z-index: -1;
    -webkit-animation: adshapess 3s infinite linear;
    animation: adshapess 3s infinite linear
}

@-webkit-keyframes adshapess {
    0% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px)
    }

    50% {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }

    100% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px)
    }
}

@keyframes adshapess {
    0% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px)
    }

    50% {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }

    100% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px)
    }
}

.home-special-course {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #e5eaff
}

.home-special-course .section-tittle {
    margin-bottom: 30px
}

.home-special-course .section-tittle p {
    margin: auto 30%
}

.home-special-course .single-home-special-course {
    margin-top: 30px;
    position: relative
}

.home-special-course .single-home-special-course .course-img {
    position: relative
}

.home-special-course .single-home-special-course .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%
}

.home-special-course .single-home-special-course .course-img .course-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 20%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%)
}

.home-special-course .single-home-special-course .course-img .course-content h2 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 28px;
    width: 100%;
    font-family: "f1";
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.home-special-course .single-home-special-course .course-img .course-content p {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: -300px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px;
    font-size: 15px;
    font-family: "f2"
}

.home-special-course .single-home-special-course .course-img .course-content .box-btn {
    position: absolute;
    text-align: center;
    color: #1d42d9;
    bottom: -300px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px 20px;
    font-size: 15px;
    margin: auto;
    border: 1px solid transparent;
    left: 30%;
    margin-bottom: 30px
}

.home-special-course .single-home-special-course .course-img .course-content .box-btn:hover {
    border: 1px solid #1d42d9;
    color: #1d42d9;
    background: 0 0
}

.home-special-course .single-home-special-course:hover .course-img .course-content {
    height: 100%
}

.home-special-course .single-home-special-course:hover .course-img .course-content h2 {
    bottom: 170px
}

.home-special-course .single-home-special-course:hover .course-img .course-content p {
    bottom: 60px
}

.home-special-course .single-home-special-course:hover .course-img .course-content .box-btn {
    bottom: 0
}

.home-special-course .owl-nav {
    display: inline-block !important
}

.home-special-course .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 50%;
    position: absolute;
    right: 18%;
    background: #fff;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    color: #1d42d9
}

.home-special-course .owl-nav button.owl-next:hover {
    background: #1d42d9;
    color: #fff
}

.home-special-course .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: 18%;
    top: 50%;
    position: absolute;
    color: #1d42d9;
    font-weight: 700;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.home-special-course .owl-nav button.owl-prev:hover {
    background: #1d42d9;
    color: #fff
}

.course-slider-area {
    background: #e5eaff;
    position: relative;
    overflow: hidden;
    padding-bottom: 75px
}

.course-slider-area .course-slider {
    background: url(../images/courses/slider.webp) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px;
    height: 100%;
    padding-bottom: 10px;
    border-radius: 30px
}

.course-slider-area .course-slider .course-slider-img img {
    border-radius: 12px
}

.course-slider-area .course-slider .course-slider-content {
    max-width: 75%;
    margin: 0 25px
}

.course-slider-area .course-slider .course-slider-content h2 {
    font-size: 30px;
    font-family: "f1";
    color: #fff
}

.course-slider-area .course-slider .course-slider-content p {
    color: #fff;
    margin: 20px auto;
    font-family: "f2";
    text-align: justify
}

.course-slider-area .owl-nav {
    display: inline-block !important
}

.course-slider-area .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 48%;
    position: absolute;
    right: -15px;
    background: #fff;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    color: #1d42d9
}

.course-slider-area .owl-nav button.owl-next:hover {
    background: #1d42d9;
    color: #fff
}

.course-slider-area .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: -15px;
    top: 48%;
    position: absolute;
    color: #1d42d9;
    font-weight: 700;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.course-slider-area .owl-nav button.owl-prev:hover {
    background: #1d42d9;
    color: #fff
}

.course-slider-area .course-slider-btn .border-btn {
    padding: 18px 30px
}

.course-slider-area .course-slider-btn .border-btn:hover {
    border: 1px dashed #fff;
    background: #1d42d9
}

.course-slider-area .course-slider-btn .box-btn {
    border: 1px solid transparent;
    padding: 20px 30px
}

.course-slider-area .course-slider-btn .box-btn:hover {
    border: 1px dashed #fff;
    background: #1d42d9;
    color: #fff
}

.left-shape {
    position: absolute;
    left: 0;
    margin-top: 50%;
    max-width: 10%
}

.home-news {
    position: relative;
    overflow: hidden
}

.home-news .section-tittle {
    margin-bottom: 30px
}

.home-news .section-tittle p {
    margin: auto 25%
}

.home-news .single-home-news {
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.home-news .single-home-news a {
    width: 100%
}

.home-news .single-home-news a img {
    width: 100%
}

.home-news .single-home-news .single-home-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05)
}

.home-news .single-home-news .single-home-content h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "f1";
    margin-bottom: 15px
}

.home-news .single-home-news .single-home-content .calender {
    margin-bottom: 10px;
    color: #616161;
    font-weight: 400;
    font-size: 14px
}

.home-news .single-home-news .single-home-content .calender i {
    font-size: 14px;
    margin-right: 5px;
    font-family: "f2"
}

.home-news .single-home-news .single-home-content p {
    font-weight: 500;
    color: #242424;
    font-family: "f2"
}

.home-news .single-home-news:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.home-news .single-home-news:hover .calender i {
    color: #1d42d9
}

.home-news .single-home-news:hover h2 {
    color: #1d42d9
}

.home-news .single-home-news:hover a {
    color: #1d42d9
}

.about {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/about-bg.webp);
    background-attachment: fixed;
    height: 400px
}

.about::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.about-area {
    padding: 75px 0
}

.about-area .single-about .about-contnet h2 {
    font-family: "f1";
    font-size: 32px;
    color: #2f56f9;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px
}

.about-area .single-about .about-contnet p {
    color: #616161;
    padding-right: 5%;
    line-height: 30px;
    font-family: "f2";
    text-align: justify;
    font-size: 18px
}

.about-course-video {
    margin-top: 20px
}

.class-details {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/classes-details.webp);
    height: 400px;
    background-size: cover
}

.class-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.classes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/courses/class.webp);
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.classes::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.class-area {
    padding: 75px 0
}

.special-class {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/special-Courses.webp);
    height: 400px;
    background-size: cover
}

.special-class::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.events-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/events/events-bg.webp);
    height: 400px;
    background-size: cover;
    background-position: center center
}

.events-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.events {
    padding: 75px 0;
    position: relative
}

.events-details {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/events/events-bg1.webp);
    height: 400px;
    background-size: cover
}

.events-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.news-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/news/news.webp);
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.news-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.news-details {
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/news/news-bg.webp);
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center
}

.news-details::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.news {
    padding: 75px 0;
    position: relative
}

.terms,
.privecy,
.faq,
.gallery,
.admission {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/terms.webp);
    height: 400px;
    background-attachment: fixed;
    background-size: cover
}

.terms::before,
.privecy::before,
.faq::before,
.gallery::before,
.admission::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.faq-area {
    position: relative;
    padding: 75px 0
}

.faq-area .faq-content {
    margin: 0 auto
}

.faq-area .faq-content .faq-accordion .section-tittle h2 {
    margin-bottom: 40px
}

.faq-area .faq-content .faq-accordion .accordion {
    padding: 0;
    margin: 0
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 12px
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title {
    padding: 15px 20px;
    color: #1d42d9;
    position: relative;
    background: 0 0;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: 1px solid #1d42d9
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1d42d9;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "f068"
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px 15px;
    font-size: 15px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    z-index: 1;
    position: relative
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block
}

.testimonials {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/testimonials.webp);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.testimonials::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.area-404 {
    position: relative;
    height: 850px
}

.area-404 .error-img {
    margin: 0 auto
}

.area-404 .error-img img {
    max-width: 80%;
    margin: 0 auto
}

.area-404 .error-img .box-btn {
    background: #1d42d9;
    color: #fff;
    text-align: center
}

.area-404 .error-img .box-btn:hover {
    border: 1px dashed #1d42d9;
    color: #000;
    background: #fff
}

.price {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/price-bg.webp);
    height: 400px;
    background-attachment: fixed;
    background-size: cover
}

.price::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.shape-ellips-contact {
    position: absolute;
    z-index: -1;
    margin-top: -40px
}

.contact {
    position: relative;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background: url(../images/contact-bg1.webp);
    height: 400px;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    background-attachment: fixed
}

.contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-overly.webp);
    left: 0;
    top: 0;
    background-size: cover
}

.contact-service {
    position: relative;
    z-index: 1;
    padding: 75px 0
}

.contact-service .single-service {
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
    padding: 65px 20px;
    background: url(../images/servicebg.webp) center center;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.contact-service .single-service .service-icon {
    width: 45px;
    height: 45px;
    background-color: #1d42d9;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    margin: 0 auto
}

.contact-service .single-service .service-icon i {
    font-size: 23px;
    line-height: 44px
}

.contact-service .single-service .service-content a {
    margin-bottom: 0;
    font-size: 20px;
    color: #4f4f4f;
    margin-top: 10px
}

.contact-service .single-service .service-content p {
    margin-bottom: 0;
    font-size: 20px;
    color: #4f4f4f;
    margin-top: 10px
}

.contact-service .single-service:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1
}

:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1
}

::-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1
}

::placeholder {
    color: #bdbdbd;
    opacity: 1
}

.home-contact-area {
    position: relative;
    overflow: hidden
}

.home-contact-area .text-danger {
    color: #dc3545 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important
}

.home-contact-area .text-success {
    color: #28a745 !important
}

.home-contact-area .home-contact-content {
    position: relative;
    background: url(../images/contact-bg.webp);
    background-size: cover;
    padding: 50px;
    border-radius: 40px;
    left: -20%;
    -webkit-box-shadow: 0 1px 10px 5px rgba(228, 221, 221, .363);
    box-shadow: 0 1px 10px 5px rgba(228, 221, 221, .363)
}

.home-contact-area .home-contact-content h2 {
    font-family: "f1";
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #2f56f9
}

.home-contact-area .home-contact-content .form-group {
    margin-bottom: 15px
}

.home-contact-area .home-contact-content input.form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #c0ccff;
    padding-left: 20px
}

.home-contact-area .home-contact-content textarea.form-control {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #c0ccff;
    height: 170px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 15px
}

.home-contact-area .home-contact-content .form-control:focus {
    -webkit-box-shadow: 0 0 0 .04rem #1d42d9;
    box-shadow: 0 0 0 .04rem #1d42d9;
    border: 1px solid #2f56f9
}

.home-contact-area .box-btn {
    background: #1d42d9;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid transparent
}

.home-contact-area .box-btn:hover {
    border: 1px dashed #1d42d9;
    background: #fff;
    color: #1d42d9
}

.home-contact-area .list-unstyled {
    margin-bottom: 0;
    color: #dc3545
}

.fml-25 {
    margin-left: 25%
}

.fml-15 {
    margin-left: 13%
}

.footer-area {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: url(../images/footer-area.webp);
    background-size: cover
}

.footer-left .logo {
    width: 70%
}

.footer-area .footer-left p {
    color: #fff;
    margin-top: 20px;
    font-family: "f3"
}

.footer-area .footer-left .footer-social {
    margin: 0;
    padding: 0
}

.footer-area .footer-left .footer-social li {
    display: inline-block
}

.footer-area .footer-left .footer-social li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 35px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 5px;
    color: #1d42d9;
    border: 1px solid transparent
}

.footer-area .footer-left .footer-social li a i {
    font-size: 16px
}

.footer-area .footer-left .footer-social li a:hover {
    background: #1d42d9;
    color: #fff;
    border: 1px dashed #fff
}

.footer-area .footer-content h2 {
    color: #fff;
    font-size: 25px
}

.footer-area .training-location h2 {
    color: #fff;
    font-size: 25px
}

.footer-area .training-location ul {
    padding: 0
}

.footer-area .training-location ul li {
    color: #fff;
    padding: 20px 0 0
}

.footer-area .training-location ul li a {
    color: #fff;
    font-family: "f3"
}

.footer-area .training-location .icon {
    float: left
}

.footer-area .training-location .content {
    padding: 0 0px 0 35px
}

.footer-area .training-location .content p {
    margin-bottom: 0;
    font-size: 15px;
    font-family: "f3"
}

.footer-area .footer-content ul {
    margin: 0;
    padding: 0
}

.footer-area .footer-content ul li a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s;
    transition: all 0.6s ease-in-out;
    margin-top: 11px;
    font-family: "f3"
}

.footer-area .footer-content ul li a:hover {
    padding-left: 10px;
    transition: all 0.6s ease-in-out
}

.footer-area .footer-content ul li a i {
    font-size: 9px;
    margin-right: 2px
}

.copy-area {
    padding: 15px 0;
    background: #000;
    text-align: center
}

.copy-area .copy {
    margin: auto
}

.copy-area .copy p {
    color: #fff;
    margin-bottom: 0
}

.copy-area .copy a {
    color: #ffec07
}

.copy-area .copy a:hover {
    color: #40b737
}

.class-training-slider .owl-nav {
    position: relative
}

.class-training-slider .owl-nav .owl-next {
    position: absolute;
    right: -5%;
    top: -240px;
    background: #2f56f9 !important;
    width: 45px;
    height: 45px;
    border-radius: 100px
}

.class-training-slider .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
    top: -240px;
    background: #2f56f9 !important;
    width: 45px;
    height: 45px;
    border-radius: 100px
}

.class-training-slider .owl-nav i {
    color: #fff
}

.online-certified-section {
    text-align: center;
    background: #f1f1f1;
    padding: 50px 0
}

.online-certified-section h2 {
    font-family: "f1";
    font-size: 30px;
    background: -webkit-linear-gradient(45deg, #2f56f9 50%, #40b737 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.online-certified-section h5 {
    font-family: "f2";
    font-size: 20px;
    font-weight: 600;
    color: #e3393c
}

.online-certified-section p {
    font-family: "f2";
    font-weight: 600;
    line-height: 27px;
    padding: 0 10%
}

.online-certified-section .online-train-btn {
    background: #1d42d9;
    color: #fff
}

.online-train-btn {
    padding: 10px 30px;
    font-family: "f3";
    position: relative;
    transition: all 0.6s ease-in-out;
    z-index: 1
}

.online-train-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    content: ' ';
    background-image: linear-gradient(45deg, #40b737, #2f56f9);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    z-index: -1
}

.online-train-btn:hover::before {
    width: 100%;
    opacity: 1
}

.course-section .course-menu {
    position: sticky;
    top: 20%
}

.course-section .course-menu ul li {
    background: #2f56f9;
    padding: 0;
    margin-bottom: 2px;
    list-style: none;
    transition: all 0.6s ease-in-out
}

.course-section .course-menu ul li a {
    padding: 15px 20px;
    color: #fff;
    font-family: "f2";
    display: block
}

.course-section .course-menu ul li.active {
    background-image: linear-gradient(45deg, #40b737, #2f56f9)
}

.course-section .course-menu ul li a i {
    padding-right: 10px
}

.course-section .course-menu ul li:hover {
    background-image: linear-gradient(45deg, #40b737, #2f56f9);
    transition: all 0.6s ease-in-out
}

.course-syllabus .course-content h2 {
    font-family: "f1";
    font-size: 28px;
    color: #2f56f9;
    padding-bottom: 30px
}

.course-syllabus .course-content h4 {
    font-family: "f2";
    font-size: 17px;
    color: #40b737;
    font-weight: 600;
    padding-bottom: 15px
}

.course-syllabus .course-content ul li {
    font-family: "f2";
    line-height: 30px;
    text-align: justify;
    color: #242424;
    position: relative
}

.course-syllabus .course-content ul li::before {
    position: absolute;
    top: 8px;
    left: -25px;
    width: 15px;
    height: 15px;
    content: ' ';
    background-image: url(../images/icons/dot.webp);
    background-repeat: no-repeat
}

.course-section .main-syllabus {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px 0 #0000001a;
    border: 1px solid #f7f2f2;
    margin: 25px 0
}

.common-section .left-content h4 {
    font-family: "f1";
    font-size: 17px;
    line-height: 27px
}

.common-section .left-content a {
    font-family: "f3";
    font-size: 15px;
    /* background-image: linear-gradient(45deg, #40b737 60%, #2f56f9 10%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text */
    color: #1d42d9;
    padding: 5px;
}

.common-section .left-content a i {
    padding-right: 15px
}

.common-section .left-content {
    text-align: center
}

.common-section .right-content a {
    background: #2f56f9;
    padding: 10px 30px;
    color: #fff;
    font-family: "f3"
}

.common-section .right-content {
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #2f56f9
}

.common-section {
    background: #f1f1f1;
    padding: 20px 0;
    margin: 30px 0
}

.about-course .about-course-content h2 {
    font-family: "f1";
    color: #2f56f9;
    font-size: 28px;
    padding-bottom: 15px
}

.about-course .about-course-content p {
    font-family: "f2";
    text-align: justify;
    line-height: 27px;
    color: #242424
}

.about-course .about-course-content h4 {
    font-family: "f1";
    font-size: 20px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(45deg, #2f56f9 50%, #40b737 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.about-course .about-course-content iframe {
    padding: 0 0 30px
}

.about-course .about-course-content ul li {
    font-family: "f2";
    line-height: 30px;
    text-align: justify;
    color: #242424;
    position: relative
}

.about-course .about-course-content ul li::before {
    position: absolute;
    top: 8px;
    left: -25px;
    width: 15px;
    height: 15px;
    content: ' ';
    background-image: url(../images/icons/dot.webp);
    background-repeat: no-repeat
}

.course-complete {
    text-align: center
}

.course-complete h4 {
    font-family: "f1";
    font-size: 20px;
    color: #2f56f9
}

.course-complete p {
    font-family: "f2";
    line-height: 27px
}

.certificate-details {
    padding: 30px 0
}

.certificate-btn .online-train-btn {
    background: #2f56f9;
    color: #fff
}

.certificate-btn {
    text-align: center;
    margin-top: 20px
}

.certificate-btn .online-train-btn i {
    padding-left: 10px
}

.about-course .course-slider-content p {
    font-family: "f2";
    line-height: 27px;
    background: #f1f1f1;
    padding: 20px
}

.about-course .course-slider-name span {
    font-family: "f1";
    color: #2f56f9;
    font-size: 20px
}

.about-course .course-slider-name .rating ul li {
    display: inline-block;
    padding: 5px 0
}

.about-course .course-slider-name .rating ul {
    padding: 0;
    margin: 0
}

.about-course .course-slider-name .rating ul li i {
    color: #40b737
}

.about-course .accordion-button:focus {
    box-shadow: none
}

.about-course .about-course-content .accordion-header {
    padding-bottom: 0
}

.blog-heading h2 {
    text-align: center;
    font-family: "f1";
    padding: 20px 0 0px 0;
    color: #217be5;
    font-size: 28px
}

.blog-heading h3 {
    text-align: center;
    font-family: "f1";
    font-size: 25px;
    color: #2f56f9;
    margin: 0;
    font-weight: 600
}

.blog-heading h3:hover {
    color: #242424
}

.blog-heading h5 {
    font-family: "f3";
    text-align: center;
    color: #242424;
    padding-top: 10px;
    padding-bottom: 20px
}

.blog-heading h4 {
    text-align: center;
    font-family: "f2";
    font-size: 16px;
    padding: 20px 0 0px 0;
    text-transform: uppercase;
    color: #242424
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}

.carousel-indicators {
    display: none
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 10%;
    font-size: 30px;
    padding: 10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 10%;
    font-size: 30px;
    padding: 10px
}

.blog-heading p {
    font-family: "f2";
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    line-height: 26px;
    color: #242424
}

.blog-img {
    box-shadow: 0px 2px 5px #4d4d4d;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog-img a {
    z-index: 1
}

.blog-half a {
    z-index: 11
}

.blog-img img {
    width: 100%;
    height: auto
}

.blog-img:before,
.blog-img:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: #2f56f9;
    content: "";
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    opacity: .45
}

.blog-half:hover .blog-img:before {
    width: 50%
}

.blog-half:hover .blog-img:after {
    width: 50%
}

.blog-half:hover .blog-img:after {
    width: 50%
}

.blog-half {
    position: relative
}

.share-btn {
    position: absolute;
    bottom: 0;
    right: 1%;
    z-index: 11;
    transition: all 1s ease 0s
}

.share-btn .share-button:hover {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    transition: all 1s ease 0s
}

.share-button:hover a i {
    color: #fff;
    transition: all 1s ease 0s
}

.blog-img:before {
    left: 0
}

.blog-img:after {
    right: 0
}

.about-me h2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "f2";
    font-size: 20px;
    color: #008acc
}

.about-me img {
    width: 100%
}

.about-txt1 p {
    font-family: "f2";
    line-height: 24px;
    padding-top: 5px;
    color: #242424;
    text-align: justify
}

.about-txt p {
    font-family: "f2";
    line-height: 24px;
    color: #242424;
    text-align: justify
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-unstyled.recent-list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.alignleft {
    float: left;
    margin-right: 15px
}

.list-unstyled.recent-list img {
    border: 3px solid #b9b9b9;
    width: 90px
}

.list-unstyled h5 {
    font-size: 15px;
    font-weight: 700;
    color: #242424;
    margin: 10px 0 10px;
    max-width: 334px;
    max-height: 30px;
    overflow: hidden
}

.list-unstyled small {
    color: #666
}

.recent-list a {
    text-decoration: none
}

.tagclouds a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    padding: 7px 14px;
    border-radius: 5px 0;
    margin: 3px 3px 6px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: .5s;
    color: #222;
    text-decoration: none
}

.tagclouds a:hover {
    background: #008acc;
    color: #fff
}

.cat-item i {
    color: #242424;
    font-size: 10px
}

.cat-list-item ul li {
    list-style: none;
    padding: 5px 15px;
    position: relative
}

.cat-list-item li a {
    color: #242424
}

.cat-list-item ul {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .about-me h2 {
        display: inline-block
    }
}

.contact-form1 h3 {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.462px;
    color: #008acc;
    font-family: "f2";
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 0
}

.contact-form1 .form-group {
    margin-top: 12px;
    margin-bottom: 7px
}

.contact-form1 .form-group .form-control {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #888;
    font-family: "f2";
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.429px;
    outline: none;
    padding: 15px 15px
}

.contact-form1 .form-group .form-control:focus {
    border: 1px solid #217be5
}

.contact-form1 .form-group .submit {
    background-color: #2f56f9;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.14px;
    letter-spacing: 0.462px;
    color: #fff;
    font-family: "f2";
    padding: 21px 35px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.contact-form1 .form-group .submit:hover {
    background-color: #217be5;
    color: #fff
}

.contact-form1 img {
    padding-left: 85px
}

.contact-img img {
    width: 100%;
    margin-bottom: 10px
}

.share-btn ul li {
    display: inline-block;
    background: #fff;
    color: #333;
    transition: all 1s ease 0s;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.share-btn li a {
    color: #333
}

.view-btn {
    background: #2f56f9;
    color: #fff;
    margin-bottom: 20px;
    font-family: "f2";
    transition: all 0.6s ease
}

.view-btn:hover {
    background: #008acc;
    color: #fff;
    transition: all 0.6s ease
}

.training-institute-frm .form-group .modal-enq {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(47 86 249 / 45%);
    color: #242424;
    font-family: "f3"
}

.training-institute-frm .form-group .modal-enq:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #2f56f9
}

.training-institute-frm .form-group {
    margin-bottom: 20px
}

.training-institute-frm .form-group::placeholder {
    font-family: "f3";
    color: #242424;
    opacity: 0.5
}

.training-institute-frm .form-group .online-train-btn {
    background: #217be5;
    color: #fff
}

.training-institute-frm .submit-btn {
    text-align: center
}

.request-call {
    position: fixed;
    top: 30%;
    z-index: 999;
    right: 0;
    transition: all 0.6s ease-in-out
}

.request-call a {
    color: #fff;
    font-family: "f2";
    background: #2f56f9;
    padding: 10px;
    transform: rotate(-90deg);
    transform-origin: right bottom
}

.online-train-btns {
    font-family: "f3";
    position: relative;
    transition: all 0.6s ease-in-out;
    z-index: 1
}

.online-train-btns::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    content: ' ';
    background-image: linear-gradient(45deg, #40b737, #2f56f9);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    z-index: -1
}

.online-train-btns:hover::before {
    width: 100%;
    opacity: 1
}

.training-institute-frm .modal-header h5 {
    font-family: "f1"
}

.social-meida-link {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 999
}

.social-meida-link ul {
    padding: 0;
    margin: 0
}

.social-meida-link ul li {
    background: #2f56f9;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px
}

.social-meida-link ul .training-call {
    transform: rotate(105deg)
}

.social-meida-link ul .whats-app {
    background: #28a745
}

.social-meida-link ul li i {
    color: #fff;
    font-size: 20px
}

/* location footer */
.ar_ea {
    padding: 20px;
    box-shadow: 5px 5px 13px rgb(0 0 0 / 10%);
    background: #f6f6f6;
}

.ic_li {
    color: #1d42d9;
}

.ar_ea h5 {
    text-align: center;
    font-family: "f3";
}

h5 {
    font-size: 20px;
    font-family: "f3";
}

.w-90 {
    margin: auto;
    width: 90%;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.ar_li ul li a {
    font-size: 10px;
    font-family: "f3";
    text-decoration: none !important;
    color: #000;
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 free " !important;
    font-weight: 900;
}
.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
*, ::after, ::before {
    box-sizing: border-box;
}