/*
Theme Name: Aevent
Theme URI: http://asianitbd.com/wp/aevent/
Author: Template_path
Author URI: http://themeforest.net/user/template_path
Description: This is Aevent theme
Version: 2.2
License: copyright commercial
License URI: http://themeforest.net/user/template_path
Text Domain: wp_aevent
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/**********  Event HTML5 Template  *********/

/************ TABLE OF CONTENTS ***************

1.  Main Header
2.  Search
3.  Main Slider
4.  About Style / About Style Two
5.  Team section / Team Section Style Two
6.  Subscribe Section / Subscribe Style Two
7.  Fact Counter Section
8.  Price Section
9.  Gallery Section
10. Default Section
11. Testimonial Section
12. Sponsors Section
13. Blog Section
14. Location Section
15. Footer Section
16. Contactus Section
17. Page-title Style
18. Schedule Details Style
19. Speaker Details Style
20. Blog-post Style
21. Scroll To Top style

**********************************************/

/*** 
====================================================================
                                Header style
====================================================================
***/


/* header */

.header {
    position: relative;
    z-index: 9999999;
}


/*================== main header ===============*/

.main-header {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #111;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-header .logo {
    position: relative;
    line-height: 100px;
    /*margin-left: 50px;*/
    z-index: 9999;
}

.main-header .logo-image img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}


/*mainmenu area=======================*/

.mainmenu-area .navbar-collapse > ul > li:hover > a,
.mainmenu-area .navbar-collapse > ul > li.current > a,
.mainmenu-area .navbar-collapse > ul > li.current-menu-item > a,
.mainmenu-area .navbar-collapse > ul > li.current-menu-ancestor > a,
.mainmenu-area .navbar-collapse > ul > li > ul > li.current-menu-item > a {
    color: #fbca00;
}

.main-header.stricky-fixed .navbar .navbar-collapse > ul > li > a,
.main-header.stricky-fixed .logo {
    line-height: 80px;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.mainmenu-area {
    position: relative;
    display: block;
}

.navbar .navbar-collapse > ul {
    padding: 0;
    margin: 0;
}

.navbar .navbar-collapse > ul > li {
    display: inline-block;
    position: relative;
}

.navbar .navbar-collapse > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-collapse > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.navbar .navbar-collapse > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: 1px solid #EEE;
    border-top: 2px solid #ffc22c;
    border-bottom-left-radius: 5px;
    transition: all .5s ease;
}

.navbar .navbar-collapse > ul > li > ul > li {
    display: block;
    position: relative;
}

.navbar .navbar-collapse > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar .navbar-collapse > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    padding: 10px 19px;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.navbar .navbar-collapse > ul > li > ul > li:hover > a,
.mainmenu-area .navbar-collapse > ul > li > ul > li.current-menu-item > a {
    background: #F9F9F9;
    color: #ffc22c;
    padding-left: 23px;
}

.navbar .navbar-collapse > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-collapse > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
    transition: all .5s ease;
}

.navbar .navbar-collapse > ul > li > ul > li > ul > li {
    display: block;
    position: relative;
}

.navbar .navbar-collapse > ul > li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar .navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 10px 19px;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.navbar .navbar-collapse > ul > li > ul > li > ul > li:hover > a {
    background: #F9F9F9;
    color: #ffc22c;
    border-color: 0;
    padding-left: 23px;
}

.navbar .navbar-collapse ul > li.dropdown .dropdown-btn {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}


/*=============== search =============*/

#top-search {
    /*position: absolute;
    right: 14px;
    top: 0px;*/
    padding: 34px 30px;
}

.main-header .auto-container {position: relative;}
.main-header.stricky-fixed #top-search {
    top: 0px;
    padding: 23px 30px;
}

#top-search-trigger i.opener{
	width:15px;
	text-align:right;	
}

#top-search-trigger i.opener::before {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

#top-search ul {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 350px;
	display:none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top-search ul.search-box {
    background: #fff;
    padding: 15px 20px;
}

#top-search ul.search-box form {
    height: 45px;
    background: #ffc22c;
}

#top-search-trigger.opened i.opener::before{
	content:'\f00d';	
}

#top-search ul.search-box form input,.search-box input {
    width: calc(100% - 52px);
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    background-color: transparent;
    line-height: 15px;
    padding-left: 15px;
}

#top-search ul.search-box form input::-webkit-input-placeholder,.search-box input::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

#top-search ul.search-box form input:-moz-placeholder,.search-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    text-transform: capitalize;
}

#top-search ul.search-box form input::-moz-placeholder,.search-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    text-transform: capitalize;
}

#top-search ul.search-box form input:-ms-input-placeholder,.search-box input:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

#top-search ul.search-box form button,.search-box button {
    width: 40px;
    height: 100%;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    border: none;
    outline: none;
}

#top-search ul.search-box form button i:before {
    font-size: 13px;
}


/*** 
====================================================================
Main Slider style
====================================================================
***/

.rev_slider_wrapper {
    position: relative;
    overflow: hidden;
}

.rev_slider_wrapper li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
}

