/* EventBiz HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two
5. Main Slider
6. About Us
7. Fact Counter / Style One / Style Two
8. Gallery Section
9. Sponsors Style One
10. Donate Section
11. Team Section
12. Testimonials Style One / Two / Three / Four
13. News Section
14. Get Quote Section
15. Main Footer
16. Sponsors Style Two
17. What We Do
18. Fluid Section One / Two / Three
19. Tweets Section / Style One / Style Two
20. Services Section
21. Service Details
22. Team Details
23. Project Details
24. Sidebar Page
25. Sidebar
26. Sidebar Widgets
27. Blog Classic
28. Blog Details
29. Contact Us
30. Map Section






/* imported styles */

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('jquery.fancybox.css');

/* miscelnious styles */

.container {
    padding: 0;
}

.sec-pad {
    padding: 60px 0px;
}

.white-bg {
    background: #ffffff !important;
}

.no-bg-img {
    background-image: none !important;
}

.gray-bg {
    background: #F5F5F5;
}

.btn {
    width: 146px;
    height: 50px;
    background: #FC5A1B;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'Roboto';
    padding: 0;
    font-size: 15px;
    font-weight: 700;
}

.btn-inverse {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    color: #2f323c;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h5 {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #FC5A1B;
    margin: 0;
}

.sec-title h2 {
    font-size: 36px;
    font-family: 'Montserrat';
    color: #222222;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin: 18px 0;
}

.sec-title p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #848484;
    margin: 0;
}

.sec-title.light p,
.sec-title.light h2 {
    color: #ffffff;
}

.navbar.navbar-default.header-fixed {
    background: #222;
}

.navbar.navbar-default {
    background: rgba(0, 0, 0, .30);
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    border: none;
}

