/*------------------------------------------------------------------ 
 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------ 
[Table of contents] 
1. Top-Header / Navigation
2. Banner & From
5. Welcome to Annual Conference
6. Counts
7. Speakers
8. Why Choose Us
9. Event Schedule 
10. What People Say about Previous Events
11. Packages
12. Sponsors
13. Previous Events
14. Upcoming Events & News
15. CTA
16. Map & Contact Info.
17. Footer
18. footer 

#f25420 , #009ee2 
#f25421 , #009ee2 
#ff3e00 , #009ee2 
#e15325 ,
242, 84, 33, - 0, 158, 226 


 ----------------------------------- --------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Oswald', sans-serif;
    font-family: 'Roboto Slab', serif;*/
    font-weight: 400;
    color: #6d6e71;
    line-height: 24px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    width:100vw;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: inline-block;
    width: 60px;
    border-top: 4px solid #009ee2;
    margin: 15px 0;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    line-height: 56px;
    text-transform: uppercase;
}

h3 {
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

button:focus {
    outline: none;
}

/*-------------------------------------------------
             Top-Header / Navigation
-------------------------------------------------*/

 
 

#top-header .cd-logo a img {
    float: left;
    width: auto;
    height: 90px;
    display: block;
}

   #cd-logo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #009ee2;
        font-size: 50px;
        color: #fff;
        text-align: center;
        line-height: 100px;
        margin: 10px 0;
        float: left;
        display: block;
    }


#cd-main-nav li a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 13px;
    transform: translateZ(0px);
    backface-visibility: hidden;
    padding: 33px 0px;
    text-decoration: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
}

#cd-main-nav li {
    display: inline-block;
    height: 100%;
    position: relative;
    margin: 0px 11px;
}

#cd-main-nav ul.sub-menu {
    background: rgb(19, 20, 20) none repeat scroll 0 0;
    border-top: 4px solid rgb(0, 158, 226);
    max-width: 180px;
    width: 180px;
    position: absolute;
    left: 5px;
    visibility: hidden;
    top: 60px;
    z-index: 99999;
}

#top-header #cd-main-nav li:after, #cd-main-nav li:before {
    content: "";
    display: block;
    position: absolute;
}

#top-header #cd-main-nav li:after {
    background: #fff;
    height: 12px;
    width: 2px;
    right: -14px;
    top: 38px;
}

 

#top-header #cd-main-nav li:before {
    background: #009ee2;
    height: 4px;
    width: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

#top-header #cd-main-nav li:hover:before {
    width: 100%;
}

#top-header #cd-main-nav li a:hover {
    color: #009ee2;
}

#top-header #cd-main-nav li:last-child:after {
    content: none;
}

#top-header #cd-main-nav li:last-child {
    margin-right: 0;
}

 
.slidercover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

 
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');


.centered {
    font-family: 'Montserrat', Arial, sans-serif;
  position: absolute;


  top: 50%;
  left: 40%;
  transform: translate(-40%, -50%);
  font-weight: 400px;
  font-size: 70px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  opacity: 0.8;
  line-height: 80%;
  width: 50%;
}

/* Pagination
====================================*/
 

.pagination ul {
    width: 100%;
    margin: 30px 0;
}

.pagination ul li a {
    padding: 6px 10px;
    border-bottom: none;
    display: inline-block;
    color: #888;
    float: left;
    margin-right: 4px;
    background-color: #f4f4f4;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
    border-radius: 2px;
}

.pagination .current {
    background: #009ee2 !important;
    color: #fff;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

.pagination ul li a:hover {
    background-color: #009ee2;
    color: #fff;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.pagination.shop {
    margin: 20px 0 40px 0;
}
/*-------------------------------------------------
               Banner & From
-------------------------------------------------*/
#main-banner-sec {
    background: url(../images/main-banner.jpg) no-repeat;
    background-size: cover;
    display: block;
    padding-top: 86px;
    background-attachment: fixed;
}

.register-form {
    background: rgba(17, 17, 17, 0.8);
}

.form-title {
    padding: 32px 30px;
    border-bottom: 1px solid #333435;
}

.userform input.error {
    border-color: red;
    color: red
}

label.error {
    display: none !important;
}

.register-form h4 {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.register-form p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.register-form p a {
    font-weight: 500;
    color: #009ee2;
    text-decoration: none;
}

.userform {
    padding: 35px 35px 30px;
    height: 100%;
    margin-top: 75px;
}

.userform .input-box {
    min-height: 75px;
}

.userform .input-box, .userform input, .userform select {
    width: 100%;
    display: block;
    position: relative;
}

.userform input, .userform select {
    background: #fff;
    border: 1px solid #333435;
    height: 52px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    color: #fff;
    padding: 10px 10px 10px 45px;
}

.userform input:focus {
    outline: 0;
    color: #000;
    background: #ffffff;
}

.userform input:focus::-webkit-input-placeholder {
    color: #363636;
}

.userform input::-webkit-input-placeholder {
    color: #b1b1b1;
    text-transform: uppercase;
}

.userform input::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
    text-transform: uppercase;
}

.userform input:focus::-moz-input-placeholder {
    color: #363636;
}

.userform i.fa {
    position: absolute;
    font-size: 16px;
    top: 17px;
    left: 15px;
    font-weight: 500;
}

.userform .submit-btn {
    background: #009ee2;
    color: #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 16px 30px;
    cursor: pointer;
    font-size: 24px;
    margin-bottom: 25px;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 5px solid #009ee2;
    transition: all 0.5s ease;
    height: auto;
}

.userform .submit-btn:hover {
    background: #009ee2;
    border-bottom: 5px solid #009ee2;
}

.userform strong {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
}

.error {
    display: none;
}

.error_show {
    color: red;
    font-size: 13px;
    margin-left: 16px;
}

.option-check span {
    color: white;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.radio-group {
    float: right;
}

label.custom-radio {
    text-transform: uppercase;
    display: inline;
    color: #b1b1b1;
    font-size: 15px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
}

.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #009ee2;

}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark {
    background-color: #ffffff;
}

.checkmark {
    position: absolute;
    top: -26px;
    left: 44px;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

.custom-radio .checkmark2:after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #009ee2;

}

.custom-radio input:checked ~ .checkmark2:after {
    display: block;
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark2 {
    background-color: #ffffff;
}

.checkmark2 {
    position: absolute;
    top: -26px;
    left: 62px;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

.option-check {
    padding-top: 25px;
}

.option-check p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

span.help-block {
    color: red;
    font-size: 14px;
}

.banner-left-bar {
    text-align: center;
    padding-top: 70px;
}

.time-location {
    margin-bottom: 40px;
}

.time-location li {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    background: #009ee2;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
    letter-spacing: 0.5px;
    margin-right: 15px;
}

.time-location i.fa {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.banner-left-bar h1 {
    color: #fff;
    margin-bottom: 20px;
}

.banner-left-bar p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    line-height: 38px;
}

.hasCountdown {
    display: inline-block;
}

.hasCountdown .countdown_section {
    display: inline-block;
    background: rgba(17, 17, 17, 0.5);
    width: 125px;
    font-size: 24px;
    color: #fff;
    margin: 40px 5px;
    text-transform: uppercase;
    padding: 15px 10px;
}

.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown_amount {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #009ee2;
    font-family: 'Oswald', sans-serif;
}

.social-icons li {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 0 8px;
}

.social-icons li:after {
    content: "";
    height: 29px;
    width: 1px;
    background: #78695e;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -3px;
}

.social-icons li:last-child:after {
    content: none;
}

.social-icons li a {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    transition: all 0.5s ease;
}

.social-icons li a:hover {
    color: #009ee2;
}

/*-------------------------------------------------
               Welcome to Annual Conference
-------------------------------------------------*/
#annual-conference-sec {
    padding: 70px 0;
    background-color: #f3f3f3;
    position: relative;
}

#annual-conference-sec:before {
    content: "";
    background: #009ee2;
    height: 100%;
    width: 25%;
    top: 0;
    display: block;
    position: absolute;
    left: 0;
}

figure.video-bg-sec {
    overflow: hidden;
    margin-bottom: 20px;
}

figure.video-bg-sec:hover > img {
    transform: scale(1.6) rotate(10deg);
}

