
/* DRVNG HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset css
3. Global css
4. Header Section
5. Banner Section
6. About Section
7. Info section
8. Funfacts Section
9. Working Process
10. CTA Section
11. Testimonials Section
12. Brand Logo Section
13. Blog Section
14. Course Section
15. Projects Section
16. Course Package Section
17. CTA Section
18. Two Column Section
19. Team Section 
20. Pricing Section
21. Mission Section
22. History Section
23. Contact Form Section
24. Blog Page



/*** 

====================================================================
        Fonts
====================================================================

***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('stroke-gap.css');
@import url('pe-icon-7-stroke.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css'); 
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('elpath.css');



/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/



body {
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Rubik', sans-serif;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #222;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.owl-carousel img {
    width: auto !important;
    display: inline-block !important;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}
.fa {
	line-height: inherit;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
}
.owl-nav, .owl-dots {
	display: none;
}
.row {
	margin: 0 -15px;
}
.row>* {
	padding-left: 15px;
	padding-right: 15px;
}
.row.no-gutters {
    margin: 0;
}
.row.no-gutters>* {
	padding-left: 0;
	padding-right: 0;
}

.opacity_0 {
    opacity: 0;
}
.opacity_1 {
    opacity: 1;
}
.opacity_10 {
    opacity: .10;
}
.opacity_20 {
    opacity: .20;
}
.opacity_30 {
    opacity: .30;
}
.opacity_40 {
    opacity: .40;
}
.opacity_50 {
    opacity: .50;
}
.opacity_60 {
    opacity: .60;
}
.opacity_70 {
    opacity: .70;
}
.opacity_80 {
    opacity: .80;
}
.opacity_90 {
    opacity: .90;
}
.tx_50 {
    transform: translateX(50%);
}
.tx__50 {
    transform: translateX(-50%);
}
.ty_50 {
    transform: translateY(50%);
}
.ty__50 {
    transform: translateY(-50%);
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/*  Scroll To Top style */

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: var(--theme-color);
    color: #fff;
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 18px 50px;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 30px;
    background-color: var(--theme-color);
    font-size: 14px;
    letter-spacing: 1px;
    color: #fefefe;
    font-weight: 700;
    transition: .5s;
    z-index: 0;
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: .1;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    z-index: -1;
}

.btn-style-one:hover:before {
    width: 100%;
    border-radius: 0;
}

/* Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    padding: 12px 40px;
    overflow: hidden;
    vertical-align: middle;
    letter-spacing: 1px;
    transition: .5s;
    z-index: 1;
    border-radius: 10px;
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 34px;
    color: #212121;
    font-weight: 400;
}

.btn-style-two:hover {
    color: #fff;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: var(--theme-color);
    transition: .5s;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    z-index: -1;
}

.btn-style-two:hover:before {
    width: 100%;
    border-radius: 0;
}


/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

.main-header.header-style-one .auto-container {
    max-width: 1360px;
}

.main-header.header-style-one {
    position: absolute;
}

.main-header.header-style-one .main-menu .navigation>li>a {
    color: #fff;
}

.main-header.header-style-one .header-upper .search-toggler {
    color: #fff;
}

.main-header.header-style-one.fixed-header .sticky-header {
    background-color: #00090e;
}

/* Header Top */
.header-top {
    position: relative;
   /* background-color: #343434;*/
   background-color: #ffffff;
    padding: 7.5px 0;
    border-top: 3px solid var(--theme-color);
}

.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top ul.contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top ul.contact-info li {
    margin-right: 22px;
  
    color: #fb7500;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

.header-top ul.contact-info li:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 0;
    width: 1px;
    height: 20px;
}

.header-top ul.contact-info li:last-child:before {
    display: none;
}

.header-top ul.contact-info a {
    color: #fb7500;
    transition: .5s;
}

.header-top ul.contact-info a:hover {
    color: #b3b3b3;
}

.header-top ul.contact-info li i {
    margin-right: 7px;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: 3px;
    color: var(--theme-color);
}

.header-top .social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top .social-icon li {
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
}

.header-top .social-icon li a {
    color: #000;
    transition: .5s;
}

/* Header Upper */

.main-header .header-upper .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px;
    border-left: 1px solid #fff;
    padding-left: 25px;
}

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 23px 0px;
}

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.main-header .header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px;
}

.main-header .header-upper .link-btn a {
    vertical-align: middle;
}

.main-header .header-upper .search-toggler {
    color: #212121;
    background: transparent;
    font-size: 22px;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    padding: 38.5px 0px;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.main-menu .navigation>li.current:before {
    opacity: 1;
}

.main-menu .navigation>li.current>a:before {
    opacity: 1;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #212121;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #e9e5df;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e9e5df;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #eee;
    margin-left: 20px;
}

.main-header .header-upper .contact-info .icon {
    position: relative;
    font-size: 24px;
    text-align: center;
    line-height: 68px;
    margin-right: 15px;
    color: var(--theme-color);
    transition: .5s;
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #f0f0f0;
}

.main-header .header-upper .contact-info:hover .icon {
    color: #fff;
    background-color: var(--theme-color);
}

.main-header .header-upper .contact-info .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.main-header .header-upper .contact-info:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-header .header-upper .contact-info .icon span {
    position: relative;
}

.main-header .header-upper .contact-info h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
    font-weight: 400;
}

.main-header .header-upper .contact-info h4 {
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    font-weight: 500;
}

.main-header .header-upper .contact-info h4 a {
    color: #222;
}


/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    background-color: var(--theme-color);
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: none;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
    background: #fff;
}


/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
    margin-top: 25px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    width: 100%;
    max-width: 446px;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}

.hidden-sidebar-close {
    position: absolute;
    bottom: 0;
    right: -70px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}