.rev_slider_wrapper h4 {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.rev_slider_wrapper h1 {
    position: relative;
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.rev_slider_wrapper p {
    position: relative;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.rev_slider_wrapper a span {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 7px 65px;
    display: block;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .10);
    letter-spacing: 3px;
    transition: all .3s ease !important;
}
.rev_slider_wrapper a:hover span {background:#fbca00; border-color: #fbca00;}

.rev_slider_wrapper a span:before {
    position: absolute;
    content: "";
    bottom: -7px;
    left: -7px;
    top: -7px;
    right: -7px;
    border: 2px solid #fbca00;
}

.main-bxslider {
    position: relative;
    background: none;
    color: #ffffff;
}

.main-bxslider .slide-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-bxslider .slide-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.main-bxslider .content {
    position: relative;
    z-index: 55;
    padding: 322px 0;
}

.main-bxslider h2 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10.5px 20px;
    background-color: #ffc22c;
    max-width: 270px;
    margin: 0 auto;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 32px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.main-bxslider button {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    padding: 32px 54px;
    border: 2px solid #fff;
    color: #fff;
}

.main-bxslider h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.main-bxslider .text {
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 20px;
}

.main-bxslider .big-circle {
    position: relative;
    margin: 80px 0px;
    padding: 70px 30px 30px;
    max-width: 500px;
    min-height: 500px;
    text-align: center;
    background: #00aeff;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.main-slider .bx-slider-outer .bx-pager {
    display: block;
    position: absolute;
    bottom: 0;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #747379;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffc22c;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 50px;
    height: 50px;

    text-indent: -9999px;
    z-index: 9999;
    border: 1px solid #fff;
    opacity: 0;
    transition: .5s ease;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1 !important;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: .5;
    transition: .5s ease;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev {
    background: url(images/bx-slider/arrows-5.png) no-repeat;
    background-position: 50% 50%;
    left: 20px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next {
    background: url(images/bx-slider/arrows-7.png) no-repeat;
    background-position: 50% 50%;
    right: 20px;
}


/*** 
====================================================================

about style
====================================================================
***/

.home-one .about {
    margin-top: 0;
}

.about.service-page {
    background: #fff;
}

.about.service-page .single-item {
    background: #F6F6F6;
}

.about.service-page .single-item {
    padding: 0 45px;
}

.about {
    position: relative;
    background: #f6f6f6;
    padding-top: 100px;
    margin-top: 100px;
}

.about .single-item {
    position: relative;
    background: #fff;
    margin-bottom: 100px;
    padding: 0 51px;
}

.about .icon-box {
    position: relative;
    overflow: hidden;
}

.about .icon-box .inner-box {
    position: relative;
    margin-top: 48px;
    margin-bottom: 23px;
}

.about .icon-box .inner-box span:before {
    position: relative;
    color: #fbca00;
    font-size: 37px;
}

.about .content {
    position: relative;
}

.about .content h4 {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about .content p {
    font-size: 13px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 37px;
    letter-spacing: -.1px;
}

.about .content a span {
    position: absolute;
    bottom: -10px;
    left: -21px;
    right: -21px;
    background: #fbca00;
    max-height: 20px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
}

.about .content a span:before {
    font-size: 10px;
    color: #fff;
}

.about .single-item:hover .content a span {
    transition: .5s ease;
    transform: translate(0, 0);
    opacity:1;
    visibility: visible !important;
}


/***
====================================================================
  about style-two
====================================================================
***/

.about.style-two {
    background: #fff;
    padding-top: 100px;
    margin-top: 0;
}

.about.style-two .single-item {
    padding: 0;
    max-width: 300px;
}

.about.style-two .content p {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.about.style-two .icon-box .inner-box {
    margin-top: 4px;
    margin-bottom: 21px;
}

.about.style-two .single-item {
    margin-bottom: 90px;
}


/***
====================================================================
team section style
====================================================================
***/

.team-section {
    position: relative;
    padding-top: 98px;
    padding-bottom: 50px;
}

.single-team {
    position: relative;
    margin-bottom: 42px;
}

.single-team .img-box {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.single-team .img-box .inner-box {
    margin-right: 32px;
}

.single-team .img-box .inner-box img {
    position: relative;
}


.single-team .img-box.has-overlay {position: relative;overflow: hidden;display: inline-block !important;}
.single-team .img-box .overlay {position: absolute;top:100%;left: 0;right:0;bottom: 0;background: rgba(255,194,44, .70);text-align: center;transition: all .5s ease;}
.single-team:hover .img-box .overlay {top:0;}
.single-team .img-box .overlay .box {display: table;width: 100%;height: 100%;}
.single-team .img-box .overlay .box .content-box {display: table-cell;vertical-align: middle;}
.single-team .img-box .overlay .box .content-box ul.list-inline li a {font-size: 17px;color: #fff;}

.single-team .content {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.single-team .content h3 a{
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 16px;
    z-index: 55;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
}
.single-team .content h3 a:hover{
	color:rgba(255, 194, 44, 0.7);
}

.single-team .content h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-bottom: 13px;
    z-index: 55;
}

.single-team .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    max-width: 240px;
    margin-bottom: 11px;
    z-index: 55;
}

.single-team .content.border:after {
    position: absolute;
    content: "";
    border-right: 10px solid #eeeeee;
    border-bottom: 10px solid #eeeeee;
    top: 39px;
    right: -34px;
    bottom: 8px;
    left: 118px;
    z-index: 5;
    transition: .5s ease;
}

.single-team .content {
    position: relative;
}
.single-team .content .top-border{
    width: 340px;
    height: 10px;
    background: #eee;
    position: absolute;
    top: 40px;
    right: -40px;
    transform: rotate(180deg);
}
.single-team .content .right-border{
    width: 10px;
    height: 215px;
    background: #eee;
    position: absolute;
    transform: rotate(180deg);
    top: 50px;
    right: -40px;
}
.single-team .content .bottom-border{
    width: 149px;
    height: 10px;
    background: #eee;
    position: absolute;
    bottom: 12px;
    right: -35px;
}
.single-team .content .top-border:before,
.single-team .content .right-border:before,
.single-team .content .bottom-border:before {
    background: #FBCA00;
    content: '';
    position: absolute;
    top:0;left:0;    
}
.single-team .content .top-border:before {
    width: 0%;
    height: 100%;
    transition: all .3s ease .0s;
}
.single-team .content .right-border:before {
    width: 100%;
    height: 0%;
    transition: all .3s ease .3s;
}
.single-team .content .bottom-border:before {
    width: 0%;
    height: 100%;
    transition: all .3s ease .6s;
}


.single-team .content:hover .top-border:before {
    transition: all .3s ease .6s;
}
.single-team .content:hover .right-border:before {
    transition: all .3s ease .3s;
}
.single-team .content:hover .bottom-border:before {
    transition: all .3s ease .0s;
}

.single-team .content:hover .top-border:before,
.single-team .content:hover .bottom-border:before {
    width: 100%;
}
.single-team .content:hover .right-border:before {
    height: 100%;
}

.single-team .content.border:before {
    position: absolute;
    content: "";
    border-top: 10px solid #eeeeee;
    top: 39px;
    right: -24px;
    left: -61px;
    z-index: 5;
    right: -27px;


    transition: .5s ease;
}

.single-team:hover .content.border.border:after,
.single-team:hover .content.border:before {
    border-color: #fbca00;
    transition: .5s ease;
}

.single-team .content .social {
    position: relative;
    z-index: 55;
}

.single-team .content .social ul {
    position: relative;
}

.single-team .content .social ul li {
    position: relative;
    display: inline-block;
}

.single-team .content .social ul li a {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    margin-right: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-team .content .social ul li a:hover {
    color: #fbca00;
}


/***
====================================================================
  team section style-two
====================================================================
***/

.team-section.style-two .section-title {
    position: relative;
    margin-bottom: 48px;
}

.style-two .single-team {
    position: relative;
    margin-bottom: 42px;
}

.style-two .single-team .img-box {
    position: relative;
    display: block;
}

.style-two .single-team .img-box .inner-box img {
    position: relative;
}

.style-two .single-team .content {
    position: relative;
    display: block;
    padding-top: 5px;
    /*padding-bottom: 54px;*/
}


/***
====================================================================
  team section style
====================================================================
***/

.event-section {
    position: relative;
    padding-top: 98px;
    padding-bottom: 100px;
    background: #f6f6f6;
}

.event-section .date {
    position: relative;
    width: 291px;
}

.event-section .date .date-carousel .owl-controls {
    right: 0;
    top: 0;
    bottom: auto;
    margin-top: 0 !important;
    text-align: right;
}

.event-section .date .date-carousel.owl-theme .owl-controls .owl-nav {
    float: right;
    margin-right: -60px;
}

.event-section .date .date-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    display: block;
    background: #fff;
    color: #A9A9A9;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.event-section .date .text {
    background: #ffc22c;
}

.event-section .date .text h3 {
    position: relative;
    float: left;
    line-height: 80px;
    padding-right: 45px;
    padding-left: 180px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.event-section .date .text ul li {
    background: #fff;
    padding: 4px 28px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.event-section .date .text ul li:last-child {
    border-bottom: none;
}

.event-section .date .text ul li a {
    position: relative;
    color: #999;
}
.event-section .table>thead>tr>th {
    border-bottom: none;
    background: #ffc22c;
    padding: 29px 8px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;

}

.event-section .table-hover>tbody>tr:hover {
    background-color: #eee;
    transition: .3s;
}

.event-section .table-hover>tbody>tr {
    background-color: #fff;
    transition: .3s;
    text-transform: uppercase;
}
.event-section .table>tbody>tr>td {
    padding: 28px 8px;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    padding-left: 50px;
    font-family: 'Merriweather', serif;
    color: #999;
}


.event-section .table>thead>tr>th:nth-child(4) {
    text-align: center;
    padding-left: 29px;
}


.event-section .table>tbody>tr>td a {
    font-family: 'Merriweather', serif;
    color: #999;
}

.event-section .table>tbody>tr td.serial {
    font-family: 'Montserrat', sans-serif;
}
.event-section .table>tbody>tr td.session a {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
}
.event-section .table>tbody>tr td.time {
    font-family: 'sans-serif'
}


/***
====================================================================
  subscribe section
====================================================================
***/

.subscribe-section {
    position: relative;
}

.subscribe-section .image-box {
    position: relative;
    padding: 190px 0;
}

.subscribe-section .image {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

.subscribe-section .image img {
    position: relative;
    opacity: .65;
}

.subscribe-section .image:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
}

.subscribe-section .image-box .subscribe-box {
    position: relative;
    line-height: 80px;
    right: 0px;
    left: 0;
    top: 0px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.10);
    padding: 40px 0;
}

.subscribe-section .image-box .subscribe-box .subscribe-form {
    position: absolute;
    right: -70px;
    left: 0;
    top: 0px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.10);
}

.subscribe-section .image-box .subscribe-box input[type="text"] {
    padding: 0 35px;
    padding-right: 105px;
    width: 100%;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #999999;
}

.subscribe-section .image-box .subscribe-box button {
    position: absolute;
    right: 0;
    top: 0px;
    height: 80px;
    width: 70px;

    background: #fff;
}

.subscribe-section .image-box .subscribe-box button span:before {
    margin-left: -45px;
}

.subscribe-section .content {
    position: relative;
    padding: 61px 0px;
}

.subscribe-section .content h5 {
    position: relative;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-bottom: 5px;
    margin-top: 34px;
}

.subscribe-section .content h1 {
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.subscribe-section .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 28px;
}


/*** 
====================================================================
  subscribe style-two
====================================================================
***/

.subscribe-section.style-two {
    position: relative;
}

.subscribe-section.style-two:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

.subscribe-section.style-two .content {
    z-index: 99;
}

.subscribe-section.style-two .content h5 {
    position: relative;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-bottom: 11px;
    margin-top: 36px;
}

.subscribe-section.style-two .content h1 {
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 47px;
}

.subscribe-section.style-two .subscribe-box .subscribe-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #fff;
    margin-bottom: 40px;
}

.subscribe-section.style-two .subscribe-box .subscribe-form input[type="text"] {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    padding-left: 31px;
    padding-right: 123px;
    background: transparent;
}

::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    color: #a1a1a1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    color: #a1a1a1;
}

:-ms-input-placeholder {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    color: #a1a1a1;
}

.subscribe-section.style-two .subscribe-box .subscribe-form button {
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    padding-right: 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
}


/*** 
====================================================================
  Fact Counter Section
====================================================================
***/

.fact-counter {
    position: relative;
    padding-top: 103px;
    color: #ffffff;
    background-color: #f6f6f6;
}

.fact-counter .column {
    position: relative;
    padding: 0px 15px;
    text-align: center;
    z-index: 5;
}

.fact-counter .column .icon {
    position: relative;
    top: 0px;
    color: #ffc22c;
    margin-bottom: 17px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .column .icon span:before {
    font-size: 36px;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #000;
}

.fact-counter .column .line {
    position: relative;
    width: 50px;
    height: 2px;
    background: #cccccc;
    margin: 20px auto;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-top: 2px;
    margin-bottom: 95px;
}

.fact-counter .column .count-divider {
    position: relative;
    width: 40px;
    height: 2px;
    display: inline-block;
}

.fact-counter .column .count-divider:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 2px;
    width: 40px;
    background: #eeeeee;
}


/*** 
====================================================================
  price Section
====================================================================
***/

.pricing-section {
    position: relative;
    text-align: center;
    padding-top: 98px;
}

.pricing-column {
    position: relative;
    margin-bottom: 100px;
}

.pricing-column:hover .inner-box .plan-title,
.pricing-column:hover .inner-box .plan-price,
.pricing-column:hover .inner-box .plan-duration,
.pricing-column:hover .inner-box .price-btn {
    color: #ffc22c;
}

.pricing-column .inner-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #eee;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.pricing-column .plan-header {
    position: relative;
    border-bottom: 1px solid #eee;
}

.pricing-column .plan-title {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 16px 0;
}

.pricing-column h2 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 45px;
    color: #000;
    line-height: 39px;
}

.pricing-column .plan-price span {
    position: relative;
    top: -31px;
    right: -4px;
    font-size: 14px;
}

.pricing-column .plan-duration {
    position: relative;
    font-size: 12px;
    color: #999;
    margin-bottom: 27px;
    top: -1px;
}

.pricing-column .plan-stats {
    position: relative;
}

.pricing-column .plan-stats li {
    position: relative;
    color: #808080;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-top: 11px;
    padding-bottom: 7px;
}

.pricing-column .inner-box .price-btn {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 23px;
    display: block;
}


/***
====================================================================
  gallery section
====================================================================
***/

.gallery-section {
    position: relative;
}

.gallery-section .img-box {
    position: relative;
}

.gallery-section .img-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
}

.gallery-section .img-box img {
    position: relative;
    width: 100%;
}

.gallery {
    position: relative;
}

.gallery .masonary-gallery {
    position: relative;
}

.gallery .masonary-gallery .masonary-item {
    position: relative;
    float: left;
    width: 33.333333333333333%;
}

.gallery .masonary-gallery .masonary-item img {
    width: 100%;
    height: 100%;
}

.gallery .masonary-gallery .masonary-item .img-wrap .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
}

.gallery .masonary-gallery .masonary-item:hover .img-wrap .overlay-box {
    opacity: 1;
    -ms-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -op-animation-name: flipInY;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -ms-animation-duration: 1200ms;
    -moz-animation-duration: 1200ms;
    -op-animation-duration: 1200ms;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.gallery .masonary-gallery .masonary-item .img-wrap .overlay-box .options {
    position: relative;
    margin-bottom: 18px;
    top: 50%;
}

.gallery .masonary-gallery .masonary-item .img-wrap .overlay-box .title-box h3 {
    position: relative;
    margin-bottom: 0px;
    line-height: 24px;
}

.gallery .masonary-gallery .masonary-item .img-wrap .overlay-box .title-box h3 a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.gallery .masonary-gallery .masonary-item .img-wrap .overlay-box .title-box .text {
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
}

.gallery .masonary-gallery .masonary-item .img-wrap .overlay-box .link {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ffffff;
    margin-right: 6px;
    color: #ffffff;
}


/***
====================================================================
  default section
====================================================================
***/

.default-section {
    position: relative;
}

.default-section .content {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.default-section .content .text {
    position: relative;
    padding: 0px 84px;
    padding-top: 45px;
    padding-bottom: 87px;
    border: 2px solid #eee;
    margin: 100px 0;
    margin-bottom: 200px;
    background: #fff;
    z-index: 2;
}

.default-section .content .text h1 {
    position: relative;
    font-size: 200px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.default-section .content .text p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 0;
    top: -29px;
}

.default-section .right-text {
    position: absolute;
    vertical-align: top;
    top: 37%;
    width: 100%;
    border-bottom: 2px solid #eee;
    z-index: 1;
}

.default-section .right-text h1 {
    right: 15%;
    position: relative;
    display: inline;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #eee;
    bottom: -23px;
    padding: 0 20px;
}

.default-section .owl-theme .owl-controls .owl-prev [class*="owl-"],
.default-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 0px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin: 0 0px;
    padding: 0 0;
    background: transparent;
}

.default-section .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.default-section .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    color: #ffc22c;
    border-color: #ffc22c;
}

.default-section .owl-carousel .owl-controls .owl-nav .owl-next {
    position: relative;
    color: #999;
    border: 2px solid #eee;
    padding: 7px 28px;
    margin-left: 15px;
}

.default-section .owl-carousel .owl-controls .owl-nav .owl-next:after {
    position: absolute;
    content: "\f105";
    font-family: Fontawesome;
    font-size: 12px;
}

.default-section .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: relative;
    color: #999;
    border: 2px solid #eee;
    padding: 7px 28px;
    margin-right: 15px;
}

.default-section .owl-carousel .owl-controls .owl-nav .owl-prev:after {
    position: absolute;
    content: "\f104";
    font-family: Fontawesome;
    font-size: 12px;
}

.default-section .owl-theme .owl-controls {
    bottom: 100px;
}


/***
====================================================================
  testimonial section
====================================================================
***/

.testimonial-section {
    position: relative;
    background-position: center center !important;
    background-position
}

.testimonial-section .content {
    position: relative;
    border: 10px solid #fcc22c;
    padding-left: 41px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.10);
    margin: 153px 0;
    background: #fff;
}

