/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #1B1B21;

}

body {
    color: #545051;
    font-weight: 400;
    font-family: ManilaSansReg;
}

@font-face {
    font-family: ManilaSansBld;
    src: url(../fonts/ManilaSansBld.otf);
}

@font-face {
    font-family: ManilaSansReg;
    src: url(../fonts/ManilaSansReg.otf);
}

.container {
    max-width: 1080px;
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

/* Header bar section start */
.site-main-wrp {

}

.site-main-wrp {
    /*width: 1080px;*/
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/site-bg.jpg);
    background-size: cover;
    background-position: center top;
}

.site-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.site-menu ul li {
    display: inline-block;
}

.site-menu ul li a {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 15px 33px;
    font-family: ManilaSansBld;
}

.site-header-top-area {
    padding: 25px 0;
    padding-bottom: 0;
}

.main-inner-contnet {
    width: 800px;
    margin: 0 auto;
}

.event-text {
    text-align: justify !important;
}

.event-text h4 {
    color: #4fc9e6;
    font-weight: bold;
    font-size: 24px;
    font-family: ManilaSansBld;
}

.event-text p {
    color: #1c5c7b;
    font-size: 17px;
    margin-bottom: 8px;
}

.event-text p a {
    color: #1c5c7b;
    font-weight: bold;
    font-family: ManilaSansBld;
}

.section-title {
    color: #95dda4;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: ManilaSansBld;
}

.pd-70 {
    padding-top: 70px;
}

.pd-150 {
    padding-top: 150px;
}

.site-header-top-area {
    position: fixed;
    left: 50%;
    top: 0;
    /*width: 1080px;*/
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#section-3 {

    padding-bottom: 80px;

}

.site-header-top-area.sticky {
    background: #fff;
    z-index: 999;
    padding-top: 9px;

}

.site-header-top-area.sticky .site-menu ul li a {
    color: #4fc9e6;
}

#section-4 {

    padding-bottom: 50px;

}

.site-logo img {
    -webkit-transition: .3s;
    transition: .3s;
}

.sticky .site-logo img {
    max-width: 106px;
}

.site-header-top-area {
    -webkit-transition: .3s;
    transition: .3s;
}

.main-inner-contnet {

    padding-top: 150px;

}

.ico-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sigle-ico-list {
    width: 50%;
    position: relative;
}

.sigle-ico-list span {
    position: absolute;
    left: 0;
}

.sigle-ico-list p {
    padding-left: 53px;
    font-size: 17px;
    color: #1c5c7b;
}

.sigle-text-list {
    width: 50%;
}

.section-title.blue-color {
    color: #4fc9e6;
}

.left-r-text h2 {
    color: #0d5374;
    font-weight: bold;
    font-family: ManilaSansBld;
}

.left-r-text h2 span {
    font-size: 18px;
    padding-left: 5px;
}

.cotent-blk p {
    color: #1c5c7b;
    font-size: 17px;
    margin-bottom: 10px;
}

.cotent-blk p a {
    color: #4fc9e6;
    font-weight:;
    font-size: 14px;
}

.brand-logo-wrp li {
    list-style: none;
    margin: 0 10px;
}

.brand-logo-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-logo-wrp li img {
    max-width: 67px;
}

.row-1 .brand-logo-wrp li img {
    max-width: 150px;
}

.brand-logo-row.row-1{
    margin-bottom: 20px;
}

.row-2 .brand-logo-wrp li img, .row-3 .brand-logo-wrp li img {
    max-width: 90px;
}

.row-4 .brand-logo-wrp li img {
    max-width: 60px;
}

.brand-logo-row.row-3 {
    margin: 10px 0 50px 0px;
}

.form-blk {
    background: rgba(217, 243, 250, .7);
    padding: 25px;
    border-radius: 10px;
}

.single-fld label {
    font-size: 17px;
    color: #4fc9e6;
    font-weight: 400;
}

.single-fld input {
    width: 100%;
    border: none;
    padding:;
    height: 35px;
    padding: 0 10px;
    border-radius: 3px;
}

.sb-btn button {
    background: #00b1da;
    color: #fff;
    font-size: 17px;
    border: none;
    font-weight: bold;
    height: 30px;
    width: 70px;
    border-radius: 0px;
    margin-top: 28px;
}

.footer-wd a {
    font-size: 17px;
    color: #0d5374;
}

.footer-wd.text-center a img {
    max-width: 16px;
}

.footer-wd a img {
    padding-right:;
    margin-right: 7px;
}

.footer-wd.rt {
    text-align: right;
}

.footer-sec {
    padding-bottom: 30px;
}

span.menu-close {
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    width: 210px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    padding: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    left: -100%;
    display: none;
}

.mobile-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu-inner ul li a {
    color: #95dda5;
    padding: 6px 0;
    display: block;
    border-bottom: 1px solid #dddddd6e;
}

.mobile-menu.activee {
    left: 0;
}

.menu-open {
    display: none;
}

/* Header bar section  END */