.hidden-sidebar .logo {
    margin-bottom: 35px;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .content-wrapper {
    padding: 80px 30px;
    margin-right: 70px;
    direction: ltr;
    position: relative;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 35px;
    padding: 0;
    background-color: transparent;
}

.hidden-sidebar .text-widget .text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.pdf-widget {
    position: relative;
}

.pdf-widget .row {
    margin: 0 -7.5px;
}

.pdf-widget .column {
    padding: 0 7.5px;
}

.pdf-widget .content {
    background-color: rgb(255 255 255 / 96%);
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.pdf-widget .content .icon {
    margin-bottom: 15px;
}

.pdf-widget .content h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-widget {
    position: relative;
    margin-bottom: 30px;
}

.contact-widget .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-widget .icon {
    width: 35px;
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
}

.contact-widget .text {
    font-size: 17px;
    line-height: 44px;
    font-weight: 400;
    color: #b3b3b3;
}

.contact-widget .text a {
    color: #ffffff;
}

.contact-widget .text strong {
    color: #fff;
    font-weight: 700;
    display: block;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / 0.1);
    transform: rotate(-30deg);
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.0;
    content: "";
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 120px 15px 10px;
    min-height: 900px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 80px;
    font-weight: 900;
    line-height: 90px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    padding-bottom: 30px;
    letter-spacing: 0;
}

.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 76px;
    bottom: 0;
    left: 0;
}

.banner-section .content-box.justify-content-center h1:before {
    left: 50%;
    transform: translateX(-50%);
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    line-height: 1.2em;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    font-size: 24px;
    color: var(--theme-color);
    font-weight: 400;
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 40px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 20px;
    background-color: rgb(255 255 255);
    transition: .5s;
    border-radius: 50%;
}

.banner-section .banner-slider-button-next:hover {
    color: #fff;
    background: var(--theme-color);
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 20px;
    background-color: rgb(255 255 255 / 98%);
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 50%;
}

.banner-section .banner-slider-button-prev:hover {
    color: #fff;
    background: var(--theme-color);
}

