/*  Font Section
--------------------------------------------*/
@font-face{
    font-family: HelveticaNeueLTStd-Md;
    src:url(../fonts/HelveticaNeueLTStd-Md.otf)
}
@font-face{
    font-family: HelveticaNeueLTStd-LtCn;
    src:url(../fonts/HelveticaNeueLTStd-LtCn.otf)
}
@font-face{
    font-family: HelveticaNeueLTStd-Lt;
    src:url(../fonts/HelveticaNeueLTStd-Lt.otf)
}
@font-face{
    font-family: HelveticaNeueLTStd-Roman;
    src:url(../fonts/HelveticaNeueLTStd-Roman.otf)
}
@font-face{
    font-family: GothamNarrow-Medium;
    src:url(../fonts/GothamNarrow-Medium.otf)
}
@font-face{
    font-family: Roboto-Regular;
    src:url(../fonts/Roboto-Regular.ttf)
}
@font-face{
    font-family: GothamNarrow-Book;
    src:url(../fonts/GothamNarrow-Book.otf)
}
@font-face{
    font-family: GothamNarrow-Thin;
    src:url(../fonts/GothamNarrow-Thin.otf)
}
@font-face{
    font-family: GothamNarrow-Light;
    src:url(../fonts/GothamNarrow-Light.otf)
}
@font-face{
    font-family: Roboto-Italic;
    src:url(../fonts/Roboto-Italic.ttf)
}
@font-face{
    font-family: Marcellus-Regular;
    src:url(../fonts/Marcellus-Regular.ttf)
}
h1,h2,h3,h4,h5,h6{
    font-family: GothamNarrow-Book, sans-serif;
}
.HelveticaNeueLTStd-Md{
    font-family: HelveticaNeueLTStd-Md, sans-serif;
}
.HelveticaNeueLTStd-LtCn{
    font-family: HelveticaNeueLTStd-LtCn, sans-serif;
}
.GothamNarrow-Medium{
    font-family: GothamNarrow-Medium, sans-serif;
}
.Roboto-Regular{
    font-family: Roboto-Regular, sans-serif;
}
.Roboto-Italic,em{
    font-family: Roboto-Italic, sans-serif;
}
.GothamNarrow-Thin{
    font-family: GothamNarrow-Thin, sans-serif;
}
.GothamNarrow-Light{
    font-family: GothamNarrow-Light, sans-serif;
}
.GothamNarrow-Book{
    font-family: GothamNarrow-Book, sans-serif;
}
.HelveticaNeueLTStd-Lt,button{
    font-family: HelveticaNeueLTStd-Lt, sans-serif;
}
.HelveticaNeueLTStd-Roman{
    font-family: HelveticaNeueLTStd-Roman, sans-serif;
}
.marcellus-regular{
    font-family: Marcellus-Regular !important;
}
/*  General Css Section
--------------------------------------------*/
body{
    font-family: Roboto-Regular, sans-serif;
    line-height: 1.6;
}
body.page,body.single,body,.archive {
    margin-top: 54px;
}
a,a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
ul li{
    list-style: none;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.z-index-3{
    z-index: 3;
}
.overlay-md{
    background-color: rgba(0,0,0,0.5);
}
.float-inherit {
    float: inherit !important;
}
.pointer{
    cursor: pointer;
}
.drop-shadow {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.background{
    background-position: center;
    background-repeat: no-repeat;
}
.no-repeat{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-fixed{
    background-attachment: fixed;
}
.bg-light-blue{
    background-color: #89cfff;
}
.text-dark-blue{
    color: #315777;
}
.text-light-gray{
    color: #b4b4b4;
}
.bg-dark-blue{
    background-color: #315777 !important;
}
.left-right-0{
    left: 0;
    right: 0;
}
.top-bottom-0{
    top: 0;
    bottom: 0;
}
/*  Navbar Section
--------------------------------------------*/
#nav-container{
    position: absolute;
    top: 0;
    z-index: 8;
}
.nav a{
    font-family: HelveticaNeueLTStd-LtCn, sans-serif;
    color: #686868;
    font-size: 20px;
    position: relative;
    padding: 0.5rem 15px;
    display: block;
}
.nav a:after{
    position: relative;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00afe9;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateY(50px) rotate(9deg);
    -webkit-transform: translateY(50px) rotate(9deg);
}
.nav .current-menu-item a:after{
    opacity: 1;
    transform: translateY(16px) rotate(0deg);
    -webkit-transform: translateY(16px) rotate(0deg);
}
.nav a:hover:after{
    opacity: 1;
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
}
.overflow-hidden{
    overflow: hidden;
}
.sidebar-nav .dropdown-menu.show {
    position: initial !important;
    transform:  initial !important;
    width: 100%;
}
.sidebar-nav .dropdown {
    position: initial !important;
}
.navbar-brand>img{
    max-width: 200px;
}
.w3-animate-opacity{
    animation:opac 0.6s;
    -webkit-animation:opac 0.6s;
}
@keyframes opac{
    from{opacity:0} to{opacity:1}
}
@-webkit-keyframes opac{
    from{opacity:0} to{opacity:1}
}
.fixed-header{
    z-index: 8;
}
/*  Sidebar Section
--------------------------------------------*/
.sunset-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 9;
    max-width: 280px;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    transition: all 320ms;
    -webkit-transition: all 320ms;
    -moz-transition: all 320ms;
    -o-transition: all 320ms;
}
.hide_sidebar{
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: none;
    -webkit-box-shadow: none;
}
.sunset-sidebar-container{
    width: 100%;
    position: relative;
    height: 100%;
    color: #ffffff;
    padding-top: 25px;
}
.sidebar-close,.sidebar-open{
    top:10px;
    left: 10px;
    position: absolute;
    cursor: pointer;
}
.sidebar-open{
    left: auto;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.sunset-overlay{
    top:0;
    bottom:0;
    right: 0;
    left:0;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 3;
    transition: all 320ms;
    cursor: e-resize;
    -webkit-transition: all 320ms;
    -moz-transition: all 320ms;
    -o-transition: all 320ms;
}
.no_scroll{
    overflow-y: hidden;
}
.sidebar-scroll{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-nav>li{
    border: 0;
    padding: 0;
}
.sidebar-nav>li>a{
    display: block;
    padding: .75rem 1.25rem;
    color: #727272;
}
.sidebar-nav>li>a:hover{
    background-color: #f1f1f1;
}
/*  Button Section
--------------------------------------------*/
/* Winona */
.button {
    font-family: HelveticaNeueLTStd-Lt, sans-serif;
    min-width: 175px;
    max-width: 250px;
    display: inline-block;
    margin: 1em 0;
    padding: 12px;
    border: none;
    background: none;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button:focus,.outline-0 {
    outline: 0 !important;
}
.button > span {
    vertical-align: middle;
}
.button--ujarak {
    background-color: #315777;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.button--ujarak:hover i{
    color: #333;
}
.button-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff;
    color: #315777;
    line-height: 15px;
    border-radius: 100%;
    padding-left: 1px;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.button--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bbb;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
    border-radius: 2px;
}
.button--ujarak.button--inverted::before {
    background: #bbb;
}
.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 35px;
}
.button--ujarak:hover {
    color: #333 !important;
    border-color: #bbb !important;
}
.button--ujarak.button--inverted:hover {
    color: #bbb;
    border-color: #bbb;
}
.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 35px;
}
.half-circle{
    border-radius: 35px;
}
.button--ujarak span{
    vertical-align: baseline;
    display: inline-block;
    margin-left: 4px;
}
/*  Animation Section
--------------------------------------------*/
.hideElement {
    opacity:0;
    animation-delay: 0.00s;
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
}
.visible{
    opacity: 1;
}
.bg-black{
    background-color: #000;
}
/*  Contact Section
--------------------------------------------*/
.contact-form-field{
    border: 0;
    border-bottom: 1px solid #c5c7cb;
    outline: 0;
}
.contact-form-field{
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #333;
}
.h-24px{
    height: 24px;
}
/*  Homepage
--------------------------------------------*/
.banner-text{
    background-color: rgba(55,91,121,0.8);
}
#banner-second-text{
    margin-top: -10px;
}
.banner-text h5{
    letter-spacing: 0.03em;
}
#banner_description{
    letter-spacing: 0.02em;
}
#banner_description h3{
    letter-spacing: 0.02em;
}
#banner_description:after{
    content: " ";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 14px solid #89cfff;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: 50%;
}
.pattern-bg{
    background-image: url(../images/pattern-background.jpg);
}
.lg-letter-spacing {
    letter-spacing: 0.18em;
    line-height: 1.2;
}
.img-shadow{
    box-shadow: 0 0px 14px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 14px 2px rgba(0,0,0,0.2);
}
.lg-height{
    height: 465px;
}
.parallax{
    background-color: rgba(0,0,0,0.1);
}
.button-2{
    background-color: transparent;
    border: 2px solid #fff;
}
.button-2:hover{
    background-color: #fff;
    color: #315777 !important;
}
.event-thumbnail{
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #eee;
    border-radius: 100%;
    box-shadow: 0 0 14px 4px #eee;
    -webkit-box-shadow: 0 0 14px 4px #eee;
}
.event-date{
    /*background-color: #eee;*/
    /*padding: 6px 10px;*/
    color: #315777;
    font-weight: 800;
}
.pt-65percent{
    padding-top: 90%;
}
.testimonial-bullets {
    bottom: -40px;
}
.testimonial-bullets li {
    width: 10px;
    height: 10px;
    background-color: gainsboro;
    border-radius: 100%;
}
.testimonial-bullets li.active{
    border: 2px solid #315777;
}
.social-icons li{
    display: inline-block;
    padding: 0 5px;
}
.social-icons i{
    color: #fff;
    font-size: 18px;
}
.footer-nav li{
    display: inline-block;
}
.footer-nav a{
    color: #fff;
    padding: 4px 10px;
}
.underline:after {
    content: " ";
    display: block;
    height: 3px;
    width: 80px;
    background-color: #315777;
    margin: 15px auto 20px auto;
}
.underline-full:after{
    width: 100%;
}
.underline-left:after{
    margin: 15px 0 20px 0;
}
.page-content strong{
    color: #315777;
}
.page-content ul{
    padding-left: 25px;
}
.page-content ul li {
    position: relative;
}
.page-content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: -25px;
    color: #315777;
    font-size: 19px;
    top: -1px;
}
.wp-caption-text {
    margin-top: -30px;
    font-size: 20px;
    color: #315777;
}
/* Preloader/Spinner
---------------------------------------------*/
.preloader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 11000;
}
.top-bottom-0{
    top: 0;
    bottom: 0;
}
.left-right-0{
    left: 0;
    right: 0;
}
.spinner {
    position: relative;
    height: 35px;
    width: 35px;
    margin-bottom: -12px;
    margin: 0 auto;
    border: 3px solid rgba(226, 226, 226, 0.75);
    border-radius: 100%;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid rgba(0,0,0,1);
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%;
}
.spinner:before {
    border-top-color: #315777;
}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
/*=====================================================================
5. Sidebar
=====================================================================*/
.widget{
    line-height: 1.8em;
    background-color: #fff;
}
.widgettitle{
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;   /*Important for alighment with blog area*/
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 2px solid;
}
.widget li:before{
    content: "" !important;
}
.widget ul{
    line-height: 1.8em;
    padding-left: 0;
}
.widget > ul > li {
    border-bottom: 1px dashed #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
}
.widget > ul > li ul{
    margin-top: 10px;
    padding-right: 0;
}
.widget ul li a{
    font-size: 13px;
}
.dropdown-menu{
    right: 0;
    left: inherit;
}
.image-container {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.profile-picture {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Sidebar Post Count Section*/
.post_count{
    color: #f5f5f5;
    background-color: rgb(255,128,0);
    padding: 2px 7px;
    border-radius: 100%;
    float: right;
}
.widget > ul > li ul >li > .post_count{
    padding-top: 0;
    padding-bottom: 0;
}
.tagcloud{
    padding: 0 10px;
}
.tagcloud a{
    border: 1px solid #e5e5e5;
    color: #4c5462;
    display: inline-block;
    font-size: 12px !important;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 0 10px;
}
.popular_post{
    width: 40px;
    float: left;
}
.blog_thumbnail_widget>ul>li{
    display: table;
    width: 100%;
}
.blog_thumbnail_widget>ul>li>a>div{
    padding-left: 50px;
}
#search_form{
    margin-top: 10px;
}
.screen-reader-text {
    display: none;
}
/*=====================================================================
9.  Pagination SECTION
=====================================================================*/
.page-numbers{
    background-color: #333;
    padding: 10px 15px;
    margin: 0 2px;
    color: #fafafa;
}
.current{
    background-color: #315777;
}
.nav-links{
    display: inline-table;
}
.next,.prev{
    padding: 10px 13px;
}
#post_navigation{
    padding: 20px 0;
}
.nav-links a{
    color: #f5f5f5;
}
.overflow-y-auto{
    overflow-y: auto !important;
}
.class-timings tr>td:first-child {
    border-right: 1px solid #dee2e6;
}
.class-timings td {
    border-bottom: 1px solid #dee2e6;
}
.class-timings p {
    margin-bottom: 0px;
}
.class-timings tfoot td{
    padding: 20px 15px 25px 15px;
}