/* 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('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('bootstrap.min.css');
@import url('https://use.fontawesome.com/releases/v5.0.10/css/all.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;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}

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

.sec-pad50 {
    padding: 50px 0px 10px 0px;
}

.sec-pad30 {
    padding: 30px 0px 120px 0px;
}

.sec-pb70 {
    padding: 60px 0px 100px 0px;
}

.sec-pb40 {
    padding: 0px 0px 40px 0px;
}

.sec-pb60 {
    padding-bottom: 60px;
}

.sec-pad30 {
    padding: 30px 0px 30px 0px;
}

.sec-pt60 {
    padding: 60px 0px 40px 0px;
}

.sec-pt50-pb15 {
    padding: 50px 0px 15px 0px !important;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}


.pl0 {
    padding-left: 0px !important;
}


.mt30 {
    margin-top: 30px;
}

.fullHeight {
    height: calc(100vh - 108px);
    margin-top: 108px;
}

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

.map-sec {
    padding: 0px;
}

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

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

.gray-bg {
    background: #F5F5F5;
}

.btn {
    width: 146px;
    height: 50px;
    background: #e40000;
    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;
}

.center-block {
    margin: 0 calc(50% - 150px)
}

.center-align {
    margin: 20px auto;
    padding: 0px;
    float: none;
}

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

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

.sec-title h2 {
    font-size: 36px;
    font-family: 'Montserrat';
    color: #222222;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin: 25px 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-header {
    
    width: 33%;
}


.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: 39px 15px;*/
}

.navbar-brand>img {
    display: block;
    width: 90px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 600;
    padding: 42px 0px 28px 11px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e40000;
}

.navbar-default .navbar-nav > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: -44px;
    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 #e40000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
}

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

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

.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 > .sub-menu li + li {
    border-top: 1px dashed #282828;
}

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

.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 #e40000;
    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 > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.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 > .sub-menu li > a:only-child:after {
    content: '';
    display: none;
}

/* banner section styles */

.banner {
    
    background: #000;
/*    background: #000 url(../img/banner-1.png) 0 0 no-repeat;*/
/*
    -webkit-background-size: cover;
    background-size: cover;
*/
/*    padding-top: 230px;*/
/*    padding-bottom: 155px;*/
}

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

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

.banner .carousel-caption{
    
    bottom: 70px;
    
}

.carousel-inner>.item>a>img{
    
    width: 100%;
}

ul.coundown {
    margin-top: 10px;
    display: none;
}

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

ul.coundown li span {
    font-size: 26px;
    color: #e40000;
    display: block;
    font-family: 'Roboto';
    font-weight: 900;
    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 select {
    display: block;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #7c7c7c;
}

.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 button {
    width: 205px;
    background: #e40000;
    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: 29px;
    color: #222222;
    font-weight: 700;
}

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

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

/*
.about-section p.small {
	font-size: 17px;
    color: #595959;
}
*/

.counter-section {
    background: #e40000 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: #e40000;
    opacity: .8;
}

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

/* counter styles */

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

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

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

/* speaker styles */

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

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

.single-speaker h3 {
    font-size: 20px;
    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: #e40000;
    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: #e40000;
    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;
}

.single-speaker .img-box img{
    
    height: 250px;
    width: 250px;
}




/* schedule styles */

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

.schedule-section-stall {
    background: #000 url(../img/stall-layoutbg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
}

.schedule-section-comingsoon {
    background: #000 url(../img/Coming-Soon.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
}


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

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

.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: #e40000;
    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 10px;
}

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

}

.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: #e40000;
}

.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 */
.awinners
{
    font-size: 15px;
    color: #222222;
    font-family: 'Montserrat';
    margin: 0;
    padding: 25px 25px;
    text-transform: capitalize;
    line-height: 170%;
    font-weight: normal;
    min-height: 150px;
    float: center;

}
.totwinn
{
    min-height: 423px;
}

.single-upcoming-event {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 20px;
}

.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: #e40000;
    margin-right: 5px;
}

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



.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: #e40000;
    width: 20px;
}

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

/* call to action styles */

.call-to-action {
    position: relative;
    background: #e40000 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: #e40000;
    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;
}

/* parallax box styles */

.parallax-box {
    position: relative;
    background: #e40000 url(../img/hitex-mall.jpg) center center no-repeat fixed;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 100px 0;
    z-index: 99;
    text-align: center;
}

.parallax-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e40000;
    opacity: .8;
}

.parallax-box .container {
    position: relative;
    z-index: 999;
}

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

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

.parallax-box 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 15px;
    padding-bottom: 20px;
    /*
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
*/
}

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

.single-choose-a-plan-section .top-box .price {
    font-size: 24px;
    font-family: 'Montserrat';
    color: #222222;
    padding: 20px 0px;
    font-weight: 500;
}

.single-choose-a-plan-section .top-box .price a {

    color: #fff;

}

.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: 24px;
    color: #848484;
    padding-bottom: 20px;
}

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

.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: rgb(234, 56, 77);
}