figure.video-bg-sec img {
    display: block;
    transition: transform 2s;
    width: 100%;
    position: relative;
}

figure.video-bg-sec figcaption {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
}

figure.video-bg-sec figcaption p {
    color: #fff;
    /* border-bottom: 1px solid #c0c0bf; */
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 35px;
    position: absolute;
    text-decoration: underline;
    left: 0;
    right: 0;
    bottom: -50px;
}

figure.video-bg-sec figcaption img {
    width: auto;
    left: 4px;
    margin: 0 auto;
}

figure.video-bg-sec figcaption .btn-primary {
    color: #fff;
    background-color: #ffffff;
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.50);
    height: 100px;
    border: 0;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}

.fade.show {
    background-color: rgba(0, 0, 0, 0.8);
}

/*figure.video-bg-sec figcaption .btn-primary:hover{
   animate css 
}*/
figure.video-bg-sec figcaption .btn-primary:focus,
figure.video-bg-sec figcaption .btn-primary:active:focus,
figure.video-bg-sec figcaption .btn-primary:active {
    outline: 0;
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.50) !important;
    background-color: #fff !important;

}

.annual-model-box iframe {
    width: 100%;
    height: 400px;
    display: block;
}

.annual-model-box .modal-content {
    border-radius: 0;
    background-color: transparent;
}

.annual-model-box .modal-header {

    padding: 0;
    border: 0;
    display: block;
}

.annual-model-box .modal-dialog {
    max-width: 700px;
}

.modal-header .close {
    padding: 0;
    color: #fff !important;
    opacity: 1;
    margin: 0;
    font-weight: lighter;
    font-size: 50px;
}

.modal-header .close:focus {
    outline: 0;
}

.annual-model-box .modal-body {
    padding: 0;
}

#annual-conference-sec .video-info {
    padding-left: 25px;
}

#annual-conference-sec .video-info h3 {
    font-weight: normal;
    color: #333333;
    margin-top: -11px;
}

#annual-conference-sec .video-info p, .event-speakers p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 15px;
}

.view-btns, .view-btns li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 30px;
    font-color: #ccc;
    
}

.view {
    display: block;
    padding: 15px 40px;
    border: none;
    text-decoration: none !important;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #009ee2;
    font-weight: bold;
    transition: all 0.5s ease;
}

.button--antiman::before,
.button--antiman::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--antiman::before {
    border: 2px solid #37474f;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.button--antiman.button--inverted-alt::before {
    border-color: #009ee2;
    background: #009ee2;
}

.button--antiman.button--inverted-alt::after {
    background: transparent;
    border: 2px solid #009ee2;
}

.button--antiman.button--inverted-alt:hover {
    color: #ffffff;
}

.button--antiman:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.button--antiman:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

/*-------------------------------------------------
                    Counts
-------------------------------------------------*/
#counts-sec {
    background: url(../images/count-banner.jpg) no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    padding: 40px 0;
}

.count-box {
    border-right: 1px solid #777777;
}

.count-box:hover h2 {
    color: red;
}

.count-box:last-child {
    border-right: 0;
}

#counts-sec h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 16px;
}

#counts-sec span {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

#counts-sec i.fa {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

#counts-sec .fa-lightbulb-o {
    font-size: 28px !important;
}

/*-------------------------------------------------
                    Speakers
-------------------------------------------------*/
#our-speakers-sec {
    background: url(../images/speakers-bg.jpg) no-repeat;
    display: block;
    background-size: cover;
    padding: 70px 0 50px;
}

.speaker-box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.speaker-box img {
    display: block;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.speaker-box figcaption {
    position: absolute;
    bottom: -55%;
    padding: 22px 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease;
}

.speaker-box figcaption h4 {
    color: #fff;
}

.speaker-box figcaption span {
    font-size: 14px;
    color: #fff;
    display: none;
}

.speaker-box figcaption p {
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    padding: 30px 10px;
    font-weight: 400;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 25px 0;
}

.speaker-box figcaption ul li {
    display: inline-block;
    margin: 0 3px;
}

.speaker-box figcaption ul li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    padding-top: 7px;
    vertical-align: top;
}

.speaker-box figcaption .button--antiman.button--inverted-alt::after {
    border: 1px solid #ffffff;
}

.speaker-box figcaption .button--antiman.button--inverted-alt::before {
    border-color: #ffffff;
    background: #ffffff;
}

.speaker-box figcaption .button--antiman.button--inverted-alt:hover {
    color: #009ee2;
}

.speaker-box:hover figcaption span {
    display: block;
}

.speaker-box:hover figcaption {
    bottom: 0;
    /*background: rgba(0, 158, 226, 0.8); */
    /*bottom: -81%;*/
    background-color: #009ee2;
    padding: 36px 45px;
    opacity: 0.8;
   filter: alpha(opacity=80);
}

.event-speakers {
    margin-bottom: 30px;
}

.event-speakers span {
    font-size: 14px;
    text-transform: uppercase;
    color: #969696;
    line-height: 26px;
    display: block;
}

.event-speakers h3 {
    font-weight: 400;
    color: #333;
}

/*-------------------------------------------------
                Why Choose Us
-------------------------------------------------*/
#our-conference-sec .conference-heading-bg {
    background: url(../images/why-choos-us-bg.jpg) no-repeat;
    background-size: cover;
    display: block;
    min-height: 420px;
    padding: 50px 0;
}

.white-heading {
    color: #fff;
}

.white-heading hr {
    border-top: 4px solid #009ee2 ;
}

.white-heading span {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.conference-list-bg {
    background: #f3f3f3;
}

.confrence-bg {
    background: #fff;
    margin-top: -228px;
}

.confrence-bg > .row {
    margin-left: 0;
    margin-right: 0;
}

.confrence-bg .confrence-col {
    padding-left: 0;
    padding-right: 0;
}

.confrence-bg .confrence-col-inn {
    padding: 39px 55px 30px 55px;
}

.confrence-col-inn {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.confrence-bg .confrence-col:nth-child(2n+1) .confrence-col-inn {
    border-left: none;
}

.confrence-bg .confrence-title {
    position: relative;
    padding-left: 85px;
}

.confrence-bg .confrence-title h3 {
    color: #333333;
    font-size: 24px;
    text-transform: inherit;
    font-weight: 500;
}

.confrence-bg .confrence-col-inn .icon-box {
    width: 67px;
    height: 67px;
    line-height: 67px;
    font-size: 24px;
    color: #009ee2;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.confrence-bg .confrence-col-inn p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #565656;
    margin: 25px 0 0;
    letter-spacing: 0.2px;
}

/*-------------------------------------------------
                9. Event Schedule
-------------------------------------------------*/

#event-schedule-sec {
    background: #ffffff;
    padding: 50px 0 20px;
}

.sec-black-hadding h2 {
    color: #333333;
    font-weight: 400;
    font-size: 36px;
}

.sec-black-hadding span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

.event-schedule figure {
    position: relative;
}

.event-schedule figure img {
    width: 100%;
}

.event-schedule figcaption {
    position: absolute;
    top: 15px;
    right: 15px;
}

.event-schedule figcaption ul li {
    padding-top: 6px;
}

.schedule {
    display: flex;
}

.schedule-content {
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.event-icon i {
    color: #ffffff;
    background-color: #009ee2;
    height: 30px;
    width: 30px;
    font-size: 14px !important;
    text-align: center;
    padding: 8px 0px 0px;
    border-radius: 3px;
}

.item-icon {
    color: #009ee2;
}
.event-schedule {
    background: white;
    border: 1px solid #e7e7e7;
    transition: 0.5s;
    margin-bottom: 40px;
}

.event-schedule:hover {
    border: 1px solid #009ee2;
}

.event-icon {
    display: none;
    transition: 0.5s;
}

.event-schedule:hover .event-icon {
    display: block;
}

.event-time {
    padding: 0px 20px 15px;
}

.event-time h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.event-time i {
    color: #ffffff;
    background-color: #009ee2;
    height: 30px;
    width: 30px;
    font-size: 14px !important;
    text-align: center;
    padding: 8px 0px 0px;
    border-radius: 3px;
    margin-right: 15px;
}

.event-info {
    padding: 0px 6px 0px 20px;
}

.event-info h3 {
    font-size: 19px;
    color: #333333;
    font-weight: 800;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}

.event-info i {
    color: #009ee2;
    margin-right: 10px;
}

.event-info p {
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    color: #333333;
}

ul.nav.nav-pills li button a {
    background-color: #009ee2;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 25px 72px;
    transition: 0.5s;
    border-top: 8px solid #009ee2;
    border-right: 1px solid #f5764d;
}

ul.nav.nav-pills li.active button a {
    background-color: #ffffff;
    color: #009ee2;
    border-right: 1px solid #ffffff;
}

ul.nav.nav-pills li.active button a span {
    color: #009ee2;
}

ul.nav.nav-pills li button a {
    color: #ffffff;
    display: grid;
    text-transform: uppercase;
    font-size: 14px;
}

ul.nav.nav-pills li button a:hover, a.tab-button:hover {
    text-decoration: none;
}

ul.nav.nav-pills li button a span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

ul.nav.nav-pills li button {
    border: none;
    background: none;
    padding: 0;
}

.tab-content-head {
    display: flex;
    padding: 15px 0px 30px 71px;
}

ul.nav.nav-tabs, ul.nav.nav-pills {
    margin-top: 14px;
}

.nav-tabs {
    border-bottom: none;
}

a.tab-button {
    background-color: #ffffff;
    border: 2px solid;
    outline: none;
    cursor: pointer;
    padding: 5px 36px;
    transition: 0.3s;
    font-size: 16px;
    color: #009ee2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}

ul.nav.nav-tabs li.active a.tab-button {
    background-color: #009ee2;
    color: #ffffff;
}

ul.nav.nav-pills li.active a.tab-button {
    background-color: #009ee2;
    color: #ffffff;
}

.tab-content-head h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    margin-right: 77px;
}

/*-------------------------------------------------
    10. What People Say about Previous Events
-------------------------------------------------*/


#what-people-says {
    /*background: url(../images/_37.jp) no-repeat;*/
    background-size: cover;
    background-color: #cccccc;
    display: block;
    padding: 30px 0 45px;
    background-attachment: fixed;
}

#what-people-says .testimonial-heading-bg hr {
    border-top: 4px solid rgba(255, 255, 255, 0.5);
}

