/* ==========================
 * Css Reset
===========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body, html {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Cairo-Regular';
    font-size: 16px;
    color: #626262;
}
body {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
a,button{
	text-decoration: none !important;
	outline: none !important;
}
.f-left{float: left}
.f-right{float: right}
.w-100{width: 100%}
.w-75{width: 50%}
.w-50{width: 50%}
.w-25{width: 25%}
.d-inline-block{display: inline-block}
.d-block{display: block}
.p-relative{position: relative}
.p-absolute{position: absolute}
.p-fixed{position: fixed}
.overflow-h{overflow: hidden}
.z-index-9{z-index: 9}
.z-index-99{z-index: 9999 !important;}
.right{right: 0}
.left{left: 0}
.top{top: 0}
.bottom{bottom: 0}
.reset-ul{padding: 0;list-style: none}
.clear-fix{clear: both}
.t-center{text-align: center}
.t-left{text-align: left}
.t-right{text-align: right}
.t-justify{text-align: justify}
.no-padding{padding: 0}
.no-padding-right{padding-right: 0}
.no-padding-left{padding-left: 0}
.no-padding-top{padding-top: 0}
.no-padding-bottom{padding-bottom: 0}
.no-margin{margin: 0}
.no-margin-right{margin-right: 0}
.no-margin-left{margin-left: 0}
.no-margin-top{margin-top: 0}
.no-margin-bottom{margin-bottom: 0}
.no-border{border: 0 !important}
.no-border-right{border-right: 0 !important}
.no-border-left{border-left: 0 !important}
.no-border-top{border-top: 0 !important}
.no-border-bottom{border-bottom: 0 !important}
.t-up{text-transform: uppercase}
.hide{display: none !important}
.show{display: block !important}
.transition,a,.run-search,.newsletter-join,
.custom-accordion .card i,
li.menu-item-has-children > a::before,
.navigation-main ul{-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out}
.box-size{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box}
.no-box-shadow{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none}
.bg-transparent{background-color: transparent}
.no-border-radius{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}
.no-outline{outline: 0}
.over-h{overflow: hidden}
body.rtl .f-left{
    float: right;
    text-align: right;
}
body.rtl .f-right{
    float: left;
    text-align: right;
}
a, a:focus, a:hover {	
    outline: none;
    text-decoration: none;
    color: #333;
}
.theme-container{
    position: relative;
    overflow: hidden;	
}
#theme-wrapper {
    position: relative;
    z-index: 108;
    height: 100%;
    margin: 0 auto;
}
.theme-container, #theme-wrapper{
    height: 100%;
}
.theme-boxed{
    position: relative;
    background: #FFF;
    margin: 0 auto;
}
.theme-boxed.theme-shadow{
    box-shadow: 0 1px 7px rgba(171, 171, 171, 0.5);
}
.theme-boxed.theme-framed{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.rainbow-line{
    height: 1px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
}
.boxed-layout{
    padding-right: 0;
    padding-left: 0;
}
.main-header{
    position: relative;
}
#warp-video,
#warp-slider{
    width: 100%;
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
}
.section-video{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#warp-video{
    overflow: hidden;
}
.video-background{
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.builder-section .video-background{
    position: relative;
    z-index: -1;
}
.carousel-item{
    height: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slide_data_over{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 25%;
    z-index: 99;
}
.slide_data_over_title {
    position: relative;
    top: 0;
    opacity: 1;
    margin-bottom: 40px;
    padding-top: 65px;
}
.slide_data_over_title span {
    color: #fff;
    font-size: 90px;
    line-height: 90px;
}
.slide_data_over_content {
    width: 100%;
    margin-bottom: 50px;
}
.slide_data_over_content span {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
#carouselHeader .carousel-control-prev-icon,
#carouselHeader .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-image: none;
}
#carouselHeader .carousel-control-next-icon:after{
    content: '>';
}
#carouselHeader .carousel-control-prev-icon:after {
    content: '<';
}
.slider-navigation .slide-thumb{
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
    padding: 29px 0 30px 25px;
    margin: 0;
    color: #fff;
    background: #2a2a2a;
}
.ltr .slider-navigation .slide-thumb:not(:last-child) {
    border-right: 1px solid rgba(230,230,230,.25);
}
.rtl .slider-navigation .slide-thumb:not(:last-child) {
    border-left: 1px solid rgba(230,230,230,.25);
}
.slide-thumb .thumb-icon{
    width: 56px;
    font-size: 44px;
    line-height: 44px;
    margin-top: 6px;
}
.ltr .slide-thumb .thumb-icon{
    margin-right: 15px;
}
.rtl .slide-thumb .thumb-icon{
    margin-left: 15px;
}
.slide-thumb .thumb-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 65%;
    flex: 65%;
    -ms-flex-direction: column;
    flex-direction: column;

}
.ltr .slide-thumb .thumb-body{
    padding-right: 15px;
}
.rtl .slide-thumb .thumb-body{
    padding-left: 15px;
}
.thumb-no-icon .thumb-body{
    padding: 0;
}
.thumb-body .heading1 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3.5px;
    margin-bottom: 5px;
}
.slider-no-padd{
    padding-left: 0;
    padding-right: 0;
}
.thumb-body .heading2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.carousel-thumbs{
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-sections{
    position: relative;
    z-index: 9;
    clear: both;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 9;
}
#carouselHeader .carousel-item:after,
.elementor-slider-carousel .carousel-item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.carousel-control-next, .carousel-control-prev{
    width: 10%;
}
#warp-slider,
#carouselHeader,
#carouselHeader .carousel-inner{
    height: 100%;
}
.slider-navigation{
    transform: translateY(-47%);
    z-index: 5;
    position: relative;
}
.slider-more-button{
    padding: 10px 20px;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
}
.top_divider,
.bottom_divider {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
}
.top_divider,
.bottom_divider{
    left: 0;
    z-index: 1;
}
.divider-over-top{
    z-index: 999;
}
.bottom_divider {
    bottom: 0;
    margin-bottom: -1px;
}
.top_divider{
    top: 0;
    margin-top: -1px;
    transform: rotateX(180deg);
}
.top_divider.divider-flip,
.bottom_divider.divider-flip{
    transform: rotateY(180deg);
}
.top_divider.divider-flip{
    transform: rotateX(180deg) rotateY(180deg);
}
.welcome-text{
    padding: 0 10px;
    border: 1px solid #CCC;
}
.ltr .welcome-text{
    float: left;
    margin: 0 10px 0 0;
    border-width: 0 1px 0 0;
}
.rtl .welcome-text{
    float: right;
    margin: 0 10px 0 0;
    border-width: 0 1px 0 0;
}
.main-topbar,
.header-breadcrumbs{
    position: relative;
}
.header-overlay,
.breadcrumbs-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.header-main-row{
    z-index: 99;
}
.header-breadcrumbs .container{
    position: relative;
    z-index: 9;
}
.ltr .contact-info i {
    margin-right: 5px;
}
.rtl .contact-info i {
    margin-left: 5px;
}
.top-diver {
    margin: 0 5px;
    display: inline;
}
.ltr .top-diver {
    border-left: 1px solid #d6d6d6;
}
.rtl .top-diver {
    border-right: 1px solid #d6d6d6;
}
.topbar-menu ul {
    margin: 0; padding: 0;
}
.topbar-menu li {
    display: block;
    margin: 0; padding: 0;
    position: relative;
}
.ltr .topbar-menu li{
    float: left;
}
.rtl .topbar-menu li{
    float: right;
}
.topbar-menu li a{
    display: block;
}
.ltr .topbar-menu .menu-item-has-children > a{
    padding-right: 20px;
}
.rtl .topbar-menu .menu-item-has-children > a{
    padding-left: 20px;
}
.topbar-menu .menu-item-has-children > a:before{
    content: '';
    position: absolute;
    margin-top: 4px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #ffffff;
    transition: border 0.15s;
}
.ltr .topbar-menu .menu-item-has-children > a:before{
    right: 7px;
}
.rtl .topbar-menu .menu-item-has-children > a:before{
    left: 7px;
}
.topbar-menu .menu-item-has-children .menu-item-has-children > a:before{
    border: 4px solid transparent;
}
.topbar-menu ul ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.topbar-menu ul ul li {
    float: none;
    width: 150px;
}
.topbar-menu ul ul li a {
    padding: 5px 10px;
}
.topbar-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.topbar-menu ul ul li ul {
    top: 0;
}
.ltr .topbar-menu ul ul li ul{
    left: 150px;
}
.rtl .topbar-menu ul ul li ul{
    right: 150px;
}
.modal .modal-content.form-wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
}
.modal{
    background-color: rgba(0,0,0, .75);
}
.modal .modal-content.form-wrapper .close-box {
    height: 50px;
    width: 50px;
    color: #ffffff;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ltr .modal .modal-content.form-wrapper .close-box{
    right: -50px;
}
.rtl .modal .modal-content.form-wrapper .close-box{
    left: -50px;
}
.modal .modal-content.form-wrapper .close-box:hover{
    color: #f20007;
}
.custom-login-btn{
    text-transform: uppercase;
    cursor: pointer;
}
.ltr .login-btn i {
    padding-right: 10px;
}
.rtl .login-btn i {
    padding-left: 10px;
}
.login-padding{
    padding: 30px;
}
h4.block-title {
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0 0 26px;
    background-color: #f0f0f0;
    font-size: 17px;
    font-weight: 300;
    line-height: 15px;
    height: 14px;
    text-transform: uppercase;
}
h4.block-title:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #ea0253;
    left: 0;
    top: 49%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    z-index: 5;
}
h4.block-title span {
    margin: 0;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 1px 12px 1px 24px;
}
.input-style,
.btn{
    box-shadow: none !important;
    outline: 0 !important;
}
.btn-animation{
    position: relative;
}
.btn::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.btn:hover::before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}
.btn-animation{
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:10;
}
.btn-animation::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-animation::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ddd;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
}
.btn-animation:hover::before, .btn-animation:hover::before{
    opacity:1;
    width: 116%;
}
.btn-animation:hover::after, .btn-animation:hover::after{
    opacity:1;
    width: 120%;
}
.close {
    position: absolute;
    right: 0;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.close:hover:before{
    transform: rotate(35deg);
}
.close:hover:after {
    transform: rotate(-35deg);
}
.topbar-socail,
.language-switcher-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.topbar-socail.list-items li{
    display: inline-block;
    margin: 0 5px;
}
.topbar-socail.list-items li a span{
    display: none;
}
.brand-color li.rss_url_hover a:hover{
    color: #f26522 !important;
}
.brand-color li.facebook_url_hover a:hover{
    color: #3b5998 !important;
}
.brand-color li.twitter_url_hover a:hover{
    color: #1da1f2 !important;
}
.brand-color li.google_url_hover a:hover{
    color: #dd4b39 !important;
}
.brand-color li.dribbble_url_hover a:hover{
    color: #444444 !important;
}
.brand-color li.linkedin_url_hover a:hover{
    color: #0077b5 !important;
}
.brand-color li.youtube_url_hover a:hover{
    color: #ff0000 !important;
}
.brand-color li.vimeo_url_hover a:hover{
    color: #1ab7ea !important;
}
.brand-color li.instagram_url_hover a:hover{
    color: #c13584 !important;
}
.brand-color li.behance_url_hover a:hover{
    color: #1769ff !important;
}
.topbar-social-menu,
.language-switcher-menu{
    border-radius: 0 !important;
    padding: 15px;
    box-shadow: none;
    border-color: transparent;
}
.ltr .topbar-socail.dropdown-items span{
    margin-left: 10px;
}
.rtl .topbar-socail.dropdown-items span{
    margin-right: 10px;
}
.topbar-dropdown-button,
.language-dropdown-button{
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}
.topbar-dropdown-button:after,
.topbar-dropdown-button:before{
    display: none;
}
.topbar-search-input,
.topbar-search-btn,
.menu-nav-search-input,
.menu-nav-search-btn{
    border-radius: 0!important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 5px !important;
}
.topbar-search-input{
    font-size: 11px;
}
.topbar-search-btn{
    border : 0 !important;
}
.menu-nav-search-input{
    font-size: 13px;
    padding: 0 10px !important;
}
.topbar-search-btn,
.menu-nav-search-btn{
    cursor: pointer;
    font-size: 15px;
}
.no-background{
    background-color: transparent !important;
    border: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.main-search-poup-btn{
    position: absolute;
    top: 8px;
    background-color: transparent;
    border: 0;
    font-size: 19px;
    cursor: pointer;
}
.ltr .main-search-poup-btn{
    right: -5px;
}
.rtl .main-search-poup-btn{
    left: -5px;
}
body.modal-open #theme-wrapper{
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.ltr .language-switcher img{
    margin-right: 5px;
}
.rtl .language-switcher img{
    margin-left: 5px;
}
.language-switcher .nav-link{
    padding: 0;
}
.mega-menu {
    z-index: 999;
}
.main-menu__menu {
    position: relative;
    z-index: 9;
}
ul.main-menu__menu > li {
    position: relative;
    margin: 0;
}
ul.main-menu__menu li a i{
    display: block;
    margin-bottom: 10px;
}
ul.main-menu__menu li.menu-item-icon-only a i{
    margin-bottom: 0;
}
.ltr ul.main-menu__menu > li{
    float: left;
}
.rtl ul.main-menu__menu > li{
    float: right;
}
ul.main-menu__menu > li > a {
    display: block;
    padding: 20px 15px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    color: #a5a5a5 !important;
    font-size: 15px;
}
ul.main-menu__menu li ul {
    position: absolute;
    top: 100%;
    height: auto;
    width: 225px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
ul.main-menu__menu li.menu-item-has-children:not(.menu-item-icon-only) > a::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #000;
    margin-top: 2px;
}
.ltr ul.main-menu__menu li.menu-item-has-children:not(.menu-item-icon-only) > a::before{
    right: 5px;
}
.rtl ul.main-menu__menu li.menu-item-has-children:not(.menu-item-icon-only) > a::before{
    left: 5px;
}
.ltr ul.main-menu__menu ul li.menu-item-has-children > a::before{
    right: 10px !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    margin-top: -1px !important;
}
.rtl ul.main-menu__menu ul li.menu-item-has-children > a::before{
    left: 10px !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    margin-top: -1px !important;
}
.ltr ul.main-menu__menu li ul{
    left: 0;
}
.rtl ul.main-menu__menu li ul{
    right: 0;
}
ul.main-menu__menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
ul.main-menu__menu > li > ul li {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 35px;
    list-style: none;
}
ul.main-menu__menu li li a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
}
ul.main-menu__menu li li a:hover{
    text-indent: 5px;
    background-color: #333;
}
ul.main-menu__menu > li.current-menu-item > a,
ul.main-menu__menu > li.current-menu-parent > a,
ul.main-menu__menu > li:hover > a{
    color: #fff !important;
}
ul.main-menu__menu > li.current-menu-item > a:before,
ul.main-menu__menu > li.current-menu-parent > a:before,
ul.main-menu__menu > li:hover > a:before{
    border-top-color: #fff !important;
}
ul.main-menu__menu li li a {
    background-color: #00aedd;
}
.ltr ul.main-menu__menu li.menu-item-has-children:not(.menu-item-icon-only) > a{
    padding-right: 20px !important;
}
.rtl ul.main-menu__menu li.menu-item-has-children:not(.menu-item-icon-only) > a{
    padding-left: 20px !important;
}
ul.main-menu__menu ul ul {
    position: absolute;
    top: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    left: 100% !important;
}
ul.main-menu__menu ul ul li {
    float: none;
    width: 225px;
    position: relative;
}
ul.main-menu__menu >li.current-menu-item>a:after {
    content: "";
    width: 35%;
    height: 2px;
    position: absolute;
    margin-top: 22px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #2c2f34;
    transition: 0.3s;
}
.icon_only_label{
    display: none;
}
.main-menu.hide_menu_icons li a i.mega-menu-icon,
.main-menu-nav2.hide_menu_icons li a i.mega-menu-icon{
    display: none;
}
.main-menu.inline_menu_icons li a i,
.main-menu-nav2.inline_menu_icons li a i{
    display: inline-block;
    margin-bottom: 0;
}
.main-menu.hide_menu_dropdown ul.main-menu__menu li.menu-item-has-children > a::before,
.main-menu-nav2.hide_menu_dropdown ul.main-menu__menu li.menu-item-has-children > a::before{
    display: none !important;
}
.ltr .main-menu li a i,
.ltr .main-menu-nav li a i{
    padding-right: 5px;
}
.rtl .main-menu li a i,
.rtl .main-menu-nav li a i{
    padding-left: 5px;
}
.header-menu-ul li,
.nav-custom-ul li{
    display: inline-block;
}
.header-menu-ul li a,
.nav-custom-ul li a{
    padding: 0 10px;
}
.ltr .header-menu-ul li.last-item a{
    padding-right: 0;
}
.rtl .header-menu-ul li.last-item a{
    padding-left: 0;
}
.header-box-icon{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-box-icon .one-icon-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.header-box-icon .icon-box-icon{
    width: 56px;
    font-size: 44px;
    line-height: 44px;
    margin-top: 6px;
    text-align: center;
}
.ltr .header-box-icon .icon-box-icon{
    margin-right: 15px;
}
.rtl .header-box-icon .icon-box-icon{
    margin-left: 15px;
}
.header-box-icon .icon-box-body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 65%;
    flex: 65%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ltr .header-box-icon .icon-box-body{
    padding-right: 15px;
}
.rtl .header-box-icon .icon-box-body{
    padding-left: 15px;
}
.icon-box-float{
    float: none;
}
.center-main-header .left-header{
    width: 100%;
    clear: both;
    text-align: center;
}
.center-topbar-header .container,
.center-main-header .right-header,
.center-footer .container,
.center-nav-header .container{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-menu-nav ul.main-menu__menu > li.current-menu-item{
    border-bottom: 5px solid #000;
    margin-bottom: -5px;
}
.menu-nav-search-input{
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.ltr .menu-nav-search-input{
    border-right: 0 !important;
}
.rtl .menu-nav-search-input{
    border-left: 0 !important;
}
.header-slider-div.container .slide_data_over{
    padding: 0 100px;
}
.slide_data_over_title,
.slide_data_over_content,
.slide_data_over_button{
    opacity: 0;
}
.carousel-item.active .slide_data_over_title {
    -webkit-animation: 1s .5s fadeInLeft both;
    animation: 1s .5s fadeInLeft both;
}
.carousel-item.active .slide_data_over_content {
    -webkit-animation: 1s .5s fadeInRight both;
    animation: 1s .5s fadeInRight both;
}
.carousel-item.active .slide_data_over_button {
    -webkit-animation: 1s .5s fadeInDown both;
    animation: 1s .5s fadeInDown both;
}





@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -o-transform: translatey(-30px);
        transform: translatey(-30px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -o-transform: translatey(-30px);
        transform: translatey(-30px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -o-transform: translatey(-30px);
        transform: translatey(-30px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

/** fadeInLeft **/
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