.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: #e40000;
    border-color: #e40000;
}

/* 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: #e40000;
    font-weight: 600;
}

/* subscribe section styles */

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

.subscribe-map {

    border: 3px solid #fff;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

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

.subscribe-section .half-overlay:before {
    content: '';
    position: absolute;
    width: 100000px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #e40000;
    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;
}

.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 {
    border: 1px solid #E5E5E5;
}

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

.single-blog-post .img-box img {
    width: 100%;
    height: 350px;
}

.more-blog a {
    color: #222222;
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
}

.more-blog .fas {
    font-weight: 600;
    position: relative;
    top: 1px;
    padding-left: 5px;
}

.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;
    height: 80px;
}

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

/*.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-top: 0;
    padding: 0 10px;
    margin-bottom: 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: #e40000;
}

.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: #e40000;
    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: #e40000;
    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: 46px;
    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: #e40000;
    border-color: #e40000;
    color: #fff;
}


/* footer styles */

footer {
    background: url(../img/footer-bg.png) right center no-repeat;
    background-color: #242727;
    color: #fff;
    padding: 60px 0;
    /*	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: #e40000;
    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;
    line-height: 40px;
    font-size: 12px;
}

.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 {
    background: #222222 url(../img/page-title-bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 100px;

    text-align: center;
}

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

.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: #e40000;
    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;
}

/*.gallery-filter a {
    display: inline-block;
}*/

.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: #e40000;
    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: #e40000;
    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: #e40000;
    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: #e40000;
}

.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;
}



/* visa-support styles */

/*.visa-support .container {padding: 0 100px;}*/

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

.visa-support textarea {
    height: 165px;
}

.visa-support .visa-support-box {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

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

.visa-support .visaSupport,
.visa-support .visaSupport li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.visa-support .visaSupport li {
    margin-bottom: 5px;
    padding: 15px 20px;
    list-style: none;
    background: #e40000;
    font-weight: 500;
    border-radius: 5px;
    font-family: 'Roboto';
}

.visa-support .visaSupport li.active {
    background: #fff;
    border: 2px solid #e40000;
    font-weight: 600;
}

.visa-support .visaSupport li a {
    color: #fff;
}

.visa-support .visaSupport li.active a {
    color: #e40000;
}

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

.visa-support .visaSupport li .icon-box i {
    font-size: 20px;
    color: #e40000;
}

.visa-support .visaSupport li .text-box {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.visa-support .visaSupport 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;
}








/*******************CUSTOM**************************/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #EA384D;
    background: rgb(234, 56, 77);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 9px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#return-to-top:hover {
    background: rgb(234, 56, 77)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.sponsers-carousel img,
.exhibitors-carousel img {
    height: 128px;
    border: solid 1px #E5E5E5;
    border-radius: 7px;
}



#footer {
    width: 100%;
    /*height: 586px;*/
    clear: both;
    margin-top: -6px;
    background: url(../img/footer.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

#footer a {
    color: #fff;
}

#footer .logo-footer {
    width: 219px;
    height: auto;
    margin: auto;
    padding-top: 80px;
}

#footer .logo-footer img {
    width: 100%;
    height: auto;
}

#footer .icon-fo {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    border: 2px solid #cd1919;
    color: #cd1919;
}

#footer ul {
    padding: 0px;
}

#footer ul li:first-child {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

#footer ul li {
    list-style: none;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
    color: #FFF;
    font-family: 'Roboto';
}

#footer ul li:last-child {
    /*margin-top: 10px;*/
    font-size: 18px;
    color: #FFF;
}

#footer .social-footer {
    text-align: center;
    margin-top: 25px;
}

#footer .social-footer ul {
    padding: 0px;
    display: inline-block;
}

#footer .social-footer ul li:first-child {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

#footer .social-footer ul li {
    font-size: 22px !important;
    margin-right: 40px;
    float: left;
}

#footer .nav-footer {
    text-align: center;
    margin-top: 30px;

}

#footer .nav-footer ul {
    padding: 0px;
    display: inline-block;
}

#footer .nav-footer ul li:first-child {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

#footer .nav-footer ul li {
    font-size: 12px !important;
    margin-right: 30px;
    float: left;
    font-family: 'Roboto';
}

#footer .copyright {
    margin-top: 15px;
    text-align: center;
    color: #6f6f6f;
}

.footer-top {
    width: 100%;
    margin-bottom: 195px;
}

.footer-bottom {
    height: 195px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}



.about-head h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    color: #e40000;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 15px;
}

.about-head h5 {
    font-size: 16px;
    font-family: 'Roboto';
    color: #2f323c;
    font-weight: 600;
    text-transform: none;
    padding: 10px 0px;
}

.about-section ul,
.about-section ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-section ul li {
    font-size: 16px;
    font-family: 'Roboto';
    color: #222222;
    line-height: 24px;
    transition: all .3s ease;
    margin-bottom: 10px;
    font-weight: 300;
}

.about-section ul li .fa-check-circle {
    margin-right: 10px;
}


.objectives img {
    width: 100%;
}