.testimonial-section .content:before {
    position: absolute;
    content: "";
    top: 32px;
    left: -10px;
    background: #fff;
    width: 10px;
    height: 68px;
}

.testimonial-section .content:after {
    position: absolute;
    content: "";
    top: 16px;
    left: -33px;
    background: #ffc22c;
    width: 10px;
    height: 100px;
    transform: rotate(90deg);
}

.testimonial-section .content h3 {
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 54px;
    margin-bottom: 22px;
}

.testimonial-section .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 26px;
    max-width: 456px;
}

.testimonial-section .content h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999;
    margin-bottom: 59px;
}


/***
====================================================================
sponsors section
====================================================================
***/

.sponser-section.home-one {
    background: #fff;
}

.sponser-section {
    position: relative;
    background: #f4f4f4;
    padding: 78px 0;
}

.sponser-section.style-two {
    position: relative;
    background: #f4f4f4;
    padding: 100px 0;
}


/***
====================================================================
  blog section
====================================================================
***/

.blog-section {
    position: relative;
    background: #f6f6f6;
}

.blog-section .image {
    position: relative;
    overflow: hidden;
}

.blog-section .image img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 400px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-section .image:hover img {
    transform: scale(1.1, 1.1);
}

.blog-section .blog-text {
    position: relative;
}