/** fadeInRight **/
@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -o-transform: translatex(100px);
        transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}



.main-footer,
.footer-copyright{
    border-top: 0 solid transparent;
}
.footer-copyright{
    line-height: 39px;
}
.ltr .copy-topline{
    padding-left: 15px;
}
.rtl .copy-topline{
    padding-right: 15px;
}
.main-footer.footer-overlay:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widgets-social li,
.copyrights-social li {
    float: none;
    display: inline-block;
    margin: 0;
}
.copyrights-social li a{
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    display: block;
    text-align: center;
}
.widgets-social li span,
.copyrights-social li span{
    display: none;
}
.widgets-social{
    margin-top: 15px;
}
.ltr .widgets-social{
    margin-left: -5px;
}
.rtl .widgets-social{
    margin-right: -5px;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-widget-text{
    line-height: 30px;
}
.widgets-social li a{
    border: 1px solid rgba(255,255,255, .2);
    width: 30px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    font-size: 13px;
}
.footer-menu li {
    display: inline-block;
    margin: 0 5px;
}
.footer-widget-title{
    position: relative;
    font-size: 17px;
    line-height: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #fff;
}
.footer-widget-title:after{
    content: "";
    background: #2c2f34;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -2px;
}
.ltr .footer-widget-title:after{
    left: 0;
}
.rtl .footer-widget-title:after{
    right: 0;
}
.footer-widget-title i{
    font-size: 15px;
}
.ltr .footer-widget-title i{
    float: right;
}
.rtl .footer-widget-title i{
    float: left;
}
.footer-contact li,
.footer-links li{
    padding: 6px 0;
}
.ltr .footer-contact li i,
.ltr .footer-links li i{
    padding-right: 10px;
}
.rtl .footer-contact li i,
.rtl .footer-links li i{
    padding-left: 10px;
}
#go-top-page {
    bottom: -100px;
    cursor: pointer;
    font-size: 15px;
    z-index: 999;
    margin-bottom: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.ltr #go-top-page {
    right: 15px;
}
.rtl #go-top-page {
    left: 15px;
}
.ltr .newsletter-box .left-info {
    padding-left: 80px;
}
.rtl .newsletter-box .left-info {
    padding-right: 80px;
}
.newsletter-box i.p-absolute {
    top: -5px;
    font-size: 70px;
}
.ltr .newsletter-box i.p-absolute {
    left: 0;
}
.rtl .newsletter-box i.p-absolute {
    right: 0;
}
.newsletter-box p,
.newsletter-box h6 {
    font-weight: 700;
    font-size: 20px;
}
.newsletter-box h6 {
    margin-top: 5px;
    font-size: 25px;
}
.newsletter-box{
    padding: 25px 0;
    background-color: #000;
}
.newsletter-input{
    font-size: 13px;
    line-height: 35px;
    letter-spacing: .1em;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.3) !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0 !important;
    margin-top: 15px;
}
.newsletter-box .submit {
    background: 0 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 15px;
}
.newsletter-msg {
    top: 65px;
    font-size: 13px;
}
.newsletter-ajax{
    position: absolute;
    background: rgba(255,255,255, .4);
    width: 100%;
    height: 6px;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}
