@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project:        LearnPress
Version:        1.0
Primary use:    LearnPress | Education & Courses HTML Template
Author:         ThemeMascot
URL:            http://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/


/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[Table of contents].menuzord-brand img
		* Typography.less
		* Common.less
		* Extra.less
		* Header.less
		* Nav.less
		* Inner-Header-Title.less
		* Vertical-Nav.less
		* menu-full-page.less
		* Boxed-layout.less
		* Form.less
		* Side-Push-Panel.less
		* Box-Hover-Effect.less
		* Work-Gallery.less
		* gallery-isotope.less
		* Slider.lexzss
		* Home.less
		* About.less
		* Contact.less
		* Services.less
		* Shop.less
		* Blog.less
		* Shortcode.less 
			* Alerts.less
			* Buttons.less
			* Blockquote.less
			* Clients.less
			* Countdown.less
			* Countdown-Timer.less
			* Dividers.less
			* Facebook-Disqus-Comments.less
			* Faqs.less
			* Flexslider.less
			* Flip-Box.less
			* Font-Icons-Style.less
			* Funfacts.less
			* Icon-Boxes.less
			* Infinitescroll.less
			* Instagram.less
			* Light-Box.less
			* Map.less
			* Pegination.less
			* Pricing.less
			* Process-Steps.less
			* Progress-Bar.less
			* Promo.less
			* Section-Title.less
			* Separators.less
			* styled-icons.less
			* Tabs.less
			* Teams.less
			* Testimonials.less
			* Timetable-fullcalendar.less
			* Toggles-Accordions.less
			* Vertical-Timeline.less
			* Working-Process.less
			* Widgets.less
	* Footer
* ===============================================
*/

@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "pe-icon-7-stroke.css";
@import url('https://fonts.cdnfonts.com/css/helvetica-255');
@import url('https://fonts.cdnfonts.com/css/arial-mt?styles=48912,48914,48916,48913,48915,48917,48918,48921,48920,48919,48922,48926,48929,48925,48930,48911,48928,48923,48924,48927');
/* @import "../css/elegant-icons.css"; */


/* @import "../css/stroke-gap-icons.css"; */

@import "flaticon-set-carfixing.css";
@import "utility-classes.css";


/*
 * Typography.less
 * -----------------------------------------------
*/

::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #333333;
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #333333;
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}
html {
    font-size: 100%;
}

body {
    line-height: 1.7;
    color: #666666;
    font-size: 14px;
    font-family: 'Arial','Helvetica', sans-serif!important;
    background-color: #fff;
}

a {
    color: #808080;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #595959;
    text-decoration: none;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}


/* -------- Headings ---------- */

h1,
.h1 {
    font-size: 3.4rem;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 24px;
}

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

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1,
h2,
.h1,
.h2 {
    font-family: 'Arial','Helvetica', sans-serif;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333333;
}

h1 small,
h2 small,
.h1 small,
.h2 small,
h1 .small,
h2 .small,
.h1 .small,
.h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #333333;
}

h1 a,
h2 a,
.h1 a,
.h2 a {
    color: #333333;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Arial','Helvetica', sans-serif;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333333;
}

h3 small,
h4 small,
h5 small,
h6 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #333333;
}

h3 a,
h4 a,
h5 a,
h6 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #333333;
}


/* -------- Body Text ---------- */

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px;
	/*padding:0px;*/
}


/* -------- Custom Font Family ---------- */

.font-opensans {
    font-family: 'Arial','Helvetica', sans-serif;
}

.font-raleway {
    font-family: 'Arial','Helvetica', sans-serif;
}

.font-titillium {
    font-family: 'Arial','Helvetica', sans-serif;
}


/* breadcrumb */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    text-align: center;
}

.breadcrumb>li+li::before {
    content: "\f22d";
    font-family: fontawesome;
    font-size: 9px;
}

.breadcrumb li.active {
    color: #111111;
}

.breadcrumb.white li.active {
    color: #fff;
}

.breadcrumb.white li a {
    color: #808080;
}

@media only screen and (min-width: 768px) {
    .breadcrumb.text-right {
        text-align: right !important;
    }
}


/*Text Highlight*/

.text-highlight {
    background: none repeat scroll 0 0 #111111;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px 3px;
}

.text-highlight.light {
    background: #808080;
}


/*
 * common.less
 * -----------------------------------------------
*/


/* -------- Bas0ic Structure ---------- */

html {
    font-size: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 90%;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 85%;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 80%;
    }
    .owl-prev {
        margin-left: 1000px!important;
    }
    .owl-next {
        margin-left: 1000px!important;
    }
}

html,
html a {
    -webkit-font-smoothing: antialiased;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

/*ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}*/

.fluid-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

iframe {
    border: none;
    width: 100%;
}

.lead {
    font-size: 18px;
}

.text-highlight {
    background: none repeat scroll 0 0 #111111;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px 3px;
}

.text-highlight.light {
    background: #808080;
}

.inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.fullwidth {
    width: 100%;
}

.bg-hover-theme-colored {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Text-decoration */

.text-underline {
    text-decoration: underline;
}


/* -------- Line-Bottom ---------- */

.heading-line-bottom {
    border-bottom: 1px dashed #808080;
    display: inline-block;
    margin: 0;
    position: relative;
    margin: 20px 0;
}

.heading-line-bottom::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
}

.heading-title {
    margin-top: 10px;
}

.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.line-bottom-centered {
    position: relative;
    margin: 10px 0 20px;
}

.line-bottom-centered:after {
    background: #2b96cc none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 30px;
}

.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
    font-size: 48px;
    margin-left: 10px;
}

.title-icon {
    margin: 0 auto;
    max-width: 160px;
    position: relative;
}

.title-icon::after {
    content: "";
    height: 2px;
    left: 24px;
    position: absolute;
    top: 10px;
    width: 30px;
}

.title-icon::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}


/* -------- List ---------- */

/*ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
*/
ul ul,
ol ul {
    margin-left: 15px;
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

ul.list li {
    margin: 5px 0;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

ul.list li:hover:before {
    background: none;
    border-color: transparent;
}

ul.list li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}


/* -------- List White ---------- */

ul.list.list-white li:before {
    color: #fff;
}

ul.list.list-white li:hover:before {
    background: none;
    border-color: transparent;
}

ul.list.list-white li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}


/* -------- List border bottom ---------- */

ul.list-border-bottom li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

ul.list.list-border-bottom li:last-child {
    border-bottom: none;
}

ul.list-border-bottom.no-padding li {
    padding-bottom: 0px;
}

ul.list-border-bottom.no-padding li:last-child {
    border-bottom: none;
}


/* -------- List Icons ---------- */

.list-border li {
    border-bottom: 1px dashed #d3d3d3;
    padding: 10px 0;
}

.dark .list-border li {
    border-bottom: 1px dashed #333333;
}

.list-icon li {
    font-size: 14px;
    margin: 0;
}

.list-icon li i {
    color: #555555;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}

.list-icon.square li i {
    background: #c0c0c0;
    color: #555555;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}

.list-icon.rounded li i {
    color: #555555;
    background: #c0c0c0;
    border-radius: 50%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}

.list-icon.theme-colored.square li i {
    color: #fff;
}

.list-icon.theme-colored.rounded li i {
    color: #fff;
}


/* -------- Personal Info List ---------- */

.list-info li {
    clear: both;
    position: relative;
}

.list-info li label {
    display: inline-block;
    font-weight: bold;
    padding: 5px 0 0;
}

.list-info li span {
    left: 110px;
    padding: 5px 0;
    position: absolute;
}

.list-features {
    -moz-column-count: 3;
    column-count: 3;
}

.list-dashed>article {
    border-bottom: 1px dashed #d3d3d3 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-dashed>div {
    border-bottom: 1px dashed #d3d3d3 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-dashed>li {
    border-bottom: 1px dashed #d3d3d3 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-dashed.dark-dash>article {
    border-bottom: 1px dashed #333333 !important;
}

.list-dashed.dark-dash>div {
    border-bottom: 1px dashed #333333 !important;
}

.list-dashed.dark-dash>li {
    border-bottom: 1px dashed #333333 !important;
}

ul.list.check li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
}

ul.list.angle-double-right li:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
}

ul.list.angle-right li:before {
    content: "\f105";
    font-family: fontawesome;
}

ul.list.check-circle li:before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 14px;
}


/* -------- Call To Actions ---------- */

.call-to-action {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}


/* -------- Section & Divider ---------- */

section {
    position: relative;
}

section>.container,
section>.container-fluid {
    padding-top: 30px;
    padding-bottom: 60px;
	font-family:'Arial','Helvetica', sans-serif;
}


/* -------- Background Video ---------- */

.bg-video {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.bg-video .video {
    height: 100%;
    left: 0;
    margin: 0!important;
    position: relative;
    top: 0;
    width: 100%;
}

.bg-video .video .mbYTP_wrapper {
    z-index: -1 !important;
}


/* -------- Box Table ---------- */

.display-table-parent {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.display-table {
    display: table;
    height: 550px;
    position: relative;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    height: 550px;
    vertical-align: middle;
}


/* -------- Scroll To Top ---------- */

.scrollToTop {
    background: rgba(0, 0, 0, 0.1)!important;
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}

.bgclr {
    background: rgba(0, 0, 0, 0.1)!important;
}

.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}


/* -------- magnific popup ---------- */

.mfp-close-btn-in .mfp-close {
    color: #eee;
    font-size: 64px;
}


/*  
 * Extra.less 
 * -----------------------------------------------
*/


/* -------- Heading Style ---------- */

.heading-border {
    border-bottom: 1px solid #d3d3d3;
    margin: 30px 0;
    padding: 20px 0;
}


/* -------- FullCalendar - Plugin ---------- */

.fc-day-number {
    color: #333333;
}

.fc-day-number.fc-other-month {
    opacity: 0.4;
}


/* scrolltofixed-container */

.scrolltofixed-container {
    position: static;
}

@media only screen and (max-width: 767px) {
    .scrolltofixed-container .scrolltofixed {
        position: static !important;
    }
    .scrolltofixed-container .scrolltofixed+div {
        display: none !important;
    }
}


/*
 * Overlays.less
 * -----------------------------------------------
*/

/*
 * Header.less
 * -----------------------------------------------
*/

.header-top {
    padding: 5px 0;
}

.header-top .header-widget .styled-icons a i:hover {
    background: none;
}

.header-top .header-widget .list-border li {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    padding: 5px 15px;
}

.header-top .header-widget .list-border li:last-child {
    border-right: 0;
}

@media only screen and (max-width: 767px) {
    .header-top .header-widget .contact-info {
        margin-bottom: 20px;
    }
    .header-top .header-widget .contact-info li {
        display: block;
        text-align: center;
    }
}

.menuzord-brand img {
    max-height: 70px;
    position: relative;
    left: 10px;
}


/* -------- Custom theme style ---------- */

.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}

.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0.25);
}


/* -------- nav sidebar ---------- */

.nav-sidebar li {
    background: #f1f1f1;
    padding-bottom: 0;
}

.nav-sidebar li a {
    border-radius: 0;
}

.nav-pills li a:hover,
.nav-pills li.active>a,
.nav-pills li.active>a:hover,
.nav-pills li.active>a:focus {
    background: #d3d3d3;
    color: #777777;
}


/* -------- Header Nav ---------- */

.header-nav {
    position: relative;
}

.header-nav .header-nav-absolute-wrapper {
    width: 100%;
}

.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}


/* -------- Menuzord ---------- */

.menuzord-menu>li {
    display: flex;
    */padding: 14px 0px 14px 0px;*/
    align-items: center;
}

