@charset "UTF-8";

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.homeblog-page:after, .homeblog-page:before{display:none;}
/*header css*/
.main-header {
    z-index: 99999;
    /*min-height: 117px;*/
}

.main-header .container-fluid {
    padding: 0 50px 0 50px;
}

.menu-search-list {
    list-style-type: none;
    margin: 37px -15px 0 35px;
    padding: 0;
    float: right;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu-search-list>li {
    position: relative;
    display: block;
    float: left;
    margin: 0 35px 0 0;
}

.menu-search-list>li>a {
    display: inline-block;
    vertical-align: middle;
}

.menu-search-list>li:last-child {
    margin-right: 0;
}

.search-trigger {
    color: #333333;
    font-size: 19px;
}

.search-trigger {
    margin: 14px 0 0;
}

.header-main-search {
    background-color: #fff;
    z-index: 100;
    bottom: 0;
    height: 100%;
    left: 465px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-main-search .web-search-input {
    border: 1px solid #eee;
    background: #fff;
    color: #333;
    height: 100%;
    padding: 10px 70px 10px 25px;
    width: 100%;
    font-size: 15px;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -ms-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -ms-border-bottom-left-radius: 8px;
}

.web-search-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 22px;
    position: absolute;
    right: 30px;
    top: 50%;
    color: #ccc;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.web-search-icon:hover {
    color: #333;
}

.show-main-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-navbar {
    border: none;
    background-color: transparent;
    border-color: transparent;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    z-index: 1000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.main-navbar .container {
    padding: 0 56px 0 52px;
    background-color: #fff;
}

.main-navbar .header-logo {
    height: auto;
    padding: 25px 0 22px 15px;
}

.header-logo img {
    margin: 0;
    max-width: 386px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-navbar .menu-links>li>a {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    padding: 48px 16px 45px;
    position: relative;
}

.main-navbar .menu-links>li>a:hover,
.main-navbar .menu-links>li>a:focus {
    background-color: transparent;
    color: #1cbfd0;
}

.main-navbar .menu-links>li.active>a,
.main-navbar .menu-links>li.active>a:hover {
    background-color: transparent;
    color: #1cbfd0;
}

.main-navbar .navbar-toggle {
    margin-top: 30px;
    margin-right: 0;
    border-radius: 0;
}

.main-navbar .navbar-toggle .icon-bar {
    background-color: #1cbfd0;
}

.main-navbar .navbar-toggle {
    border-color: #1cbfd0;
}

.main-navbar .navbar-toggle:focus,
.main-navbar .navbar-toggle:hover {
    background-color: #1cbfd0;
}

.main-navbar .navbar-toggle:focus .icon-bar,
.main-navbar .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-fixed-top {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -o-box-shadow: 0 0 12px -4px #222;
    -ms-box-shadow: 0 0 12px -4px #222;
    box-shadow: 0 0 12px -4px #222;
}

.navbar-fixed-top .header-logo {
    height: 74px;
    padding: 13px 15px;
}

.navbar-fixed-top .header-logo img {
    max-width: 300px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-fixed-top .menu-links>li>a {
    padding: 27px 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-fixed-top .menu-search-list {
    margin: 15px -15px 0 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*header css end*/

/*====Dropdown Menu Css=======*/
.nav-child.unstyled.small{display:none;}
.nav > li{float:left;}
.menu-links .nav-child>li>a {
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    padding: 9.5px 17px;
}

.menu-links .nav-child {
    padding: 0;
}

.menu-links .nav-child {
    top: 76%;
    min-width: 250px;
    left: 0;
}

.menu-links .nav-child>li>a:focus,
.menu-links .nav-child>li>a:hover {
    background-color: #1cbfd0;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #54cedb;
    background-color: transparent;
}

/*index page css */
.btn {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    min-width: 135px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
}

.btn-red {
    background-color: #ff3c3c;
    color: #fff;
    border-color: #ff3c3c;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #ef2323;
    color: #fff;
    border-color: #ef2323;
}

/*section-slider css*/
.section-slider {
    position: relative;

}

.main-sliderblock {
    position: relative;
}

.slider-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    bottom: 0;
    color: #fff;
    width: 39%;
    padding: 255px 50px 225px;
    z-index: 10;
}

.slide-date {
    font-size: 18px;
    color: #1cbfd0;
    margin: 0 0 22px;
}

.slide-date .icon-cal {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.slide-date .caltext {
    display: inline-block;
    vertical-align: top;
}

.heading-slider {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
}

.slider-content p {
    color: #fff;
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}

.slider-btnblock {
    margin: 38px 0 0;
}

.slider-btnblock .btn {
    padding: 9px 25px;
    font-size: 16px;
    min-width: 165px;
}

.btn-boderblue {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-boderblue:hover,
.btn-boderblue:focus {
    background-color: #1cbfd0;
    color: #fff;
    border: 2px solid #1cbfd0;
}

/*section-slider css end*/
/*section-journeyblock css*/
.section-journeyblock {
    padding: 90px 0;
    background-color: #fff;
}

.section-journeyblock .container-fluid {
    padding: 0 50px;
}

.journeyblock {
    min-height: 382px;
    position: relative;
    padding: 0 32px 0 454px;
}

.journeyblock .heading-blackline {
    font-weight: 500;
    line-height: 38px;
    padding: 0 0 14px;
    letter-spacing: 0.5px;
}

.journeyblock p {
    color: #333;
    line-height: 26px;
    font-size: 16px;
}

.jb-btnblock {
    margin: 50px 0 0;
}

.journeyblock-right .jb-btnblock {
    margin: 75px 0 0;
}

.jb-btnblock .btn {
    font-size: 18px;
}

.btn-bodersblue {
    background-color: transparent;
    color: #1cbfd0;
    min-width: 165px;
    padding: 9px 25px;
    border: 2px solid #1cbfd0;
}

.btn-bodersblue:hover,
.btn-bodersblue:focus {
    background-color: #1cbfd0;
    color: #fff;
    border: 2px solid #1cbfd0;
}

.jb-imgblock {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 392px;
}

.jb-imgblock::before {
    content: '';
    width: 177px;
    height: 158px;
    background-color: #1cbfd0;
    position: absolute;
    right: -15px;
    bottom: -14px;
    z-index: 1;
}

.jb-imgblock::after {
    content: '';
    width: 177px;
    height: 158px;
    background-color: #1cbfd0;
    position: absolute;
    left: -14px;
    top: -14px;
    z-index: 1;
}

.jb-imgblock img {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
}

/*section-journeyblock css end*/

/*section-journeylove css*/
.section-journeylove {
    position: relative;
    background-color: #1cbfd0;
}

.col-jleft {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: center center;
}

.col-jright {
    background-color: #1cbfd0;
    color: #f8f7f7;
    margin-left: 50%;
    padding: 60px 15px 70px 67px;
}

.col-jright p {
    color: #f8f7f7;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px;
}

.heading-whiteline {
    color: #f8f7f7;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 0 0 20px;
    position: relative;
    font-weight: 400;
}

.heading-whiteline::after {
    content: '';
    height: 2px;
    width: 98px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.jl-btnblock {
    margin: 30px 0 0;
}

.btn-boderwhite {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    min-width: 165px;
    padding: 9px 25px;
}

.btn-boderwhite:hover,
.btn-boderwhite:focus {
    background-color: #fff;
    color: #1cbfd0;
    border: 2px solid #fff;
}

/*section-journeylove css end*/
/*section-block css*/
.section-block {
    background-color: #fff;
    padding: 90px 0 54px;
}

.section-block .container-fluid {
    padding: 0 50px;
}

.sb-block {
    margin: 0 0 25px;
    text-align: center;
}

.sb-imgblock {
    display: block;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

.sb-imgblock img {
    width: 100%;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.sb-block:hover .sb-imgblock img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.heading-sblock {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #333333;
    margin: 0;
    padding: 25px 0;
    letter-spacing: 0.4px;
}

.heading-sblock a {
    text-decoration: none;
    outline: none;
    color: #333333;
}

.heading-sblock a:hover {
    text-decoration: none;
    outline: none;
    color: #1cbfd0;
}

/*section-block css end*/
/*section-schedule css */
.section-schedule {
    padding: 85px 0 162px;
    background-color: #f8f8f8;
}

.heading-blackline {
    color: #333333;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 25px;
    padding: 0 0 18px;
    position: relative;
    font-weight: 400;
}

.heading-blackline::after {
    content: '';
    height: 2px;
    width: 98px;
    background-color: #1cbfd0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.schedule-content {
    background-color: #1cbfd0;
    color: #fff;
    position: relative;
    z-index: 10;
    margin: 0 -100px 0 0;
    padding: 30px 55px 30px 32px;
}

.schedule-calblock {
    position: relative;
    padding: 4px 0 0 80px;
    min-height: 66px;
    margin: 0 0 30px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.schedule-calblock img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 57px;
}

.schedule-content p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}

.schedule-image img {
    width: 100%;
}

/*section-schedule css end*/
/*index page css end */
/*aboutus page css */
.section-topbanner {
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-topbanner::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
}

.section-topbanner .topbanner-inner {
    position: relative;
    z-index: 10;
    padding: 111px 0 103px;
}

.section-topbanner .topbanner-inner::after {
    content: '';
    height: 44px;
    width: 28.6%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: url('../images/topstrip1.png');
    background-size: 100% 100%;
    background-position: 0 0;
}

.section-topbanner .topbanner-inner::before {
    content: '';
    height: 44px;
    width: 26.2%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: url('../images/topstrip2.png');
    background-size: 100% 100%;
    background-position: 0 0;
}

.section-topbanner .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    z-index: 10;
    background-color: transparent;
    text-align: center;
}

.breadcrumb>li {
    display: inline-block;
    font-size:42px;
    color: #ffffff;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 2px 0 5px;
    color: #fff;
}

.breadcrumb>li a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.breadcrumb>li a:hover {
    color: #1cbfd0;
    text-decoration: none;
    outline: none;
}

.section-aboutext {
    background-color: #fff;
    padding: 80px 0 72px;
    color: #333333;
    text-align: center;
}

.section-aboutext p {
    font-size: 27px;
    line-height: 40px;
    margin: 0 0 15px;
}

.section-aboutext a {
    text-decoration: none;
    outline: none;
    color: #1cbfd0;
}

.section-aboutext a:hover {
    text-decoration: underline;
    outline: none;
    color: #1cbfd0;
}

.about-grayblock {
    padding: 90px 0 65px;
    background-color: #f8f8f8;
}

.aboutblock {
    min-height: 450px;
    padding: 55px 0 0 648px;
}

.aboutblock .jb-imgblock {
    width: 555px;
}

.text-sblue {
    color: #1cbfd0;
}

.aboutblock .text-sblue {
    font-style: italic;
}

.aboutblock p {
    margin: 0 0 30px;
    font-weight: 500;
}

.about-whiteblock {
    background-color: #fff;
    padding: 90px 0 65px;
}

.about-whiteblock .aboutblock {
    padding: 55px 648px 0 0;
    margin-right: -100px;
}

.about-whiteblock .aboutblock p {
    color: #333333;
}

.about-whiteblock .jb-imgblock {
    left: auto;
    right: 0;
}

.about-whiteblock .journeyblock .heading-blackline {
    margin: 0 0 35px;
}

/*aboutus page css end */

.fx {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -moz-flex;
}

.fxIn {}

/* page footer css */
.page-footer {
    color: #333333;
}

.footer-top {
    background: #ffffff;
    font-size: 16px;
    padding: 40px 0 26px;
}

.heading-foo {
    color: #333333;
    font-size: 18px;
    margin: 18px 0 20px 0;
    line-height: 20px;
}

.col-foocenter .heading-foo {
    padding-right: 90px;
}

.logo-foo {
    display: block;
    margin: 0 0 48px;
    text-align: left;
}

.logo-foo img {
    max-width: 332px;
}

.list-fooadd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-fooadd li {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    color: #333333;
    line-height: 27px;
    margin: 0 0 8px;
}

.list-fooadd li a {
    text-decoration: none;
    outline: none;
    color: #333333;
}

.list-fooadd li a:hover,
.list-fooadd li a:focus {
    text-decoration: none;
    outline: none;
    color: #1cbfd0;
}

.list-fooadd li img {
    position: absolute;
    left: 0;
    top: 0;
}

.social-blueborder {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-blueborder li {
    display: inline-block;
    margin-right: 5px;
}

.social-blueborder li a {
    position: relative;
    display: block;
    padding: 3px;
    width: 38px;
    height: 38px;
    color: #1cbfd0;
    border: 3px solid #1cbfd0;
    background-color: #fff;
    font-size: 20px;
    text-decoration: none !important;
    text-align: center;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
}

.social-blueborder li a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.social-blueborder li a.twitter {
    font-size: 24px;
}

.social-blueborder li a.facebook:hover {
    background-color: #4867AA;
    border-color: #4867AA;
    color: #fff;
}

.social-blueborder li a.twitter:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: #fff;
}

.social-blueborder li a.linkedin:hover {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #fff;
}

.social-blueborder li a.pinterest:hover {
    background-color: #BC2E34;
    border-color: #BC2E34;
    color: #fff;
}

.foo-donate {
    margin: 24px 0 0;
}

.foo-donate .heading-foo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 0 0;
    letter-spacing: 0.5px;
}

.foo-donate.two .heading-foo {
    margin: 0 22px 0 0;
}

.foo-donate .social-blueborder {
    display: inline-block;
    vertical-align: middle;
}

.list-fooadd li img.icon-msg {
    top: 7px;
}

.fooslide-block {
    margin: 28px 0 0;
}

.fooslide-block p {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin: 0 0 15px;
}

.fooslide-date {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 15px;
    color: #1cbfd0;
    margin: 18px 0 0;
    letter-spacing: 0.4px;
}

.fooslide-date img {
    position: absolute;
    left: 0;
    top: 1px;
}

.form-foo {
    margin: 38px 0 50px;
}

{}
.form-foo .form-control, .acym_fulldiv #acym__user__edit__email{
    width: 100%;
    height: 40px;
    padding: 6px 24px;
    font-size: 14px;
    color: #333;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    letter-spacing: 0.5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.form-foo .form-control::-webkit-input-placeholder {
    color: #b5b5b5;
    letter-spacing: 0.5px;
}

.form-foo .form-control::-moz-placeholder {
    color: #b5b5b5;
    letter-spacing: 0.5px;
}

.form-foo .btn {
    font-size: 16px;
    padding: 6px 25px;
}

.form-foo .form-group {
    margin-bottom: 10px;
}

.btn-blue {
    background-color: #1cbfd0;
    color: #fff;
    border-color: #1cbfd0;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #0daebf;
    color: #fff;
    border-color: #0daebf;
}


.acysubbuttons .btn.btn-primary.button.subbutton{  font-size: 16px;padding: 6px 25px;}
.acysubbuttons .btn.btn-primary.button.subbutton {background-color: #1cbfd0;color: #fff;border-color: #1cbfd0;}
.acysubbuttons .btn.btn-primary.button.subbutton :hover,
.acysubbuttons .btn.btn-primary.button.subbutton :focus {
    background-color: #0daebf;
    color: #fff;
    border-color: #0daebf;
}


.col-foocenter {
    padding-left: 55px;
    padding-right: 50px;
}

.footer-bottom {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    text-align: center;
    border-top: 1px solid #efefef;
}

.footer-bottom .copyrights {
    font-size: 13px;
    padding: 18px 0;
}

.footer-bottom .copyrights a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

.footer-bottom .copyrights a:hover {
    color: #1cbfd0;
    text-decoration: none;
    outline: none;
}

/* page footer end */

/* owl css */
.owl-slider {
    position: relative;
}

.owl-slider .item {
    position: relative;
}

.owl-slider .item img {
    width: auto;
    display: inline-block;
}

.owl-slider .item img.slider-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-slider .owl-nav {
    margin-top: 0;
}

.owl-slider .owl-nav .owl-prev {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 35px;
    height: 52px;
    line-height: 20px;
    margin: 0 1px;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
        float: left;
}

.owl-slider .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 35px;
    height: 52px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
        float: right;
}

.owl-slider .owl-nav {
    position: absolute;
    bottom: 60px;
    right: 50px;
}

.owl-slider .owl-nav img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.owl-slider .owl-nav [class*="owl-"] .fa {
    line-height: 25px;
}

.owl-slider .owl-nav .owl-prev img,
.owl-slider .owl-nav .owl-next img {
    max-width: 50px;
}

.owl-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-slider .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-slider .owl-dots .owl-dot.active span {
    background-color: #95ba53;
}

.owl-slider .owl-nav [class*="owl-"] {
    border: 1px solid transparent;
    z-index: 200;
}

.owl-slider .owl-nav [class*="owl-"]:hover {
    background: #1cbfd0 none repeat scroll 0 0;
    border: 1px solid #1cbfd0;
    color: #ffffff;
    text-decoration: none;
}

.owl-slider:hover .owl-nav .owl-prev,
.owl-slider:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-schedule {
    position: relative;
}

.owl-schedule .item {
    position: relative;
}

.owl-schedule .item img {
    width: auto;
    display: inline-block;
}

.owl-schedule .item img.slider-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-schedule .owl-nav {
    margin-top: 0;
}

.owl-schedule .owl-nav .owl-prev {
    background-color: #c6c6c6;
    position: relative;
    font-size: 35px;
    height: 50px;
    line-height: 20px;
    margin: 0 1px;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
}

.owl-schedule .owl-nav .owl-next {
    background-color: #c6c6c6;
    position: relative;
    font-size: 35px;
    height: 50px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
}

.owl-schedule .owl-nav {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.owl-schedule .owl-nav img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.owl-schedule .owl-nav [class*="owl-"] .fa {
    line-height: 25px;
}

.owl-schedule .owl-nav .owl-prev img,
.owl-schedule .owl-nav .owl-next img {
    max-width: 50px;
}

.owl-schedule .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-schedule .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-schedule .owl-dots .owl-dot.active span {
    background-color: #95ba53;
}

.owl-schedule .owl-nav [class*="owl-"] {
    border: 1px solid transparent;
    z-index: 200;
}

.owl-schedule .owl-nav [class*="owl-"]:hover {
    background: #1cbfd0 none repeat scroll 0 0;
    border: 1px solid #1cbfd0;
    color: #ffffff;
    text-decoration: none;
}

.owl-schedule:hover .owl-nav .owl-prev,
.owl-schedule:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.owl-fooslide {
    position: relative;
}

.owl-fooslide .item {
    position: relative;
}

.owl-fooslide .item img {
    width: auto;
    display: inline-block;
}

.owl-fooslide .item img.slider-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-fooslide .owl-nav {
    margin-top: 0;
}

.owl-fooslide .owl-nav .owl-prev {
    background-color: #7f7f7f;
    position: relative;
    font-size: 35px;
    height: 36px;
    line-height: 20px;
    margin: 0 1px;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 27px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    float: left;
}

.owl-fooslide .owl-nav .owl-next {
    background-color: #7f7f7f;
    position: relative;
    font-size: 35px;
    height: 36px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 27px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    float: right;
}

.owl-fooslide .owl-nav {
    position: absolute;
    top: -50px;
    right: 30px;
}

.owl-fooslide .owl-nav img {
    max-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.owl-fooslide .owl-nav [class*="owl-"] .fa {
    line-height: 25px;
}

.owl-fooslide .owl-nav .owl-prev img,
.owl-fooslide .owl-nav .owl-next img {
    max-width: 50px;
}

.owl-fooslide .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-fooslide .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-fooslide .owl-dots .owl-dot.active span {
    background-color: #95ba53;
}

.owl-fooslide .owl-nav [class*="owl-"] {
    border: 1px solid transparent;
    z-index: 200;
}

.owl-fooslide .owl-nav [class*="owl-"]:hover {
    background: #1cbfd0 none repeat scroll 0 0;
    border: 1px solid #1cbfd0;
    color: #ffffff;
    text-decoration: none;
}

.owl-fooslide:hover .owl-nav .owl-prev,
.owl-fooslide:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* owl css end */

/** common css **/
.m-0 {
    margin: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pl-0 {
    padding-left: 0;
}

img {
    max-width: 100%;
}

button,
input,
select,
textarea,
a {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/** common css end **/

/** scroll_top css **/
.scroll_top {
    background: #1cbfd0;
    text-decoration: none !important;
    outline: none !important;
    bottom: 32px;
    display: none;
    font-size: 0;
    height: 34px;
    position: fixed;
    right: 30px;
    width: 34px;
    z-index: 9999;
    text-decoration: none;
    outline: none;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
}

.scroll_top:before {
    color: #fff;
    content: "^";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 34px;
    line-height: 40px;
    text-align: center;
    width: 34px;
}

.scroll_top:hover {
    background: #ff3c3c none repeat scroll 0 0;
}

.scroll_top:hover:before {
    color: #fff;
}

/** scroll_top end **/

/*==Faith Section Css==*/
/* .jb-imgblock {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.commongray-grayblock {
    padding: 83px 0 85px;
    background-color: #f8f8f8;
}

.faith-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    align-items: center;
}

.jb-blockimg {
    max-width: 555px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    margin-left: 20px;
}

.mainimg-coloum::before {
    content: '';
    width: 177px;
    height: 158px;
    background-color: #1cbfd0;
    position: absolute;
    right: -14px;
    bottom: -14px;
    z-index: 1;
}

.mainimg-coloum::after {
    content: '';
    width: 177px;
    height: 158px;
    background-color: #1cbfd0;
    position: absolute;
    left: -14px;
    top: -14px;
    z-index: 1;
}

.mainimg-coloum {
    position: relative;
}

.jb-blockimg img {
    position: relative;
    z-index: 10;
    width: 100%;
}

.jb-blockcontent {
    padding-left: 80px;
}

.jb-blockcontent p {
    margin: 0 0 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.jb-blockcontent p:last-child {
    margin-bottom: 0px;
}

.rightimg-panel .jb-blockcontent {
    padding-left: 0;
}

.rightimg-panel .faith-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rightimg-panel .mainimg-coloum {
    margin-left: 107px;
    display: block;
    width: 100%;
}

.faith-whiteblock {
    background-color: #fff;
    padding: 106px 0 111px;
}

/*==Executions css==*/
.month-panel h3,
.month-heading {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 25px;
    padding: 0 0 18px;
    position: relative;
    font-weight: 400;
}

.month-panel h3::after,
.month-heading::after {
    content: '';
    height: 2px;
    width: 98px;
    background-color: #1cbfd0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.month-panel ul {
    padding-left: 0;
    list-style: none;
}

.month-panel ul li {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 12px;
    position: relative;
    padding-left: 9px;
}

.month-panel ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #7d7d7d;
    position: absolute;
    left: -8px;
    top: 9px;
    border-radius: 50%;
}

.month-panel {
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    -ms-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    -o-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    padding: 21px 22px;
    margin-bottom: 30px;
    height: 348px;
overflow-y: auto;
}

.month-grayblock {
    padding: 90px 0 63px;
    background-color: #f8f8f8;
}

/*===========================The Journey Css======================*/
.thejourney .heading-blackline::after {
    display: none;
}

.month-panel p {
    margin: 0 0 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.month-panel a {
    font-size: 14px;padding: 4px 21px;
    color: #1cbfd0;
    border: 2px solid #1cbfd0;
    display: inline-block;
    font-weight: 400;
    
    border-radius: 50px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.month-panel a:hover,
.month-panel a:focus {
    background: #1cbfd0;
    color: #fff;
    text-decoration: none;
}

.thejourney-section .month-panel h3,
.thejourney-section .month-heading {
    margin: 0 0 10px;
}

.thejourney-section .month-panel {
    min-height: 272px;
}

/*=============Pagination Start =====================*/
.pagination ul {
    padding-left: 0;
    list-style: none;
}

.leftnumber a {
    position: relative;
    width: 57px;
    height: 57px;
    display: block;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
    -ms-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
    -o-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
    box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
}

.leftnumber a::before {
    content: "";
    background: #fff;
    display: inline-block;
    background: url(../images/arrowsprits.png);
    background-repeat: repeat;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.leftnumber a:hover::before {
    background-position: 0px -17px;
    top: 53%;
}

.leftnumber a:hover {
    background: #1cbfd0;
}

.rightnumber a {
    position: relative;
    width: 57px;
    height: 57px;
    display: block;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
    -ms-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
    -o-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
    box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21) !important;
}

.rightnumber a::before {
    content: "";
    background: #fff;
    display: inline-block;
    background: url(../images/arrowsprits.png);
    background-repeat: repeat;
    background-position: 0px -28px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.rightnumber a:hover::before {
    background-position: 0px -49px;
    top: 53%;
}

.rightnumber a:hover {
    background: #1cbfd0;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagination ul li.middlenumber {
    background: #fff;
    padding: 8px 11px;
    border-radius: 50px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    -ms-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    -o-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    margin: 0px 40px;
}

.pagination ul li.middlenumber a {
    font-size: 18px;
    color: #1cbfd0;
    display: inline-block;
    /* padding: 0px 16px; */
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    /* -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all; */
}

.pagination ul li.middlenumber a:hover,
.pagination ul li.middlenumber a:focus,
.pagination ul li a.numberactive {
    background: #1cbfd0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

.dotnumber {
    margin: 0px 23px 0px 17px;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination-grayblock {
    padding: 10px 0 1px;
    background-color: #f8f8f8;
    margin-bottom: 19px;
}

.padding-65 {
    padding: 69px 0 65px;
}

/*======================International News Css==============================*/
.gray {
    background: #f8f8f8;
}

.international-section .international-panel:hover {
    background: #fff;
}

.international-section .international-panel:hover .international-panel h3,
.international-section .international-panel:hover .international-heading {
    color: #333333;
}

.international-section .international-panel .international-panel h3:hover,
.international-section .international-panel .international-heading:hover {
    color: #1cbfd0;
}

.news-count {
    width: 57px;
    height: 57px;
    border-radius: 50px;
    text-align: center;
    background: #1cbfd0;
    color: #fff;
    line-height: 57px;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.international-section .international-panel {
    padding: 24px 22px;
}

.inernational-news .heading-blackline {
    margin-bottom: 0;
    padding: 68px 0px;
}

/*======================International News Detail Css ========================*/
.international-panel {
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    -ms-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    -o-box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    box-shadow: 1px 1px 10px 0px rgba(86, 86, 86, 0.21);
    padding: 9px 22px;
    margin-bottom: 21px;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    position: relative;
}

.international-panel:hover {
    background: #1cbfd0;
}

.padding-90 a:hover {
    text-decoration: none;
}

.international-panel:hover .international-panel h3,
.international-panel:hover .international-heading {
    color: #fff;
}

.international-panel:hover p {
    color: #fff;
}

.international-panel h3,
.international-heading {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    padding-right: 65px;
}

.international-panel p {
    font-size: 16px;
    color: #888888;
}

.padding-90 {
    padding: 90px 0 72px;
}

/*=============================Contact Us Css===========================*/
.address-panel {
    
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 90px 70px 70px;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.address-panel:after {
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.address-box {
    position: relative;
    z-index: 9;
    padding-bottom: 46px;
}

.location-img {
    padding-bottom: 10px;
}

.address-panel p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    line-height: 38px;
}

.address-panel p a {
    font-size: 20px;
    color: #fff;
}

.contact-form label {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.contact-form {
    background: #f7f7f7;
    padding-left: 555px;
}

.full-address-panel {
    position: relative;
}

.address-backimg {
    width: 555px;
    position: absolute;
    left: 0;
}

.contact-input {
    height: 53px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    -o-box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    border: none;
    padding: 0px 15px;
}

.contact-textarea {
    height:202px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    -o-box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(86, 86, 86, 0.1);
    border: none;
    width: 100%;
    resize: none;
    padding: 15px;
}

.contact-form form {
    padding: 42px 30px 40px 50px;
    border-top: 3px solid #1cbfd0;
}

.submitbtn {
    background: #1cbfd0;
    font-size: 17px;
    color: #fff;
    border: 1px solid #1cbfd0 !important;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    margin-top: 17px;
}

.submitbtn:hover {
    background: #fff;
    color: #1cbfd0;
}

.contact-form .form-group {
    margin-bottom: 16.5px;
}

.contact-heading h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 35px;
}

.contact-section {
    padding: 29px 0 14px;
}

/*===================Video Section Css======================*/
.videoimg-box {
    position: relative;
    display: inherit;
    cursor: pointer;
}

.videopanel a {
    display: inherit;
}

.videoimg-box::after {
    content: "";
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.videopanel .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #0daebf;
    border: 0;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    right: -7px;
    z-index: 9;
    top: -9px;
}

.videopanel .close:hover {
    background: #000;
}

.playicon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-section {
    padding: 90px 0 90px;
    margin-bottom: 15px;
}
.singletext {
    margin-top: 38px;
}
.singletext p{font-size:16px;}
.quete {
    color: #1cbfd0;
    text-align: center;
    width: 70%;
    margin: 0px auto 28px;
}
.singletext h5, .single-heading {
    font-size: 26px;
	margin-bottom: 20px;
}
/* newsletter date */

.newsletterOuter .textDetails p {
    font-size: 16px;
    line-height: 26px;
}

.newsletterOuter .tothe {
    padding: 10px 0px;
}

.newsletterOuter .text-inner {
    padding: 15px 0px;
    padding-bottom: 0;
}


/*custom css*/
.nav>li>a>img {display:none;}
.nav-child img {
    display: none;
}
.menunanavbar-nav ul li ul.nav-child {
    left: 100%;
    top: 0px;
}

.menunanavbar-nav > li > .nav-child {
    display: none !important;
}
.menunanavbar-nav > li:hover > .nav-child {
    display: block !important;
}

.menunanavbar-nav > li > .nav-child > li > .nav-child {
    display: none !important;
}
.menunanavbar-nav > li > .nav-child > li:hover > .nav-child {
    display: block !important;
    opacity: 1 !important;
}
.menunanavbar-nav > li > .nav-child li{position: relative;}
.section-schedule .page_control {
    float: right;
    display: inline-flex;
    margin-top: -45px;
    position: absolute;
    bottom: -100px;
    right: 19%;
}
.section-schedule .bt-cs a.prev{
    background-color: transparent !important;
    position: relative;
    font-size: 35px;
    height: 52px;
    line-height: 20px;
    margin: 0 1px;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
        float: left;
}
.section-schedule .bt-cs a.next{
background-color:transparent !important;
    position: relative;
    font-size: 35px;
    height: 50px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 6px;
    visibility: visible;
    width: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
}

/* sr form */
.sr-formcl {
    padding-bottom: 40px;
}
.sr-formcl #search-searchword, .sr-formcl .inputbox {
    height: 40px;
    border: 1px solid #ccc;
    border-radius:7px;
    padding-left: 20px;
    line-height: 40px;
    background: #fff;
    width: 98%;
}
.sr-formcl .inputbox{width: 84%;}
.sr-formcl .btn-primary{
    background: #31bfd0;
    color: #fff;
    padding: 6px 20px;
}
.sr-formcl .btn-toolbar>.btn-group{
    margin-left: 5px;
}
.sr-formcl .btn-toolbar{
    margin-bottom: 15px;
}
.sr-formcl .searchintro p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sr-formcl legend {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}
.sr-formcl .phrases{margin-bottom: 10px;}
.sr-formcl .phrases-box label {
    font-weight: 500;
    font-size: 15px;
    padding-left: 20px;
}
.sr-formcl .phrases-box, .sr-formcl .only {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.sr-formcl .ordering-box, .sr-formcl .form-limit{display: inline-block; width: 49%; position: relative;}
.sr-formcl .only .checkbox{padding-left: 20px;}
.sr-formcl .only .checkbox {
    padding-left: 20px;
    font-weight: 500;
}
.sr-formcl label{font-weight: 500;}
.commongray-grayblock a:hover{text-decoration: none;}
/*radio button css*/
label.ordering, .form-limit label {
    padding-right: 15px;
}
.search-pagination {
    margin: 15px auto 0px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 11px;
}
.search-pagination p{ font-size: 19px;}
/*23-04-2019*/
.play-btn-panel {
position: absolute;
bottom: 63px;
z-index: 99;
left: 47px;
line-height: 32px;
text-align: center;
border-radius: 50px;
}
.common-play-property {
    font-size: 21px;
    display: inline-block;
    line-height: 33px;
    color: #fff;
    width: 35px;
    border: 2px solid #fff;
    margin: 0px 3px;
    height: 35px;
    cursor:pointer;
}
.common-play-property  i{padding-top: 5px;}
.common-play-property:hover{background:#1cbfd0;border: 2px solid #1cbfd0; color:#fff;}

/*responsive css*/
@media only screen(max-width: 991px) {
.sr-formcl {
    margin: 0 15px;
}
}
@media only screen(max-width: 768px){
.sr-formcl #search-searchword, .sr-formcl .inputbox {
    width: 100%;
    margin-bottom: 10px;
}
.sr-formcl .searchintro p{margin-bottom: 10px;}
.sr-formcl legend {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom:5px;
}
.sr-formcl .phrases-box, .sr-formcl .only, .sr-formcl .ordering-box, .sr-formcl .form-limit {
    display: block;
    width: 100%;
}
.sr-formcl .inputbox {
    width: 100%;
}
.sr-formcl {
    padding-bottom: 15px;
    }

}