.navbar-brand {
    height: auto;
    padding: 15px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 24px 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fc5a1b;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    text-align: left;
    list-style: none;
    background-color: #161616;
    background-clip: padding-box;
    border-top: 4px solid #fc5a1b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu li {
    display: block;
    position: relative;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu li a {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    padding: 8px 0;
    display: block;
    padding-left: 20px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu li + li {
    border-top: 1px dashed #282828;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu li:hover > a {
    background: #fc5a1b;
    border-color: #fc5a1b;
    position: relative;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    text-align: left;
    list-style: none;
    background-color: #222222;
    background-clip: padding-box;
    border-top: 4px solid #3563a9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    top: 0;
    left: 100%;
    margin-top: 0px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    float: right;
    margin-right: 20px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .sub-menu li > a:only-child:after {
    content: '';
    display: none;
}

/* banner section styles */

.banner {
    padding-top: 138px;
    padding-bottom: 155px;
}

.banner h2 {
    font-size: 28px;
    color: #ffffff;
    line-height: 65px;
    font-weight: 800;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-top: 60px;
}

.banner p {
    font-size: 24px;
    line-height: 22px;
    font-family: 'Montserrat';
    color: #fff;
}

ul.coundown {
    margin-top: 40px;
}

ul.coundown li {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto';
    text-align: center;
    margin-left: 10px;
}

ul.coundown li span {
    font-size: 50px;
    color: #fc5a1b;
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 40px;
}

.banner-form .form-header {
    background: #ededed;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 0;
}

.banner-form .form-header h3 {
    font-size: 26px;
    color: #222222;
    font-family: 'Montserrat';
    margin: 0;
}

.banner-form .form-box {
    background: #ffffff;
    padding: 40px 30px;
    padding-bottom: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.banner-form .form-box input {
    display: block;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.banner-form .form-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222;
}

.banner-form .form-box input::-moz-placeholder { /* Firefox 19+ */
    color: #222222;
}

.banner-form .form-box input:-ms-input-placeholder { /* IE 10+ */
    color: #222222;
}

.banner-form .form-box input:-moz-placeholder { /* Firefox 18- */
    color: #222222;
}

.banner-form .form-box select {
    display: block;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.banner-form .form-box select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222222;
}

.banner-form .form-box select::-moz-placeholder { /* Firefox 19+ */
    color: #222222;
}

.banner-form .form-box select:-ms-input-placeholder { /* IE 10+ */
    color: #222222;
}

.banner-form .form-box select:-moz-placeholder { /* Firefox 18- */
    color: #222222;
}

.banner-form .form-box button {
    width: 205px;
    background: #fc5a1b;
    height: 55px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;
    position: relative;
    top: 26px;
}

/* about styles */

.about-section h4,
.about-section h3 {
    margin: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.about-section h4 {
    font-size: 26px;
    color: #222222;
    line-height: 45px;
}

.about-section h3 {
    font-size: 36px;
    color: #222222;
    font-weight: 700;
}

.about-section h3 span {
    color: #FC5A1B;
}

.about-section p {
    font-family: 'Roboto';
    font-size: 17px;
    color: #222222;
}

.about-section p.small {
    font-size: 14px;
    color: #848484;
}

.counter-section {
    background: #fc5a1b url(../img/parallax-1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0;
}

.has-overlay {
    position: relative;
}

.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc5a1b;
    opacity: .8;
}

.has-overlay .container {
    position: relative;
}

/* counter styles */

.counter-section i,
.counter-section p {
    color: #ffffff;
}

.counter-section i {
    font-size: 52px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.counter-section p {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Roboto';
    margin: 0;
}

/* speaker styles */

.single-speaker {
    text-align: center;
}

.single-speaker .img-box {
    overflow: hidden;
    border-radius: 50%;
}

.single-speaker h3 {
    font-size: 22px;
    margin: 0;
    font-family: 'Montserrat';
    color: #2f323c;
    text-transform: uppercase;
    margin-top: 15px;
}

.single-speaker p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #848484;
    margin: 0;
    margin-top: 5px;
}

.single-speaker .img-box {
    position: relative;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.single-speaker .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s ease;
}

.single-speaker .img-box:hover .overlay-box {
    opacity: 1;
}

.single-speaker .overlay-box .display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.single-speaker .overlay-box .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.single-speaker .overlay-box .display-table-cell .social li a {
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff;
    display: block;
    color: #fff;
    border-radius: 50%;
    line-height: 43px;
    font-size: 15px;
    transition: all .3s ease;
}

.single-speaker .overlay-box .display-table-cell .social li a:hover {
    color: #FC5A1B;
    background: #ffffff;
}

.team-carousel.owl-theme .owl-dots .owl-dot span {
    transition: all .4s ease;
}

.team-carousel.owl-theme .owl-dots .owl-dot.active span, .team-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #FC5A1B;
    width: 20px;
}

.team-carousel.owl-theme .owl-dots {
    margin-top: 50px;
}

.speaker-section.speaker-page .sec-title {
    margin-bottom: 0;
}

.speaker-section.speaker-page .single-speaker {
    margin-top: 60px;
}

/* schedule styles */


.schedule-section {
    background: #000 url(../img/parallax-2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.schedule-section .table-responsive {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.schedule-section .table > thead > tr > th,
.schedule-section .table > tbody > tr > td {
    border: none;
}

.schedule-section .table > thead > tr {
    background: #FC5A1B;
    border-radius: 5px;
}

.schedule-section .table > thead > tr > th {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px 30px;
}

.schedule-section .table > tbody > tr > td {
    line-height: 50px;
}

.schedule-section .schedule-links,
.schedule-section .schedule-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.schedule-section .schedule-links li a {
    background: #fff;
    display: block;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all .4s ease;
}

.schedule-section .schedule-links li.active a,
.schedule-section .schedule-links li a:hover {
    background: #FC5A1B;
}

.schedule-section .schedule-links li a i {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #2f323c;
    display: block;
    text-align: center;
    background: #EBEBEB;
    line-height: 50px;
    margin-right: 15px;
    transition: all .4s ease;
}

.schedule-section .schedule-links li.active a i,
.schedule-section .schedule-links li a:hover i {
    background: #E0541D;
    color: #fff;
}

.schedule-section .schedule-links li a .date {
    float: left;
}

.schedule-section .schedule-links li a .date p {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #222222;
    margin: 0;
    transition: all .4s ease;
}

.schedule-section .schedule-links li.active a .date p,
.schedule-section .schedule-links li a:hover .date p {
    color: #fff;
}

.schedule-section .schedule-links li a .date span {
    font-family: 'Roboto';
    color: #848484;
    font-size: 14px;
    transition: all .4s ease;
}

.schedule-section .schedule-links li.active a .date span,
.schedule-section .schedule-links li a:hover .date span {
    color: #fff;
}

/* upcoming event styles */

.single-upcoming-event {
    border: 1px solid #E5E5E5;
}

.single-upcoming-event .img-box {
    position: relative;
}

.single-upcoming-event .img-box ul.event-details,
.single-upcoming-event .img-box ul.event-details li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-upcoming-event .img-box ul.event-details {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.single-upcoming-event .img-box ul.event-details li {
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.single-upcoming-event .img-box ul.event-details li i {
    font-size: 13px;
    color: #fc5a1b;
    margin-right: 5px;
}

.single-upcoming-event h3 {
    font-size: 20px;
    color: #222222;
    font-family: 'Montserrat';
    margin: 0;
    padding: 25px 25px;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: normal;
}

.event-carousel.owl-theme .owl-dots .owl-dot span {
    transition: all .4s ease;
}

.event-carousel.owl-theme .owl-dots .owl-dot.active span, .event-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #FC5A1B;
    width: 20px;
}

.event-carousel.owl-theme .owl-dots {
    margin-top: 50px;
}

/* call to action styles */

.call-to-action {
    position: relative;
    background: #fc5a1b url(../img/parallax-3.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    z-index: 99;
    text-align: center;
}

.call-to-action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc5a1b;
    opacity: .8;
}

.call-to-action .container {
    position: relative;
    z-index: 999;
}

.call-to-action h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.call-to-action p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.call-to-action a.btn {
    background: #ffffff;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    width: 205px;
    height: 55px;
    line-height: 55px;
}

/* choose a plan section styles */

.single-choose-a-plan-section {
    border: 1px solid #E7E7E7;
    border-radius: 7px;
    padding-bottom: 40px;
}

.single-choose-a-plan-section .top-box {
    background: #FAFAFA;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 40px;
    padding-bottom: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.single-choose-a-plan-section .top-box .name h3 {
    font-size: 20px;
    font-family: 'Roboto';
    color: #222222;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    line-height: 65px;
    margin-bottom: 15px;
}

.single-choose-a-plan-section .top-box .price {
    font-size: 58px;
    font-family: 'Montserrat';
    color: #222222;
}

.single-choose-a-plan-section .top-box .price span {
    font-size: 25px;
}

.single-choose-a-plan-section .top-box p {
    font-size: 16px;
    color: #848484;
    font-family: 'Roboto';
}

.single-choose-a-plan-section ul,
.single-choose-a-plan-section ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 37px;
    color: #848484;
}

.single-choose-a-plan-section ul li i {
    margin-right: 4px;
}

.single-choose-a-plan-section .btn {
    font-size: 15px;
    color: #2f323c;
    width: 161px;
    line-height: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-left: 40px;
}

.single-choose-a-plan-section ul {
    padding: 0 40px;
    margin: 20px 0;
}

.single-choose-a-plan-section.active .top-box {
    background: #FC5A1B;
}

.single-choose-a-plan-section.active .top-box .name h3,
.single-choose-a-plan-section.active .top-box .price,
.single-choose-a-plan-section.active .top-box p {
    color: #fff;
}

.single-choose-a-plan-section.active .btn {
    color: #fff;
    background: #FC5A1B;
    border-color: #FC5A1B;
}

/* event gallery section styles */

.event-gallery-section {
}

.event-gallery-section .single-gallery-box .img-box img {
    width: 100%;
}

/* sponsor section styles */

.sponsor-title {
    font-size: 22px;
    font-family: 'Montserrat';
    color: #fc5a1b;
}

/* subscribe section styles */

.subscribe-section {
    background: #fff url(../img/parallax-4.png) center center no-repeat;
    overflow: hidden;
}

.subscribe-section .half-overlay {
    position: relative;
}

.subscribe-section .half-overlay:before {
    content: '';
    position: absolute;
    width: 100000px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FC5A1B;
    opacity: .9;
}

.subscribe-section .half-overlay .inner-content {
    position: relative;
    z-index: 99;
    padding-left: 65px;
    padding-bottom: 95px;
    padding-top: 60px;
}

.subscribe-section h3,
.subscribe-section p,
.subscribe-section h2 {
    margin: 0;
    color: #fff;
    font-weight: normal;
}

.subscribe-section h3 {
    font-size: 26px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 6px;
}

.subscribe-section h2 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 18px;
}

.subscribe-section p {
    font-size: 14px;
    font-family: 'Roboto';
    margin-bottom: 48px;
}

.subscribe-section input {
    width: 100%;
    height: 55px;
    background-color: transparent;
    outline: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
}

.subscribe-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

.subscribe-section input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

.subscribe-section input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

.subscribe-section input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.subscribe-section .btn {
    background: #fff;
    color: #222;
    margin-top: 30px;
}

/* blog post styles */

.blog-section.blog-page .single-blog-post {
    margin-bottom: 30px;
}

.single-blog-post {
}

.single-blog-post .img-box {
    position: relative;
}

.single-blog-post .img-box .date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(../img/blog-ribbon.png) no-repeat;
    width: 49px;
    height: 89px;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Roboto';
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
}

.single-blog-post .img-box .date-box span {
    font-size: 14px;
}

.single-blog-post h3 {
    margin: 0;
    margin-top: 35px;
    font-family: 'Montserrat';
    font-size: 22px;
    cursor: pointer;
    text-transform: uppercase;
    color: #222222;
    transition: all .4s ease;
}

.single-blog-post h3 a {
    color: #222222;
}

.single-blog-post h3 a:hover {
    color: #FC5A1B;
}

.single-blog-post h3:hover {
    color: #FC5A1B;
}

.single-blog-post h3:after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background: #FDAC8D;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 22px;
}

.single-blog-post p {
    font-size: 14px;
    color: #848484;
    font-family: 'Roboto';
    line-height: 180%;
}

.single-blog-post .bottom-box {
    border: 1px solid #E5E5E5;
    padding: 0 15px;
}

.single-blog-post .post-meta {
    border-top: 1px solid #E5E5E5;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 26px;
}

.single-blog-post .post-meta li a {
    font-size: 14px;
    font-family: 'Roboto';
    color: #848484;
    text-decoration: none !important;
    padding: 20px 15px;
    display: inline-block;
    transition: all .4s ease;
}

.single-blog-post .post-meta li a:hover {
    color: #FC5A1B;
}

.single-blog-post-page .single-blog-post {
    margin-bottom: 40px;
}

.single-blog-post-page .single-blog-post h3:after {
    display: none;
}

.single-blog-post-page .single-blog-post .post-meta {
    margin: 0;
    border-top: 0;
}

.single-blog-post-page .single-blog-post .post-meta li:first-child a {
    padding-left: 0;
}

.single-blog-post-page .single-blog-post span.decor-line {
    width: 50px;
    height: 2px;
    background: #FDAC8D;
    display: block;
    margin-bottom: 30px;
}

.single-blog-post-page ul.social {
    margin-bottom: 30px;
}

.single-blog-post-page ul.social li a:hover {
    background: #FC5A1B;
    color: #ffffff;
}

.single-blog-post-page ul.social li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    color: #848484;
    transition: all .4s ease;
}