@font-face {
    src: url(/fonts/Poppins-SemiBold.woff);
    src: url(/fonts/MerriweatherSans-Bold.woff);
    font-family: Roboto;
    font-family: Mersans;
}

.menuzord-menu>li>a {
    color: #0d336b;
    line-height: 10px;
    margin: 9px 5px 2px -5px;
    font-size: 12px;
    text-transform: uppercase;
    font-family:'Arial','Helvetica', sans-serif;
}

.menuzord-menu::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .3s;
}

.menuzord-menu:hover::after {
    width: 100%;
    height: 2px!important;
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
    background: none!important;
    color: #0d336b;
}

.menuzord .menuzord-menu>li.active>a i,
.menuzord .menuzord-menu>li:hover>a i,
.menuzord .menuzord-menu ul.dropdown li:hover>a i {
    color: #005ac6!important;
}

.menuzord .menuzord-menu>li.active>a i,
.menuzord .menuzord-menu>li:hover>a i,
.menuzord .menuzord-menu ul.dropdown li:hover>a i {
    color: #fff;
}

.menuzord-menu ul.dropdown {
    border: 1px solid #eee;
}
.menuzord-menu ul.dropdown li:hover a{color:#ff7c11!important;}
.menuzord-menu ul.dropdown li {
    margin: 0;
}

.menuzord-menu ul.dropdown li a {
    color: #25292e;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 25px 7px 22px;
}

.menuzord-menu ul.dropdown li .indicator {
    top: 4px;
}


/* -------- Megamenu-Row ---------- */

.menuzord-menu>li>.megamenu .megamenu-row li {
    border: 0 none;
    clear: both;
    font-size: 12px;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 800px;
}

.menuzord-menu>li>.megamenu .megamenu-row li a {
    display: inline-block;
    padding: 8px 10px;
    font-size: 13px;
    font-family: 'Arial','Helvetica', sans-serif;
    color: #25292e;
    font-weight: 600;
    -webkit-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.menuzord-menu>li>.megamenu .megamenu-row li h5 {
    color: #005ac6;
    text-transform: uppercase;
}

.menuzord-menu>li>.megamenu .megamenu-row li h5:hover {
    cursor: pointer;
}

.menuzord-menu>li>.megamenu .megamenu-row li.active>a,
.menuzord-menu>li>.megamenu .megamenu-row li a:hover {
    position: relative;
    /* font-size: 13.5px; */
    /* transition-timing-function: ease-in; */
    /*transform: translateX(6px);*/
}

.menuzord-menu>li>.megamenu .megamenu-row li a i {
    color: #444;
}

.menuzord-menu>li>.megamenu .megamenu-row li.active a i,
.menuzord-menu>li>.menuzord-menu>li>.megamenu .megamenu-row li:hover a i {
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .menuzord-menu {
        background: #fff;
    }
    .extracolen {
        display: none!important;
    }
}


/* -------- Scrolltofixed ---------- */

.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    border-bottom: 1px solid #eee;
}

.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.header .inner-sticky-wrapper {
    height: 80px;
}

@media only screen and (min-width: 901px) {
    .header-nav .header-nav-absolute-wrapper {
        bottom: -36px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        z-index: 1111;
    }
    .header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
        bottom: auto;
    }
}


/* -------- Navbar Fixed  ---------- */

.header-nav {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.header-nav.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1030;
}


/* -------- Navbar Sticky Animated ---------- */

.navbar-sticky-animated .header-nav-wrapper .container {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


/* -------- Header White ---------- */

.header-nav.navbar-white {
    background-color: rgba(255, 255, 255, 0.95);
    border: medium none;
}

.header-nav.navbar-white .menuzord {
    background: transparent;
}


/* -------- Header Transparent ---------- */

.header-nav.navbar-transparent .menuzord {
    background: transparent;
}

.header-nav.navbar-transparent .header-nav-wrapper {
    border-bottom: 1px solid #eee;
}

.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0.1);
}

.header-nav.navbar-transparent.animated-active .header-nav-wrapper {
    border-bottom: none;
}

.header-nav.navbar-transparent.animated-active .menuzord-menu>li>a {
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .header-nav.navbar-transparent.animated-active .menuzord-menu>li>a {
        color: #888;
    }
}


/*
 * Topbar.less
 * -----------------------------------------------
*/

/*
 * Inner-Header-Title.less
 * -----------------------------------------------
*/

.inner-header .title {
    font-size: 34px;
    font-family: 'Arial','Helvetica', sans-serif;
}


/*
 *  menu-full-page.less
 * -----------------------------------------------

/*
 * Form.less
 * -----------------------------------------------
*/


/* -------- Form ---------- */

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    font-size: 14px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

label {
    font-weight: normal;
}

.form-control:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
    color: #404040;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    outline: none;
}

.form-transparent .form-control {
    background: transparent;
    color: #f7f7f7;
}

.form-transparent .form-control:focus,
.form-transparent form input[type="text"]:focus,
.form-transparent form input[type="email"]:focus,
.form-transparent form input[type="number"]:focus,
.form-transparent form input[type="url"]:focus,
.form-transparent form input[type="search"]:focus,
.form-transparent form input[type="tel"]:focus,
.form-transparent form input[type="password"]:focus,
.form-transparent form input[type="date"]:focus,
.form-transparent form input[type="color"]:focus,
.form-transparent form select:focus,
.form-transparent form textarea:focus {
    color: #f7f7f7;
}

.form-transparent textarea.form-control,
.form-white textarea.form-control {
    height: 150px;
}

.form-white .form-control {
    background: #fff;
}

.form-transparent.form-line .form-control {
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 0;
}

.form-transparent.form-line textarea.form-control {
    height: 70px;
}

form label {
    font-family: 'Arial','Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


/* form error */

form .form-control.error {
    border: 2px solid #ee163b;
}

form .error {
    color: #ee163b;
}


/* -------- Donation Form ---------- */

.donation-form .form-group label.radio-inline {
    color: #808080;
}


/*-------- form-text-white ---------*/

.form-text-white .form-group label {
    color: #fff;
}


/*-------- ddslick form ---------*/

.dd-container,
.dd-select {
    width: 100%;
}

.dd-options {
    width: 100%;
}


/*
 * Work-Gallery.less
 * -----------------------------------------------
*/

.work-gallery {
    margin: 0 auto 30px;
    max-width: 400px;
}

.work-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
}

.work-gallery .gallery-bottom-part {
    background-color: #f7f7f7;
    padding: 10px 10px 16px;
}

.work-gallery .gallery-thumb .gallery-overlay {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}

.work-gallery:hover .gallery-thumb .gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-contect {
    height: 100%;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
    width: 100%;
}

.work-gallery:hover .gallery-thumb .gallery-contect {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.work-gallery .gallery-thumb .styled-icons a {
    border-color: #fff;
    height: 36px;
    width: 36px;
    line-height: 34px;
}

.work-gallery .gallery-thumb .styled-icons a i {
    color: #fff;
}

.work-gallery .gallery-thumb .styled-icons a:hover i {
    color: #fff;
}

.work-gallery .gallery-thumb .styled-icons a:hover {
    color: #fff;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
}

.work-gallery .gallery-thumb .gallery-contect .styled-icons {
    left: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 45%;
}

.work-gallery:hover .gallery-bottom-part {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.work-gallery:hover .gallery-bottom-part .title {
    color: #fff;
}

.work-gallery:hover .gallery-bottom-part .sub-title {
    color: #fff;
}


/*
 * gallery-isotope.less
 * -----------------------------------------------
*/


/* -------- Portfolio Isotop Filter ---------- */

.portfolio-filter {
    margin-bottom: 30px;
}

.portfolio-filter a {
    border-left: 3px solid transparent;
    background-color: #f8f8f8;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    outline: medium none;
    padding: 5px 15px;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
}


/* -------- Portfolio Isotop Gallery ---------- */

.gallery-isotope.gutter .gallery-item {
    padding-right: 5px;
    padding-bottom: 5px;
}

.gallery-isotope.gutter-small .gallery-item {
    padding-right: 2px;
    padding-bottom: 2px;
}

.gallery-isotope.gutter-30 .gallery-item {
    padding-right: 30px;
    padding-bottom: 30px;
}

.gallery-isotope.gutter-40 .gallery-item {
    padding-right: 40px;
    padding-bottom: 40px;
}

.gallery-isotope.gutter-50 .gallery-item {
    padding-right: 50px;
    padding-bottom: 50px;
}

.gallery-isotope.gutter-60 .gallery-item {
    padding-right: 60px;
    padding-bottom: 60px;
}

.gallery-isotope .gallery-item {
    width: 25%;
}

.gallery-isotope .gallery-item.wide {
    width: 50%;
}

.gallery-isotope.grid-1 .gallery-item {
    width: 100%;
}

.gallery-isotope.grid-1 .gallery-item.wide {
    width: 100%;
}

.gallery-isotope.grid-2 .gallery-item {
    width: 50%;
}

.gallery-isotope.grid-2 .gallery-item.wide {
    width: 100%;
}

.gallery-isotope.grid-3 .gallery-item {
    width: 33.333%;
}

.gallery-isotope.grid-3 .gallery-item.wide {
    width: 66.6667%;
}

.gallery-isotope.grid-4 .gallery-item {
    width: 100%;
}

.gallery-isotope.grid-4 .gallery-item.wide {
    width: 50%;
}

.gallery-isotope.grid-5 .gallery-item {
    width: 20%;
}

.gallery-isotope.grid-5 .gallery-item.wide {
    width: 40%;
}

.gallery-isotope.grid-6 .gallery-item {
    width: 16.666666667%;
}

.gallery-isotope.grid-6 .gallery-item.wide {
    width: 33.333%;
}

.gallery-isotope.grid-7 .gallery-item {
    width: 14.2857143%;
}

.gallery-isotope.grid-7 .gallery-item.wide {
    width: 28.5714286%;
}

.gallery-isotope.grid-8 .gallery-item {
    width: 12.5%;
}

.gallery-isotope.grid-8 .gallery-item.wide {
    width: 25%;
}

.gallery-isotope.grid-9 .gallery-item {
    width: 11.11%;
}

.gallery-isotope.grid-9 .gallery-item.wide {
    width: 22.22%;
}

.gallery-isotope.grid-10 .gallery-item {
    width: 10%;
}

.gallery-isotope.grid-10 .gallery-item.wide {
    width: 20%;
}


/* -------- Portfolio Isotop Item Media Query ---------- */

@media only screen and (max-width: 991px) {
    .gallery-isotope .gallery-item {
        width: 33.333% !important;
    }
    .gallery-isotope .gallery-item.wide {
        width: 66.6667% !important;
    }
}

@media only screen and (max-width: 767px) {
    .gallery-isotope .gallery-item {
        width: 50% !important;
    }
    .gallery-isotope .gallery-item.wide {
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .gallery-isotope .gallery-item {
        width: 100% !important;
    }
    .gallery-isotope .gallery-item.wide {
        width: 100% !important;
    }
}


/* -------- Portfolio Isotop Overlay Effect ---------- */

.gallery-isotope .gallery-item {
    overflow: hidden;
}

.gallery-isotope .gallery-item .thumb {
    position: relative;
    overflow: hidden;
}

.gallery-isotope .gallery-item .hover-link {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: none!important;
    color: transparent!important;
    z-index: 11;
}

.gallery-isotope .gallery-item .overlay-shade {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.gallery-isotope .gallery-item:hover .overlay-shade {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.gallery-isotope .gallery-item .icons-holder {
    position: absolute;
    top: 0%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 36px;
    vertical-align: middle;
    z-index: 13;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -18px 0 0 -50%;
}

.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-isotope .gallery-item:hover .icons-holder {
    top: 50%;
}

.gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
    opacity: 1;
    filter: alpha(opacity=1);
}

.gallery-isotope .gallery-item .portfolio-description {
    padding: 10px 15px;
    background-color: #f8f8f8;
}

.gallery-isotope .gallery-item .portfolio-description .title {
    margin: 0;
}

.gallery-isotope .gallery-item .portfolio-description .title a {
    color: #333333;
}

.gallery-isotope .gallery-item .text-holder {
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 25px 30px 60px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 13;
}

.gallery-isotope .gallery-item .text-holder .title {
    color: #fff;
}

.gallery-isotope .gallery-item:hover .text-holder {
    opacity: 1;
}

.gallery-isotope .flex-control-nav {
    z-index: 111;
}


/*
 * Slider.less
 * -----------------------------------------------
*/


/* -------- Rev Slider ---------- */

#home .revslider-fullscreen {
    min-height: auto;
}


/* -------- Home Revolution Slider For Minimal Layouts ---------- */

.minimal-revslider-wrapper {
    left: 0!important;
    width: 100%!important;
}

.minimal-revslider-wrapper .tp-leftarrow {
    left: 0!important;
}

.minimal-revslider-wrapper .tp-rightarrow {
    right: 0!important;
}


/* -------- Tab-Slider ---------- */


/* -------- Widget-Testimonial-Carousel ---------- */

.widget-testimonial-carousel .item img {
    max-width: 75px;
    float: right;
}


/* -------- Owl Carousel ---------- */

.owl-controls {
    margin: 0;
}

.owl-controls .owl-nav>div {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 45%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}

.owl-controls .owl-next {
    right: 0px;
}

.owl-controls .owl-next i {
    color: #888;
    font-size: 20px;
}

.owl-controls .owl-prev i {
    color: #888;
    font-size: 20px;
}

.owl-carousel .owl-item .testimonial-wrapper img {
    display: inline-block;
    width: 75px;
}


/* owl dots */

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 12px;
}


/* Image Carousel */

.image-carousel .owl-controls .owl-nav>div {
    opacity: 0;
}

.image-carousel:hover .owl-controls .owl-nav>div {
    opacity: 1;
}


/* Owl top nav style */

.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
    background: #fff;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav>div {
    background-color: transparent;
    top: -60px;
    right: 0;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
    right: 430px;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    right: 395px;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    background: none;
    border: none;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
    color: #888;
    font-size: 14px;
}

.owl-carousel.no-bullet .owl-nav {
    display: none;
}

.recent-project .owl-controls .owl-nav>div {
    top: 38%;
}

.recent-project .owl-controls .owl-nav .owl-prev i,
.recent-project .owl-controls .owl-nav .owl-next i {
    padding: 2px 16px;
}

.featured-gallery.style2 {
    float: right;
    width: 92%;
}

.featured-gallery.style2 .owl-controls {
    bottom: 58px;
    left: -80px;
    margin: 0;
    position: absolute;
}

.featured-gallery.style2 .owl-controls .owl-nav>div {
    top: 95%;
}

.featured-gallery.style2 .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.featured-gallery.style2 .owl-controls .owl-nav .owl-next {
    display: inline-table;
    left: 40px;
}

.featured-gallery.style2 .owl-controls .owl-nav .owl-prev i,
.featured-gallery.style2 .owl-controls .owl-nav .owl-next i {
    color: #fff;
    font-size: 35px;
}

@media only screen and (max-width: 991px) {
    .featured-gallery.style2 {
        float: none;
        margin-top: 58px;
        width: 100%;
    }
    .featured-gallery.style2 .owl-controls {
        bottom: auto;
        left: auto;
        top: -45px;
    }
}

.image-carousel .owl-controls .owl-nav>div {
    opacity: 0;
}

.image-carousel:hover .owl-controls .owl-nav>div {
    opacity: 1;
}


/* -------- Owl Fullwidth Carousel ---------- */

.fullwidth-carousel .owl-controls .owl-nav>div {
    top: 45%;
}

.fullwidth-carousel .carousel-item {
    min-height: 615px;
    width: 100%;
}

.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
    height: 600px;
    min-height: auto;
    width: 100%;
}