/* Style Two */
.banner-section .banner-slider-nav.style-two {
    left: 0;
    right: auto;
    top: auto;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev {
    width: 106px;
    height: 53px;
    border-radius: 0;
    margin: 0;
    line-height: 53px;
    background: #293e9c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next {
    height: 53px;
    width: 106px;
    border-radius: 0;
    margin: 0;
    line-height: 53px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next i {
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h4 {
    position: relative;
    font-size: 18px;
    color: #737373;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 10px;
}

.sec-title.light h4 {
    color: #fff;
}

.sec-title h4:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
}

.sec-title.text-center h4:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title h2 {
    position: relative;
    font-size: 46px;
    color: #212121;
    font-weight: 500;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title.light .text {
    color: #fff;
}

section.about-section {
    position: relative;
    padding: 120px 0 90px;
}

.about-section .sec-title {
    margin-bottom: 30px;
}

.about-section h3 {
    font-size: 24px;
    line-height: 38px;
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 20px;
}

.about-section .text {color: #737373;margin-bottom: 30px;}

.about-section .icon_box {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-section .icon_box i {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: var(--theme-color);
    text-align: center;
    line-height: 105px;
    color: #fff;
    font-size: 50px;
    margin-right: 20px;
    transition: .5s;
}

.about-section .icon_box:hover i {
    background-color: #222;
}

.about-section .icon_box h4 {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    font-weight: 500;
}

.about-section .phone-number {
    position: relative;
    border-top: 1px solid #dbdbdb;
    padding-top: 40px;
    font-size: 20px;
    line-height: 34px;
    color: #868686;
    font-weight: 400;
}

.about-section .phone-number a {
    color: #212121;
    font-size: 30px;
}

.about-section .image {
    position: relative;
    margin-bottom: 30px;
    text-align: right;
}

.about-section .image_box {
    position: absolute;
    left: 0;
    bottom: 40px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    text-align: left;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 30px rgba(0,0,0,0.07));
    background-color: #ffffff;
    z-index: 1;
}

@media only screen and (min-width:992px) {
    .about-section .image_box {
        left: -30px;
    }
    .about-section .image_box:before {
        position: absolute;
        content: '';
        width: 60px;
        height: 20px;
        border-radius: 10px;
        background-color: var(--theme-color);
        left: 0;
        bottom: -40px;
    }
}

.about-section .image_box img {
    margin-right: 25px;
}

.about-section .image_box h4 {
    font-size: 26px;
    line-height: 32px;
    color: #212121;
    font-weight: 400;
}

section.funfacts-section {
    position: relative;
    padding: 80px 0 50px;
}

section.funfacts-section:before {
    position: absolute;
    content: '';
    max-width: 1570px;
    width: 100%;
    height: 785px;
    border-radius: 30px;
    background-color: #f0f0f0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.funfact-block-one {
    position: relative;
    margin-bottom: 30px;
}

.funfact-block-one:before {
    position: absolute;
    content: '';
    top: 0;
    right: 50px;
    bottom: 0;
    left: 15px;
    transform: scaleY(0);
    transition: .7s;
    background-color: #fff;
    border-radius: 10px;
    transform-origin: top;
}
.funfact-block-one:hover:before {
	transform: scale(1);
}

.funfact-block-one .inner-box {
    position: relative;
    max-width: 160px;
    margin: 0 auto;
    padding: 40px 0;
}

.funfact-block-one .icon {
    font-size: 60px;
    color: var(--theme-color);
    margin-bottom: 30px;
}

.funfact-block-one .count-outer.count-box {
    font-size: 40px;
    line-height: 36px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 7px;
}

.funfact-block-one .text {
    font-size: 17px;
    color: #737373;
    margin: 0;
}

.funfact-block-one:after {
    position: absolute;
    content: '';
    top: 40px;
    right: 18px;
    bottom: 40px;
    width: 1px;
    background-color: #dbdbdb;
}

.funfact-block-one:last-child:after {
    display: none;
}

/* courses section */
section.courses-section {
    position: relative;
    padding: 120px 0 90px;
}

.course-block-one .inner-box {
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.course-block-one .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-block-one .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.course-block-one .inner-box:hover .image:before{
    opacity: .85;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.course-block-one .image img {
    transition: .5s;
    width: 100%;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-block-one .instructor-thumb img {
    border-radius: 37.5px;
    background-color: #f0f0f0;
    border: 3px solid #ffffff;
    width: 75px;
    height: 75px;
}

.course-block-one .instructor-thumb {
    position: relative;
    transform: translateY(-50%);
    margin-bottom: -20px;
    z-index: 9;
}

.course-block-one .designation {
    font-size: 18px;
    line-height: 24px;
    color: #737373;
    font-weight: 400;
}

.course-block-one .name {
    font-size: 18px;
    line-height: 24px;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 20px;
}

.course-block-one h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    color: #212121;
    font-weight: 400;
}

.course-block-one h3 a {
    color: #212121;
    transition: .5s;
}

.course-block-one h3 a:hover {
    color: var(--theme-color);
}

.course-block-one .text {
    font-size: 18px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 25px;
}

.course-block-one .lower-content {
    position: relative;
    margin-bottom: 23px;
    padding: 0 23px;
}

.course-block-one .lower-content {
    position: relative;
    padding: 0 23px;
    padding-bottom: 23px;
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
}

.course-block-one .btn-style-two {
    width: 100%;
}

.course-block-one .btn-style-two span {
    color: var(--theme-color);
    transition: .5s;
}

.course-block-one .btn-style-two:hover span {
    color: #fff;
}

/* services section */
section.service-section {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

section.service-section:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #212121;
    opacity: .9;
}

section.service-section .sec-title.light h4 {
    color: #b3b3b3;
}

.video-box {
    position: relative;
    width: 300px;
    height: 352px;
    border-radius: 10px;
    background-color: var(--theme-color);
    padding: 55px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.video-box .video-btn a {
    color: #fff;
    font-size: 65px;
    margin-bottom: 30px;
    display: inline-block;
}

.video-box h4 {
    font-size: 34px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 400;
}

.video-box {
    margin-top: -120px;
}

.service-block-1 {
    position: relative;
    margin-bottom: 30px;
}

.service-block-1 .icon_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.service-block-1 .icon {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: var(--theme-color);
    margin-right: 20px;
    color: #fff;
    text-align: center;
    line-height: 105px;
    font-size: 40px;
    transition: .5s;
}

.service-block-1 .icon_box:hover .icon {
    background-color: #fff;
    color: var(--theme-color);
}

.service-block-1 h4 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
}

.service-block-1 .text {
    width: 325px;
    height: 79px;
    font-size: 17px;
    line-height: 32px;
    color: #b3b3b3;
    font-weight: 400;
}

section.service-section .divider {
    position: relative;
    height: 1px;
    background: rgb(255 255 255 / 20%);
    margin-top: 60px;
    margin-bottom: 85px;
    border: transparent;
}

/* Experience section */

section.experience-section {
    position: relative;
    padding: 120px 0 0;
}

section.experience-section .cta {
    position: relative;
    text-align: center;
}

section.experience-section .cta h2 {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 15px;
}

section.experience-section .cta .text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

section.experience-section .cta .content {
    position: relative;
    padding: 70px 0;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 120px;
}

section.experience-section .shape-one {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.experience-section .image {
    position: relative;
    margin-top: -60px;
    animation-fill-mode: inherit;
}

section.experience-section .image img {
    mix-blend-mode: multiply;
    max-width: none;
    float: right;
}

section.experience-section .image .text {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 95px;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.07));
    background-color: #ffffff;
    top: 35%;
    left: -212px;
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    font-style: italic;
}

section.experience-section .text-two {
    position: relative;
    margin-bottom: 30px;
}

section.experience-section .text-box {
    margin-bottom: 30px;
}

section.experience-section .text-box h4 {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 10px;
}

section.experience-section .text-box h4 i {
    margin-right: 5px;
    color: var(--theme-color);
}




/*=======progress bar========*/

.progress-levels {
    position: relative;
}

.progress-levels h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    color: #212121;
    font-weight: 500;
}


.progress-levels .progress-box {
    position: relative;
    padding-bottom: 35px;
    padding-top: 10px;
    overflow: hidden;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 13px;
    border-radius: 7px;
    background-color: #f0f0f0;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 13px;
    border-radius: 6px;
}

.progress-levels .progress-box .bar .bar-fill {
    left: -100%;
    top: 0px;
    width: 0px;
    height: 13px;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
    background: var(--theme-color);
    border-radius: 7px;
}

.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box .percent {
    position: absolute;
    right: 0;
    top: -45px;
    letter-spacing: 0px;
    opacity: 0;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
    font-size: 16px;
    line-height: 40px;
    color: #737373;
    font-weight: 400;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

/* testimonials section */

section.testimonials-section {
    position: relative;
    padding: 120px 0 90px;
}

.testimonials-block-one {
    position: relative;
    margin-bottom: 30px;
}

.testimonials-block-one .inner-box {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    position: relative;
    padding: 60px;
    
    transition: .5s;
}

.testimonials-block-one .inner-box:hover {
    border-color: #fff;
    filter: drop-shadow(0px 10px 30px rgba(0,0,0,0.05));
}

.testimonials-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: 0;
    right: 35px;
    background-color: var(--theme-color);
    transition: .5s;
    height: 50px;
    border-radius: 10px;
    opacity: 0;
}

.testimonials-block-one .inner-box:hover:before {
    opacity: 1;
    bottom: -10px;
}

.testimonials-block-one .inner-box:after {
    position: absolute;
    content: '';
    left: 30px;
    bottom: 0;
    right: 30px;
    background-color: #fff;
    transition: .5s;
    height: 50px;
}

.testimonials-block-one .text {
    font-size: 18px;
    line-height: 36px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonials-block-one .author-info {position: relative;padding: 12px 0;padding-left: 92px;}

.testimonials-block-one .image {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-block-one .name {
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
}

.testimonials-block-one .designation {
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color);
    font-weight: 400;
}

/* Appointment section */

section.appointment-section {
    position: relative;
    padding: 120px 0 0;
    background-size: cover;
}

section.appointment-section:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .92;
}

section.appointment-section .sec-title h4:before {
    background: #fff;
}

section.appointment-section .text {
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

section.appointment-section .icon_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.appointment-section .icon {
    position: relative;
    color: #fff;
    font-size: 60px;
    margin-right: 20px;
    margin-bottom: 15px;
}

section.appointment-section h4 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}

section.appointment-section .contact-form {
    position: relative;
    background: #fff;
    padding: 60px;
    margin-left: 100px;
    filter: drop-shadow(0px 10px 30px rgba(0,0,0,0.1));
    background-color: #ffffff;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.contact-form input {
    height: 63px;
    border-radius: 10px;
    background-color: #f0f0f0;
    width: 100%;
    padding: 0 25px;
    font-size: 15px;
    color: #737373;
    font-weight: 400;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 177px;
    border-radius: 10px;
    background-color: #f0f0f0;
    width: 100%;
    padding: 13px 25px;
    font-size: 15px;
    color: #737373;
    font-weight: 400;
}

.contact-form.style-two textarea, 
.contact-form.style-two input {
    border-color: #f0f0f0;
}

@media only screen and (min-width:992px) {
    section.appointment-section .contact-form {
        margin-top: -60px;
        margin-bottom: -85px;
    }
}

section.contact-form-section {
    position: relative;
    padding: 120px 0 100px;
}

.video-box-two {
    position: absolute;
    top: 0;
    left: -140px;
    width: 140px;
    height: 133px;
    border-radius: 10px;
    background-color: #212121;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 133px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.video-box-two a {
    color: #fff;
    transition: .5s;
}

.video-box-two a:hover {
    color: var(--theme-color);
}

/* Client logo */

section.client-logo {
    position: relative;
    padding: 120px 0;
}

section.client-logo .image {
    text-align: center;
}

.divider {
    position: relative;
    border: 1px solid #dcdcdc;
}

/* Courses section style two */
section.courses-section.style-tweo:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 524px;
    background: #212121;
}

/* Blog section */
section.news-section {
    position: relative;
    padding: 120px 0 90px;
}

.news-block-one {
    position: relative;
}

.news-block-one .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-block-one .image img {
    transition: .5s;
}

.news-block-one .image:before{
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

.news-block-one .inner-box:hover .image:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
    opacity: 1;
}

.news-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-one .lower-content {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px;
    padding-bottom: 0;
    position: relative;
}

.news-block-one h4 {
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-block-one h4 a {
    color: #212121;
    transition: .5s;
}

.news-block-one h4 a:hover {
    color: var(--theme-color);
}

.news-block-one .text {
    font-size: 17px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 30px;
}

.news-block-one ul.post-mate {
    border-radius: 10px;
    background-color: #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.news-block-one ul.post-mate li {
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    line-height: 40px;
    color: #737373;
    font-weight: 400;
}

.news-block-one ul.post-mate li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-block-one ul.post-mate li:last-child {
    margin-right: 0;
}

/* Courses style two */
section.courses-section.style-two:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 522px;
    background: #212121;
}

/* Main Footer */
footer.main-footer {
    background: #212121;
    position: relative;
    padding: 120px 0 0;
}

footer.main-footer .widgets-section {
    position: relative;
    margin-bottom: 90px;
}

.about-widget {
    position: relative;
    margin-bottom: 30px;
}

.about-widget ul.social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-widget ul.social-links li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.about-widget ul.social-links a {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: #343434;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    color: #fff;
    transition: .5s;
}

.about-widget ul.social-links a:hover {
    background: var(--theme-color);
}

.links-widget {
    position: relative;
}

.links-widget li {
    margin-bottom: 15px;
}

.links-widget a {
    font-size: 17px;
    line-height: 30px;
    color: #b3b3b3;
    font-weight: 400;
}

.text-widget {
    position: relative;
    margin-left: -60px;
}

.text-widget .text {
    position: relative;
    font-size: 17px;
    line-height: 36px;
    color: #b3b3b3;
    font-weight: 400;
}

.contact-widget .text a {
    font-weight: 500;
    color: #b3b3b3;
}

.footer-bottom {
    position: relative;
    background-color: #343434;
    border-top: 3px solid var(--theme-color);
    padding-top: 30px;
}

.footer-bottom .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #b3b3b3;
    font-weight: 400;
}

.footer-bottom .footer-menu ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom .logo {
    margin-bottom: 30px;
}

.footer-bottom .footer-menu {
    margin-bottom: 30px;
}

.footer-bottom .footer-menu ul li {
    margin-right: 15px;
}

.footer-bottom .footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-bottom .footer-menu ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #b3b3b3;
    font-weight: 400;
    transition: .5s;
}

.footer-bottom .footer-menu ul li a:hover {
    color: var(--theme-color);
}

/* Header style two */

.main-header.header-style-two .auto-container {
    max-width: 1360px;
}

.main-header.header-style-two .header-upper .navbar-right {
    border: none;
    padding: 0;
    margin: 0;
}

section.banner-section.style-two {
    max-width: 1560px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

.banner-section.style-two .content-box {
    min-height: 665px;
    padding: 0;
    text-align: left;
    max-width: 1360px;
}

.banner-section.style-two .swiper-slide:before {
    opacity: 1;
    width: 50%;
    border-radius: 30px;
    background: rgb(33 33 33 / 90%);
}

.banner-section.style-two .banner-slider-nav {left: auto;right: 0;width: 65px;height: 140px;top: 50%;margin-top: -70px;right: 120px;}

.banner-section.style-two .banner-slider-button-prev {
    margin: 0;
    width: 63px;
    height: 63px;
    border-radius: 32px;
    background-color: rgba(255,255,255,0);
    border: 2px solid #ffffff;
    color: #fff;
    line-height: 67px;
    opacity: .3;
}

.banner-section.style-two .banner-slider-button-prev:hover {
    opacity: 1;
}

.banner-section.style-two .banner-slider-button-next {
    margin: 0;
    width: 63px;
    height: 63px;
    border-radius: 32px;
    background-color: rgba(255,255,255,0);
    border: 2px solid #ffffff;
    line-height: 65px;
    color: #fff;
    opacity: .3;
}

.banner-section.style-two .banner-slider-button-next:hover {
    opacity: 1;
}

/* Features section */
section.features-section {
    position: relative;
    padding: 120px 0;
    background: #f0f0f0;
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.feature-block .inner-box {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 45px;
    padding-left: 140px;    
    z-index: 0;
    position: relative;
}

.feature-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 45px;
    right: 45px;
    bottom: 0;
    transition: .5s;
    border-radius: 30px;
    background-color: var(--theme-color);
}

.feature-block:hover:before {
    bottom: -10px;
}

.feature-block .iocn {
    position: absolute;
    top: 50px;
    left: 62px;
    font-size: 72px;
    color: var(--theme-color);
}

.feature-block h4 {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 5px;
}

.feature-block .text {
    font-size: 15px;
    line-height: 30px;
    color: #737373;
    font-weight: 400;
    margin: 0;
}

section.features-section .shape {
    position: absolute;
    top: -210px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0f0f0;
}

section.features-section .bottom-text {
    position: relative;
    text-align: center;
    font-size: 17px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 25px;
}

section.features-section .bottom-text a {
    color: #212121;
    font-size: 17px;
    line-height: 44px;
    color: #212121;
    font-weight: 500;
}

/* Introduction */

section.introduction-section {
    position: relative;
    padding: 120px 0 90px;
}

section.introduction-section .image {
    position: relative;
    margin-bottom: 30px;
}

section.introduction-section .image img {
    border-radius: 50%;
}

section.introduction-section .image .img_hover_3 {
    border-radius: 50%;
}

section.introduction-section .image:before {
    position: absolute;
    content: '';
    width: 183px;
    height: 183px;
    border-radius: 91px;
    background-color: var(--theme-color);
}

section.introduction-section .ul {
    margin-bottom: 30px;
}

section.introduction-section .image-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

section.introduction-section .image-two {
    margin-right: 20px;
    border: 2px solid var(--theme-color);
    padding: 5px;
    border-radius: 50%;
}

section.introduction-section .image-two img {
    border-radius: 50%;
}

section.introduction-section .text-box {
    position: relative;
    border-radius: 10px;
    background-color: #f0f0f0;
    padding: 40px;
    margin-bottom: 30px;
    padding-right: 30px;
    margin-left: -25px;
    padding-bottom: 30px;
}

section.introduction-section .text-box .icon {
    font-size: 25px;
    color: var(--theme-color);
    margin-bottom: 10px;
}

section.introduction-section .text-box .text-two {
    font-size: 17px;
    line-height: 30px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 5px;
}

section.introduction-section .text-box a {
    font-size: 17px;
    line-height: 40px;
    color: #212121;
    font-weight: 500;
}

section.introduction-section .ul li {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -.5px;
}

section.introduction-section .ul li i {
    margin-right: 5px;
    color: var(--theme-color);
    font-size: 14px;
}

/*  */
section.courses-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.course-block-two {
    position: relative;
}

.course-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px;
    background-color: #212121;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-block-two .image {
    position: relative;
    margin-right: 100px;
    overflow: hidden;
}

.course-block-two .image img {
    border-radius: 30px;
}

.course-block-two h4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
    position: relative;
    margin-bottom: 15px;
    padding-top: 20px;
}