.single-blog-post-page .title {
    margin-bottom: 40px;
}

.single-blog-post-page .title h3 {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 22px;
    color: #2F323C;
    text-transform: uppercase;
    font-weight: normal;
}

.single-blog-post-page .single-comment {
    margin-bottom: 35px;
}

.single-blog-post-page .single-comment .img-box,
.single-blog-post-page .single-comment .text-box {
    display: table-cell;
    vertical-align: top;
}

.single-blog-post-page .single-comment .img-box {
    width: 80px;
}

.single-blog-post-page .single-comment .text-box {
    padding-left: 20px;
}

.single-blog-post-page .single-comment .text-box .top-box {
    margin-bottom: 20px;
}

.single-blog-post-page .single-comment .text-box .name-box {
    float: left;
}

.single-blog-post-page .single-comment .text-box .name-box h4 {
    font-family: 'Montserrat';
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    color: #222222;
    font-weight: normal;
    margin-bottom: 10px;
}

.single-blog-post-page .single-comment .text-box .name-box span {
    font-size: 13px;
    color: #848484;
    font-family: 'Roboto';
}

.single-blog-post-page .single-comment .text-box a.reply-btn {
    float: right;
    width: 93px;
    height: 35px;
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #FC5A1B;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 33px;
    text-decoration: none !important;
}