.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav>div {
    background: none;
}


/* -------- Twitter Feed Carousel ---------- */

.owl-dots-bottom-right .owl-dots {
    bottom: -10px;
    position: absolute;
    right: 0;
}


/* -------- Twitter Feed Carousel ---------- */


/* -------- BX Slider ---------- */

.bx-wrapper {
    margin: 0 auto 7px;
    padding: 10px 10px;
    position: relative;
}

.bx-wrapper .bx-viewport {
    background: inherit;
    border: 0 solid #fff;
    box-shadow: 0 0 0 #ccc;
    left: 0;
    height: 600px;
    transform: translateZ(0px);
}


/* bx top nav style */

.bx-controls .bx-controls-direction>a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 26px;
    padding: 0 12px;
    text-indent: 0;
    top: 72px;
    width: auto;
    z-index: 0;
}

.bx-controls .bx-controls-direction>a:hover {
    background: #ddd;
}

.bx-controls .bx-controls-direction>a i {
    color: #888;
}

.bx-controls .bx-controls-direction .bx-prev {
    right: 35px;
    left: auto;
}

.bx-controls .bx-controls-direction .bx-next {
    right: 0;
}


/* -------- Typed Animation Slider ---------- */

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*
 * Home.less
 * -----------------------------------------------
*/


/* -------- Setion-Bottom-Absolute-Div ---------- */

.setion-bottom-absolute-div {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}


/*
 * About.less
 * -----------------------------------------------
*/


/* -------- Bg Img Box ---------- */

.bg-img-box {
    position: relative;
}

.bg-img-box .caption {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: absolute;
    top: 0;
}

.bg-img-box .caption .title {
    font-size: 30px;
    line-height: 39px;
}

.bg-img-box .caption p {
    max-width: 280px;
}


/*
 * Contact.less
 * -----------------------------------------------
*/

.contact-wrapper {
    padding: 50px 50px 50px 100px;
}

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

.contact-form .form-control {
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
    box-shadow: none;
    color: #333333;
}

.contact-form .form-control2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #c0c0c0;
}

.contact-form .form-group button {
    margin-top: 0;
}

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

textarea {
    resize: none;
}


/*
 * Services.less
 * -----------------------------------------------
*/

.service-block {
    margin: 0 auto 30px;
    max-width: 400px;
}

.service-block:hover .thumb .desc {
    bottom: 0;
}

.service-block .thumb {
    overflow: hidden;
    position: relative;
}

.service-block .thumb .price {
    left: -1px;
    padding: 5px 10px;
    position: absolute;
    top: -1px;
}

.service-block .thumb .desc {
    bottom: -31%;
    padding: 10px 6px 5px 20px;
    position: absolute;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}

.service-block .thumb .desc p {
    color: #fff;
    font-size: 13px;
}

.service-block .content {
    border: 1px solid #eeeeee;
    padding: 12px 20px 20px;
}


/*
 * shop.less
 * -----------------------------------------------
*/


/* -------- Product Details Page ---------- */

.product {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.products .product {
    border: 3px solid #eeeeee;
    max-width: 400px;
}

.products .product:hover {
    border: 3px solid #eeeeee;
}

.products .product .product-details .product-title {
    font-size: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn-add-to-cart-wrapper,
.btn-product-view-details {
    opacity: 0;
    height: auto;
    margin: 0 0 15px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    position: absolute;
    bottom: 0;
    left: -60px;
}

.product:hover .btn-add-to-cart-wrapper,
.product:hover .btn-product-view-details {
    left: 0;
    opacity: 1;
}

.btn-product-view-details {
    left: auto;
    bottom: 0;
    right: -60px;
}

.product:hover .btn-product-view-details {
    left: auto;
    opacity: 1;
    right: 0;
}


/* -------- Price ---------- */


/* -------- Checkout Page ---------- */


/* -------- Top Nav Search And Cart ---------- */

/*
 * blog.less 
 * -----------------------------------------------
*/


/*
 * Blog Style 2
 * -----------------------------------------------
*/


/*
 * our-services-gallery
 * -----------------------------------------------
*/


/*
 * causes.less
 * -----------------------------------------------
*/


/* -------- Recent Causes ---------- */

.causes .progress-item .progress-bar .percent {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid;
    border-radius: 50%;
    color: #333333;
    font-size: 10px;
    line-height: 8px;
    padding: 12px 6px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
}

.causes .progress-item .progress {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: none;
    height: 15px;
}

/*
 * project.less
 * -----------------------------------------------
*/

.project .thumb {
    width: 410px;
    height: 288px;
    object-fit: contain;
    position: relative;
    overflow: hidden;
}

.project .thumb:after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 100%;
}

.project .hover-link {
    left: 44%;
    opacity: 0;
    position: absolute;
    top: 20%;
    transition-duration: 0.3s;
    z-index: 9;
}

.project .hover-link i {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 10px;
}

.project .project-details {
    background: #fff none repeat scroll 0 0;
    transition-duration: 0.3s;
    height: 300px;
}

.project:hover .thumb::after {
    border: 10px solid rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.project:hover .hover-link {
    opacity: 1;
    top: 44%;
}

.project:hover .project-details {
    border-bottom: 3px solid #fff;
}

.project:hover .project-details .title,
.project:hover .project-details .sub-title {
    color: #fff;
}


/*
 * hover-effect.less
 * -----------------------------------------------
*/

.hover-effect .thumb {
    position: relative;
    overflow: hidden;
}

.hover-effect .thumb:after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.hover-effect .hover-link {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 20%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.hover-effect .details {
    background: #f6f6f6;
    border-bottom: 3px solid #eee;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-effect .details .sub-title {
    color: #999999;
}

.hover-effect:hover .thumb::after {
    border: 10px solid rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.hover-effect:hover .hover-link {
    opacity: 1;
    top: 44%;
}

.hover-effect:hover .details {
    background: #222222;
    border-bottom-color: #333333;
}

.hover-effect:hover .details .title,
.hover-effect:hover .details .sub-title {
    color: #fff;
}


/*
 * event.less
 * -----------------------------------------------
*/

.event {
    background: #f6f6f6;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.event:hover {
    background: #fafafa;
}

.event .event-content .media-heading a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.event .event-content ul li {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.event .event-date ul li {
    line-height: 1;
}

.event .event-date ul li:first-child {
    margin-bottom: 10px;
}


/* -------- Schedule-Box Style ---------- */


/* -------- Event-Table ---------- */


/*
 * Shortcode.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Alerts.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Buttons.less
 * -----------------------------------------------
*/


/* -------- Btn-Default ---------- */

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-default:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
}


/* -------- Btn-Border ---------- */

.btn-border {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
}

.btn-border:focus,
.btn-border.focus {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-border:hover {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #040404;
}

.btn-border:active,
.btn-border.active,
.open>.dropdown-toggle.btn-border {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #040404;
}

.btn-border:active:hover,
.btn-border.active:hover,
.open>.dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open>.dropdown-toggle.btn-border:focus,
.btn-border:active.focus,
.btn-border.active.focus,
.open>.dropdown-toggle.btn-border.focus {
    color: #222222;
    background-color: #d4d4d4;
    border-color: #000000;
}

.btn-border:active,
.btn-border.active,
.open>.dropdown-toggle.btn-border {
    background-image: none;
}

.btn-border.disabled:hover,
.btn-border[disabled]:hover,
fieldset[disabled] .btn-border:hover,
.btn-border.disabled:focus,
.btn-border[disabled]:focus,
fieldset[disabled] .btn-border:focus,
.btn-border.disabled.focus,
.btn-border[disabled].focus,
fieldset[disabled] .btn-border.focus {
    background-color: #fff;
    border-color: #222222;
}

.btn-border .badge {
    color: #fff;
    background-color: #222222;
}

.btn-border {
    border-width: 2px;
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
}


/* -------- Btn-Dark ---------- */

.btn-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #090909;
    border-color: #000000;
}

.btn-dark:hover {
    color: #fff;
    background-color: #090909;
    border-color: #040404;
}

.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #090909;
    border-color: #040404;
}

.btn-dark:active:hover,
.btn-dark.active:hover,
.open>.dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open>.dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open>.dropdown-toggle.btn-dark.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
    background-image: none;
}

.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
    background-color: #222222;
    border-color: #222222;
}

.btn-dark .badge {
    color: #222222;
    background-color: #fff;
}


/* -------- Btn-Gray ---------- */

.btn-gray {
    color: #333333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-gray:focus,
.btn-gray.focus {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #afafaf;
}

.btn-gray:hover {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #d0d0d0;
}

.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #d0d0d0;
}

.btn-gray:active:hover,
.btn-gray.active:hover,
.open>.dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open>.dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open>.dropdown-toggle.btn-gray.focus {
    color: #333333;
    background-color: #c3c3c3;
    border-color: #afafaf;
}

.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
    background-image: none;
}

