/*
Style All Shortcode
*/

/* ==========================================================================
   Start Accordion
========================================================================== */
.wpb_accordion_section {
    margin-bottom: 18px;
    border: 1px solid #e9e9e9;
}
.wpb_accordion_section .wpb_accordion_header a {
    display: block;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 16px 20px !important;
    text-decoration: none;
    text-transform: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wpb_accordion_section .wpb_accordion_header a i {
    padding: 0 15px 0 0;
}
.rtl .wpb_accordion_section .wpb_accordion_header a i {
    padding: 0 0 0 15px;
}
.wpb_accordion_section .wpb_accordion_header a:after {
    content:  "\f067";
    font-family: FontAwesome;
    font-size: 15px;
    float: right;
}
.wpb_accordion_section .ui-accordion-header-active a:after {
    content:  "\f068";
}
.rtl .wpb_accordion_section .wpb_accordion_header a:after {
    float: left;
}
.wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon {
    display: none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_header {
    margin: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
    background: #fff;
}
.wpb_tab.ui-tabs-panel {
    margin-top: 0 !important;
}

.wpb_accordion.style3 .wpb_accordion_section .wpb_accordion_header a {
    background: #f5f5f5;
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a {
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #f5f5f5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f5f5f5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f5f5f5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f5f5f5); /* Standard syntax (must be last) */
}
.wpb_accordion.style4 .wpb_accordion_section ,
.wpb_accordion.style5 .wpb_accordion_section {
    border: none;
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
            padding: 16px 20px 16px 65px !important;
}
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a {
    border: none !important;
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a,
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_content,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_content {
    border: 1px solid #e9e9e9;
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_content,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_content {
    border-top: none;
    margin-top: -5px;
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header {
    background: none !important;
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a:after,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a:after {
    float: left;
    width: 48px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 46px;
    text-align: center;
    border-right: 1px solid #ececec;
}
.rtl .wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a:after,
.rtl .wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a:after {
    border-left: 1px solid #ececec;
}
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a:after {
    border-right: 1px solid rgba(255,255,255,0.2);
}
.rtl .wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a:after {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a i,
.wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a i {
    float: right;
    padding: 0;
}
.rtl .wpb_accordion.style4 .wpb_accordion_section .wpb_accordion_header a i,
.rtl .wpb_accordion.style5 .wpb_accordion_section .wpb_accordion_header a i {
    float: left;
}
.wpb_accordion.style4 .wpb_accordion_section a {
    color: #372f2b;
}
/* ==========================================================================
   End Start Accordion
========================================================================== */


.widget_cs_instagram_widget  .instagram-item {
  padding: 3px;
}


/* ==========================================================================
   Start Carousel
========================================================================== */
.cs-carousel .carousel-inner img {
    width: 100%;
    height: auto;
    max-height: 534px;
}

.cs-carousel .carousel-indicators {
    display: none;
}

.cs-carousel .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px;
    text-align: left;
    z-index: 100;
}

.cs-carousel .carousel-control {
    width: 23px;
    height: 23px;
    top: inherit;
    bottom: 13px;
    z-index: 101;
    left: inherit;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
}

.cs-carousel .carousel-control.right {
    right: 12px;
}

.cs-carousel .carousel-control.left {
    right: 40px;
}

.cs-carousel .carousel-control span {
    color: #fff;
    font-size: 20px;
}

/* style-1-shop */
.cs-carousel-style-1-shop .entry-title {
    margin: 35px 0 20px !important;
}

.cs-carousel-style-1-shop .cs-subtitle {
    margin-bottom: 100px !important;
    display: block;
}
.cs-carousel-style-1-shop .cs-carousel-post-read-more{
    margin-top: 25px !important;
}
/* style-2-shop */
.cs-carousel-style-2-shop img{
    width: 100%;
    display: block;
}
.cs-carousel-style-2-shop .entry-title {
    margin: 35px 0 20px !important;
}

.cs-carousel-style-2-shop .cs-subtitle {
    margin-bottom: 100px !important;
    display: block;
}
.cs-carousel-style-2-shop .cs-carousel-read-more{
    height: 100%;
    z-index: 9;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    transition: all 2s linear 0s;
}
.cs-carousel-style-2-shop .cs-carousel-read-more .read-more-inner{
    padding: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
.cs-carousel-style-2-shop .cs-carousel-read-more .read-more-inner-2{
    position: relative;
    width: 100%;
    height: 100%;
}
.cs-carousel-style-2-shop .cs-carousel-read-more .read-more-inner-3{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    text-transform: uppercase;
}
.cs-carousel-style-2-shop .cs-carousel-read-more a{
    font-size: 24px;
}

.cs-carousel-style-2-shop .cs-carousel-header{
    position: relative;
}
.cs-carousel-style-2-shop .cs-carousel-container:hover .cs-carousel-read-more{
    display: block;
}

/* add effect */
.cs-carousel-style-2-shop .cs-carousel-item {
    overflow: hidden;
    margin: 0;
    padding: 3em 0 0 0;
    width: 100%;
    list-style: none;
    text-align: center;
}
/* Common style */
.cs-carousel-style-2-shop .cs-carousel-item figure{
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #cccccc;
    text-align: center;
}
.cs-carousel-style-2-shop .cs-carousel-item figcaption{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cs-carousel-style-2-shop .cs-carousel-item figureimg {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
}
.cs-carousel-style-2-shop .cs-carousel-item figurefigcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-carousel-style-2-shop .cs-carousel-item figurefigcaption::before,
.cs-carousel-style-2-shop .cs-carousel-item figurefigcaption::after {
    pointer-events: none;
}
.cs-carousel-style-2-shop .cs-carousel-item figurefigcaption,
.cs-carousel-style-2-shop .cs-carousel-item figurea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cs-carousel-style-2-shop .cs-carousel-item figurea {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
/*---------------*/
/* Layla */
/*---------------*/
figure.effect-layla-shop {
    background: #cccccc;
}
figure.effect-layla-shop img {
    min-width: 100%;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
}
figure.effect-layla-shop figcaption {
    padding: 3em;
}
figure.effect-layla-shop figcaption::before,
figure.effect-layla-shop figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.effect-layla-shop figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.effect-layla-shop figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.effect-layla-shop a {}
.cs-carousel-style-2-shop .cs-carousel-container:hover figure.effect-layla-shop a {
    padding-top: 0;
}
figure.effect-layla-shop img{}
figure.effect-layla-shop img,
figure.effect-layla-shop figcaption::before,
figure.effect-layla-shop figcaption::after,
figure.effect-layla-shop p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.cs-carousel-style-2-shop .cs-carousel-container:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.cs-carousel-style-2-shop .cs-carousel-container:hover figcaption::before,
.cs-carousel-style-2-shop .cs-carousel-container:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cs-carousel-style-2-shop .cs-carousel-container:hover a{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.cs-carousel-style-2-shop .cs-carousel-container:hover figcaption::after,
.cs-carousel-style-2-shop .cs-carousel-container:hover a,
.cs-carousel-style-2-shop .cs-carousel-container:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/****** End Carousel ******/
/* ==========================================================================
   shop Carousel
   ========================================================================== */
.cs-shopcarousel-style-1-shop .cs-title{
    margin-bottom: 39px!important;
}
.cs-shopcarousel-style-1-shop .cs-carousel-item-wrap{
    position: relative;
    overflow: hidden;
}
.cs-shopcarousel-style-1-shop .cs-carousel-item-wrap:hover{}
.cs-shopcarousel-style-1-shop .star-rating{
    display: none!important;
}
.cs-shopcarousel-style-1-shop .cs-carousel-item{}
.cs-shopcarousel-style-1-shop .woo-info{
    margin-top: 60px;
}
.cs-shopcarousel-style-1-shop .woo-info .price{
    color: #2d2c2c!important;
    font-size: 13px!important;
}

/* show category */
.shop-category .cs-carousel-item-wrap:hover,
.cs-shop-hover .cs-carousel-item-wrap:hover{}
.woo-title-price{
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    position: relative;
}
.cs-shopcarousel-style-1-shop .woo-image img{
    width: 100%;
    height: auto;
    display: block;
}

.cs-shopcarousel-style-1-shop .add_to_cart_button{
    margin-left: -80px;
    position: absolute;
    background-color: #000;
    text-indent: -9999px;
    top: -50px;
    padding: 0;
    border: none;
    left: 10px;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-shopcarousel-style-1-shop .add_to_cart_button:before {
    content:"\f07a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    color: #fff;
}
.cs-shopcarousel-style-1-shop .cs-carousel-item-wrap:hover .add_to_cart_button{
    opacity: 1;
    margin-left: 0;
}
.cs-shopcarousel-style-1-shop .add_to_cart_button span {
    position: absolute;
    top: 0;
    left: 42px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    text-indent: 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}
.cs-shopcarousel-style-1-shop .add_to_cart_button:hover span {
    opacity: 1;
}
.cs-shopcarousel-style-1-shop .add_to_cart_button.added:before {
    content: "\e017";
    font-family: WooCommerce;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    color: #fff;
}
.cs-shopcarousel-style-1-shop .add_to_cart_button.loading:before{
    display: none;
}
.cs-shopcarousel-style-1-shop .add_to_cart_button.loading{
    background: #000 url(../images/ajax-loader.gif) center no-repeat!important;
}

/* view detail */
.cs-shopcarousel-style-1-shop .view-detail{
    margin-right: -80px;
    position: absolute;
    background-color: #000;
    text-indent: -9999px;
    top: -50px;
    padding: 0;
    border: none;
    right: 10px;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-shopcarousel-style-1-shop .view-detail:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    color: #fff;
}
.cs-shopcarousel-style-1-shop .cs-carousel-item-wrap:hover .view-detail{
    opacity: 1;
    margin-right: 0;
}
.cs-shopcarousel-style-1-shop .view-detail span {
    position: absolute;
    top: 0;
    right: 42px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    text-indent: 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}
.cs-shopcarousel-style-1-shop .view-detail:hover span {
    opacity: 1;
}
/* added to cart */
.cs-shopcarousel-style-1-shop .added_to_cart {
    margin-top: -80px;
    position: absolute;
    background-color: #000;
    color: #fff;
    text-indent: -9999px;
    padding: 0!important;
    border: none;
    top: -100px;
    left: 10px;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cs-shopcarousel-style-1-shop .wc-forward:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent: 0;
    text-align: center;
    margin: 0;
    color: #fff;
}
.cs-shopcarousel-style-1-shop .cs-carousel-item-wrap:hover .added_to_cart{
    opacity: 1;
    margin-top: 0;
}
/****** End Carousel ******/

/* ==========================================================================
   Start Tabs Style
   ========================================================================== */
.wpb_tabs .ui-tabs-panel {
    padding: 20px 0;
    padding: 20px 0 !important;
    background: #fff !important
}

.wpb_tabs a.ui-tabs-anchor {
    background: #fff;
    border-bottom: 1px solid #fff !important;
}

.wpb_tabs.style1 li:hover {
    background: none !important;
}

.wpb_tabs li.ui-tabs-active a.ui-tabs-anchor {
    border-bottom: 1px solid #fff !important;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #555 !important;
}

.wpb_tabs ul.wpb_tabs_nav {
    margin-bottom: -1px;
}

.wpb_tabs ul.wpb_tabs_nav li,
.wpb_tabs ul.wpb_tabs_nav li a {
    background: transparent;
}

.wpb_tabs ul.wpb_tabs_nav li.ui-tabs-active {
    background: #fff;
}

.wpb_tabs.style2 .wpb_tabs_nav li + li {
    margin-left: 10px;
}

.wpb_tabs.style2 .ui-tabs-panel,
.wpb_tabs.style3 .ui-tabs-panel {
    background: transparent !important;
    border: none;
}

.wpb_tabs.style2 ul.wpb_tabs_nav li a,
.wpb_tabs.style3 ul.wpb_tabs_nav li a {
    border: none !important;
    padding: 5px 23px;
}

.wpb_tabs.style2 ul li,
.wpb_tabs.style3 ul li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.wpb_tabs.style2 li.ui-tabs-active a.ui-tabs-anchor,
.wpb_tabs.style3 li.ui-tabs-active a.ui-tabs-anchor,
.wpb_tabs.style2 li:hover a.ui-tabs-anchor,
.wpb_tabs.style3 li:hover a.ui-tabs-anchor {
    color: #fff !important;
}

.wpb_tabs.style3 ul.wpb_tabs_nav li {
    float: none;
}

.wpb_tabs.style3 ul.wpb_tabs_nav {
    float: left;
    padding: 0 0 30px !important;
    min-width: 130px;
    margin-right: 30px;
}
.wpb_tabs.style3 .ui-tabs-panel {
    padding: 0 !important;
}
.wpb_tabs.style3 .wpb_tour_tabs_wrapper {
    display: table;
}
.wpb_tabs.style3 .wpb_tour_tabs_wrapper .wpb_tabs_nav,
.wpb_tabs.style3 .wpb_tour_tabs_wrapper .wpb_tab {
    display: table-cell;
    vertical-align: top;
}
.wpb_tabs.style3 .wpb_tour_tabs_wrapper [aria-expanded="true"] {
    display: table-cell !important;
}
.rtl .wpb_tabs.style3 .ui-tabs-panel {
    padding: 0 160px 0 0 !important;
}

.wpb_tabs.style3 ul li {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin: 0 0 6px;

}

/* ==========================================================================
   End Shortcode Tabs
========================================================================== */

/* ==========================================================================
   Start Shortcode Icons
========================================================================== */
.icon-list {
    padding: 0;
    margin: 0 0 40px;
}

.icon-list li {
    display: inline-block;
    width: 8%;
    text-align: center;
    font-size: 0;
    margin: 0 0 50px;
    line-height: 1;
}

.icon-list li:before {
    font-size: 28px;
}

.cs_icons.style2{
	border: 1px solid;
	-webkit-border-radius:50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius:50%;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    padding-top: 10px;
    width: 50px;
	text-align:center;
}
/*** End Shortcode Icons ***/

/*** Start Shortcode Gallery ***/
.gallery-filters a {
    list-style: none outside none;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #f5f5f5;
    border-color: #ececec;
    border-image: none;
    border-radius: 4px;
    border-right: 1px solid #ececec;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    color: #888888 !important;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.gallery-filters a:hover, .gallery-filters a.active {
    color: #fff !important;
}

ul.gallery {
    padding: 0 !important;
}

ul.gallery li a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    padding: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

ul.gallery li a img {
    cursor: pointer;
}

.modal-dialog {
    margin: 100px auto
}

.modal-header {
    padding: 0;
    height: 42px;
}

.modal-header .close span, .modal-header .close span:hover {
    background: none repeat scroll 0 0 #000;
    border-radius: 100%;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 10px 10px 0 0;
    right: 8px;
    top: 8px;
    width: 24px;
    display: block;
}

.modal-header .close:hover {
    background: none !important;
    border: none !important;
}

/* ==========================================================================
   Start Fancy Box Style
   ========================================================================== */
.cs-fancy-box .cs-fancy-box-title i{
	display:inline-block;
	cursor:pointer;
}
.cs-fancy-box .cs-fancy-box-title h3,
.cs-fancy-box .cs-fancy-box-title h4,
.cs-fancy-box .cs-fancy-box-icon h3,
.cs-fancy-box .cs-fancy-box-icon h4 {
    line-height: 22px;
    margin: 0 0 10px;
    text-shadow: none;
}
.cs-fancy-box.title-upper .cs-title-main {
    text-transform: uppercase;
}
.cs-fancy-box .cs-fancy-box-title i,
.cs-fancy-box .cs-fancy-box-icon i {
    font-size: 22px;
    text-shadow: none;
}

.cs-fancy-box .cs-read-more a.read-more-link {
    padding: 0;
    margin-top: 5px;
}

.cs-fancy-box .cs-read-more a.read-more-link.btn {
    padding: 7px 25px;
    margin-top: 10px;
}
.cs-fancy-box.fancy-box-style-7 {
    text-align: center;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-title {
    margin: 25px 0 15px;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-title h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-icon {
    display: none;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-content {
    text-align: center;
}

.cs-fancy-box .cs-read-more .read-more-link {
    float: right;
}

.cs-fancy-box.fancy-box-style-1 .cs-read-more,
.cs-fancy-box.fancy-box-style-10 .cs-read-more {
    overflow: hidden;
    text-align: center;
}

.cs-fancy-box.fancy-box-style-1 .cs-read-more a.read-more-link,
.cs-fancy-box.fancy-box-style-10 .cs-read-more a.read-more-link {
    float: none;
}

.cs-fancy-box.fancy-box-style-2 .cs-read-more .read-more-link {
    float: none;
    line-height: 20px;
}

.cs-fancy-box.fancy-box-style-2 .cs-fancy-box-title i {
    margin-right: 28px;
}

.rtl .cs-fancy-box.fancy-box-style-2 .cs-fancy-box-title i {
    margin-right: 0;
    margin-left: 28px;
}

.cs-fancy-box.fancy-box-style-2 .cs-read-more .read-more-link i {
    margin: 0 0 0 5px;
}

.cs-fancy-box.fancy-box-style-2 .cs-fancy-box-title i {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cs-fancy-box.fancy-box-style-2:hover .cs-fancy-box-title i {
    color: #fff;
}

.cs-fancy-box.fancy-box-style-2 .cs-fancy-box-title .cs-title {
    display: inline-block;
}

.cs-fancy-box.fancy-box-style-2 .cs-fancy-box-title span {
    display: inline-block;
}
.cs-fancy-box.fancy-box-style-2 .cs-fancy-box-title i,
.cs-fancy-box.fancy-box-style-4 .cs-fancy-box-icon i,
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title i {
    height: 70px;
    width: 70px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 38px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title i{
    float:left;
}

.rtl .cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title .cs-title-main {

}
.cs-fancy-box.fancy-box-style-4 .cs-fancy-box-content {
    padding-left: 28px;
}

.rtl .cs-fancy-box.fancy-box-style-4 .cs-fancy-box-content {
    padding-left: 0;
    padding-right: 28px;
}

.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title i {
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-size: 28px;
    margin-right: 15px;
}

.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title h1,
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title h2,
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title h3,
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title h4,
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title h5,
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title h6,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h1,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h2,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h3,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h4,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h5,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h6 {
    margin: 0 !important;
}
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h1,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h2,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h3,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h4,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h5,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title h6 {
    display: table;
}
.cs-fancy-box.fancy-box-style-5 .cs-fancy-box-content,
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-content {
    padding-left: 72px;
}

.rtl .cs-fancy-box.fancy-box-style-5 .cs-fancy-box-title i,
.rtl .cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title i {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .cs-fancy-box.fancy-box-style-5 .cs-fancy-box-content,
.rtl .cs-fancy-box.fancy-box-style-3 .cs-fancy-box-content {
    padding-left: 0;
    padding-right: 72px;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-image {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-image .cs-fancy-box-icon {
    border-style: solid;
    border-width: 50px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-icon {
    display: block;
}

.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-image .cs-fancy-box-icon i {
    color: #FFFFFF;
    font-size: 20px;
    left: -30px;
    position: absolute;
    top: -30px;
}
.cs-fancy-box.fancy-box-style-7 .cs-fancy-box-title {
    margin: 10px 0;
}

.cs-fancy-box.fancy-box-style-8 {
    text-align: center;
    color: #fff;
}

.cs-fancy-box.fancy-box-style-8 .cs-fancy-box-title {
    text-align: center;
}

.cs-fancy-box.fancy-box-style-8 .cs-fancy-box-title i {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-size: 45px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto 30px;
    text-align: center;
    width: 130px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cs-fancy-box.fancy-box-style-8 .cs-fancy-box-title .title {
    display: block;
}

.cs-fancy-box.fancy-box-style-8 .cs-read-more .read-more-link {
    float: none;
}

.cs-fancy-box.fancy-box-style-8 .cs-fancy-box-title .cs-title-main {
    color: #fff;
}

.cs-fancy-box.fancy-box-style-9 {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: 0 0 1px #F5F5F5;
    -moz-box-shadow: 0 0 1px #F5F5F5;
    box-shadow: 0 0 1px #F5F5F5;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.cs-fancy-box.fancy-box-style-9 .cs-fancy-box-title {
    text-align: center;
}

.cs-fancy-box.fancy-box-style-9 .cs-fancy-box-title i {
    display: block;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    color: #FFFFFF;
    margin: -60px auto 10px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cs-fancy-box.fancy-box-style-9 .cs-fancy-box-title .title {
    display: block;
}
.cs-fancy-box.fancy-box-style-9 .cs-read-more .read-more-link {
    float: none;
}
.cs-fancy-box.fancy-box-style-10 {
    text-align: center;
}

.cs-fancy-box.fancy-box-style-10 .cs-title-main {
    font-family: inherit;
    margin: 10px 0;
    display: inline-block;
}
.cs-fancy-box.fancy-box-style-10 i {
    font-size: 52px;
    display: block;
}

.cs-fancy-box.fancy-box-style-3 .cs-title-main {
    display: inline-block !important;
    font-family: inherit;
}

.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 28px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: table-cell;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
        box-sizing: initial;
}
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title .cs-title-main {
    display: table-cell;
    padding-left: 20px;
}
.rtl .cs-fancy-box.fancy-box-style-3 .cs-fancy-box-title .cs-title-main {
    display: table-cell;
    padding-left: 0;
    padding-right: 20px;
}
.cs-fancy-box.fancy-box-style-3 .cs-fancy-box-content {
    padding-left: 80px;
}

.rtl .cs-fancy-box.fancy-box-style-3 .cs-fancy-box-content {
    padding-left: 80px;
}

.cs-fancy-box.fancy-box-style-6 .cs-fancy-box-title i {
    font-size: 47px;
}

.cs-fancy-box.fancy-box-style-6 .cs-fancy-box-title .cs-title-main {
    display: inline-block;
    margin: 0 0 0 10px;
}
.rtl .cs-fancy-box.fancy-box-style-6 .cs-fancy-box-title .cs-title-main {
    display: inline-block;
    margin: 0 10px 0 0;
}

/*** End Fancy Box ***/
/* ==========================================================================
   Start Drop Caps Style
========================================================================== */
.cs-dropcap .cs-icon.icon i{
    font-size: 29px;
    color: #fff;
    margin: 10px 10px 0 0;
}

.cs-dropcap .cs-icon.text {
    font-size: 31px;
    margin: 10px 10px 0 0;
    text-transform: uppercase;
    color: #fff;
}

.cs-dropcap.style-1 span.cs-icon.icon i,
.cs-dropcap.style-2 span.cs-icon.icon i,
.cs-dropcap.style-3 span.cs-icon.icon i,
.cs-dropcap.style-1 span.cs-icon.text,
.cs-dropcap.style-2 span.cs-icon.text,
.cs-dropcap.style-3 span.cs-icon.text {
    display: inline-block;
    line-height: 36px;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	float:left;
}

.cs-dropcap.style-4 span.cs-icon.text,
.cs-dropcap.style-5 span.cs-icon.text,
.cs-dropcap.style-6 span.cs-icon.text,
.cs-dropcap.style-4 span.cs-icon.icon i,
.cs-dropcap.style-5 span.cs-icon.icon i,
.cs-dropcap.style-6 span.cs-icon.icon i {
    line-height: 42px;
    padding: 0;
    height: 42px;
    width: 42px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

}
.cs-dropcap.style-1 span.cs-icon i,
.cs-dropcap.style-1 span.cs-icon.text{
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.cs-dropcap.style-2 span.cs-icon.icon i, 
.cs-dropcap.style-2 span.cs-icon.text, 
.cs-dropcap.style-3 span.cs-icon.icon i,
.cs-dropcap.style-3 span.cs-icon.text {
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.cs-dropcap.style-6 span.cs-icon i {
    border-style: solid;
    border-width: 1px;
    background: transparent !important; 
}
.rtl .cs-dropcap .cs-icon {
    margin: 0 0 0 10px;
}

/* ==========================================================================
   End Drop Caps Style
========================================================================== */

/* ==========================================================================
   Start Pie Char
   ========================================================================== */
.ww-pie-chart.ww-style1 .ww-pie-chart-value,
.ww-pie-chart.ww-style1 .ww-pie-chart-label,
.ww-pie-chart.ww-style1 .ww-pie-chart-icon {
    display: block;
    font-size: 200%;
    line-height: 20.8px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}

.ww-pie-chart.ww-style1 .vc-pie-info {
    position: relative;
}

.ww-pie-chart.ww-style2 .ww-pie-chart-value,
.ww-pie-chart.ww-style2 .ww-pie-chart-label,
.ww-pie-chart.ww-style2 .ww-pie-chart-icon {
    color: #9A9A9A;
    display: block;
    font-family: opensans-bold-webfont;
    font-size: 200%;
    height: inherit !important;
    left: 0;
    line-height: 20.8px !important;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.ww-pie-chart.ww-style2 .ww-pie-chart-title {
    display: block;
    font-size: 100%;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

.ww-pie-chart.ww-style2 .ww-pie-chart-title h4 {
    padding: 0 30px;
}

.vc-pie-hide-value {
    display: none !important;
}

.vc-pie-inner i {
    font-size: 41px;
}

/* ==========================================================================
   End Pi Char
   ========================================================================== */

/**** Short Code Button VC ****/
.wpb_button_a {
    display: block;
    margin: 0 0 10px;
}

/* ==========================================================================
   Cover Boxes styles
   ========================================================================== */

.cover_boxes {
    position: relative;
    overflow: hidden;
}

.cover_boxes ul {
    list-style: none;
    margin: 0px -20px 0px 0px;
    padding: 0px;
    width: 200%;
}

.cover_boxes ul li {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 265px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cover_boxes ul li.active {
    width: 530px;
}

.cover_boxes ul li .box {
    width: 530px;
}

.cover_boxes ul li .box .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 10;
    width: 265px;
}

.cover_boxes ul li .box .thumb img {
    display: block;
    position: relative;
    max-width: 100%;
}

.cover_boxes ul li .box .box_content {
    bottom: 0px;
    left: 285px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    width: 245px;
    z-index: 9;
    top: 0;
}

.cover_boxes ul li .box .cover_box_title {
    margin: 0px 0px 18px 0px;
}

.cover_boxes ul li .box .qbutton {
    margin: 20px 0px 0px 0px;
}

.cover_boxes .box_content .cover_box_title {
    font-family: 'Novecentowide-Bold';
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 10px !important;
}

/* ==========================================================================
   End of Cover Boxes styles
   ========================================================================== */

/* ==========================================================================
Unordered list shortcode styles
========================================================================== */
ul.ordered, ol.ordered {
    counter-reset: li;
    display: block;
    list-style-type: decimal;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

ul.cs_icon_list,
ul.cs_list_circle,
ul.cs_list_circleNumber,
ul.cs_list_number {
    padding: 0;
    list-style: none;
}

ol.ordered li,
ul.cs_icon_list li,
ul.cs_list_circle li,
ul.cs_list_circleNumber li,
ul.cs_list_number li {
    margin: 0px 0px 20px;
    padding: 0 0 0 4px;
}

ul.cs_icon_list.style1 span {
    font-size: 16px;
    margin-right: 10px;
    color: #696969;
}

ul.cs_icon_list.style2 span {
    border: 1px solid #696969;
    color: #696969;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin-right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

ul.cs_list_circle li {
    position: relative;
    padding-left: 25px;
}

ul.cs_list_circle li:before {
	    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius:25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px;
}

ul.cs_list_circleNumber, ul.cs_list_number {
    counter-reset: li;
}

ul.cs_list_circleNumber li {
    position: relative;
    padding-left: 55px;
}

ul.cs_list_circleNumber li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    display: inline-block;
    font-weight: 500;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 20px;
    border-radius: 2em;
    color: #fff;
    height: 31px;
    line-height: 31px;
    top: -3px;
    width: 31px;
}

ul.cs_list_number li {
    position: relative;
    padding-left: 35px;
}

ul.cs_list_number li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
}

/* ==========================================================================
  Counter styles
   ========================================================================== */
.q_counter_holder.center {
    padding: 50px 0px !important;
}

.vc_pie_chart.wpb_content_element {
    opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper, .vc_pie_chart .vc_pie_chart_back, .vc_pie_chart canvas, .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
    width: 177px !important;
    height: 177px !important;
    line-height: 177px !important;
}

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
    font-size: 41px;
    font-weight: 700;
}

.vc_pie_chart .vc_pie_chart_back, .vc_pie_chart canvas {
    border-color: #e9e9e9 !important;
    border-width: 12px !important;
}

.vc_pie_chart .wpb_pie_chart_heading {
    margin-top: 30px;
    font-family: 'Novecentowide-Bold';
    font-weight: normal;
}

.vc_pie_chart canvas {
    position: absolute !important;
    top: 0;
    left: 0;
}

/* ==========================================================================
    Start Progress Bars Styles
========================================================================== */
.cs-progress-item {
    margin-bottom: 30px;
}

.cs-progress-item .cs-progress-title .title {
    font-weight: normal;
    font-family: 'Novecentowide-Bold';
    line-height: 26px;
    margin: 0 0 5px !important;
    text-transform: uppercase;
}

.cs-progress-item .progress {
    background-color: #e9e9e9;
    height: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.cs-progress-item .progress-bar {
    height: 24px;
    line-height: 25px !important;
    text-align: right;
    padding: 0 10px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Novecentowide-Bold';
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.cs-progress-item .cs-progress-title.vertical h3 {
    text-align: center;
}

.cs-progress-item .cs-progress-title.vertical span {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 28px;
}

.cs-progress-item .progress.vertical {
    float: none;
    margin: 0 auto;
}

.cs-progress-item .progress.vertical .progress-bar {
    text-align: center;
    padding: 5px 0px;
}

.rtl .cs-progress-item .progress-bar {
    text-align: left;
}

/* ==========================================================================
    End Progress Bars Styles
========================================================================== */

/* ==========================================================================
   Cover Boxs Full
========================================================================== */

.cs-coverBoxs-grid .cs-coverBoxs-title {
    color: #fff;
    font-family: 'Novecentowide-Bold';
    font-weight: normal;
    text-transform: uppercase;
}

.cs-coverBoxs-grid .effect-zoe .cs-coverBoxs-title {
    color: #113a52;
}

.cs-coverBoxs-grid .effect-zoe h2.cs-coverBoxs-title {
    color: #284b60;
}

.cs-coverBoxs-grid .cs-coverBoxs-content {
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    text-transform: none;
}

.cs-coverBoxs-grid .cs-coverBoxs-icon {
    text-align: end;
    font-size: 22px;
}

.cs-coverBoxs-grid .cs-coverBoxs-icon span {
    display: inline-block;
    margin-left: 10px;
}

/* ==========================================================================
  Highlights
========================================================================== */
.cs-highlight-style-1, .cs-highlight-style-2 {
    color: #fff;
    padding: 0 2px;
}

/* ==========================================================================
 interactive banner style
========================================================================== */

.cs-interactive-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cs-interactive-banner .cs-interactive-image {
}

.cs-interactive-banner .cs-interactive-image img {
    width: 100%;
	display:block;
}

.cs-interactive-banner .cs-interactive-content-wrap,
.cs-interactive-banner .cs-interactive-content-hover-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 35px;
    background: rgba(17, 58, 82, 0.4) !important;
    color: #fff;
    -webkit-transition: all 4s ease 0s;
    -moz-transition: all 4s ease 0s;
    -o-transition: all 4s ease 0s;
    transition: all 4s ease 0s;
}

.cs-interactive-banner .cs-interactive-content-wrap .cs-interactive-icon {
    float: left;
    margin-right: 25px;
    min-height: 100px;
    width: 60px;
}

.cs-interactive-banner .cs-interactive-content-wrap .cs-interactive-icon i {
    font-size: 60px;
}

.cs-interactive-banner .shortcode-title > span {
    display: inline-block;
    border-bottom: 4px solid #fff;
    padding-bottom: 20px;
}

.cs-interactive-banner .shortcode-title {
    color: #fff;
}

.cs-interactive-banner .cs-interactive-content-hover-wrap {
    text-align: center;
    background: rgba(17, 58, 82, 0.5) !important;
}

.cs-interactive-banner .cs-interactive-content-hover-wrap .cs-interactive-icon {
    margin: 20px 0;
}

.cs-interactive-banner .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    font-size: 70px;
}

.cs-interactive-banner.style1 .cs-interactive-content-hover-wrap .cs-interactive-content {
    padding: 6% 0 0 0px;
}

.cs-interactive-banner.style1 .cs-interactive-content-hover-wrap .cs-interactive-readmore {
    margin-top: 25px;
}

.cs-interactive-banner.style1 .cs-interactive-content-wrap {
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
}

.cs-interactive-banner.style1:hover .cs-interactive-content-wrap {
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}

.cs-interactive-banner.style1 .cs-interactive-content-hover-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cs-interactive-banner.style1:hover .cs-interactive-content-hover-wrap {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* style2 */
.cs-interactive-banner.style2 .cs-interactive-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 35px;
}

.cs-interactive-banner.style2 .cs-interactive-content-wrap .cs-interactive-icon {
    width: 40px;
    text-align: center;
}

.cs-interactive-banner.style2 .cs-interactive-content-wrap .cs-interactive-icon {
    margin-right: 20px;
}

.cs-interactive-banner.style2 .cs-interactive-content-wrap .cs-interactive-icon i {
    font-size: 60px;
}

.cs-interactive-banner.style2 .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    font-size: 60px;
}

.cs-interactive-banner.style2 .shortcode-title > span,
.cs-interactive-banner.style3 .shortcode-title > span {
    padding-bottom: 12px;
}

.cs-interactive-banner.style2 .cs-interactive-content-hover-wrap .shortcode-title > span,
.cs-interactive-banner.style3 .cs-interactive-content-hover-wrap .shortcode-title > span {
    padding-bottom: 20px;
}

.cs-interactive-banner.style2 .shortcode-title,
.cs-interactive-banner.style3 .shortcode-title {
    margin-bottom: 6px;
}

.cs-interactive-banner.style2 .cs-interactive-content-hover-wrap .shortcode-title,
.cs-interactive-banner.style3 .cs-interactive-content-hover-wrap .shortcode-title {
    margin-bottom: 10px;
}

.cs-interactive-banner.style2 .cs-interactive-content-hover-wrap .cs-interactive-content,
.cs-interactive-banner.style3 .cs-interactive-content-hover-wrap .cs-interactive-content {
    padding-top: 20px;
}

.cs-interactive-banner.style2 .cs-interactive-content-wrap {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cs-interactive-banner.style2:hover .cs-interactive-content-wrap {
    -webkit-transform: translateX(-3000px);
    -moz-transform: translateX(-3000px);
    -o-transform: translateX(-3000px);
    -ms-transform: translateX(-3000px);
    transform: translateX(-3000px);
}

.cs-interactive-banner.style2 .cs-interactive-content-hover-wrap {
    -webkit-transform: translateX(3000px);
    -moz-transform: translateX(3000px);
    -o-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cs-interactive-banner.style2:hover .cs-interactive-content-hover-wrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/* style2 */
.cs-interactive-banner.style3 .cs-interactive-content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
}

.cs-interactive-banner.style3 .cs-interactive-content-wrap .cs-interactive-icon {
    width: 40px;
    text-align: center;
    float: right;
    margin: 0 0 0 20px;
}

.cs-interactive-banner.style3 .cs-interactive-content-wrap .cs-interactive-content {
    text-align: right;
}

.cs-interactive-banner.style3 .cs-interactive-content-wrap .cs-interactive-icon i {
    font-size: 60px;
}

.cs-interactive-banner.style3 .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    font-size: 60px;
}

.cs-interactive-banner.style3 .cs-interactive-content-wrap {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cs-interactive-banner.style3:hover .cs-interactive-content-wrap {
    -webkit-transform: translateX(3000px);
    -moz-transform: translateX(3000px);
    -o-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px);
}

.cs-interactive-banner.style3 .cs-interactive-content-hover-wrap {
    -webkit-transform: translateX(-3000px);
    -moz-transform: translateX(-3000px);
    -o-transform: translateX(-3000px);
    -ms-transform: translateX(-3000px);
    transform: translateX(-3000px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cs-interactive-banner.style3:hover .cs-interactive-content-hover-wrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/* style 4 */
.cs-interactive-banner.style4 {
    text-align: center;
}

.cs-interactive-banner.style4 .cs-interactive-content-wrap .cs-interactive-icon {
    float: none;
    margin: 10px 0;
    text-align: center;
    width: auto;
    min-height: inherit;
}

.cs-interactive-banner.style4 .cs-interactive-content-wrap .cs-interactive-icon i,
.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    font-size: 40px;
}

.cs-interactive-banner.style4 .cs-interactive-content-wrap {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.cs-interactive-banner.style4:hover .cs-interactive-content-wrap {
    -webkit-transform: rotate(720deg) scale(0);
    -moz-transform: rotate(720deg) scale(0);
    -o-transform: rotate(720deg) scale(0);
    -ms-transform: rotate(720deg) scale(0);
    transform: rotate(720deg) scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cs-interactive-banner.style4:hover .cs-interactive-content-hover-wrap {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap .shortcode-title {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cs-interactive-banner.style4:hover .cs-interactive-content-hover-wrap .shortcode-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap .cs-interactive-icon {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}

.cs-interactive-banner.style4:hover .cs-interactive-content-hover-wrap .cs-interactive-icon {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.cs-interactive-banner.style4:hover .cs-interactive-content-hover-wrap .cs-interactive-short-description {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cs-interactive-banner.style4:hover .cs-interactive-content-hover-wrap .cs-interactive-short-description {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* style 5 */
.cs-interactive-banner.style5 {
    text-align: center;
}

.cs-interactive-banner.style5 .cs-interactive-content-wrap .cs-interactive-icon {
    float: none;
    margin: 10px 0;
    text-align: center;
    width: auto;
    min-height: inherit;
}

.cs-interactive-banner.style5 .cs-interactive-content-wrap .cs-interactive-icon i,
.cs-interactive-banner.style5 .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    font-size: 40px;
}

.cs-interactive-banner.style5 .cs-interactive-content-wrap {
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
}

.cs-interactive-banner.style5:hover .cs-interactive-content-wrap {
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}

.cs-interactive-banner.style5 .cs-interactive-content-hover-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cs-interactive-banner.style5:hover .cs-interactive-content-hover-wrap {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* style 6 */
.cs-interactive-banner.style6 {
    text-align: center;
}

.cs-interactive-banner.style6 .cs-interactive-content-wrap .cs-interactive-icon {
    float: none;
    margin: 10px 0;
    text-align: center;
    width: auto;
    min-height: inherit;
}

.cs-interactive-banner.style6 .cs-interactive-content-wrap .cs-interactive-icon i,
.cs-interactive-banner.style6 .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    font-size: 40px;
}

.cs-interactive-banner.style6 .cs-interactive-content-wrap {
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
}

.cs-interactive-banner.style6:hover .cs-interactive-content-wrap {
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}

.cs-interactive-banner.style6 .cs-interactive-content-hover-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cs-interactive-banner.style6:hover .cs-interactive-content-hover-wrap {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cs-interactive-banner.style4 .shortcode-title,
.cs-interactive-banner.style5 .shortcode-title,
.cs-interactive-banner.style6 .shortcode-title {
    margin-bottom: 14px;
}

.cs-interactive-banner.style4 .shortcode-title > span,
.cs-interactive-banner.style5 .shortcode-title > span,
.cs-interactive-banner.style6 .shortcode-title > span {
    padding-bottom: 14px;
}

.cs-interactive-banner.style4 .cs-interactive-icon,
.cs-interactive-banner.style5 .cs-interactive-icon,
.cs-interactive-banner.style6 .cs-interactive-icon {
    margin: 14% 0 !important;
}

.cs-interactive-banner.style4 .cs-interactive-content-wrap,
.cs-interactive-banner.style5 .cs-interactive-content-wrap,
.cs-interactive-banner.style6 .cs-interactive-content-wrap {
    padding: 0 35px;
}

.cs-interactive-banner.style4 .cs-interactive-content-wrap .cs-interactive-icon i,
.cs-interactive-banner.style5 .cs-interactive-content-wrap .cs-interactive-icon i,
.cs-interactive-banner.style6 .cs-interactive-content-wrap .cs-interactive-icon i {
    font-size: 60px;
}

.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap .cs-interactive-icon i,
.cs-interactive-banner.style5 .cs-interactive-content-hover-wrap .cs-interactive-icon i,
.cs-interactive-banner.style6 .cs-interactive-content-hover-wrap .cs-interactive-icon i {
    display: none;
}

.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap .cs-interactive-icon,
.cs-interactive-banner.style5 .cs-interactive-content-hover-wrap .cs-interactive-icon,
.cs-interactive-banner.style6 .cs-interactive-content-hover-wrap .cs-interactive-icon {
    margin: 0 !important;
}

.cs-interactive-banner.style4 .cs-interactive-content-hover-wrap .cs-interactive-content,
.cs-interactive-banner.style5 .cs-interactive-content-hover-wrap .cs-interactive-content,
.cs-interactive-banner.style6 .cs-interactive-content-hover-wrap .cs-interactive-content {
    padding-top: 8%;
}

/* ==========================================================================
  Testimonial Style 2
========================================================================== */
.cs-testimonial-style-5 .cs-testimonial-header.title-style-5 {
    margin-bottom: 70px;
}

.cs-testimonial-wrapper.style-5 .cs-testimonial-description.style-5 {
    color: inherit;
    margin-bottom: 60px;
}

.cs-testimonial-wrapper.style-5 .cs-testimonial-title, 
.cs-testimonial-header.title-style-5 .cs-testimonial-title {
    color: inherit;
}

.cs-testimonial-wrapper.style-5 .cs-testimonial-content {
    margin-bottom: 25px;
}

/* ==========================================================================
  Block Quotes
========================================================================== */
.cs-quote-style-1, .cs-quote-style-2, .cs-quote-style-3 {
    display: block;
    font-family: Novecentowide-Bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 0 14%;
    position: relative;
	max-width:80%;
	text-align:center;
}
.cs-quote-style-1:before, .cs-quote-style-1:after {
    font-family: Novecentowide-Medium;
    font-size: 137px;
    position: absolute;
    top: 45px;
    margin: auto;
}
.cs-quote-style-1:before {
    left: 0;
    content: "“";   
}
.rtl .cs-quote-style-1:before {
    left: inherit;
    right: 0;
}
.cs-quote-style-1:after {
    right: 0;
    top: inherit;
    bottom: -25px;
    content: "”";
}
.rtl .cs-quote-style-1:after {
    right: inherit;
    left: 0;
}
.cs-quote-style-2 {
    padding: 10px 20px;
}
.cs-quote-style-3 {
    background: #f5f5f5;
    padding: 10px 60px 10px 70px;
}
.cs-quote-style-3:before, .cs-quote-style-3:after {
    font-size: 100px;
    font-family: Novecentowide-Medium;
    position: absolute;
    top: 35px;
    width: 34px;
    height: 24px;
}
.cs-quote-style-3:before {
    left: 10px;
    content: "“";
}
.rtl .cs-quote-style-3:before {
    left: inherit;
    right: 10px;
}
.cs-quote-style-3:after {
    top: inherit;
    right: 20px;
    bottom: -14px;
    content: "”";
}
.rtl .cs-quote-style-3:after {
    right: inherit;
    left: 20px;
}
/* ==========================================================================
  End Block Quotes
========================================================================== */

/* ==========================================================================
  Start Call To Action
========================================================================== */
.cs_call_to_action {
    margin: 20px 0 !important;
}
.cs_call_to_action.cs_align_right .cs-button-call, .cs_call_to_action.cs_align_left .wpb_call_text {
    float: right;
}
.cs_call_to_action.cs_align_left .cs-button-call, .cs_call_to_action.cs_align_right .wpb_call_text {
    float: left;
}
.cs_call_to_action .cs-button-call {
    margin: 0;
}
.cs_call_to_action .wpb_call_text {
    margin: 0;
    font-size: 18px;
    font-family: 'Novecentowide-Normal';
    line-height: 36px;
}
.cs_call_to_action .btn-primary-alt.btn-white:hover,
.btn.btn-white:hover {
    color: #fff !important;
}
/* ==========================================================================
  End Call To Action
========================================================================== */

/* ==========================================================================
  Start separator
========================================================================== */
.vc_separator .cs_separator_title {
    margin: 0 0 20px;
}
.vc_separator .cs_separator_title h4 {
    font-size: 18px;
}
.vc_separator_align_center .cs_separator_desc {
    text-align: center;
}
.vc_separator_align_left .cs_separator_desc {
    text-align: left;
}
.vc_separator_align_right .cs_separator_desc {
    text-align: right;
}
.separator_arrow .arrow {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
}
/* ==========================================================================
  End separator
========================================================================== */

/* ==========================================================================
   Pricing Styles
========================================================================== */
.cs-pricing .cs-pricing-item {
    text-align: center;
}
.cs-pricing .cs-pricing-item .cs-pricing-container {
    border: 1px solid #e9e9e9;
    margin-left: -1px;
    background: #fff;
}
.cs-pricing .cs-pricing-item h3.cs-pricing-title {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    padding: 10px 0 8px 0;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    letter-spacing: 0;
}
.cs-pricing .cs-pricing-item .cs-pricing-description .jmPrice .number {
    font-size: 65px;
    font-weight: 700;
    line-height: 1em;
    padding: 0 3px;
    vertical-align: middle;
}
.cs-pricing .cs-pricing-item .cs-pricing-description .loaded {
    margin: 0;
}
.cs-pricing .cs-pricing-item .cs-pricing-description .jmPrice {
    padding: 30px 0;
    background: #f5f5f5;
}
.cs-pricing .cs-pricing-item.cs-pricing-image .cs-pricing-description .jmPrice{
    background-size: cover;
    color: #fff;
}
.cs-pricing .cs-pricing-item.cs-pricing-image  .cs-pricing-container {
     border: 1px solid #c2c2c2;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}

.cs-pricing .cs-pricing-item .cs-pricing-description .jmPrice small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    vertical-align: bottom;
}
.cs-pricing .cs-pricing-item .cs-pricing-description .loaded dd {
     padding: 17px;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.cs-pricing .cs-pricing-item .cs-pricing-button {
    padding: 25px 0;
    background: #f5f5f5;
}
.cs-pricing .cs-pricing-item.cs-pricing-image .cs-pricing-button {
    background: #e9e9e9;
}
.cs-pricing .cs-pricing-item .cs-pricing-button a {
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-pricing .cs-pricing-item.cs-pricing-feature {
    margin-top: -25px;
}
.cs-pricing .cs-pricing-item.cs-pricing-feature .cs-pricing-container {
    -webkit-box-shadow: 0px 1px 5px #e8e8e8;
       -moz-box-shadow: 0px 1px 5px #e8e8e8;
        -ms-box-shadow: 0px 1px 5px #e8e8e8;
         -o-box-shadow: 0px 1px 5px #e8e8e8;
            box-shadow: 0px 1px 5px #e8e8e8;
            position: relative;
}
.cs-pricing .cs-pricing-item.cs-pricing-feature.cs-pricing-image  .cs-pricing-container {
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}
.cs-pricing .cs-pricing-item.cs-pricing-feature .cs-pricing-container:before {
    content: "best value";
    position: absolute;
    top: 10px;
    right: -8px;
    text-transform: uppercase;
    color: #fff;
    width: 60px;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 13px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cs-pricing .cs-pricing-item.cs-pricing-feature .cs-pricing-container:after {
    content: "";
    height: 0;
    width: 0;
    border-width: 36px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.cs-pricing .cs-pricing-item.cs-pricing-feature h3.cs-pricing-title {
    padding: 14px 0 12px 0;
}
.cs-pricing .cs-pricing-item.cs-pricing-feature .cs-pricing-button {
    padding: 32px 0;
}
.cs-pricing .cs-pricing-item.cs-pricing-feature .cs-pricing-description .loaded dd {
    padding: 20px 0;
}
/* ==========================================================================
    End Pricing Styles
========================================================================== */
/* ==========================================================================
    Start Meet The Team
   ========================================================================== */
article.team  {
    position: relative;
}
.cs-carousel-team article.team {
    background: transparent;
}
.cs-header {
    margin-bottom: 30px;
}
.cs-header.cs-team-header {
    margin-bottom: 40px;
}
.cs-team .cs-carousel-container {
    padding: 12px 0;
    text-align: center;
}
#wp-consilium .cs-team h3.cs-title,
#wp-consilium-mainpage .cs-team h3.cs-title,
#wp-consilium-agency .cs-team h3.cs-title,
#wp-consilium-retro .cs-team h3.cs-title,
#wp-consilium-blog .cs-team h3.cs-title,
#wp-consilium-corporate .cs-team h3.cs-title {
    font-size: 18px;
}
.cs-team.cs-team-style-1 .cs-team-title-wrap {
    margin: 0 0 17px;
}
.cs-team.cs-team-style-1 .cs-team-title-wrap h3.cs-team-title {
    margin: 0 0 7px;
}
.cs-team.cs-team-style-1 .cs-team-category {
    font-style: italic;
}
.cs-team.cs-team-style-1 .cs-team-featured-img {
    margin: 0px 0 16px;
}
.cs-team.cs-team-style-1 .cs-team-description {
    margin: 0 0 16px;
    text-align: left;
}
.cs-team.cs-team-style-1 .cs-team-featured-img img {
    border: 1px solid #e9e9e9;
}
.cs-team.cs-team-style-3 .cs-team-featured-img,
.cs-team.cs-team-style-2 .cs-team-featured-img {
    width: 160px;
    height: 160px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto 20px auto;
}
.cs-team.cs-team-style-3 .cs-team-featured-img img,
.cs-team.cs-team-style-2 .cs-team-featured-img img {
    max-width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.cs-team.cs-team-style-2 .cs-team-featured-img,
.cs-team.cs-team-style-2 .cs-team-featured-img img {
    max-width: 95px;
    height: 95px;
}
.cs-team.cs-team-style-3 .cs-team-featured-img .circle-border,
.cs-team.cs-team-style-2 .cs-team-featured-img .circle-border {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 255ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
       -moz-transition: all 255ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
         -o-transition: all 255ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
        -ms-transition: all 255ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
            transition: all 255ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.cs-team.cs-team-style-3 .cs-team-featured-img:hover .circle-border,
.cs-team.cs-team-style-2 .cs-team-featured-img:hover .circle-border {
    -webkit-transform: scale(1.12);
       -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
         -o-transform: scale(1.12);
            transform: scale(1.12);
}
.cs-team.cs-team-style-3 .cs-team-content h3.cs-team-title,
.cs-team.cs-team-style-2 .cs-team-content h3.cs-team-title {
    margin: 0;
    line-height: 1;
}
.cs-team.cs-team-style-3 .cs-team-content .cs-team-category,
.cs-team.cs-team-style-2 .cs-team-content .cs-team-category {
    margin: 8px 0;
    font-size: 12px;
}
.cs-team.cs-team-style-3 .cs-team-content .cs-team-description,
.cs-team.cs-team-style-2 .cs-team-content .cs-team-description {
    padding-bottom: 10px;
    margin: 0 0 12px;
}
.cs-team.cs-team-style-2 .cs-team-content .cs-team-description {
    padding: 15px;
    background: #fff;
    color: #747474;
    font-style: italic;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}
.cs-team .cs-team-content .cs-team-social a + a {
    margin-left: 10px;
}
.cs-team .cs-team-content .cs-team-social a i {
    font-size: 20px;
    color: #ddd;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-team .cs-team-content .cs-team-social a:hover i {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.cs-team.cs-team-style-3 .cs-team-wrap,
.cs-team.cs-team-style-2 .cs-team-wrap {
    margin-bottom: 50px;
}
.cs-team.cs-team-style-3 .cs-item-team .cs-team-meta,
.cs-team.cs-team-style-2 .cs-item-team .cs-team-meta {
    padding: 28px 0 0 28px;
}
.cs-team.cs-team-style-3 .cs-item-team .cs-team-meta h3,
.cs-team.cs-team-style-2 .cs-item-team .cs-team-meta h3 {
    font-size: 22px;
    line-height: 26px;
}
.cs-team.cs-team-style-3 .cs-item-team .cs-team-details,
.cs-team.cs-team-style-2 .cs-item-team .cs-team-details {
    position: inherit;
}
.cs-team.cs-team-style-3 .cs-item-team .cs-team-meta .cs-team-description,
.cs-team.cs-team-style-2 .cs-item-team .cs-team-meta .cs-team-description {
    color: #fff;
    margin-bottom: 25px;
}
.cs-team .cs-item-team .cs-team-social {
    bottom: 0;
    position: absolute;
    max-width: 240px;
    width: 100%;
    margin-bottom: 20px;
}
/* ==========================================================================
    End Meet The Team
========================================================================== */

/* ==========================================================================
   Start Portfolio
========================================================================== */
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-header {
    position: relative;
    overflow: hidden;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-header img {
    display: block;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-meta {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-meta-box {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-meta-box .cs-portfolio-title a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-title {
    margin: 0;;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
    -webkit-transform:translateX(-100px);
       -moz-transform:translateX(-100px);
        -ms-transform:translateX(-100px);
         -o-transform:translateX(-100px);
            transform:translateX(-100px);
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-category {
    line-height: 24px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
    -webkit-transform:translateX(100px);
       -moz-transform:translateX(100px);
        -ms-transform:translateX(100px);
         -o-transform:translateX(100px);
            transform:translateX(100px);
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-category a {
    font-size: 12px;
    color: #fff;
    font-style: italic;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-readmore {
    bottom: 0;
    position: absolute;
    right: 0;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-description {
    margin-top: 20px;
}
.cs-portfolio.cs-portfolio-style2 a.cs-read-more {
    border-color: transparent rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) transparent;
    border-style: solid;
    border-width: 32px;
    color: #fff;
    display: block;
    font-size: 21px;
    height: 64px;
    width: 64px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-header:hover .cs-portfolio-category,
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-header:hover .cs-portfolio-title,
.cs-portfolio.cs-portfolio-style2 .cs-portfolio-header:hover a.cs-read-more {
    opacity: 1;
    -webkit-transform:translateX(0px);
       -moz-transform:translateX(0px);
        -ms-transform:translateX(0px);
         -o-transform:translateX(0px);
            transform:translateX(0px);
}
/* ==========================================================================
   End Portfolio
========================================================================== */

/* ==========================================================================
    Start Testimonial Styles
========================================================================== */
.cs-testimonial .cs-testimonial-header .cs-title {
    font-size: 18px;
}
.cs-testimonial.title-white .cs-testimonial-header h3.cs-title {
    color: #fff !important;
}
.cs-testimonial.cs-testimonial-style-1 .cs-testimonial-content {
    margin: 0 0 17px;
}
.cs-testimonial.cs-testimonial-style-1 .cs-testimonial-title {
    font-size: 16px;
    margin: 0 0 7px;
}
.cs-testimonial.cs-testimonial-style-1 .cs-testimonial-category {
    font-style: italic;
}
.cs-testimonial.cs-testimonial-style-1 .cs-testimonial-featured-img {
    margin: 0px 0 16px;
}
.cs-testimonial.cs-testimonial-style-1 .cs-testimonial-featured-img img {
    border: 1px solid #e9e9e9;
}
.cs-testimonial.cs-testimonial-style-1 .cs-testimonial-description {
    margin: 0 0 16px;
    text-align: left;
}
.cs-testimonial.cs-testimonial-style-2 .cs-testimonial-content-main {
    text-align: center;
}
.cs-testimonial.cs-testimonial-style-2 .cs-testimonial-description .cs-testimonial-text {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 15px;
    position: relative;
    text-align: left;
    font-style: italic;
    color: #747474;
}
.cs-testimonial.cs-testimonial-style-2 .cs-testimonial-description .cs-testimonial-text p {
    margin: 0;
}
.cs-testimonial.cs-testimonial-style-2 .cs-testimonial-description .ArrowWrap .arrow {
    border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-right: 20px solid rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 17px 17px 0;
    display: block;
    height: 0;
    margin: 0 auto 20px;
    width: 0;
}

.cs-testimonial.cs-testimonial-style-2 .cs-testimonial-featured-img img {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 180ms linear 0ms;
       -moz-transition: all 180ms linear 0ms;
         -o-transition: all 190ms linear 0ms;
        -ms-transition: all 180ms linear 0ms;
            transition: all 180ms linear 0ms;
}
.cs-testimonial.cs-testimonial-style-2 .cs-testimonial-content .cs-testimonial-title {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 3px;
}

.cs-testimonial.cs-testimonial-style-3 .cs-testimonial-title {
    font-size: 16px;
    margin: 0 0 7px;
}
.cs-testimonial.cs-testimonial-style-3 .cs-testimonial-description .cs-testimonial-text {
    font-size: 20px;
    font-style: italic;
    text-align: left;
}
.cs-testimonial.cs-testimonial-style-3 .cs-testimonial-content {
    text-align: right;
}
.cs-testimonial.cs-testimonial-style-3 .cs-testimonial-category {
    line-height: normal;
}
.rtl .cs-testimonial.cs-testimonial-style-3 .cs-testimonial-content {
    text-align: left;
}
.cs-testimonial.cs-testimonial-style-4 .cs-testimonial-title {
    font-size: 16px;
    margin: 12px 0 7px 0;
}
.cs-testimonial.cs-testimonial-style-4 .cs-testimonial-description .cs-testimonial-text {
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.cs-testimonial.cs-testimonial-style-4 .cs-testimonial-content,
.cs-testimonial.cs-testimonial-style-4 .cs-nav {
    text-align: center;
}
.cs-testimonial.cs-testimonial-style-4 .cs-testimonial-category {
    line-height: normal;
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    color: #888;
    margin: 0 0 0 5px;
}
.cs-testimonial .cs-nav {
    margin-top: 14px;
}
/* ==========================================================================
    Start Testimonial Styles
========================================================================== */
/* ==========================================================================
    Start client Styles
========================================================================== */
.cs-carousel-client .cs-nav {
    text-align: center;
    margin: 30px 0 0;
}
.cs-carousel-client .cs-carousel-item-wrap {
    text-align: center;
}
/* ==========================================================================
    End client Styles
========================================================================== */
/* ==========================================================================
    Start google maps Styles
========================================================================== */
.gmnoprint img {
    max-width: inherit;
}
/* ==========================================================================
    Start google maps Styles
========================================================================== */


/* ==========================================================================
    Start recent post Styles
========================================================================== */

#cboxLoadedContent{overflow:hidden!important;}
.cs-recent-post .cs-entry-media {
  min-height: 100px;
  position: relative;
}
.cs-recent-post .cs-entry-media img{
	display:block;
}
.cs-recent-post .cs-entry-media .cboxElement {
  background: none repeat scroll 0 0 rgba(19,22,69,0.78);
  border: 1px solid #161a48;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 50px;
  z-index: 10;
}
.cs-recent-post .cs-entry-media  .cboxElement  .fa {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.cs-recent-post.style-1{
	text-align:center;
}
.cs-recent-post.style-1  .cs-entry-media {
	margin-bottom:20px;
	position: relative;
}
.cs-recent-post.style-1 .cs-entry-media:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cs-recent-post.style-1 .cs-entry-media:hover:after {
    background: rgba(0,0,0,0.1);
}
.cs-recent-post.style-1  .cs-recent-post-container {
  box-shadow: 5px 3px 4px #eee;
  margin-bottom: 30px;
}
.cs-recent-post.style-1  .cs-recent-post-meta{
	padding:0px 30px 10px;
	text-transform:uppercase;
	color:#888aa1;
}
.cs-recent-post.style-1  .cs-recent-post-meta .cs-category a{
	color:#888aa1;
}
.cs-recent-post.style-1  .cs-recent-post-meta .cs-category:after {
    content: "/";
    padding: 0 5px;
}
.cs-recent-post.style-1  .cs-recent-post-title{
	padding:0px 30px 5px;
}
.cs-recent-post .cs-recent-post-title  .entry-title{
	margin:0;
	text-transform:uppercase;
}
.cs-recent-post.style-1  .cs-recent-post-description{
	padding:5px 30px 30px;
}

.cs-recent-post.style-2 .cs-entry-media {
  float: left;
}
.cs-recent-post.style-2 .cs-entry-media img {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 10px 20px 0;
  padding: 5px;
}
.cs-carousel-post.style-1,
.cs-carousel-post.style-1 .cs-carousel-header {
    position: relative;
}
.cs-carousel-post.style-1 .cs-carousel-header .cs-header + .cs-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.rtl .cs-carousel-post.style-1 .cs-carousel-header .cs-header + .cs-nav {
    right: inherit;
    left: 0;
}
.cs-carousel-post.style-1 .cs-carousel-details {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cs-carousel-post.style-1 a.read-more-link {
    bottom: 0;
    color: #fff !important;
    display: block;
    font-size: 50px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 300ms linear 0ms;
    width: 60px;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-carousel-post.style-1 .cs-carousel-header:hover a.read-more-link {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.cs-recent-post.style-3 .cs-post-image img {
    border: medium none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}
.cs-recent-post.style-3 .cs-entry-media {
    float: none;
    overflow: hidden;
}
.cs-recent-post.style-3 .cs-entry-media img {
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-recent-post.style-3 .cs-entry-media:hover img {
    -webkit-transform: rotate(3deg) scale(1.12);
       -moz-transform: rotate(3deg) scale(1.12);
        -ms-transform: rotate(3deg) scale(1.12);
         -o-transform: rotate(3deg) scale(1.12);
            transform: rotate(3deg) scale(1.12);
}
.cs-recent-post.style-3 .cs-recent-post-title a {
    font-size: 14px;
    text-transform: none;
    display: block;
}
.cs-recent-post.style-3 .cs-recent-post-item {
    padding: 9px;
}
.cs-recent-post.style-3 .cs-title {
    color: #fff;
    padding: 15px 19px;
    margin: 0 9px;
}
.cs-recent-post.style-3 .cs-title:before {
    content: "\f1ea";
    font-family: FontAwesome;
    padding-right: 20px;
}
.rtl .cs-recent-post.style-3 .cs-title:before {
    padding-right: 0;
    padding-left: 0;
}
.cs-recent-post.style-3 .cs-recent-post-container {
    position: relative;
}
.cs-recent-post.style-3 .cs-recent-post-title {
    bottom: 0;
    position: absolute;
    width: 100%
}
.cs-recent-post.style-3 .cs-recent-post-title .entry-title {
    margin: 10px;
}
.cs-recent-post.style-3 .cs-recent-post-title a {
    color: #fff;
    padding: 10px 20px;
}
/* ==========================================================================
    Start recent post Styles
========================================================================== */
/* ==========================================================================
   Elements Typo
========================================================================== */
.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"]{
    margin-left: -16px;
    margin-top: 6px;
    position: absolute;
}
.radio span, .radio label, .radio div, .checkbox span {
    position: relative;
}
input[type="radio"] + span, 
input[type="checkbox"] + span {
    cursor: pointer;
    line-height: 24px;
    padding-left: 8px;
    position: static;
    text-transform: capitalize;
}
input[type="radio"] + span:before, 
input[type="checkbox"] + span:before {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
        -ms-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
}
input[type="checkbox"] + span:before {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
        -ms-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
}
input[type="checkbox"] + span:after {
    content: "\f00c";
    font-family: FontAwesome;   
    color: #f5f5f5;
    height: 0;
    left: 3px;
    position: absolute;
    top: -3px;
    width: 0;
}
input[type="checkbox"]:checked + span:after {
    background: red;
}
input[type="radio"]:checked + span:before,
input[type="checkbox"]:checked + span:before {
    background: #00c3b6;
    border: none;
}
span.Selectoptions {
    position: relative;
    display: inline-block;
}
span.Selectoptions:after {
    background: #f5f5f5;
    bottom: 0;
    content: "\f063";
    font-family: FontAwesome;
    height: 35px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    line-height: 37px;
    text-align: center;
}

span.Selectoptions select {
    padding: 0 5px;
}
/**** Contact Form 7 *****/
.wpcf7-captchar {
    max-width: 100px;
}
.wpcf7-captchac {
    margin: 0 10px;
}
/* ==========================================================================
   End Elements Typo
========================================================================== */
/* ==========================================================================
   Start Event Carousel
========================================================================== */
.cs-carousel-event-style1 .cs-title {
    font-size: 36px;
    margin: 0 0 10px;
}
.cs-carousel-event-style1 .cs-title span {
    border-top: 5px solid #fff;
    color: #fff;
    padding: 10px 0 0;
}
.cs-carousel-event-style1 .cs-subtitle {
    font-size: 30px;
}
.cs-carousel-event-style1 .cs-content {
    background: rgba(255, 255, 255, 0.4);
}
.cs-carousel-event-style1 .cs-header {
    position: relative;
    margin: 0 0 25px;
}
.cs-carousel-event-style1 .cs-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cs-carousel-event-style1 .cs-content .cs-carousel-list {
    overflow: hidden;
}
.cs-carousel-event-style1 .cs-content .cs-carousel-item-wrap .cs-carousel-item {
    margin: 25px -1px 25px 0 !important;
    padding: 0 25px;
    border-right: 1px solid #fff;
}
.cs-carousel-event-style1 .cs-event-date .cs-day {
    font-size: 72px;
    color: #fff;
    display: block;
    line-height: 1;
}
.cs-carousel-event-style1 .cs-event-date .cs-month {
    font-size: 33px;
    color: #fff;
    display: block;
    line-height: 1;
}
.cs-carousel-event-style1 .cs-carousel-header {
    overflow: hidden;
}
.cs-carousel-event-style1 .cs-carousel-header .cs-event-date {
    float: left;
    height: 110px;
    margin: 0 10px 0 0;
    width: 100px;  
    text-align: center; 
}
.cs-carousel-event-style1 .cs-carousel-header .cs-month {
    text-transform: uppercase;
}
.cs-carousel-event-style1 .cs-carousel-title a {
    font-size: 18px;
}
.cs-carousel-event-style1 .cs-event-meta .cs-event-time i {
    font-size: 18px;
    padding-right: 14px;
}
.cs-carousel-event-style1 .cs-carousel-post-description {
    line-height: 18px;
    margin: 12px 0 0;
}
.cs-carousel-event-style1 .btn-event {
    color: #fff !important;
    font-family: inherit !important;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 14px;
}
.cs-carousel-event-style1 .btn-event i {
    padding-left: 10px;
}
/* ==========================================================================
   End Event Carousel
========================================================================== */
/* ==========================================================================
   Pie Chart
========================================================================== */
.vc_wrap_header i {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 177px;
}
/* ==========================================================================
   Icon
========================================================================== */
.fontawesome-icon-list i {
    padding-right: 5px;
}
.fontawesome-icon-list [class*="col-"], .fontawesome-icon-list [class^="col-"] {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
.fontawesome-icon-list [class*="col-"]:hover, .fontawesome-icon-list [class^="col-"]:hover {
    color: #fff;
}

.vc_separator h1,.vc_separator h2,.vc_separator h3,.vc_separator h4,.vc_separator h5,.vc_separator h6{
    display: table-cell;
    white-space: pre;
	 padding: 0 1.4em;
}
.vc_separator.vc_separator_align_left .cs_separator_title h3 {
    padding-left: 0;
}
.vc_separator.vc_separator_align_right .cs_separator_title h3 {
    padding-right: 0;
}
/* ==========================================================================
   facebook feed
========================================================================== */

.widget_cs_facebook_widget .fb_iframe_widget {
  display: table;
  position: relative;
  margin: 0 auto;
}
.fb_iframe_widget span,.fb_iframe_widget iframe{max-width: 100%;}
@media (max-width: 768px) {
	.widget_cs_facebook_widget .fb_iframe_widget {
	  display: block;
	  max-width:100%;
	}
}