.blog-section .content {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
    top: -50px;
    margin-bottom: 50px;
}

.blog-section .content .text {
    position: relative;
    padding: 0 38px;
    background: #fff;
}

.blog-section .content .text h4 {
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 30px;
    padding-top: 42px;
    margin-bottom: 17px;
}

.blog-section .content .text h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999;
    margin-bottom: 16px;
}

.blog-section .content .text p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-bottom: 28px;
    letter-spacing: 1px;
}

.blog-section .content .author {
    position: relative;
    display: -webkit-inline-box;
    margin-top: 19px;
}

.blog-section .content .author .author-img {
    position: relative;
    margin-right: 20px;
}

.blog-section .content .author .author-img img {
    position: relative;
}

.blog-section .content .author .author-text {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    margin-top: 4px;
}


/***
====================================================================
  location section
====================================================================
***/

.map-section {
    position: relative;
    background: #f6f6f6;
}

.google-map {
    position: relative;
    width: 100%;
    height: 399px;
}

.map-section .content {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.map-section .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    padding: 48px 30px;
    background: #fff;
    display: inline-block;
}

.map-section .content p b {
    color: #808080;
}


/***
====================================================================
footer-section
====================================================================
***/

.footer-section {
    position: relative;
    background: #333;
}

.footer-section .footer-widget {
    position: relative;
    background: #333;
    padding: 56px 15px 0px;
}

