@import "bootstrap.css";
@import "primary_content.css";
@import "font-awesome.css";
@import "slick.css";
@import "slick-theme.css";
@import "slick-theme.css";
@import "magnific-popup.css";
@import "animate.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body p{
    color: #2a2a2a;
}
.preloader {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}
.front .preloader{display: block;}
.front .preloader .hidden{display: none;}
.preloader img{width: 250px;}

/* Banner Loader */
.spinner {
    margin: 50px;
    height: 40px;
    width: 40px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: auto;
    margin-top: 0;
    margin-left: -20px;
    bottom: 0;
    margin-bottom: 0;
}
 @keyframes rotate {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
.loader_wrapper{
         position: absolute;
    width: 300px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*Loader Css Start*/

@charset "utf-8";
/*-- preloader --*/
/* loader wrapper */

#pre-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}
.front #pre-loader-wrapper{display: block;}
#pre-loader-wrapper img{width: 100px;vertical-align: middle;}
#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#085291+0,6f080b+100 */
background: rgb(255 255 255); 

}
#pre-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    /*border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    z-index: 9999;
}
/*#pre-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}*/
#pre-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: transparent;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.pre-loaded #pre-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* slide animation */

#pre-loader-wrapper .pre-loader-section.section-left {
    top: 0;
}
#pre-loader-wrapper .pre-loader-section.section-right {
    bottom: 0;
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    /* IE 9 */
    -o-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pre-loaded #pre-loader-wrapper {
   visibility: hidden; 
     -webkit-transform: translateX(-100%); 
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*Loader Css End*/


#header {
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;    
}
.top-mobile-head-bar{display:none;}

.head-menu { position:relative; z-index:9; width: 100%; background: #F8F8FF;top: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.62+0,0+100 */

    border-bottom: 1px solid #e9e9e9; }
.credit_for_banner {    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 14px;}
.credit_for_banner a {
    color: #fff;
    padding-top: 5px;
    display: inline-block;
}
.credit_for_banner a:hover {
    color: #ccc;
}

/* End Header */

.top-buttons a:text-new-sign{display:block;}
.section-for-item {padding: 4em 0;}
.heading h2 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
}
.button-section a{    
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  }
	