.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-gray .badge {
    color: #eeeeee;
    background-color: #333333;
}

.btn-circled {
    border-radius: 25px;
}

.btn-flat {
    border-radius: 0;
}


/* -------- Btn-Default ---------- */

.btn {
    font-size: 13px;
    padding: 8px 22px;
}


/* -------- Btn-xs ---------- */

.btn-xs {
    font-size: 11px;
    padding: 3px 14px;
}


/* -------- Btn-sm ---------- */

.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
}


/* -------- Btn-lg ---------- */

.btn-lg {
    font-size: 14px;
    padding: 10px 26px;
}


/* -------- Btn-xl ---------- */

.btn-xl {
    font-size: 16px;
    padding: 13px 32px;
}


/* -------- Btn-transparent ---------- */

.btn-transparent {
    background-color: transparent;
    color: #fff;
}


/* -------- Btn-Quick-contact ---------- */

.btn-quick-contact {
    background-color: rgba(5, 15, 5, 0.1);
    color: #fff;
}


/* btn read more*/

.btn-read-more {
    padding: 0;
}

.btn-read-more::after {
    display: inline-block;
    content: "\f18e";
    font-family: fontawesome;
    font-size: 16px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    top: 2px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



/*
 * Shortcode: Countdown-Timer.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/

.divider,
.parallax {
    background-repeat: repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* -------- Parallax ---------- */

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
}

.mobile-parallax {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.divider .container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.divider .container.small-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divider .container.extra-padding {
    padding-top: 180px;
    padding-bottom: 180px;
}


/*
 * Shortcode: Facebook-Disqus-Comments.less
 * -----------------------------------------------
*/

.fb-comments,
.fb_iframe_widget,
.fb-comments>span,
.fb_iframe_widget>span,
.fb-comments>span>iframe,
.fb_iframe_widget>span>iframe {
    display: block !important;
    margin: 0;
    width: 100% !important;
}


/*
 * Shortcode: Faqs.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Flexslider.less
 * -----------------------------------------------
*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}

.flex-direction-nav {
    display: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    width: auto;
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 15px;
    right: 15px;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
}


/*
 * Shortcode: Flip-Box.less
 * -----------------------------------------------
*/

.card {
    float: left;
    min-height: 300px;
    padding-bottom: 25%;
    position: relative;
    text-align: center;
    width: 100%;
}

.card:nth-child(1) {
    margin-left: -3px;
    margin-right: 1px;
}

.card:nth-child(1),
.card .card:nth-child(3) {
    margin-right: 1px;
}

.card .card__front,
.card .card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.card .card__back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card .card__text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 300px;
    line-height: 20px;
}

.card.effect__hover:hover .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.card.effect__click.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.card.effect__random.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__random.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}


/*
 * Shortcode: Font-Icons-Style.less
 * -----------------------------------------------
*/


/* common style */

.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.styled-icons a:hover {
    color: #666666;
}

.styled-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.styled-icons.icon-gray a:hover {
    color: #bbbbbb;
}

.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

.styled-icons.icon-gray.icon-bordered a:hover {
    border: 2px solid #d5d5d5;
}

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.styled-icons.icon-dark a:hover {
    color: #5e5e5e;
}

.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

.styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}

.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}

.styled-icons.icon-bordered a:hover {
    background-color: #777777;
    color: #fff;
}

.styled-icons.icon-rounded a {
    border-radius: 3px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.styled-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.styled-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}


/*
 * Shortcode: Funfacts.less
 * -----------------------------------------------
*/

.funfact {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.funfact.border {
    border: 1px solid #d3d3d3;
}

.funfact.no-border {
    border: 0;
}

.funfact.border {
    border: 1px solid #d3d3d3;
}

.funfact i {
    font-size: 45px;
}

.funfact h2 {
    padding-top: 20px;
    position: relative;
    border-bottom: 3px solid #00e9ff;
    padding-bottom: 10px;
    width: 80%;
    font-weight: 700!important;
}

.funfact h4 {
    font-family: 'Arial','Helvetica', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #00e9ff;
}

.funfact h2:after {
    bottom: 0;
}

.funfact span {
    color: #000094;
    font-size: 18px;
}


/* funfact style-1*/

.funfact.style-1 i,
.funfact.style-1 .funfact-title {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.funfact.style-1 .funfact-title {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
}

.funfact.style-1:hover i {
    font-size: 40px !important;
    opacity: 0.3;
}

.funfact.style-1:hover .funfact-title {
    color: #333333 !important;
}


/*
 * Shortcode: Icon-Boxes.less
 * -----------------------------------------------
*/

.icon-box {
    padding: 40px 17px;
}

.icon-box .icon {
    display: inline-block;
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 68px;
}

.icon-box .icon i {
    line-height: 68px;
}

.icon-box:hover h3 {
    color: #041174!important;
}

.icon-box .icon.icon-gray {
    background-color: #eeeeee;
    color: #555555;
}

.icon-box .icon.icon-gray:hover {
    background-color: #d5d5d5;
    color: #bbbbbb;
}

.icon-box .icon.icon-gray.icon-bordered {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

.icon-box .icon.icon-gray.icon-bordered:hover {
    background-color: #eeeeee;
    color: #555555;
}

.icon-box .icon.icon-dark {
    background-color: #111111;
    color: #fff;
}

.icon-box .icon.icon-dark:hover {
    color: #5e5e5e;
}

.icon-box .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

.icon-box .icon.icon-dark.icon-bordered:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}

.icon-box .icon.icon-white {
    background-color: #fff;
    color: #333333;
}

.icon-box .icon.icon-white:hover {
    background-color: #b3b3b3;
    color: #000000;
}

.icon-box .icon.icon-white.icon-bordered {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.icon-box .icon.icon-white.icon-bordered:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111111;
}

.icon-box .icon.icon-white.icon-border-effect {
    position: relative;
}

.icon-box .icon.icon-white.icon-border-effect::after {
    box-shadow: 0 0 0 3px #fff;
}

.icon-box .icon.icon-bordered {
    border: 1px solid #777777;
}

.icon-box .icon.icon-bordered:hover {
    background-color: #777777;
    color: #fff;
}

.icon-box .icon.icon-rounded {
    border-radius: 3px;
}

.icon-box .icon.icon-circled {
    border-radius: 50%;
}

.icon-box .icon.icon-xs {
    height: 30px;
    width: 30px;
}

.icon-box .icon.icon-xs i {
    font-size: 18px;
    line-height: 30px;
}

.icon-box .icon.icon-sm {
    height: 50px;
    width: 50px;
}

.icon-box .icon.icon-sm i {
    font-size: 22px;
    line-height: 50px;
}

.icon-box .icon.icon-md {
    height: 75px;
    width: 75px;
}

.icon-box .icon.icon-md i {
    font-size: 36px;
    line-height: 75px;
}

.icon-box .icon.icon-lg {
    height: 90px;
    width: 90px;
}

.icon-box .icon.icon-lg i {
    font-size: 48px;
    line-height: 90px;
}

.icon-box .icon.icon-xl {
    height: 120px;
    width: 120px;
}

.icon-box .icon.icon-xl i {
    font-size: 60px;
    line-height: 120px;
}

.icon-box .icon.icon-border-effect {
    position: relative;
}

.icon-box .icon.icon-border-effect::after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #eeeeee;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.icon-box .icon.icon-border-effect.effect-flat::after {
    border-radius: 0;
}

.icon-box .icon.icon-border-effect.effect-rounded::after {
    border-radius: 3px;
}

.icon-box .icon.icon-border-effect.effect-circled::after {
    border-radius: 50%;
}

.icon-box .icon.icon-border-effect.icon-gray::after {
    box-shadow: 0 0 0 3px #eeeeee;
}

.icon-box .icon.icon-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -32px;
}

.icon-box i {
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box i[class*="pe-7s-"] {
    vertical-align: text-bottom;
}

.icon-box.left {
    text-align: left;
}

.icon-box.left a {
    margin-right: 30px;
    padding: 0;
}

.icon-box.iconbox-border {
    border: 1px solid #dcdcdc;
}

.icon-box.iconbox-bg {
    background-color: #fafafa;
}

.icon-box.iconbox-bg.iconbox-bg-dark {
    background-color: #333333;
}

.icon-box .icon-box-title {
    margin-bottom: 15px;
}

.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1);
}

.icon-box .icon-box-details {
    margin-left: 80px;
}


/*
 * Shortcode: Infinitescroll.less
 * -----------------------------------------------
*/

#infscr-loading {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    left: 48%;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 100;
}

#infscr-loading img {
    display: none;
}


/*
 * Shortcode: Instagram.less
 * -----------------------------------------------
*/



/*
 * Shortcode: Pegination.less
 * -----------------------------------------------
*/

.pagination.theme-colored li.active a {
    background: #BF9E58;
    color: #fff;
    border: 1px solid transparent;
}

.pagination.dark li a {
    color: #333;
}

.pagination.dark li.active a {
    background: #333;
    color: #fff;
    border: 1px solid transparent;
}

.pager.theme-colored li.active a {
    color: #fff;
    border: 1px solid transparent;
}

.pager.dark li a {
    color: #fff;
    background-color: #333;
    border: 1px solid transparent;
}


/*
 * Shortcode: Pricing.less
 * -----------------------------------------------
*/

.pricing-table {
    margin-bottom: 30px;
    position: relative;
}

.pricing-table .table-price {
    color: #111111;
    font-size: 45px;
}

.pricing-table .table-price span {
    font-size: 13px;
    vertical-align: middle;
}

.pricing-table.featured {
    border: 1px solid #111111;
}

.pricing-table .table-type {
    display: inline;
}

.pricing-table .btn-signup {
    margin-right: 0;
    width: 100%;
}

.pricing-table .table-list {
    list-style: outside none none;
    padding: 10px 0 10px 20px;
}

.pricing-table .table-list li {
    border-bottom: 0;
    font-size: 12px;
    padding: 10px 0;
}

.pricing-table .table-list li i {
    margin-right: 8px;
}

.pricing-table .package-type span {
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}

.pricing-table .package-type span::after {
    background: #2d915b;
    content: "";
    height: 20px;
    left: -20px;
    position: absolute;
    top: 11px;
    width: 20px;
}