.single-blog-post-page .single-comment .text-box p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-family: 'Roboto';
}

.single-blog-post-page .leave-a-comment input {
    font-family: 'Roboto';
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    outline: none;
}

.single-blog-post-page .leave-a-comment textarea {
    font-family: 'Roboto';
    padding: 15px 15px;
    width: 100%;
    height: 160px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    outline: none;
}


.sidebar-wrapper {
    padding-left: 40px;
}

.single-sidebar {
    margin-bottom: 50px;
}

.single-sidebar .title {
    margin: 0;
    margin-bottom: 30px;
}

.single-sidebar .title h3 {
    color: #2f323c;
}

.single-sidebar ul, .single-sidebar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sidebar.search-widget form {
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 0 20px;
}

.single-sidebar.search-widget input {
    border: none;
    outline: none;
    line-height: 48px;
    color: #848484;
    font-family: 'Roboto';
}

.single-sidebar.search-widget button {
    border: none;
    outline: none;
    float: right;
    line-height: 48px;
    background-color: transparent;
    color: #848484;
}

.single-sidebar.category-widget .title {
    margin-bottom: 10px;
}

.single-sidebar.category-widget ul li {
    border-top: 1px solid #E5E5E5;
    padding: 10px 0px;
}

.single-sidebar.category-widget ul li:first-child {
    border-top: 0px solid #E5E5E5;
}