.course-block-two h4 a {
    color: #ffffff;
}

.course-block-two .text {
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
}

section.courses-section-two .auto-container {
    max-width: 1600px;
}

.course-block-two:last-child .inner-box {
    background: var(--theme-color);
}

.course-block-two .lower-content {
    padding: 50px 0 20px;
}

.course-block-two h4:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
}

.course-block-two:last-child h4:before {
    background: #fff;
}

/* Team section */

section.our-team-section {
    position: relative;
    padding: 120px 0 90px;
    background: #f0f0f0;
}

section.our-team-section .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-block-one {
    position: relative;
}

.team-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.team-block-one .image {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
}

.team-block-one .image img {
    border-radius: 50%;
    transition: .5s;
}

.team-block-one .lower-content {
    position: relative;
    padding: 50px 0 30px;
    background-image: url(../images/shape/shape-5.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
}

.team-block-one .name {
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-block-one .designation {
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 20px;
}

.team-block-one ul.social-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-block-one ul.social-links li {
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
    margin: 0 5px;
}

.team-block-one ul.social-links li a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #f0f0f0;
    display: block;
    line-height: 42px;
    font-size: 14px;
    color: #737373;
    transition: .5s;
}

.team-block-one ul.social-links li a:hover {
    color: #fff;
    background: var(--theme-color);
}

/* Cta two */

.cta-two {
    position: relative;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
}

.cta-two h4 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 40px;
}