.what-client-says-col {
    background: #009ee2;
    color: #fff;
    margin-top: 30px;
}

.what-client-says-inn {
    padding: 24px 12px;
}

.what-client-says-inn .user-info figure {

}

.what-client-says-inn .user-info figure > img {
    width: 73px;
    height: 73px;
    background-size: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.what-client-says-inn .user-info figure h4 {
    padding-left: 93px;
    font-size: 24px;
    line-height: 32px;
}

.what-client-says-inn .user-info figure h4 span {
    display: block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.what-client-says-inn .user-info figure p {
    margin-top: 32px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 34px;
}

.what-client-says-inn .owl-nav {
    position: absolute;
    margin-top: 0 !important;
}

.what-client-says-inn .owl-nav button {
    background: #fff !important;
    width: 80px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 0 !important;
    color: rgba(58, 58, 58, 0.5) !important;
    margin: 0 0.5px !important;
    position: relative;
    font-size: 45px !important;
}

.what-client-says-inn .owl-nav button:focus,
.what-client-says-inn .owl-nav button:hover {
    color: #e35223 !important;
    border: none !important;
    outline: none !important;
}

.what-client-says-inn .owl-dots {
    display: none;
}

/*-------------------------------------------------
    11. Packages
-------------------------------------------------*/
#event-packages-sec {
    padding: 70px 0 90px;
    background: url(../images/pricing-sec-pettern.png) repeat;
    display: block;
    line-height: 1.42857143;
}

.eventpackage {
    margin-top: 17px;
}

#event-packages-sec .sec-black-hadding span {
    color: #565656;
}

.prices {
    padding: 135px 0;
    background-color: #009ee2
}

.prices p.block-title {
    color: #fff;
    text-align: center;
}

.event-priceing {
    border-right: 1px solid #f68864
}

.event-priceing:last-child {
    border: none;
}

.event-priceing .best-offer {
    background-color: #1d1e1e;
    padding: 11px 0 7px 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.event-priceing .plan-name {
    border-bottom: 1px solid #f68864;
    padding: 26px 0;
    text-align: center;
    padding-top: 0;
}

.event-priceing .plan-name h6 {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 3px;
    margin-top: 10px;
    text-transform: uppercase;
}

.event-priceing .plan-name h6:first-child,
.event-priceing .plan-name h6:last-child {
    padding-top: 80px
}

.event-priceing .plan-name h6.best-offer-padding {
    padding-top: 22px
}

.event-priceing .plan-name small {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.event-priceing .plan-price {
    border-bottom: 1px solid #f68864;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
    font-size: 60px;
    color: #009ee2;
    font-family: 'Oswald', sans-serif;
}

.event-priceing .plan-price sup {
    font-weight: 700;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 8px;
}

.event-priceing .plan-details {
    padding: 25px 0 0;
    text-align: center;
}

.event-priceing .plan-details ul {
    margin: 0 20% 45px 27%;
    max-width: 200px;
}

.event-priceing .plan-details li {
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    margin: 20px 0;
}

.event-priceing .plan-details li i {
    color: #fff;
    margin-right: 7px;
}

.eventpackage .event-priceing:last-child {
    border-right: 0
}

.eventpackage .event-priceing .plan-name small,
.eventpackage .event-priceing .plan-name {
    color: #313131
}

.eventpackage .event-priceing .plan-details {
    color: #565656
}

.eventpackage p.block-title {
    color: #009ee2
}

.eventpackage .event-priceing {
    padding: 0
}

.eventpackage .event-priceing .plan-name h6 {
    font-size: 24px;
}

.eventpackage .event-priceing .plan-price {
    font-size: 60px;
}

.eventpackage .event-priceing:nth-child(4) .inner-pricing .plan-name {
    padding-bottom: 25px;
}

.eventpackage .event-priceing .plan-name h6 {
    margin-top: 20px
}

.eventpackage .event-priceing .plan-name h6:first-child,
.event-priceing .plan-name h6:last-child {
    padding-top: 0px
}

.eventpackage .event-priceing .plan-name h6.best-offer-padding {
    padding-top: 0
}

.eventpackage .event-priceing .plan-details {
    padding-top: 5px;
}

.eventpackage .event-priceing .plan-details ul {
    margin: 0 20% 45px
}

.eventpackage .event-priceing .plan-details li {
    font-size: 20px
}

.eventpackage .event-priceing .best-offer {
    background: #009ee2;
    left: 0;
    right: 0;
    top: -38px;
    position: absolute;
}

.eventpackage .event-priceing {
    border-right: 1px solid #c7c7c7;
}

.eventpackage .event-priceing .plan-price,
.eventpackage .event-priceing .plan-name {
    border-bottom: 1px solid #c7c7c7;
}

.eventpackage .event-priceing .plan-details li i {
    color: #009ee2
}

.eventpackage .event-priceing .btn-box {
    padding: 0 30px;
}

.eventpackage .event-priceing .btn-box .view {
    line-height: 60px;
    height: 60px;
    padding: 0;
    font-size: 16px;
}

/*-------------------------------------------------
    12. Sponsors
-------------------------------------------------*/

#sponsors-sec .sponsors-heading-bg {
    /*background: url(../images/_39_.jpg) no-repeat;*/
    background-size: cover;
    display: block;
    min-height: 429px;
    padding: 50px 0;
    background-color: #009ee2 ;
}

.sponsors-list-bg {
    background: #f3f3f3;
    padding-bottom: 100px;
}

.sponsors-bg {
    background: #fff;
    margin-top: -219px;
}

.sponsors-bg > .row {
    margin-left: 0;
    margin-right: 0;
}

.sponsors-bg .sponsors-col {
    padding-left: 0;
    padding-right: 0;
}

.sponsors-bg .sponsors-col-inn {
    padding: 30px 55px 30px 55px;
    text-align: center;
    min-height: 219px;
    position: relative;
}

.sponsors-bg .sponsors-col-inn.block2 {
    border-bottom: none;
}

.sponsors-col-inn {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.sponsors-bg .sponsors-col:nth-child(n+1) .sponsors-col-inn {
    border-right: none;
}

.sponsors-bg .sponsors-col-inn figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sponsors-bg .sponsors-col-inn img {
    width: inherit;
}

.sponsors-bg .sponsors-col-inn figure img {
    text-align: center;
    float: none;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(150%);
}

.sponsors-bg .sponsors-col-inn:hover figure img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sponsors-bg .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 35px !important;
}

.sponsors-bg .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 158, 226, 0.3);
}