.pre-loader {
    width: 100%;
    height: 6px;
    position: relative;
    overflow: hidden;
}
.pre-loader:after{
    content: "";
    width: 100px;
    height: 6px;
    background: #aaa;
    position: absolute;
    animation: loader 1s;
    -webkit-animation: loader 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    bottom: 0px;
    margin-left: 0;
}
@keyframes loader {
    0% {left: 0px;}
    99% { left: 100%;}
}
@-webkit-keyframes loader {
    0% {width: 0%;left:0;right:0}
    50% { width: 100%;left:0;right:0}
    99% { width: 0%;left:100%;right:0}
}
footer .newsletter-box{
    background-color: transparent !important;
}
footer .newsletter-ajax{
    display: none !important;
}
.newsletter-widgets-input{
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 13px;
    outline: none;
    padding: 5px 10px !important;
    line-height: 23px;
    border-radius: 2px !important;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent !important;
    margin: 15px 0;
}
.newsletter-widgets-join{
    width: 100%;
    position: relative;
    padding: 7px 15px;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
}
body.modern-scrollbar::-webkit-scrollbar{
    width: 8px;
}
body.modern-scrollbar::-webkit-scrollbar-track{
    background-color: #fff;
}
body.modern-scrollbar::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.3);
}
.section-overlay:after,
.slider-overlay .carousel:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-col-size{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-1-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-lg-2-5{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.col-lg-3-5{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.col-lg-1-6{
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
}
.col-lg-5-6{
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.custom-accordion.accordion-space .card{
    margin-bottom: 5px;
}
.custom-accordion.accordion-space .card:last-child{
    margin-bottom: 0;
}

.custom-accordion .card,
.custom-accordion .card:last-child .card-header {
    border: none;
    border-radius: 0;
}
.custom-accordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 10px;
}

.custom-accordion .btn {
    width: 100%;
    padding: 0;
}

.custom-accordion .btn-link:hover,
.custom-accordion .btn-link:focus {
    text-decoration: none;
}

.custom-accordion li + li {
    margin-top: 10px;
}

.ltr .custom-accordion .card-header{
    padding-right: 5px;
}

.rtl .custom-accordion .card-header{
    padding-left: 5px;
}
.div-transparent:before{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
}
.div-arrow-down:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
}
.div-tab-down:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    border-radius: 0 0 8px 8px;
    border-style: solid;
    border-top-color: transparent;
}
.div-stopper:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.div-dot:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.divider-double span {
    display: block;
    width: 50px;
}
.divider-double.divider-left span{
    float: left;
}
.divider-double.divider-center span{
    margin: 0 auto;
}
.divider-double.divider-right span{
    float: right;
}
.button-icon-hover i{
    display: none;
}
.button-icon-hover:hover i{
    display: inline-block;
}
.button-icon-right i{
    padding-left: 5px;
}
.button-icon-left i{
    padding-right: 5px;
}
.custom-btn.block-button{
    width: 100%;
    display: block;
    text-align: center;
}

.image-box span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    width: 100%;
}
.hover-image figure {
    overflow: hidden;
}
.image-box figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