.cta-two:before {
    position: absolute;
    content: '';
    background: #212121;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
}

/* Pricing Section */

.pricing-section {
    position: relative;
    padding: 120px 0 90px;
}

.pricing-block {
    position: relative;
}

.pricing-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 60px 15px;
}

.pricing-block .category {
    position: relative;
    background-color: #f0f0f0;
    padding: 30px 0;
    margin-bottom: 30px;
}

.pricing-block .icon {
    position: relative;
    font-size: 60px;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.pricing-block h2 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 30px;
}

.pricing-block h3 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 30px;
}

.pricing-block .price {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    color: #212121;
    font-weight: 400;
}

.pricing-block ul {
    position: relative;
    margin-bottom: 20px;
}

.pricing-block ul li {
    position: relative;
    font-size: 17px;
    line-height: 44px;
    color: #737373;
    font-weight: 400;
}

.pricing-block .link-btn {
    position: relative;
}

.pricing-block .link-btn .btn-style-two {
    border-radius: 30px;
    color: #737373;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 50px;
}

.pricing-block .link-btn .btn-style-two:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.pricing-block .category h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 5px;
}

.pricing-block.active .icon {
    color: var(--theme-color);
}

.pricing-block.active .category {
    background-color: var(--theme-color);
}

.pricing-block.active .category h4 {
    color: #fff;
}