.abt-list {
    padding: 0px;
}

.teamy {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.teamy__layout {
    position: relative;
}

.teamy__preview {
    position: relative;
    overflow: hidden;
}

.teamy__avatar {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.teamy__preview:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.teamy__back {
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    opacity: 0;
    will-change: opacity;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    color: #222;
}

.teamy:hover .teamy__back {
    opacity: 1;
    height: 100%;
    transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}

.teamy__name {
    margin-top: 0;
    margin-bottom: 0;
}

.teamy__post {
    display: block;
}


.teamy__back {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.teamy__content {
    padding: 20px;
}


.teamy__head {
    padding: 20px;
}

.teamy__name {
    font-size: 20px;
}

.teamy__post {
    margin-top: .2em;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}


.teamy_style1 {
    text-align: center;
}


.teamy_style2 .teamy__content {
    width: 100%;
    box-sizing: border-box;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.teamy_style2 .teamy__head {
    width: 100%;
    box-sizing: border-box;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.teamy_style2 .teamy__name {
    font-weight: 600;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}


/* mask circle */

.teamy_mask-circle .teamy__preview:before {
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;

    transition: transform .3s ease, opacity .3s ease-out;
    will-change: opacity, transform;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.teamy_mask-circle:hover .teamy__preview:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}


.teamy_style2,
.teamy_style3 {
    color: #fff;
}

.teamy_style2 .teamy__content {
    background-color: rgba(72, 27, 174, .85);
}


.coreteam-sec .teamy {
    --demoColorMask: rgba(228, 0, 0, .7);
    --demoColorContent: rgba(228, 0, 0, .85);
    --demoColorIcon: rgba(228, 0, 0, 1);
}


.teamy__preview:before {
    background-color: var(--demoColorMask, rgba(72, 27, 174, .7));
}

.teamy_style2 .teamy__content {
    background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}

.social {
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 15px 10px;

    background-color: #fff;
    border-radius: 100%;

    margin: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social__icon {
    width: 100%;
    height: 100%;
    fill: rgba(72, 27, 174, 1);
    fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}

.social__name {
    position: absolute;
    left: -9999px;
}

.teamy-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coreteam-sec {
    margin: 60px 0px 100px 0px;
}

.why-india-row h2 {
    margin: 0 0px 15px 0px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 26px;
    color: #222222;
    font-weight: 600;
}

.why-india-row h5 {
    font-size: 16px;
    font-family: 'Roboto';
    color: #2f323c;
    font-weight: 600;
    text-transform: none;
    padding: 10px 0px;
}


.why-india-row ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-india-row ul li {

    font-size: 16px;
    font-family: 'Roboto';
    color: #222222;
    line-height: 24px;
    transition: all .3s ease;
    margin-bottom: 10px;
    font-weight: 300;
    padding-left: 25px;
}



.why-india-row ul li .fa-check-circle {
    margin: 0px 10px 0px -25px;
}

img.signature {

    width: 40%;
    margin: 0 auto;
}


.schedule-section h3 {
    font-size: 55px;
    color: #ffffff;
    line-height: 65px;
    font-weight: 800;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-top: 60px;
}



/*========================= Gallery-css ======================= */

.vc_column-inner::after,
.vc_row:after {
    clear: both
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-sm-12,
.vc_col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:768px) {
    .vc_col-sm-12,
    .vc_col-sm-4 {
        float: left
    }
    .vc_col-sm-12 {
        width: 100%
    }
    .vc_col-sm-4 {
        width: 33.33333333%
    }
}

.vc_column-inner::after,
.vc_column-inner::before {
    content: " ";
    display: table
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 35px
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@-moz-document url-prefix() {}

@font-face {
    font-family: vc_grid_v1;
    src: url(http://unlimited-addons.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
    src: url(http://unlimited-addons.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(http://unlimited-addons.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(http://unlimited-addons.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(http://unlimited-addons.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
    font-weight: 400;
    font-style: normal
}

.flip-box-wrap {
    display: block;
    text-align: center;
    position: relative;
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px
}

.flip-box-wrap .flip-box {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: 750ms;
    transition: 750ms;
    -ms-perspective: 1000px;
    -webkit-transform-style: eserve-3d;
    transform-style: preserve-3d
}

.flip-box-wrap .ifb-auto-height .ifb-face {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.flip-box-wrap .ifb-flip-box {
    height: 100%;
    position: relative;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-wrap .ifb-back,
.flip-box-wrap .ifb-front {
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 750ms;
    transition: 750ms;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-wrap .ifb-front {
    z-index: 9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-wrap .ifb-back {
    position: absolute;
    top: 0;
    z-index: -1
}

.flip-box-wrap:hover .ifb-back {
    z-index: 1
}

.flip-box-wrap .horizontal_flip_left .ifb-front {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.flip-box-wrap .horizontal_flip_left .ifb-back {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.vc_custom_15099819946435 {
    background-color: #292929 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.vc_custom_15099819944837 {
    margin: 0px !important;
    padding: 0px !important;
}

.vc_custom_15099819948336 {
    max-width: 960px !important;
    margin: 0px auto;
}

.vc_custom_15099819941438 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
}

.vc_custom_15099819945039 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
}

.vc_custom_15099819945540 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
}

.uc_gradient-flipbox * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*========================= Flip-css ======================= */

.flip-box-wrap {
    display: block;
    text-align: center;
    position: relative;
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    height: 250px;
}

.flip-box-wrap .flip-box {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: 750ms;
    transition: 750ms;
    -ms-perspective: 1000px;
    -webkit-transform-style: eserve-3d;
    transform-style: preserve-3d
}

.flip-box-wrap .ifb-auto-height .ifb-face,
.flip-box-wrap .ifb-custom-height .ifb-face {
    overflow: hidden
}

.flip-box-wrap .ifb-flip-box {
    height: 100%;
    position: relative;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-wrap .ifb-back,
.flip-box-wrap .ifb-front {
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 750ms;
    transition: 750ms;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-wrap .ifb-front {
    z-index: 9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-wrap .ifb-front * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-wrap .ifb-back {
    position: absolute;
    top: 0;
    z-index: -1
}

.flip-box-wrap:hover .ifb-back {
    z-index: 1
}

.flip-box-wrap .ifb-jq-height .ifb-back {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    bottom: 0
}

.flip-box-wrap .horizontal_flip_left .ifb-front {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.flip-box-wrap .horizontal_flip_left .ifb-back {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-box-wrap .horizontal_flip_right .ifb-front {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

/*========================= Flip-css ======================= */

.uc_gradient-flipbox,
.uc_gradient-flipbox .flip-box-wrap .ifb-flip-box {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}

/*========================= front pane inner======================= */

.uc_gradient-flipbox .uc_front .uc_front_inner-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12%;
}

/*========================= back pane ======================= */

.uc_gradient-flipbox .uc_back {
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

/*========================= front pane inner======================= */

.uc_gradient-flipbox .uc_back .uc_front_inner-box,
.uc_gradient-flipbox .uc_front .uc_front_inner-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 57%;
    transform: translatey(-50%);
    text-align: center;
}

.uc_gradient-flipbox .uc_back .uc_front_inner-box h2,
.uc_gradient-flipbox .uc_front .uc_front_inner-box h2 {
    /*    font-family: 'Galada', cursive;*/
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin: 0px;
    padding: 15px;
}

.uc_gradient-flipbox .uc_back .uc_front_inner-box p,
.uc_gradient-flipbox .uc_front .uc_front_inner-box p {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.uc_gradient-flipbox .uc_back .arrow,
.uc_gradient-flipbox .uc_front .arrow {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.uc_gradient-flipbox .uc_back .arrow a .fa-long-arrow-right {
    font-size: 20px;
    color: #fff;
}

.gradientbox {
    height: 100%;
    width: 100%;


    background: #D31027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EA384D, #D31027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



.gallerySorter span {
    padding-bottom: 5px;
}

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

.gallerySorter.active span {
    border-bottom: 2px solid #EA384D;
}


/*
.galleryContents .galleryVideos
{
    text-align: center;
    opacity: 1; transform: scale(1) translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: all 0.5s ease-out 0ms;
    pointer-events: auto;
}

.galleryContents .galleryVideos img
{
    height: 145.76px;
    width: 100%;
    max-width: 100%;
}

.galleryContents .galleryVideos .videoLft
{
    padding-right: 0;
}

.galleryContents .galleryVideos .videoRgt
{
    height: 148px;;
    display: table-cell;
    vertical-align: middle;
    border: solid 1px #000;
    border-left: 0;
    padding-left: 0;
}

.galleryContents .galleryVideos .videoRgt i
{
    font-size: 59px;
}
*/

@media screen and (max-width: 991px) {
    .item-wrap {
        margin: 10px;
    }
}

@media screen and (max-width: 520px) {
    .item-wrap {
        margin-bottom: 20px;
    }
}

@import url('https://fonts.googleapis.com/css?family=Poppins|Sintony');
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    background-color: #fff;
    color: #696969;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: .3s all ease-in-out;
    /*    color: inherit;*/
/*    cursor: pointer;*/
}

a:hover,
a:focus,
a:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    /*    color: inherit;*/
}

h3 {
    margin: 0;
    font-weight: normal;
    font-family: 'Sintony', sans-serif;
}

.vidco-play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3;
}

.vidco-play-icon i {
    font-size: 52px;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.74);
}

.item-wrap {
    position: relative;
    overflow: hidden;
}

.item-wrap .overlay {
    opacity: 0;
    transition: .3s all ease-in-out;
}

.item-wrap:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.video-item-text span {
    font-size: 13px;
}

.video-item-text {
    border: 1px solid #f1f1f1;
    padding: 20px 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    min-height: 85px;
}



.ex-grid-img img {
    height: 90px;
    margin: 0 auto;
}

.sec-head {

    text-align: center;
    padding: 0px 0px 50px 0px;
    color: #EA384D;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;

}

.student-registration h2 {
    margin: 0 0px 25px 0px;
    font-family: 'Montserrat';
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    transition: all .4s ease;
}


.registration-sec input.form-control,
.registration-sec select.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 42px;
}

.txt-area textarea {

    height: 150px;

}

.registration-sec h2 {
    margin: 0 0px 25px 15px;
    font-family: 'Montserrat';
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    transition: all .4s ease;
}

.benefits {
    padding-left: 25px;
}


.tg-description {
    width: 100%;
    float: left;
}

.tg-populartour {
    width: 100%;
    float: left;
    background: #fff;
    height: auto;
}


/*
.ifbaCarousel .tg-populartour {
    height: auto; 
}
*/

.tg-populartour figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    ;
}

.tg-populartour figure a {
    display: block;
}

.tg-populartour figure img {
    width: 100%;
    height: 165px;
    display: block;
}

.tg-populartourcontent {
    width: 100%;
    float: left;
    padding: 20px 13px 0;
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin-bottom: 30px;
}

.winnersPage .tg-populartourcontent {
    margin-bottom: 0;
}

}

.tg-populartourtitle {
    width: 100%;
    float: left;
    padding: 0 0 12px;
    height: 90px;
}

.tg-populartourtitle h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    min-height: 105px;
    border-bottom: 1px solid #e6e6e6;
}

.winnersPage .tg-populartourtitle h3 {
    text-align: center;
}

.tg-populartourtitle h3 a {
    color: #000;
}

.tg-populartourcontent .tg-description {
    padding: 15px 0 15px;
    height: 60px;
}

.tg-populartourcontent .tg-description p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.tg-durationrating {
    float: left;
}

.tg-tourduration {
    width: 100%;
    float: left;
    color: #676767;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 13px;
    position: relative;
    padding: 3px 0 3px 25px;
}

.tg-tourduration:before {
    top: 0;
    left: 0;
    content: '\e914';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    font-family: 'icomoon';
}

.tg-durationrating em {
    float: left;
    font-style: normal;
}

.tg-durationrating em {
    font-size: 10px;
    line-height: 12px;
}

.tg-pricearea {
    float: right;
}

.tg-pricearea h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.tg-durationrating {
    width: 60%;
    float: left;
}

.tg-durationrating em {
    float: left;
    font-style: normal;
}

.tg-durationrating em {
    font-size: 10px;
    line-height: 12px;
}

.accmtn {
    padding-bottom: 130px;
}

.accmtn h2 {
    margin-left: 0px;
}

.accmtn h3 {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #e40000;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 24px;
}

.form-txt {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 13px;
    font-weight: 300;
}



.galleryPage .video-item-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    height: 20px;
}

.galleryPage .video-item-text h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 5px 0px;
    height: 39px;
}

.galleryPage .video-item-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    height: 42px;
}

.galleryPage .video-item-text {
    padding: 20px 15px 0 15px;
}

.galleryPage h2 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
}

.galleryPage.speakers img,
.galleryPage.speakers .item-wrap {
    max-width: 100%;
    height: 245px;
    max-height: 270px;
    width: 100%;

}

.tg-populartourtitle h4 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    min-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.winnersPage .tg-description h4 {
    line-height: 1.1;
    font-size: 1.4rem;
    min-height: 35px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.block-height {
    height: 285px;
}

.hght-auto {
    height: auto !important;
}



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


.sec-title h3 {
    font-size: 28px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin: 25px 0 10px 0px;
}

.ifbaCarousel .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 30px);
}
.speaker-section .team-carousel  .owl-nav{
    display:none;
}
.ifbaCarousel .owl-prev {
    position: absolute;
    left: -70px;
    margin-right: 20px !important;
    background: #EA384D !important;
}

.ifbaCarousel .owl-next {
    position: absolute;
    right: -70px;
    background: #EA384D !important;
}

.ifbaCarousel .owl-nav * {
    height: 30px;
    width: 30px;
    /*    margin: 0 !important;*/
    padding: 4px !important;
    border-radius: 50% !important;
}

.ifbaCarousel .owl-dots {
    margin-top: 20px;
}

.ifbaCarousel .owl-nav i {
    height: auto;
    width: auto;
    font-weight: 900;
}

.ifbaCarousel .owl-dots .owl-dot.active span,
.ifbaCarousel .owl-dots .owl-dot:hover span {
    background: #EA384D !important;
}

.secBg-1 {
    background-color: #eff0f4;
}

.secBg-2 {
    background-color: #f6f6f6 !important;
}

.underline {
    text-decoration: underline;
}


.main-gallery {
    background: #fff;
}

.gallery-cell {
    width: 100%;
}

.testimonial {
    text-align: center;
    max-width: 100%;
    margin: 0px auto 65px auto;
    padding: 0 20px;
}


.testimonial-avatar {
    width: 100px;
    border-radius: 50%;
}

.testimonial-quote {
    display: block;
    /*font-size: 20px;*/
      font-size: 17px;
    font-weight: 300;
    padding: 30px 0px 0px 0px;
    font-family: 'Montserrat';
    height: 150px;
}

.testimonial-author {
    display: block;
    font-weight: 800;
    color: #777;
    font-family: 'Montserrat';
}

.flickity-page-dots {
    bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
    background: #777;
}


.entry-contact .vendor h3 {
    
    padding: 0px 0px 30px 0px;
}







.eventOfficeInfo {
    display: none;
}

@media screen and (max-width: 991px) {
    .main2-maps .contact-maps {
        display: none;
    }
    .eventOfficeInfo {
        display: block;
    }
    .selector-control {
        display: none;
    }
    .main-maps {
        position: relative;
        padding-bottom: 50.25%;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }
}

/*maps*/

.main2-maps {
    position: relative;
    overflow: hidden;
    height: 88vh;
    /*    min-height: 100vh;*/
}

.main2-maps .contact-maps {
    width: 370px;
    height: 473px;
    top: 80px;
    /*    top: 110px;*/
    position: absolute;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.main2-maps .contact-maps h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-top: 35px;
}

.main2-maps .contact-maps h3:after {
    content: "";
    display: block;
    width: 310px;
    height: 1px;
    margin-top: 25px !important;
    margin-top: 0px;
    margin: auto;
    opacity: 0.1;
    background-color: #ffffff;
}

.main2-maps .contact-maps ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 25px;
}

.main2-maps .contact-maps ul li {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.main2-maps .contact-maps ul li:last-child {
    margin-bottom: 20px;
}

.main2-maps .contact-maps ul li a {
    color: #ffffff;
}

.main2-maps .contact-maps ul li a:hover {
    color: #E23B1B;
}

.contactInfo ul li a {
    color: #848484;
}

.contactInfo ul li a:hover {
    color: #E23B1B;
}

.main2-maps .contact-maps ul li i {
    width: 50px;
    height: 50px;
    margin-left: 30px;
    margin-top: -2px;
    position: absolute;
    border-radius: 50%;
    border: solid 2px #e40000;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    color: #e40000;
}

.main2-maps .contact-maps ul li span {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.main2-maps .contact-maps ul li p {
    width: 65%;
    margin-left: 100px;
}

.main2-maps .contact-maps .btn-contact-us {
    width: 310px;
    height: 45px;
    display: block;
    margin: auto;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e21b1b, #e2581b);
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.5s;
}

.main2-maps .contact-maps .btn-contact-us:hover {
    background: #FFF;
    color: #123C63;
    cursor: pointer;
}

@media screen and (max-width: 420px) {
    .main2-maps .contact-maps {
        width: 90%;
    }
    .main2-maps .contact-maps .btn-contact-us {
        width: 90%;
    }
}

#map {
    width: 100%;
    height: 88vh;
    /*    height: 700px;*/
}

.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto', 'sans-serif';
    margin: 10px;
    /* Hide the control initially, to prevent it from appearing
    before the map loads. */
    display: none;
}

/* Display the control once it is inside the map. */

.selector-control {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

/*slider home3*/

@font-face {
    font-family: UTM-Ong-Do-Tre;
    src: url(../fonts/UTM-Ong-Do-Tre.ttf);
}

.entry-contact {
    width: 100%;
    height: auto;
    background: #F4F4F4;
}

.entry-contact h3 {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #123c63;
}

.entry-contact #frm-contact input {
    width: 47%;
    height: 50px;
    float: left;
    padding-left: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    text-align: left;
    color: #aeaeae;
    outline: none;
}

.entry-contact #frm-contact input::-webkit-input-placeholder {
    color: #aeaeae;
}

.entry-contact #frm-contact .name {
    float: right;
    margin-right: 2%;
}

.entry-contact #frm-contact #txt-p {
    width: 98%;
    height: 160px;
    display: block;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    text-align: left;
    color: #aeaeae;
    outline: none;
}

.entry-contact #frm-contact #txt-p::-webkit-input-placeholder {
    color: #aeaeae;
}

.entry-contact #frm-contact .btn-contact {
    width: 170px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 80px;
    border-radius: 25px;
    background-image: linear-gradient(to top, #e21b1b, #e2581b);
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
}

.entry-contact #frm-contact .btn-contact:hover {
    background: #FFF;
    color: #123C63;
    cursor: pointer;
}

.entry-contact ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.entry-contact ul li {
    margin-bottom: 30px;
    margin-left: 85px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    text-align: left;
    color: #60676c;
}

.entry-contact ul li i {
    width: 60px;
    height: 60px;
    border: solid 2px #e40000;
    font-size: 24px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #e40000;
    position: absolute;
    margin-left: -85px;
}

.entry-contact ul li span {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
    text-align: left;
    color: #aeaeae;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .entry-contact #frm-contact .btn-contact {
        margin-bottom: 30px !important;
    }
    .entry-contact {
        padding-bottom: 50px;
    }
    .entry-contact h3 {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .entry-contact {
        padding-bottom: 20px;
    }
    #frm-contact input {
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 30px !important;
    }
    .entry-contact #txt-p {
        width: 100% !important;
    }
    .entry-contact .btn-contact {
        width: 100% !important;
    }
}