.sponsors-bg .owl-dots .owl-dot span:hover,
.sponsors-bg .owl-dots .owl-dot span:focus,
.sponsors-bg .owl-dots .owl-dot.active span {
    background: #009ee2;
}

.sponsors-bg .owl-dots .owl-dot:hover,
.sponsors-bg .owl-dots .owl-dot:focus {
    box-shadow: none;
    outline: none;
}

/*-------------------------------------------------
    13. Previous Events
-------------------------------------------------*/
.previous-event-heading-bg {
    background: #fff;
}

.previous-event-heading-bg .heading-col {
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #333;
    padding-top: 40px;
    padding-bottom: 25px;
}

.previous-event-heading-bg .heading-col:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.modalModal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modalModal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 500px;
    max-width: 1200px;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -50px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    right: -50px;
}

.next:hover, .prev:hover {
    font-size: 42px;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-duration: 1s;
    animation-name: zoomIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-duration: 1s;
    animation-name: fadeInDown;
}

.modalModal .close {
    color: #ffffff;
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 45px;
    font-weight: bold;
}

.modalModal .close:hover,
.modalModal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.mySlides img {
    margin-bottom: -8px;
    width: 500px;
    height: 500px;
    object-fit: contain;
}

.gallery-img img {
    width: auto;
    display: block;
    height: 300px;
    overflow-y: hidden;
}

.gallery-img {
    position: relative;
    transition: 0.5s;
}

.gallery-img:hover:before {
    content: '';
    position: absolute;
    background: url(../images/zoom-arrow.png) no-repeat;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.gallery-img:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.hover-shadow {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.gallery {
    display: flex;
    margin-bottom: -8px;
}

/*-------------------------------------------------
    14. Upcoming Events & News
-------------------------------------------------*/
#upcoming-event-sec {
    padding: 50px 0 60px;
}

.upcoming-events-slider {
    margin-top: 20px;
}

.news-slider .news-block {
    border: 1px solid #e5e5e5;
}

.news-slider .news-block figcaption {
    position: relative;
    padding: 25px 30px 35px;
}

.news-slider .news-block .date {
    background: #009ee2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 137px;
    height: 38px;
    line-height: 38px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    position: absolute;
    top: -18px;
    margin-left: -7px;
}

.news-slider .news-block figcaption h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: inherit;
    line-height: 27px;
    margin: 15px 0;
}

.news-slider .news-block figcaption h3 a {
    color: #333;
}

.news-slider .news-block figcaption h3 a:hover {
    text-decoration: none;
}

.news-slider .news-block figcaption .more {
    color: #009ee2;
    font-size: 14px;
    font-weight: 700;
}

.news-slider .news-block figcaption .more:hover {
    text-decoration: none;
}

.news-slider .news-block figcaption .more i {
    display: inline-block;
    position: relative;
    left: 5px;
    transition: all 0.3s;
}

.news-slider .news-block figcaption .more:hover i {
    left: 14px;
    transition: all 0.3s;
}

.news-slider .news-block:hover {
    border: 1px solid #009ee2;
}

.news-slider .view-all-box {
    margin-top: 47px;
    text-align: center;
}

.news-slider .view-all-box .view {
    width: 225px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

/*-------------------------------------------------
   15. CTA
-------------------------------------------------*/
.newslatter-bg {
    background-color: #009ee2;
}

.newslatter {
    padding: 40px 0px;
}

.newslatter h4 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.newslatter-form {
    padding: 40px 0px;
}

.newslatter-form form {
    display: flex;
    padding: 9px 0px 0px 0px;
}

.newslatter-form form i {
    position: absolute;
    color: white;
    font-size: 22px;
    top: 67px;
    left: 47px;
}

.newslatter-form form.active i {
    color: #009ee2;
}

.newslatter-form form input {
    width: 65%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    padding-left: 70px;
}

.newslatter-form form input:focus {
    outline: none;
}

.newslatter-form form input::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.Subscribe-btn {
    margin: 0px 0px 0px 20px;
}

.Subscribe-btn button {
    color: #ffffff;
    font-size: 18px;
    padding: 16px 65px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #575555;
    transition: all 0.5s ease;
    border: 0;
    cursor: pointer;
}

.Subscribe-btn button:hover {
    text-decoration: none;
    padding: 16px 65px;
    background-color: #a93b17;
}

/*-------------------------------------------------
    16. Map & Contact Info.
-------------------------------------------------*/
#map {
    height: 600px;
    position: absolute;
}

.btn-register .view {
    display: block;
    padding: 25px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    background: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #009ee2;
    font-weight: bold;
    transition: all 0.5s ease;
}

.btn-register {
    padding: 50px 0px 30px;
}

.btn-register .view:hover {
    padding: 20px 90px;
}

.location {
    position: relative;
}

.location-bg {
    background-color: #009ee2;
}

.location-info {
    color: #ffffff;
    padding: 40px 50px;
}

.location-info h3 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}

.location-info p {
    display: flex;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    padding-top: 20px;
}

.location-info p a {
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
    color: #ffffff;
}

.location-info p a:hover {
    text-decoration: none;
}

.location-info span {
    padding-right: 20px;
}

.location-info h3 span i {
    background-color: white;
    color: #009ee2;
    position: relative;
}

.location-info h3 span i:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -7px;
    right: 13px;
    margin-top: -3px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ffffff transparent;
}

.location-info p:hover span i {
    background-color: white;
    color: #009ee2;
    position: relative;
}

.location-info p:hover span i:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -7px;
    right: 13px;
    margin-top: -3px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ffffff transparent;
}

.location-info span i {
    border: 1px solid #ffffff;
    font-size: 20px;
    border-radius: 50%;
    height: 48px;
    padding-top: 14px;
    width: 48px;
    text-align: center;
}

/*-------------------------------------------------
    17. Footer
-------------------------------------------------*/

/* Footer social */
.bottom-social {
    padding: 40px 0;
    background-color: #e9e9e9;
    text-align: center;
}

.bottom-social a {
    color: #c3c2c2;
    font-size: 38px;
    margin: 0 25px;
}

.bottom-social a:hover {
    color: #009ee2;
    text-decoration: none;
}

/* Footer links */
.footer-left {
    font-family: 'Roboto Slab', serif;
    color: #fff;
}

.footer-left p {
    font-size: 20px;
    font-weight: 300;
}

.footer-left strong {
    font-weight: 600;
}

.footer-top {
    background: #009ee2;
    padding: 30px 0;
}

.footer-right {
    text-align: right;
}

.footer-right ul {
    margin-bottom: 0;
    margin-top: 6px;
}

.footer-right ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.footer-right ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-right ul li span {
    margin: 0 15px;
}

.footer-right ul li a:hover {
    text-decoration: none;
}

.footer-bottom {
    background: #e9e9e9;
    padding: 20px 0;
    text-align: center;
    color: #009ee2;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copytight {
    font-size: 14px;
}

.footer-bottom a {
    color: #009ee2;
}

.more_link {
    color: #009ee2;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.more_link:hover {

    color: #a93b17;
}

.newslatter-form .form-control.email.error {
    border: 1px solid red;
}

.newslatter-form .form-control.email {
    display: block;
}

.newslatter-form #form-0-field-0-error {
    display: none;
}