.hover-zoom-in figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-zoom-in figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hover-zoom-out figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-zoom-out figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-slide figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-slide figure:hover img {
    margin-left: 0;
}

.hover-rotate-out figure img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-rotate-out figure:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.hover-rotate-in figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-rotate-in figure:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
}

.hover-blur-out figure img {
     -webkit-filter: blur(3px);
     filter: blur(3px);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
 }
.hover-blur-out figure:hover img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hover-blur-in figure img {
     -webkit-filter: blur(0);
     filter: blur(0);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
 }
.hover-blur-in figure:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.hover-black-white figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-black-white figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hover-flash figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}


.hover-shine figure {
    position: relative;
}
.hover-shine figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover-shine figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.hover-circle figure {
    position: relative;
}
.hover-circle figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover-circle figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.shadow-1 {
    -webkit-box-shadow: 0 28px 40px -28px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 28px 40px -28px rgba(0, 0, 0, .5);
    box-shadow: 0 28px 40px -28px rgba(0, 0, 0, .5);
}

.shadow-2:before, .shadow-2:after {
    position:absolute;
    z-index:-2;
    content:"";
}
.shadow-2:before {
    top:2%;
    bottom:2%;
    left:2%;
    right:2%;
    -webkit-border-radius:15%;
    -moz-border-radius:15%;
    border-radius:15%;
    -webkit-box-shadow:0px -1px 25px rgba(0,0,0,0.5), 0px 1px 25px rgba(0,0,0,0.5);
    -moz-box-shadow:0px -1px 25px rgba(0,0,0,0.5), 0px 1px 25px rgba(0,0,0,0.5);
    box-shadow:0px -1px 25px rgba(0,0,0,0.5), 0px 1px 25px rgba(0,0,0,0.5);
}