.footer-section .footer-widget .column-title h2 {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-family: "msb";
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 22px;
    line-height: 20px;
}

.footer-section .about-widget {
    position: relative;
    background: #333;
    padding-bottom: 100px;
}

.about-widget .two-column .title h3 {
    position: relative;
    font-size: 12px;
    color: #fff;
    font-family: "ml";
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .7px;
}

.about-widget .content {
    position: relative;
}

.about-widget .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999;
    line-height: 28px;
    margin-bottom: 11px;
}

.about-widget .content .social-icon {
    position: relative;
}

.about-widget .content .social-icon ul li {
    display: inline-block;
}

.about-widget .content .social-icon ul li a {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #999;
    margin-right: 50px;
}

.about-widget .content .social-icon ul li:last-child a {
    margin-right: 0px;
}

.about-widget .content .social-icon ul li a {
    position: relative;
}

.post-widget {
    position: relative;
    padding-bottom: 60px !important;
}

.post-widget .single-column {
    position: relative;
    margin-bottom: 23px;
}

.post-widget .single-column .icon-box {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.post-widget .single-column .icon-box .inner-box {
    position: relative;
    margin-right: 16px;
}

.post-widget .single-column .icon-box span:before {
    color: #999;
    font-size: 11px;
}

.post-widget .single-column .content {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.post-widget .single-column .content h5 {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin: 0;
}

.post-widget .single-column .content a {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #ececec;
    top: -3px;
}

.footer-section .gallery-widget {
    position: relative;
    padding-bottom: 0px;
}

.gallery-widget .gallery {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 15px;
    padding-bottom: 40px;
}

.gallery-widget .gallery img {
    position: relative;
    float: left;
    padding: 0px 10px 20px;
}


/*footer bottom*/

.footer-bottom {
    position: relative;
    background: #2C2C2C;
}

.footer-bottom .menu {
    position: relative;
}

.footer-bottom .menu ul {
    position: relative;
}

.footer-bottom .menu ul li {
    position: relative;
    float: left;
}

.footer-bottom .menu ul li:last-child a {
    margin-right: 0;
}

.footer-bottom .menu ul li a {
    position: relative;
    line-height: 70px;
    font-size: 11px;
    margin-right: 35px;
    color: #999;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}

.footer-bottom .menu ul li a:hover {
    color: #fff;
}

.footer-bottom .copy-right {
    position: relative;
}

.footer-bottom .copy-right {
    position: relative;
    line-height: 70px;
    font-size: 13px;
    color: #999;
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
}

.footer-bottom .copy-right p {
    margin: 0;
}


/***
====================================================================
  contactus section
====================================================================
***/

.contactus-section {
    position: relative;
}

.contactus-section .section-title {
    margin-top: 96px;
}

.contactus-section .section-title h1 {
    margin-bottom: 13px;
}

.contactus-section .contact-us {
    position: relative;
    margin-bottom: 80px;
}

.contact-us .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="password"],
.contact-us select {
    position: relative;
    width: 100%;
    line-height: 24px;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #111;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    height: 50px;
    padding: 24px 36px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-us textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 20px 36px;
    height: 200px;
    resize: none;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    color: #2d2d2d;
    padding-bottom: 0px;
    margin-bottom: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-us::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
}

.contact-us::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
}

.contact-us:-ms-input-placeholder {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
}

.contact-us input:focus,
.contact-us textarea:focus,
.contact-us select:focus {
    border-color: #ffc22c;
}

.contact-us input.error,
.contact-us textarea.error,
.contact-us select.error {
    border-color: #ff0000;
}

.contact-us input.error:focus,
.contact-us textarea.error:focus {
    border-color: #ff0000;
    box-shadow: 0px 0px 3px 0px #ff0000;
    -moz-box-shadow: 0px 0px 3px 0px #ff0000;
    -ms-box-shadow: 0px 0px 3px 0px #ff0000;
    -o-box-shadow: 0px 0px 3px 0px #ff0000;
    -webkit-box-shadow: 0px 0px 3px 0px #ff0000;
}

.contact-us label.error {
    display: none !important;
}

.contact-us select option {
    padding: 5px 15px;
}

.contact-us button {
    font-size: 14px;
    width: 100%;
    background-color: #ffc22c;
    line-height: 48px;
    padding: 0px 15px;
    border: 1px solid #ffc22c;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.contact-us button:hover {
    background-color: #fff;
    color: #ffc22c;
}


/***
====================================================================
  page-title style
====================================================================
***/

.page-title {
    position: relative;
    padding: 100px 0;
}

.page-title:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}


/***
====================================================================
  schedule details style
====================================================================
***/

.schedule-details {
    position: relative;
    background: #f6f6f6;
    padding-top: 100px;
}

.schedule-details .sidebar-page {
    position: relative;
    margin-bottom: 100px;
}

.schedule-details .sidebar-page .content {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.schedule-details .sidebar-page .content ul li {
    position: relative;
    text-align: right;
    padding-left: 44px;
    padding-right: 34px;
    border-bottom: 1px solid #eee;
}

.schedule-details .sidebar-page .content ul li:last-child {
    border-bottom: 0px solid #eee;
}

.schedule-details .sidebar-page .content ul li a {
    line-height: 80px;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999;
    transition: all .3s ease;
}

.schedule-details .sidebar-page .content ul li a:hover {
    color: #121212;
}

.schedule-details .sidebar-page .content ul li a span {
    position: absolute;
    left: 44px;
    line-height: 80px;
    font-size: 21px;
}

.schedule-details .sidebar-page .image {
    position: relative;
}

.schedule-details .sidebar-page .image img {
    position: relative;
    width: 100%;
}

.schedule-details .sidebar-page .image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #fff;
}

.schedule-details .single-post {
    position: relative;
    padding-left: 30px;
}

.schedule-details .single-post .image {
    position: relative;
}

.schedule-details .single-post .image img {
    position: relative;
    width: 100%;
}

.schedule-details .single-post .content {
    position: relative;
}

.schedule-details .single-post .content h2 {
    position: relative;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 48px 0 22px;
}

.schedule-details .single-post .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 29px;
    margin-right: 5px;
}