.pricing-block.active .price {
    color: #fff;
}

.pricing-block ul li:before {
    position: relative;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: var(--theme-color);
    font-size: 12px;
    margin-right: 5px;
}

.pricing-block ul li.not-available:before {
    color: #737373;
    content: "\f00d";
}


/* Why choose section */

.why-choose-section {
    position: relative;
    padding: 120px 0 90px;
}

.why-choose-section:before {
    position: absolute;
    content: '';
    background-color: #f0f0f0;
    max-width: 1570px;
    width: 100%;
    top: -240px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    border-radius: 30px;
}

.why-choose-section .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.why-choose-section .list li {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.why-choose-section .list li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.why-choose-section .image-block {
    position: relative;
}

.why-choose-section .image {
    position: relative;
    padding-right: 20px;
    z-index: 1;
}

.why-choose-section .image:before {
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    bottom: 20px;
    left: 20px;
    background-color: var(--theme-color);
    border-radius: 30px;
}

.why-choose-section .image-block .shape {
    position: absolute;
    top: -85px;
    right: -80px;
}

/* Cta Section */

.cta-three {
    position: relative;
    padding: 80px 0 60px;
    background: var(--theme-color);
}

.cta-three h4 {
    position: relative;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-three .link-btn {
    margin-bottom: 20px;
}



/* Page Title */

.page-title {
    position: relative;
    padding: 240px 0 120px;
    text-align: center;
    background-size: cover;
    background-color: #222;
}

.page-title h1 {
    font-size: 50px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
}

.page-title h1:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 76px;
    bottom: 0;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-title .bread-crumb {
    position: relative;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 20px;
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 400;
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-title .bread-crumb li:before {
    content: "/";
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 25px;
    font-size: 17px;
    color: var(--theme-color);
    transform: rotate(180deg);
    font-weight: 400;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 400;
}

/* Experience Section style two  */

section.experience-section.style-two .image {
    margin-top: 0;
    margin-bottom: 30px;
}

section.experience-section.style-two .image:before {
    position: absolute;
    content: '';
    left: -35px;
    bottom: 0;
    background: var(--theme-color);
    width: 50px;
    height: 285px;
    border-radius: 10px;
    z-index: 0;
}

section.experience-section.style-two .image img {
    position: relative;
    mix-blend-mode: normal;
}

section.experience-section.style-two {
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd;
}

/* Team section two style two */
section.our-team-section.style-two {
    background: transparent;
}

/* Error Page */
section.error-section {
    position: relative;
    padding: 120px 0;
}

section.error-section .content {
    text-align: center;
}

section.error-section h1 {
    position: relative;
    font-size: 100px;
    font-weight: 600;
    line-height: 120px;
    margin-bottom: 10px;
}

section.error-section h2 {
    margin-bottom: 20px;
}

section.error-section .text {
    margin-bottom: 20px;
}


/* Accordion box */

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 1.2em;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: #181614;
    padding: 24px 20px;
    padding-left: 40px;
    border-radius: 10px;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    color: #212121;
    font-weight: 500;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 20px;
    top: 19px;
    font-size: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #555;
}

.accordion-box .block.active-block .icon-outer span:before {content: "\f106";}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 0;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 5px 40px 21px;
}

.accordion-box .block .content .text {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 17px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
}

.accordion-box .block .acc-btn strong {
    font-size: 24px;
    color: #c2c0bb;
    width: 76px;
    text-align: center;
    border-right: 1px solid #e9e5df;
    margin-right: 30px;
    display: inline-block;
    line-height: 75px;
}

.accordion-box .block .acc-btn.active {background: #fff;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-color: #d3d3d3;}

.accordion-box .block.active-block {
    border-color: #d3d3d3;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color);
}

/* services details */

.course-details-page {
    position: relative;
    padding: 120px 0 90px;
}

.service-widget {
    position: relative;
    padding: 45px 50px;
    border-radius: 10px;
    background-color: #f0f0f0;
    margin-bottom: 30px;
}

.service-widget h4.widget-title {
    position: relative;
    font-size: 20px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-widget ul {
    position: relative;
}

.service-widget ul li {
    margin-bottom: 6px;
}

.service-widget ul li a {
    font-size: 17px;
    line-height: 26px;
    color: #737373;
    font-weight: 400;
    position: relative;
    padding: 11px 0;
    display: block;
    z-index: 1;
    transition: .5s;
}

.service-widget ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    background: #fff;
    border-radius: 24px;
    z-index: -1;
    transition: .5s;
    opacity: 0;
}

.service-widget ul li.current a:before {
    opacity: 1;
}

.service-widget ul li.current a {
    color: #212121;
    font-weight: 500;
    padding-left: 22px;
}

.service-widget ul li a:after {
    position: absolute;
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: var(--theme-color);
    font-size: 17px;
    left: 0;
    top: 12px;
    opacity: 0;
}

.service-widget ul li.current a:after {
    opacity: 1;
}

.contact-widget-two {
    position: relative;
    margin-bottom: 30px;
}

.contact-widget-two img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contact-widget-two .content {
    background: var(--theme-color);
    text-align: center;
    padding-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-widget-two .icon {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #ffffff;
    margin: 0 auto;
    line-height: 70px;
    font-size: 25px;
    color: var(--theme-color);
    margin-top: -31px;
    z-index: 9;
    position: relative;
    margin-bottom: 40px;
}

.contact-widget-two .icon:before {
    position: absolute;
    content: '';
    top: -19.5px;
    left: -19.5px;
    width: 101px;
    height: 101px;
    border-radius: 51px;
    background-color: rgba(255, 255, 255, 0.2);

}

.contact-widget-two h5 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}

.contact-widget-two .phone-number {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}

.contact-widget-two .phone-number a {
    color: #fff;
}

.course-details {
    position: relative;
}

.course-details .image {
    position: relative;
    margin-bottom: 30px;
}

.course-details h2 {
    font-size: 36px;
    line-height: 36px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 35px;
}

.course-details .text {
    font-size: 18px;
    line-height: 36px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 30px;
}

.course-details .text-block {
    margin-bottom: 30px;
}

.course-details .text-block h4 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 6px;
}

.course-details .text-block h4 span {
    color: var(--theme-color);
    margin-right: 5px;
}

.course-details .text-block .text-two {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: 400;
}

.course-details .text-block-two h4 {
    position: relative;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
}

.course-details .text-block-two .text-three {
    font-size: 20px;
    line-height: 34px;
    color: var(--theme-color);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
}

.course-details .text-block-two ul {
    margin-bottom: 30px;
}

.course-details .text-block-two ul li {
    font-size: 17px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 10px;
}

.course-details .text-block-two ul li i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--theme-color);
}