.shadow-3:before {
    position: absolute;
    right: 80px;
    bottom: 5px;
    width: 100%;
    height: 37%;
    border-radius: 0 10% 0 0;
    z-index: -1;
    content: "";
    box-shadow: 86px 0 17px rgba(0,0,0,0.33);
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.shadow-4:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 98%;
    height: 96%;
    bottom: 0px;
    right: 0px;
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg) translate(3px,5px);
    -moz-transform: skew(2deg,2deg) translate(3px,5px);
    -ms-transform: skew(2deg,2deg) translate(3px,5px);
    -o-transform: skew(2deg,2deg) translate(3px,5px);
    transform: skew(2deg,2deg) translate(3px,5px);
}
.shadow-4:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 98%;
    height: 96%;
    bottom: 0px;
    right: 0px;
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg) translate(1px,0px);
    -moz-transform: skew(2deg,2deg) translate(1px,0px);
    -ms-transform: skew(2deg,2deg) translate(1px,0px);
    -o-transform: skew(2deg,2deg) translate(1px,0px);
    transform: skew(2deg,2deg) translate(1px,0px);
}


.shadow-5:before, .shadow-5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 35px 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 35px 20px rgba(0,0,0,0.5);
    box-shadow: 0 35px 20px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.shadow-5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}


.shadow-6:before, .shadow-6:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.shadow-6:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