/*-------------------------------------------------
    Responsive Css start here
-------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1024px) {
    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 30px;
        height: 150px;
    }

    #top-header {
        height: 74px !important;
        background: rgb(51, 51, 51);
        position: relative !important;
    }
}

@media screen and (max-width: 991px) {
    .what-client-says-inn .owl-dots {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-radio {
        padding-right: 10px;
        padding-left: 0px;
    }

    .checkmark {
        left: 30px;
    }

    .checkmark2 {
        left: 42px;
    }

    .banner-left-bar h1 {
        font-size: 43px;
        margin-bottom: 10px;
    }

    .banner-left-bar p {
        font-size: 20px;
        line-height: 35px;
    }

    figure.video-bg-sec figcaption {
        top: 20%;
    }

    .view {
        padding: 15px 34px;
    }

    .view-btns li {
        margin-right: 10px;
    }

    figure.video-bg-sec figcaption img {
        top: inherit;
    }

    .event-speakers h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .event-speakers p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #565656;
        margin-bottom: 5px;
    }

    .speaker-box figcaption {
        bottom: -70%;
        padding: 20px 20px;
    }

    .speaker-box:hover figcaption {
        padding: 25px 25px;
    }

    .speaker-box figcaption p {
        padding: 20px 10px;
        margin: 15px 0;
    }

    .event-time {
        padding: 0px 10px 15px;
    }

    .event-time h4 {
        font-size: 16px;
    }

    .event-info {
        padding: 0px 6px 0px 10px;
    }

    .event-info h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
    }

    .event-schedule figcaption ul li {
        padding-top: 5px;
    }

    .event-schedule figcaption {
        top: 0;
    }

    ul.nav.nav-pills li button a {
        padding: 25px 49px
    }

    .tab-content-head {
        padding: 15px 0 30px 22px;
    }

    .schedule {
        min-height: 362px;
    }

    .mySlides img {
        height: 420px;
    }

    .newslatter-form {
        padding: 20px 0px 30px;
    }

    .newslatter {
        padding: 22px 0px 0px;
    }

    .newslatter-form form i {
        top: 45px;
    }

    .newslatter h4 {
        font-size: 20px;
    }

    .location-info {
        padding: 30px 26px;
    }

    .location-info p a {
        font-size: 18px;
    }

    .location-info p {
        font-size: 18px;
        line-height: 34px;
    }

    .btn-register .view {
        padding: 18px 60px;
    }

    .footer-left p {
        padding-top: 4px;
        font-size: 19px;
    }

    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-right ul li span {
        margin: 0 9px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
    }

    #upcoming-event-sec .owl-carousel .owl-nav button.owl-next, #upcoming-event-sec .owl-carousel .owl-nav button.owl-prev {
        padding: 2px 8px !important;
        background: #009ee2;
        border-radius: 0px;
        color: #fff;
        opacity: 1;
    }

    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 10px;
        height: 150px;
    }

    #top-header {
        height: 74px !important;
        background: rgb(51, 51, 51);
        position: relative !important;
    }

    figure.video-bg-sec figcaption .btn-primary {
        width: 70px;
        height: 70px;
    }

    figure.video-bg-sec figcaption p {
        bottom: -40px;
    }

    figure.video-bg-sec figcaption img {
        width: 20px;
    }

    .banner-left-bar {
        padding-top: 30px;
    }

    .time-location {
        margin-bottom: 30px;
    }

    .time-location li {
        margin: 5px;
    }

    .banner-left-bar h1 {
        margin-bottom: 10px;
        font-size: 45px;
    }

    .register-form {
        margin: 40px 65px;
    }

    .view {
        padding: 10px 16px;
    }

    .view-btns li {
        margin-right: 5px;
    }

    .view-btns {
        margin-top: 15px;
    }

    #annual-conference-sec .video-info p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    #annual-conference-sec .video-info h3 {
        margin-top: -55px;
        font-size: 32px;
    }

    #annual-conference-sec .video-info {
        padding-left: 0px;
    }

    figure.video-bg-sec figcaption p {
        margin-top: 20px;
    }

    figure.video-bg-sec figcaption img {
        top: 0;
    }

    figure.video-bg-sec figcaption {
        top: 70px;
    }

    #counts-sec h2 {
        font-size: 45px;
    }

    #counts-sec span {
        font-size: 16px;
    }

    .speaker-box figcaption {
        bottom: -73%
    }

    .speaker-box:hover figcaption {
        padding: 21px 45px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 30px 10px 30px 25px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

    .confrence-bg .confrence-title h3 {
        font-weight: 500;
        font-size: 20px;

    }

    .confrence-bg .confrence-col-inn p {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0 0;
    }

    .text-center h2 {
        font-size: 34px;
    }

    ul.nav.nav-pills li button a {
        padding: 15px 26px;
    }

    ul.nav.nav-pills li button a span {
        font-size: 18px;
    }

    a.tab-button {
        padding: 5px 20px;
    }

    .tab-content-head h3 {
        font-size: 20px;
        margin-right: 40px;
    }

    .tab-content-head {
        display: flex;
        padding: 15px 0px 30px 20px;
    }

    .schedule-content {
        display: flex;
    }

    .schedule {
        display: block;
        margin-left: 45px;
    }

    .eventpackage .event-priceing {
        margin-bottom: 70px;
    }

    .eventpackage .event-priceing:nth-child(2) {
        border-right: none;
    }

    .newslatter-form form i {
        top: 26px;
    }

    .newslatter-form {
        padding: 0px 0px 40px;
    }

    .newslatter {
        padding: 40px 0px 20px;
        text-align: center;
    }

    .location-bg {
        left: 40px;
    }

    .location-info {
        color: #ffffff;
        padding: 20px 20px 40px 30px;
    }

    .location-info p {
        font-size: 18px;
        line-height: 30px;
    }

    .location-info p a {
        font-size: 18px;
    }

    .btn-register {
        padding: 40px 10px 20px;
    }

    .btn-register .view {
        padding: 15px 35px;
    }

    .footer-left p {
        text-align: center;
        font-size: 25px;
    }

    .footer-right {
        text-align: center;
        padding-top: 20px;
    }

    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-right ul li span {
        margin: 0 8px;
    }

    label.custom-radio {
        font-size: 16px;
    }

    .custom-radio {
        padding-right: 30px;
        padding-left: 30px;
    }

    .checkmark {
        left: 60px;
    }

    .checkmark2 {
        left: 80px;
    }

    .event-speakers h3 {
        font-size: 32px;
        line-height: 45px;
    }

    #annual-conference-sec .video-info p, .event-speakers p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-left-bar {
        padding-top: 50px;
    }

    .time-location li {
        font-size: 24px;
    }

    .hasCountdown .countdown_section {
        width: 116px;
    }

    .schedule {
        display: block;
    }

    .eventpackage .event-priceing:nth-child(2) {
        border-right: none;
    }

    .eventpackage .event-priceing {
        margin-bottom: 70px;
    }

    ul.nav.nav-pills li button a {
        padding: 15px 13px;
    }

    ul.nav.nav-pills li button a span {
        font-size: 15px;
    }

    .tab-content-head {
        display: block;
        padding: 15px 0px 30px 0px;
    }

    .tab-content-head h3 {
        font-size: 18px;
        margin-right: 0;
        text-align: center;
    }

    ul.nav.nav-tabs, ul.nav.nav-pills {
        margin-top: 12px;
        align-items: center;
        justify-content: center;
    }

    .event-schedule {

        margin-bottom: 10px;
    }

    a.tab-button {
        font-size: 14px;
        padding: 5px 10px;
    }

    .event-time {
        padding: 0px 15px 15px;
    }

    .event-info {
        padding: 0px 6px 0px 15px;
    }

    .event-info h3 {
        font-size: 17px;
    }

    .event-schedule figcaption {
        top: 4px;
    }

    .banner-left-bar h1 {
        margin-bottom: 10px;
        font-size: 41px;
    }

    .banner-left-bar p {
        font-size: 20px;
    }

    .register-form {
        margin: 40px 45px;
    }

    #annual-conference-sec .video-info p {
        font-size: 14px;
    }

    #annual-conference-sec .video-info {
        padding-left: 118px;
    }

    #annual-conference-sec .video-info h3 {
        font-size: 32px;
        margin-top: 20px;
    }

    .view {
        padding: 12px 26px;
    }

    .view-btns {
        margin-top: 20px;
    }

    #counts-sec span {
        font-size: 14px;
        line-height: 24px;
    }

    #counts-sec h2 {
        font-size: 45px;
    }

    .event-speakers span {
        font-size: 13px;
        line-height: 20px;
    }

    .event-speakers p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .event-speakers h3 {
        font-size: 25px;
        line-height: 26px;
    }

    .speaker-box figcaption p {
        font-size: 14px;
        padding: 15px 8px;
        margin: 10px 0;
    }

    .speaker-box figcaption ul li a {
        width: 32px;
        height: 32px;
        padding-top: 4px;
    }

    .speaker-box figcaption {
        bottom: -69%;
        padding: 6px 17px;
    }

    .speaker-box:hover figcaption {
        padding: 9px 16px;
    }

    .text-center h2 {
        font-size: 28px;
    }

    .newslatter {
        padding: 40px 0px 10px;
    }

    .newslatter-form {
        padding: 0px 0px 40px;
    }

    .newslatter-form form input {
        height: 52px;
    }

    .newslatter-form form i {
        top: 23px;
    }

    .Subscribe-btn {
        margin: 15px 0px 0px 15px;
        float: right;
    }

    .Subscribe-btn button {
        font-size: 16px;
        padding: 16px 34px;
    }

    .location-bg {
        position: inherit;
        top: 0px;
        left: 0px;
    }

    .modalModal-content {
        width: 400px;
    }

    .mySlides img {
        margin-bottom: -9px;
        width: 400px;
        height: 400px;
    }

    .footer-left p {
        text-align: center;
        font-size: 25px;
    }

    .footer-right {
        text-align: center;
        padding-top: 20px;
    }

    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-right ul li span {
        margin: 0 8px;
    }

    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 30px;
        text-align: center;
        height: 100px;
    }

    #top-header {
        height: 74px !important;
        background: rgb(51, 51, 51);
        position: relative !important;
    }

    #main-banner-sec {
        padding-top: 0px;
    }

    figure.video-bg-sec figcaption .btn-primary {
        width: 70px;
        height: 70px;
    }

    figure.video-bg-sec figcaption p {
        bottom: -40px;
    }

    figure.video-bg-sec figcaption img {
        width: 20px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 30px 10px 30px 25px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    .confrence-bg .confrence-col-inn p {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0 0;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

    .confrence-bg .confrence-title h3 {
        font-weight: 500;
        font-size: 20px;

        line-height: 25px;
    }

    .what-client-says-inn {
        padding: 44px 0;
    }

    #event-packages-sec {
        padding: 30px 0 50px;
    }

    .eventpackage .event-priceing:last-child {
        margin-bottom: 0;
    }

    #our-conference-sec .conference-heading-bg {
        padding: 25px 0
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
    }

    #upcoming-event-sec .owl-carousel .owl-nav button.owl-next, #upcoming-event-sec .owl-carousel .owl-nav button.owl-prev {
        padding: 2px 8px !important;
        background: #009ee2;
        border-radius: 0px;
        color: #fff;
        opacity: 1;
    }

    figure.video-bg-sec:hover > img {
        transform: scale(1) rotate(0deg);
    }
}

@media (max-width: 575.98px) {
    .centered {
  
  font-size: 30px;
  
}


    .container {
        width: 100%;
        overflow: hidden;
    }
    .location .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
    }

    #upcoming-event-sec .owl-carousel .owl-nav button.owl-next, #upcoming-event-sec .owl-carousel .owl-nav button.owl-prev {
        padding: 2px 8px !important;
        background: #009ee2;
        border-radius: 0px;
        color: #fff;
        opacity: 1;
    }

    .event-schedule {

        margin-bottom: 10px;
    }

    figure.video-bg-sec img {
        width: 290px;
        margin: 0 auto;
    }

    figure.video-bg-sec:hover > img {
        transform: scale(1) rotate(0deg);
    }

    #our-conference-sec .conference-heading-bg {
        padding: 25px 0
    }

    #event-packages-sec {
        padding: 30px 0 50px;
    }

    .eventpackage .event-priceing:last-child {
        margin-bottom: 0;
    }

    .confrence-bg .confrence-title h3 {
        font-weight: 500;
        font-size: 20px;

        line-height: 25px;
    }

    .confrence-bg .confrence-col-inn p {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0 0;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 30px 10px 30px 25px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 1px;
        text-align: center;
        height: 100px;
    }

    #top-header {
        height: 74px !important;
        background: rgb(51, 51, 51);
        position: relative !important;
    }

    #main-banner-sec {
        padding-top: 40px;
    }

    figure.video-bg-sec figcaption .btn-primary {
        width: 70px;
        height: 70px;
    }

    figure.video-bg-sec figcaption p {
        bottom: -40px;
    }

    figure.video-bg-sec figcaption img {
        width: 20px;
    }

    .time-location li {
        font-size: 16px;
        padding: 12px 12px;
        margin-right: 0px;
    }

    .banner-left-bar {
        padding-top: 30px;
    }

    .modalModal-content {
        width: 250px;
        margin-top: 55px;
    }

    .mySlides img {
        margin-bottom: -8px;
        width: 250px;
        height: 250px;
    }

    .close {
        top: 90px;
        right: 10px;
    }

    .schedule {
        display: block;
    }

    .schedule-content {
        display: block;
    }

    .event-schedule {
        margin-top: 10px;
    }

    .newslatter-form form {
        display: block;
    }

    .location-bg {
        position: inherit;
        top: 0;
        left: 0;
    }

    .location-info span i {
        font-size: 16px;
        height: 35px;
        padding-top: 9px;
        width: 35px;
    }

    .location-info h3 {
        font-size: 25px;
    }

    .location-info p {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }

    .location-info p a {
        font-size: 15px;
        line-height: 36px;
        font-weight: 400;
    }

    .btn-register .view {
        padding: 20px 50px;
        font-size: 14px;
    }

    .location-info {
        color: #ffffff;
        padding: 40px 10px;
    }

    .banner-left-bar h1 {
        font-size: 42px;
    }

    .banner-left-bar p {
        font-size: 18px;
        line-height: 30px;
    }

    .social-icons li {
        padding: 0 5px;
    }

    .form-title {
        padding: 32px 15px;
    }

    .register-form h4 {
        font-size: 25px;
    }

    .userform {
        padding: 35px 20px 30px;
    }

    .register-form {
        margin-top: 31px;
    }

    #annual-conference-sec:before {
        height: 354px;
        width: 50%;
        display: none;
    }

    #annual-conference-sec .video-info {
        padding-left: 0px;
    }

    #annual-conference-sec .video-info h3 {
        margin-top: 0px;
        font-size: 30px;
    }

    figure.video-bg-sec figcaption {
        top: 25%;
    }

    .view {
        padding: 10px 10px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .view-btns li {
        margin-right: 5px;
    }

    .speaker-box figcaption {
        padding: 17px 25px;
    }

    .speaker-box figcaption p {
        padding: 15px 10px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 20px 15px 30px 20px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    .confrence-bg .confrence-title h3 {
        font-size: 20px;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .confrence-bg .confrence-col-inn p {
        margin: 15px 0 0;
    }

    ul.nav.nav-pills li button a {
        padding: 12px 10px;
    }

    ul.nav.nav-pills li.active button a {
        border-right: 1px solid #ffffff;
    }

    ul.nav.nav-pills li button a span {
        font-size: 12px;
    }

    .tab-content-head {
        padding: 15px 0;
        display: block;
    }

    .tab-content-head h3 {
        font-size: 13px;
        margin-right: 0;
        text-align: center;
        line-height: 20px;
    }

    ul.nav.nav-tabs, ul.nav.nav-pills {
        margin-top: 12px;
        align-items: center;
        justify-content: center;
    }

    ul.nav.nav-pills {
        max-width: 227px;
        margin: 0 auto;
    }

    .what-client-says-inn {
        padding: 44px 0;
    }

    a.tab-button {
        border: 1px solid;
        padding: 7px 5px;
        font-size: 11px;
        margin-right: 3px;
    }

    .text-center h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .what-client-says-inn .user-info figure p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .eventpackage .event-priceing {
        margin-bottom: 70px;
    }

    .newslatter {
        padding: 40px 0px 0px;
    }

    .newslatter h4 {
        font-size: 20px;
    }

    .newslatter-form {
        padding: 15px 0px 45px;
    }

    .newslatter-form form i {
        top: 39px;
        left: 32px;
    }

    .newslatter-form form input {
        width: 100%;
        height: 55px;
        padding-left: 48px;
    }

    .Subscribe-btn {
        margin: 35px 0px 0px 0px;
    }

    .Subscribe-btn button {
        font-size: 17px;
        padding: 16px 34px;
    }

    .bottom-social a {
        color: #c3c2c2;
        font-size: 30px;
        margin: 0 8px;
    }

    .footer-left p {
        font-size: 24px;
        text-align: center;
    }

    .footer-right {
        text-align: center;
        padding-top: 20px;
    }

    .footer-right ul li a {
        font-size: 12px;
    }

    .footer-right ul li span {
        margin: 0 2px;
    }

    .gallery {
        display: block;
        margin-bottom: 0px;
    }

    .hasCountdown .countdown_section {
        width: 66px;
        font-size: 19px;
        padding: 7px 0px;
        margin: 40px 3px;
    }

    .countdown_amount {
        font-size: 26px;
    }

    .eventpackage .event-priceing {
        border-right: 0px;
    }

    .custom-radio {
        padding-right: 10px;
        padding-left: 10px;
    }

    label.custom-radio {
        font-size: 11px;
    }

    .checkmark {
        left: 28px;
    }

    .checkmark2 {
        left: 40px;
    }

    .userform .submit-btn {
        margin-bottom: 10px;
    }

    .speaker-box figcaption p {
        padding: 15px 0px
    }

    .location-info h3 span i:after, .location-info p:hover span i:after {
        right: 7px;
    }

    .speaker-box:hover figcaption {
        padding: 16px 45px
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    label.custom-radio {
        font-size: 14px;
    }
    .container {
        width: 100%;
        overflow: hidden;
    }
    .location .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .custom-radio {
        padding-right: 8px;
        padding-left: 8px;
    }

    .checkmark {
        left: 35px;
    }

    .checkmark2 {
        left: 50px;
    }

    .speaker-box figcaption {
        padding: 16px 25px;
        bottom: -60%;
    }

    .speaker-box figcaption p {
        padding: 15px 29px;
    }

    .speaker-box:hover figcaption {
        padding: 31px 45px;
    }

    .parent_tab button {
        padding: 12px 34.1px;
    }

    button.parent_tablinks h5 {
        font-size: 16px;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    .speaker-box figcaption {
        padding: 24px 34px;
        bottom: -60%;
    }

    .speaker-box:hover figcaption {
        padding: 40px 45px;
    }

    .speaker-box figcaption p {
        padding: 31px 55px;
    }

    label.custom-radio {
        font-size: 14px;
    }

    .custom-radio {
        padding-right: 16px;
        padding-left: 16px;
    }

    .checkmark {
        left: 42px;
    }

    .checkmark2 {
        left: 58px;
    }

    .parent_tab button {
        padding: 18px 46.6px;
    }

    button.parent_tablinks h5 {
        font-size: 16px;
    }
}

/*Additional css*/