.pricing {
    background-color: #3FB179;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}

.pricing:hover {
    background-color: #121b26 !important;
}

.pricing .table-price {
    font-size: 4rem !important;
    /* =64px */
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 20px;
    font-weight: 200;
    color: black;
}

.pricing .table-title {
    color: #fff;
    margin: 0;
    padding: 15px 0;
    padding-top: 0;
    text-transform: uppercase;
}

.pricing.table-horizontal {
    background-color: #3FB179;
}


/*
 * Shortcode: Process-Steps.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Progress-Bar.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Promo.less
 * -----------------------------------------------
*/

.modal-promo-box {
    max-width: 700px;
    padding: 90px 60px;
    margin: 0 auto;
}


/*
 * Shortcode: Section-Title.less
 * -----------------------------------------------
*/


/*
 * Shortcode: Separators.less
 * -----------------------------------------------
*/


/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/


/* common style */

.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.styled-icons a:hover {
    color: #666666;
}

.styled-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.styled-icons.icon-gray a:hover {
    color: #bbbbbb;
}

.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

.styled-icons.icon-gray.icon-bordered a:hover {
    border: 2px solid #d5d5d5;
}

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.styled-icons.icon-dark a:hover {
    color: #5e5e5e;
}

.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

.styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}

.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}

.styled-icons.icon-bordered a:hover {
    background-color: #777777;
    color: #fff;
}

.styled-icons.icon-rounded a {
    border-radius: 3px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.styled-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.styled-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
	margin-right:20px;
}



/* -------- Horizontal-Tab Fullwide ---------- */

.horizontal-tab.fullwide .nav-tabs>li {
    width: 20%;
}


/* -------- Vertical Nav-Tabs ---------- */


.working-process>li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.working-process>li::after {
    border-top: 1px dashed #333333;
    content: "";
    left: 6px;
    margin-left: -32px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    width: 50%;
}

.working-process>li::before {
    border-top: 1px dashed #333333;
    content: "";
    margin-right: -25px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 50%;
}

.working-process>li :first-child::after {
    border-top: medium none;
}

.working-process>li :last-child::before {
    border-top: medium none;
}

.working-process li a {
    border: 1px solid;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    border-radius: 50%;
}

.working-process li a:hover {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}

.working-process li a i {
    font-size: 18px;
}

.working-process.square li a,
.working-process.square.large-circle li a {
    border-radius: 0;
}

.working-process.large-circle li a {
    height: 120px;
    line-height: 130px;
    width: 120px;
    border-radius: 50%;
}

.working-process.large-circle li a i {
    font-size: 28px;
}

.working-process.large-circle>li::before {
    margin-right: -60px;
    top: 60px;
}

.working-process.large-circle>li::after {
    margin-left: -64px;
    top: 60px;
}

.working-process.theme-colored li a {
    color: #fff;
}


/*  
 * home-boxes.less 
 * -----------------------------------------------
*/

.home-boxes .each-box {
    overflow-x: hidden;
}

.home-boxes .bg-icon {
    bottom: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    right: 30px;
    transform: rotate(-40deg);
}


/*
 * Widgets.less
 * -----------------------------------------------
*/


/* -------- Top Search Bar ---------- */

.search-form-wrapper {
    position: relative;
    /* form absolute */
}

.search-form-wrapper.toggle {
    display: none;
}

.search-form-wrapper.toggle.active {
    display: block;
}

.search-form-wrapper form {
    padding: 10px;
    position: relative;
}

.search-form-wrapper form label {
    margin: 0px;
    position: absolute;
    right: 11px;
    top: 11px;
}

.search-form-wrapper form label:before {
    color: #555555;
    cursor: pointer;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 6px;
}

.search-form-wrapper form input[type="text"] {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    height: 46px;
    padding: 8px 17px;
    width: 100%;
}

.search-form-wrapper form input[type="submit"] {
    background-color: #fff;
    border-left: 1px solid #c0c0c0;
    border: none;
    height: 44px;
    width: 50px;
    text-indent: -999px;
}

.search-form-wrapper.form-absolute form {
    background-color: #333333;
    position: absolute;
    right: 0px;
    top: 12px;
    width: 370px;
    z-index: 99;
}


/* -------- Form Round ---------- */

.search-form-wrapper.round form input[type="text"] {
    border-radius: 30px;
    border-width: 4px;
}

.search-form-wrapper.round form input[type="submit"] {
    height: auto;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
}

.search-form-wrapper.round form label::before {
    color: #c0c0c0;
}

.widget .list-border li {
    border-bottom: 1px dashed #d3d3d3;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
}


/* -------- Footer & Sidebar Widgets ---------- */

.widget {
    margin-bottom: 30px;
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
	/*change here*/
	font-size:16px;
}

.widget ul li {
	list-style:none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget ul.list li,
.widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.widget.brochures>li {
    margin-bottom: 10px;
    padding: 10px;
}

.widget.brochures i {
    color: #666666;
    font-size: 16px;
    margin-right: 10px;
}

.widget.address>li {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.widget.address>li i {
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.widget .twitter-feed li {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 30px;
}

.widget .twitter-feed li.item {
    position: relative;
}

.widget .twitter-feed li::after {
    content: "\f099";
    font-size: 24px;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

.widget .styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
	margin:0px;
}

.widget .styled-icons li a {
    margin-bottom: 0;
}

.widget .tags a {
    border: 1px solid #404040;
    display: inline-block;
    font-size: 12px;
    margin: 5px 4px 5px -2px;
    padding: 5px 10px;
}

.widget .tags a:hover {
    color: #fff;
}

.widget .search-input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: initial;
    box-shadow: none;
    height: 45px;
    padding: 10px;
}

.widget .search-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    height: 45px;
}

.widget .nav-tabs li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    padding-bottom: 0;
}

.widget .nav-tabs li:hover {
    border-bottom: 1px solid transparent;
}

.widget .post-title a {
    font-size: 13px;
    letter-spacing: 0;
}

.widget .quick-contact-form .form-control {
    background-color: rgba(241, 241, 241, 0.8);
    border-color: #d3d3d3;
    color: #a9a9a9;
}

.widget .product-list .product-title {
    font-size: 14px;
    font-weight: 400;
}

.widget.dark .widget-title {
    color: #fff;
}

.widget.dark .tags a {
    border: 1px solid #404040;
}

.widget.dark .widget-image-carousel .title {
    color: #fff;
}

.widget.dark .search-input {
    border: 1px solid #333333;
}

.widget.dark .styled-icons li a:hover i {
    color: #fff;
}

.widget.dark .search-button {
    border: 1px solid #333333;
}

.widget.dark .widget-subscribe .subscribe-title {
    color: #fff;
}

.widget.dark .widget-subscribe .subscribe-sub-title {
    color: #666666;
}

.widget.dark .nav-tabs li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    padding-bottom: 0;
}

.widget.dark .nav-tabs li:hover {
    border-bottom: 1px solid transparent;
}

.widget.dark .nav-tabs li:hover a {
    border: 1px solid #555555;
}

.widget.dark .nav-tabs li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #333333 none repeat scroll 0 0;
    border-color: #555555 #555555 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.widget.dark .product-title a {
    color: #808080;
}

.widget.dark .post-title a {
    color: #c0c0c0;
}

.widget.dark .tab-content {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #555555;
}

.widget.dark .quick-contact-form .form-control {
    background-color: rgba(5, 15, 5, 0.1);
    border-color: #333333;
}

.widget.dark .widget-title.line-bottom-theme-colored-2.border-bottom {
    border-bottom: 1px solid #444;
}

.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget ul.list li::before {
    display: none;
}

.widget.dark ul.list li::before {
    display: none;
}


/* --------Horizontal Contact Widget  ---------- */

.horizontal-contact-widget {
    border-top: 1px dashed #666666;
}

.horizontal-contact-widget .each-widget::before {
    content: "\f111";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    right: 0;
    top: -42px;
}


/* -------- Horizontal Contact Widget Dark ---------- */

.horizontal-contact-widget.dark {
    border-top: 1px dashed #333333;
}

.widget.dark .btn.btn-default {
    border-color: #333;
}


/* -------- Flickr-Feed ---------- */

#flickr-feed img {
    background: none repeat scroll 0 0 #000;
    float: left;
    height: 60px;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 70px;
}

.text-hover-theme-colored {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget .services-list li {
    background-color: #eeeeee;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
}

.widget .services-list li.active {
    position: relative;
    border-bottom: 1px solid transparent !important;
}

.widget .services-list li.active a {
    color: #fff;
}


/*
 * Footer.less
 * -----------------------------------------------
*/

.footer {
    background: #fafafa;
}

.ftrcolor ul li {
    color: white!important;
}

.footer a,
p {
    color: white;
}

.footer a:focus,
.footer a:hover,
.footer a:active {
    color: cyan;
}

.footer .widget .widget-title {
    margin-top: 0px;
}

.footer .widget.dark .quick-contact-form button {
    border-color: #333333;
    color: #909090;
}

.footer .widget.dark .quick-contact-form button:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}


/* -------- Custom Theme Style ---------- */

.footer-box {
    padding: 20px 15px;
}

.footer-box.icon-box {
    margin-bottom: 0;
}

.footer-box .title {
    color: #fff;
    margin-bottom: 5px;
}

.footer-box p {
    color: #eeeeee;
    line-height: 20px;
}

.footer-box p i {
    color: #fff;
    margin-left: 10px;
}

.footer-box-wrapper {
    margin-top: -55px;
}

.topcontainer {
    background-color: #036;
    height: 39px;
    align-items: center;
}

.header-contact {
    position: relative;
    left: 21px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: center;
	padding: 0px 0px 10px;
}

.header-contact span {
    color: #fffffe;
    /* vertical-align: middle; */
    font-size: 22px!important;
    /*line-height: 1;*/
    margin-right: 9px;
}

.header-social-icon-list {
    text-align: right;
    position: relative;
	padding: 2px 0px 0px 0px;
}

.header-social-icon-list ul li {
    display: inline-block;
    line-height: 1;
    position: relative;
    right: 21px;
}

.mainrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-news-letter .newsletter-form .form-control {
    background: #333333;
    border: medium none;
    height: 42px;
    margin-right: 10px;
}

.leng-icons {
    width: 25px;
}

.bg-color-my {
    background: #1041FF;
}

.menuzord-brand img:hover {
    opacity: 0.7;
    transition: 0.05s;
    transition-timing-function: ease-in;
}