.entry-contact2-page3 {
    margin-top: -5px;
}

.col-centered {
    float: none !important;
    margin: 0 auto !important;
}

.col-centered h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    min-height: 35px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.col-centered .tg-populartourcontent {
    background: #fff;
}

.single-upcoming-event .openLink {
    height: 50px;
    width: 146px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 73px);
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    cursor: auto;
}

.galleryVideos .item-wrap img {
    height: 130px;
    width: 100%;
}

.content-sec h3 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 17px;
    color: #222222;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.content-sec h2 {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.content-sec p {
    font-family: 'Roboto';
    font-size: 17px;
    color: #222222;
    font-weight: 300;
}

.content-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
}

.content-sec ul li {
    font-size: 16px;
    font-family: 'Roboto';
    color: #222222;
    line-height: 24px;
    transition: all .3s ease;
    margin-bottom: 10px;
    font-weight: 300;
    list-style: disc;
}

.list-inline > li i {
    color: #fff;
}


.ifba-awards h2 {
    margin: 20px 0px 45px 0px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    text-align: center;
}

.threecolumn {
    height: 340px;
}

.thmRedBtn {
    width: 350px;
    background: #e40000;
    height: 55px;
    padding: 17px 0;
    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;
}

.ifb-awards h2 {
    text-align: center;
    margin-bottom: 10px;
    margin: 30px 0px 35px 0px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    line-height: 34px;


}