.shadow-7:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.shadow-8:before{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    box-shadow: 0 15px 10px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.icon-box-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.icon-image.icon-right{
    order: 2;
}
.icon-image.icon-center{
    display: inline-block;
}
.icon-image{
    max-width: 100%;
    line-height: 0;
    text-align: center;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-content, .entry-content, .entry-summary{
    margin: 0;
}

.page-404{
    margin-bottom: 50px;
}
.sidebar-width,
.content-width{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.no-gutters2 > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}





.post-module {
    position: relative;
    z-index: 1;
    display: block;
}
.post-module:hover .thumbnail img,
.product-card:hover img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}
.post-module .thumbnail {
    overflow: hidden;
    text-align: center;
}
.post-module .thumbnail .offer-label,
.product-card .offer-label{
    position: absolute;
    z-index: 1;
}
.post-module .thumbnail img,
.product-card img{
    display: inline-block;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category,
.product-carousel-wrapper .category{
    position: absolute;
}
.post-module .post-content .description {
    display: none;
}
.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}
.product-carousel-wrapper .product-card{
    position: relative;
}


.portfolioFilter {
    padding: 15px 0;
    display: inline-block;
}
.portfolioFilter a {
    margin-right: 6px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
}
.portfolioFilter.active-rtl{
    direction: rtl;
}
.portfolioContainer{
    width: 100%;
}
.portfolio-item-box{
    position: relative;
    overflow: hidden;
}
.portfolio-hover{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    display: table;
}
.portfolio-hover .hover-content{
    display: table-cell;
    vertical-align: middle;
}
.gallery-overly,
.video-overly{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.gallery-grid-img{
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.portfolio-item:hover .portfolio-hover,
.gallery-grid-row:hover .gallery-overly,
.gallery-carousel-item:hover .gallery-overly,
.masonry-item:hover .gallery-overly,
.video-overly{
    top: 0;
}
.gallery-grid-row,
.video-grid-row,
.masonry-item{
    overflow: hidden;
}
.video-carousel-item h2,
.video-grid-row h2{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.masonry-item{
    border: 0;
    margin: 0;
    border-radius: 0;
}
.gallery-grid-row .gallery-overly .zoom-icon,
.portfolio-hover .icon-img{
    display: inline-block;
}
.gallery-grid-row .gallery-grid-img,
.gallery-masonry-img,
.gallery-carousel-img,
.video-carousel-img,
.video-grid-img,
.portfolio-image{
    display: block !important;
}
.team-ul li{
    display: inline;
}
.team-ul li a{
    display: inline-block;
}
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.gallery-grid-row:hover .image-effect-normal-hover{
    -webkit-filter: blur(0px);
    filter: blur(px);
}
.image-effect-blur,
.gallery-grid-row:hover .image-effect-blur-hover{
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.image-effect-brightness,
.gallery-grid-row:hover .image-effect-brightness-hover{
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
}
.image-effect-contrast,
.gallery-grid-row:hover .image-effect-contrast-hover{
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}
.image-effect-grayscale,
.gallery-grid-row:hover .image-effect-grayscale-hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.image-effect-huerotate,
.gallery-grid-row:hover .image-effect-huerotate-hover{
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}
.image-effect-invert,
.gallery-grid-row:hover .image-effect-invert-hover{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.image-effect-saturate,
.gallery-grid-row:hover .image-effect-saturate-hover{
    -webkit-filter: saturate(7);
    filter: saturate(7);
}
.image-effect-sepia,
.gallery-grid-row:hover .image-effect-sepia-hover{
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.card-columns-1{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.card-columns-2{
    -webkit-column-count: 2;
    -moz-column-count: 3;
    column-count: 2;
}
.card-columns-3{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-columns-4{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.card-columns-5{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.gallery-carousel-wrapper .slick-next,
.video-carousel-wrapper .slick-next,
.gallery-carousel-wrapper .slick-prev,
.video-carousel-wrapper .slick-prev{
    background-color: rgba(0,0,0, .9) !important;
    border-radius: 0;
    width: 35px !important;
    height: 35px !important;
}
.gallery-carousel-wrapper .slick-next,
.video-carousel-wrapper .slick-next{
    right: 0 !important;
}
.gallery-carousel-wrapper .slick-prev,
.video-carousel-wrapper .slick-prev{
    left: 0 !important;
}
.contact-form-wrapper input[type="submit"],
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="url"],
.contact-form-wrapper input[type="password"],
.contact-form-wrapper input[type="search"],
.contact-form-wrapper input[type="number"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="range"],
.contact-form-wrapper input[type="date"],
.contact-form-wrapper input[type="month"],
.contact-form-wrapper input[type="week"],
.contact-form-wrapper input[type="time"],
.contact-form-wrapper input[type="datetime"],
.contact-form-wrapper input[type="datetime-local"],
.contact-form-wrapper input[type="color"],
.contact-form-wrapper textarea{
    outline: 0 !important;
}
.contact-form-wrapper.hide-label-title label{
    font-size: 0 !important;
}
.contact-form-wrapper.input-full-width input[type="text"],
.contact-form-wrapper.input-full-width input[type="email"],
.contact-form-wrapper.input-full-width input[type="url"],
.contact-form-wrapper.input-full-width input[type="password"],
.contact-form-wrapper.input-full-width input[type="search"],
.contact-form-wrapper.input-full-width input[type="number"],
.contact-form-wrapper.input-full-width input[type="tel"],
.contact-form-wrapper.input-full-width input[type="range"],
.contact-form-wrapper.input-full-width input[type="date"],
.contact-form-wrapper.input-full-width input[type="month"],
.contact-form-wrapper.input-full-width input[type="week"],
.contact-form-wrapper.input-full-width input[type="time"],
.contact-form-wrapper.input-full-width input[type="datetime"],
.contact-form-wrapper.input-full-width input[type="datetime-local"],
.contact-form-wrapper.input-full-width input[type="color"],
.contact-form-wrapper.input-full-width textarea,
.contact-form-wrapper.input-full-width label,
.contact-form-wrapper.btn-full-width input[type="submit"]{
    width: 100%;
}
.contact-form-wrapper textarea{
    resize: none;
}
.contact-form-wrapper.input-rtl input[type="text"],
.contact-form-wrapper.input-rtl input[type="email"],
.contact-form-wrapper.input-rtl input[type="url"],
.contact-form-wrapper.input-rtl input[type="password"],
.contact-form-wrapper.input-rtl input[type="search"],
.contact-form-wrapper.input-rtl input[type="number"],
.contact-form-wrapper.input-rtl input[type="tel"],
.contact-form-wrapper.input-rtl input[type="range"],
.contact-form-wrapper.input-rtl input[type="date"],
.contact-form-wrapper.input-rtl input[type="month"],
.contact-form-wrapper.input-rtl input[type="week"],
.contact-form-wrapper.input-rtl input[type="time"],
.contact-form-wrapper.input-rtl input[type="datetime"],
.contact-form-wrapper.input-rtl input[type="datetime-local"],
.contact-form-wrapper.input-rtl input[type="color"],
.contact-form-wrapper.input-rtl textarea{
    text-align: right;
    direction: rtl;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.contact-form-wrapper input[type="submit"]{
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.view-embed-video{
    display:none;
    background-color:transparent;
}
.video-marg-bott{
    margin-bottom: 1.6rem;
}
.video-taller{
    padding-left: 0;
}
.video-row{
    display: inline-block;
}

.header-sections .fa,
.newsletter-box .fa,
.main-footer .fa,
.team-item-row .fa{
    font-family: 'FontAwesome' !important;
}

.ltr .archive-cats li {
    float: left;
}
.rtl .archive-cats li {
    float: right;
}
.archive-cats{
    padding: 0;
    margin: 0;
    list-style: none;
}
.archive-cats li a {
    border-radius: 4px;
    padding: 10px 15px;
    line-height: 30px;
    border: 1px solid #eee;
    font-size: 14px;
}
.archive-cats li.active a{
    color: #fff !important;
}
.archive-cats li a:hover {
    background-color: #eee;
}
.ltr .archive-cats li a{
    margin-right: 10px;
}
.rtl .archive-cats li a{
    margin-left: 10px;
}
.archive-cats li:last-child a{
    margin: 0;
}

.archive-search .input-group-addon {
    background-color: #fff;
    border-color: #eee;
    color: #bbb;
    font-size: 14px;
}
.archive-search .form-control{
    border-color: #eee;
}
.archive-search .form-control{
    box-shadow: none;
    border-color: #eee;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
}
.archive-search .form-control::-webkit-input-placeholder {
    color: #aaa;
}
.archive-search .form-control:-ms-input-placeholder {
    color: #aaa;
}
.archive-search .form-control::placeholder {
    color: #aaa;
}
.ltr .archive-search .form-control{
    border-left: 0;
    padding-left: 0;
}
.rtl .archive-search .form-control{
    border-right: 0;
    padding-right: 0;
}
.archive-top-filter{
    margin-bottom: 20px;
}
.archive-loop-portfolio{
    padding-top: 15px;
}
.archive-loop-portfolio .portfolio-item{
    margin-bottom: 30px;
}
.archive-loop-portfolio .portfolio-hover h2{
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.archive-loop-portfolio .portfolio-hover p{
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
}
.archive-loop-portfolio .portfolio-cats{
    position: absolute;
    top: 10px;
    font-size: 12px;
    background-color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}
.ltr .archive-loop-portfolio .portfolio-cats{
    left: 10px;
}
.rtl .archive-loop-portfolio .portfolio-cats{
    right: 10px;
}
.archive-loop-portfolio .portfolio-hover .icon-img{
    height: 40px;
    width: 40px;
    background-color: #fff;
    line-height: 40px;
    border-radius: 50%;
}
.ltr .archive-loop-portfolio .portfolio-hover .icon-img{
    margin-right: 5px;
}
.rtl .archive-loop-portfolio .portfolio-hover .icon-img{
    margin-left: 5px;
}
/* Pagination */
.page_nav{
    margin: 25px 0;
}
.page_nav .page-numbers{
    display: block;
    width: auto;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    height: 38px;
    border-radius: 4px;
}
.page_nav .next.page-numbers,
.page_nav .prev.page-numbers{
    background-color: #efefef;
}
.ltr .page_nav .page-numbers{
    float: left;
    margin: 4px 4px 4px 0;
}
.rtl .page_nav .page-numbers{
    float: right;
    margin: 4px 0 4px 4px;
}
.page_nav .page-numbers:hover{
    color: #fff;
}
.page_nav .current{
    color: #fff;
}

#breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin-top: 6px;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    font-size: 14px;
}
#breadcrumbs li,
#breadcrumbs li a{
    color: #999;
}
.ltr #breadcrumbs li{
    margin-right:5px;
}
.rtl #breadcrumbs li{
    margin-left:5px;
}
#breadcrumbs .separator{
    font-weight:100;
    color:#ccc;
}
.share-links a {
    display: inline-block;
    margin: 2px;
    height: 40px;
    overflow: hidden;
    color: #ffffff !important;
    background: #444444;
    position: relative;
    transition: 0.3s;
    border-radius: 2px;
}
.share-links a:hover {
    opacity: 0.8;
    color: #fff;
}
.share-links a .fa {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.ltr .share-links a .fa{
    float: left;
}
.rtl .share-links a .fa{
    float: right;
}
.share-links a .social-text {
    border: 0 solid rgba(255,255,255,0.3);
    height: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    font-family: "open sans", sans-serif;
}
.ltr .share-links a .social-text{
    float: left;
    border-left-width: 1px;
    padding-left: 15px;
    padding-right: 25px;
}
.rtl .share-links a .social-text{
    float: right;
    border-right-width: 1px;
    padding-right: 15px;
    padding-left: 25px;
}
.share-links a.facebook-share-btn {
    background: #5d82d1;
}
.share-links a.twitter-share-btn {
    background: #40bff5;
}
.share-links a.linkedin-share-btn {
    background: #238cc8;
}
.share-links a.tumblr-share-btn {
    background: #35465c;
}
.share-links a.pinterest-share-btn {
    background: #e13138;
}
.share-links a.reddit-share-btn {
    background: #ff4500;
}
.share-links a.whatsapp-share-btn {
    background: #25d366;
}
.share-links a.email-share-btn {
    background: #795548;
}
.share-links a.print-share-btn {
    background: #607D8B;
}
.share-style-first.share-links a .social-text,
.share-style-small.share-links a .social-text{
    display: none;
}
.share-style-first.share-links a:nth-child(1) .social-text,
.share-style-first.share-links a:nth-child(2) .social-text{
    display: block;
}
.post-cat-wrap {
    margin-bottom: 10px;
}
.post-cat{
    display: inline-block;
    background: #607D8B;
    color: #fff !important;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.85em;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    transition: 0.3s;
    border-radius: 3px;
}
.ltr .post-cat{
    margin-right: 4px;
}
.rtl .post-cat{
    margin-left: 4px;
}
.post-cat:last-child {
    margin: 0;
}
.post-cat:hover{
    background-color: #333;
}
.entry-header .post-title{
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 15px;
}
.entry-header .entry-sub-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: normal;
    margin-top: -10px;
    margin-bottom: 15px;
    color: #777777;
    font-family: inherit;
    letter-spacing: 0;
}
.entry-header .post-meta {
    overflow: inherit;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 24px;
}
.post-meta .meta-item {
    display: inline-block;
}
.ltr .entry-header .post-meta .meta-item {
    margin-right: 12px;
}
.rtl .entry-header .post-meta .meta-item {
    margin-left: 12px;
}
.ltr .post-meta .meta-item .fa {
    padding-right: 3px;
}
.rtl .post-meta .meta-item .fa {
    padding-left: 3px;
}
.entry-header{
    margin-bottom: 25px;
}
.top-share-links{
    margin-bottom: 15px;
}
.bottom-share-links{
    margin-top: 15px;
}

#respond .comment-notes {
    margin-bottom: 10px;
}
#respond p {
    margin-bottom: 10px;
}
#respond .comment-form-email,
#respond .comment-form-url {
    width: 48%;
    float: left;
}
#respond .comment-form-email {
    margin-right: 4%;
}
#respond label {
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
}
#respond .comment-form-comment textarea,
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 100%;
    border-radius: 0 !important;
    border-color: #ececec !important;
    resize: none;
    outline: 0 !important;
    transition: background 0.3s, border 0.3s;
    padding: 5px 10px !important;
}
#respond .comment-form-comment textarea:hover,
#respond .comment-form-author input:hover, #respond .comment-form-email input:hover, #respond .comment-form-url input:hover {
    background-color: rgba(0,0,0,0.01);
    border-color: #eee !important;
}
#respond .required {
    font-weight: bold;
    color: red;
}
#respond input[type="submit"] {
    width: auto;
    position: relative;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#respond input[type="submit"]:hover{
    background-color: #333;
}
.comment-list .comment-body {
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden;
}
.comment-list .comment-author img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #ffffff;
}
.ltr .comment-list .comment-author img{
    margin-right: 20px;
    float: left;
}
.rtl .comment-list .comment-author img{
    margin-left: 20px;
    float: right;
}
.comment-list .comment-author .fn {
    font-size: 18px;
    margin-bottom: 15px;
}
.comment-list .comment-content {
    overflow: hidden;
    padding-top: 10px;
}
.ltr .comment-list .reply {
    margin-left: 90px;
}
.rtl .comment-list .reply {
    margin-right: 90px;
}
.comment-list .comment-metadata a{
    font-size: 12px;
    color: #777;
}
.comment-list .reply a {
    background: #2c2f34;
    color: #ffffff;
    padding: 0 10px;
    line-height: 25px;
    display: block;
    border-radius: 2px;
    margin: 10px 0;
    font-size: 12px;
}
.ltr .comment-list .reply a{
    float: left;
}
.rtl .comment-list .reply a{
    float: right;
}
.comment-list ol.children {
    margin-top: 25px;
}
.ltr .comment-list ul.children{
    margin-left: 75px;
}
.rtl .comment-list ul.children{
    margin-right: 75px;
}
.comment-list .bypostauthor {
    border: 1px solid #eee;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.comment-list{
    margin-bottom: 50px;
}
#respond .comment-form-comment label {
    display: none;
}
#respond{
    margin-bottom: 25px;
}
.nav-next-prev{
    border: 1px solid #eee;
    width: 49%;
    padding: 5px;
}
.post-nav-next-prev{
    margin: 25px 0;
}
.nav-next-prev img{
    display: block;
    opacity: .75;
    transition: 0.3s;
}
.nav-next-prev:hover img{
    opacity: 1;
}
.ltr .nav-next-prev img.prev-image{
    float: left;
}
.rtl .nav-next-prev img.prev-image{
    float: right;
}
.ltr .nav-next-prev img.next-image{
    float: right;
}
.rtl .nav-next-prev img.next-image{
    float: left;
}
.next-prev-text{
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px;
}
.post-nav-img{
    position: relative;
}
.rtl .post-next-item .post-nav-img,
.ltr .post-prev-item .post-nav-img{
    float: left;
}
.ltr .post-next-item .post-nav-img,
.rtl .post-prev-item .post-nav-img{
    float: right;
}
.ltr .post-prev-item,
.rtl .post-next-item{
    text-align: right;
}
.ltr .post-next-item
.rtl .post-prev-item{
    text-align: left;
}
.archive-list .entry-header{
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(0,0,0,.75);
}
.entry-header a:hover{
    text-decoration: underline;
}
.entry-header .entry-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rtl .entry-header .entry-title{
    text-align: right;
    direction: rtl;
}
.rtl .archive-list img{
    display: block;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.blog-article{
    margin: 0 145px 60px;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}
.blog-article .main-header-title{
    font-size: 40px;
}
.blog-article-data{
    margin-top: 35px;
}
.blog-article-data .team-ul li a{
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    margin: 0 5px;
    line-height: 33px;
    font-size: 16px;
    margin-bottom: 35px;
}
.open-url{
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    display: block;
    color: #aaa;
}
.open-url:hover{
    border-color: #ccc;
    color: #555;
}
.gallery-single,
.video-player,
.list-group{
    margin-top: 25px;
}
.list-group strong{
    font-weight: bolder;
}
.gallery-img-loop img{
    border: 1px solid #ddd;
    padding: 3px;
    opacity: .7;
    margin-bottom: 15px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.gallery-img-loop img:hover{
    opacity: 1;
}
.video-player video{
    width: 100%;
}
.video-play-box{
    height: 250px;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.video-play-box:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: rgba(0,0,0, .75);
}
.video-play-box:before{
    position: absolute;
    content: '\f01d';
    font-family: 'FontAwesome';
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    color: #fff;
    z-index: 99;
    font-size: 50px;
    line-height: 100px;
    opacity: .5;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.video-play-box:hover:before{
    opacity: .9;
}
.video-play-box img{
    display: block;
    width: 100%;
}
.page-404{
    padding: 75px 0;
}
.page-404 h2{
    font-size: 40px;
    margin-bottom: 15px;
}
.page-404 p{
    font-size: 16px;
    line-height: 25px;
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input
{
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span
{
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}



.show-lg,
.show-md,
.show-sm{
    display: block;
}








/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0; /* Stay at the top */
    background-color: #222; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    width: 100%;
}
.ltr .sidenav{
    left: -100%;
}
.rtl .sidenav{
    right: -100%;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    font-size: 30px;
    color: #818181;
    position: relative;
    z-index: 9999;
    background-color: #131313;
    padding: 5px 10px;
}
.ltr .sidenav .closebtn{
    float: right;
}
.rtl .sidenav .closebtn{
    float: left;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: .5s;
}




.open-menu {
    color:#fff;
    cursor:pointer;
    font-size:18px;
    padding:1rem;
    position:absolute;
    top:0;
    transition:transform 250ms ease;
}
.ltr .open-menu{
    right: 0;
}
.rtl .open-menu{
    left: 0;
}
.rotate { transform:rotate(135deg); }
.single-thumb-img{
    border: 1px solid #ddd;
    padding: 3px;
    box-shadow: 0 8px 6px -6px #ababab;
}

/* Generated Overflow Element */

.overflow {
    margin-top:57px;
    overflow-x:hidden;
    overflow-y:auto;
}

.newsletter-elment .content {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.rtl .newsletter-elment .input-group{
    direction: rtl;
}
#mobile-nav ul {
    margin:0 1rem;
    padding:0;
    position:relative;
}

#mobile-nav ul:first-child {
    background-color:transparent;
}

#mobile-nav ul li {
    border-top:1px solid rgba(255,255,255,.075);
    list-style:none;
    margin-bottom:0;
    position:relative;
}

#mobile-nav ul li a {
    color: #9E9E9E;
    display: inline-block;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.ltr #mobile-nav ul li a i.mega-menu-icon{
    padding-right: 5px;
}
.rtl #mobile-nav ul li a i.mega-menu-icon{
    padding-left: 5px;
}
.rtl #mobile-nav ul li a{
    text-align: right;
}
#mobile-nav ul ul {
    margin:0;
    display: none;
}