.single-sidebar.category-widget ul li:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.single-sidebar.category-widget ul li a {
    font-size: 15px;
    color: #848484;
}

.single-sidebar.latest-post ul li {
    margin-bottom: 20px;
}

.single-sidebar.latest-post ul li .img-box,
.single-sidebar.latest-post ul li .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar.latest-post ul li .img-box {
    width: 80px;
}

.single-sidebar.latest-post ul li .text-box {
    padding-left: 20px;
}

.single-sidebar.latest-post ul li .text-box h4 {
    font-family: 'Roboto';
    font-size: 16px;
    color: #2f323c;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}

.single-sidebar.latest-post ul li .text-box span {
    font-size: 14px;
    color: #848484;
}

.single-sidebar.popular-tags ul {
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar.popular-tags ul li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.single-sidebar.popular-tags ul li a {
    display: block;
    color: #848484;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px 16px;
    text-decoration: none !important;
    transition: all .4s ease;
}

.single-sidebar.popular-tags ul li a:hover {
    background: #FC5A1B;
    border-color: #FC5A1B;
    color: #fff;
}


/* footer styles */

footer {
    background: url(../img/footer-bg.png) right center no-repeat;
    background-color: #242727;
    color: #fff;
    padding: 100px 0;
}

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

footer h3 {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

footer .about-widget p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
}

footer .link-widget {
    padding-left: 70px;
}

footer .link-widget ul {
    margin-top: 20px;
}

footer .link-widget li a {
    font-size: 14px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 35px;
    transition: all .3s ease;
}

footer .link-widget li a:hover {
    color: #FC5A1B;
    text-decoration: none;
}

footer .link-widget li a i {
    margin-right: 4px;
}

footer .contact-widget p {
    margin-top: 20px;
}

footer .contact-widget ul li {
    line-height: 30px;
}

/* footer bottom styles */

.footer-bottom {
    background: #141515;
    padding: 20px 0;
}

.footer-bottom p,
.footer-bottom .list-inline {
    margin: 0;
}

.footer-bottom p {
    font-size: 15px;
    color: #DEE2E7;
    line-height: 40px;
}

.footer-bottom .social ul li {
    padding: 0 3px;
}

.footer-bottom .social ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
}


/* page title styles */

.page-title {
    padding-top: 130px;
    padding-bottom: 60px;

    text-align: center;
}

.page-title h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.page-title ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
}

/* testimonial styles */

.testimonial-section.testimonial-page {
    padding-bottom: 40px;
}

.testimonial-section.testimonial-page .single-testimonials {
    margin-bottom: 60px;
}

.single-testimonials {
    text-align: center;
    border: 1px solid #E5E5E5;
    margin-top: 45px;
    padding: 0 30px;
    padding-bottom: 30px;
}