.ifba-btn {
    margin: 30px 0px 0px 0px;
}



.whyIndia img {
    margin: 0 auto;
}

.compart .spl {
    height: 200px;
}

.downloadSection h5 {
    height: 25px;
}

.downloadSection {
    text-align: center;
}

.galleryPage.stall img {
    max-width: 100%;
    height: auto;
    max-height: auto;
    width: 100%;
}

.galleryPage.stall .video-item-text {
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
}

.fancybox-overlay {
    z-index: 9999;
}

.stall .single-gallery-box .img-box {

    margin-bottom: 0px;
}


.benefits .single-choose-a-plan-section .top-box .name h3 {

    font-size: 22px;
    border-bottom: 0px;
    margin-bottom: 0px;
    line-height: 80px;
}

.benefits .single-choose-a-plan-section .top-box {
    padding-bottom: 0px;
}

.benefits .single-choose-a-plan-section ul {
    padding: 0 45px;
}

.benefits .single-choose-a-plan-section .btn {

    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

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

.registerBtn {
    margin-top: 20px;
}

img.blogImg {
    height: 350px;
}

.blgTitle {
    margin-top: 10px;
}



.freedom-img {

    top: 190px;
    position: relative;
    left: 75px;
}


.downloads-text h2 {

    padding: 0px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.download-section .col-sm-3 {

    margin: 20px 0px;
}


.download-section {

    margin: 50px 0px;
}



.stalllayout img {

    margin: 50px auto;
}


.toggle-text {
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}

.toggle-text-content span {
    display: none;
}

.toggle-text-link {
    display: block;
    margin: 20px 0;
}

.advisory-block{
    
    height: 420px;
}

.advisory-block .video-item-text h4{
    
    line-height: 22px;
    font-style: italic;
}

.advisory-block .video-item-text h3{
    
    font-size: 15px;
}

.advisory-block .video-item-text{

   height: 145px;
}

.vendor{
    margin-bottom: 60px;
}

.benefits .single-choose-a-plan-section .secound-btn

{

    border-radius: 0;
    display: inline-block; 
    
}

.benefits .single-choose-a-plan-section.active .secound-btn{
    
    color: #fff;
    background: #EA384D; 
}

.sponsorspage .video-item-text{
    
    border: none;
}

.galleryPage .video-item-text h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    height: 30px;
    font-style: italic;
/*    color: #EA384D;*/
    line-height: 20px;
}




.event-sponsor h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    height: 20px;
    margin: 25px 0px 0px 0px;
}