.menuzord-menu>li>.megamenu .megamenu-row .col1 {
    width: 15.166667%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col2 {
    width: 17.166667%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col3 {
    width: 27.166667%;
}


/* NEWS STARTING  */

.img-fullwidth {
    width: 276px;
    height: inherit;
    object-fit: cover;
    border-radius: 2px;
}

.img-fullwidthnews {
    border-radius: 2px;
    width: 100%;
    height: 207px;
}

.fsiza {
    font-size: 12px!important;
    color: #7a7a7a!important;
    margin: 0 0 10px;
    padding: 10px 0px;
    line-height: 1.5!important;
}

.maxheightfull {
    height: 300px!important;
}

.newstitle {
    padding-bottom: 0px!important;
}

.newsrow {
    font-family: fantasy;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}

.newsrow h2 {
    color: #1c0950!important;
    font-family: 'Arial','Helvetica', sans-serif;
}

.eventrow {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 25px;
    color: #1c0950;
    font-family: 'Arial','Helvetica', sans-serif;
}

.list-inline li a {
    padding: 0px;
    margin: 0px;
    font-family: 'Arial','Helvetica', sans-serif;
}

.list-inline li a:hover {
    color: #FFE02A!important;
    transition: 0.5s;
}

.chance {
    font-weight: bold!important;
}

.allnewsbtn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    margin: 10px auto;
}

.counterrow {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    align-self: center;
}

.counterrow span {
    width: 250px;
    height: 2px;
    background-color: grey;
}

.statistics {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
}

.usefulcontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.stat h1 {
    font-family: 'Arial','Helvetica', sans-serif;
}

.stat h2 {
    margin-top: auto;
    font-family: 'Arial','Helvetica', sans-serif;
}

.lineimgtop {
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.lineimgtop span {
    width: 100%!important;
    height: 2px;
    background-color: #12E2CE;
    margin-bottom: 10px!important;
}

.lineimgtop p {
    font-size: 14pt;
    padding: 0px 10px;
}

.lineimg {
    width: 100%!important;
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
}

.lineimg span {
    width: 165%!important;
    height: 2px;
    background-color: #1F386B !important;
    margin: 10px 10px!important;
}

.lineimg p {
    width: 100%!important;
    font-size: 14pt;
	font-family:'Arial','Helvetica', sans-serif;
    padding: 0px 0px;
}

.usefullink a {
    display: flex!important;
    flex-direction: column!important;
    align-items: center;
}

.usefullink a img {
    padding-bottom: 10px;
    width: 65%!important;
}

.usefullink a h6 {
    font-family: 'Arial','Helvetica', sans-serif;
    margin: 0px;
	font-size:14px;
}

.usefullink a:hover>h6 {
    padding-top: 3px;
    border-top: 2px solid rgb(231 152 0 / 97%)!important;
    color: rgb(231 152 0 / 97%)!important;
}

.usefullink a:hover>p {
    border-top: 1px solid rgb(231 152 0 / 97%)!important;
    color: rgb(231 152 0 / 97%)!important;
    background: rgb(231 152 0 / 97%)!important;
}

.usefullink a p {
    width: 50px;
    height: 1px;
    border-radius: 5px;
    background: grey;
}

.lowstage {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


/*yangiliklar begin*/

.breadcrumb li a {
    color: white;
}


/*yangiliklar end*/

.col-md-wz {
    width: 100%;
    padding: 0px 0px;
}

.kf_edu2_heading2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 11px 0 40px 0;
}

.kf_edu2_heading2 h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    font-size: 28px;
    color: #00003E!important;
    font-family: Arial, Helvetica, sans-serif;
}

.kf_edu2_heading2 h3:before {
    background-color: #666666;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 49px;
    width: 25px;
}

.kf_edu2_heading2 h3:after {
    background-color: #bbbbbb;
    bottom: 1px;
    content: "";
    height: 1px;
    left: 49px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50px;
}

.newspaginate {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.catagoriesblog li:hover>a {
    padding-left: 5px;
    color: blue;
    transition: 0.3s;
}

.txt-wh,
p {
    color: #1c1919!important;
}

.txt-blk>p {
    color: #1c1919!important;
}

.txt-ul>li a {
    font-weight: 600;
    color: #1c1919!important;
}

.txt-ul>li:hover a {
    font-weight: 600;
    color: #2C93DD!important;
    transition: 0.1s ease-in;
}

.gallery-isotope .gallery-item .overlay-shade2 {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #496de3bd;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.gallery-isotope .gallery-item:hover .overlay-shade2 {
    opacity: 0.9;
    filter: alpha(opacity=20);
}

.widget p {
    color: white!important;
	font-family:'Arial','Helvetica', sans-serif;
	padding-left: 14px;
}

.btnmove {
    /* margin-top: 23px; */
}


/* jssor slider loading skin spin css */

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 132 css*/

.jssorb132 {
    position: absolute;
}

.jssorb132 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb132 .i .b {
    fill: #fff;
    fill-opacity: 0.8;
    stroke: #000;
    stroke-width: 1600;
    stroke-miterlimit: 10;
    stroke-opacity: 0.7;
}

.jssorb132 .i:hover .b {
    fill: #000;
    fill-opacity: .7;
    stroke: #fff;
    stroke-width: 2000;
    stroke-opacity: 0.8;
}

.jssorb132 .iav .b {
    fill: #000;
    stroke: #fff;
    stroke-width: 2400;
    fill-opacity: 0.8;
    stroke-opacity: 1;
}

.jssorb132 .i.idn {
    opacity: 0.3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}


/* Custom, iPhone Retina */

.filtimg a {
    color: #FFFF50 !important;
    text-decoration: none!important;
    background: #191934!important;
}

.filtimg:hover a {
    color: #191934 !important;
    text-decoration: none!important;
    background: #fff!important;
}

.topdoc {
    background-color: #1F386B!important;
    color: white;
    text-decoration: none!important;
}

.txtgr {
    font-weight: 400!important;
    background: #F8F8F8!important;
    color: #1F386B!important;
    text-decoration: none!important;
}

.txtgr:hover {
    font-weight: 400!important;
    background: #F8F8F8!important;
    color: #1F386B!important;
    text-decoration: none!important;
}

.txtgr:active,
hover,
focus,
before,
after {
    font-weight: 400!important;
    background: #F8F8F8!important;
    color: #1F386B!important;
    text-decoration: none!important;
}

.txtgr:after {
    font-weight: 400!important;
    background: #F8F8F8!important;
    color: #1F386B!important;
    text-decoration: none!important;
}

.txtgr:before {
    font-weight: 400!important;
    background: #F8F8F8!important;
    color: #1F386B!important;
    text-decoration: none!important;
}

.portfolio-filter .txtgr:hover {
    background-color: blue!important;
    font-weight: 400!important;
    background: #F8F8F8!important;
    color: #1F386B!important;
    text-decoration: none!important;
}

.aidprogr .topdoc {
    color: white!important;
}

.boldtext p {
    color: black!important;
}

.flip h3 {
    text-align: center;
    font-family: 'Arial','Helvetica', sans-serif;
}

.bx-controls2 .bx-controls-direction2>a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 30px;
    padding: 0 12px;
    text-indent: 0;
    top: -60px!important;
    width: auto;
    margin-top: -15px!important;
    z-index: 0;
    margin-left: 5px;
}

.bx-controls2 .bx-controls-direction2>a:hover {
    background: #ddd;
}

.bx-controls2 .bx-controls-direction2>a i {
    color: #888;
}

.bx-controls2 .bx-controls-direction2 .bx-prev2 {
    right: 35px;
    left: auto;
}

.bx-controls2 .bx-controls-direction2 .bx-next2 {
    right: 5px;
    border-left: 2px solid white;
}

.bx-controls-direction2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}


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

.pgr2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.allview {
    color: #686868!important;
    font-weight: 400!important;
    font-family: 'Arial','Helvetica', sans-serif;
}


/*----------------------*/
.lstmode{
	list-style: none;
	margin:0;
	padding:0;
}
.lstmode li a {
    columns: #c5c5c5!important;
}

.lstmode li a:hover {
    color: cyan!important;
}

.clients {
    height: 200px;
}

.iconbox-theme-colored:hover>h3 {
    color: #1F38D3;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    margin-top: -17px;
}

.fastlink {
    box-shadow: inset 0px 0px 1px 1px #ddd;
}

.fastlink ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fastlink ul li:hover {
    background: #2c93d6;
    transition: 0.2s ease-in-out;
}

.fastlink ul li:hover a {
    color: white;
    margin: 0;
    padding-left: 5px;
}

.fastlink ul li a {
    color: #21213C;
    padding: 5px 5px 5px 1px;
    transition: 0.2s ease-in-out;
	font-family:'Arial','Helvetica', sans-serif;
}

.post-right p {
    color: #555!important;
}

