/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =WordPress Core
-------------------------------------------------------------- */
/*--cardo--*/
@font-face {
  font-family: Cardo-Regular;
  src: url(font/cardo/Cardo-Regular.ttf);
}
@font-face {
  font-family: Cardo-Bold;
  src: url(font/cardo/Cardo-Bold.ttf.ttf);
}
/*--lato--
@font-face {
  font-family: Lato-Thin;
  src: url(font/lato/Lato-Thin.ttf);
}
@font-face {
  font-family: Lato-Light;
  src: url(font/lato/Lato-Light.ttf);
}
@font-face {
  font-family: Lato-Regular;
  src: url(font/lato/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-Bold;
  src: url(font/lato/Lato-Bold.ttf);
}
@font-face {
  font-family: Lato-Black;
  src: url(font/lato/Lato-Black.ttf);
}
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

.d-flex {
    display: flex;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

body {   
    font-family: Lato, Arial, sans-serif;
    color: #43638E;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8; }
h1,h2,h3,h4,h5,h6{ /*font-family: 'Roboto Condensed', sans-serif;*/}
.navbar-brand { padding: 3px 15px;}
.navbar{  background-color:#fff; box-shadow:3px 1px 3px #bddae5;min-height: 80px; }
.navbar-nav > li > a {     padding-top: 9px;
    padding-bottom: 9px;}
.navbar-brand>img { width:220px;}
.carousel-control {width: 5% !important;
}
.card{ background-color: #fff;
    background-clip: border-box;
    border: 0px solid #C2F0FC;
    border-radius: 0rem; box-shadow:0px 0px 12px #a1c7dd;}
.card-body{     padding: 1.9rem;}
.abt_sec{ padding: 40px 0px;    line-height: 2.1;}
 .abt_sec a i{color: #E86A24;
    padding-left: 4px;
    font-size: 13px;
} 
.abt_hdng{border-bottom: 3px solid #E86A24; font-size:22px; font-weight: 500; padding-bottom: 6px; margin-bottom: 20px;  /*font-family: 'Roboto Condensed', sans-serif;*/}
.title_hdng {
     border-bottom: 1px solid #c9dce1;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1;
    color: #00769b;
    margin-bottom: 16px;
}

.mt_12{ margin-top:12px;}
.card-header{ background: #007291;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 8px;}

.cnt_form { }
.cnt_form .form-control { height:42px; box-shadow:none;    border-radius: 6px;
    border-color: #a9dbe9;}

.cnt_form .form-btn { margin:16px 0px 9px; }
.link-logout{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.lastcmes { padding: 40px 0px; }
.cme_title{       font-size: 18px;
     
    font-weight: 400;
    margin-bottom: 0px;
    top: -5px;
    position: relative;}
   .dataTables_length .form-control {
       display: inline-block;
    width: auto;
    margin: 10px 10px;}
    .dataTables_paginate {    
    width: 100%;
    display: block;}
    .buttons-pdf
    {    background-color: #43638E;
    color: #fff;}
/*     .dt-buttons.btn-group{    bottom: 10px;} */
.lastcmes ul { margin-bottom:12px; float: right;}
  .lastcmes table{ margin:0px; }
    .lastcmes table.tablesorter { font-family:inherit;}
.lastcmes table.tablesorter tr th { color:#fff; text-align: left; border: 1px solid #22849f; font-size:14px;
}
.table.tablesorter td {    border: 1px solid #cde8f5; color: #43638E;}
.lastcmes  table th{ background:#007291;    font-size: 14px;
    font-weight: 300;
    color: #fff; }
.lastcmes .table > thead > tr > th  {border-bottom:0px; padding: 15px 8px; }
.lastcmes  table th,td{ font-size:13px;}
.lastcmes  table td .fa{ color:red; padding-right:6px;}
table, th, td {
    border-bottom: 1px solid #D7F2FF;
}
.table > tbody > tr > td { border-top:0px; padding: 15px 8px;}
table.tablesorter tr td a {     color: #026782 !important;
      text-decoration: none !important;
    font-weight: normal !important;
    cursor: pointer !important;}
table.tablesorter tr td a:hover{ color:#ec971f !important;}

.tbl_bdr{border: 0px solid #D7F2FF;
    border-bottom: 0px;}
.panel-title { font-weight:500;}
.faq_title{     font-size: 22px;
    font-weight: 500;
    padding-bottom: 12px;}

.faq_sec { padding-bottom:40px; }
.faq_sec .panel-default > .panel-heading {    background-color: #ffedc7;
    border-color: #087694;border-radius: 0px;}

.faq_sec  .panel-default {     border-color: #EDF5F7;border-radius: 0px;}
.panel-default > .panel-heading + .panel-collapse > .panel-body { 
    border-top-color: #EDF5F7;}

.pgnation_sec{     padding: 12px 0px;}
.pgnation_sec img { cursor:pointer;}
.pgnation_sec  select{     width: 50px !important;
    border: 1px solid #c5e3eb;
    border-radius: 3px;
    padding: 2px;
    margin-right: 12px;
}

footer {
    padding: 12px 0 9px;
    width: 100%;
    /*background: #01708c !important;*/
      background: url(images/footer-top.svg),
    linear-gradient(rgb(255, 255, 255) 16px, rgb(35, 125, 158) 0%);
  background-position: left top, left top;
  background-repeat: repeat-x, repeat;
  padding-top: 16px;
    color: #fff;
}
footer ul { margin-bottom:6px;}

.carousel-control.left { background-image:none}
.carousel-control.right { background-image:none}

      .inner-btn{        position: absolute;
    top:0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 2;
    right:.16rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px}
      .ps_rel{ position:relative;}
      .d-block{ display:block;}
 

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}
header { background:#fff;}


/* Speaker Profile*/
.spr_card_bg{background: #007291; padding: 60px 40px;
    margin-bottom: 30px; }
.spr_card{background: #007291;
color: #fff; }  
      .spr_card h1{     font-size: 22px; font-weight: 600; color: #F7AC0A;}
      .spr_card h2{     font-size: 19px; font-weight: 500; color: #313131; }
      .spr_card h2 span { font-weight: 300;}
      .spr_card p{ color: #007291; line-height: 22px; }
      .spk_profile { text-align: center; padding-top:9px;}
      .spk_img_style{     background: #A4C9DB;padding: 4px;box-shadow: 0px 0px 0px 5px #006b88;}
      .spk_profile img {
    width: 100%;
    height: auto;
}
       .event_date {}
       .event_date strong{ font-weight: 500;
            color: #ffefc0;}
       .event_date li{ font-size:14px;}
       .event_date li span{ color:#007291; font-weight: 500;}
        .mr_20 { margin-right: 20px; }
        .spkrinf_title{display: table;   /* font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 19px;
    border-bottom: 2px solid #E86A24;
    padding-bottom: 8px;}
    .speaker_info_sec{  }
    .speaker_info_sec  .media{         margin-bottom: 8px;
    border-bottom: 1px dashed #b9eaf1;
    padding-bottom: 10px;
    margin-top: 20px; }
        .speaker_info_sec .media img{ width:32px;
        } 
    .speaker_info_sec .media-heading{font-size: 14px;  /*  font-family: 'Roboto Condensed', sans-serif;*/
    margin-bottom: 6px;}
    .speaker_info_sec  .media-body{ font-size: 14px; }
     .pstleft_col{ padding-left: 8px;}
     .pstright_col{ padding-right: 8px;}
    .othr_title{     font-size: 18px; color:#303030;
    padding-bottom: 6px;
    border-bottom: 1px solid #b3cfe3;
    margin-bottom: 12px;}
 .post-listing { padding:40px 0px;}
 .post-listing .text-dark { color:#8293BF; }
 .post-listing a:hover{ color:#E86A24; }
 .post-listing a i{ color: #E86A24;
    padding-left: 4px;
    font-size: 13px;
} 
 .cal_icon{    position: absolute;
    top: 5px;
    right: 18px;}
.pdf_dnld {
    color: #F90F0F;
}
.leads-form   .form-control{   font-weight: 400;
font-size: 12px !important; }

.form-control { border: 1px solid #adccd5; font-size:12px; box-shadow: none;}
.panel-group .panel .panel-heading a {
     display: block;
     color: inherit;
     text-decoration: none;
     font-size: inherit;
     position: relative;
     -webkit-transition: color 0.5s ease;
     -moz-transition: color 0.5s ease;
     -ms-transition: color 0.5s ease;
     -o-transition: color 0.5s ease;
     transition: color 0.5s ease;
     padding-right: 1.5rem
 }

 

 .panel-group .panel .panel-heading a[aria-expanded="false"]:before {
     content: "\f067"
 }

 .panel-group .panel .panel-heading a[aria-expanded="true"]:before {
     content: "\f068"
 }

 .panel-group .panel .panel-heading a:before {
     position: absolute;
     right: 7px;
     top: 0;
     font-size: 18px;
     display: block;
     font-family: FontAwesome;
     display: inline-block;
     padding-right: 3px;
     vertical-align: middle;
     font-size: .756em;
     color: #ed7d3f;
 }
.carousel-inner img{
    width:100%;
    height:auto;
}
 @media (min-width: 320px) and (max-width: 767px) { 
    .spr_card_bg{ padding:0px; padding-bottom:20px}
 .spr_card {  padding: 20px 16px 16px;    text-align: center;}
 .spk_profile img {
    width: 36%;
}
	 .carousel-control.right {right: 26px;}
/* 	 .dt-buttons.btn-group{    bottom: inherit !important;} */
 .pstright_col {
    padding-right: 15px;
}
 .pstleft_col {
    padding-left: 15px;
}
 .bg-white{ padding-bottom:12px;}

 .navbar-brand{ padding: 7px 15px;}
 .title_hdng { font-size:18px;line-height: 1.4;}
	 .lastcmes {
    padding: 0px 0px 10px;
}
 .cme_title {position: inherit !important;}
 .lastcmes .list-inline > li { width:32%;}

 .lastcmes .lastcmes ul { margin-bottom:0px;}
 .post-listing { padding:10px 0px;}



 }
 .carousel-control  { text-shadow:none;}

 .carousel-control .fa-angle-right {     position: absolute;
    position: absolute;
    top: 46%;
    background: #fff;
    padding: 4px 10px;
    font-size: 19px;
    border-radius: 3px;
    left: 0;
    color: #007291;}

  .carousel-control .fa-angle-left {     position: absolute;
    position: absolute;
    top: 46%;
    background: #fff;
    padding: 4px 10px;
    font-size: 19px;
    border-radius: 3px;
     
    color: #007291;}


    .leads-form .form-control{
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    border: none;
    border-radius: 4px;
}
.leads-form{
  /*  width: 330px;
    margin-left: 30px;
    padding: 19px;
	background: #056680;
    border-radius: 6px;*/
}
.leads-form h3{
        font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 6px;
    line-height: 1;
}
.leads-form .lead_phone {
    width: calc(100% - 105px);
    display:inline-block;
}
.btn-send-otp {
       padding: 6px 10px;
    background: #ffc107;
    color: #fff;
    width: 100px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 0px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.otp-verification{
    display:none;
}
.leads-form .disable {
    pointer-events: none !important;
    cursor: no-drop !important;
    opacity: 0.6;
}
.leads-form .form-control.field_error{
    border: 1px solid #f44336;
}
#btn-submit{
       width: 100%;
    background: #ffc107;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
}
.table-speaker-img{
    width: 32px;
    height: 32px;
    border:none;
    margin-right: 10px;
}
.post_grid h5{ font-size:16px;}
.post_grid img{
    width: 100%;
    height: auto;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
.btn-primary,
.btn-primary:hover{
    color: #fff;
    background-color: #e8a109;
    border-color: #e8a109;
}
.dataTables_filter{
    float:right;
    margin-top:5px;
}
h3.cme_title{position:absolute;}
.dt-buttons{
    position: absolute;
    bottom: -30px;
}

.right-logo img{
    width:90px;
}

.pgntn-wrp a, .pgntn-wrp span {
    display: inline-block;
    /* height: 40px; */
    /* width: 40px; */
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    background: #007291;
    border-radius: 3px;
    margin: 2px;
}
.pgntn-wrp span{
   background: #ccc; 
   color:#000;
}
.mobile_filters{
    margin-top:10px;
}
.mobile-section{
    display:none;
}
.mobile-search{
    width: 210px;
    display: inline-block;
}
.pgntn-wrp{
    margin: 10px 0;
}
/* @media(max-width:1920px){
        .leads-form {
           width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    }
    .leads-form h3 {
          font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0px;
    }
} */

.list-inline2 li {
     display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.event_date li span {
    color: #fff;
    font-weight: 400;
}
.list-inline2 li.topic-title{
	font-size:20px;
}
.spr_card {
    background: none;
    color: #fff;
    margin-bottom: 30px;
}
.align-center{
	text-align: center;
}
.post-listing .btn-mark-interest,
.post-listing .btn-mark-interest:hover{
    background: #ffc107;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin: 10px;
}
.post-listing .btn-explore,
.post-listing .btn-explore:hover{
    background: #01708c;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
     margin: 10px;
}
.list-inline2{
    margin-left: 0;
    padding-left: 0;
}
.speaker-pro p {
    color: #43638E;
    font-weight: 300;
    line-height: 1.8;
}
.speaker-pro ul li{
	color: #000;
}
.speaker-pro h3{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
@media(max-width:1400px){
    .leads-form h3 {
       font-size: 16px;
    margin-bottom: 18px;
    color: #fff;
    line-height: 1;
    margin-top: 6px;
    }
    .leads-form {
         max-width: 340px;
    /* margin-left: 20px; */
    padding: 20px;
    margin-top: 0px;
    background: #056680;
    border-radius: 6px;
    }
}
@media(max-width:1366px){
    .schedule-container{
        width: 80%;
    }
}
@media(max-width:1024px){
    .leads-form {
        width: 300px;
        margin-left: 20px;
        padding: 20px;
        margin-top: 40px;
    }
    .main_banner_inner picture {
        width: calc(100% - 350px);
        display: block;
    }
    .leads-form h3 {
        font-size: 18px;
        margin-bottom: 20px;
		color:#fff;
		margin-top:4px;
    }
    
    #example_wrapper .col-sm-12{
        overflow-x:scroll;
    }
    .dataTables_filter {
        float: right;
        margin-top: 0;
        margin-bottom: 10px;
    }
    

}
@media(max-width:767px){
    .form-control {
	    font-size: 14px;
	    margin-bottom: 10px;
	}


.list-inline2 li.topic-title {
    font-size: 18px;
}
.leads-form {
    width: 300px;
    margin-left: 0;
    padding: 20px;
    margin-top: 0;
    margin: 0 auto;
}
.spr_card {
    background: none;
    color: #fff;
    margin-bottom: 5px;
}

.download{
    margin-top: 30px;
}
.dataTables_filter {
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .card {
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #C2F0FC;
    border-radius: 0rem;
    box-shadow: 0px 0px 12px #a1c7dd;
    border-radius: 6px;
}
#filters-listing{
    display: none;
}
.mobile-section{
    display:block;
}
.lastcmes{
    display:none;
}
            .mobile-listing{ 
    margin-top: 16px;
   }
.mobile-listing h2 { font-size: 16px; font-weight: 600; color: #087A9D; margin: 0px; padding-bottom: 2px;}
.evnt-dt{font-size: 14px;
    font-weight: 400;
    color: #5d759b;}

    .mobile-listing .media-heading{
    font-size: 16px;
    margin-bottom: 0px;
}

.mobile-listing  label{  color: #5d759b;  font-size: 13px; margin-top: 6px;
    font-weight: 400;
    margin-bottom: 0;}
.type-hdng{ font-size: 15px; font-weight: 400; padding-top: 3px;    margin: 0;}
.btn-pt2{padding-top: 17px; }
}

@media (min-width: 768px){ 
.d-md-flex {
    display: flex;
}
.event-filter {
    overflow: hidden;
    position: relative;
    max-height: 44px;
    margin-bottom: 24px;
}


}

/*
* Admin Pages
*/
.btn-edit-topic{
    background: #8bc34a;
    margin-right: 10px;
    color: #fff;
}
.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}
.section-user-head{
	padding:30px 0;
}

.form-control {
    border: 1px solid #adccd5;
    font-size: 14px;
    box-shadow: none;
    color: #000;
}
.section-user-profile{
	padding-bottom: 50px;
    min-height: 80vh;
}
.section-user-profile  .navbar  { box-shadow: none; border-radius: 0px; margin-bottom: 0px;}
.field-form{
	margin-bottom: 20px;
}
.speaker_field{
	width: calc(100% - 120px);
	margin-right: 10px;
	display: inline-block;
}
.btn-upload-speaker-image{
	display: inline-block;
}

.login-form {
    background: #ffffff;
    padding: 30px 30px 20px;
    border-radius: 9px;
    padding-bottom: 40px;
    border: 1px solid #9be3fa;
    margin: 3rem 0px;
    box-shadow: 0px 0px 8px #d5eef5;
}

.admin-login-title {
    font-size: 19px;
    color: #fab900;
    margin-bottom: 21px;
    margin-top: 0px;
    border-bottom: 1px solid #c3edf7;
    padding-bottom: 12px;
    
}

.data_hdr{    border-bottom: 1px solid #d3ecf1; margin-bottom: 13px; margin-top: 12px;   padding-bottom: 12px;}
.data_hdr_frms{    border-bottom: 1px solid #d3ecf1;
        margin-bottom: 13px;}
 .data-title{font-size: 17px; color: #313131; font-weight: 600;     letter-spacing: .4px;   /*font-family: 'Roboto Condensed', sans-serif; */padding-top: 4px;}
.table{ border: 1px solid #D7F2FF;}

.admin_table_sec{

}
        
.admin_table_sec .table>thead>tr>th { border-bottom: 1px solid #c1e1eb;background: #6e819d; padding: 8px; color: #fff; font-weight: 500; font-size: 13px;}
.admin_table_sec .table > tbody > tr > td { padding: 8px;}      
.wl-user{     padding-top: 22px;}
.frm-pad{     padding-top: 21px;}
.user-main-menu { }

.user-main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .user-main-menu li {
    padding-top: 8px;
    float: left;
    padding-bottom: 8px;
}
 
  .user-main-menu li a {    padding: 10px 15px;}
  .user-main-menu  .current-menu-item {background-color: #048eb8;}
  .user-main-menu  .current-menu-item a{background-color: #048eb8; color:#fff;}
  .navbar-inverse {
    background-color: #017699;
    border-color: #017699;
    min-height: 38px;
}
.navbar-inverse ul li a { font-weight: 400;
    color: #fff;
    font-size: 14px;
    
    letter-spacing: 0.2px;}
.navbar-inverse ul li a:hover { text-decoration: none;}
.navbar-inverse ul li:hover{     background: #048eb8;}
.dataTables_wrapper  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    vertical-align: -24px;
}
.dataTables_length .form-control {
    display: inline-block;
    width: auto;
    margin: 6px 8px;
    padding: 0px 7px;
    line-height: 0px;
    height: 30px;
}

.btn-info {
    color: #017699;
    background-color: #cceefc;
    border-color: #cceefc;
}
.logout_app{     
    vertical-align: middle;
    /* box-shadow: inset -1px 0px 8px #f7c9a7;
    padding: 4px 9px 5px 8px; */
    border-radius: 65px;
    margin: 0 6px;
    color: #f4791f;
    font-size: 21px;
  }
.menu-item-693{
    display: none;
  }
  .administrator .menu-item-693{
    display: block;
  }

  /* header */
header {
  background: #f7f5f5;
}
.header-top {
  padding: 24px 0;
}
hr {
  margin: 0;
  border: none;
  border-top: 1px solid #d0d0d0;
}
@media (max-width: 767px) {
  .header-top {
    padding: 20px 0 0;
  }
  .header-top nav {
    border-top: 1px solid #d0d0d0;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 52px;
    overflow: hidden;
  }
  .header-top nav ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 24px;
    -webkit-overflow-scrolling: touch;
  }
  .header-top nav ul li:first-child {
    margin-left: 24px;
  }
  .header-top nav ul li:last-child {
    margin-right: 24px;
  }
}
/* hero */
.hero .row {
  --theme-gutter-x: 116px;
}
.hero-content h1 {
  color: #224855;
  margin-bottom: 16px;
}
.hero-content h1 span {
  font-weight: 400;
  display: block;
}
.hero-content p {
  color: #262626;
}
.hero-content .btn-group {
  margin-top: 32px;
  display: flex;
}
.hero-content .btn-group a + a {
  margin-left: 16px;
}
.hero-content .btn-group a[type="button"] {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .hero .row {
    --theme-gutter-x: 24px;
  }
  .below-md-none {
    display: none !important;
}
}
@media (max-width: 767px) {
  .sml-device-order-2 {
    order: 2;
    margin-top: 24px;
  }
  .hero-content .btn-group {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 215px;
  }
  .hero-content .btn-group a + a {
    margin-left: 0;
    margin-top: 16px;
  }
}
/* nav */
nav ul li {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Lato-Bold;
}
nav ul li a {
  color: #9a9a9a;
}
nav ul li.active a {
  color: #237d9e;
}
nav ul li:not(:last-child) {
  margin-right: 16px;
}
nav ul li:not(:last-child):after {
  content: "/";
  margin-left: 12px;
  color: #d0d0d0;
  font-style: italic;
}
.header-top img {
    line-height: 0;
    max-width: 100%;
    height: 70px;
}

.main-banner.owl-carousel .owl-item img{
    display: block;
    border-radius: 15px;
}

.main-banner.owl-carousel .owl-nav {
        position: absolute;
    top: -45px;
    right: 0px;
    float: right;
    width: auto;
    /* transform: translateY(-50%);*/
}
.main-banner .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.main-banner .owl-dots .owl-dot{
    height: 10px;
    width: 10px;
    background: #ccc;
    margin: 5px;
    border-radius: 10px;
}

.main-banner .owl-dots .owl-dot.active{
    height: 10px;
    width: 10px;
    background: #007c9d;
    margin: 5px;
    border-radius: 10px;
}

/*SP*/
.btn-group-sm>.btn, .btn-sm {
    padding: 4px 8px;
    font-size: 11px; }

.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}

ul, ol {
    list-style: none;
}

.content-area{
  padding-bottom: 60px;
}

.contact-txt a {
    color: #fff;
    text-decoration: underline;
}

.downloadsec .btn-secondary{
  background: #eaeaea;
  color:#000;
}
.fr{
  float: right;
}
.fl{
  float:left;
}
.alert {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    display: block;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#event-speciality{
	width: 240px;
}

.downloadsec{
	position: relative;
}
.downloadsec:after{
	content: "";
	display: block;
	clear: both;
}

.field-wrap{
  margin-bottom: 20px;
}