.event-sponsor h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    height: 40px;
    font-style: italic;
    line-height: 20px;
    margin: 2px;
}

.hotel-details h2{
    
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
    text-transform: uppercase;
    
}

.hotel-details h3{

    font-size: 16px;
    font-weight: 400;
    color: #222;
    padding: 10px 0px;

}

.hotel-details p{

    font-size: 15px;
    font-weight: 400;
    color: #222;
    font-style: italic;

}

.hotelBooking img{
    
    border: 1px solid #eee;
    padding: 0px 10px;
    margin-top: 40px;
}

.hotelBooking .btn{
    
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    width: 120px;
    height: 42px;
}

.hotelBooking .fa{
    
    padding-right: 10px;
}

.hotelBooking span

{
 font-size: 16px;
 font-weight: 600;
 position: relative;
 top: 10px;
 padding-right: 15px;
}

.box-article {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 5px;
    margin: 10px;
    width: 48%;
    background: #EA384D;;
    border-radius: 2px;
    
}

.box-article h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    font-family: 'Montserrat'; 
}

.box-article ul{
    
    margin: 0px;
    padding: 10px;
}

.box-article ul li{
    
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding-bottom: 0px;
    text-align: left;
    padding-left: 25px;
}

.box-article ul li:nth-child(even)
{
    
    padding-bottom: 20px;
    
}