.single-testimonials img {
    position: relative;
    bottom: 40px;
}

.single-testimonials h3 {
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    color: #2f323c;
    margin: 0;
}

.single-testimonials span {
    font-family: 'Roboto';
    font-size: 13px;
    color: #fc5a1b;
    margin-top: 10px;
    margin-bottom: 14px;
    display: block;
}

.single-testimonials p {
    color: #848484;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

/* gallery styles */

.mix {
    display: none;
}

.gallery-filter {
    margin-bottom: 50px;
}

.gallery-filter li {
    padding: 0 15px;
}

.gallery-filter li span {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #666666;
    text-transform: uppercase;
    cursor: pointer;
}

.single-gallery-box .img-box {
    position: relative;
    margin-bottom: 30px;
}

.single-gallery-box .img-box:hover .overlay {
    opacity: 1;
}

.single-gallery-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 21, 21, .70);
    opacity: 0;
    transition: all .4s ease;
}

.single-gallery-box .overlay .dt {
    display: table;
    width: 100%;
    height: 100%;
}

.single-gallery-box .overlay .dtc {
    display: table-cell;
    vertical-align: middle;
}

.single-gallery-box .overlay .list-inline li a {
    display: block;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 50%;
    background: #fc5a1b;
    line-height: 55px;
}


/* single speaker page styles */

.single-speaker-page {
    padding-bottom: 80px;
}

.single-speaker-page h2 {
    font-family: 'Montserrat';
    color: #222222;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 15px;
}

.single-speaker-page p {
    font-family: 'Roboto';
    font-size: 15px;
    color: #848484;
    margin: 0;
    margin-bottom: 30px;
    line-height: 26px;
}

.single-speaker-page ul.social li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    color: #848484;
    transition: all .4s ease;
}

.single-speaker-page ul.social li a:hover {
    background: #FC5A1B;
    color: #ffffff;
}

.skill-area {
    margin-top: 80px;
}

.skill-area h3 {
    font-family: 'Montserrat';
    color: #222222;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 30px;
}

.skill-box, .skill-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.skill-box {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
}

.skill-box li {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 40px;
}

.skill-box li h4 {
    font-size: 15px;
    font-family: 'Roboto';
    color: #848484;
    margin: 0;
    font-weight: normal;
    margin-bottom: 10px;
}

.skill-box li .box {
    width: 100%;
    background: #F0F0F0;
    height: 15px;
    border-radius: 5px;
}

.skill-box li .box .inner-box {
    height: 100%;
    background: #FC5A1B;
    position: relative;
    border-radius: 5px;
}

.skill-box li .box span {
    position: absolute;
    top: -100%;
    right: 0;
    margin-top: -13px;
}

/* contact styles */

.contact-section .container {
    padding: 0 100px;
}

.contact-section input,
.contact-section textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    outline: none;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.contact-section textarea {
    height: 165px;
}

.contact-section .contact-info-box {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact-section p {
    font-size: 14px;
    color: #848484;
    line-height: 26px;
    font-family: 'Roboto';
}

.contact-section .contact-info,
.contact-section .contact-info li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-section .contact-info li {
    margin-bottom: 20px;
}

.contact-section .contact-info li .icon-box {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    line-height: 43px;
}

.contact-section .contact-info li .icon-box i {
    font-size: 20px;
    color: #FC5A1B;
}

.contact-section .contact-info li .text-box {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.contact-section .contact-info li .text-box h3 {
    font-size: 16px;
    color: #222222;
    margin: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

#home-google-map {
    width: 100%;
    height: 450px;
}

.single-upcoming-event p {
    padding: 15px;
    padding-top: 0;
    font-family: 'Montserrat';
    line-height: 1.6;
}

.owl-stage {
    margin: 0 auto;
}

.partners-box {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    list-style: none;
}

.partners-box li {
    width: 180px;
    list-style: none;
    margin: 10px;
}

.partners-box li img {
    width: 100%;
    display: block;
}

.footer-code-imgs {
    display: flex;
}

.footer-code-imgs img {
    display: block;
    width: 120px;
    margin: 10px 15px 10px 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #454545;
    padding: 10px 0;
}

.contact-list li .key {
    font-size: 14px;
    margin-right: 10px;
}