.schedule-details .single-post .content .button {
    padding-top: 18px;
    padding-bottom: 105px;
}

.schedule-details .single-post .content .button a {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19.5px 45px;
    color: #fff;
    background: #ffc22c;
    line-height: 48px;
    box-shadow: 0px 8px 40px rgba(253, 180, 0, 0.5)
}

.qoute-section {
    position: relative;
    padding: 100px 0;
}

.qoute-section:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.qoute-section .text {
    position: relative;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 55;
    margin: 34px 0;
}

.qoute-section a {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 55;
    border: 2px solid #fff;
    padding: 12px 60px;
    letter-spacing: 2px;
    margin: 20px 0;
}


/***
====================================================================
  speaker details style
====================================================================
***/

.speaker-details {
    position: relative;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 40px;
}

.speaker-details .single-setails {
    position: relative;
    margin-bottom:
}

.speaker-details .image {
    position: relative;
    margin-bottom: 60px;
}

.speaker-details .image img {
    position: relative;
    width: 100%;
}

.speaker-details .content {
    position: relative;
    padding-left: 30px;
    margin-bottom: 136px;
}

.speaker-details .content h3 {
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 16px;
    z-index: 55;
}

.speaker-details .content h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-bottom: 13px;
    z-index: 55;
}

.speaker-details .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 11px;
    z-index: 55;
}

.speaker-details .content .social {
    position: relative;
    z-index: 55;
}

.speaker-details .content .social ul {
    position: relative;
}

.speaker-details .content .social ul li {
    position: relative;
    display: inline-block;
}

.speaker-details .content .social ul li a {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    margin-right: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.speaker-details .content .social ul li a:hover {
    color: #fbca00;
}

.speaker-details .pagination {
    position: relative;
    margin: 0;
    margin-bottom: 60px;
}

.speaker-details .pagination ul {
    position: relative;
    background: #f6f6f6;
    margin-left: 30px;
    border: 1px solid #eee;
}

.speaker-details .pagination ul li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #eee;
}

.speaker-details .pagination ul li:last-child {
    border-left-width: 0px;
}

.speaker-details .pagination ul li a {
    position: relative;
    padding: 22px 0px;
    padding-left: 26px;
    padding-right: 37px;
    font-size: 14px;
    color: #999;
}

.speaker-details .pagination ul li:last-child a {
    border-left-width: 0px;
    padding-left: 23px;
}


/***
====================================================================
  blog section
====================================================================
***/

.blog-page {
    position: relative;
    background: #f6f6f6;
    padding-top: 100px;
}

.blog-page .image {
    position: relative;
}

.blog-page .image img {
    position: relative;
    max-width: 100%;
    min-height: 400px;
}

.blog-page .blog-text {
    position: relative;
	margin-bottom:70px;
}

.blog-page .content .text {
    position: relative;
    padding: 0 38px;
    background: #fff;
}

.blog-page .content .text h4 a{
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 30px;
    padding-top: 42px;
    margin-bottom: 17px;
	display:block;
}

.blog-page .content .text h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999;
    margin-bottom: 16px;
}

.blog-page .content .text p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-bottom: 28px;
    letter-spacing: 1px;
}

.blog-page .content .author{
    position: relative;
    display: -webkit-inline-box;
    margin-top: 19px;
}

.blog-page .content .author .author-img {
    position: relative;
    margin-right: 20px;
}

.blog-page .content .author .author-img img {
    position: relative;
}

.blog-page .content .author .author-text a {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    margin-top: 4px;
}

.post-pagination {
    position: relative;
    padding-top: 33px;
    border-top: 2px solid #eee;
    margin-bottom: 100px;
}

.post-pagination ul {
    position: relative;
    text-align: center;
}

.post-pagination ul li {
    display: inline-block;
}

.post-pagination ul li a,.post-pagination ul li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    border: 2px solid transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 38px;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover,
.post-pagination ul li span {
    border-color: #222222;
    color: #000;
}

.post-pagination ul li a.left {
    position: absolute;
    font-family: Fontawesome;
    left: 0;
    top: 0;
    color: #666;
    width: 20px;
    border: none;
}

.post-pagination ul li a.right {
    position: absolute;
    font-family: Fontawesome;
    right: 0;
    top: 0;
    color: #666;
    width: 20px;
    border: none;
}


/*****
====================================================================
  blog-post style
====================================================================
***/

.blog-post {
    position: relative;
    margin: 100px 0;
    margin-bottom: 0px;
    padding-bottom: 100px;
    background: #f6f6f6;
}

.blog-post.style-two {
    background: #fff;
    padding-bottom: 46px;
}

.blog-post .blog-bg {
    position: relative;
    background: #fff;
}

.blog-post .blog-image {
    position: relative;
}

.blog-post .blog-image img {
    position: relative;
    max-width: 100%;
}

.blog-post .blog-content {
    position: relative;
}

.blog-post .blog-content .blog-title {
    position: relative;
}

.blog-post .blog-content .blog-title h2 {
    position: relative;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 49px;
    margin-bottom: 20px;
}

.blog-post .blog-content .blog-title h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999;
    margin-bottom: 30px;
}

.blog-post .blog-content .blog-title h5 span {
    color: #ffc22c;
}

.blog-post .blog-content .blog-text {
    position: relative;
}

.blog-post .blog-content .blog-text p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 28px;
}

.blog-post .blog-content .blog-qoute {
    position: relative;
    padding: 33px 0 45px;
    padding-left: 47px;
    margin: 40px 0;
    margin-bottom: 43px;
    background: #f6f6f6;
}

.blog-post .blog-content .blog-qoute span {
    position: relative;
    background: #ffc22c;
    margin-bottom: 25px;
    padding: 12px 10px;
    color: #fff;
    font-size: 8px;
}

.blog-post .blog-content .blog-qoute h5 {
    position: relative;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999;
    font-style: italic;
    margin-bottom: 16px;
}

.blog-post .blog-content .blog-qoute h3 {
    position: relative;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #000;
    font-style: italic;
}

.blog-post .blog-content .blog-share {
    position: relative;
    margin-bottom: 49px;
}

.blog-post .blog-content .blog-share h4 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #999;
    margin-top: 14px;
}

.blog-post .blog-content .blog-share h4 span {
    color: #ffc22c;
}

.blog-post .blog-content .blog-share .share-link {
    position: relative;
    text-align: right;
    margin-top: 5px;
}

.blog-post .blog-content .blog-share .share-link ul li {
    position: relative;
    display: inline;
}