.box-article .fa-check{
    
    padding-right: 10px;
    color: #fff;
    margin-left: -25px;
}

.field-padding{
    
    padding: 0px;
}

.amount-label{
    
    padding-top: 10px;
}






.title-sponsor {
    
    margin: 0 auto;
    float: none;
}

.about-sponsor h3{
    
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 40px 0 10px 0;
    background: #EA384D;
    padding: 12px 0px;
}


.asso-sponsor h3{

    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 40px 0 40px 0;
    background: #EA384D;
    padding: 12px 0px;
}

.association-sponsors .col-sm-2 {
    
    width: 20%;
}

.sponsors-detail h5{
    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    height: 80px;
    text-transform: capitalize;
    padding: 25px 0px;
    line-height: 22px;
    
}

.asso-sponsor{
    
    margin-bottom: 30px;
    
}   

.supporting-org .col-sm-2
{
    
    margin: 30px 0px;
    
}


.supporting-org {
    
    margin: 20px 0px 0px 0px;
    padding: 0;
}

.sponsors-current{
    
    padding: 0px;
}


.line{
    
    border: 0;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.current-sponsors img{

    max-width: 75%;
}

.association-sponsors{
    
    padding: 0px;
}


.current-sponsors
{
    
    border: 1px solid #e6e7e8;
    
}

.supporting-org img{
    
    max-width: 80%;
    height: 60px;
    
}

.media-partner {
    
    padding: 0px;
}

.main-coontent{
    
    margin: 80px auto;
}

.main-coontent h2

{
    margin: 0 0px 25px 28px;
    font-family: 'Montserrat';
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    transition: all .4s ease;
}


.benefits-list ul

{
    padding-left: 20px;
    list-style: none;
    
}

.benefits-list ul li

{
    padding-bottom: 25px;

}

.benefits-list .fa-star-half-o{
    
    margin-left: -17px;
    color: #EA384D;
}

.benefits-list h4

{
    margin: 0 0 20px 0px;
    
}


.title-Sponsor .col-md-3 {
    
    margin: 0 auto;
    float: inherit;
}


.title-Sponsor img {
    
    border: solid 1px #E5E5E5;
    border-radius: 7px;
    height: 150px;
    padding: 10px;
    background: #fff;
    
}




.film-making {
    
    padding: 50px 0px;
}

.film-making p{
    
    text-align: justify;
}

.film-making h2{
    
    color: #EA384D;
    padding-bottom: 15px;
    margin: 0px;
}

.film-making h3{

    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px;
    color: #666;
}

.film-making ol{
    
    padding-left: 15px;
}

.film-making ol li{

    padding: 10px 0px;
}

.film-making h5{

    font-weight: 800;
    font-size: 14px;
    padding: 10px 0px;
}


.film-making .col-md-8 {
    
    border-right: 1px solid #dedede;
    padding-right: 40px;
}

.film-making .col-md-4{

    padding-left: 40px;
    color: #222;

}

.film-making .col-md-4 p {

    text-align: left;
    font-weight: 500;
    color: #EA384D;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
    line-height: 24px;
    margin-bottom: 20px;
}

.film-making .col-md-4 span {

    color: #666;
    font-weight: 400;

}


.price-details {
    
    background: #EA384D;

}

.film-making .col-md-4 .price-details p{

    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    
}

.film-making .col-md-4 .price-details span{

    text-align: center;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
}



.film-making .form-control{
    
    height: 40px;
    box-shadow: none;
}


.film-making .btn{
    
    width: 100%;
    margin: 50px 0;
}


.checkbox-inline {
    
    padding: 15px 20px;
}


#reg a
{
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #FF512F 0%, #DD2476 100%);
    -webkit-text-fill-color: transparent;
    animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite; 
    font-weight: 900;
    

}

@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
}


.freedom-offer img{
 
    position: absolute;
    z-index: 999;
    top: 50px;
    right: 0px;
    width: 135px;
    animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    left: 50px;
}
    



.spnsr .sponsors-detail h5{
    
    height: 60px;
}



marquee h5{
    
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 10px 0px 5px 0px;
}

marquee span{
    
    font-size: 18px;
    font-weight: 900;
    color: #EA384D;
    margin: 0;
    padding: 10px 0px 5px 0px;
}


.workshop-image h3{
    
    text-transform: inherit;
    font-size: 28px;
    margin-top: 0;
}


/*
.workshop-image img{
    width: 50%;
    margin: 0 auto;
}*/
.navbar-right {
    margin-right: 0;
    margin-left: -155px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 600;
    padding: 42px 0px 28px 8px;
    text-shadow: 1px 1px 3px #c93d3d;
}

.navbar.navbar-default {
    background: rgba(0, 0, 0, 0.45);
}