.button-section a:hover{background:#a93da9}	
.news-section .button-section a{background:#03e6c3}
.news-section .button-section a:hover{background:#ca4aca}
.news-section .heading h2{ font-weight: 500; margin-top: 0;
    line-height: 0.8;}
.news-section .button-section a{font-size:16px;}
.card-title.h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;    line-height: 1.4;
    margin-top: 0;
}
.card .card-body {padding: 15px;}
.news-box img{transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; margin:auto;}
.news-box:hover img{    transform: scale(1.2);     -webkit-transform: scale(1.2);     -moz-transform: scale(1.2);}
.img-item{overflow:hidden}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.mb-3 {margin-bottom: 1rem!important;}
.ds-8 {
    overflow: hidden;
    transition: .25s box-shadow;
}
.bt-5 {
    border-top: 5px solid!important;
}
.news-box {
    margin: 0 15px;
}
.more-info-btn {    padding: 15px;
    padding-top: 15px;
    padding-bottom: 25px;}
.more-info-btn a{    display: inline-block;
    padding: 8px 20px;
    background: #00C0A3;
    color: #fff !important;
    border-radius: 20px;}
.news-box:hover .more-info-btn a{    background: #88cc55;
    color: #fff;}
	
.ds-8:focus, .ds-8:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
.ds-8:hover .card-title.h4{color:#0b5c9f}

.bt-purple-p {
    border-top-color:#0b5c9f!important;
}
.news-box a{color:#000}

.section-for-item.news-section{position:relative; background:#f1f1f1}
.section-for-item.news-section .container{position:relative; z-index:1}
.section-for-item.news-section:before{content: "";
    background: url(../images/TrianglePatterns.png);
    height: 46%;
    top: inherit;
    bottom: 0;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.inline-popup {
    position: relative;
    width: auto;
    max-width:90%;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
}
.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

@media(max-width:991px){
.news-section .heading h2 {
   font-weight: 600;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.news-section .button-section {text-align: center;}
.news-section .button-section {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
.section-for-news {padding: 0 15px;}
.more-info-btn{text-align:center}
.heading h2{text-align: center;font-size: 36px;}
.button-section{text-align:center}
}
h2.post-title span{text-transform: capitalize;}
h2.post-title {
        color: #000;
    font-size: 28px; text-decoration:none
}
.share-icons-section ul {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.share-icons-section li {
    display: inline-block;
    padding: 4px;
}
.share-icons-section li a {
    display: block;
}
.share-icons-section h2.post-title span{color:#fff;}
.share-icons-section li img {

    max-width:60px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
}
.share-icons-section .post-title{color:#fff !important;}
.post-title.entry-title {
   
}
a.more_news_btn {
    text-align: center;
    display: inline-block;
    background: transparent;
    padding: 8px 15px;
    border-radius: 50px;
    color: #000;
	font-weight: 600;
}
a.more_news_btn:hover{color:#0b5c9f;}
a.meeting_btn {
    text-align: center;
    display: inline-block;
    background: transparent;
    padding: 8px 15px;
    border-radius: 50px;
    color: #000;
	font-weight: 600;
}
a.meeting_btn:hover{
    color: #0b5c9f;
}
.news-section .button-section a {
    font-size: 16px;
    width: 75%;
    text-align: center;    padding: 10px;
}
.news-box .date-time {
    line-height: 1.4;
}
.news-box .card-body{padding-bottom:0}
.news-section .button-section a.happening-btn:hover {
    background: #88cc55;
}
.news-section .button-section a.happening-btn1 {
    background: #3398eb;
}
.news-section .button-section a.happening-btn2 {
    background: #0875cf;
}
.news-section .button-section a.happening-btn3 {
    background: #0b5c9f;
}
.news-section .button-section a.happening-btn4 {
    background: #003b6c;
}
.news-section .button-section a.happening-btn5 {
    background: #12304a;
}
.section-for-news .news-box {
    margin-top: 18px;
}


/*Social Links*/
.social-links{float:right;    margin-left: 15px;}
.social-links ul {
    padding: 0;
	margin:0;
}
.social-links ul li {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transform: scale(.95);
    -webkit-transform: scale(.95);
	margin:0 3px;
}
.social-links ul li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.social-links ul li:hover, .social-links ul li:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: scale(1);
    -webkit-transform: scale(1);
}
.social-links ul li:hover:before, .social-links ul li:focus:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.social-links ul li img {width: 36px;}


.top-bar-header{padding: 8px 0;}

.content-for-login-section {
    position: relative;
    margin: 3em 0 3em;
}
.login-section-overlay .section-login-for-cunsumers {
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
       background: #000;
    z-index: 999;
    border-bottom: 4px solid #000;
}
.login-section-overlay .close-btn {
    color: #fff;
    font-size: 36px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: transparent;
    padding: 0;
    line-height: 0;
}
.login-section-overlay .close-btn:hover {
    border-color: #fff;
    color: #fff;
}
.search-results.node-results .search-info{ display:none;}
.body-stick .login-section-overlay .section-login-for-cunsumers {top: 95px;}
.search-pop-section .explore_search {
    margin: 30px auto;
    max-width: 800px;
}
.explore_search h3 {
    color: #fff;
    text-align: left;
}
.search-bar-on-banner {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-bar-on-banner input {
    padding: 10px 15px;
    width: 100%;
    color: #000;
    font-weight: 600;
    border: 2px solid #d6d6d6;
    padding-right: 90px;
    display: inline-block;
    vertical-align: middle;
}
.search-bar-on-banner button {
    border: 0;
    padding: 9px 10px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    background: #40982f;
    color: #fff;
    font-weight: 600;
    height: 46px;
    border: 2px solid #fff;
}
.search-bar-on-banner button:hover {
    background: #0b5c9f;
}

.top-item-links{text-align:right;}
.sub-top-links, .top-social-links, .top-buttons, .app-icon-links {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    margin-bottom: 0;
}
.sub-top-links li, .top-social-links li, .top-buttons li, .app-icon-links li{display:inline-block;}
.left-top-text{line-height:32px; font-size:15px;}
.left-top-text a{color:#fff;}
.left-top-text a i{    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 8px;}
.left-top-text a:hover{color:#4e8cd9;}
.app-icon-links a:hover img{opacity:.75;}
.app-icon-links a img{max-width:90px;}
.sub-top-links a, .top-social-links a{color:#000; font-size:14px; display: inline-block;}

ul.sub-top-links i.fa {
    font-size: 14px;
}
ul.sub-top-links .search_icon i.fa {
    font-size: 14px;
}
ul.social-media.sub-top-links{margin-left:0px;}
ul.social-media.sub-top-links a {
    width: 32px;
    text-align: center;
    padding: 3px;
    border: 2px solid #00c0a3;
    border-radius: 50%;
    padding-left: 0px;
}
ul.social-media.sub-top-links a:hover{background:#0b5c9f; border-color:#0b5c9f; color:#fff}
ul.social-media.sub-top-links i.fa {
    font-size: 18px;    margin-left: 3px;
    margin-top: 2px;
}
.top-social-links a {
    padding: 2px 0px;
    width: 25px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.top-social-links a.fb-icon{background:#3b5998;}
.top-social-links a.instagram-icon{background:#6a453b;}
.top-social-links a.twitter-icon{background:#55acee;}
.top-social-links a.youtube-icon{background:#c4302b;}
.sub-top-links a:hover{color:#0b5c9f;}
.top-social-links a:hover{background:#4e8cd9; color:#fff;}
.top-social-links a.fb-icon:hover{background:#224080;}
.top-social-links a.instagram-icon:hover{background:#523128;}
.top-social-links a.twitter-icon:hover{background:#3b8fce;}
.top-social-links a.youtube-icon:hover{background:#a5231f;}
.top-buttons a:text-new-sign{display:block;}
.top-buttons a img{    max-width: 20px;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;}
.top-buttons a:not(.text-new-sign) {
    display: block;
    padding: 4px 20px 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 15px;
    background: linear-gradient(to right,#0e8dc6 0%,#0a9d8d 50%,#07ac57 100%);
    margin-right: 15px;
}
.top-buttons a.text-new-sign{display:inline-block; vertical-align:middle;}
.sub-top-links > li {margin: 0 15px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #000;}
    .sub-top-links > li  a{
        padding-left: 5px;
        color: #3b0c83!important;
    }
     .sub-top-links > li  a:hover{
        color: #7c90eb;
     }
.top-social-links li {margin: 0 1px;}
.top-buttons li {margin: 0 5px; position:relative}
a.text-new-sign {
    font-size: 12px;
    position: absolute;
    left: -10px;
    bottom: -32px;
    display: block;
    text-align: center;
    font-weight: 600;
    z-index: 999;
    color: #333;
}
a.text-new-sign:hover, a.text-new-sign:focus{color: #06af4e;}
.top-buttons li a:not(.text-new-sign):hover{background: linear-gradient(to right,#0c77ac 0%,#098077 50%,#068f42 100%);}

/* Social Links*/

/*Head top bar*/

.logopart{width:auto; display:block; text-align: left; margin-top: -35px;}
.contact-bar ul, .link-bar ul{padding:0;margin:0;}
.contact-bar ul li, .link-bar ul li {display:inline-block;padding:0 7px;font-size:14px;border-right:1px solid #fff;line-height: 1;margin-left: -4px;
color:#fff;}
.contact-bar ul li:last-child, .link-bar ul li:last-child{border:0;}
.link-bar ul{float:right;}
.contact-bar ul li a, .link-bar ul li a{color:#fff;}
.contact-bar ul li a:hover, .link-bar ul li a:hover{color:#ff7e00;}

/*Head top bar*/

/* Menu Part Start */
#cssmenu:hover #menu-line{display:none !important}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {text-align: center; margin: 0; padding: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }*/
#cssmenu #menu-button { display: none; }
#cssmenu {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
/*    overflow: hidden;*/
 }
#menu-line { display:none; }
#cssmenu:hover #menu-line { display:block; }
#menu-line { position: absolute; top: 0; left: 0; height: 2px; background: #fa6441; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
#cssmenu > ul > li { display: inline-block;margin: 0px 5px;
 }
#cssmenu > ul > li:last-child{margin-right:0;}
#cssmenu > ul > li.social-icon{margin:0 4px;}
#cssmenu > ul > li.social-icon:before{content:none;}
#cssmenu > ul > li.social-icon a{    padding: 10px 0;}
#cssmenu > ul > li.social-icon a img{max-width:32px;}
#cssmenu > ul > li.social-icon a:hover img{opacity:.8;}
#cssmenu.align-center > ul { font-size: 0; text-align: center; }
#cssmenu.align-center > ul > li { display: inline-block; float: none; }
#cssmenu.align-center ul ul { text-align: left; }
#cssmenu.align-right > ul > li { float: right; }
#cssmenu.align-right ul ul { text-align: right; }
#cssmenu > ul > li > a { font-size:16px; padding: 15px 25px; font-weight: 700; text-decoration: none; color:#000; 
    /*-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;*/
}
#cssmenu > ul > li > a {outline: 0;}
/*#cssmenu > ul > li:before {
    content: "";
    border-bottom: 2px solid #0b5c9f;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition:.4s width ease-in-out;
}

#cssmenu > ul > li.search_icon::before{
    bottom: -6px;
}*/
#cssmenu > ul > li:last-child{
    background: #3b0c83;
}
#cssmenu > ul > li:last-child a{
    color: #fff;
}
#cssmenu > ul > li:hover:before{width: 100%;}
#cssmenu > ul > li.getinv:before{content:none;}
#cssmenu > ul > li.first.leaf > a.glyphicon-home:before {
    content: "\e021";
    border-bottom: 0;
    width: 100% !important;
    margin-bottom: 10px;
}
#cssmenu .glyphicon.glyphicon-home:before {
    float: left;
    text-indent: -2px;
}
#cssmenu .home {
   
	display:none;
	 
}
.sticking #cssmenu ul:before{
    background-color: transparent;
}
/*#cssmenu ul:before, #cssmenu ul:after{
    background-color: #d0d0d0;
    content: "";
    display: inline-block;
    height: 1px;
    bottom: 0.1em;
    position: relative;
    vertical-align: middle;
    width: 2%;

}
#cssmenu ul:before{
right: 29px;
    margin-left: -50%;
}
#cssmenu ul:after {
    left: 29px;
    margin-right: -50%;
}*/
#cssmenu .home a{  }
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.is-active > a { background: #FFE303;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    color: #000;
}
#cssmenu > ul > li.has-sub > a { padding-right: 25px; }
#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top: 25px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
/*-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;*/
}
a.nolink {
    cursor: default;
}
#cssmenu > ul > li.has-sub:hover > a::after {
border-color: #0b5c9f;
}
#cssmenu ul ul { position: absolute; left: 0px;    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    transition: .5s all; }
#cssmenu li:hover > ul { left: auto;     visibility: visible;
    opacity: 1;
    margin-top: 0;}
#cssmenu.align-right li:hover > ul { right: 0; }
#cssmenu ul ul ul { margin-left: 100%; top: 0; }
#cssmenu > ul > li.has-sub > a:hover::after{
    top: 20px
}
#cssmenu.align-right ul ul ul { margin-left: 0; margin-right: 99%; }
#cssmenu ul ul li { height: 0; -webkit-transition: height .2s ease;
-moz-transition: height .2s ease;
-ms-transition: height .2s ease;
-o-transition: height .2s ease;
transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li { height: auto; }
#cssmenu ul li:hover > ul > li:first-child { margin-top:0px; }
#cssmenu ul li:hover > ul > li ul > li:first-child { margin-top:0px; }
#cssmenu ul ul li a { padding: 10px 20px; width: 250px; font-size: 15px;border:1px solid #06518f;
    background: #0b5c9f; text-decoration: none; color: #fff; 
    /*-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;*/
position: relative;
right: 12px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color:#0b5c9f; background: #fff; }
#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 16px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
/*-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;*/
}
#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
border-color: #0b5c9f;
}
@media all and (max-width: 991px) {
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
background: #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
}
#cssmenu ul ul li a {
border:none;
}
#menu-line {
display:none;
}
#cssmenu:hover #menu-line {
display:none;
}
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgb(165 165 165 / 20%);
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button{
    text-align: left;
}
#cssmenu ul:before, #cssmenu ul:after{
    display: none;
}
#cssmenu ul li a, #cssmenu ul ul li a {
width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
/*float: none;
display: block;*/
}
#cssmenu ul ul li a {
padding: 20px 20px 20px 30px;
font-size: 14px;
background: none;
background: rgba(0,0,0,.05);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
visibility: visible;
opacity: 1;
}
#cssmenu > ul > li > a{color:#fff}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{color:#0b5c9f;}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 25px 30px;
color: #fff;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
float: right;
    top: 26px;
    right: 0;
}

#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 15px;
right: 20px;
display: block;
width: 30px;
height: 4px;
background: #000;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 30px;
height: 14px;
border-top: 4px solid #000;
border-bottom: 4px solid #000;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 55px;
width: 60px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 21px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #fff;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 26px;
display: block;
width: 11px;
height: 1px;
background: #fff;
z-index: 99;
}
#cssmenu > ul > li.has-sub:hover > .submenu-button::before, #cssmenu > ul > li.has-sub.active > .submenu-button::before{background: #0b5c9f;}
#cssmenu > ul > li.has-sub:hover > .submenu-button::after, #cssmenu > ul > li.has-sub.active > .submenu-button::after{background: #0b5c9f;}
#cssmenu ul ul li:hover > .submenu-button::before, #cssmenu ul ul li a:hover > .submenu-button::before{background: #0b5c9f;}
#cssmenu ul ul li:hover > .submenu-button::after, #cssmenu ul ul li a:hover > .submenu-button::after{background: #0b5c9f;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover{color: #0b5c9f;}

#cssmenu .submenu-button.submenu-opened:after {
display: none;
}
/*#header {
    background: #ededed;padding-top:50px;
}*/
}
.medium-purple a{background:#5c3280;}
.medium-purple a:hover{background:#aa71c2;}
.light-purple a{background:#ae1329;}

#cssmenu ul li.getinv a {border: 2px solid #fff;font-size: 16px;padding:4px 8px;color:#fff;min-height:28px;border-radius: 8px;text-transform: uppercase;}
#cssmenu ul li.getinv.light-purple a:before{content: none;background-size: 16px;background-repeat: no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-right: 3px;background-position: 0px 0px;}
#cssmenu ul li.getinv.medium-purple a:before{content: "";background-size: 16px;background-repeat: no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-right: 3px;background-position: 0px 0px;}
#cssmenu ul li.getinv a:hover{background:transparent}

.social-icon{padding-top:10px;}
.mobrowleft {
    margin-bottom: 10px; float: right;}
.fbicon { padding-bottom:5px; }
.fbicon a { color: #fff; font-size: 24px; }
.fbicon a:hover {color:#009ae1;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease; transition:all .4s ease;}
.darkHeader .logopart img { width: auto; padding: 16px 0; }
.logopart img {    
    width: auto;
    padding: 5px 0 2px;
    z-index: 1;
    position: relative;
    max-width: 280px;
}
.logopart span{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
    color: #000;
    margin-bottom: 0px;
    margin-left: 10px;
    font-weight: 600;}

#cssmenu .register-item a, .mobile-top-head .register-item a{ display: block;
    padding:3px 20px 4px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    font-size: 15px;

	background: #0b5c9f; 
     margin-top: 8px;
    line-height: 26px;border: 2px solid #fff;}

.mobile-top-head .register-item a{margin:5px 0; font-size:14px;padding: 2px 20px 3px;}
.mobile-top-head .accesible-pannel{float: left;margin: 6px 0 0;}
#cssmenu .register-item a:hover, .mobile-top-head .register-item a:hover{    background:#00C0A3;color:#fff;}
#cssmenu .register-item:before{content:none;}

#cssmenu .search-icon {
    text-indent: -999px;
    overflow: hidden;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    width: 57px;
    height: 50px;
    margin-top: 14px;
    margin-bottom: -15px;
    position: relative;
    z-index: 999;
}
#cssmenu .search-icon:before{    text-indent: 0;
    float: left;
    font-size: 32px;}
/* Menu Part End */

.mobile-top-head{display:none;}

.search_icon input{
        position: absolute;
    right: 0px;
    width: 0px;
    bottom: -5px;
    height: 45px;
    border: none;
    border-bottom: 2px solid #06af4e;
    padding: 0;
    z-index: 9;
    transition: all 0.5s;
}

.search_icon.search_active input{
    width: 650px;
    padding: 0 20px;

}



/* START SLIDER */

#slider {
   min-height: 500px;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100px;
}
#slider.slick-initialized {
    height: auto;
    background-image: none;min-height: auto;
}

#slider img{height:auto;width:100%;}
#slider { list-style: none; padding: 0; }
.banner-section { position:relative;z-index: 1; }
/*.banneroverlay { position:absolute; top:0; bottom:0; width:100%; left:0; 
/*background: -moz-linear-gradient(top,  rgba(35,127,7,1) 0%, rgba(188,15,17,0.5) 45%, rgba(253,249,249,0) 72%, rgba(255,255,255,0) 55%); 
background: linear-gradient(to bottom,  rgba(35,127,7,1) 0%,rgba(188,15,17,0.5) 45%,rgba(253,249,249,0) 72%,rgba(255,255,255,0) 55%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237f07', endColorstr='#00ffffff',GradientType=0 );*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#237f07+0,bc0f11+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#237f07+0,11cadb+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.62+0,0+100 */
/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
/* opacity: .4; z-index: 99;background: #000; }*/
	
	.upcoming-info{ 
       position: relative;
    top: 40px;
    margin: 0 auto;
    text-align: left;}
	
.pager-custom {padding:20px;}
.pager-custom ul{padding-left:0;list-style:none;margin:0;text-align: center;}
.pager-custom li{display:inline-block;}
.pager-custom li a{padding:6px 10px;margin:0 2px;text-transform: uppercase;color:#fff;position:relative;font-size: 14px;display:inline-block;}
.pager-custom li a:hover{color:#FB5E39}
.bx-wrapper .bx-controls-direction a{z-index:998 !important}
#slider li{display:none;}
#slider li:first-child{display:block;}
#slider.slick-slider li{display:block;}
#slider{margin:0;}
.slide-item{position:relative;}
.banner-o-btn{margin: 0 auto;padding:30px;position:relative;}

/* End Slider */

/* Start Slider over Text */

.bannertextarea { 
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 991;
    transform: translate(0px, -50%); }

.bannertextarea h2{font-size:48px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align:center;
color: #3b0c83;}

.bannertextarea p, .bannertextarea em{
    font-size:18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 40px 0px 40px 0px;
    text-align:center;
    padding: 0px;
    color: #000;
}

.bannertextarea .ft-18 {
    font-size: 18px;    margin: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bannertextarea span.courgette { font-weight:500; }

.banner-right-overlay-text{position:absolute; right:0; bottom:20px;z-index:9; }
.banner-right-overlay-text a{color:#fff; margin-left:30px; font-size:18px; }
.banner-right-overlay-text a:hover{color:#ccc; }

.logo-baner{max-width:400px;margin:20px auto;}
.banner-o-btn a{border: 2px solid #fff;padding: 15px 25px;font-size: 24px;background: transparent;color: #fff;display: inline-block;font-weight:600;-webkit-transition: all 0.25s ease-out;position:relative;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;}
.banner-o-btn a:hover{}

.text-over-banner-bottom{font-size: 20px; display:inline-block; padding-right:50px; position:relative}
.text-over-banner-bottom img{
	    position: absolute;
    bottom: 10px;
    max-width: 24px;
    right: 10px;}
.text-over-title{margin-bottom:5px;}

.over-banner-contentbtn{    padding-top: 15px;}
.over-banner-contentbtn a{    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border: 3px solid;
    background: #5F131F;
    border-radius: 20px;
    font-size: 18px;transition:.5s all;-moz-transition:.5s all;font-weight:500}

.over-banner-contentbtn a:hover{    background: #0f4e89;}

.banner-details-field{background: rgba(0,0,0,.5);padding: 20px;width: 100%;max-width: 750px;margin: 50px auto;text-align: left;text-align:center;}
.banner-field-area{position: absolute;bottom: 10%;width: 100%;text-align: center;color: #fff;z-index: 997;}
.banner-details-field input[type=radio]{display:none;	}
.banner-details-field input[type=radio] + label{font-weight:500;margin: 0;}
.banner-details-field input[type=radio] + label:before {
	   content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
	font-size: 0;
    vertical-align: middle;
    margin-right: 8px;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #fff;
	}
	
.banner-details-field input[type=radio]:checked + label:before {
	content: "\2713";
    color: #f58634;
    background-color: transparent;
    font-size: 1.8em;
    text-align: center;
    padding: 2px;
    line-height: 0;
    transition: .3s font-size ease-in-out;
	-webkit-transition: .3s font-size ease-in-out;
	-moz-transition: .3s font-size ease-in-out;
	-ms-transition: .3s font-size ease-in-out;
	}
.banner-details-field .or-seperat{padding: 2px 4px;background: #fff;color: #000;margin: 5px 8px;border-radius: 4px;font-size: 12px;}
.banner-details-field .radio-btn-section, .banner-details-field .name-field-section, .banner-details-field .start-button-section{display:inline-block;margin: 5px 15px;}
.banner-details-field input[type=text] {background: transparent;border: 0;border-bottom: 2px solid #fff;transition: .5s border-color ease-in-out;-webkit-transition: .5s border-color ease-in-out;-moz-transition: .5s border-color ease-in-out;-ms-transition: .5s border-color ease-in-out; width: 100%; z-index: 11;position: relative;}
.banner-details-field input[type=text]:focus{border-color:#f58634;outline:0;}

.name-field-section{max-width: 210px; width: 100%;}
.banner-details-field input[type=text]::-webkit-input-placeholder {
   color: #fff;
}

.banner-details-field input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.banner-details-field input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.banner-details-field input[type=text]:-ms-input-placeholder {  
   color: #fff;  
}

#slider .slick-dots {
    bottom: 20px;
    text-align: right;
    padding: 10px;z-index:100; width:auto; right:0; bottom:50%;    z-index: 992;
}
#slider.slick-slider .slick-dots li {
    display: block;margin:0 3px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;margin:0 auto;
}
.slick-dots li button:before{content:none;}
.slick-dots li.slick-active button {
    background: #fff;
}

.cus-container{width:100%; max-width:80%; margin:0 auto;}
.banner-carousel-section .service-item-img {padding:10px 0;}
.banner-carousel-section .service-item-img img{max-width:60px;margin:0 auto; transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all;}
.banner-carousel-section .item{padding:0 5px;}
.banner-carousel-section .service-item-name{font-size:11px;}
.banner-carousel-section .service-item-name a{color:#fff;}

.banner-carousel .slick-arrow{font-size:30px; color:#fff;width:auto; height:auto;}
.banner-carousel .slick-arrow:hover{color:#000;}
.banner-carousel .slick-arrow.slick-disabled{display:none !important;}
.banner-carousel .slick-arrow:before{content:none;}

.banner-carousel-section .item:hover .service-item-img img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);}
.banner-carousel-section .item:hover .service-item-name a{color:#000}

.banner-carousel > .item{display:none;}

.banner-carousel-section{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #abf1ff;}

.container-custom{padding:0 15px; margin:0 auto; width:96%;}
.banner-after-bottom-bar {
    padding: 10px 0;
    background: #eaebeb;
}

.banner-bottom-carousel-section .item{padding:0 5px;}
.banner-bottom-carousel > .item{display:none;}

.banner-bottom-carousel .slick-arrow{font-size:30px; color:#000;width:auto; height:auto;}
.banner-bottom-carousel .slick-arrow:hover{color:#000;}
.banner-bottom-carousel .slick-arrow.slick-disabled{display:none !important;}
.banner-bottom-carousel .slick-arrow:before{content:none;}

.over-banner-boxes{text-align:center}
.over-banner-boxes .box-over{max-width:250px; background:rgba(220,220,220,.5); border:1px solid rgba(255,255,255,.8); display:inline-block; margin:20px;}
.over-banner-boxes .box-over-title{font-size:30px;margin-bottom:2px; margin-top:2px;}
.over-banner-boxes .box-over-text{font-size:14px; font-weight:600;}
.over-banner-boxes .box-over-btn a{padding:4px 20px; background:#000; color:#fff; text-decoration:none; border-radius:20px; font-weight:600;display:inline-block; font-size:14px; margin:20px 0; border:2px solid #fff; }

.over-banner-boxes .box-left .box-over-btn a{background:#0f8bd3;}
.over-banner-boxes .box-right .box-over-btn a{background:#09af4b;}

.over-banner-boxes .box-over-btn a:hover{    background: linear-gradient(to right,#0c77ac 0%,#098077 50%,#068f42 100%);}

.over-banner-boxes {
    margin-top: 1.5em;
    padding-top: 1.5em;
}
.over-banner-content {
   
    padding-top: .5em;
}



.banner-bottom-text{position: absolute;
    z-index: 990;
    bottom: 0;
    color: #fff;
    padding: 15px 0; 
    font-size: 14px;width:100%;}
.banner-bottom-text	.hafa-text{font-style: italic;font-size: 16px; margin-bottom: 5px;}


.forcast-area {
	font-size:14px;
    padding: 8px 0;
}


.section-for-item {
    padding: 4em 0;
}
.heading h2 {
        font-size: 45px;
    color: #000;
    font-weight: 600;
}
.about-part .sub-text h3 {
        font-size: 28px;
    color: #000; line-height:1.6;
    font-weight: 400;
}

.text-content {    font-size: 18px;
    font-weight: 400;
    line-height: 1.6; }

.section-for-item .sub-text{margin:30px 0;}
.button-section a{
      padding: 12px 26px;
    background: #5b72dc;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;text-decoration: none;}
	
.button-section a:hover{background: #7c90eb; color:#fff; text-decoration:none}	

.sticky-logo{display:none}
/*.stic.sticking #cssmenu {
    text-align: right;
    float: right;
    position: relative;
    top: -14px
}*/

@media(min-width:991px){
/* ---------------- For sticky header: class="float-panel"  ------------------*/
.not-sticking {
   transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}



/* when class="float-panel fixed" */
.sticking {animation: slide-down 0.7s;
  box-shadow:0 2px 6px rgba(0,0,0,0.2); background:#fff;}

/*.sticking #cssmenu > ul > li > a{color:#000}*/
.sticking #cssmenu > ul > li.has-sub > a::after{border-color:#000}
.sticking #cssmenu > ul > li > a:hover{color:#000}
.sticking #cssmenu > ul > li.has-sub:hover > a::after{border-color:#0b5c9f;}
.sticking #cssmenu .register-item a{color:#fff}
.sticking #cssmenu .register-item a:hover{color:#fff}

.sticking .sticky-logo{display:block}
.sticking .main-logo{display:none}


@keyframes slide-down {
    0% {
    	
        transform: translateY(-300px);
    } 
    100% {
     	
        transform: translateY(0);
    } 
}

/*-------- Generic styles for the page ------------------*/

.stic.sticking .head-menu{padding:0;    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: #fff;  }
/*.inner-page-header.stic.sticking .head-menu{ background: #fff;}*/
.stic.sticking .top-bar-header{
	display: none !important;
}

.stic.sticking .logopart img, #primary-content .stic.sticking .logopart img{      
   width: 190px;
    padding: 5px 0;
    margin-top: 0px;
    margin-bottom: -60px;padding-bottom: 10px;}
.stic.sticking .logopart span{    font-size: 16px;
    margin-top: 0px;}

.stic.sticking .sub-top-links a, .top-social-links a{color:#00c0a3}
.stic.sticking ul.social-media.sub-top-links a{background: transparent;color: #00c0a3;border-color: #00c0a3}
.stic.sticking ul.social-media.sub-top-links a:hover{border-color:#0b5c9f }
.stic.sticking .sub-top-links a:hover, .stic.sticking .top-social-links a:hover{color:#0b5c9f}
.stic.sticking ul.social-media.sub-top-links a:hover{background:#0b5c9f; color:#fff}
.stic.sticking .sub-top-links .top-links-contact{color: #000;}
}
.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}
.header_top_bg {
    position: relative;
    z-index: 20;
   background:#ddd;
}
.content-panel-area {
    position: static;
    color: #fff;
}
.content-box { padding: 10px;}
#accessibility ul {
    padding: 0px !important;
    margin: 0px;
}
#accessibility ul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px;
}
#accessibility ul li a {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #000;
}
#accessibility ul li a:hover {
        color: #0b5c9f;
}
#accessibility ul li.close-content-box {
    width: 2%;
}
.close-content-box {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
}

/*Google translate*/

.languageimg a, .languageimg{padding:0 !important}
body{top: 0 !important;}
.header_user_info{margin:0;padding:0; display:inline-block; width:100px;     padding-left: 0 !important;}
.goog-te-banner-frame.skiptranslate{display:none !important;}
            #google_translate_element {
            position: relative;    display: inline-block;
            }
            .goog-te-gadget-icon{display:none;}
            .goog-te-gadget-simple {
            background-color: #fff;
            border-left: 1px solid #d5d5d5;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #d5d5d5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            /* zoom: 1; */
            }
            .goog-te-gadget-simple {
            background-color: transparent!important;
            border-color: transparent!important;
            color: #fff !important;
            }
            .goog-te-gadget-simple {
            padding: 0!important;
            }
            .goog-te-gadget-simple {
            background-color: #fff;
            border-left: 1px solid #d5d5d5;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #d5d5d5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            zoom: 1;
            }
            .languageimg .goog-te-gadget-simple > img {
            display: none;
            }
            .languageimg .goog-te-gadget-simple span {
            color: #000;
            }
            .header_user_info li:last-child a {
            border: none;outline: 0;
            color: #000;
            }
             .header_user_info li:last-child a:hover {
              color: #444;
            }
            .goog-te-gadget-simple .goog-te-menu-value {
            color: #000;
            }
            ul.header_user_info a {
            
            font-size:12px;
            text-transform: none;
            }
             ul.header_user_info a, ul.header_user_info li:last-child {
            border-right: 0 solid #101d84;
            }
            .goog-te-menu-value {
            text-decoration: none;
            color: #0000cc;
            white-space: nowrap;
            margin-left: 4px;
            margin-right: 4px;
            }
            ul.header_user_info li {
            border-left: 0 solid #101d84;
            
            font-size: 11px;
            text-transform: uppercase;
            padding: 2px 8px;
            }
            ul.header_user_info li.languageimg {
               background: transparent;position:relative;
            }

            .goog-te-menu-value{text-decoration:none !important;}
            .goog-te-spinner-pos{display:none !important;}
            .globe-img:before{content: "" !important;
            background: url(../images/uk-flag.png);
            width: 20px;
            height: 20px;
            background-size: 100%;
            position: absolute;
            left: 0;
            background-repeat: no-repeat;
            top: 5px;
            left: 2px;}
            .cart a{color: #fff;font-size: 20px;}   
            .translation-links{    display: inline-block;
            width: 170px;
            background: rgba(0,0,0,.8);
            padding: 0px;border-top: 1px solid rgb(187, 187, 187);position:absolute;left:0;top:35px;    z-index: 9;border: 1px solid rgba(187, 187, 187,.2);}
            
             .translation-links li {
            padding: 0px 2px;border-bottom: 1px solid rgba(187, 187, 187,.2);display:block;
            }
            .translation-links li a {
            color:#fff !important;font-size:13px;display:block; 

    padding: 7px 5px;
            } 
            .translation-links{display:none;}
            .translation-links.active-language{display:inline-block; text-align:left;}
            .language-section{position:relative;display: inline-block;}
            .language-section ul{list-style:none !important; padding-left:0 !important}
            .skiptranslate{display:none !important;}
            .translation-links li.close-lang {
   position: absolute;
    right: -12px;
    background: #000;
    width:26px;
    text-align: center;
    border-radius: 50%;
    top: -12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.translation-links li.close-lang i.fa{margin-left: 3px; color: #fff;}
/*.translation-links li.close-lang:hover {
    background: #ddd;
}*/
 .translation-links li.close-lang a {
    color: #000 !important;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    margin-left: -2px;
    margin-top: 0px;
}
i.flag-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    border:1px solid #999; margin-right:5px;
}
i.flag-icon.english-flag{background: url(../images/us-flag.jpg);background-size:100%;background-position:center;background-repeat:no-repeat;}
    
i.flag-icon.korea-flag{background: url(../images/korea-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.japan-flag{background: url(../images/japan-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.china-flag{background: url(../images/china-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}
i.flag-icon.taiwan-flag{background: url(../images/taiwan-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.filipino-flag{background: url(../images/filipino-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.russia-flag{background: url(../images/russia-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.vietnamese-flag{background: url(../images/vietnam-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.india-flag{background: url(../images/india_flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.spain-flag{background: url(../images/spain.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.french-flag{background: url(../images/france.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.language_right{
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
   }
.translation-links.active-language {
    display: inline-block;
    text-align: left;
}
i.fa.fa-universal-access {
    font-size: 32px !important;
}
body.modal-open{
    padding-right: 0px;
}
@media(min-width: 991px){
#cssmenu li:hover > ul li.right-sub-side-menu > ul{
    left: auto;
    right: 100%;
    margin: 0;
}
#cssmenu ul ul li.right-sub-side-menu > a::after{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
}
@media(max-width: 991px){
    .language-section {margin-right: 20px;z-index: 999!important;}
    .section-for-item.about-part:after{background-position: center center;}
    
}
@media(min-width: 992px){
.sticking .logopart {
    margin-top: 0px;
    padding-top: 0px;
}

}
@media (min-width: 992px) and (max-width: 1200px){

.logopart span{font-size: 14px;}
}

@media (min-width: 991px){
.get_btn_menu a {
    background: #0b5c9f;
    color: #fff !important;

      padding: 20px 25px !important;
    display: block !important;
    margin-left: 15px !important;
}
.get_btn_menu a:hover{background:#88cc55;}
.get_btn_menu:before{content:none !important}
}


.page-id-34.included-in-onepage .section-wrapper {
    padding-bottom: 60px !important;
	background-image: url(../images/dots.png);
    background-color: #ffffff;
    background-position: 94% 94%;
    background-repeat: no-repeat;
    background-size: auto;
}

.bottom_button a {
    background: #0b5c9f;
    color: #fff;
    padding: 20px 30px;
    font-size: 20px;
    bottom: -95px;
    position: absolute;
    z-index: 9;
    font-weight: 600;    white-space: nowrap;
}
.bottom_button {
    text-align: center;
}

.bottom_button a:hover {
    background: #88cc55;
    color: #fff;
}
.grid-item{position:relative}

.text-slider .slick-list{    max-width: 910px;
    margin: 0 auto;}
.text-slider .slick-arrow:before{content:none}
.text-slider  .slick-arrow i {
    font-size: 48px;
    color: #fff;
}	
.text-slider  .slick-arrow.slick-disabled{display:none !important}

#team.included-in-onepage .section-wrapper{padding-bottom:20px;}
#contact.included-in-onepage .section-wrapper{padding-top:20px;}
	
	
	.backlinks-footer {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin: 0px;
    line-height: 20px;
    margin-top: 30px;
    padding-top: 15px;    border-top: 1px solid rgb(124 124 124 / 20%);
    text-align: center;
}
footer .backlinks-footer li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.backlinks-footer a {
    /* padding: 0px 10px; */
    /* margin: 0; */
    /* border-right: solid 1px #000; */
    /* line-height: 10px; */
    font-size: 14px;
    /* display: block; */
    color: #fff;
}
footer .backlinks-footer li {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 12px;
    /* margin-left: -4px; */
    line-height: 10px;
    font-size: 14px;
}
.backlinks-footer li:last-child a {
    border: 0;
}


      .section-34 .section-element.section-element-44cfb027 .section-heading-title {
        color: #000;
        font-family: "Open Sans", Sans-serif;
        font-size: 46px;
        font-weight: 700;
        line-height: 60px;
      }

      .section-34 .section-element.section-element-54320a50 {
        color: #000;
        font-size: 18px;
        width: 575px;
        max-width: 575px;
      }

      .section-34 .section-element.section-element-27e593b7 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
      }

      .section-34 .section-element.section-element-6484bf7>.section-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
      }

      .section-34 .section-element.section-element-6484bf7>.section-element-populated>.section-widget-wrap {
        padding: 0px 0px 0px 0px;
      }

      @media(max-width:1019px) {
        .section-34 .section-element.section-element-44cfb027 .section-heading-title {
          font-size: 40px;
          line-height: 50px;
        }
      }

      @media(max-width:767px) {
        .section-34 .section-element.section-element-54320a50 {
          font-size: 20px;
        }
      }

      .section-36 .section-element.section-element-c02a4a9 {
        padding: 0px 0px 0px 0px;
      }

      .section-36 .section-element.section-element-598cb6e1 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-36 .section-element.section-element-68c7f675 .section-heading-title {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.4;
        
      }

      .section-36 .section-element.section-element-68c7f675>.section-widget-container {
     
        padding: 10px 0px 0px 0px;
      }

      .section-36 .section-element.section-element-68c7f675 {
        width: auto;
        max-width: auto;
      }

      .section-36 .section-element.section-element-44fcce7e {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-36 .section-element.section-element-44fcce7e>.section-widget-container {
        margin: 0px 0px 0px 0px;
      }

      .section-36 .section-element.section-element-48e9446f .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-36 .section-element.section-element-387c0b25 {
       margin-top: 50px;
       margin-bottom: 30px;
      }

      .section-36 .section-element.section-element-19dd6c25.section-column>.section-column-wrap>.section-widget-wrap {
        justify-content: center;
      }

      .section-36 .section-element.section-element-beed6b1 {
        text-align: left;
      }

      /*.section-36 .section-element.section-element-beed6b1>.section-widget-container {
        margin: 0px 25px 0px 25px;
      }

      .section-36 .section-element.section-element-6722f5c7>.section-widget-container {
        margin: 0px 25px 0px 25px;
      }

      .section-36 .section-element.section-element-44da874f>.section-widget-container {
        margin: 0px 25px 0px 25px;
      }*/

      .section-36 .section-element.section-element-568d9170 {
        margin-top: 50px;
        margin-bottom: 0px;
      }

     /* .section-36 .section-element.section-element-72fbefe9>.section-widget-container {
        margin: 0px 25px 0px 25px;
      }

      .section-36 .section-element.section-element-433a4f80>.section-widget-container {
        margin: 0px 25px 0px 25px;
      }

      .section-36 .section-element.section-element-546e2c32>.section-widget-container {
        margin: 0px 25px 0px 25px;
      }*/

      @media(max-width:1019px) {
        .section-36 .section-element.section-element-beed6b1>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-36 .section-element.section-element-6722f5c7>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-36 .section-element.section-element-44da874f>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-36 .section-element.section-element-72fbefe9>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-36 .section-element.section-element-433a4f80>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-36 .section-element.section-element-546e2c32>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }
      }

      @media(max-width:767px) {
        .section-36 .section-element.section-element-68c7f675 {
          text-align: left;
        }

        .section-36 .section-element.section-element-48e9446f .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-36 .section-element.section-element-beed6b1 {
          text-align: left;
        }

        .section-36 .section-element.section-element-568d9170 {
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }

      .section-62 .section-element.section-element-24b21380 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-62 .section-element.section-element-24b21380>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-62 .section-element.section-element-151230a1 .section-heading-title {
        color: #000;
        font-family: "Open Sans", Sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 5px;
      }

      .section-62 .section-element.section-element-151230a1>.section-widget-container {
     
        padding: 10px 0px 0px 0px;
        background-color: #ffffff;
      }

      .section-62 .section-element.section-element-151230a1 {
        width: auto;
        max-width: auto;
      }

      .section-62 .section-element.section-element-6867bf43 {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-62 .section-element.section-element-6867bf43>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-62 .section-element.section-element-605c7f01 .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-62 .section-element.section-element-318415d1 .section-heading-title {
        color: #172636;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 50px;
      }

      .section-62 .section-element.section-element-71a143d3 {
        color: #000;
        font-size: 18px;
      }
      .section-62 .section-element.section-element-71a143d3 p{
        margin-top: 20px;
      }

      .section-62 .section-element.section-element-579a4a6d .section-spacer-inner {
        --spacer-size: 50px;
      }

      @media(max-width:1019px) {
        .section-62 .section-element.section-element-318415d1 .section-heading-title {
          font-size: 40px;
        }

        .section-62 .section-element.section-element-579a4a6d .section-spacer-inner {
          --spacer-size: 0px;
        }
      }

      @media(max-width:767px) {
        .section-62 .section-element.section-element-605c7f01 .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-62 .section-element.section-element-579a4a6d .section-spacer-inner {
          --spacer-size: 0px;
        }
      }

      .section-60 .section-element.section-element-7d3bc647 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-60 .section-element.section-element-7d3bc647>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-60 .section-element.section-element-2f2d6a58 .section-heading-title {
        color: #000;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.4;
        
      }

      .section-60 .section-element.section-element-2f2d6a58>.section-widget-container {
      
        padding: 10px 0px 0px 0px;
        background-color: #e0e7ed;
      }

      .section-60 .section-element.section-element-2f2d6a58 {
        width: auto;
        max-width: auto;
      }

      .section-60 .section-element.section-element-21636800 {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-60 .section-element.section-element-21636800>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-60 .section-element.section-element-464e663e .section-spacer-inner {
        --spacer-size: 20px;
      }

      @media(max-width:767px) {
        .section-60 .section-element.section-element-464e663e .section-spacer-inner {
          --spacer-size: 0px;
        }
      }

      .section-114 .section-element.section-element-2983143c {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-114 .section-element.section-element-2983143c>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-114 .section-element.section-element-496b7008 .section-heading-title {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 5px;
      }

      .section-114 .section-element.section-element-496b7008>.section-widget-container {
        margin: -65px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
        background-color: #172636;
      }

      .section-114 .section-element.section-element-496b7008 {
        width: auto;
        max-width: auto;
      }

      .section-114 .section-element.section-element-41fc692c {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-114 .section-element.section-element-41fc692c>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-114 .section-element.section-element-592a423c .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-114 .section-element.section-element-3c9d680d .section-heading-title {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.4;
      }

      .section-114 .section-element.section-element-5c35b468 .section-spacer-inner {
        --spacer-size: 15px;
      }

      .section-114 .section-element.section-element-16023580 {
        color: #ffffff;
      }

      .section-114 .section-element.section-element-5f0338e9>.section-element-populated>.section-widget-wrap {
        padding: 10px 10px 10px 70px;
      }

      @media(max-width:1019px) {
        .section-114 .section-element.section-element-5f0338e9>.section-element-populated {
          margin: 30px 0px 0px 0px;
          --e-column-margin-right: 0px;
          --e-column-margin-left: 0px;
        }

        .section-114 .section-element.section-element-5f0338e9>.section-element-populated>.section-widget-wrap {
          padding: 10px 10px 10px 10px;
        }
      }

      @media(min-width:768px) {
        .section-114 .section-element.section-element-1631df01 {
          width: 26.917%;
        }

        .section-114 .section-element.section-element-5f0338e9 {
          width: 73.083%;
        }
      }

      @media(max-width:1019px) and (min-width:768px) {
        .section-114 .section-element.section-element-1631df01 {
          width: 100%;
        }

        .section-114 .section-element.section-element-5f0338e9 {
          width: 100%;
        }
      }

      @media(max-width:767px) {
        .section-114 .section-element.section-element-592a423c .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-114 .section-element.section-element-5c35b468 .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-114 .section-element.section-element-5f0338e9>.section-element-populated {
          margin: 20px 0px 0px 0px;
          --e-column-margin-right: 0px;
          --e-column-margin-left: 0px;
        }
      }

      .section-66 .section-element.section-element-7ae69707 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-66 .section-element.section-element-7ae69707>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-66 .section-element.section-element-167a91ec .section-heading-title {
        color: #000;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.4;
        
      }

      .section-66 .section-element.section-element-167a91ec>.section-widget-container {
        padding: 10px 0px 0px 0px;
        background-color: #ffffff;
      }

      .section-66 .section-element.section-element-167a91ec {
        width: auto;
        max-width: auto;
      }

      .section-66 .section-element.section-element-178bb9ad {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-66 .section-element.section-element-178bb9ad>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-66 .section-element.section-element-6d37ceef .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-66 .section-element.section-element-1286511 {
        margin-top: 75px;
        margin-bottom: 75px;
      }

      @media(max-width:767px) {
        .section-66 .section-element.section-element-1286511 {
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }

      .section-154 .section-element.section-element-283176dd {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-154 .section-element.section-element-283176dd>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-154 .section-element.section-element-11e43d7a .section-heading-title {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 5px;
      }

      .section-154 .section-element.section-element-11e43d7a>.section-widget-container {
        margin: -65px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
        background-color: #172636;
      }

      .section-154 .section-element.section-element-11e43d7a {
        width: auto;
        max-width: auto;
      }

      .section-154 .section-element.section-element-1f18d1de {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-154 .section-element.section-element-1f18d1de>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-154 .section-element.section-element-4366d647 .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-154 .section-element.section-element-1a0de84d>.section-widget-container {
        margin: 0px 75px 0px 0px;
      }

      .section-154 .section-element.section-element-201e1e2>.section-widget-container {
        margin: 0px 75px 0px 0px;
      }

      .section-154 .section-element.section-element-524bac34>.section-widget-container {
        margin: 0px 75px 0px 0px;
      }

      .section-154 .section-element.section-element-5d405384 {
        margin-top: 35px;
        margin-bottom: 0px;
      }

      .section-154 .section-element.section-element-7b06d03>.section-widget-container {
        margin: 0px 75px 0px 0px;
      }

      .section-154 .section-element.section-element-6cb5fee3>.section-widget-container {
        margin: 0px 75px 0px 0px;
      }

      .section-154 .section-element.section-element-1063db1d>.section-widget-container {
        margin: 0px 75px 0px 0px;
      }

      @media(max-width:1019px) {
        .section-154 .section-element.section-element-1a0de84d>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-154 .section-element.section-element-201e1e2>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-154 .section-element.section-element-524bac34>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-154 .section-element.section-element-7b06d03>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-154 .section-element.section-element-6cb5fee3>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }

        .section-154 .section-element.section-element-1063db1d>.section-widget-container {
          margin: 0px 0px 0px 0px;
        }
      }

      @media(max-width:767px) {
        .section-154 .section-element.section-element-4366d647 .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-154 .section-element.section-element-5d405384 {
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }

      .section-56 .section-element.section-element-1fee0ef5 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-56 .section-element.section-element-1fee0ef5>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-56 .section-element.section-element-2751b348 .section-heading-title {
        color: #000;
        font-family: "Open Sans", Sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 5px;
      }

      .section-56 .section-element.section-element-2751b348>.section-widget-container {
        margin: -65px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
        background-color: #ffffff;
      }

      .section-56 .section-element.section-element-2751b348 {
        width: auto;
        max-width: auto;
      }

      .section-56 .section-element.section-element-33facf6c {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-56 .section-element.section-element-33facf6c>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-56 .section-element.section-element-5533e5af .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-56 .section-element.section-element-151f2f86 img {
        width: 100%;
      }

      .section-56 .section-element.section-element-405bdf5e .section-spacer-inner {
        --spacer-size: 50px;
      }

      .section-56 .section-element.section-element-541f4d2f>.section-element-populated {
        margin: 0px 27px 0px 0px;
        --e-column-margin-right: 27px;
        --e-column-margin-left: 0px;
      }

      .section-56 .section-element.section-element-445b13d2 .section-heading-title {
        color: #172636;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 50px;
      }

      .section-56 .section-element.section-element-4bd6598a .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-56 .section-element.section-element-27ff2194 {
        color: #88cc55;
        font-size: 22px;
      }

      .section-56 .section-element.section-element-3b4fb727>.section-element-populated {
        margin: 120px 0px 0px 17px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 17px;
      }

      @media(max-width:1019px) {
        .section-56 .section-element.section-element-541f4d2f>.section-element-populated {
          margin: 0px 0px 0px 0px;
          --e-column-margin-right: 0px;
          --e-column-margin-left: 0px;
        }

        .section-56 .section-element.section-element-445b13d2 .section-heading-title {
          font-size: 40px;
        }

        .section-56 .section-element.section-element-4bd6598a .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-56 .section-element.section-element-3b4fb727>.section-element-populated {
          margin: 30px 0px 0px 0px;
          --e-column-margin-right: 0px;
          --e-column-margin-left: 0px;
        }
      }

      @media(max-width:767px) {
        .section-56 .section-element.section-element-5533e5af .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-56 .section-element.section-element-405bdf5e .section-spacer-inner {
          --spacer-size: 0px;
        }
      }

      @media(max-width:1019px) and (min-width:768px) {
        .section-56 .section-element.section-element-541f4d2f {
          width: 100%;
        }

        .section-56 .section-element.section-element-3b4fb727 {
          width: 100%;
        }
      }

      .section-64 .section-element.section-element-12c04dd3 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-64 .section-element.section-element-12c04dd3>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-64 .section-element.section-element-41015889 .section-heading-title {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 5px;
      }

      .section-64 .section-element.section-element-41015889>.section-widget-container {
        margin: -65px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
        background-color: #172636;
      }

      .section-64 .section-element.section-element-41015889 {
        width: auto;
        max-width: auto;
      }

      .section-64 .section-element.section-element-366d3ecb {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-64 .section-element.section-element-366d3ecb>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-64 .section-element.section-element-5325bc61 .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-64 .section-element.section-element-4e815553>.section-container {
        max-width: 1240px;
      }

      @media(max-width:1019px) {
        .section-64 .section-element.section-element-2c67557>.section-element-populated>.section-widget-wrap {
          padding: 10px 10px 10px 10px;
        }

        .section-64 .section-element.section-element-71892202>.section-element-populated {
          margin: 50px 0px 50px 0px;
          --e-column-margin-right: 0px;
          --e-column-margin-left: 0px;
        }

        .section-64 .section-element.section-element-71892202>.section-element-populated>.section-widget-wrap {
          padding: 10px 10px 10px 10px;
        }

        .section-64 .section-element.section-element-5431e345>.section-element-populated>.section-widget-wrap {
          padding: 10px 10px 10px 10px;
        }
      }

      @media(max-width:1019px) and (min-width:768px) {
        .section-64 .section-element.section-element-2c67557 {
          width: 100%;
        }

        .section-64 .section-element.section-element-71892202 {
          width: 100%;
        }

        .section-64 .section-element.section-element-5431e345 {
          width: 100%;
        }
      }

      .section-116 .section-element.section-element-72d89f06 {
        color: #88cc55;
        font-family: "Open Sans", Sans-serif;
        font-size: 90px;
        font-weight: 100;
        line-height: 90px;
      }

      .section-116 .section-element.section-element-72d89f06>.section-widget-container {
        margin: 0% 0% 0% 0%;
        padding: 0em 0em 0em 0em;
      }

      .section-116 .section-element.section-element-3676e909 .section-heading-title {
        color: #000;
        font-family: "Open Sans", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.4;
        
      }

      .section-116 .section-element.section-element-3676e909>.section-widget-container {
        margin: 65px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
      }

      .section-116 .section-element.section-element-3676e909 {
        width: auto;
        max-width: auto;
      }

      .section-116 .section-element.section-element-8c293c9 {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
      }

      .section-116 .section-element.section-element-8c293c9>.section-widget-container {
        margin: -30px 0px 0px 0px;
      }

      .section-116 .section-element.section-element-77b9d221 .section-spacer-inner {
        --spacer-size: 20px;
      }

      .section-116 .section-element.section-element-5ab70c87>.section-element-populated>.section-widget-wrap {
        padding: 10px 10px 10px 40px;
      }

      @media(max-width:1019px) {
        .section-116 .section-element.section-element-5ab70c87>.section-element-populated>.section-widget-wrap {
          padding: 10px 10px 10px 10px;
        }
      }

      @media(max-width:767px) {
        .section-116 .section-element.section-element-77b9d221 .section-spacer-inner {
          --spacer-size: 0px;
        }

        .section-116 .section-element.section-element-5ab70c87>.section-element-populated>.section-widget-wrap {
          padding: 10px 10px 10px 10px;
        }
      }

      @media(min-width:768px) {
        .section-116 .section-element.section-element-5ab70c87 {
          width: 46.282%;
        }

        .section-116 .section-element.section-element-37b19f6d {
          width: 46.282%;
        }
      }

      @media(max-width:1019px) and (min-width:768px) {

        .section-116 .section-element.section-element-4f0c7a20 {
          width: 33%;
        }

        .section-116 .section-element.section-element-5ab70c87 {
          width: 28%;
        }

        .section-116 .section-element.section-element-37b19f6d {
          width: 39%;
        }
      }

      .section-kit-470 {
        --e-global-color-primary: #6EC1E4;
        --e-global-color-secondary: #54595F;
        --e-global-color-text: #7A7A7A;
        --e-global-color-accent: #61CE70;
        --e-global-color-15a313a1: #4054B2;
        --e-global-color-2ad34a37: #23A455;
        --e-global-color-726ffeee: #000;
        --e-global-color-4c1b01fe: #FFF;
        --e-global-typography-primary-font-family: "Roboto";
        --e-global-typography-primary-font-weight: 600;
        --e-global-typography-secondary-font-family: "Roboto Slab";
        --e-global-typography-secondary-font-weight: 400;
        --e-global-typography-text-font-family: "Roboto";
        --e-global-typography-text-font-weight: 400;
        --e-global-typography-accent-font-family: "Roboto";
        --e-global-typography-accent-font-weight: 500;
      }

      .section-section.section-section-boxed>.section-container {
        max-width: 1190px;
      }

      .e-container {
        --container-max-width: 1190px;
      }

      .section-widget:not(:last-child) {
        margin-bottom: 20px;
      }

      .section-element {
        --widgets-spacing: 20px;
      }

        {}

      h1.entry-title {
        display: var(--page-title-display);
      }

      @media(max-width:1019px) {
        .section-section.section-section-boxed>.section-container {
          max-width: 1024px;
        }

        .e-container {
          --container-max-width: 1024px;
        }
      }

      @media(max-width:767px) {
        .section-section.section-section-boxed>.section-container {
          max-width: 767px;
        }

        .e-container {
          --container-max-width: 767px;
        }
      }
	  
	  .more-info-btn a {
    display: inline-block;
    background: #0b5c9f;
    color: #fff;
    padding: 6px 15px;
	    margin-top:0px;
}
.more-info-btn a:hover {
  
    background:#88cc55; color:#fff
 
}

.share-icons-section ul {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.share-icons-section li {
    display: inline-block;
    padding: 4px;
}
.share-icons-section li a {
    display: block;
}
.share-icons-section h2.post-title span{color:#fff;}
.share-icons-section li img {
    max-width:60px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
}
.share-icons-section .post-title{color:#fff !important;}
a.share-magnific.magnific {
       font-size: 28px;
    position: fixed;
    right: 7px;
    top: 51%;z-index:9
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 44px;
    border: 2px solid #fff;
    border-radius: 30px;
    top: -50px;
    right: 2%;
}
.mfp-content {
    vertical-align: top;
    top: 10%;
}


@charset "UTF-8";

.is-style-outline>:where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
	border: 2px solid;
	padding: .667em 1.333em
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

@supports (-webkit-touch-callout:inherit) {
}

@supports (position:sticky) {
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
}

ul {
	box-sizing: border-box
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
	background-color: inherit;
	color: inherit;
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: normal;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -1px;
	top: 100%
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-right: 0;
	margin-left: auto
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent
	}

	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
		margin-right: .25em
	}

	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container {
	gap: inherit
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	padding: .5em 1em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

@supports (position:sticky) {
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where(.has-border-color),
html :where([style*=border-width]) {
	border-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

.service-holder:after {
	content: "";
	display: block;
	clear: both
}

.service-txt {
	color: #fff;
	max-width: 280px
}

.section-widget .service-txt {
	max-width: 100%
}

.service-txt h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	line-height: 130%
}

.service-num {
	font-size: 16px;
	color: #88cc55;
	line-height: 100%
}

.text-slider-wrapper {
	font-size: 24px;
	line-height: 35px;
	padding: 0 50px;
	color: #fff
}

.text-slider-header-quotes {
	background-image: url(../images/quotes_image.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px
}

.text-slider-wrapper .text-slide {
	font-size: 26px;
	line-height: 170%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto
}

.text-slider-wrapper .text-slide:after {
	content: "";
	display: table;
	clear: both
}

.text-slider-wrapper .text-slide-name {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	margin: 5px 0
}

.text-slider-wrapper .text-slide-position {
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 4px;
	color: #fff;
	margin: 0;
	padding-left: 4px
}

.text-slider-wrapper img.text-slide-img {
	width: 70px !important;
	height: 70px;
	border-radius: 90%;
	display: inline-block
}

.text-slide-content {
	margin-bottom: 60px;
	font-style: italic
}

a.button {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #88cc55;
	border: 2px solid #88cc55;
	display: inline-block;
	text-align: center;
	padding: 27px 40px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	transition: all .2s linear;
	margin-bottom: 17px;
	letter-spacing: 2px
}

a.button:hover {
	background-color: transparent;
	color: #88cc55
}

.member {
	text-align: center
}

.member-wrapper {
	display: inline-block;
	position: relative
}

.member-image-holder {
	display: inline-block;
	vertical-align: middle;
	max-width: 491px;
	line-height: 0;
	position: relative
}

.member-image-holder:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	right: -20px;
	background-color: #f3f3f3;
	z-index: 1
}

.member-left .member-image-holder:after {
	top: 20px;
	left: -20px
}

.member-content {
	margin-top: 35px
}

.member-info {
	max-width: 360px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -90px;
	margin-right: 85px;
	text-align: left
}

.member-left .member-info {
	margin-left: 85px;
	margin-right: 0
}

.member-postition {
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
    font-style: italic;
}

.member-name {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	position: relative;
    line-height: 1.4;
}

.member-social-holder {
	background: #88cc55;
	padding: 25px 20px;
	position: absolute;
	left: 410px;
	bottom: 10%;
	z-index: 3
}
.member-image-holder img{position:relative; z-index:2}
.member-left .member-social-holder {
	left: auto;
	right: 410px;

	bottom: 10%
}

.member-social-holder>div:last-of-type {
	margin-bottom: 0
}

.member-social-holder .social a {
	color: #fff !important
}

.blog-holder-scode {
	margin-top: 0
}

.blog-holder-scode article:nth-of-type(3n) {
	margin-right: 0
}

.blog-item-holder-scode {}

.blog-item-holder-scode h4 {
	padding: 0;
	margin:5px 0 10px
}

.blog-item-holder-scode h4 a {
	font-family: 'Open Sans', sans-serif;
	color: #000 !important;
	font-size: 24px;
	line-height: 115%;
	font-weight: 700;
	transition: .3s;
	letter-spacing: -1px
}

.blog-item-holder-scode h4 a:hover {
	    color: #88cc55 !important;
}

.blog-item-holder-scode .post-thumbnail {
	overflow: hidden
}

.latest-posts-background-featured-image-holder {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: .3s
}

.latest-posts-background-featured-image-holder:hover {
	opacity: .8;
	transform: scale(1.1)
}

.latest-posts-scode .cat-links ul {
	margin: 25px 0 0;
	padding: 0
}

.latest-posts-scode .cat-links ul li {
	display: inline-block;
	list-style: none
}

.latest-posts-scode .cat-links li:after {
	content: ",";
	padding-right: 5px
}

.latest-posts-scode .cat-links li:last-child:after {
	display: none
}

.latest-posts-scode .cat-links ul li a {
	font-size: 14px;
	color: #000
}

#portfolio-wrapper {
	width: 1366px;
	margin-left: -98px
}

.grid {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	font-size: 0;
	line-height: 0
}

.grid-sizer {
	width: 25%
}

.grid-item {
	float: left;
	font-size: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden
}

.grid-item.p_one_fourth {
	width: 25%
}

.grid-item.p_one_half {
	width: 50%
}

.grid-item img {
	width: 100% !important;
	height: auto;
	display: block
}

.grid-item a.item-link:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#0b5c9f;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease-in-out
}
.grid-item a.item-link:hover:after{opacity:.8 !important}
.portfolio-text-holder {
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transition: all .3s ease
}

.portfolio-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 170%;
	margin-bottom: 0
}

.portfolio-desc {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 2px;
	margin-bottom: 0
}

.grid-item a.item-link:hover:after,
.grid-item a.item-link:hover .portfolio-text-holder {
	opacity: 1
}

.more-posts-portfolio-holder {
	min-height: 1px;
	margin-top: 100px
}

.more-posts-portfolio-holder>a {
	margin-bottom: 0
}

body .site-wrapper .more-posts-portfolio {
	cursor: pointer
}

body .site-wrapper .no-more-posts-portfolio,
body .site-wrapper .more-posts-portfolio-loading {
	display: none;
	cursor: auto
}

.portfolio-load-content-holder {
	opacity: 0;
	transform: translateY(70px);
	transition: all .5s ease;
	width: 1170px;
	max-width: 75%;
	margin: 0 auto
}

#portfolio-grid {
	transition: all .5s ease;
	opacity: 1;
	transform: translateY(0px)
}

.social {
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px
}

body .social a {
	color: #000 !important;
	transition: all .3s ease
}

body .social a:hover {
	opacity: .5
}

@media screen and (max-width:1366px) {
	#portfolio-wrapper {
		width: 100%;
		margin-left: auto
	}

	.blog-holder-scode {
		width: 100%;
		transform: none
	}

	.blog-item-holder-scode {
		width: 30%;
		margin-right: 5%
	}

	.blog-item-holder-scode h4 a {
		font-size: 32px
	}
}

@media screen and (max-width:1024px) {

	.portfolio-text-holder {
		left: 20px;
		bottom: 20px
	}
}

@media screen and (max-width:1020px) {

	.grid-item,
	.grid-sizer {
		width: 100% !important
	}

	.service-holder {
		text-align: center;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}

	.section-widget .service-holder {
		text-align: inherit;
		max-width: 100%;
		margin: 0
	}

	.service-txt {
		margin: 0 auto
	}

	.no-page-title .section-wrapper {
		padding: 65px 0 35px
	}

	.portfolio-load-content-holder {
		max-width: 100%;
		padding-top: 15px;
		margin-top: 35px
	}

	.member {
		margin: 35px auto !important
	}

	.member img {
		display: block;
		margin: 0 auto
	}

	.member-info {
		display: block;
		margin: 0 auto !important;
		padding: 10% 3% 0;
		text-align: center
	}

	.member-social-holder {
		padding: 20px 10px;
		left: 0 !important;
		display: inline-block;
		bottom: 0 !important;
		position: relative;
		margin-top: 15px
	}

	.member-social-holder>div {
		display: inline-block;
		margin: 0 15px
	}
}

@media screen and (max-width:767px) {
	.blog-item-holder-scode {
		display: block;
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto !important;
		max-width: 360px
	}

	.blog-item-holder-scode .post-thumbnail {
		margin-top: 70px
	}

	.latest-posts-background-featured-image-holder {
		height: 300px
	}

	.member-name {
		font-size: 35px
	}

	.member-content {
		font-size: 16px;
		line-height: 170%
	}

	.member-postition {
		font-size: 13px
	}

	.member-image-holder:after {
		display: none
	}

	.text-slider-wrapper .text-slide {
		font-size: 20px
	}

	.text-slider-wrapper .text-slide-name {
		display: block;
		margin-bottom: 5px
	}

	.text-slider-wrapper .text-slide-position {
		display: block;
		font-size: 14px;
		line-height: 125%
	}
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
	display: none
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type=email] {
	direction: ltr
}

@font-face {}

.tp-bullets {}

html,
body,
div,
span,
h1,
h2,
h4,
p,
img,
strong,
i,
form,
article,
footer,
header,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
/*	font-size: 100%;*/
	vertical-align: baseline;
    /* color: #8e8e8e; */
}

body {
	line-height: 1;
    background-color: #F8F8FF;
}

article,
footer,
header,
section {
	display: block
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline: none;
	vertical-align: baseline;
	background: 0 0
}

input {
	vertical-align: middle
}

input:focus,
textarea:focus {
	outline: none
}

.block {
	display: block
}

.clear {
	clear: both
}

.center-relative {
	margin-left: auto;
	margin-right: auto
}

.center-text {
	text-align: center
}

.text-left {
	text-align: left
}

.relative {
	position: relative
}

/*h1,
h2,
h4 {
	padding: 20px 0
}*/

h1 {
	font-size: 38px;
	line-height: 38px
}

h2 {
	font-size: 34px;
	line-height: 34px
}

h4 {
	font-size: 30px
}


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 29px;
	font-weight: 400;
	color: #8e8e8e;
	overflow-x: hidden
}

body a {
	color: #172636;
	transition: color .3s ease;
	text-decoration: none
}

body a:hover {
	color: #3b0c83;
	text-decoration: none
}

body p {
	margin-bottom: 13px
}

.site-wrapper img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.doc-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff
}

.doc-loader img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.section {
	position: relative
}

.section-wrapper {
	position: relative;
	padding: 95px 0 60px
}

.included-in-onepage .section-wrapper {
	padding: 135px 0
}

a.button {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;

	font-weight: 700;
	color: #fff;
	background-color: #0b5c9f;
	border: 2px solid #0b5c9f;
	display: inline-block;
	text-align: center;
	padding: 25px 25px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	transition: all .2s linear;
	margin-bottom: 17px;
	letter-spacing: 2px
}

a.button:hover {
	background-color: transparent;
	color:#0b5c9f
}

.wpcf7-form {
	max-width: 100%;
	margin: 0 auto;
	font-size: 22px;
	color: #000
}

.wpcf7-form p {
	margin-bottom: 0 !important
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	font-family: 'Roboto', sans-serif;
	border: 0;
	font-size: 15px;
	padding: 5px 0;
	width: 100%;
	line-height: 25px;
	color: #000;
	margin-bottom: 35px;
	text-indent: 10px;
	background-color: transparent;
	border-bottom: 3px solid
}

.wpcf7 textarea {
	height: 150px
}

.wpcf7 input[type=text]:ms-input-placeholder,
.wpcf7 input[type=email]:ms-input-placeholder,
.wpcf7 textarea:ms-input-placeholder {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 25px
}

.wpcf7 input[type=text]::ms-input-placeholder,
.wpcf7 input[type=email]::ms-input-placeholder,
.wpcf7 textarea::ms-input-placeholder {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 25px
}

.wpcf7 input[name=your-name] {
	margin-top: 0
}

.wpcf7 input[type=submit] {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #0b5c9f;
	border: 2px solid #0b5c9f;
	display: block;
	width: 100%;
	text-align: center;
	padding: 29px 40px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	transition: all .2s linear;
	margin-bottom: 17px;
	letter-spacing: 2px; border-radius:0
}

.wpcf7 input[type=submit]:hover {
	background-color: transparent;
	color: #0b5c9f
}

div.wpcf7-response-output {
	margin: 0;
	padding: .2em 1em;
	font-size: 12px;
	color: #88cc55;
	text-align: center;
	border: 2px solid
}

footer ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0
}

.footer {
	font-size: 16px;
	padding-top: 75px;
	padding-bottom: 15px;
	clear: both;
	color: #000;
	text-align: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	background-color: #fff;
}

.footer .col1 img{max-width:120px;}
.footer .col1 h4{padding:10px 0; font-size:24px; font-weight:600}
.footer .col1 small{display: block;margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;}
.footer .col2 h4{    
    font-size: 22px;
    font-weight: 700;
    padding: 0;}
.footer-content {
	width: 900px
}

.footer-mail {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	margin-bottom: 20px;
	line-height: 100%;
	font-weight: 700
}

.footer-phone {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 55px
}

.social-holder {
	margin-bottom: 35px;
	padding-top: 50px
}

.social-holder a {
	font-size: 25px;
	margin-right: 25px
}

.social-holder a:last-of-type {
	margin: 0
}

.footer a {
	color: #000
}

.copyright-holder {
	font-size: 14px
}

@media screen and (max-width:1024px) {
	.included-in-onepage .section-wrapper {
		padding: 70px 0
	}

	.footer-content {
		width: 100%
	}
}

@media screen and (max-width:767px) {

	.footer-mail {
		font-size: 30px
	}
}

@media screen and (max-width:400px) {
	.footer-mail {
		font-size: 28px
	}
}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src: url(../fonts/Pe-icon-7-strokebb1d.eot?d7yf1v);
	src: url(../fonts/Pe-icon-7-strokebb1d.eot?d7yf1v) format('embedded-opentype');
	font-weight: 400;
	font-style: normal
}

/*! section-icons - v5.15.0 - 30-01-2022 */
@font-face {
	font-family: eicons;
	src: url(../fonts/eicons5519.eot?5.15.0);
	src: url(../fonts/eicons5519.eot?5.15.0) format("embedded-opentype");
	font-weight: 400;
	font-style: normal
}

.site-wrapper .doc-loader {
        background-color: #ffffff;
      }

      .site-wrapper .header-logo img {
        width: 57px;
        height: 122px;
      }

      .site-wrapper .footer-logo img {
        width: 57px;
        height: 122px;
      }

      .single .site-content {
        padding-bottom: 70px;
      }

      .site-wrapper .footer-logo {
        margin-top: -140px;
      }
	  
	  .section.post-101 {
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-34 {
        background-color: #ffffff;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-36 {
        background-color: #0b5c9f;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-62 {
        background-image: url("../images/dots.png");
        background-color: #ffffff;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-58 {
        background-color:#0b5c9f;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
      }
.item-with-icon {
    margin-bottom: 20px;
}
.more-info-btn{padding-left:0}
      .section-page-60 {
        background-color: #5e819d30;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-114 {
        background-color: #172636;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-66 {
        background-image: url("../images/dots.png");
        background-color: #ffffff;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-154 {
        background-color: #172636;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-56 {
        background-image: url("../images/dots.png");
        background-color: #ffffff;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-64 {
        background-image: url("../images/dots2.png");
        background-color: #172636;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section-page-116 {
        background-color: #f0ffe4;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto;
      }

      .section.post-101 h1.entry-title:not(.big-title),
      .section.post-101 h2.entry-title,
      .section.post-101 p.page-description {}

      .section.post-34 h1.entry-title:not(.big-title),
      .section.post-34 h2.entry-title,
      .section.post-34 p.page-description {}

      .section.post-36 h1.entry-title:not(.big-title),
      .section.post-36 h2.entry-title,
      .section.post-36 p.page-description {
        color: #ffffff;
      }

      .section.post-62 h1.entry-title:not(.big-title),
      .section.post-62 h2.entry-title,
      .section.post-62 p.page-description {}

      .section.post-58 h1.entry-title:not(.big-title),
      .section.post-58 h2.entry-title,
      .section.post-58 p.page-description {}

      .section.post-60 h1.entry-title:not(.big-title),
      .section.post-60 h2.entry-title,
      .section.post-60 p.page-description {}

      .section.post-114 h1.entry-title:not(.big-title),
      .section.post-114 h2.entry-title,
      .section.post-114 p.page-description {
        color: #ffffff;
      }

      .section.post-66 h1.entry-title:not(.big-title),
      .section.post-66 h2.entry-title,
      .section.post-66 p.page-description {}

      .section.post-154 h1.entry-title:not(.big-title),
      .section.post-154 h2.entry-title,
      .section.post-154 p.page-description {
        color: #ffffff;
      }

      .section.post-56 h1.entry-title:not(.big-title),
      .section.post-56 h2.entry-title,
      .section.post-56 p.page-description {}

      .section.post-64 h1.entry-title:not(.big-title),
      .section.post-64 h2.entry-title,
      .section.post-64 p.page-description {
        color: #ffffff;
      }

      .section.post-116 h1.entry-title:not(.big-title),
      .section.post-116 h2.entry-title,
      .section.post-116 p.page-description {}

      .page-id-34 .section-wrapper {
        padding-bottom: 0 !important;
      }

      @media only screen and (min-width: 770px) {
        .rev_slider_wrapper {
          margin-top: 100px;
        }
      }

      .page-id-62 {
        background-position: calc(50% + 430px) 0 !important;
      }

      .page-id-66 {
        background-position: calc(50% + 430px) 0 !important;
      }

      .page-id-56 {
        background-position: calc(50% + 430px) 0 !important;
      }

      .page-id-64 {
        background-position: calc(50% + 430px) 0 !important;
      }
	  
	  
	  @media(max-width:767px){
	  .section-34 .section-element.section-element-54320a50{width:100%; max-width:100%;}
	  }
	  
	  
	  .section-text-editor > img{opacity: .5;
    max-width: 150px !important;}
	
	.color_white{color:#fff}
	
	.service-num a i{
		color: #fff; font-size: 40px;
	}


    .wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus{
        border-bottom: 3px solid #88cc55;

    }
	
	.outline_before{position:relative}
/*.outline_before:before {
    content: "";
    display: block;
    background: url(../images/outline_logo1.png) no-repeat;
    position: absolute;
    width: 200px;
    height: 90px;
    z-index: 9;
    background-size: 100%;
    top: -95px;
    left: 0;
    right: 0;
}*/

@media(max-width:991px){
	.page-id-34.included-in-onepage .section-wrapper, .section-page-62, .section-page-66{background:none}
	.bottom_button a{bottom: 0;
    position: relative;
    display: inline-block;
    margin: 20px 0;}
	.section-row .section-column, .section-row .section-column-wrap{display:block}
	#slider img{min-height:550px; object-fit:cover}
	.outline_before:before{content:none}
	.section-widget-coco-service{margin:20px 0}
	.grid-item.element-item{margin:10px 0}
	.more-posts-portfolio-holder{margin-top:20px}
	.big-screen.member-right .member-wrapper{display: flex;flex-wrap: wrap;}
	.big-screen.member-right .member-info{order:2;}
	.blog-holder-scode{padding:0 15px}
}

.logopart span.logo_text {
    font-family: 'Karla', sans-serif;
       font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    margin-left: 15px;
}
.logopart span.logo_text small{    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    margin-top: 5px;}

.top-head-bar .gar_logo {
    float: right;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-head-bar .gar_logo img {
    width: 150px;
}
@media(min-width:992px){
.stic.sticking .logopart span.logo_text {
    font-size: 16px;  
}
.stic.sticking .top-head-bar .gar_logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.stic.sticking .top-head-bar .gar_logo img{
	width: 96px;
}
}
@media(max-width:991px){
.top-head-bar .gar_logo {
    float: right;
    margin: 10px;
}
.top-head-bar .gar_logo img {
    width: 75px;
}
}


footer.footer .col2 li a {
    font-size: 15px;
    display: block;
    margin: 10px 0;
}

#home .section-wrapper{padding-top:60px;}

.happenings-slider .more-info-btn{padding-left:15px;}


.happenings-slider .slick-arrow:before{content: ""; }
.happenings-slider .slick-arrow{width: 40px;height: 40px;border-radius: 50%;border: 2px solid #0b5c9f;background: #fff;}
.happenings-slider .slick-arrow i.fa{font-size: 28px; color:#0b5c9f}
.happenings-slider .slick-arrow:hover i.fa{color:#fff !important}
.happenings-slider .slick-arrow:focus i.fa{color:#fff !important}

.happenings-slider .slick-arrow.slick-prev{left: -30px;}
.happenings-slider .slick-arrow.slick-next{right: -30px;}

.happenings-slider .slick-arrow:hover, .happenings-slider .slick-arrow:focus{background:#0b5c9f !important}

.slick-arrow.slick-disabled{display:none !important}

#back-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    margin-left: 20px;
    z-index: 9999;
    _position: absolute;
    _top: expression(documentElement.scrollTop+body.scrollTop);
    _margin-top: 500px;
}
#back-top a, #back-top-prev a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% lato,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span#button, #back-top-prev span#button-prev {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: 2px solid #fff;
}
i.fa.fa-angle-up {
    font-size: 44px;
    color: #fff;
    padding-top: 1px;
    margin-top: -3px;
}

@media(max-width:991px){
    #back-top{display: none}
}

#cssmenu > ul > li.green-btn > a {
    background: #88cc55;
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 5px;
}
#cssmenu > ul > li.green-btn > a:hover{
    background: #0b5c9f;
    color: #fff;
}

#cssmenu > ul > li.blue-btn > a{
    background: #0b5c9f;
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 5px;
}
#cssmenu > ul > li.blue-btn > a:hover{
    background: #88cc55;
    color: #fff;
}
#cssmenu > ul > li.green-btn:before, #cssmenu > ul > li.blue-btn:before {
    border-bottom:0px;
}
.right-section ul{
    padding-left: 20px;
    list-style: none;
}
.right-section ul li{
    font-size: 20px;
}
.section-column-gap-default>.section-row>.section-column>.section-element-populated>.section-widget-wrap {
    padding: 15px !important;
}
.section-padding{
    padding: 100px 0px;
}
.section-padding.dot-image{
    margin-top: 100px;
    padding: 0px 0px;
}
.partner-item{
    padding: 0px 20px ;
    margin: 25px 0px;
    text-align: center;
}
.partner-item img{
   
    margin: 0 auto;
}

.partner-item .logo-title h4{font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.partner-section{
    position: relative;
    padding-bottom: 135px;
}
.partner-slider .slick-arrow i {
    font-size: 48px;
    color: #000;
}
.partner-slider .slick-prev, .partner-slider .slick-next {top: 25%;}

.partner-section h2{
    color: #172636;
    font-family: "Open Sans", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.partner-slider{
    margin-top: 50px;
}
@media (min-width: 992px){
.section-column.section-col-33, .section-column[data-col="33"] {
    width: 20% !important;
}
}
/*.service-holder {
    text-align: center;
}*/

@media(max-width:991px){
.partner-slider .slick-next {
    right: -15px;
}
.partner-slider .slick-prev {
    left: -15px;
}
.partner-section h2 {
    font-size: 32px;
}
.section-62 .section-element.section-element-318415d1 .section-heading-title {
    font-size: 32px;
}
.section-36 .section-element.section-element-68c7f675 .section-heading-title {
    font-size: 20px;
}
.bannertextarea {
    top: 50% !important;
    transform: translate(0px, -50%);
}
.section-34 .section-element.section-element-44cfb027 .section-heading-title {
    font-size: 32px;
}
.blog-item-holder-scode h4 a {
    font-size: 20px;
}
.member-name {
    font-size: 32px;
}
.footer .col2 .col-md-4, .footer .col2 .col-md-8, .footer .col2 .col-md-6{
    padding: 0px;
}
footer .backlinks-footer li {
    display: block;
}
.backlinks-footer a {border-right:0px;margin: 10px 0px;
    padding: 5px 10px;}
footer.footer .col2 li a {
    font-size: 16px;
}
.footer .col2 h4 {
    margin-top: 30px;
}
#cssmenu > ul > li.blue-btn > a, #cssmenu > ul > li.green-btn > a {
    background: transparent;
    border-radius: 0px;
    padding: 14px 20px;
    margin-top: 0px;
}
.display-only-desk{display: none !important}
.mobrowleft {
    margin-top: -100px !important;
}
.top-bar-header.desktop-top-head {
    float: left;
    z-index: 9;
    position: relative;
}
.sub-top-links > li {
    vertical-align: unset;
    margin-top: 2px;
}
li.accesible-pannel {
    position: relative;
    top: 7px;
}
.section-for-item {
    padding: 60px 0px;
}
.included-in-onepage .section-wrapper {
    padding: 60px 0;
}
.service-txt h4 {padding: 10px}
.section-widget .service-holder {
    text-align: center;
}
.section-padding.dot-image {
    margin-top: 0px;
}
.partner-section {
   
    padding-bottom: 60px;
}
.blog-item-holder-scode .post-thumbnail {
    margin-top: 10px;
}
.section-spacer {
    display: none;
}
.member {
    margin: 15px auto !important;
}
.section-116 .section-element.section-element-3676e909>.section-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}
}
@media(min-width:992px) and (max-width:1350px){
   
    .bottom_button a {right: 20px;}
    .logopart span.logo_text {
    
    font-size: 13px;}
    .logopart span {
    margin-top: 30px;}
    .logopart span.logo_text small {
    font-size: 10px;}
    .stic.sticking .logopart span.logo_text {
    font-size: 13px;
    margin-top: 10px;
}
#cssmenu > ul > li > a {
    font-size: 15px;
    padding: 15px 10px
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}
}

@media(min-width:1351px) and (max-width:1480px){
    .logopart span.logo_text {
    font-size: 14px;}
  
    #cssmenu > ul > li {
    margin: 0 4px !important;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 22px;
}
.logopart span {margin-top: 30px}   
}

@media (min-width: 992px) and (max-width: 1200px){
.logopart span.logo_text {
    font-size: 10px;
}
}

.section-text-editor.section-clearfix p {
    font-weight: 500;
}

/*.col-md-8 .custom-column{
    width: 50%;
    float: left;
}*/
.custom-column li:first-child a{
    margin-top: 0px !important;
}
.sticky_footer{
    display: none;
}
.stic.sticking .#cssmenu > ul > li.blue-btn > a, .stic.sticking .cssmenu > ul > li.green-btn > a { 
margin-top: 7px;
}

@media (max-width: 991px){
.sticky_footer {
    position: fixed;
    bottom: 0;
    z-index: 9;
    text-align: center;
    width: 100%;
    display: block;
    border-top: 2px solid #fff;
}
.sticky_footer ul {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
}
.sticky_footer ul li {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    display: flex;
}
.sticky_footer a {
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.sticky_footer ul li.education {
   background: #88cc55;
}

.sticky_footer a:hover{
    color: #fff;
}
.sticky_footer ul li.online {
   background: #0b5c9f;
}

.sticking .logopart {
    display: none;
}
.section-36 .section-element.section-element-387c0b25 {
    
    margin-bottom: 0px;
}
.language-section {
     margin-right: 0px;    
}
.header_user_info {width: 50px;}
span.LangDDL {
    display: none;
}
.translation-links li a {
    font-size: 12px;
    padding: 5px 5px;}
}

@media(min-width:992px){
    .section-62 .section-element.section-element-318415d1 .section-heading-title {margin-top: -120px;}
    .section-62 .section-element.section-element-71a143d3 {
    margin-top: -20px;}
.not-front .logopart img {
    width: auto;
    padding: 5px 0 2px;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
}
}
.page-breadcrumb {
    text-align: center;
    margin-bottom: 10px;
}
.page-breadcrumb a{
 color: #fff;
}
.bck_previous a:hover {
    color: #88cc55;
}
.page-breadcrumb a:hover{
 color: #88cc55;
}
.inner-content-area{
    padding: 40px 0px; min-height: 500px;
}
.inner-content-area a{
color: #3b0c83 !important;
}
.inner-content-area a:hover{
 color: #000;
}
.inner-content-area h1{
    color: #000 !important;
}
.inner-content-area h2{
    color: #3b0c83 !important;
}
.inner-content-area h3{
    color: #000 !important;
}
.inner-content-area h4{
    color: #5040ae !important;
}
.inner-content-area h5{
    color: #000 !important
}
.inner-content-area h6{
    color: #3b0c83 !important;
}
.services h2 {
    text-align: center;
    color: #3b0c83;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px;
}
.services ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.services ul li{
    display: inline-block;
    padding: 10px 25px;
    color: #2a2a2a;
    font-size: 18px;
    position: relative;
}
.services ul li:after{
   content: '+';
    position: absolute;
   top: 9px;
    left: -9px;
    color: #2a2a2a;
    font-size: 22px;
}
.services ul li:first-child:after{
    display: none;
}

.about h5 {
    color: #3b0c83;
    font-size: 18px;
    font-weight: 700;
}
.about p,.about strong {
    color: #2a2a2a;
}
.about {
    padding: 80px 0px;
}
.sub-title {
    padding: 30px 0px;
    text-align: center;
}
.about-slider .slick-arrow.slick-next {
    right: 27px;
}
.about-slider .slick-arrow {
    width: 35px;
    height: 30px;
    background: #000;
    z-index: 1;
}
.about-slider .slick-arrow.slick-prev {
    left: 27px;
}
.about-slider .slick-arrow i.fa {
    font-size: 28px;
    color: #fff;
}
.slick-prev:before, .slick-next:before{
    display: none!important;
}
.slide-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.sub-title p {
    text-align: center;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
}
.services-in {
    text-align: center;
}
.services-in h3{
    color: #2a2a2a;
    font-weight: 700;
}
.img-center, .cards-img {
    text-align: center;
}
.officially-div p {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
}
strong{
    color: #2a2a2a;
    font-weight: 800;
}
.properties-al em {
    color: #2a2a2a;
    font-size: 18px;
}
.img-center{margin: 50px 0px;}
.officially-div {padding-bottom: 100px;}
.mar-pb {padding: 40px 0px 30px 0px;}
.backto-previous a {color:#fff;}
.backto-previous a:hover{color:#5b72dc}

#cssmenu span.menu-main__link{
	line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu .menulist > li > span.menu-main__link{
	font-size: 16px;
    padding: 20px 25px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
#cssmenu .menulist > li > span.menu-main__link{
	outline: 0;
}
#cssmenu .menulist > li.has-sub > span.menu-main__link {
    padding-right: 25px;
}
#cssmenu > ul > li:hover > span.menu-main__link, #cssmenu > ul > li.active > span.menu-main__link{
	background: #FFE303;
    padding: 15px 25px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    color: #000;
}
img{max-width: 100%; height: auto;}
.services-slider .slide-item img {
    max-width: 300px;
    height: 250px;
    object-fit: contain;
}
.services-slider .slick-arrow {
    width: 35px;
    height: 30px;
    background: #000;
    z-index: 1;
}
.services-slider .slick-arrow i.fa {
    color: #fff;
    font-size: 28px;
}
.services-slider .slick-arrow.slick-prev {
    left: 27px;
}
.services-slider .slick-arrow.slick-next {
    right: 27px;
}

.video-showing, .services-slider {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.inner-clr-cv{
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
}
.slider-gap{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.sticking .top-head-bar {
    padding: 10px 0px;
}
.sticking .mobrowleft {
    margin-bottom: 0px;
}
footer .backlinks-footer li:last-child{
    border: none;
}
#LocationMap h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.modal-header {
    border: none;
    padding: 0px 15px;
}
#LocationMap .close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: 5px 
}