/*Slider section*/
.slide img {
    width: 100%;
}

/*about us section*/
.about-us {
    background: #fff !important;
}

.about-us:before {
    display: none !important;
}

/*blog section*/
.blog-list article {
    border-bottom: 1px solid #f5f5f5;
    padding: 30px 0px;
}

.blog-list img {
    width: 100%;
}

.blog-info h3 {
    font-size: 19px;
    color: #333333;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.blog-info p {
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    color: #333333;
}

.blog-info .date {
    margin-bottom: 10px;
}

.blog-info i {
    color: #009ee2;
    margin-right: 10px;
}

.blog-detail img {
    width: 100%;
}

/* About Author
====================================*/
.about-author {
    margin-bottom: 40px;
    padding: 20px;
    background: #f6f6f6;
    color: #888;
    border-radius: 2px;
    -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
}

.about-author h4 {
    font-size: 19px;
    color: #333333;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.about-author p {
    margin: 0 0 2px 0;
}

.about-author img {
    float: left;
    margin: 7px 5px 5px 5px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.about-description {
    margin: -2px 0 0 90px;
}

/*comment-section*/
.comments-sec {
    float: left;
    width: 100%;
    margin: 30px 0 25px 0;
}

.comments-sec h3 {
    font-size: 19px;
    color: #333333;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px 0;
}

ol.commentlist li:first-child {
    border: none;
    padding: 25px 0 0px 0;
}

ol.commentlist li {
    list-style: none;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0px;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0 0;
}

ol.commentlist li ol.childlist li {
    margin: 0px 0 15px 0;
}

.comments-amount {
    color: #888;
}

ol li ol.childlist .comment-des {
    float: left;
    width: 78%;
}

.avatar {
    float: left;
}

.avatar img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-des p {
    margin: 0;
}

.comment-des {
    float: left;
    margin: -60px 0 0 81px;
    width: 81%;
    background: #f6f6f6;
    color: #888;
    border-radius: 2px;
    -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
    padding: 17px 20px 20px 20px;
}

.arrow-comment {
    width: 10px;
    height: 20px;
    position: relative;
    float: left;
    background: url(../images/comment-arrow.png) no-repeat;
    margin-left: -30px;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 700;
}

.comment-des span {
    float: left;
    color: #888;
    font-size: 13px;
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    color: #888;
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: normal;
    float: right;

}

.comment-by span.date {
    color: #999;
    padding-right: 7px;
    float: right;
}

/* Sidebars
====================================*/
.floated.sidebar.right {
    background: #fcfcfc;
    margin-left: -1px;
    border-left: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.floated.sidebar.left {
    background: #fcfcfc;
    margin-right: -1px;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.sidebar h4 {
    font-size: 19px;
    color: #333333;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.sidebar,
.page-content {
    padding: 40px 0;
}

h4.margin {
    margin: 0 0 10px 0;
}

h3.margin {
    margin: 0 0 10px 0;
}

p.margin {
    margin: 0 0 25px 0;
}

.line {
    height: 1px;
    width: 100%;
    margin: 0 0 0 -40px;
    padding: 0 80px 0 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.widget-search {
    float: left;
}

.ie8 .widget-search,
.ie8 .top-search {
    float: none;
}

.widget-search input {
    width: 200px;
    color: #888;
}

.search-btn-widget {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    margin: 0 0 0 -35px;
    background-color: #009ee2;
    width: 35px;
    height: 36px;
    cursor: pointer;
    border: none;
    z-index: 100;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-btn-widget:hover {
    background-color: #aaa;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

/* Categories */
.categories a {
    color: #666;
    display: block;
    padding: 3px 0;
    padding-left: 12px;
    background: url(../images/categories.png) no-repeat left 7px;
}

.categories li a:hover {
    color: #888
}

.categories li:first-child a {
    margin: -6px 0 0 0;
}

.categories li span {
    color: #aaa;
}

/* Blog Widgets */
.widget {
    margin: 30px 0 0 0;
}

.widget h4 {
    margin: 0 0 12px 0;
}

/* Tags */
.tags a {
    padding: 3px 10px 5px 10px;
    display: inline-block;
    color: #888;
    background-color: #f2f2f2;
    margin: 0 2px 6px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.tags a:last-child {
    margin-right: 0;
}

.tags a:hover {
    background: #009ee2;
    color: #fff;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}

/* Popular Posts */
.latest-post-blog {
    margin-bottom: 18px;
}

.latest-post-blog p {
    margin: 0;
    color: #666;
    line-height: 19px;
    margin-left: 75px;
}

.latest-post-blog p a {
    color: #666;
    display: block;
}

.latest-post-blog p a:hover {
    color: #888;
}

.latest-post-blog p span {
    color: #888;
    margin: 5px 0 0 0;
    display: block;
}

.latest-post-blog img {
    float: left;
    width: 56px;
    height: 56px;
    border: 1px solid #e0e0e0;
    padding: 4px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.latest-post-blog img:hover {
    background: #009ee2;
    border: 1px solid #009ee2;
}

/* Twitter */
#twitter-blog li {
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    background: url(../images/twitter-01.png) no-repeat left 5%;
}

#twitter-blog li:last-child {
    margin: 0;
}

#twitter-blog b a,
#twitter-blog b a:hover {
    color: #888;
    font-weight: normal;
}

/* Flickr */
.flickr-widget-blog {
    margin-right: -15px;
}

.flickr-widget-blog img {
    display: block;
    width: 100%;
}

.flickr-widget-blog a {
    float: left;
    width: 57px;
    height: 57px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 5px solid #e8e8e8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 2px;
}

.flickr-widget-blog a:hover {
    border: 5px solid #009ee2;
    border-radius: 2px;
}

/*contact section*/


.location .container {
    padding: 60px 0px;
}

/*our team*/
.our-team{
    background: url(../images/speakers-bg.jpg) no-repeat;
    display: block;
    background-size: cover;
    padding: 70px 0 50px;
}

/* =================================================================== */
/* Shop
====================================================================== */
.shop-page.page-content  { margin: 0 -10px; }
.container .four-shop.columns { width: 200px; }
.shop-page img{
    width:100%;
}
#price-range input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 2px 0 0 4px;
    float: left;
    width: 100px;
}

#price-range .button {
    float: right;
    padding: 3px 11px 4px 11px;
    margin: -5px 0 0 0;
}

#price-range label {
    float: left;
}

.padding-range {
    padding: 0 8px;
}

#slider-range {
    margin: 0 0 16px 0;
}

#price-range .ui-slider {
    position: relative;
    text-align: left;
}

#price-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    margin: 2px 0 0 0;
    cursor: w-resize;
}

#price-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 14px;
    display: block;
    border: 0;
    background-position: 0 0;
}