#mobile-nav ul ul li {
    border-top:none;
}
#mobile-nav ul ul li a{
    text-transform: inherit;
    border-top: 1px solid rgba(255,255,255,.075);
    background-color: #262626;
}
.ltr #mobile-nav ul ul li a{
    padding-left: 30px;
}
.rtl #mobile-nav ul ul li a{
    padding-right: 30px;
}
#nav-icon2{
    width: 40px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


/* Icon 2 */

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 5px 5px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 5px 0 0 5px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 18px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}
.contact-info p{
    display: inline-block;
}
.mobile-toggle{
    display: none;
}


/* wordpress def css editor */
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
    margin: 0 0 0.5em;
    line-height: 1.3;
    font-weight: 600;
}
.rtl .entry h1,
.rtl .entry h2,
.rtl .entry h3,
.rtl .entry h4,
.rtl .entry h5,
.rtl .entry h6{
    /*text-align: right;*/
}
.entry h1 {
    font-size: 50px;
    font-weight: 700;
}
.entry h2 {
    font-size: 35px;
}
.entry h3 {
    font-size: 30px;
}
.entry h4 {
    font-size: 17px;
}
.entry h5 {
    font-size: 13px;
}
.entry h6 {
    font-size: 12px;
}
.entry ol,
.entry ul{
    margin-bottom: 20px;
}
.ltr .entry ol,
.ltr .entry ul{
    padding-left: 15px;
    margin-left: 40px;
}
.rtl .entry ol,
.rtl .entry ul{
    padding-right: 15px;
    margin-right: 40px;
}
.entry ul li,
.entry ol ul li{
    list-style: disc;
    list-style-image: none;
    margin: 0 0 5px 0;
}
.entry ol li,
.entry ul ol li{
    list-style: decimal;
}
.entry ol li,
.entry ul li{
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}
.rtl .entry li,
.rtl .entry ol li,
.rtl .entry ul ol li{
    text-align: right;
    direction: rtl;
}
.entry .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.entry .alignright {
    float: right;
    margin: 0.375em 0 1em 1.75em;
}
.entry .alignleft {
    float: left;
    margin: 0.375em 1.75em 1em 0;
}
.entry strong{
    font-weight: bold;
}
.entry em{
    font-style: italic;
}
.entry p{
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 35px;
}
.rtl .entry p{
    /*text-align: right;*/
    /*direction: rtl;*/
}
.entry blockquote {
    background: #2c2f34;
    padding: 30px 50px;
    margin: 20px 0;
    display: block;
    color: #ffffff;
}
.entry{
    color: #222;
}

