/*-------------------------------------

	Author: Education
	Copyright Â© 2020

---------------------------------------

    CSS INDEX
    ===================

    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/

/*--------------
1.Theme default CSS
--------------------------*/

body,
html {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #797979;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    color: #573744;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

i:before {
    margin-left: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #3e2e2e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
    font-size: 16.5px;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
    font-weight: 400;
    color: #1e283c;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1e283c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
    margin: 0;
}

input,
select,
button,
textarea {
    outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

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

.float_left {
    float: left;
    width: 100%;
}

/*-- Preloader css start --*/

#preloader {
    background-color: #fffef7;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#status img {}

/*-- cursor css start --*/

a:hover {
    text-decoration: none;
}

#back2Top {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 45px;
    right: 25px;
    background-color: #6f4059;
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50px;
}

#back2Top:hover {
    background-color: #6f4059;
    color: #fff;
}

.rev_slider {
    float: left;
    width: 100%;
}

/*------- edu top header wrapper Start ------*/

.hardcover_front img {
    width: 100%;
    height: 100%;
}

.edu_top_header_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_top_header_left_wrapper p {
    color: #fff;
    padding-top: 7px;
}

.edu_top_header_right_wrapper ul {
    float: right;
}

.edu_top_header_right_wrapper li {
    float: left;
    margin-left: 10px;
}

.edu_top_header_right_wrapper li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.edu_top_header_right_wrapper li a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_top_login_wrapper {
    float: right;
}

.edu_top_login_wrapper a {
    color: #fff;
    float: right;
    padding-top: 8px;
    padding-left: 15px;
}

/*------- edu top header wrapper End ------*/

/*------- edu logo header wrapper Start ------*/

.edu_border_line {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.lv_share_info_wrapper ul {
    float: right;
    margin: 0px;
    padding: 0px;
}

.lv_share_info_wrapper ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-left: 40px;
}

.lv_share_info_wrapper ul li:first-child {
    margin-left: 0px;
}

.lv_share_info_wrapper ul li .lv_header_icon {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    margin-right: 20px;
}

.lv_share_info_wrapper ul li p {
    float: left;
    width: auto;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    color: #797979;
}

.lv_share_info_wrapper ul li p a {
    float: left;
    width: auto;
    color: #797979;
}

.lv_share_info_wrapper ul li p a:hover {
    color: #9749f8;
}

.edu_logo_main_wrapper {
    padding-top: 12px;
}

.kv_navi_main_wrapper {
    background: #ffffff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    z-index: 10;
    position: relative;
    height: 65px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover {
    background: #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_logo_wrapper a {
    float: left;
    padding: 17px 0px;
}

.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}

.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 15px;
    visibility: visible;
}

.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 20px 20px;
    color: white;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    position: relative;
}

.mainmenu ul li .gc_main_navigation:after,
.mainmenu ul li.active>.gc_main_navigation:after {
    content: '';
    border: 0.5px solid #fff;
    width: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: 0px auto !important;
    bottom: 13px !important;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    opacity: 1;
    color: #797979 !important;
    background: #fff;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    position: relative;
}

.mainmenu ul li .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    top: -1.6px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    opacity: 1;
    color: #3f2f2f !important;
}

.mainmenu ul li:hover .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
    width: 60px;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 190px;
    position: absolute;
    text-align: left;
    background-color: #f9f9f9;
    top: calc(100% + 30px);
    z-index: 9999999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    border-top: 2px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul ul li {
    display: block;
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    color: #797979;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    background-color: #00468c;
    color: #ffffff !important;
}

.mainmenu ul ul li:last-child>a {
    border-bottom: 0px;
}

.mainmenu ul ul li a:after {
    content: "";
}

.mainmenu ul ul li>ul {
    right: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

.mainmenu ul ul li:hover>ul {
    top: 20%;
}

.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}

.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
}

.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0px;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
    padding-left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li span a.active {
    font-weight: 600;
}

.mainmenu ul ul li.active>a {
    background-color: #eee;
    font-weight: 600;
}

.main_nav_ul {
    float: right;
}

/*************************
02.2 Sticky menu
*************************/

.header-area.stick .logo a {
    color: #222;
    margin-top: 2px;
    position: relative;
    z-index: 9999999;
}

.header-area.stick .logo a h2 span {
    background-color: #222;
    color: #fff;
}

.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega>a:before,
.stick .mainmenu ul li.has-mega>a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}

/*************************
02.3 Hidden menu bar
*************************/

.hidden-menu-bar .mainmenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
    padding-right: 0;
    position: relative;
    z-index: 10;
    float: right;
}

/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
    background-color: #222;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 99;
}

.left-side-wrapper .logo {
    text-align: center;
}

.left-side-wrapper .mainmenu ul li {
    display: block;
}

.left-side-wrapper .mainmenu ul li a {}

.left-side-wrapper .mainmenu {
    margin-top: 50px;
    position: relative;
}

.left-side-wrapper .mainmenu ul li>a:after,
.left-side-wrapper .mainmenu ul li.active>a:after {
    bottom: -5px;
    left: 20px;
    right: auto;
}

.right-side-wrapper {
    margin-left: 15%;
    width: 85%;
}

.right-side-wrapper .container-fluid {
    padding: 0% 10%;
}

.right-side-wrapper .container-fluid .single-project-item {
    height: 370px;
}

.right-side-wrapper .container-fluid .single-project-item.large {
    height: 460px;
}

/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
    padding-right: 10px;
    padding-left: 10px;
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 90%;
}