#price-range .ui-widget-content {
    box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    background-color: #f2f2f2;
    padding: 2px 0;
    border-radius: 2px;
}

#price-range .ui-widget-header {
    background: #169fe6;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

#price-range .ui-state-default {
    background: #ddd;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.08);
    border-radius: 2px;
}

#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

#price-range .ui-slider-horizontal {
    height: .8em;
}
#price-range .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
#price-range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
#price-range .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
#price-range .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}


/* Shopping Cart */
#cart,
.latest-shop-items {
    padding: 18px;
    width: 84%;
    display: inline-block;
    background-color: #f2f2f2;
    box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    border-radius: 2px;
    color: #666;
}

.cart-items {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px 0;
}

#cart .button,
.shop-item .button {
    padding: 5px 16px 6px 16px !important;
}

#cart .button.color {
    margin: 0 0 0 2px;
}

.cart-items li {
    margin: 0 0 10px 0;
}

.cart-items li:last-child {
    margin: 0;
}

a.cart-item-title {
    color: #444;
    font-weight: 600;
    display: block;
}

a.cart-item-title:hover {
    color: #888;
    display: block;
}

.cart-item-amount {
    color: #888;
    display: block;
    font-size: 12px;
}

.cart-subtotal {
    display: block;
    margin: 8px 0;
    color: #888;
}

