@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:300,400,500,600,700,800,900');

html,
body {
    height: 100%;
}

body {
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    text-align: left;
}
.header-logo a img, .footer-logo img {
    height: 70px;
    padding: 7px 0;
    width: 200px;
    object-fit: contain;
}
.header-bottom .container {
    max-width: 1250px;
}
p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary_color);
    margin-top: 0;
}

a {
    color: var(--primary_color);
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

*::before,
*::after,
a,
button,
span,
input,
textarea {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input,
textarea {
    font-family: 'Montserrat', sans-serif;
}

input:focus,
textarea:focus {
    box-shadow: 0;
    outline: 0;
}

/*-- Placeholder Opacity --*/
::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/*-- Common Classes --*/
.fix {
    overflow: hidden
}

.float-start {
    float: left;
}

.float-end {
    float: right;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb--30 {
    margin-bottom: -30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

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

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

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

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

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

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

/*-- Button --*/
.btn {
    background-color: var(--standard_color);
    border: 2px solid var(--standard_color);
    border-radius: 0;
    color: white;
    height: 40px;
    line-height: 24px;
    padding: 6px 30px;
    text-transform: uppercase;
}

.btn:hover {
    background-color: var(--primary_color);
    border: 2px solid var(--primary_color);
    color: white;
}

/*-- Section --*/
.section {
    float: left;
    width: 100%;
}

/*-- BG Color --*/
.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f5f5f5;
}

/*-- Section Title --*/
.section-title {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.section-title h3 {
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.section-title p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

/*-- Page Banner Area --*/
.page-banner-area {
/*    margin-top: 115px;*/
padding: 80px 0;
}

/*-- Page Banner --*/
.page-banner {}

.page-banner h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*-- Breadcrumb --*/
.breadcrumb {
    background-color: transparent;
    justify-content: center;
    line-height: 12px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.breadcrumb li {
    margin: 0 17px;
    position: relative;
}

.breadcrumb>li:first-child:before {
    color: #ffffff;
    content: "\f2fb";
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: -22px;
    top: 1px;
}

.breadcrumb>li+li:before {
    display: none;
}

.breadcrumb a {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.breadcrumb a:hover {
    color: var(--standard_color);
}

/*-- Overlay --*/
.overlay {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.overlay::after {
    background-color: var(--primary_color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*-- Slick Controls --*/

/*-- Slick Arrow --*/
.slick-arrow {
    background-color: var(--primary_color);
    border: medium none;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 99;
}

.slick-arrow.slick-prev {
    left: -45px;
}

.slick-arrow.slick-next {
    right: -45px;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-slider:hover .slick-arrow.slick-prev {
    left: -5px;
}

.slick-slider:hover .slick-arrow.slick-next {
    right: -5px;
}

.slick-arrow:hover {
    background-color: var(--standard_color);
    color: var(--primary_color);
}

.slick-arrow i {
    display: block;
    font-size: 22px;
    line-height: 40px;
}

/*-- Slick Dots --*/
.slick-dots {
    height: 10px;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.slick-dots li button {
    background-color: #fff;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 10px;
    opacity: 0.5;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: var(--standard_color);
}

/*-- Scrollup --*/
#scrollUp {
    background-color: var(--standard_color);
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background-color: var(--primary_color);
}

/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.header-area {
   /* position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;*/
}

/*---- 2.1 Header Top ----*/
.header-top {
    background-color: var(--primary_color);
    padding: 10px 0;
}

/*-- Header Top Left --*/
.header-top-left {}

.header-top-left p {
    color: #ffffff;
    display: block;
    font-size: 13px;
}

/*-- Header Top Right --*/
.header-top-right {}

.header-top-right ul {
    display: inline-block;
    vertical-align: top;
}

.header-top-right ul li {
    display: block;
    float: left;
    margin-left: 30px;
}

.header-top-right ul li:first-child {
    margin-left: 0;
}

.header-top-right ul li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.header-top-right ul li a:hover {
    color: var(--standard_color);
}

/*---- 2.2 Header Bottom ----*/
.header-bottom {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.header-bottom.stick {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    z-index: 99;
}

/*-- 2.2.1 Header Logo --*/
.header-logo {
    display: block;
    /*margin-top: 35px;*/
}

.header-logo a {
    display: block
}

.header-logo a img {}

/*-- 2.2.2 Header Menu --*/
.main-menu {}

.main-menu nav {}

.main-menu nav>ul {}

.main-menu nav>ul>li {
    display: block;
    float: left;
    margin-left: 30px;
    position: relative;
}

.main-menu nav>ul li:first-child {
    margin-left: 0;
}

.main-menu nav>ul>li>a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stick .main-menu nav>ul>li>a {
    padding: 25px 0;
}

.main-menu nav>ul>li>a:before {
    background-color: var(--standard_color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}

.main-menu nav>li>a>i {
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.main-menu nav>ul>li.active>a,
.main-menu nav>ul>li:hover>a {
    color: var(--standard_color);
}

.main-menu nav>ul>li.active>a:before,
.main-menu nav>ul>li:hover>a:before {
    left: 0;
    right: 0;
}

/*-- Sub Menu --*/
ul.sub-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    left: -20px;
    margin: 0;
    padding: 15px 20px 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 220px;
    z-index: -99;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-menu nav>ul>li:hover ul.sub-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    z-index: 999;
}

ul.sub-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.sub-menu>li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}
ul.sub-menu>li:hover a,
ul.sub-menu>li.active a {
    color: var(--standard_color);
}

/*-- Mobile Menu --*/
a.meanmenu-reveal {
    color: var(--primary_color);
    font-size: 100%;
    height: 25px;
    padding: 0;
    text-align: center;
    top: -43px;
    right: 15px !important;
}

a.meanmenu-reveal:hover {
    color: var(--standard_color);
}

a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 22px;
}

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    top: 100%;
}

.mean-nav {
    background-color: transparent;
    margin: 0;
    position: relative;
}

.mean-nav>ul {
    height: auto;
    overflow-x: scroll;
    margin-bottom: 15px;
}

.mean-nav>ul ul {
    box-shadow: none;
    float: left;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: static !important;
    transition: none 0s ease 0s;
    visibility: visible;
    width: 100%;
}

.mean-nav>ul>li:last-child {
    border-bottom: 1px solid #ddd;
}

.mean-nav>ul>li li a {
    border-color: #ddd;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    padding: 8px 0 8px 15px;
}

.mean-nav>ul>li li a:hover {
    background-color: transparent;
    color: var(--standard_color);
}

.mean-nav>ul>li li li a {
    border-color: #ddd;
    opacity: 1;
    padding: 8px 0;
    font-size: 12px;
    padding-left: 30px;
}

.mean-nav>ul>li li li a:hover {
    background-color: transparent;
    color: var(--standard_color);
}

.mean-nav>ul>li>a,
.mean-nav>ul>li a {
    border-color: #ddd;
    opacity: 1;
    padding: 8px 0;
    font-size: 12px;
}

.mean-nav>ul>li>a:hover,
.mean-nav>ul>li a:hover {
    background-color: transparent;
    color: var(--standard_color);
}

.mean-nav a.mean-expand {
    background-color: transparent;
    border: medium none !important;
    font-size: 20px !important;
    height: 42px;
    line-height: 42px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.mean-nav a.mean-expand:hover {
    color: var(--standard_color);
}

.mean-nav a.mean-expand .mean-clicked {
    font-size: 20px !important;
}

/*-- 2.2.3 Header Button --*/
.header-buttons {
    margin-left: 40px;
}

/*--Header Search --*/
.header-search {
    cursor: pointer;
    display: block;
    position: relative;
}

.search-toggle {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    padding: 40px 0;
    color: var(--primary_color);
    position: relative;
}

.stick .search-toggle {
    padding: 25px 0;
}

.search-toggle:before {
    background-color: var(--standard_color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}

.search-toggle i {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.search-toggle:hover,
.search-toggle.active {
    color: var(--standard_color);
}

.search-toggle:hover:before,
.search-toggle.active:before {
    left: 0;
    right: 0;
}

/*-- Search Form --*/
.search-form {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    float: right;
    margin-top: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: -99;
}

.search-form.open {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.header-search form {
    overflow: hidden;
    position: relative;
}

.header-search form input {
    background-color: transparent;
    border: medium none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding: 0 40px 0 15px;
    width: 100%;
}

.header-search form button {
    background-color: transparent;
    border: medium none;
    color: var(--primary_color);
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.header-search form button i {
    display: block;
    font-size: 20px;
    line-height: 50px;
}

.header-search form button:hover {
    color: var(--standard_color);
}

/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.slider-area {
/*    margin-top: 116px;*/
}
.nivo-caption {
    height: 100%;
    top: 0;
    padding: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.nivo-caption .container {
    height: 100%;
    display: table;
}

.nivo-caption .container .row {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

/*-- Hero Control --*/

.nivo-directionNav a {
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: -30px;
    color: #ffffff;
}

.nivo-directionNav a i {
    font-size: 30px;
    line-height: 60px;
}

.nivo-directionNav a:hover {
    background-color: var(--standard_color);
    color: var(--primary_color);
}

.nivo-directionNav a.nivo-prevNav {
    left: -60px;
}

.nivo-directionNav a.nivo-nextNav {
    right: -60px;
}

.nivoSlider:hover a.nivo-prevNav {
    left: 30px;
}

.nivoSlider:hover a.nivo-nextNav {
    right: 30px;
}

/*-- Hero Content --*/

.hero-content h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    margin: 15px 0;
    text-transform: capitalize;
}

.hero-content p {
    font-size: 16px;
    padding: 0;
    margin-bottom: 30px;
}

.hero-content .btn {
    background-color: var(--standard_color);
    border: 2px solid var(--standard_color);
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 13px;
    height: 44px;
    line-height: 24px;
    padding: 8px 30px;
    text-transform: uppercase;
}

.hero-content .btn:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}

/*----------------------------------------*/
/*  4. About Area
/*----------------------------------------*/

/*-- 4.1 About Area --*/
.about-area {}

/*-- About Content --*/
.about-content {
    margin-top: 30px;
    padding-right: 30px;
}

.about-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    z-index: 9;
    text-transform: capitalize;
}

.about-content p {
    line-height: 26px;
    margin-bottom: 30px;
   
}
.footer-logo img {
    object-position: left;
}
.hm-about .about-content p, .vision-c p {
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
}
.vision-c p {
    padding-right: 15px;
    text-align: justify;
}
.choose-me .about-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.about-content .btn {}

/*-- About Image --*/
.about-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: -5px -5px 3px #bbbbbb69;
}

/*-- 4.2 Skill Area --*/
.skill-area {}

.progress-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    text-transform: capitalize;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    margin: 0;
    overflow: visible;
}

.progress-bar {
    background-color: var(--standard_color);
    position: relative;
    box-shadow: none;
}

.progress-bar::before {
    bottom: 13px;
    color: #333;
    content: attr(data-progress);
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    right: 0;
}

/*-- 4.3 Teachers Area --*/
.teachers-area {}

.single-teacher {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-teacher:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.single-teacher img {
    width: 100%;
}

.single-teacher .content {
    background-color: #ffffff;
    padding: 30px 25px 30px;
    text-align: center;
}

.single-teacher .content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
    text-transform: uppercase;
}

.single-teacher .content h5 {
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.single-teacher .content .social-links {}

.single-teacher .content .social-links a {
    border: 1px solid var(--primary_color);
    border-radius: 50%;
    color: var(--primary_color);
    display: inline-block;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    width: 30px;
    opacity: 0.7;
}

.single-teacher .content .social-links a i {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.single-teacher .content .social-links a:hover {
    background-color: var(--standard_color);
    border-color: var(--standard_color);
    color: #ffffff;
}

/*----------------------------------------*/
/*  5. Course Area
/*----------------------------------------*/
.course-area {}

/*-- 5.1 Course Item --*/
.course-item {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.course-item:hover {
    box-shadow: 0 10px 20px rgba(34, 30, 31, 0.25);
}

.course-item .image {
    display: block;
    position: relative;
}

.course-item .image img {
    width: 100%;
}

.course-item .content {
    padding: 26px 30px;
}

.course-item .content .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.course-item .content .title a {}

.course-item .content .title a:hover {
    color: var(--standard_color);
}

.course-item .course-info {
    overflow: hidden;
}

.course-item .course-info a,
.course-item .course-info span {
    color: #696969;
    display: block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    text-transform: capitalize;
}

.course-item .course-info a i,
.course-item .course-info span i {
    font-size: 14px;
    margin-right: 5px;
}

.course-item .course-info a:hover {
    color: var(--standard_color);
}

/*-- 5.2 Single Course Details --*/
.single-course-details {}

.single-course-details .image {
    margin-bottom: 15px;
}

.single-course-details .image img {
    width: 100%;
}

.single-course-details .content .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.single-course-details .content .title a {}

.single-course-details .content .title a:hover {
    color: var(--standard_color);
}

.single-course-details .course-info {
    overflow: hidden;
    margin-bottom: 10px;
}

.single-course-details .course-info a,
.single-course-details .course-info span {
    color: #696969;
    display: block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    text-transform: capitalize;
}

.single-course-details .course-info a i,
.single-course-details .course-info span i {
    font-size: 14px;
    margin-right: 5px;
}

.single-course-details .course-info a:hover {
    color: var(--standard_color);
}

.single-course-details .content p {}

/*-- Course Duration --*/

.course-duration .duration-title {
    background-color: var(--standard_color);
    color: #ffffff;
    font-size: 18px;
}

.course-duration .duration-text {
    background-color: #f6f6f6;
    color: #4c4c4c;
}

.course-duration .text {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0;
}

.course-duration .text span {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    width: 192px;
}

.course-duration .text .text-end {
    border: 0 none;
    display: inline-block;
    float: right;
    padding: 0;
    text-align: center !important;
    width: 240px;
}

/*----------------------------------------*/
/*  6. Funfact Area
/*----------------------------------------*/
.funfact-area {
    background-image: url("img/bg/funfact.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- Single Funfact --*/
.single-funfact {
    text-align: center;
}

.single-funfact h2 {
    color: #ffffff;
    font-size: 62px;
    margin-bottom: 30px;
    line-height: 46px;
}

.single-funfact h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
}

/*----------------------------------------*/
/*  7. Gallery Area
/*----------------------------------------*/
.gallery-area {}

/*-- Gallery Item --*/
.gallery-item {
    display: block;
    position: relative;
    padding: 0;
}

.gallery-item::before {
    background-color: #fff;
    border-radius: 50%;
    color: var(--standard_color);
    content: "\f1c3";
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.gallery-item:hover::before {
    margin-top: -25px;
    opacity: 1;
}

.gallery-item::after {
    background-color: var(--standard_color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery-item:hover::after {
    opacity: 0.85;
}
.gallery-area .gallery-item img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    object-position: top;
}
.card-image img {
    width: 100%;
    object-fit: cover;
    height: 315px;
}

/*----------------------------------------*/
/*  8. Event Area
/*----------------------------------------*/
.event-area {}

/*-- 8.1 Event Item --*/
.event-item {
    position: relative;
}

.event-item::before {
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(40%, transparent), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000000', GradientType=0);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
}

.event-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.event-item .date {
    background-color: var(--standard_color);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    left: 30px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
}

.event-item .content {
    bottom: 0;
    left: 0;
    padding: 15px 30px 20px;
    position: absolute;
    right: 0;
}

.event-item .date span {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: uppercase;
}

.event-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.event-item h3 a {
    color: #fff;
}

.event-item h3 a:hover {
    color: var(--standard_color);
    ;
}

.event-item .event-meta {}

.event-item .event-meta span {
    color: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

.event-item .event-meta span:last-child {
    margin-right: 0;
}

.event-item .event-meta span i {
    margin-right: 5px;
    line-height: 24px;
    float: left;
    padding-left: 1px;
}

/*-- 8.2 Single Event Details --*/
.single-event-details {
    position: relative;
}

.single-event-details img {
    width: 100%;
    margin-bottom: 20px;
}

.single-event-details .date {
    background-color: var(--standard_color);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    left: 30px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
}

.single-event-details .date span {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: uppercase;
}

.single-event-details .content {}

.single-event-details h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}

.single-event-details .event-meta {
    margin-bottom: 5px;
}

.single-event-details .event-meta span {
    color: #696969;
    display: block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    text-transform: capitalize;
}

.single-event-details .event-meta span:last-child {
    margin-right: 0;
}

.single-event-details .event-meta span i {
    font-size: 14px;
    margin-right: 5px;
    padding-left: 1px;
}

/*----------------------------------------*/
/*  9. Testimonial Area
/*----------------------------------------*/
.testimonial-area {
    background-image: url("img/bg/testimonial.jpg");
}

/*-- Testimonial Slider --*/
.testimonial-slider {}

/*-- Single Testimonial --*/
.sin-testimonial {}

.sin-testimonial p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.sin-testimonial h4 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    padding-left: 35px;
}

.sin-testimonial h4::before {
    background-color: #ffffff;
    bottom: 3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 25px;
}

/*----------------------------------------*/
/*  10. News Area
/*----------------------------------------*/
.news-area {}

/*-- News Item --*/
.news-item {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-item:hover {
    box-shadow: 0 10px 20px rgba(34, 30, 31, 0.25);
}

/*-- News Image --*/
.news-item .image {
    display: block;
}
.news-item .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/*-- News Content --*/
.news-item .content {
    padding: 26px 30px 22px;
    height: 116px;
}

.news-item .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.news-item .content h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.news-item .content h3 a:hover {
    color: var(--standard_color);
}

.news-item .content .news-meta {
    margin-bottom: 10px;
}

.news-item .content .news-meta span,
.news-item .content .news-meta a {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 16px;
}

.news-item .content .news-meta span i,
.news-item .content .news-meta a i {
    margin-right: 5px;
    font-size: 14px;
    padding-left: 1px;
}

.news-item .content .news-meta a:hover {
    color: var(--standard_color);
}

.news-item .content p {}

.news-item .content>a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.news-item .content>a:hover {
    color: var(--standard_color);
}

.single-news-details {}

.single-news-details img {
    margin-bottom: 20px;
    width: 100%;
}

.single-news-details .content {}

.single-news-details .content .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.single-news-details .content .news-meta {
    margin-bottom: 10px;
}

.single-news-details .content .news-meta span,
.single-news-details .content .news-meta a {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 16px;
}

.single-news-details .content .news-meta span i,
.single-news-details .content .news-meta a i {
    margin-right: 5px;
    font-size: 14px;
    padding-left: 1px;
}

.single-news-details .content .news-meta a:hover {
    color: var(--standard_color);
}

.single-news-details .content p {}

.single-news-details .quote-section {
    background-color: #efefef;
    border-left: 2px solid var(--standard_color);
    margin: 38px 0 39px 35px;
    overflow: hidden;
    padding: 17px 37px 17px 27px;
}

.single-news-details .quote-section p {
    margin: 0;
}

/*-- Single News Footer --*/
.news-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding: 10px 0;
}

/*-- Related Tags --*/
.related-tag {
    display: inline-block
}

.related-tag span {
    float: left;
    margin-right: 10px;
}

.related-tag .tag {
    display: inline-block;
    vertical-align: top;
}

.related-tag .tag a {
    color: #898989;
    font-weight: 300;
}

.related-tag .tag a:hover {
    color: var(--standard_color);
}

/*-- Share Links --*/
.share-links {
    float: right;
}

.share-links span {
    float: left;
    margin-right: 10px;
}

.share-links .links {
    display: inline-block;
    vertical-align: top;
}

.share-links .links a {
    color: #898989;
    display: block;
    float: left;
    font-weight: 300;
    margin-right: 15px;
}

.share-links .links a:last-child {
    margin-right: 0;
}

.share-links .links a:hover {
    color: var(--standard_color);
}

/*----------------------------------------*/
/*  11. Contact Page
/*----------------------------------------*/
.contact-area {}

.contact-wrapper h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*-- Contact Info --*/
.contact-info {
    margin-bottom: 50px;
}

.contact-info p {
    line-height: 24px;
    margin-bottom: 9px;
}

.contact-info p i {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 24px;
    width: 27px;
}

.radio-inline input {
    height: auto !important;
    width: auto !important;
    margin-right: 1px;
    margin-left: 3px;
}

.float-right {
    float: right;
}

.contact-info p span {
    display: block;
    overflow: hidden;
}

/*-- Contact Social --*/
.contact-social a {
    color: #4c4c4c;
    display: block;
    float: left;
    margin-right: 20px;
}

.contact-social a:last-child {
    margin-right: 0;
}

.contact-social a i {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.contact-social a:hover {
    color: #ee2f72;
}

/*-- Contact Form --*/

.contact-form input,
.contact-form select,
.contact-form textarea {
    background-color: #f1f1f1;
    border: medium none;
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    height: 44px;
    line-height: 24px;
    padding: 10px 15px;
    width: 100%;
}

.contact-form textarea {
    height: 100px;
    resize: none;
}

.contact-form input[type="submit"],
.contact-form .btn-submit {
    background-color: var(--primary_color);
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 50px;
    text-transform: uppercase;
    width: auto;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus,
.contact-form input[type="submit"]:active,
.contact-form .btn-submit:hover,
.contact-form .btn-submit:focus,
.contact-form .btn-submit:active {
    background-color: var(--standard_color);
    color: #fff;
}

/*-- Contact map --*/

.contactMap {

    width: 100%;
    height: 485px;

}

.contactMap iframe {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*----------------------------------------*/
/*  12. Footer Top Area
/*----------------------------------------*/
.footer-top-area {
    background-color: var(--primary_color);
}

/*-- Footer Widget --*/
.footer-widget {}

.footer-widget>h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/*-- Footer Widget Link & Address --*/
.footer-widget ul {}

.footer-widget ul li {
    margin-bottom: 5px;
    overflow: hidden;
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li a {
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
}

.footer-widget ul li a:hover {
    color: var(--standard_color);
}

.footer-widget ul li i {
    font-size: 18px;
    width: 30px;
    line-height: 25px;
    float: left;
    color: #ffffff;
}

.footer-widget ul li span {
    display: block;
    overflow: hidden;
    color: #ffffff;
}

/*-- Footer Widget About --*/
.footer-widget .footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-widget p {
    margin-bottom: 25px;
    color: #fff;
}

/*-- Footer Social --*/
.footer-widget .footer-social a {
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-widget .footer-social a i {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.footer-widget .footer-social a:last-child {
    margin-right: 0;
}

.footer-widget .footer-social a:hover {
    color: var(--standard_color);
}

/*-- Footer Widget Instagram --*/
.instagram-widget {}

.instagram-widget div {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 33.3333%;
}

.instagram-widget div a {
    display: block;
    position: relative;
}

.instagram-widget div a:before {
    background-color: var(--standard_color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.instagram-widget div a:hover:before {
    opacity: 0.9;
}

.instagram-widget div a::after {
    bottom: 0;
    color: #ffffff;
    content: "+";
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 300;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -20px auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.instagram-widget div a:hover:after {
    opacity: 1;
}
.instagram-widget div a img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    object-position: top;
}


/*----------------------------------------*/
/*  13. Footer Bottom Area
/*----------------------------------------*/
.footer-bottom-area {
    background-color: var(--primary_color);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
}

.footer-bottom-area p {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: .4px;
}

.footer-bottom-area p a {
    color: #ffffff;
}

.footer-bottom-area p a:hover {
    color: var(--standard_color);
}

.footer-bottom-area .copyright a {
    color: var(--standard_color);
}

.footer-bottom-area .copyright i {
    color: #db1a48;
    margin: 0 3px;
}

/*----------------------------------------*/
/*  14. Comments & Sidebar Area
/*----------------------------------------*/

/*-- 14.1 Comments --*/
.comment-wrapper {
    overflow: hidden;
    margin-top: 70px;
}

.comment-wrapper h3 {
    line-height: 18px;
    margin-bottom: 50px;
}

/*-- Comment List --*/
.comment-list {}

.comment-list li {}

.comment-list li ul {}

.comment-list li ul li {
    padding-left: 70px;
}

/*-- Single Comment --*/
.single-comment {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.single-comment .author-image {
    border: 1px solid #eaeaea;
    float: left;
    height: 70px;
    margin-right: 15px;
    width: 70px;
}

.single-comment .author-image img {
    width: 100%;
}

.single-comment .comment-text {}

.single-comment .author-info h4 {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single-comment .author-info h4 a {}

.single-comment .author-info h4 a:hover {
    color: var(--standard_color);
}

.single-comment .time,
.single-comment .reply {
    float: right;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

.single-comment .reply a {
    color: var(--standard_color);
    display: block;
}

.single-comment .reply a:hover {
    color: var(--primary_color);
}

.single-comment .time {
    padding-right: 3px;
    position: relative;
}

.single-comment .comment-text p {
    line-height: 20px;
}

/*-- 14.2 Sidebar --*/
.single-sidebar {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.single-sidebar:last-child {
    margin-bottom: 0;
}

.single-sidebar>h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

/*-- Teacher Sidebar --*/
.sidebar-teacher {
    border: 1px solid #eee;
    padding: 30px;
    text-align: center;
}

.sidebar-teacher img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
    border: 5px solid #eee;
    border-radius: 50%;
}

.sidebar-teacher h4 {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar-teacher h5 {
    color: #444;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

.sidebar-teacher .social {}

.sidebar-teacher .social a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: text-top;
}

.sidebar-teacher .social a i {
    display: block;
    font-size: 14px;
    line-height: 16px;
    min-width: 16px;
    padding-top: 3px;
}

.sidebar-teacher .social a:hover {
    color: var(--standard_color);
}

/*-- Category Sidebar --*/
.category {}

.category li {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.category li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.category li a {
    color: #4c4c4c;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.category a:hover {
    color: var(--standard_color);
}

/*-- Tags Sidebar --*/
.tags {}

.tags a {
    border: 1px solid #ddd;
    color: #4c4c4c;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 1px 9px;
}

.tags a:hover {
    border: 1px solid var(--standard_color);
    background-color: var(--standard_color);
    color: #fff;
}

/*-- Related Courses Sidebar --*/
.sidebar-course {
    max-width: 320px;
    width: 100%;
}

.sidebar-course .content {
    padding: 20px;
}

.sidebar-course .content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
}

/*-- Recent Event Sidebar --*/
.recent-event {}

/*-- Recent Event Sidebar --*/
.recent-event-item {
    margin-bottom: 20px;
}

.recent-event-item:last-child {
    margin-bottom: 0;
}

.recent-event-item .image {
    border: 1px solid #eee;
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.recent-event-item .image img {
    width: 100%;
}

.recent-event-item .content {
    overflow: hidden;
}

.recent-event-item .content h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}

.recent-event-item .content h5 a {
    color: #6b6b6b;
}

.recent-event-item .content h5 a:hover {
    color: var(--standard_color);
}

.recent-event-item .meta {
    margin-bottom: 4px;
}

.recent-event-item .meta a {
    color: #b2b2b2;
    font-size: 11px;
    line-height: 12px;
    margin-right: 13px;
    display: block;
    float: left;
}

.recent-event-item .meta a i {
    font-size: 12px;
    margin-right: 5px;
}

.recent-event-item .meta a:hover {
    color: var(--standard_color);
}

.recent-event-item .content p {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

/*-- Recent News Sidebar --*/
.recent-news {}

/*-- Recent Event Sidebar --*/
.recent-news-item {
    margin-bottom: 20px;
}

.recent-news-item:last-child {
    margin-bottom: 0;
}

.recent-news-item .image {
    border: 1px solid #eee;
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.recent-news-item .image img {
    width: 100%;
}

.recent-news-item .content {
    overflow: hidden;
}

.recent-news-item .content h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}

.recent-news-item .content h5 a {
    color: #6b6b6b;
}

.recent-news-item .content h5 a:hover {
    color: var(--standard_color);
}

.recent-news-item .meta {
    margin-bottom: 4px;
}

.recent-news-item .meta a {
    color: #b2b2b2;
    font-size: 11px;
    line-height: 12px;
    margin-right: 13px;
    display: block;
    float: left;
}

.recent-news-item .meta a i {
    font-size: 12px;
    margin-right: 5px;
}

.recent-news-item .meta a:hover {
    color: var(--standard_color);
}

.recent-news-item .content p {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.form-message.success {
    color: #2e6930;
    background-color: #dbefdc;
    border-color: #c9e7cb;
    margin-top: 30px;
    transition: all 0.5s ease 0s;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.header-icons a {
    color: white;
    padding: 0 10px;
}
.header-icons a:hover {
    color: var(--standard_color);
}
.mobile-menu{
    display: none;
}
.nivoSlider img {
    height: 82vh !important;
    object-fit: cover;
}

.video-tour {
    position: relative;
    margin-right: 50px;
}
.video-tour a {
    padding: 10px 0 10px 5px;
    width: 55px;
    height: 55px;
    line-height: 52px;
    color: var(--standard_color);
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-tour a:before, .video-tour a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--standard_color);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.div-img.video-tour img {
    height: 300px;
    object-fit: cover;
}
.video-tour i {
    font-size: 35px;
    line-height: 23px;
}

.video-tour:before {
    content: '';
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.vision-mission{
  padding-bottom: 50px;
}
.vision-content {
    background: var(--standard_color);
    display: flex;
    align-items: center;
    color: white;
    border-radius: 25px;
}
.vision-content img {
    width: 50%;
    height: 300px;
    object-fit: cover;
    border-radius: 0 25px 25px 0;
    object-position: center;
}
.vision-c {
    width: 60%;
    padding-left: 51px;
}
.vision-c h3 {
    color: white;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.2px;
}
.vision-c .div-btn {
    background: transparent;
    border: 2px solid;
    border-radius: 5px;
}
.vision-c .div-btn:hover {
    background: #f14d5d;
    border: 2px solid #f14d5d;
    border-radius: 5px;
}
#captchaBackground {
    width: 100%;
    background: #ffffff;
    height: 123px;
    padding: 1px 5px;
    margin: 0 auto;
    text-align: center;
}
.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}
input:focus {
    outline: none;
}
#refresh {
    background: none;
    border: none;
}
.form_contact textarea {
    height: auto;
}
button.submit_btn {
    border: none;
/*    height: 60px;*/
font-size: 16px;
font-weight: bold;
text-align: center;
color: #fff;
/*    width: 100%;*/
background: var(--standard_color);
padding: 8px 30px;
line-height: 24px;
}
div#captchaBackground label {
    font-size: 12px;
    line-height: 0;
}
#textBox {
    text-align: center;
    height: 36px;
    width: 65%;
    border: none;
    font-size: 20px;
    background: whitesmoke;
    padding: 5px;
}
#refresh i {
    font-size: 17px;
    user-select: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 6px;
    top: 3px;
}
span#output {
    font-size: 13px;
    color: red;
}
#captcha {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 8px auto 0 auto;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-family: fantasy;
    border: 2px dotted;
    width: fit-content;
    padding: 3px 14px;
    background: #ffffff69;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.input-preview {
    border-radius: 4px;
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: ease-in-out 750ms;
    border: 1px solid #f5f5f5 !important;
    cursor: pointer;
    background: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.input-preview__src {
    display: none !important;
}
.input-preview::after {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
    content: "Click to upload your latest photograph...";
    font-style: italic;
    font-size: 13px;
}
.has-image::after {
    content: "Choose another file...";
    color: white;
    top: 77%;
    background: #0000007d;
}

.contact-form input:focus {
    border:1px solid var(--standard_color);    
}

.contact-form select:focus{
    border:1px solid var(--standard_color);  
}

.contact-form textarea:focus {
 border:1px solid  var(--standard_color);   
}

/*input[type=file]::file-selector-button {
    background: var(--standard_color);
    color: white;
}

input[type=file]::file-selector-button:hover {
    background-color: var(--primary_color) !important;
    color: white;
}*/

input#document::file-selector-button,
input#document_2::file-selector-button,
input#resumes::file-selector-button{
    background: #ee2f72;
    color: #fff;
}

input[type="radio"] {
    accent-color: var(--standard_color);
    height: 16px !important;
    width: 16px !important;
    vertical-align: sub;
}
.theme-section .row .col-md-6 {
    display: flex;
    align-items: center;
}
.theme-section h1 {
    margin: 0 0 20px;
    font-size: 55px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 66px;
    letter-spacing: 0.2px;
}
.mean-nav ul li.active a {
    color: var(--standard_color);
}
.card-image {
    width: 100%;
}
.news-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.content-part p img {
    width: 33.33%;
    height: 369px;
    object-fit: cover;
    object-position: top;
}
small.req {
    color: red;
}
.s_heading {
    display: flex;
    align-items: center;
    white-space: nowrap;
}