/* Faq section */

.faq-section {
    position: relative;
    padding: 120px 0 90px;
}


/* Sidebar Page container */

.sidebar-page-container {
    position: relative;
    padding: 120px 0 90px;
}

.news-block-three {
    position: relative;
}

.news-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .image {
    position: relative;
    overflow: hidden;
}

.news-block-three .image img {
    position: relative;
    width: 100%;
    transition: .5s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-block-three .date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
}

.news-block-three .content {
    position: relative;
    background-color: #fff;
    padding: 30px 40px 30px;
    border: 1px solid #dcdcdc;
}

.news-block-three .post-meta {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-block-three .post-meta li {
    position: relative;
    margin-right: 10px;
    transition: .5s;
    font-size: 15px;
    line-height: 40px;
    color: #737373;
    font-weight: 400;
}

.news-block-three .post-meta li i {
    margin-right: 3px;
    color: var(--theme-color);
}

.news-block-three h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
    color: #212121;
    font-weight: 500;
}

.news-block-three h4 a {
    color: #181614;
    transition: .5s;
}

.news-block-three .text {
    position: relative;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
}


/*** 

====================================================================
    Styled Pagination
====================================================================

***/

.styled-pagination{
    position:relative;
    margin-bottom: 30px;
}

.styled-pagination li{
    position:relative;
    display:inline-block;
    margin:0px 6px 0px 0px;
}

.styled-pagination li a{
    position:relative;
    display:inline-block;
    line-height: 78px;
    width: 78px;
    height: 78px;
    font-size: 18px;
    color: #181614;
    font-weight:700;
    text-align:center;
    background: #f9f8f7;
    text-transform:capitalize;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
    color:#ffffff;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    background-color: #181614;
}


/*Search Box Widget*/

.sidebar .search-box .form-group{
    position:relative;
    margin:0px; 
}

.blog-sidebar .widget.search-box {padding: 0;background: transparent;}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
    position:relative;
    line-height:30px;
    padding: 10px 50px 10px 50px;
    display:block;
    font-size:16px;
    width:100%;
    height: 75px;
    color: #fff;
    font-weight: 400;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background: var(--theme-color);
    border-radius: 10px;
}

.sidebar .search-box .form-group button{
    position:absolute;
    right: 10px;
    top:0px;
    height: 75px;
    width: 70px;
    display:block;
    font-size: 18px;
    line-height:100%;
    font-weight:normal;
    background:none;
    color: #fff;
}


/*Blog Category*/

.category-widget .cat-list{
    position:relative;
}

.category-widget .cat-list li{
    position:relative;
}

.category-widget .cat-list li a{
    position:relative;
    padding-bottom:10px;
    margin-bottom:10px;
    display:block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-size: 18px;
    line-height: 26px;
    color: #737373;
    font-weight: 400;
}

.category-widget .cat-list li a:hover {
    color: var(--theme-color);
}