.blog-post .blog-content .blog-share .share-link ul li a {
    display: inline-block;
    position: relative;
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    padding: 8px 10px 9px;
    border: 2px solid #eee;
    margin: 0 2.5px;
    max-height: 30px;
}

.blog-post .blog-content .blog-share .share-link ul li a span {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffc22c;
    text-transform: uppercase;
    text-indent: 8px;
}

.blog-post .blog-content .blog-share .share-link ul li.active a {
    top: 2px;
}

.blog-post .blog-content .blog-share .share-link ul li.active a,
.blog-post .blog-content .blog-share .share-link ul li a:hover {
    color: #ffc22c;
}

.blog-post .blog-content .author-post {
    position: relative;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding-top: 18px;
    background: #f6f6f6;
}

.blog-post .blog-content .author-post .inner-box {
    position: relative;
    padding: 0 0 20px 160px;
    margin: 0px 0px 47px;
}

.blog-post .blog-content .author-post .author-img {
    position: absolute;
    left: 19px;
    top: 0;
}

.blog-post .blog-content .author-post .author-img img {
    position: relative;
}

.blog-post .blog-content .author-post .author-text {
    position: relative;
}

.blog-post .blog-content .author-post .author-text h4 {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-top: 8px;
    margin-bottom: 8px;
}

.blog-post .blog-content .author-post .author-text p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 4px;
}

.blog-post .blog-content .author-post .author-text ul li {
    position: relative;
    display: inline;
}

.blog-post .blog-content .author-post .author-text ul li a {
    display: inline-block;
    position: relative;
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    margin-right: 15px;
    transition: .5s ease;
}

.blog-post .blog-content .author-post .author-text ul li a:hover {
    color: #ffc22c;
    transition: .5s ease;
}

.blog-post .blog-content .comment-area {
    position: relative;
}

.blog-post .blog-content .comment-area .comment-title {
    position: relative;
}

.blog-post .blog-content .comment-area .comment-title h2 {
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.blog-post .blog-content .comment-area .single-comment {
    position: relative;
    padding-top: 19px;
    background: #f6f6f6;
}

.blog-post .blog-content .comment-area .single-comment.comment-reply {
    margin-left: 37px;
}

.blog-post .blog-content .comment-area .single-comment.comment-reply:after {
    position: absolute;
    content: '';
    left: -37px;
    top: 3px;
    background: #eee;
    width: 1px;
    height: 122px;
}

.blog-post .blog-content .comment-area .single-comment.comment-reply:before {
    position: absolute;
    content: '';
    left: -36px;
    top: 28px;
    background: #eee;
    width: 12px;
    height: 1px;
}

.blog-post .blog-content .comment-area .single-comment .inner-box {
    position: relative;
    padding: 0 0 10px 120px;
    margin: 0px 0px 30px;
}

.blog-post .blog-content .comment-area .single-comment .author {
    position: absolute;
    left: 19px;
    top: 0;
}

.blog-post .blog-content .comment-area .single-comment .author img {
    position: relative;
}

.blog-post .blog-content .comment-area .single-comment .author-info {
    position: relative;
}

.blog-post .blog-content .comment-area .single-comment .author-info span.a_text {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    top: -2px;
    margin-bottom: 6px;
}

.blog-post .blog-content .comment-area .single-comment .author-info span.c_time {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666;
    margin-left: 9px;
    font-style: italic;
    top: -3px;
}

.blog-post .blog-content .comment-area .single-comment .author-info span.reply {
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffc22c;
    text-transform: uppercase;
    float: right;
    margin-right: 25px;
    cursor: pointer;
}

.blog-post .blog-content .comment-area .single-comment .text {
    position: relative;
}

.blog-post .blog-content .comment-area .single-comment .text p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.blog-post .blog-content .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding-top: 20px;
}

.blog-post .blog-content .comment-box .comment-title {
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog-post .blog-content .comment-box .form-group {
    position: relative;
    margin-bottom: 30px;
}

.blog-post .blog-content .comment-box input[type="text"],
.blog-post .blog-content .comment-box input[type="email"],
.blog-post .blog-content .comment-box input[type="password"],
.blog-post .blog-content .comment-box select {
    position: relative;
    width: 100%;
    line-height: 24px;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    height: 60px;
    padding: 15px 36px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-post .blog-content .comment-box textarea,.blog-page .comment-box textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 20px 36px;
    height: 200px;
    resize: none;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    color: #2d2d2d;
    padding-bottom: 0px;
    margin-bottom: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-page .comment-box textarea{
	background:#fafafa;
}
.blog-post .blog-content .comment-box::-webkit-input-placeholder,
.blog-page .comment-box::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
}

.blog-post .blog-content .comment-box::-moz-placeholder,.blog-page .comment-box::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
}

.blog-post .blog-content .comment-box:-ms-input-placeholder,.blog-page .comment-box:-ms-input-placeholder {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    color: #999;
}

.blog-post .blog-content .comment-box input:focus,.blog-page .comment-box input:focus,
.blog-post .blog-content .comment-box textarea:focus,.blog-page .comment-box textarea:focus,
.blog-post .blog-content .comment-box select:focus,.blog-page .comment-box select:focus {
    border-color: #ffc22c;
}

.blog-post .blog-content .comment-box input.error,.blog-page .comment-box input.error,
.blog-post .blog-content .comment-box textarea.error,.blog-page .comment-box textarea.error,
.blog-post .blog-content .comment-box select.error,.blog-page .comment-box select.error {
    border-color: #ff0000;
}

.blog-post .blog-content .comment-box input.error:focus,.blog-page .comment-box input.error:focus,
.blog-post .blog-content .comment-box textarea.error:focus,.blog-page .comment-box textarea.error:focus {
    border-color: #ff0000;
    box-shadow: 0px 0px 3px 0px #ff0000;
    -moz-box-shadow: 0px 0px 3px 0px #ff0000;
    -ms-box-shadow: 0px 0px 3px 0px #ff0000;
    -o-box-shadow: 0px 0px 3px 0px #ff0000;
    -webkit-box-shadow: 0px 0px 3px 0px #ff0000;
}

.blog-post .blog-content .comment-box label.error,.blog-page .comment-box label.error {
    display: none !important;
}

.blog-post .blog-content .comment-box select option,.blog-page .comment-box select option {
    padding: 5px 15px;
}