.entry blockquote::before{
    display: block;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 26px;
    color: #08f;
    margin-bottom: 20px;
}
.rtl .entry blockquote::before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.entry blockquote p {
    margin-bottom: 1.474em;
    font-size: 19px;
    line-height: 30px;
    font-style: italic;
}
.rtl .entry blockquote p{
    direction: rtl;
    text-align: right;
}

.contact-form-wrapper p {
    line-height: 0;
    margin-bottom: 0;
}

.archive-list h2.entry-title a{
    color: #eee;
}

.newsletter-text{
    height: auto;
}

.rtl .pages-form-wrapper .page-title{
    text-align: right;
}
@media (max-width: 1200px) {
    .show-only-lg,
    .show-only-lg-md,
    .show-only-lg-sm{
        display: block;
    }
    .show-only-md,
    .show-only-sm,
    .show-only-md-sm{
        display: none;
    }

}

@media (max-width: 992px) {
    .show-only-lg,
    .show-only-sm,
    .show-only-lg-sm{
        display: none;
    }
    .show-only-md,
    .show-only-lg-md,
    .show-only-md-sm{
        display: block;
    }


    .mobile-toggle{
        display: block;
    }
    .main-main-header nav,
    .main-menu-nav nav{
        display: none;
    }
}

@media (max-width: 768px) {
    .show-only-lg,
    .show-only-lg-md{
        display: none;
    }
    .show-only-md{
        display: none;
    }
    .show-only-sm,
    .show-only-md-sm,
    .show-only-lg-sm{
        display: block;
    }


    .right-topbar,
    .left-topbar,
    .left-topbar .contact-info,
    .copy-topline,
    .footer-copyright .copyright-text{
        width: 100%;
    }
    .right-topbar,
    .left-topbar .contact-info,
    .copy-topline,
    .footer-copyright .copyright-text{
        text-align: center !important;
    }
    .right-topbar .topbar-networks,
    .right-topbar .login-btn,
    .topbar-search-widget,
    .right-topbar .language-switcher{
        float: none !important;
        display: inline-block;
    }
    #carouselHeader .slide_data_over_content span{
        display: none;
    }
    .archive-list img,
    .img-fluid{
        width: 100%;
    }
    .blog-article{
        margin: 0 15px 60px;
    }
}

@media (max-width: 576px) {
    .show-only-lg,
    .show-only-lg-md{
        display: none;
    }
    .show-only-md{
        display: none;
    }
    .show-only-sm,
    .show-only-md-sm,
    .show-only-lg-sm{
        display: block;
    }
}