.category-widget .cat-list li:last-child a{
    border-bottom:0px;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*news Widget*/

.news-widget-two .post{
    position:relative;
    font-size:14px;
    color:#666666;
    padding: 0 0 18px;
    padding-left: 90px;
    min-height: 90px;
    margin-bottom: 25px;
    border-bottom:1px solid #e1e1e1;
    padding-bottom: 30px;
}

.news-widget-two .post:last-child{
    margin-bottom:0px;
    border-bottom: 0;
    padding-bottom: 0;
}

.news-widget-two .post .post-thumb{
     position:absolute;
     left:0px;
     top: 4px;
     width:70px;
}

.news-widget-two .post .post-thumb img{
    display:block;
    width:100%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-widget-two .post .text{
    position:relative;
    margin:0px 0px 0px;
    text-transform:capitalize;
    font-size: 16px;
    line-height: 30px;
    color: #212121;
    font-weight: 500;
}

.news-widget-two .post .text a{
    color: #2d2727;
    display: inline-block;
    line-height: 26px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-widget-two .comment{
    font-size: 15px;
    line-height: 26px;
    color: #737373;
    font-weight: 400;
}

.news-widget-two .comment i {
    margin-right: 5px;
    color: var(--theme-color);
}

/*Popular Tags*/

.tag-widget a{
    position:relative;
    display:inline-block;
    line-height:24px;
    padding: 8px 33px;
    min-width: 100px;
    margin:0px 6px 10px 0px;
    color: #706767;
    text-align:center;
    font-size: 12px;
    background:none;
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    font-size: 12px;
    letter-spacing: 1px;
    color: #212121;
    font-weight: 700;
    border-radius: 20px;
}

.tag-widget a:hover{
    color: #fff;
    background: var(--theme-color);
}

.blog-sidebar .widget {
    background: #f0f0f0;
    padding: 50px;
    padding-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.blog-sidebar .widget .widget_title {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 25px;
}


/* author box */

.sidebar-page-container .author-box {
    position: relative;
    padding: 60px 60px 40px;
    padding-left: 260px;
    margin-bottom: 75px;
    background: #f0f0f0;
    min-height: 282px;
    border-radius: 10px;
}

.sidebar-page-container .author-box .image {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 170px;
}

.sidebar-page-container .author-box .image img {
}

.sidebar-page-container .author-box h4 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
}

.sidebar-page-container .author-box h5 {
    font-family: inherit;
    margin-bottom: 10px;
}

.sidebar-page-container .author-box h5 a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.sidebar-page-container .author-box .text {
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
}

/* Comments area */
.comments-area {
    position: relative;
    margin-top: 30px;
    margin-bottom: 70px;
}

.sidebar-page-container  .group-title {
    position: relative;
}

.sidebar-page-container  .group-title h3 {
    position: relative;
    margin-bottom: 35px;
    font-size: 30px;
    color: #212121;
    font-weight: 500;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box.reply-comment {
    margin-left: 65px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0px 30px 170px;
    border-bottom: 1px solid #eae1da;
}

.comments-area .comment .comment-inner {
    position: relative;
}

.comments-area .comment-box.reply-comment .comment-inner {
    background-color: #fff;
}

.comments-area .comment .comment-inner .text {
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 34px;
    color: #737373;
    font-weight: 400;
}

.comments-area .comment .comment-inner h5 {
    font-size: 20px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
    width: 142px;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent !important;
    padding: 0;
    position: relative;
    margin-left: 5px;
}

.comments-area .comment-box .reply-comment-btn {
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
    padding: 6px 27px;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    border-radius: 19px;
    background-color: var(--theme-color);
    text-transform: uppercase;
}

.comments-area .comment-box .reply-comment-btn:hover {
    background-color: #333;
}

/* Comment Form */

.comment-form {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 25px;
    height: 58px;
    color: #7e7b7a;
    font-size: 18px;
    background: #f0f0f0;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group textarea {
    height: 180px;
}

.comment-form button {
    position: relative;
    display: block;
    margin-top: 10px;
}

.comment-form .note {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form .note input {
    margin-right: 7px;
}

.sidebar-page-container .comment-form .text {
    margin-bottom: 40px;
}

.sidebar-page-container .comment-form .row-10 {
    margin: 0 -10px;
}

.sidebar-page-container .comment-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.post-tag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 0 40px;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-tag ul.tag {
    display: inline-block;
}

.post-tag ul.tag li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-tag span.tag-title {
    margin-right: 10px;
    font-size: 20px;
    color: #212121;
    font-weight: 500;
}

.post-tag ul.tag li a {
    padding: 11px 20px;
    transition: .5s;
    border-radius: 19px;
    background-color: var(--theme-color);
    font-size: 12px;
    letter-spacing: 1px;
    color: #fefefe;
    font-weight: 700;
    transition: .5s;
}

.post-tag ul.tag li a:hover {
    background-color: #222;
}

.post-tag .social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.post-tag .social-icon li {
    position: relative;
    margin: 0 5px 10px;
}

.post-tag .social-icon li a {
    color: #181614;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    background: #f9f8f7;
    transition: .5s;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: #f0f0f0;
}

.post-tag .social-icon li a:hover {
    color: #fff;
    background: var(--theme-color);
}

/* Map section */

section.map-section {
    position: relative;
    padding: 120px 0;
}

section.map-section .auto-container {
    max-width: 1600px;
}

/* Contact info section */
section.contact-info-section {
    position: relative;
    padding: 120px 0;
    background: #f0f0f0;
}

section.contact-info-section:before {
    position: absolute;
    content: '';
    top: -295px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    z-index: -1;
}

section.contact-info-section .icon_box {
    position: relative;
}

section.contact-info-section .icon_box .inner-box {
    position: relative;
    background: #fff;
    padding: 40px 40px 30px;
    border-radius: 10px;
    padding-left: 105px;
    min-height: 147px;
    margin-bottom: 30px;
}

section.contact-info-section .icon_box .icon {
    width: 49px;
    height: 49px;
    border-radius: 25px;
    background-color: var(--theme-color);
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 40px;
}

section.contact-info-section .icon_box .text {
    font-size: 14px;
    line-height: 26px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 0;
}

section.contact-info-section .icon_box h4 {
    font-size: 18px;
    line-height: 25px;
    color: #212121;
    font-weight: 400;
}

section.contact-info-section .icon_box h4 a {
    color: #212121;
    transition: .5s;
}

section.contact-info-section .icon_box h4 a:hover {
    color: var(--theme-color);
}

section.contact-info-section h3 {
    position: relative;
    font-size: 20px;
    line-height: 44px;
    color: #737373;
    font-weight: 400;
    margin-bottom: 30px;
}

section.contact-info-section .bottom-content {
    margin-top: 30px;
}

section.contact-info-section h3 span {
    color: #212121;
}

section.contact-info-section ul.social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.contact-info-section ul.social-links li {
    margin-right: 10px;
    margin-bottom: 10px;
}

section.contact-info-section ul.social-links a {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    transition: .5s;
    font-size: 15px;
    color: #737373;
}

section.contact-info-section ul.social-links a:hover {
    background: var(--theme-color);
    color: #fff;
}

.cta-three a.btn-style-two:hover:before {
    background: #fff;
}

.cta-three a.btn-style-two:hover {
    color: var(--theme-color);
}

.news-block-one.style-two ul.post-mate {
    background: transparent;
    padding: 0;
}

.news-block-one .read-more {
    position: absolute;
    top: -23px;
    right: 30px;
}

.news-block-one .read-more a {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #fb7500;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 46px;
}


/* Post Pagination */

.post-pagination {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.post-pagination li {
	display: inline-block;
	margin: 0 4px 10px;
}

.post-pagination li a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	background-color: #F0F4F9;
	text-align: center;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
    border-radius: 5px;
}

.post-pagination li span {
	font-size: 12px;
}

.post-pagination li.active a,
.post-pagination li a:hover {
	color: #fff;
	border-color: transparent;
    background-color: var(--theme-color);
}