.mainmenu.one-page-menu ul li a:after {
    width: 0%;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stick .mainmenu.one-page-menu ul li a:after {
    background-color: #222;
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%;
}

.kv_sub_menu {
    position: unset !important;
}

.kv_mega_menu {
    width: 100% !important;
    left: 0;
}

.kv_mega_menu_width {
    float: left;
    width: 100%;
    overflow: hidden;
}

.jn_menu_partion_div {
    float: left;
    width: 22%;
}

.jn_menu_partion_div:first-child {
    position: relative;
    padding-bottom: 5px;
}

.jn_menu_partion_div:first-child:after {
    content: '';
    width: 501px;
    min-height: 450px;
    background: #f9f9f9;
    position: absolute;
    left: -500px;
    top: 0;
}

.jn_menu_partion_div:nth-child(2) {
    width: 56%;
}

.jn_menu_partion_div li {
    float: left;
    width: 100%;
}

.jn_menu_partion_div ul {
    position: unset !important;
}

.mainmenu ul li:hover>ul .jn_menu_partion_div ul,
.mainmenu ul li:hover>.mega-menu .jn_menu_partion_div ul {
    opacity: 1 !important;
    visibility: visible !important;
}

.jn_menu_tabs_cont li a {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: #797979 !important;
    padding-left: 30px !important;
}

.jn_menu_tabs_cont ul {
    background: transparent !important;
}

.jn_menu_tabs_cont li a:hover {
    background: transparent !important;
    color: #797979 !important;
    border-color: transparent !important;
}

.jn_menu_tabs_cont li:hover>a {
    color: #797979 !important;
}

.jn_menu_tabs_cont .nav-tabs .nav-item.show .nav-link,
.jn_menu_tabs_cont .nav-tabs .nav-link.active {
    background: #fff !important;
    border-color: transparent !important;
    position: relative;
    font-size: 14px;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:after {
    content: '\f067';
    position: absolute;
    font-family: FontAwesome;
    left: 8px;
    top: 8px;
    font-size: 10px;
    color: #523746;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:before {
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    right: 8px;
    top: 8px;
    font-size: 18px;
    color: #523746;
}

.jn_menu_tabs_cont ul {
    width: 100% !important;
    border-bottom: 0;
}

.jen_tabs_conent_list ul {
    width: 100% !important;
}

.jen_tabs_conent_list {
    margin-top: 30px;
    padding-left: 20px;
}

.jen_tabs_conent_list li a {
    border: 0 !important;
}

.jen_tabs_conent_list li a:hover {
    color: #3f2f2f;
}

.jen_tabs_conent_list2 {
    padding-left: 0;
    position: relative;
}

.jen_tabs_conent_list2:after {
    content: '';
    width: 1px;
    height: 180px;
    background: #eee;
    position: absolute;
    right: 45px;
    top: 25px;
}

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

.jn_menu_img_blog h5 {
    padding-top: 10px;
    line-height: 26px;
    font-size: 16px;
}

.navi_btn {
    float: left;
    width: 180px;
    height: 30px;
    background: #9c1111;
    color: #fff !important;
    text-align: center;
    line-height: 28px;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active>.gc_main_navigation i {
    color: #583744 !important;
}

.kv_navigation_wrapper {
    float: left;
    width: 100%;
}

.jen_search_btn_wrapper {
    float: right;
    width: auto;
}

/*-- search Start --*/

.serach-header {
    float: right;
    z-index: 1;
}

.serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}

.serach-header .searchd i {
    color: #29abff;
    font-size: 16px;
    border: 0 !important;
}

.searchd {
    background: transparent;
    float: left;
    height: 20px;
    border: 0;
    color: #797979;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .blue_serch {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.white_serch {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .white_serch {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.searchd:hover {
    color: #e17000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 65, 101, 0.94);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}

.serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    padding-top: 1px;
    text-shadow: none;
    float: right;
}

.serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.jen_search_box_wrapper input::-webkit-input-placeholder {
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.jen_search_box_wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.jen_search_box_wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.jen_search_box_wrapper input:-ms-input-placeholder {
    color: #797979;
    font-size: 23px;
    font-weight: 600;
}

.search_wrap {
    float: left;
    padding-top: 17px;
}

.jen_search_heading_wrapper h3 {
    color: #fff;
    text-transform: capitalize;
    float: left;
}

.jen_search_box_wrapper {
    margin-top: 20px;
}

.jen_search_box_wrapper input {
    width: calc(100% - 70px);
    height: 60px;
    float: left;
    color: #797979;
    font-size: 23px;
    font-weight: 600;
    padding-left: 20px;
    border: 0;
}

.jen_search_box_wrapper button {
    float: left;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color: #797979;
    border: 0;
    cursor: pointer;
}

.jen_search_box_filter_wrapper h5 {
    color: #e17000;
    background: #fff;
    padding: 11px 15px;
    float: left;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
}

.jen_search_box_filter_wrapper ul {
    float: right;
}

.jen_search_box_filter_wrapper li {
    float: left;
}

.jen_search_box_filter_wrapper li a {
    text-transform: uppercase;
    background: #fff;
    float: left;
    padding: 7px 10px;
    font-size: 12px;
    color: #797979;
    margin-top: 2px;
    margin-right: 2px;
}

.jen_search_box_filter_wrapper li:last-child a {
    margin-right: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"] {
    display: none;
}

.jen_search_box_filter_wrapper li a label {
    cursor: pointer;
    color: #797979;
    font-weight: 500 !important;
    margin: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]+label:before {
    border: 1px solid #797979;
    content: "\00a0";
    display: inline-block;
    font: 18px/1em sans-serif;
    height: 13px;
    padding: 0;
    margin-right: 8px;
    margin-top: 6px;
    line-height: 10px;
    vertical-align: top;
    width: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #797979;
    content: "\2713";
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

.jen_pagination_text_wrapper h5 {
    color: rgba(255, 255, 255, 0.8196078431372549);
    text-transform: lowercase;
    padding-top: 20px;
    font-size: 18px;
}

.jen_pagination_text_wrapper h5 span {
    text-transform: initial;
    float: right;
    padding-right: 10px;
}

.jen_filter_text_boxes_wrapper {
    margin-top: 40px;
}

.jen_filter_text_boxes_wrapper h5 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.52);
}

.jen_filter_text_boxes_wrapper h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    padding-top: 5px;
}

.jen_filter_text_boxes_wrapper h3 {
    color: rgba(255, 255, 255, 0.64);
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 5px;
    font-family: 'GothamHTF-Book';
}

.jen_filter_text_boxes_wrapper a {
    text-transform: uppercase;
    background: #aa272c;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}

.jen_filter_text_main_boxes_wrapper {
    height: 500px;
    overflow-y: scroll;
}

.jen_filter_pagination_wrapper {
    text-align: center;
}

.jen_filter_pagination_wrapper ul {
    display: inline-block;
    margin-top: 50px;
}

.jen_filter_pagination_wrapper li {
    float: left;
    margin-top: 10px;
}

.jen_filter_pagination_wrapper li a {
    width: 50px;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #9a9999;
}

.jen_filter_pagination_wrapper li:last-child a {
    width: 80px;
}

.jen_filter_pagination_wrapper li a:hover {
    background: #b7b5b5;
}

.jen_filter_pagination_wrapper li a i {
    font-size: 11px;
}

.searchbox {
    text-align: center;
}

.jen_search_inner_box_warpper {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-top: 100px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #e17000;
    text-decoration: none;
    opacity: .75;
}

.jen_contact_btn_wrapper {
    float: right;
    width: auto;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper:after {
    content: '';
    border: 0.5px solid #fff;
    width: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: 0px auto !important;
    bottom: 8px !important;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover:after {
    content: '';
    border: 0.5px solid #797979;
    width: 75px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 8px !important;
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper ul {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: calc(100% + 30px);
    z-index: 9999999;
    left: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.jen_contact_btn_wrapper:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    border-top: 2px solid #fff;
    -o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn {
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #797979;
    color: #797979;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    font-size: 12px;
    position: relative;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn span {
    position: absolute;
    width: 15px;
    height: 15px;
    text-align: center;
    float: left;
    line-height: 15px;
    background: #fff;
    color: #797979;
    font-size: 8px;
    left: -7px;
    top: -7px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover {
    border: 1px solid #e17000;
    color: #e17000;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover span {
    color: #e17000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_contact_btn_wrapper ul li a {
    color: #797979 !important;
    text-transform: uppercase;
    font-size: 11.5px;
    letter-spacing: 0.5px;
    padding: 8px 10px 8px 20px;
    margin: 0;
    float: left;
    font-weight: 600;
}

.jen_contact_btn_wrapper ul li a:hover {
    color: #e17000 !important;
}

.jen_contact_btn_wrapper:hover .jen_cont_drop_btn {
    border: 1px solid #797979 !important;
    color: #797979 !important;
}

.jen_contact_btn_wrapper:hover a span {
    background: #fff !important;
    color: #797979 !important;
}

.jn_menu_img_blog a {
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block !important;
    width: 160px;
    height: 50px;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    line-height: 35px !important;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.jn_menu_img_blog a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.jn_menu_img_blog img {
    width: 230px;
}

.jen_select_btn_wrapper {
    float: right;
    width: auto;
    margin-top: 17px;
    position: relative;
    margin-left: 10px;
}

.jen_select_btn_wrapper:after {
    content: '';
    border: 1px solid #fff;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select .option.selected,
.jen_select_btn_wrapper .nice-select .option {
    font-family: "Gotham-Medium";
    color: #797979;
}

.jen_select_btn_wrapper .nice-select {
    padding-left: 7px;
    font-family: "Gotham-Medium";
    border-radius: 0;
    height: 29px;
    width: 45px;
    line-height: 28px;
    border: 1px solid #797979;
    color: #797979;
    font-size: 11.5px;
    margin-right: 10px;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select:after {
    right: 9px;
}

.jen_select_btn_wrapper p {
    position: relative;
}

.jen_select_btn_wrapper p:after {
    content: '';
    background: #797979;
    height: 1px;
    width: 20px;
    position: absolute;
    left: 7px;
    bottom: -33px;
    -moz-transform: rotate(141deg);
    -webkit-transform: rotate(141deg);
    -o-transform: rotate(141deg);
    -ms-transform: rotate(141deg);
    transform: rotate(142deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_select_btn_wrapper p:before {
    content: '';
    border: 0.7px solid #797979;
    height: 10px;
    position: absolute;
    left: 9px;
    bottom: -38px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jn_menu_partion_div_first {
    width: 25%;
    background: #fff !important;
}

.jn_menu_partion_div_first:after {
    display: none !important;
}

.jn_menu_partion_div_second {
    width: 45% !important;
}

.jn_menu_partion_div_third {
    width: 30%;
}

.kv_mega_menu_width_first {
    padding-bottom: 20px;
}

.jn_menu_img_blog_first {
    text-align: center;
    padding-left: 15px;
}

.jn_menu_img_blog_first img {
    float: left;
    padding-right: 15px;
}

.jn_menu_img_blog_first h5 {
    float: left;
    padding-top: 20px;
}

.jn_menu_img_blog_first a {
    float: left;
}

.jen_tabs_conent_list2_first:after {
    right: 24px !important;
}

.jen_tabs_conent_list_first {
    padding-left: 0;
}

.jen_tabs_conent_list_first li a {
    position: relative !important;
}

.jen_tabs_conent_list_first li a:after {
    content: '\f067' !important;
    position: absolute !important;
    font-family: FontAwesome !important;
    left: 0px !important;
    top: 8px !important;
    font-size: 10px !important;
    color: #3f2f2f !important;
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_tabs_conent_list_first li a:hover:after {
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.parent a:hover {
    color: #3f2f2f;
}

.menu_fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    padding-top: 0;
    background: #fff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}

/*--- responsive menu css Start -------*/

/* --------------------------------

Main Components

-------------------------------- */

header {
    height: 65px;
}

.mobail_menu {
    float: left;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0 0 0 0%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 20px;
}

.house_toggle i {
    font-size: 17px;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #3f8654;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f;
    }
    .cd-dropdown-trigger.dropdown-is-active::before,
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
    padding-right: 50px;
}

.cd-dropdown {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 300PX;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    position: relative;
    line-height: 39px;
    background: #fff;
}

.cd-dropdown h2 a {
    color: #3e2d2e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.cd-dropdown h2 span {
    color: #23c0e9;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 13px;
    width: 1px;
    background-color: #000000;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2,
    .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
    overflow: auto;
    overflow-x: hidden;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    display: block;
    color: #797979;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content li:first-of-type>a,
.cd-dropdown-content ul li:first-of-type>a {
    border-top-width: 0;
}

.cd-dropdown-content li:last-of-type>a,
.cd-dropdown-content ul li:last-of-type>a {
    border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}

.cd-dropdown-content .cd-divider+li>a,
.cd-dropdown-content ul .cd-divider+li>a {
    border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 60px;
    }
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {}
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider,
    .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider+li>a,
    .cd-dropdown-content ul .cd-divider+li>a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden>li>a,
    .cd-dropdown-content.is-hidden>li>.cd-search,
    .cd-dropdown-content.is-hidden>.cd-divider,
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider,
    .cd-dropdown-content ul.is-hidden>li>a,
    .cd-dropdown-content ul.is-hidden>li>.cd-search,
    .cd-dropdown-content ul.is-hidden>.cd-divider,
    .cd-dropdown-content ul.move-out>li>a,
    .cd-dropdown-content ul.move-out>li>.cd-search,
    .cd-dropdown-content ul.move-out>.cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .cd-dropdown-content>li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
        color: #000000;
    }
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown,
    .cd-dropdown-content .cd-dropdown-gallery,
    .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after,
    .cd-dropdown-content .cd-dropdown-gallery::after,
    .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown,
    .open-to-left .cd-dropdown-content .cd-dropdown-gallery,
    .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
    .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
    .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in,
    .cd-dropdown-content .cd-dropdown-gallery.fade-in,
    .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out,
    .cd-dropdown-content .cd-dropdown-gallery.fade-out,
    .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown>.go-back,
    .cd-dropdown-content .cd-dropdown-gallery>.go-back,
    .cd-dropdown-content .cd-dropdown-icons>.go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown>.see-all,
    .cd-dropdown-content .cd-dropdown-gallery>.see-all,
    .cd-dropdown-content .cd-dropdown-icons>.see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown>.see-all a,
    .cd-dropdown-content .cd-dropdown-gallery>.see-all a,
    .cd-dropdown-content .cd-dropdown-icons>.see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover,
    .no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover,
    .no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
    .cd-dropdown-content .cd-secondary-dropdown a,
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
    .cd-dropdown-content .cd-dropdown-gallery a,
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
    .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery,
    .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery>.see-all,
    .cd-dropdown-content .cd-dropdown-icons>.see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons>li,
    .cd-dropdown-content .cd-secondary-dropdown>li {
        width: 50%;
        float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>a {
        color: #3f8654;
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>a::after,
    .cd-dropdown-content .cd-secondary-dropdown>li>a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown>li {
        margin: 20px 0;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 30px;
        height: 250px;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #3f8654;
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #3f8654;
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content>.has-children>ul {
        visibility: hidden;
    }
    .cd-dropdown-content>.has-children>ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content>.has-children>a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #3f8654;
        color: #3f8654;
    }
    .cd-dropdown-content>.has-children>a.is-active::before,
    .cd-dropdown-content>.has-children>a.is-active::after {
        background: #3f8654;
    }
    .open-to-left .cd-dropdown-content>.has-children>a.is-active {
        box-shadow: inset -2px 0 0 #3f8654;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #797979;
    border: none;
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #797979;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #797979;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #797979;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #797979;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children>a,
.go-back a {
    position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 9px;
    background: #797979;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .has-children>a::before,
    .has-children>a::after,
    .go-back a::before,
    .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children>a {
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
}

.has-children>a::before,
.has-children>a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content>.has-children>a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content>.has-children>a::before,
    .open-to-left .cd-dropdown-content>.has-children>a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

.cd-dropdown-content li a {}

.cd-dropdown-content li a:hover {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    color: #ffffff;
}

.has-children:hover>a::before,
.has-children:hover>a::after,
.go-back:hover a::before,
.go-back:hover a::after {
    background: #ffffff;
}

.kv_navi_main_wrapper:hover .hover_color {
    color: #fff;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper .nice-select {
    border: 1px solid #fff;
    background: #797979;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper:after {
    border: 1px solid #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:after {
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:before {
    border: 0.7px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a {
    border: 1px solid #fff;
    color: #fff;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a span {
    background: #797979;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .searchd {
    color: #fff;
}

.kv_logo_wrapper {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_logo_wrapper2 {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper2 {
    display: block !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.house_toggle svg {
    fill: #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .house_toggle svg {
    fill: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jen_tabs_conent_list_first_services li a {
    position: relative;
    text-transform: capitalize !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.jen_tabs_conent_list_first_services li:first-child a {
    font-size: 14px !important;
    font-weight: 800;
    padding-bottom: 15px !important;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.jen_tabs_conent_list_first_services li a:after {
    top: 0 !important;
}

.jen_tabs_conent_list_first_services li:first-child a:before {
    content: '';
    border: 0.5px solid rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 19px;
    width: 233px;
    bottom: 8px;
}

.edu_navihation_header_wrapper {
    position: relative;
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%) !important;
}

.edu_seach_wrapper {
    float: right;
    width: auto;
    padding-top: 20px;
}

.gc_search_box {
    position: absolute;
    right: 0px;
    top: 100%;
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}

.gc_search_box input {
    float: left;
    width: calc(100% - 60px);
    padding: 0px 10px;
    height: 120px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
    font-size: 30px;
    color: #000000;
}

.gc_search_box button {
    width: 60px;
    height: 120px;
    color: #000000;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#search_button svg {
    width: 16px;
    fill: #797979;
    line-height: 0;
    height: 16px;
}

.edu_profile_wrapper {
    width: auto;
    float: right;
    padding-top: 5px;
}

.edu_profile_wrapper .nice-select {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-right: 15px;
    background: transparent;
    line-height: 50px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.edu_profile_wrapper li a {
    float: left;
    width: 100%;
    padding-left: 15px !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_profile_wrapper li a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_profile_wrapper .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.edu_profile_wrapper .current {
    color: #7b96c4;
    font-weight: 600;
    font-size: 14px;
}

.edu_profile_wrapper .nice-select:after {
    margin-top: -1px;
    right: 5px;
}

.edu_profile_wrapper .current img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.edu_profile_wrapper .list {
    width: 210px;
    left: auto;
    right: 0;
}

.edu_profile_wrapper i:before {
    margin-left: 0;
    margin-right: 5px;
}

.edu_message_dropbox_wrapper ul li:first-child {
    background: #f9f9f9;
    padding-left: 15px;
}

.edu_message_dropbox_wrapper .nice-select .list:hover .option:first-child:not(:hover) {
    background: #f9f9f9 !important;
}

.edu_message_dropbox_wrapper .nice-select .option {
    float: left;
    width: 100%;
}

.edu_message_dropbox_wrapper .nice-select .option:last-child {
    text-align: center;
    padding-top: 10px;
    color: #666666;
    font-weight: 600;
}

.edu_message_dropbox_wrapper .nice-select {
    height: 50px;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 50px;
    padding-right: 5px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #797979;
}

.edu_message_dropbox_wrapper .nice-select .option:hover,
.edu_message_dropbox_wrapper .nice-select .option.focus,
.edu_message_dropbox_wrapper .nice-select .option.selected.focus {
    background: transparent;
}

.edu_message_dropbox_wrapper .nice-select .list {
    left: auto;
    right: -10px;
    width: 300px;
    padding-bottom: 5px;
}

.edu_message_dropbox_wrapper {
    float: right;
    width: auto;
    padding-top: 9px;
}

.edu_message_dropbox_wrapper .nice-select:after {
    display: none;
}

#search_button {
    cursor: pointer;
}

.crm_mess_main_box_wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.crm_mess_img_wrapper {
    float: left;
    width: 50px;
}

.crm_mess_img_wrapper img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.crm_mess_img_cont_wrapper {
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
    padding-top: 9px;
}

.crm_mess_img_cont_wrapper h4 {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.crm_mess_img_cont_wrapper h4 span {
    font-size: 12px;
    color: #666666;
    float: right;
    font-weight: 500;
}

.crm_mess_img_cont_wrapper p {
    font-size: 12px;
    line-height: 0;
    padding-top: 10px;
    color: #756666;
}

.crm_mess_all_main_box_wrapper {
    float: left;
    width: 100%;
}

.crm_mess_all_main_box_wrapper p a {
    text-align: center;
    color: #666666;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 10px;
}

.budge_noti {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background: #ff4081;
    color: #fff !important;
    padding: 0 !important;
    font-style: normal;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 29px;
    top: 3px;
}

.budge_noti_wrapper {
    position: relative;
}

.nice-select.open .list {
    z-index: 100;
}

/*------- edu logo header wrapper End ------*/

/*-- revolution slider open --*/

.slide1 h2 {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    padding-left: 45px;
    padding-right: 50px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 55px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.slide2 h2 {
    background: #fff;
    padding-left: 30px;
    padding-right: 41px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 55px;
    color: #583844;
    font-family: 'Roboto', sans-serif;
    -o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}

.slide3 h2 {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    padding-left: 30px;
    padding-right: 43px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 55px;
    color: #fff;
    margin-top: -27px;
    font-family: 'Roboto', sans-serif;
}

/*-- revolution slider end --*/

/*-- revolution slider end --*/

.index3_form_wrapper {
    padding: 100px 0;
    position: relative;
    background: #f9f9f9;
}

.index3_form_box {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fff;
}

.select_box3 {
    float: left;
    width: 22%;
    margin-left: 0;
}

.select_box3 .nice-select {
    border: 0;
    border-right: 1px solid #e2e2e2;
    background: transparent;
    font-style: normal;
    width: 100%;
}

.select_box3 .nice-select .current {
    left: 30px;
    font-size: 16px;
    text-transform: capitalize;
}

.select_box3 .nice-select.open .list {
    width: 100%;
}

.contct_form_new3 {
    float: left;
    width: 25%;
}

.contct_form_new3 input {
    font-style: normal;
    border: 0;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%;
    height: 45px;
    padding-left: 20px;
}

.index3_form_search {
    float: left;
    width: 9%;
    border-radius: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.index3_form_search:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.select_box .nice-select {
    height: 60px;
    line-height: 60px;
}

.index3_form_search a i {
    color: #fff;
    font-size: 18px;
}

.index3_form_search a {
    float: left;
    width: 100%;
}

.edu_heading_wrapper {
    text-align: center;
}

.edu_heading_wrapper h3 {
    font-size: 30px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.edu_heading_wrapper p {
    padding-top: 40px;
}

.edu_heading_wrapper h3:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

/*-- edu form wrapper end --*/

/*-- edu books wrapper Start --*/

.edu_books_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.edu_books_text h3 a {
    font-size: 18px;
    color: #1e283c;
    font-weight: 600;
}

.edu_books_text h3 a:hover {
    color: #523746;
}

.edu_books_text p {
    padding-top: 10px;
}

.edu_books_text h4 {
    margin-top: 20px;
}

.edu_books_text h4 a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_books_text h4 a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

/*-- edu books wrapper End --*/

/*-- edu counter wrapper Start --*/

.edu_counter_main_section_wrapper {
    background: url('../images/counto.jpg') 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-attachment: fixed;
}

.edu_counter_img_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.73);
}

.icon {
    float: left;
    width: 50px;
}

.count-description {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.timer {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.timer:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -13px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.con1 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.74);
    padding-top: 30px;
}

/*-- edu counter wrapper End --*/

/*-- edu course wrapper Start --*/

.edu_course_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

#filter {
    position: relative;
    display: inline-block;
    height: 50px;
    border: 2px solid #e38612;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#filter li a {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    padding: 5px 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#filter li {
    position: relative;
}

.my_filter_tabs .active {
    position: relative;
}

#filter li a:last-child {
    margin-right: 0px;
}

#filter li a {
    padding: 10px 50px;
}

.filter_slider {
    display: inline-block;
    height: 50px;
    border-radius: 3px;
    background-color: #e38612;
    position: absolute;
    z-index: 1;
    bottom: -48px;
    transition: all .4s linear;
    border-radius: 50px;
    ;
}

#filter li .active {
    color: #ffffff !important;
}

.edu_coll_slider_tabs .nav-tabs .active a {
    background-color: transparent !important;
    border: none !important;
    position: relative;
}

.edu_coll_slider_tabs .tab-pane {
    padding: 15px;
    height: 300px;
}

.edu_coll_slider_tabs .nav-tabs li {
    margin: 0px;
    float: left;
}

.edu_coll_slider_tabs .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 12px 23px !important;
    font-size: 16px;
    border: none !important;
    text-transform: uppercase;
    color: #1e283c;
    letter-spacing: 1px;
}

.edu_coll_slider_tabs .nav-tabs a:hover {
    background-color: transparent !important;
    border: none;
}

.slider {
    display: inline-block;
    height: 3px;
    background-color: #5e3a4a;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    transition: all .4s linear;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_coll_slider_tabs .nav-tabs .active a {
    background-color: transparent !important;
    border: none !important;
    position: relative;
}

.edu_coll_slider_tabs .nav-tabs {
    position: relative;
    border: 0;
    display: inline-block;
    padding-bottom: 20px;
}

.edu_coll_slider_tabs .nav-tabs:after {
    content: '';
    background: rgba(84, 102, 237, 0.2);
    width: 130%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -70px;
}

.edu_coll_slider_tabs {
    padding-top: 60px;
    text-align: center;
}

.edu_slide_tabs_img_box img {
    width: 100%;
}

.edu_slide_tabs_img_box {
    position: relative;
}

.edu_tabs_label {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #dad5d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -35px;
    right: 30px;
}

.edu_tabs_label:after {
    content: '';
    border: 10px solid #fff;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.edu_tabs_label p {
    font-size: 20px;
    color: #3d3d3d;
    line-height: 70px;
}

.edu_slide_tab_box {
    margin-top: 60px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_tabs_label_inner {
    width: 70px;
    height: 70px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_tabs_label_inner p {
    font-size: 20px;
    color: #fff;
    line-height: 70px;
}

.edu_slide_tab_box:hover .edu_tabs_label_inner {
    top: -55px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box {
    padding: 40px 20px;
    border: 1px solid #eee;
    border-top: 0;
}

.edu_slide_tab_box:hover {
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box h4 {
    font-size: 16px;
    color: #797979;
    font-family: 'Lato', sans-serif;
}

.edu_slide_tabs_img_cont_box h4 span,
.edu_slide_tabs_img_cont_box h3 a:hover {
    color: #5e3a4a;
}

.edu_slide_tabs_img_cont_box h3 {
    padding-top: 10px;
}

.edu_slide_tabs_img_cont_box h3 a {
    font-size: 22px;
    font-weight: 600;
    color: #1e283c;
    position: relative;
}

.edu_slide_tabs_img_cont_box h3 a:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -20px;
    transition: all 500ms ease;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_slide_tabs_img_cont_box p {
    padding-top: 35px;
}

.edu_slide_tabs_img_cont_box h5 {
    margin-top: 30px;
}

.edu_slide_tabs_img_cont_box h5 a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.edu_slide_tabs_img_cont_box h5 a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_slide_tab_box2 {
    margin-top: 30px;
}

/*-- edu course wrapper End --*/

/*-- edu gallery wrapper Start --*/

.edu_gallery_main_wrapper {
    background: #fbfbfb;
    padding-top: 100px;
    padding-bottom: 100px;
}

.swiper-container {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    margin-top: 60px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
}

.screenshot-style2 .swiper-pagination-bullet-active {
    background: #ec919a;
}

.swiper-pagination-bullet {
    background: #dddddd;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
}

.swiper-slide-active {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.screenshot-style2 {
    background-color: #0f1129;
}

.swiper-pagination-bullet-active {
    background: #007aff none repeat scroll 0 0 !important;
    opacity: 1;
}

.swiper-button-next {
    display: block !important;
    opacity: 1;
}

.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 45px;
    left: -50px;
    font-size: 25px;
    padding-right: 3px;
    top: 60%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button {
    position: absolute;
    top: 40%;
}

.swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding-left: 3px;
    right: -50px;
    font-size: 25px;
    top: 60%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.edu_gallery_slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 500px;
    bottom: 0;
    text-align: center;
    background: rgba(138, 62, 73, 0.46);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-slide-active .edu_gallery_slider_overlay {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_gallery_slider_overlay a {
    position: absolute;
    display: inline-block;
    top: 40%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    margin-left: -20px;
    line-height: 50px;
    text-align: center;
    background: #453134;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/*-- edu gallery wrapper End --*/

/*-- edu team wrapper Start --*/

.edu_team_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.edu_team_main_box {
    width: 100%;
    height: 250px;
    text-align: center;
    background: #f1f1f1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 60px;
}

.edu_team_main_box:after {
    content: '';
    border: 10px solid #483237;
    width: 100%;
    height: 250px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.edu_team_inner_box {
    width: 100%;
    height: 250px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.edu_team_main_box:hover .edu_team_inner_box {
    top: -220px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.edu_team_inner_box img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 250px;
}

.edu_team_main_box h3 {
    padding-top: 80px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box h3 a {
    font-size: 18px;
    color: #483237;
    font-weight: 600;
}

.edu_team_main_box:hover h3,
.edu_team_main_box:hover p,
.edu_team_main_box:hover ul {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box p {
    font-size: 16px;
    color: #1e283c;
    padding-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box ul {
    display: inline-block;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_team_main_box li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.edu_bottom_btn_wrapper {
    text-align: center;
}

.edu_bottom_btn_wrapper a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 50px;
    margin-top: 60px;
    line-height: 50px;
    text-align: center;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.edu_bottom_btn_wrapper a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

/*-- edu team wrapper End --*/

/*-- edu Blog wrapper Start --*/

.edu_blog_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.edu_blog_main_wrapper:after {
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_heading_second_wrapper {
    position: relative;
    z-index: 1;
}

.edu_heading_second_wrapper h3 {
    color: #fff;
}

.edu_heading_second_wrapper h3:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_heading_second_wrapper p {
    color: rgba(255, 255, 255, 0.74);
}

.edu_blog_main_box {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding: 20px;
    padding-top: 32px;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.edu_blog_label {
    width: 120px;
    height: 40px;
    text-align: center;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 25px;
    left: -1px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_blog_label p {
    color: #fff;
    line-height: 37px;
}

.edu_blog_img_wrapper img {
    width: 100%;
}

.edu_blog_date p {
    float: right;
}

.edu_blog_date {
    padding-bottom: 35px;
}

.edu_blog_img_content_wrapper p {
    padding-top: 20px;
}

.edu_blog_img_content_wrapper ul {
    margin-top: 10px;
}

.edu_blog_img_content_wrapper li {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.edu_blog_img_content_wrapper li a i {
    color: #433033;
}

.edu_blog_img_content_wrapper li:last-child a i {
    color: #c70606;
}

.edu_blog_main_box:hover {
    position: relative;
    top: -5px;
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*-- edu Blog wrapper End --*/

/*-- edu partner wrapper End --*/

.edu_partner_main_wrapper {
    padding: 100px 0;
    position: relative;
    background: #f9f9f9;
}

.sw_partners_wrapper {
    float: left;
    width: 100%;
}

.partners_slider_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.partners_slider_wrapper .owl-carousel .owl-stage:after {
    height: 20px;
}

.partners_slider_wrapper .owl-carousel .owl-stage-outer {
    padding: 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.partners_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.partners_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    width: 45px;
    height: 45px;
    padding-right: 11px;
    left: -55px;
    position: absolute;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    width: 45px;
    height: 45px;
    right: -55px;
    padding-left: 13px;
    position: absolute;
    line-height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    display: inline-block;
    border-radius: 40px;
    cursor: pointer;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lr_prt_img_wrapper img {
    float: left;
    width: auto;
}

.lr_prt_img_wrapper {
    background: transparent;
    padding: 40px;
    width: 210px;
    height: 130px;
    padding-top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.lr_prt_img_wrapper:hover {
    background: #fff;
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.partners_slider_wrapper .owl-carousel .owl-item {
    padding-right: 10px !important;
}

.partners_slider_wrapper {
    margin-top: 60px;
}

/*-- edu partner wrapper End --*/

/*-- edu_letter_main_wrapper Start --*/

.edu_letter_main_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_left_envo {
    float: left;
    width: 50%;
    padding-top: 7px;
}

.edu_left_envo img {
    float: left;
}

.edu_left_envo h3 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: auto;
    padding-left: 15px;
    padding-top: 4px;
}

.edu_right_form {
    float: left;
    width: 50%;
}

.edu_right_form input {
    width: calc(100% - 160px);
    float: left;
    height: 50px;
    position: relative;
    left: 23px;
    background: transparent;
    border: 1px solid #fff;
    padding-left: 20px;
    color: #fff;
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.edu_right_form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.63);
}

.edu_right_form button {
    width: 160px;
    height: 50px;
    background: #fff;
    color: #402f30;
    cursor: pointer;
    border: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/*-- edu_letter_main_wrapper End--*/

/***-----footer wrapper css------*****/

.footer {
    background: #1e283c;
    padding-top: 80px;
    padding-bottom: 80px;
    text-transform: capitalize;
    position: relative;
}

.footer_first_contact li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.footer_first_contact li:first-child {
    padding-top: 30px;
}

.footer_first_contact li i:before {
    float: left;
    color: #946880;
    font-size: 26px;
    width: 20px;
    line-height: 40px;
}

.footer_first_contact li p {
    float: left;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 300;
    width: calc(100% - 20px);
}

.footer_first_contact li a {
    color: rgba(255, 255, 255, 0.49);
    font-size: 16px;
    font-weight: 300;
    float: left;
    padding-left: 20px;
}

.footerNav h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 35px;
}

.footer ul li a:hover {
    color: #946880;
}

.icon_list_news {
    margin-top: 20px;
    float: left;
}

.icon_list_news li {
    float: left;
    margin-right: 10px;
}

.icon_list_news li a {
    float: left;
    background: #3a4868;
    width: 40px;
    line-height: 40px;
    height: 40px;
    padding-left: 0 !important;
    text-align: center;
    border-radius: 100px;
}

.icon_list_news li a:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.icon_list_news li a i {
    color: #cccccc;
    font-size: 14px;
}

.icon_list_news li a:hover i {
    color: #fff;
}

.footer_border_displ ul li {
    margin-bottom: 15px;
}

.footer_border_displ ul li a {
    color: rgba(255, 255, 255, 0.49);
}

.footer_border_displ ul li a i:before {
    margin-right: 14px;
    font-size: 6px;
    position: relative;
    top: -2px;
    color: #d88e92f2;
}

.copyright_left {
    padding-left: 10px;
    position: relative;
    z-index: 1000;
}

.footerNav {
    position: relative;
    z-index: 1000;
}

.footerNav a img {
    padding-right: 10px;
}

.copyright_left a {
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.45);
}

.copyright_left a:hover {
    color: #523746;
}

.copyright_left {
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    float: left;
    width: 100%;
    text-align: center;
}

.edu_footer_bottom {
    background: #1e283c;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
}

/**---------- inner header pages css -------****/

.page_header h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub_title_section {
    padding-top: 10px;
    
        /*padding-top: 460px;*/
}

.sub_title_section ul {
    display: inline-block;
}

.page_header .sub_title li {
    float: left;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6); /* Semi-transparent white */
    font-weight: 400;
}

.page_header {
    padding-top: 30px;
    z-index: 3;  /* Ensure the text is above the overlay */
    text-align: center;
    position: relative; /* Ensure it is positioned above the overlay */
}

.page_header .sub_title li:last-child {
    color: #e4b3b9; /* Set color for last item */
    z-index: 3;  /* Ensure it's above the overlay */
    font-style: italic;
}

.page_header .sub_title a {
    color: #fff;  /* Set text color for links */
    font-size: 16px;
    text-transform: capitalize;
    z-index: 3;  /* Ensure the link appears above the overlay */
    font-style: italic;
}

.page_header .sub_title a:hover {
    color: #1e283c; /* Hover color */
    z-index: 3;  /* Ensure it stays above the overlay */
}

.page_title_section:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);  /* Dark overlay with 50% transparency */
    z-index: 1;  /* Keep the overlay behind the text */
}

.page_title_section {
    background: url(../images/inner_page.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;  /* Adjust padding as necessary */
    z-index: 0;  /* Ensure the background is behind everything else */
}


/* about title section */

.about_title_section:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.2);
}

.about_title_section {
    background: url(../images/aboutusimg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

/*-- about inner css --*/

.iner_abt_wrapper {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.about_slider_wrapper {
    padding-bottom: 100px;
}

.about_slider_wrapper .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -70px;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    display: block;
    margin: 5px;
    background: #e8e8e8;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #523746;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.about_text_wrapper img {
    padding-top: 30px;
}

.about_text_wrapper p {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
}

.about_text_wrapper h5 {
    font-size: 16px;
    margin: 20px 0px 0px;
    color: #a0a0a0;
    text-transform: capitalize;
}

.about_text_wrapper h5 span {
    color: #523746;
}

/****----awards wrapper css---****/

.awards_wrapper {
    background: #fafafa;
}

.award_left_Wrapper {
    width: 50%;
    float: left;
    position: relative;
    min-height: 280px;
    padding: 50px;
    padding-bottom: 20px;
    text-align: right;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.award_left_Wrapper h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.award_left_Wrapper p {
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
}

.award_right_Wrapper {
    width: 50%;
    float: left;
    padding-top: 104px;
    padding-left: 50px;
    min-height: 280px;
}

.award_list li {
    float: left;
    margin-right: 60px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_list li a {
    padding-top: 15px;
    float: left;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_list li i:before {
    font-size: 54px;
    text-align: center;
    color: #444444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_list li:hover i:before,
.award_list li:hover a {
    color: #523746;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_btn {
    float: right;
    margin-top: 0;
}

.award_btn a {
    margin-top: 0;
    font-size: 16px;
    text-transform: capitalize;
    float: right;
    line-height: 45px;
    color: #453034;
    background: #fff;
    border: 2px solid #transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.award_btn a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner_Story_wrapper {
    padding: 100px 0;
}

.left_heading {
    text-align: left;
    position: relative;
    padding-bottom: 60px;
}

.left_heading h3:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    right: auto;
    margin: 0;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.edu_btn a {
    margin-top: 20px;
    /* float: left; */
}

.inner_btn a {
    background: #30a3f0;
    color: #fff;
}

.inner_btn a::before {
    border: 2px solid #30a3f0;
}

.inner_btn a:hover {
    background: transparent;
    color: #30a3f0;
}

/***--blog wrapper css---***/

.blog_wrapper {
    padding: 100px 0;
}

.blog_wrapper .blog-post-wrapper .post-thumbnail {
    position: relative;
}

.blog_wrapper .blog-post-wrapper .blog-content {
    padding-top: 30px;
}

.blog_wrapper .blog-post-wrapper .entry-header {
    margin-bottom: 20px;
    background: transparent;
}

.blog_wrapper .blog-post-wrapper .entry-title a {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta {
    font-size: 13px;
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li {
    display: inline-block;
    line-height: 10px;
    margin-right: 20px;
    font-size: 16px;
}

.post-thumbnail .test-popup-link {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
}

.post-thumbnail img {
    width: 100%;
}

.vedie_img img {
    width: auto;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li i {
    margin-right: 5px;
    color: #412f30;
    font-size: 14px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a {
    text-transform: capitalize;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a:hover {
    color: #402f2f;
}

.blog_wrapper .blog-post-wrapper .entry-content {}

.blog_wrapper .blog-post-wrapper .entry-content p {
    margin: 0;
}

.blog_wrapper .blog-post-wrapper .entry-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    bottom: 20px;
}

.blog-post-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li {
    display: inline-block;
    margin-right: 7px;
}

.blog-post-wrapper:hover .entry-title a {
    color: #412f30;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li:last-child {
    margin-right: 0;
}

#blogoneSlider .carousel-control {
    top: 49%;
    bottom: 20px;
    position: absolute;
    width: 30px;
    height: 23px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3a4b;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
    background-image: none;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    line-height: 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#blogoneSlider .carousel-control:focus,
#blogoneSlider .carousel-control:hover {
    background-color: #30a3f0;
    color: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogoneSlider .carousel-control.left {
    left: 10px;
}

#blogoneSlider .carousel-control.right {
    right: 10px;
}

.blog-content .blog_read {
    text-transform: capitalize;
    color: #412f30;
    padding-top: 20px;
    font-weight: 500;
    float: left;
    display: inline-block;
}

.blog-content .blog_read i {
    position: relative;
    top: 1px;
    left: 5px;
}

.iner_blog {
    margin-bottom: 50px;
}

.iner_blog_toper {
    padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
    padding-top: 0;
}

.blog_prev {
    padding-top: 10px;
}

.blog_dark_wrapper {
    margin-bottom: 50px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    border-radius: 5px;
    padding: 60px 0;
    text-align: center;
}

.blog_dark_wrapper a i {
    color: #fff;
}

.blog_dark_wrapper h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #fff;
    padding-top: 15px;
}

.blog_dark_wrapper .port-single-entry-meta a i {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 8px;
    font-size: 14px;
}

.blog_dark_wrapper .port-single-entry-meta a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: capitalize;
}

.sidebar_widget {
    margin-bottom: 50px;
}

.right_sidebar {
    padding-left: 50px;
}

.widget_heading h2 {
    margin: 0px 0px 60px 0px;
    font-size: 22px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.search_form .form-control {
    position: relative;
    height: 50px;
    color: #999;
    padding: 0px 60px 0px 15px;
    background: #ffffff;
    font-weight: 400;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #412f30;
    box-shadow: none;
}

.search_form {
    position: relative;
}

.search_form .form-group {
    margin-bottom: 0;
}

.search_form button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}

.search_form button i {
    color: #412f30;
    font-size: 18px;
}

.sidebar_widget .blog_date {
    margin-top: 7px;
    font-size: 14px;
    color: #412f30;
    font-weight: 500;
}

.sidebar_widget .blog_image {
    float: left;
    width: 90px;
}

.blog_wrapper22 {
    margin-bottom: 30px;
}

.blog_wrapper22:last-child {
    margin-bottom: 0;
}

.sidebar_widget .blog_text {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: calc(100% - 90px);
}

.sidebar_widget .blog_text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.sidebar_widget .blog_text h5 a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sidebar_widget .blog_text h5 a:hover {
    color: #463135;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sidebar_tag_cloud li {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}

.sidebar_tag_cloud li a {
    float: left;
    text-align: center;
    font-size: 14px !important;
    font-weight: 500;
    color: #2d3a4b;
    padding: 5px 10px;
    text-transform: capitalize;
    border: 2px solid #412f30;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.sidebar_tag_cloud li span i {
    color: #5e2ced;
    font-size: 13px;
    margin-right: 5px;
}

.sidebar_tag_cloud li a:hover {
    color: #fff;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.text_widget p {
    padding-bottom: 20px;
}

.text_widget a {
    font-weight: 500;
    color: #4e343c;
}

.instagram_images li {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}

.instagram_img_wrapper {
    position: relative;
    width: auto;
    display: inline-block;
}

.instagram_img_wrapper img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.instagram_img_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    opacity: 0;
    transition: .2s ease;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.instagram_img_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: #111;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.instagram_wrapper:hover .instagram_img_overlay {
    background-color: rgba(114, 65, 91, 0.49);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

/***-----blog single css-----****/

.blog_single_box {
    position: relative;
    padding: 80px 0;
}

.blog_single_box h1 {
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    padding: 0 20px;
    padding-bottom: 15px;
}

.blog_single_box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0px auto;
}

.blog_single_img {
    padding-top: 40px;
}

.blog_image_single {
    float: left;
    width: 300px;
}

.blog_text_single {
    float: left;
    width: calc(100% - 300px);
    padding-left: 30px;
}

.blog_text_single p {
    padding-bottom: 20px;
}

.blog_text_single li {
    margin-bottom: 10px;
}

.blog_text_single li a i {
    margin-right: 20px;
    color: #493238;
}

.blog_single_text {
    padding: 50px 0 0 0;
}

.btc_blog_post_admin_main_wrapper {
    margin-top: 50px;
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.btc_blog_single_post_admin_img {
    float: left;
    width: 140px;
}

.btc_blog_single_post_admin_img_cont {
    float: left;
    width: calc(100% - 140px);
    padding-left: 10px;
}

.btc_blog_single_post_admin_img_cont h2 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.btc_blog_single_post_admin_img_cont h1 {
    line-height: 24px;
    margin-bottom: 10px;
}

.btc_blog_single_post_admin_img_cont h1 a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.btc_blog_single_post_admin_img_cont p {
    color: rgba(255, 255, 255, 0.7);
}

.comments_wrapper {
    padding: 50px 0;
}

.comments_Box {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.last_comment_box {
    border: 0;
    margin-bottom: 0px;
}

.comments_Box .img_wrapper {
    float: left;
    width: 100px;
}

.comments_Box .text_wrapper {
    float: left;
    width: calc(100% - 100px);
    padding-left: 30px;
}

.author_detail {
    margin-bottom: 15px;
}

.author_detail .author_name {
    font-size: 20px;
    font-weight: 600;
    color: #2d3a4b;
}

.author_detail .author_name i {
    font-size: 10px;
    padding: 0px 10px;
    color: #e8e8e8;
}

.author_detail .publish_date {
    font-size: 16px;
    color: #4d343b;
    font-style: italic;
}

.author_detail .publish_date a {
    color: #4d343b;
    font-style: italic;
    text-decoration: underline;
}

.comments_form .form-control {
    height: 50px;
    padding: 15px 23px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: none;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comments_form textarea.form-control {
    height: auto;
    resize: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.comments_form input::placeholder,
.comments_form textarea::placeholder {
    color: #999;
}

.comments_form .form-control:focus,
.comments_form .form-control:hover {
    color: #111;
    background-color: transparent;
    border: 1px solid #443034 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comments_form .form-group {
    position: relative;
}

.comments_form .form-group {
    margin-bottom: 20px;
}

.cntnt_form a {
    width: 100%;
}

.comments_form .form-group i {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #c7c7c7;
}

.tb_btm_link_left {
    float: left;
    padding-top: 40px;
    display: inline-block;
}

.tb_btm_link_right {
    float: right;
    padding-top: 40px;
    display: inline-block;
}

.tb_btm_link_left ul {
    float: left;
}

.tb_btm_link_left li {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    color: #2d3a4b;
    font-size: 16px;
    font-weight: 500;
}

.tb_btm_link_left li:first-child,
.tb_btm_link_right li:first-child {
    padding-top: 8px;
}

.tb_btm_link_left li a {
    float: left;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    padding: 5px 15px;
    text-transform: capitalize;
    border: 2px solid #473136;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.tb_btm_link_left li span i {
    color: #493238;
    font-size: 13px;
    margin-right: 5px;
}

.tb_btm_link_left li a:hover {
    color: #fff;
    background: #473136;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.tb_btm_link_right ul {
    float: right;
}

.tb_btm_link_right li {
    float: left;
    margin-right: 12px;
    font-size: 16px;
    color: #2d3a4b;
    font-weight: 500;
    text-transform: capitalize;
}

.tb_btm_link_right li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #797979;
    font-size: 14px;
    border: 2px solid #473136;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tb_btm_link_right li a:hover {
    color: #fff;
    background: #473136;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_heading h2:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.blog_single_text2 h5 {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.blog_single_text2 .blog_date {
    color: #777;
}

.blog_single_text2 .blog_date i {
    margin-right: 5px;
}

/***------------- blog category wrapper css--------****/

#blogtwoSlider .carousel-control {
    top: 49%;
    bottom: 20px;
    position: absolute;
    width: 30px;
    height: 23px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3a4b;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogtwoSlider .carousel-control.left,
#blogtwoSlider .carousel-control.right {
    background-image: none;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

#blogoneSlider .carousel-control i:before {
    font-size: 16px;
    color: #fff;
}

#blogtwoSlider .carousel-control:focus,
#blogtwoSlider .carousel-control:hover {
    background-color: #30a3f0;
    color: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogtwoSlider .carousel-control.left {
    left: 10px;
}

#blogtwoSlider .carousel-control.right {
    right: 10px;
}

.iner_blog {
    margin-bottom: 50px;
}

.iner_blog_toper {
    padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
    padding-top: 0;
}

.blog_prev {
    padding-top: 10px;
}

.blog_pagination_section {
    text-align: center;
}

.blog_pagination_section ul {
    display: inline-block;
}

.blog_pagination_section li:first-child {
    margin-left: 0px;
}

.blog_pagination_section ul li {
    float: left;
    margin-left: 10px;
}

.blog_pagination_section ul li a {
    float: left;
    color: #222;
    line-height: 42px;
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.blog_pagination_section .next i:before,
.blog_pagination_section .prev i:before {
    color: #222;
    font-size: 16px;
}

.blog_pagination_section ul li a:hover {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    color: #fff;
    border: 1px solid #5c3948;
}

.blog_pagination_section .next:hover i:before,
.blog_pagination_section .prev:hover i:before {
    color: #fff;
}

.blog_pagination_section .third_pagger a {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    color: #fff;
}

/***-----contact us wrapper css-----****/

.contact_icon_section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.contact_main {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_main h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_main p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.contact_icon_section i {
    font-size: 40px;
    line-height: 130px;
}

.contact_main:hover i {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_rotate {
    display: inline-block;
    width: 130px;
    height: 130px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_rotate:after {
    position: absolute;
    top: 100%;
    border: 9px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -9px;
}

.contact_main .contact_rotate {
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.contact_main .contact_rotate:after {
    border-top-color: #643c4f;
}

.contact_main:hover .contact_rotate {
    background-color: #5e2ced;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact_main:hover h4 a {
    color: #4f343d;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#map {
    /* float: left; */
     /* width: 100%; */
    height: 500px;
}

.conatct_btn2 {
    text-align: center !important;
    padding-top: 20px;
}

.conatct_btn2 button {
    width: 190px !important;
    border-radius: 5px !important;
}

.response {
    padding-left: 10px;
}

.contact_section .form-control {
    height: 50px;
    padding: 15px 18px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    box-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f9f9f9;
}

.contact_section form {
    width: 100%;
}

.contact_section textarea.form-control {
    height: auto;
    resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
    color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
    color: #111;
    background-color: transparent;
    border: 1px solid #523746 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
    outline: none;
}

.contact_section-pos,
.contact_section-e,
.contact_section-m,
.contact_section-p {
    position: relative;
}

.contact_section .tb_es_btn_wrapper {
    float: left;
    width: 100%;
    text-align: left;
}

.ctc_row {
    padding-right: 0;
}

.contact_section .form-group i {
    position: absolute;
    top: 20px;
    right: 17px;
    font-size: 14px;
    color: #c7c7c7;
}

.contact_section .tb_es_btn_wrapper button {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #30a3f0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #30a3f0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contact_section {
    padding: 100px 0;
}

.contact_section .form-group {
    margin-bottom: 13px;
    position: relative;
}

.tb_es_btn_wrapper button:hover {
    background: transparent;
    color: #30a3f0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.comments_form2 {
    margin-top: 60px;
}

.i-name input,
.i-email input {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background: #fff !important;
}

.i-message textarea {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.edu_contact_btn a {
    display: inline-block;
    float: none;
}

.edu_team_main_wrapper_inner {
    padding-top: 40px;
}

.contact_section {
    padding: 100px 0;
    padding-bottom: 75px;
    background: #f7f7f7;
}

.response {
    padding-left: 10px;
}

.contact_section .form-control {
    height: 50px;
    padding: 15px 18px;
    font-size: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.contact_section form {
    width: 100%;
}

.contact_section textarea.form-control {
    height: auto;
    resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
    color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
    color: #111;
    background-color: #fff;
    border: 1px solid #5d3949 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
    outline: none;
}

.contact_section .tb_es_btn_wrapper {
    float: left;
    width: 100%;
    text-align: left;
}

.contact_section .tb_es_btn_wrapper button {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.contact_section .form-group {
    margin-bottom: 28px;
    position: relative;
}

.tb_es_btn_wrapper button:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_heading_wrapper_contactus {
    padding-bottom: 60px;
}

/* 404 error wrapper start*/

.error_page {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 100px;
}

.error_page_cntnt {
    float: left;
    width: 100%;
}

.error_page_cntnt span {
    font-size: 200px;
    color: #6e4058;
    font-weight: 900;
}

.error_page_cntnt h2 span:first-child {
    text-shadow: -15px 0px 5px #e5e5e5;
    position: relative;
    z-index: 1;
}

.error_page_cntnt h2 span:nth-child(2) {
    color: #fff;
    margin-left: -28px;
    z-index: 1;
    position: relative;
    text-shadow: -2px 4px 23px #e5e5e5;
    position: relative;
    top: 10px;
}

.error_page_cntnt h2 span:last-child {
    margin-left: -30px;
    z-index: 1;
    text-shadow: 7px 10px 5px #e5e5e5;
    position: relative;
}

.error_page_cntnt h3 {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
}

.error_page_cntnt h3:after {
    position: absolute;
    content: '';
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.error_page_cntnt p {
    font-size: 16px;
    margin-bottom: 30px;
    width: 80%;
    margin: 0px auto;
}

.error_page_cntnt a {
    color: #412f31;
}

.error_page_mail_wrapper input {
    width: 60%;
    height: 46px;
    position: relative;
    color: rgb(101, 101, 101);
    font-size: 16px;
    margin-top: 30px;
    background: #fafafa;
    border: 1px solid #fafafa;
    padding: 17px 30px 17px 14px;
    border-radius: 50px;
    padding-left: 40px;
}

.error_page_mail_wrapper input:focus {
    outline: none;
}

.error_page_mail_wrapper .error_env {
    position: relative;
    left: 29px;
    z-index: 1;
    top: 0px;
    color: #603a4b;
}

.error_page_mail_wrapper a {
    position: relative;
    left: -55px;
    width: 46px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
}

/*404 error wrapper end */

/*edu gallery wrapper Start */

.edu_gallery_img_wrapper {
    position: relative;
    margin-top: 30px;
}

.edu_gallery_img_wrapper img {
    width: 100%;
}

.edu_gallery_img_wrapper:hover .edu_gallery_slider_overlay {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.edu_coll_slider_tabs_gallery {
    padding-bottom: 30px;
}

.edu_gallery_inner_main_wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
}

/*edu gallery wrapper end */

/*edu Services wrapper Start */

.edu_service_heading a {
    font-family: 'Lato', sans-serif;
}

.edu_service_header header {
    height: auto;
}

/*edu Services wrapper end */

/*edu course wrapper Start */

.edu_inner_course_main_wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
}

.edu_couse_pagination {
    margin-top: 60px;
}

/*edu course wrapper end */

/*edu course single wrapper Start */

.single_course_categories_box i {
    font-size: 24px;
    line-height: 30px;
    color: #cfcfcf;
}

.single_course_categories_box {
    border: 1px solid #cfcfcf;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.single_course_categories_box {
    float: left;
}

.single_course_box_content {
    float: left;
    padding-left: 10px;
    width: calc(100% - 50px);
}

.single_course_box_content p {
    font-size: 14px;
    margin-bottom: 0;
}

.single_course_box_content h4 {
    font-size: 16px;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}

.single_course_box_content span {
    font-size: 16px;
    margin-top: 0;
}

.single_course_box_wrapper {
    margin-top: 40px;
}

.single_course_box_content i {
    color: #f7ca17;
}

.single_course_box_content i:last-child {
    color: #cfcfcf;
}

.course_second_content_wrapper h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 25px;
}

.course_third_content_wrapper h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 25px;
}

.content_img1 {
    margin-top: 30px;
}

/*edu course single wrapper end */

/*edu tearcher single wrapper Start */

.team_tittle_img img {
    border: 10px solid #fff;
    margin-bottom: 45px;
}

.team_tittle_content h3 {
    font-size: 35px;
    padding-top: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.team_tittle_content img {
    margin-top: -25px;
}

@media only screen and (max-width: 991px) {
    .team_title_sec {
        background: none;
    }
    .team_tittle_img_wrapper {
        text-align: center;
    }
    .team_tittle_img img {
        display: inline-block;
    }
}

.social_icons_wrapper ul {
    padding: 0;
}

.social_icons_wrapper li {
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-top: 20px;
}

.team_tittle_content p {
    margin-top: 10px;
}

.social_icons_wrapper a:hover {
    background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon1 a {
    background: #3b5997;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon2 a {
    background: #55acee;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon3 a {
    background: #d13d2f;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon4 a {
    background: #006dc0;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.social_icons_wrapper li a {
    float: left;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #fff;
}

.social_icons_wrapper i {
    line-height: 35px;
}

.team_content_wrapper h4 {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.team_content_wrapper p:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
}

.team_info_wrapper {
    padding-top: 20px;
}

.team_info_small_box {
    width: 40px;
    height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    text-align: center;
    float: left;
}

.team_info_contant {
    width: calc(100% - 40px);
    float: right;
}

.team_info_contant p {
    margin-top: -7px;
    margin-left: 18px;
}

.team_info_small_box i {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}

.team_info_small_box2 {
    width: 40px;
    height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    text-align: center;
    float: left;
}

.team_info_contant2 {
    width: calc(100% - 40px);
    float: right;
}

.team_info_contant2 p {
    margin-top: -4px;
    margin-left: 18px;
    margin-bottom: 0;
}

.team_info_small_box2 i {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}

.team_info_contant3 a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_info_contant3 a:hover {
    color: #523746;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_info_small_box3 {
    width: 40px;
    height: 40px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    text-align: center;
    float: left;
}

.team_info_contant3 {
    width: calc(100% - 40px);
    float: right;
}

.team_info_contant3 p {
    margin-top: -6px;
    margin-left: 18px;
    margin-bottom: 0;
}

.team_info_contant3 p:last-child {
    margin-top: -2px;
}

.team_info_small_box3 i {
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}

.team_tittle_img img {
    width: 100%;
}

.edu_teacher_single_wrapper {
    padding-top: 60px;
    padding-bottom: 35px;
    background: url(../images/header_bg.jpg) 50% 0 repeat-y;
    background-position: left 0;
    background-repeat: no-repeat;
    position: relative;
}

.edu_teacher_img_overlay {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.team_main_contant1 p {
    padding-top: 50px;
    font-size: 18px;
}

.team_main_contant2 {
    margin-top: 65px;
    border: 1px solid #d6e0e2;
    display: inline-block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.team_main_contant2 p {
    font-size: 20px;
    padding-top: 25px;
    margin-bottom: 0;
}

.team_main_contant2 i {
    padding-top: 35px;
}

.team_main_contant2 i:last-child {
    padding-bottom: 35px;
}

.team_main_contant2_wrapper {
    text-align: center;
}

.team_main_contant3_wrapper p {
    padding-top: 65px;
}

.team_main_contant3_wrapper p:last-child {
    padding-top: 35px;
}

.gallery_section_wrapper {
    padding-top: 50px;
}

.team_name_wrapper h4 {
    font-size: 18px;
}

.team_name_wrapper p {
    margin-top: -8px;
}

.team_name_wrapper a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_name_wrapper a:hover {
    color: #41c75b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.team_main_contant3 p {
    font-size: 18px;
    line-height: 28px;
}

.team_main_contant3 p:first-child {
    margin-top: 60px;
}

.team_main_contant3 p:last-child {
    margin-top: 40px;
}

.team_main_contant {
    padding-bottom: 100px;
}

.edu_teacher_single_main_wrapper {
    background: #f9f9f9;
}

/*edu tearcher single wrapper end */

/*edu event wrapper Start */

.edu_slide_tabs_img_box_event {
    width: 360px;
    float: left;
}

.edu_slide_tabs_img_cont_box_event {
    width: calc(100% - 360px);
    float: left;
    padding-left: 60px;
    border-top: 1px solid #eee;
}

.edu_tabs_label_event {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.edu_tabs_label_event_wrapper {
    bottom: 112px;
    right: -35px;
}

.edu_slide_tab_box_event_single {
    margin-top: 30px;
}

.edu_ev_sin_timer_img_wrapper {
    background: url(../images/blog_s1.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

#clockdiv {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.27);
    width: 100%;
    padding-bottom: 80px;
}

#clockdiv>div {
    padding: 0px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

#clockdiv>div:after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(../images/timerdot.png);
    right: -18px;
    height: 30px;
    width: 7px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

#clockdiv>div:last-child:after {
    display: none;
}

#clockdiv div>span {
    padding: 0px;
    border-radius: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    color: #fff;
    margin-top: 100px;
    box-shadow: 0px 5px 30px 5px rgba(255, 255, 255, 0.32);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.smalltext {
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
}

.edu_evnt_single_timer_cont_wrapper h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 40px;
}

.edu_evnt_single_timer_cont_wrapper p {
    padding-top: 30px;
}

.edu_evnt_single_timer_bottom_cont_wrapper h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 40px;
}

.edu_evnt_single_timer_bottom_cont_wrapper ul {
    padding-top: 15px;
}

.edu_evnt_single_timer_bottom_cont_wrapper li {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.edu_evnt_single_timer_bottom_cont_wrapper li i {
    padding-right: 10px;
    font-size: 8px;
    color: #51353f;
    position: relative;
    top: -2px;
}

.blog_dark_wrapper_event_single {
    margin-top: 40px;
}

.comments_wrapper_edu {
    padding: 0;
}

.comments_form_edu {
    margin-top: 40px;
}

.edu_event_bottom_padding {
    margin-bottom: 0;
}

/*edu event wrapper end */

/* login_section start */

.login_section {
    width: 100%;
    float: left;
}

.login_form_wrapper {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.login_form_wrapper h1 {
    font-size: 30px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.login_form_wrapper h1:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.login_wrapper {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 50px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.login_wrapper a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 6px 25px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
    font-size: 16px;
}

.login_wrapper a.btn:hover {
    background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: rgba(116, 66, 93, 1);
    background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.login_wrapper a span {
    float: left;
}

.login_wrapper a i {
    float: right;
    margin: 0;
    line-height: 35px;
}

.login_wrapper a.google-plus {
    background: #db4c3e;
    border: 1px solid #db4c3e;
}

.login_wrapper a.google-plus:hover {
    background: #bd4033;
    border-color: #bd4033;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.login_wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.login_wrapper h2::before,
.login_wrapper h2::after {
    content: "";
    background: #e4e4e4;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
}

.login_wrapper h2::before {
    right: 60%;
}

.login_wrapper h2::after {
    left: 60%;
}

.login_wrapper .form-control {
    height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.login_wrapper textarea.form-control {
    height: auto;
    resize: none;
}

.login_wrapper input::placeholder,
.login_wrapper textarea::placeholder {
    color: #999;
}

.login_wrapper .form-control:focus {
    color: #999;
    background-color: fafafa;
    border: 1px solid #453134 !important;
}

.login_wrapper .formsix-pos,
.formsix-e {
    position: relative;
}

.login_wrapper .form-group.i-password:after,
.form-group.i-email:after {
    position: absolute;
    top: 13px;
    font-size: 16px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}

.login_wrapper .form-group.i-email:after {
    content: "\f0e0";
    right: 25px;
}

.login_wrapper .form-group.i-password:after {
    content: "\f09c";
    right: 25px;
}

.login_remember_box {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #999;
    text-align: left;
}

.login_remember_box .control {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin: 0;
}

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

.login_remember_box .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #999;
}

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

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

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

.login_remember_box .forget_password {
    float: right;
    color: #db4c3e;
    font-size: 14px;
    text-decoration: underline;
}

.login_btn_wrapper {
    border-bottom: 1px solid #e4e4e4;
}

.login_btn_wrapper a.login_btn {
    text-align: center;
    text-transform: uppercase;
}

.login_message p {
    text-align: center;
    font-size: 16px !important;
    margin: 0;
}

.login_message a {
    color: #412f30;
}

.login_form_wrapper p {
    width: 70%;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    padding-top: 30px;
}

/* login_section end */

/* register_section start */

.register_section {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.register_form_wrapper {
    float: left;
    width: 100%;
}

.register-tabs.nav-justified>.active>a,
.register-tabs.nav-justified>.active>a:focus,
.register-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #f1f1f1;
    background-color: #fff;
    color: #4285f4;
}

.register_tab_wrapper .register-tabs {
    font-size: 10px;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.register_tab_wrapper .register-tabs>li.active {
    position: relative;
}

.register_tab_wrapper .register-tabs>li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
    border-top: 5px solid #23c0e9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.register_tab_wrapper .register-tabs>li>a {
    line-height: 20px;
    padding: 15px 30px;
    border: 0;
    border-radius: 0px;
    background-color: #f3f3f3;
    color: #6d6d6d;
    font-size: 20px;
    text-transform: capitalize;
    transition: inherit;
    width: 300px;
}

.register_tab_wrapper .register-tabs>li>a>span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400 !important;
}

.custom_input p {
    font-size: 14px;
}

.register_tab_wrapper .register-tabs>li.active>a,
.register_tab_wrapper .register-tabs>li.active>a:focus,
.register_tab_wrapper .register-tabs>li.active>a:hover {
    color: #fff;
    background-color: #23c0e9;
    border: 0;
}

.register_tab_wrapper .tab-content {
    background-color: #f9f9f9;
    padding: 30px;
    float: left;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    width: 100%;
}

.register_tab_wrapper .nav>li {
    float: left;
}

.register_left_form {
    float: left;
    width: 100%;
}

.register_left_form .column {
    padding-right: 30px;
}

.register_left_form .form-group {
    position: relative;
    margin-bottom: 5px;
}

.register_left_form .field-label i {
    float: right;
    font-size: 16px;
    color: #666;
}

.register_left_form .form-group .text {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.register_left_form input[type="text"],
.register_left_form input[type="email"],
.register_left_form input[type="password"],
.register_left_form input[type="tel"],
.register_left_form input[type="number"],
.register_left_form input[type="url"],
.register_left_form select,
.register_left_form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    padding: 12px 15px;
    border-radius: 7px;
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.register_left_form textarea {
    resize: none;
    height: 60px !important;
    padding-left: 30px;
}

.register_left_form input:focus,
.register_left_form select:focus,
.register_left_form textarea:focus {
    border-color: #23c0e9;
}

.jp_regiter_top_heading p {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 10px;
}

.check-box {
    margin-top: 35px;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.check_box_anchr {
    color: #23c0e9 !important;
    ;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
}

.register_left_form input[type="checkbox"]+label:before {
    display: none;
}

.register_btn_wrapper {
    padding-top: 15px;
}

.btm_txt_register_form {
    width: 70%;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
}

.login_wrapper .btn {
    margin-top: 10px;
}

/* register_section end */