.blog-post .blog-content .comment-box button,.blog-page .comment-box button {
    font-size: 14px;
    width: 100%;
    background-color: #ffc22c;
    line-height: 50px;
    padding: 0px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.post-pagination2 {
    position: relative;
    border-top: 2px solid #ebebeb;
    padding-top: 41px;
    margin-bottom: 42px;
}

.post-pagination2 ul li {
    position: relative;
}

.post-pagination2 ul li a {
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.post-pagination2 ul li a span {
    position: relative;
    font-size: 14px;
    color: #999;
}

.post-pagination2 ul li a.next span {
    padding-left: 22px;
}

.post-pagination2 ul li a.prev span {
    padding-right: 22px;
}

.sidebar {
    position: relative;
}

.sidebar .sidebar-title {
    position: relative;
    padding-bottom: 17px;
}

.sidebar .sidebar-title h4 {
    position: relative;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.sidebar .sidebar-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #ffc22c;
}

.sidebar .category,.sidebar .widget {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.sidebar .category ul li,.sidebar .widget ul li {
    position: relative;
    margin-bottom: 2px;
	font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #cacaca;
}

.sidebar .category ul li a span.txt,.sidebar .widget ul li a {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
	margin-right:18px;
}

.sidebar .category ul li a span.count,.sidebar .widget ul li a span.count {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #cacaca;
    margin-left: 18px;
}

.sidebar .recent-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.sidebar .recent-post ul li {
    position: relative;
    margin-bottom: 2px;
}

.sidebar .recent-post ul li a {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
}

.sidebar .tag {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.sidebar .tag ul {
    position: relative;
    max-width: 200px;
}

.sidebar .tag ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

.sidebar .tag ul li a {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
    margin-right: 20px;
}

.sidebar .instagram {
    position: relative;
    padding-top: 2px;
    margin-bottom: 37px;
}

.sidebar .instagram {
    position: relative;
}

.sidebar .instagram .list {
    position: relative;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.sidebar .instagram .list img {
    position: relative;
    float: left;
    padding: 0 7.5px 15px;
}

.sidebar .popular-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 37px;
}

.sidebar .popular-post .single-post {
    position: relative;
    padding: 0 0 15px 97px;
}

.sidebar .popular-post .single-post .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .popular-post .single-post .post-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.sidebar .popular-post .single-post .post-content h4 {
    position: relative;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
    margin-top: 1px;
    line-height: 24px;
    margin-bottom: 10px;
}

.sidebar .popular-post .single-post .post-content h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999;
}

.sidebar .feature-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 52px;
}

.sidebar .feature-post .feature-slide {
    position: relative;
}

.sidebar .feature-post .feature-slide a {
    position: relative;
}

.sidebar .feature-post .feature-slide .item:after {

    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.sidebar .feature-post .feature-slide .caption {
    position: absolute;
    left: 30px;
    bottom: 32px;
    z-index: 55;
}

.sidebar .feature-post .feature-slide .caption h4 {
    position: relative;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 24px;
}

.sidebar .feature-post .feature-slide .caption h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.sidebar .feature-post .owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    opacity: .4;
    border-radius: 50%;
    display: block;
    height: 5px;
    margin: 5px 3.5px;
    transition: opacity 200ms ease 0s;
    width: 5px;
}

.sidebar .feature-post .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff;
    opacity: 1;
}

.sidebar .feature-post .owl-controls {
    text-align: center;
    bottom: 1px !important;
    position: absolute;
    width: initial !important;
    left: 26px;
}

.sidebar .twitter-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 37px;
}

.sidebar .twitter-post .single-post {
    position: relative;
    padding: 0px 0px 0px 28px;
}

.sidebar .twitter-post .single-post .icon {
    position: absolute;
    left: 0;
    top: 8px;
}

.sidebar .twitter-post .single-post .icon span {
    position: relative;
    font-size: 14px;
    color: #999;
    vertical-align: top;
}

.sidebar .twitter-post .single-post .content {
    position: relative;
    margin-bottom: 16px;
}

.sidebar .twitter-post .single-post .content h4 {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666;
    margin-bottom: 6px;
    line-height: 28px;
}

.sidebar .twitter-post .single-post .content h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    color: #999;
}


/*****
====================================================================
  about us style
====================================================================
***/

.about-us {
    position: relative;
    background: #fff;
    padding: 100px 40px;
}

.about-us .single-about {
    position: relative;
    padding-bottom: 60px;
}

.about-us .single-about .image {
    position: relative;
}

.about-us .single-about .image img {
    position: relative;
    width: 100%;
}

.about-us .single-about.left-text .content {
    position: relative;
    padding-right: 30px;
}

.about-us .single-about.right-text .content {
    position: relative;
    padding-left: 30px;
}

.about-us .single-about .content h3 {
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 49px;
    margin-bottom: 18px;
    z-index: 55;
}

.about-us .single-about .content p {
    position: relative;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 11px;
    z-index: 55;
}


/***
====================================================================
Scroll To Top style
====================================================================
***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    line-height: 48px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}

.scroll-to-top i:before {
    color: #fbca00;
    font-size: 20px;
    margin: 0;
    line-height: 55px;
}

.scroll-to-top:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.single-sponsor {
    background: #F6F6F6;
    margin-bottom: 30px;
    padding: 30px 30px 30px 30px;
}

.single-sponsor .img-box,
.single-sponsor .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-sponsor .img-box {
    width: 250px;
    text-align: center;
    margin-left: -30px;
}

.single-sponsor .text-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-sponsor p {
    font-size: 14px;
    font-family: 'Merriweather', serif;
    margin: 0;
}

.single-sponsor .text-box a {
    color: #FFC22C;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    float: right;
}

.sponsor-style-two {
    padding: 80px 0;
}

.sponsor-style-two h3 {
    margin-bottom: 20px;
    font-size: 28px;
}

.travel-information {
    padding: 80px 0;
    background: #F6F6F6;
}

.travel-information h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.travel-information p {
    font-size: 13px;
}

.acomodation {
    padding: 80px 0;
    padding-bottom: 30px;
}

.acomodation .single-accomodation {
    text-align: center;
    background: #F6F6F6;
    margin-bottom: 50px;
}

.acomodation .single-accomodation img {
    width: 100%;
}

.acomodation .single-accomodation h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.acomodation .single-accomodation p {
    font-size: 13px;
    text-align: center;
    margin: 0;
    margin-top: 7px;
}

.acomodation .single-accomodation a {
    background: #FFC331;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    margin-top: 10px;
}


.contact-info.contact-2 ul li {
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #292929;
    line-height: 35px;
}
.contact-info.contact-2 ul li span {
    color: #999;
}