.cart-subtotal strong {
    color: #888;
    font-weight: 500;
}

a.item-remove {
    color: #eb4c4c;
    font-size: 11px;
}

.empty-cart {
    color: #888;
}


/* Sidebar */
.latest-shop-items {
    margin-bottom: 15px;
}

.latest-shop-items p {
    margin: 0;
    color: #666;
    line-height: 19px;
    margin-left: 77px;
}

.latest-shop-items p a {color: #666; display: block;}
.latest-shop-items p a:hover {color: #888;}

.latest-shop-items p span {
    color: #888;
    margin: 5px 0 0 0;
    display: block;
}

.latest-shop-items img {
    float: left;
    width: 56px;
    border: 1px solid #e0e0e0;
    padding: 4px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.latest-shop-items img:hover {
    background: #169fe6;
    border: 1px solid #169fe6;
}


/* Shop Item */
.shop-item .item-img {
  height: 200px;
    background-color: #fff;
}
.shop-item .item-img i{
    font-size:80px;
    padding-top: 20%;
    display: block;
    text-align: center;
}

.shop-item img {
    width:100%;
    min-height: 200px;
    object-fit: cover;
    border: 1px solid #eee;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.shop-item .item-img a{
    display: block;
}
.close{
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 10px;
}
.close i {
    font-size: 16px;
    color: red;
}
@media only screen and (max-width: 767px) {
    .modal {
        width:100%;
    }
}
.modal-body {
    padding: 30px;
}
.modal-body img {
    min-height: 300px;
    object-fit: cover;
    width: 100%;
}
.shop-item .item-img img{
    width: auto !important;
    height: 200px;
    margin: auto;
    border:none;
    max-width: 100%;
}
.shop-item img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-color: #e7e7e7;
}

.shop-item .item-description {
    padding: 14px 10px 19px 10px;
}

.shop-item .item-description h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0 0 0;
    margin-bottom: 5px;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    color: #333;
}

.shop-item .item-description a:hover h5 {
    color: #888;
}

.shop-item .item-description span {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin: 0 0 10px 0;
}

.shop-item {
    margin: 10px 0;
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
}


.shop-item .view {
    padding: 10px 15px;
    display:inline-block;
}

.pagination.shop {
    margin: 20px 0 40px 0;
}

/* Shop Product Page */
.flexslider.shop {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    margin: 0 0 20px 0;
}

.flexslider.shop img {
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider.shop img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.flexslider.shop .flex-direction-nav { display: none; }

table.standard-table.shop {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

table.standard-table.shop th {
    border-bottom: none;
    font-size: 13px;
}

table.standard-table.shop th{
    margin-bottom: -1px;
}

table.standard-table.shop td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-bottom: none;
}

.product-info .price {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    margin: 0 0 15px 0;
}

.product-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 26px;
    margin: 0 0 7px 0;
}

.product-amount input {
    padding: 5px 0px;
    text-align: center;
    float: left;
    border-radius: 0;
    width: 50px;
}

.product-amount {
    margin: 15px 0 25px 0;
    float: left;
}
.product-info .view {
    display: inline-block;
}
.increase-value {
    float: left;
    text-align: center;
    color: #fff;
    background: #009ee2;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    padding: 6px;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    font-size: 11px;
    height: 38px;
    width: 40px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.increase-value span {
    margin: 4px 0 0 11px;
    display: inline-block;
}

.increase-value:hover {
    background: #009ee2;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}


/* Shop Media Queries */
@media only screen and (max-width: 767px) { .container .four-shop.columns { width: 260px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) { .container .four-shop.columns { width: 360px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) { .container .four-shop.columns { width: 140px; } }
@media only screen and (max-width: 767px) { .shop-page.page-content { margin: 0; } }
@media only screen and (min-width: 768px) and (max-width: 959px) { #cart .button.color { margin: 5px 0 0 0; } }

/*Tab*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 1px solid #009ee2;
}
.tab-pane {
    background-color: #fff !important;
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
    line-height: 21px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.tab-pane p{
    margin-bottom:15px;
}
.nav-tabs .nav-link {
    background: #f5f5f5;
    color: initial;
    border-bottom: none;
}
/* Table
====================================*/
table.standard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border:none;
    margin-bottom: 15px;
    -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
table.standard-table img{
    width: 80px;
}
.shop-page .view {
    display: inline-block;
}

table.standard-table th {
    border: 1px solid #e0e0e0;
    border-right: none;
    background-color: #fafafa;
    text-align: left;
    padding: 10px 15px;
    color: #444;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table.standard-table td:last-child {
    border-right: 1px solid #e0e0e0;
}

table.standard-table th:last-child {
    border-right: 1px solid #e0e0e0;
}

table.standard-table td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    vertical-align: middle;
}

table.standard-table tr:hover td {background-color: #fafafa;}

table.standard-table.shop {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

table.standard-table.shop th {
    border-bottom: none;
    font-size: 13px;
}

table.standard-table.shop th{
    margin-bottom: -1px;
}

table.standard-table.shop td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-bottom: none;
}
.checkout label{
    font-size: 14px;
}
.checkout h4{
    color: #333333;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px;
}

/*FAQ*/

.faq {
    padding: 70px 0 90px;
}

.faq .card {
    border-radius: 0px;
    border: none;
    margin-bottom: 10px;
}

.faq .card-header {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.faq .card-header button {
    padding: 15px;
    width: 100%;
    text-align: left;
    background-color: #009ee2;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
}

.faq .card-header .collapsed {
    padding: 15px;
    width: 100%;
    text-align: left;
    background-color: #ddd;
    color: #333;
}

.faq .card-body {
    background-color: #eee;
}

.faq .card-header .collapsed:hover {
    background-color: #009ee2;
    color: #fff;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}