.kgb {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

.kgb:hover .post-right h5 a {
    color: #0049C7;
}

.kgb:hover .post-thumb img {
    transition: 0.3s ease;
    transform: scale(1.1);
    opacity: 0.8;
}

.fastlink ul li {
    border: 1px solid #ddd;
}

.fastlinkbkv ul li {
    border: 1px solid #ddd;
}

.fastlinkbkv ul li {
	list-style:none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.fastlinkbkv ul li:hover {
    background: #2c93d6;
    transition: 0.2s ease-in linear;
}

.fastlinkbkv ul li:hover a  {
    color: white!important;
    margin: 0;
    /* font-weight: bold; */
    padding-left: 7px;
}
.fastlinkbkv ul li:hover a strong{
	color:white!important;
}

.fastlinkbkv ul li a {
    color: #003b81;
    padding: 15px 10px 15px 5px;
    font-weight: 600;
    transition: 0.01s ease-in-out;
}

.bkv ul {
    list-style-type: disc;
}

.bkv p,
ul li {
    color: black;
}

.catagoriesblog {
    border: 1px solid white!important;
}

strong {
	display:inline-block;
	padding: 0px 7px 0px 2px;
    /*color: #2f2f2f;*/
}


/* rektorat */

.item_content_rektorat h3 a {
    color: #113d9b;
	padding:0%;
	margin:0;
}


/* ilmit faoliyat */

.ilm_faol li {
    border: none!important;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #dddddd;
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
}

.uploadinglist ul li {
    list-style-type: disc!important;
    color: black;
}

.kf_convocation_des {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.item_img_rektorat {
    width: 170px;
    float: left;
    margin-right: 20px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.uldisc2 ul li {
    margin-bottom: 10px;
    margin-left: 40px;
    list-style-type: disc;
}

.uldisc1 li {
    margin-bottom: 10px;
    margin-left: 40px;
    list-style-type: disc;
}

.main-contentilm p a {
    color: #333333;
    font-size: 14pt;
    font-weight: 600;
}

.main-contentilm p a:hover {
    color: goldenrod;
    font-size: 14pt;
}

.kf_convocation_des {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.main-contentilm p {
    margin: 0 0 10px;
}


/* fakultetlar */

.faculty_div {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eee;
}

.department_item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-left: 50px;
}

.faculty_div img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.department_item img,
.department_item a:hover {
    color: #ff7c11;
}

.department_item img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.faculty_div a {
    font-size: 22px;
    font-weight: bold;
    color: #151515;
    padding-left: 15px;
}

.department_item a {
    font-size: 12pt;
    color: #151515;
}

.item_content_rektorat h4 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.kf_convocation_wrap h4 {
    font-weight: normal;
    margin: 0px 0 20px 0;
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 26px;
}

.item_content_rektorat {
    font-size: 17px;
    display: block;
    line-height: 1.45;
    color: #5d5d5d;
}

.info_rektorat {
    margin:10px;
}

.info_rektorat i {
    margin-right: 10px;
}

.item_img_rektorat {
	width:170px;
    float: left;
    margin-right: 20px;
}

.flip h3 {
    text-align: inherit;
}


/* markaz va bo'limlar  */

.item_section>a>.section_text {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    display: inline;
}

.item_section>a>.section_image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline;
}

.item_section>a>p {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    display: inline;
}

.item_section {
    border-bottom: 1px solid rgb(234 228 228);
    padding: 10px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item_section>a {
    width: 100%;
    display: inline-block;
}

.item_section:hover a p {
    color: rgb(4, 4, 94)!important;
    padding-left: 15px;
    transition: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
}

.content_bolim p {
    text-align: justify;
}

.contentstrong {
    margin-top: 10px;
    padding-top: 20px;
}

.contentstrong em a strong {
    color: #3d3d3d;
}

.contentstrong a strong {
    color: #3d3d3d;
}

.smallerh3 {
    display: flex;
    justify-content: center;
}

.smallerh3 h3 {
    width: 50%;
    font-size: 16pt!important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading a:hover {
    color: #23527c;
}

.panel-heading div {
    padding: 5px 0px 5px 10px;
}

.panel-default {
    border-color: #ddd;
}

.main-content a {
    color: #333333;
    font-weight: 600;
	width:75px;
    padding: 0px 5px 0px 0px;
}

.attribute p a {
    font-size: 13pt;
    padding-left: 10px;
}

.attribute p {
    font-size: 11pt;
    padding-left: 10px;
    line-height: 2;
    color: #090909!important;
}

.attribute ol li {
    list-style: decimal;
    width: 100%;
}

.attributre a {
    color: #333333;
    font-weight: 600;
}

.mainhover ul li:hover>a {
    color: blue;
    transition: 0.2s;
    transition-timing-function: ease-in;
}

.mainchange p a {
    font-size: 12pt;
    columns: black;
    font-weight: 600;
    border: 1px solid transparent;
}

.mainchange p:hover a {
    padding-left: 5px;
    color: blue;
    transition: 0.2s;
    transition-timing-function: ease-in;
}

.text_justify {
    padding-left: 20px;
}

.text_justify p a {
    font-size: 13pt;
}


/* qabulxona */

.whiteplus ul li a {
    color: white!important;
	font-family:'Arial','Helvetica', sans-serif;
}

.whiteplus ul li {
    color: white!important;
}

.whtclr a {
    color: white!important;
	font-family:'Arial','Helvetica', sans-serif;
}

.whtclrmd {
    color: white!important;
    padding: 2px 6px 2px 6px!important;
}

.whtclr:hover>p a {
    color: cyan!important;
}

.btnfix {
    padding: 0px 10px;
}

.btnfix a {
    padding: 5px 0px;
    font-size: 12pt!important;
    color: #000000;
}

.li-noborder li {
    border: 1px solid white!important;
}

.treeCSS>li:not(:only-child),
.treeCSS li li {
    position: relative;
    padding: .3em 0 0 1.2em;
}

.treeCSS li:not(:last-child) {
    list-style-type: disc;
}


/* mixed lines for down  */

.borderdown {
    border-bottom: 3px solid #1F386B;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 10px;
}

.qator {
    padding: 10px;
}




/* virtual qabulxona  */

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mess-error {
    color: red;
}

.btn_s {
    background-color: rgb(17, 61, 155);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: rgb(17, 61, 155)!important;
    border-color: rgb(17, 61, 155);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-primary2 {
    color: #fff;
    background-color: rgb(17, 61, 155);
    border-color: rgb(17, 61, 155);
}
.disc ul{
	padding:5px;
margin:5px 20px;
    list-style-type: disc!important;
	}

.btn-primary2:hover {
    color: white;
}

.whtclr a:hover {
    color: cyan!important;
}

.circlerdiv>ul>li{
padding:5px;
margin:5px 20px;
    list-style-type: disc!important;
}




  /* 2022 years codes  new code line for head menus line  */
  .menuzord-menu>li>a::after {
    content: '';
    width: 0%;
    height: 2px;
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    padding-bottom: 2px;
    background: #ff7c11;
    transition: 0.35s;
}

.menuzord-menu>li>a:hover::after {
    width: 100%;
    transition: 0.35s all ease;
	margin-top:3px;
}
.menuzord-brand {
    margin: 5px;}


/*news and events adds start*/
.col-md-wz {
    width: 100%;
    height: fit-content;
    padding: 0px 0px;
}

/*news and events end*/




/*end of additional header menu styles*/
/*media for top header*/
@media screen and (min-width: 1590px) {
    .menuzord-responsive .menuzord-menu > li > a{
        font-size: 14px;
        line-height: 14px;
		font-family: 'Arial','Helvetica', sans-serif;
        margin: 15px 5px 2px -5px;
    }
	
	.menuzord-menu>li>.megamenu .megamenu-row li a {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
	font-family: 'Arial','Helvetica', sans-serif;
    color: #25292e;
    font-weight: 400;
    -webkit-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
	border-top: 0 solid rgba(233,233,233,.38);
    border-left: 0 solid rgba(233,233,233,.38);
    border-right: 0 solid rgba(233,233,233,.38);
    border-bottom: 1px solid rgba(233,233,233,.38);
	}
    .menuzord-brand img {
        max-height: 80px!important;
        position: relative;
        left: 10px;
    }
    .menuzord-menu>li>.megamenu .megamenu-row {
        width: 100%;
        margin-top: 0px!important;
    }
 	.menuzord-menu > li > .megamenu {
        /*top: 70px;*/
        padding: 0;
        /*width: 90%;*/
		width: 80%;
		padding-top:5px;
		top:85px;
        float: right;
    }
	.menuzord-menu.menuzord-right {
    	float: right;
		/*margin-right: 120px;*/
	}

	.menuzord-menu ul.dropdown {
    	top: 85px;
		/*margin-left:-25px;*/
    	/*margin-right: 20px;*/
		padding-top:5px;
	}
	.menuzord-menu ul.dropdown li a {
    color: #25292e;
    font-size: 14px;
	font-family: 'Arial','Helvetica', sans-serif;
    font-weight: 400;
    padding: 7px 25px 7px 22px;
}
		.img-fullwidth {
    	width: 276px;
    	height: 260px!important;
    	object-fit: cover;
    	border-radius: 2px;
	}
	.post-thumb>.img-fullwidth {
    	width: 276px;
		height: 100%!important;
    	object-fit: cover;
    	border-radius: 2px;
	}
	

	

}

@media (min-width: 992px) and (max-width:1860px) {
	.post .post-thumb img{height:100%!important;}
	.work-gallery .gallery-thumb img{}
    .menuzord-menu > li > .megamenu {
        top: 63px;
        padding: 0;
        width: 90%;
        float: right;
    }
	.col-md-wz {
    	width: 100%;
    	height: 510px;
    	padding: 0px 0px;
	}
	.img-fullwidth {
    	width: 276px;
    	height: 225px!important;
    	object-fit: cover;
    	border-radius: 4px;
		}
   }
.loseultype{
list-style:none;
	 text-align: center;
    display: flex;
    flex-direction: revert;
    justify-content: center;
}
/*slider extra styles*/
	#jssor_1{
		background: #1f386b;
  		box-shadow:0px 0px 2px 1px #036;  
		}


/*footer changes*/
.footer__icon_free{
	padding:10px;
}

.bottom-footer__map {
    display: flex;
    align-items: center;
    grid-gap: 13px;
    gap: 13px;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 12px;
    padding: 8px 0px 5px 5px;
    transition: all .2s;
    width: 405px;
	position:relative;
}
@media (max-width: 1440px)

.bottom-footer__map p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .03em;
    color: hsla(0,0%,100%,.6);
}
.bottom-footer__btn {
    font-weight: 500;
	margin:10px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .03em;
    color: #fff;
    position: absolute;
    padding: 6px 9px;
    background: hsla(0,0%,100%,.16);
    border-radius: 6px;
    transition: all .2s;
    right: -24px;
    top: 54px;}
.bottom-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    padding-top: 19px;
}
.bottom-footer__map:hover {
    border-color: #00a795;
    cursor: pointer;
    transition: all .2s;
}
.bottom-footer__map:hover .bottom-footer__btn {
    background: #00a795;
    color: #fff;
}
.bottom-footer__map:hover> #footer__btn_pro{
    background: #00a795!important;
    color: #fff!important;
    /*font-size: 22px;*/
}
.bottom-footer__map:hover>a{
    font-size: 33pt;
}
.bottom-footer__map p{
    position: relative;
    top: 4px;
}

/* ----------------------rahbariyat */

.prorektor-active{
	background: url('./img/1.svg') #194f8e !important;
	background-repeat: no-repeat !important;
	background-position-x: right !important;
	background-position-y: bottom !important;
}
.pro-right__title-active, 
.pro-right__title2-active{
	color: #fff !important;
}
.pro-right__text-active span{
	color: #809dc0 !important;
}
.pro-right__text-active {
	color: #e4e1e1 !important;
}
.pro-right__text-active a{
	color: #7171f1 !important;
}
/* active ends */

.prorektor{
	border: 1px solid #ececec;
	position: relative;
	display: flex;
	align-items: center;
	/* margin-left: 80px; */
	background: url('./img/2.svg');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	color: #fff;
	margin-bottom: 20px;
	height: 200px;
	/* width: 65%; */
}
/* .pro-left{
	height: 100%;
} */
/* .pro-left img{
	height: 100%;
	width: 100%;
} */
.pro-right{
	gap: 5px;
	padding: 0px 0px 0px 40px;
	/* height: 100%; */
	/* width: 100vh; */
}
.pro-right__title{
	margin: 22px 0;
}
.pro-right__title, 
.pro-right__title2{
	position: relative;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #003b81;
	line-height: 26px;
	letter-spacing: 0.7px;
    padding: 0!important;
}
.pro-right__title2{
	color: #44494f;
}
.pro-right__text span{
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: #44494f;
	padding-right: 2px;
}
.pro-right__text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #565758;
}
.pro-right__text a{
	padding-left: 2px;
	color: #7171f1;
	text-decoration: none;
}
.pro-right__text a:hover{
	text-decoration: underline;
}
/* After effects */
.pro-right__title::after{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	height: 2px;
	background: #7676e6;
	width: 15%;
	transition: 0.3s ease-in-out;
}
.pro-right:hover .pro-right__title::after{
	width: 100%;
}
.pro-left img{
    width: 269px;
    height: 200px;
}
//color_text_styles_remix
.txt_cyan li{
color:0c4bb3!important;
}

.regime_test_web{
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
}
.regime_test_web p {
	font-family: 'Arial','Helvetica', sans-serif;
    padding: 0px 85px;
    font-weight: 600;
    font-size: 12px;
	position:relative;
	top:-3px;
}
marquee{
height:25px;
}
.regime_test_web p span{
	margin:0px 100px !important;
	padding:0px 20px !important;
	font-size: 14px;
}
.wstuffpro{width:300px!important}
.elonlar-details h4 a{text-transform:none}
.entry-title a{text-transform:none}
.entry-content div span,p{font-size:16px!important;}
.has-vivid-cyan-blue-background-color {
    background-color: #0693e3 !important;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff;
}
.wp-container-1 {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
}
.wp-block-button__link {
       color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    text-transform: uppercase;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    padding: 8px 20px!important;
    width: 214px!important;
    margin: 15px;
}
.myPrintDesign{
    font-size: 16px;
    color: #333;
    text-align: justify;
    padding-bottom: 10px;
    font-weight: 400;
	margin-left:5px;
}
.right_txt{
position:relative;
	left:15px;
}
.menuzord-responsive .menuzord-menu > li:nth-child(8)>a{
	color:#3F7E44;
	position: relative;
    right: 15px;
	animation: pulsate 1.5s linear infinite;  
	text-shadow:
            0 0 1px #39e90d,
      0 0 2px #39e90d,
      0 0 3px #39e90d,
      0 0 4px #39e90d,
      0 0 8px #39e90d,
      0 0 9px #39e90d,
      0 0 10px #39e90d,
      0 0 15px #39e90d;

}
.menuzord-responsive .menuzord-menu >li:nth-child(8)>a::after {
	content: '';
    width: 0%;
    height: 2px;
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    padding-bottom: 2px;
    background: #39e90d;
    transition: 0.35s;
}
.menuzord-responsive .menuzord-menu >li:nth-child(8)>a:hover::after {
    width: 100%;
    transition: 0.35s all ease;
    margin-top: 3px;
}
#sdg__id{
	text-transform:lowercase;
}
/* Flickering animation */
@keyframes pulsate {
    100% {
    /* Larger blur radius */
    text-shadow:
      0 0 111px #39e90d,
      0 10px 111px #39e90d,
      0 0 51px #39e90d,
      0 0 61px #39e90d,
      0 0 181px #39e90d,
      0 0 111px #39e90d,
      0 0 11px #39e90d,
      0 0 11px #39e90d;
  }
 0% {
    /* A slightly smaller blur radius */
    text-shadow:
      0 0 11px #39e90d,
      0 0 3px #39e90d,
      0 0 5px #39e90d,
      0 0 7px #39e90d,
      0 0 11px #39e90d,
      0 0 1px #39e90d,
      0 0 11px #39e90d;
  }
}/* -------------------------- interaktive  */
.block-head.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-right: 30px;
    padding-left: 30px;
	color:#00003E!important;
}
.cell-4, .masonry.nobar .post-item {
    width: 33.33333333%;
}
[class*="cell-"], .masonry .post-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.service-box-2 {
    padding-top: 30px;
}
.box-2-cont {
    position: relative;
    border-top: 1px #ECECEC solid;
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 5px;
    /* border: 1px #e6bb0e solid; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-box-2 p.mediumFont {
    overflow: hidden;
    max-height: 180px;
    border-bottom: 1px #eee solid;
    padding-bottom: 25px !important;
}
.service-box-2 .r-more {
    position: relative;
    z-index: 1;
    display: table;
    margin: 15px auto 0;
    padding: 8px 15px;
    background: #ECECEC;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
a.main-color:hover, .project-name:hover, .box-top .more-btn:hover {
    color: #333 !important;
}
.service-box-2 .fa {
    display: table;
    margin: -45px auto 25px;
    width: 90px;
    height: 90px;
    border: 1px solid rgb(230, 187, 14);
    border-radius: 50%;
    background-color: rgb(230, 187, 14);
    box-shadow: rgb(230, 187, 14) 0px 0px 0px 3px inset;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 38px;
    line-height: 90px;
    transition: all 100ms linear 0s;
}
.box-2-cont:hover>.main-color{
    background-color: #036!important;
    color: #fff!important;
} 
.box-2-cont:hover>.bg__head{
    /*background-color: #036!important;*/
    color: #fff!important;
}
.service-box-2 h4 {
    text-align: center;
    font-weight: bold;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.sectionWrapper {
    padding: 3% 0;
}
.cell-3 {
    width: 25%;
}

.tt_facultitem {
    display: block;
    height: 120px;
    text-align: center;
    text-decoration: none;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    color: #aeaeae;
    margin: 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 1px #aeaeae;
    box-shadow: 0px 0px 2px 1px #aeaeae;
    -webkit-transition: background 0.25s linear, color 0.25s linear, box-shadow 300ms ease-in-out;
    transition: background 0.25s linear, color 0.25s linear, box-shadow 300ms ease-in-out;
}
.tt_facultitem i {
    font-size: 40px;
    display: inline-block!important;
    vertical-align: bottom;
}
.tt_facultitem span {
    display: block;
    width: 40px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #aeaeae;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: background 0.25s linear;
}
.tt_facultitem h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.tt_facultitem:hover {
    -webkit-box-shadow: 0px 0px 15px rgb(#036 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(#036,#036,#036,0.3);
    box-shadow: 0px 0px 15px rgb(#036 / 30%);
}
.tt_facultitem:hover i {
    color: #036;
}
@media only screen and (max-width: 768px){
    .cell-4{
        width: 100%;
    }
    .cell-3{
        width: 50%;
    }
	.block-head{
        font-size:22px
    }
	.service-box-2 {
    padding-top: 50px;
    margin: auto!important;}
}
.font_atm{
	color:#fff!important;
	padding:10px;
	font-size:12px!important;}

/* ----------------------- finish interektiv */
.whiteplus ul li a i{display:inline-block!important}

.service-block .thumb .desc,
.service-block .thumb .price,
.team-block .team-thumb .styled-icons,
.team-block .team-thumb .team-overlay,
.work-gallery .gallery-thumb .gallery-overlay {
  background: rgba(31, 56, 107, 0.7);
}
.fastlinkbkv ul li:hover a span{color:#fff!important}


.jtp_effect a{
    box-shadow:
    0 0 1px #ff7c11,
    0 0 2px #ff7c11,
    0 0 2px #ff7c11,
    0 0 2px #ff7c11,
    0 0 1px #ff7c11,
    0 0 1px #ff7c11,
    0 0 1px #ff7c11;
    animation: pulsate2 1.5s linear infinite;  
	text-shadow:
      0 0 5px #ff7c11,
      0 0 10px #ff7c11,
      0 0 15px #ff7c11,
}
@keyframes pulsate2 {
    0% {
        /* A slightly smaller blur radius */
        box-shadow:
        0 0 1px #ff7c11,
        0 0 2px #ff7c11,
        0 0 3px #ff7c11,
        0 0 4px #ff7c11,
        
      }
      50% {
        box-shadow:
        0 0 4px #ff7c11,
        0 0 6px #ff7c11,
        0 0 8px #ff7c11,
       
      }
    100% {
    box-shadow:
   
    0 0 8px #ff7c11,
    0 0 10px #ff7c11,
    0 0 12px #ff7c11;
  }

}
.jtp_effect a i{
    color: #ff7c11!important;
    
}

.jtp_effect a h4{
    color: #ff7c11!important;
    font-weight: bold;
    
}
.jtp_effect a:hover h4{
    color: #ff7c11!important;
    font-weight: bold;
    
}
.jtp_effect a i:hover{
    color: #ff7c11!important;
}
.jtp_effect a h4:hover{
    animation: pulsate2 1.4s linear infinite;  
	text-shadow:
      0 0 1px #ff7c11,
      0 0 2px #ff7c11,
}
/*qabul*/


.qabul{
	color:#3F7E44;
	position: relative;
    right: 15px;
	animation: pulsate_qabul 1.5s linear infinite;  
	text-shadow:
            0 0 1px #39e90d,
      0 0 2px #39e90d,
      0 0 3px #39e90d,
      0 0 4px #39e90d,
      0 0 8px #39e90d,
      0 0 9px #39e90d,
      0 0 10px #39e90d,
      0 0 15px #39e90d;

}
.qabul::after {
	content: '';
    width: 0%;
    height: 2px;
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    padding-bottom: 2px;
    background: #39e90d;
    transition: 0.35s;
}
.qabul:hover::after {
    width: 100%;
    transition: 0.35s all ease;
    margin-top: 3px;
}
#sdg__id{
	text-transform:lowercase;
}
/* Flickering animation */
@keyframes pulsate_qabul {
    100% {
    /* Larger blur radius */
    text-shadow:
      0 0 15px gold,
      0 0 16px gold,
      0 0 17px gold,
      0 0 18px gold,
      0 0 19px gold,
      0 0 20px gold,
      0 0 30px gold,
      0 0 40px gold;
  }
 0% {
    /* A slightly smaller blur radius */
    text-shadow:
      0 0 11px gold,
      0 0 3px gold,
      0 0 5px gold,
      0 0 7px gold,
      0 0 11px gold,
      0 0 1px gold,
      0 0 11px gold;
  }
}
/* Table new styles */
#customers_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers_table td, #customers_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers_table tr:nth-child(even){background-color: #f2f2f2;}


#customers_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #190193;
  color: white;

}
#customers_table tr td ul li{
    padding: 5px 0px;
	line-height:16px;
}
.img_key_data{padding:10px 0px;margin:5px 0px}
#table_info_conference {
        font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        width: 100%;
      }

      #table_info_conferencemers_table td,
      #table_info_conference td {
        border: 1px solid #ddd;
        padding: 8px;
      }

      #table_info_conference tr:nth-child(odd) {
        background-color: #f2f2f2;
      }

      #table_info_conference th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #190193;
        color: white;
      }
      #table_info_conference tr td ul li {
        padding: 5px 0px;
      }
     .item_log_class p{
            padding: 10px 30px;
            border: 1px solid #eee;
            margin: 5px 0px;
		 font-weight:bold;
		 background:#ff7c11;
            border-radius: 5px;
		 color:white!important;
        }
        .item_log_class{
            border: 1px solid rgba(2, 0, 16, 0.267);
            padding: 10px;
            margin: 10px 0px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: start;
        }
		.p_info_tag{
            border: 1px solid #110034;
        }
        .p_info_tag p{
            color: rgb(228, 82, 8)!important;
            font-size: 26px;
            padding: 10px;
            text-align: center;
            font-weight: 600;
            text-shadow: 0px 4px 4px rgba(244, 79, 19, 0.267)
        }
 .table_all_main p{
            padding: 0px;
            margin: 5px;
	 line-height:22px;
        }
        .table_all_main img{
            height: 200px!important;
        }
.item_main_entry_body p{line-height:20px;padding:5px 0px}

.box-2-cont__example:hover>.main-color{
    background-color: #036!important;
    color: #fff!important;
}


.box-2-cont:hover>.main-color{
    background-color: #e6bb0e!important;
    color: #fff;
}

/* ranking_span */
.ranking_span a{
    color: #00a7ee;
}
.tizim_updated_part{
margin-top:40px;
	flex-wrap:wrap;
}

.box-2-cont img{
	margin:5px 0px
}

/*Winter effect*/
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background-image: url("./winter/background.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.qator{
position:relative;
}
.cell-3,.cell-4,.mzero,.header-nav .header-nav-wrapper .menuzord,.header-contact,.btn-theme-colored,.widget .styled-icons li,.bottom-footer__map,.qator>a{
z-index:333
}
.widget .styled-icons li{
position:relative;
}
.top__list_elems{
font-family:'Arial','Helvetica', sans-serif!important;
	color:#fff;
}
.top__list_elems:hover{
color:#fff!important;
}

.top__list_elems >i{
margin:0px 2px;
}




/*accardion css only */



.container__inp {
    /* max-width: 700px; */
    margin: 10px auto;
    background-color: #f9fafc;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}

.title__inp {
    color: #00003E;
    font-size: 18px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
    position: relative;
}

.content__inp {
    background-color: #fff;
    transition: 0.34s ease;
    display: none;
    padding: 2px 8px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~.content__inp {
    display: block;
}

.title__inp::after {
    content: "+";
    right: 20px;
    position: absolute;
    color: #00003E;
    font-size: 30px;
}

.title__inp:hover {
    background-color: #e1e2e3;
    /* border-radius: 8px; */
}

input[type="checkbox"]:checked~.title__inp::after {
    content: "-";
}

.charter-main .charter-download {
    background: #024da5;
    border-radius: 4px;
    margin-top: 25px;
    padding: 16px 48px 0 32px;
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

.charter-main .charter-download h3 {
    color: #fff;
    font-family: "DIN Pro";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 12px;
    padding-top: 8px;
}

.charter-main .charter-download p {
    color: hsla(0, 0%, 100%, .5);
    font-size: .9375rem;
}
.new_ustav-ferpi{
    display: flex;
    background-color: #024da5;
    color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;

}
.new_ustav-ferpi>div>p,h3{
    color: #fff!important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
}
.ustav__ferpi>img{
    width: 200px;
    object-fit: cover;
}
.download__btn{
    color: #fff;
}



.img_book_ferpi {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.ustav__ferpi img{
    max-width: 400px;
    margin-right: 48px;
    bottom: 10px;
    border-radius: 5px;
}
.new_ustav-ferpi{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 30px 20px;
}
.ustav__ferpi{
    display: flex;
    flex-direction: row;
}
.img_book_f{
    width: 700px;
    position: relative;
}
.img_book_f img{
    position: absolute;
    /* width: 00px; */
    height: 300px;
    top: -100px;
    object-fit: cover;
    right: 10px;
}


.text_book_ff p{
    width: 550px;
}
