@font-face {
    font-family: 'FontAwesome';
    src : url("../font/fontawesome-webfont.ttf");
}

@font-face {
    font-family: 'NotoSansRegular';
    src : url("../font/NotoSans-Light.ttf");
}





body{
    background: #f8f8fb;
    color:#000000;
	margin:0;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 22px;
    font-family: 'Roboto' ,sans-serif;
    text-transform: uppercase;
    color:#000;
    font-weight: 100;

}

a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.4;
	margin:0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}


.fixWidth{
    width:1170px;
    margin:0 auto;
        box-sizing: border-box;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.section-menu .section-menu-item {
float: left;
    width: 14%;
    height: 65px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
}

.section-menu .section-menu-item:first-child::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #adafca;
    position: absolute;
    top: 30px;
    left: 0;
}

iframe{
    border:none;
}



.section-menu .section-menu-item .section-menu-item-icon {
    fill: #adafca;
    opacity: .6;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}




.section-menu .section-menu-item .section-menu-item-text {
    width: 100%;
    color: #adafca;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 34px;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}


.section-menu .section-menu-item::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #adafca;
    position: absolute;
    top: 30px;
    right: 0;
}


.section-menu .section-menu-item:hover,
.section-menu-item.swiper-slide-active{
    border-bottom: 4px solid #224C75;
}


.section-menu .section-menu-item:hover .section-menu-item-icon,
.section-menu-item.swiper-slide-active  .section-menu-item-icon {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
    visibility: hidden;
}





.section-menu .section-menu-item:hover .section-menu-item-text,
.section-menu-item.swiper-slide-active  .section-menu-item-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    color:#224C75;
}

.menuBox {
    background: #fff;
    padding: 0 50px;
    padding-bottom: 30px;
    border-radius: 0px 0px 10px 10px;
        margin-bottom: 70px;
}




.animate-slide-down {
    opacity: 1;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-animation: slideDown .4s ease-in-out forwards;
    animation: slideDown .4s ease-in-out forwards;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    background: #efeded;
    padding-bottom: 50px;
}

.post-preview > a{
    display: block;
    width: 100%;
}


.post-preview .post-preview-image {
    position: relative;
    z-index: 1;
    background-color: #efeded;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
        height: 250px;
}

.post-preview-image img{
        width: 100%;
    display: inline-block;
    height:100%;
}


.post-preview .post-preview-info.fixed-height {
    height: 250px;
    padding: 28px 28px 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
   -ms-flex-pack: start;
    justify-content: flex-start;
    width: 74%;
    background: #fff;
}



.articlePreview img{
    width:100%;
}

.articleInfo{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.articleInfo p:first-of-type{
    float:left;
    font-size: 14px;
}

.articleInfo p:last-of-type{
    float:right;
    font-size: 14px;
}

.articleInfo p i{
    color: #224C75;
}

.item-page,
.page_121 .aboutData{
    margin-bottom:100px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}


.post-preview .post-preview-info {
    width: 91.6666666667%;
    padding: 28px;
    margin: -48px auto 0;
    border-radius: 12px;
    background-color: #ccc;
    box-shadow: #ccc;
    position: relative;
    z-index: 2;
}



.post-preview .post-preview-info .post-preview-timestamp {
    color: #224C75;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.post-preview .post-preview-info .post-preview-title {
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    word-wrap: break-word;
}


.post-preview .post-preview-info .post-preview-title a {
    color: #000;
    font-weight: 700;
}


.post-preview .post-preview-info.fixed-height .post-preview-info-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.post-preview .post-preview-info .post-preview-text {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.post-preview .post-preview-info .post-preview-link {
    margin-top: 20px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
}



.page_101 .items-row{
    width: 32%;
    float: left;
    margin-right: 23px;
    height:585px;
}


.page_101 .items-row:nth-of-type(3n){
        margin-right: 0;
    float: right;
}

.page_101 .page-header{
        width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.page_101 .page-header h1,
.page_101 .page-header h2{
           font-size: 25px;
    margin: 0;
}

.article-info{
    display:none;
}









.mapTabItemPage{
width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -100px;
    z-index: 99;
}


.mapTabItemPage ul{
        width: 1144px;
    margin: 0 auto;
}


.elementor-row{
  width:1130px;   
}

.mapTabItemPage ul li{
    width: 25%;
    float: left;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    min-height: 200px;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    border-radius: 10px;
    transform: scale(1);
    transition: 0.5s all ease;
  
}

.mapTabBoxPage{
    position:relative;
}


.mapTabItemPage li.active{
    width: 49%;
    transform: scale(1.2);
    position: relative;
    z-index: 9999;
    padding: 50px 10px;
    box-sizing: border-box;

}



.mapTabItemPage li.active a{
    display: block;
    cursor: pointer;
    padding:0;
}


.mapTabItemPage li a{
display: block;
    cursor: pointer;
    padding: 30px 60px;
    font-size: 15px;
}

.mapTabItemPage strong{
    color:#3B2D7D;
}

.contactLeftBs{
        width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    position:relative;
}
.contactLeftBs:before{
 content:"";
 background:#ccc;
 width:1px;
 height:100%;
 position:absolute;
 right:-15px;
 top:0;
}

.contactRightBs{
    width: 50%;
    float: right;
    padding: 15px;
    box-sizing: border-box;
}



.zipForm{
    width: 100%;
    display: inline-block;
}

.zipForm .formItem:first-of-type{
        width: 49%;
    float: left;
}

.zipForm .formItem:last-of-type{
    width: 49%;
    float: right;
}

.zipForm .formItem  input {
    width: 50%;
}




.zipForm  .formItem select {
    float: right;
    width: 56%;

}


.footerIcons .fxg-col{
    width: 100%;
    display: inline-flex;
    padding: 20px 0;
}


.footerIcons  .title.section{
    color: #443782;
    padding-right: 10px;
    line-height: 1.3;
}

.footerIcons  .icon_link {
        margin: 0 10px;
}

.footerIcons  .icon_link i{
        font-size: 20px;
        color:#443882;
}


.contactMainWr{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}







 .gyan-title-heading {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 9px;
    text-align: center;
}


 .gyan-title-subtitle {
    color: rgba(255,255,255,.7803921568627451);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
    position:relative;
}


.gyan-title-subtitle span {
    display: inline-block;
    position: relative;
}




.gyan-title-subtitle span:before {
    left: -40px;
}

 .gyan-title-subtitle span:after,
  .gyan-title-subtitle span:before{
    width: 25px;
    background: rgba(255,255,255,.26);
}


.gyan-title-subtitle span:after,
.gyan-title-subtitle span:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    display: none;
}



.gyan-title-subtitle span:after {
    right: -40px;
}


.swm-one-half, .swm-row .swm-column2 {
    width: 50%;
    position:relative;
    float:left;
}




.formCenter .gyan-cf7-icon i {
    position: absolute;
    top: 0;
    display: block;
    z-index: 9999;
    line-height: unset;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 12px 22px 12px 23px;
    right:20px;
}

.swm-column-gap i{
    color: rgba(255,255,255,.21);
}

.swm-column-gap input{
-webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
   padding: 13.5px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    /* font-size: 90%; */
    box-sizing: border-box;
    border-radius: 5px;

}

.your-message textarea{
-webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    /* font-size: 90%; */
    box-sizing: border-box;
    border-radius: 5px;
    resize:none;


}


.gyan-cf7-style input[type=submit] {
    padding: 15px 50px;
    color: #fff;
    background-color: #E00B1F;
    border-radius: 5px;
    border:none;
    outline:none;
    cursor:pointer;
}

.buttonStr{
    width: 100%;
    text-align: right;
    margin-top: 4px;
    display: inline-block;
}



.subForm button,
.buttonStr button{
    width: 31%;
    display: block;
    float: right;
    text-align: center;
    outline: none;
    border: none;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
    background: #3b2d7d;
    color: #fff;
    
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    
    
}

.buttonStr button{
    padding:10px;
        width: 190px;
}



.page_130 .articleInfo,
.page_132 .articleInfo,
.page_119 .articleInfo,
.page_120 .articleInfo,
.page_129 .articleInfo{
    display:none;
}



.page_130  table,
.page_129  table{
    width:100%!important;
}

table.table{
    border:1px solid #f8f8f8;
}


table.table td,
table.table th{
    text-align: center;
    padding: 8px;
}

table.table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

table.table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


table.table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

table.table tr:nth-child(even) {
    background: #F8F8F8;
}


.page_121 article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}



.page_121 article .edgtf-pl-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}


.page_121 article .edgtf-pli-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.page_121 article.edgtf-pl-has-video .edgtf-pli-image:before {
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 24px);
    width: 44px;
    height: 48px;
    background-image: url(../images/play.svg);
    background-size: 44px 48px;
    background-repeat: no-repeat;
    z-index: 9;
}


.page_121  article .edgtf-pli-image img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}

.page_121 article .edgtf-pli-image img {
    display: block;
    width: 100%;
}


.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.edgtf-pli-text-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}


 .edgtf-pli-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 15px 49px 39px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.page_121  article .edgtf-pli-title {
    color: #fff;
    margin: 0;
    margin-bottom: 4px;
    
}



.page_121 article .edgtf-pli-excerpt {
    color: #fff;
    max-height: 0;
    margin: 0;
    width: 51%;
    overflow: hidden;
    -webkit-transition: max-height 1.3s ease;
    -o-transition: max-height 1.3s ease;
    transition: max-height 1.3s ease;
}

.page_121 article .edgtf-pli-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.page_121  article:hover .edgtf-pli-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.page_121 article:hover .edgtf-pli-excerpt {
    max-height: 52px;
}







.page_121  .blog{
        width: 100%;
    display: inline-block;
}

.page_121  .blog .items-row{
        width: 32%;
    float: left;
    height: 530px;
        margin-right: 22px;
}

.page_121  .blog .items-row:nth-of-type(3n){
        width: 32%;
    float: right;
    height: 530px;
    margin:0;
}

.edgtf-pli-text h4{
    color:#fff;
}

.pagination p{
    display:none;
}





.pagination{
        width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom:100px;
}

.pagination ul{
        display: inline-flex;
}

.pagination ul li span,
.pagination ul li a{
    padding: 5px 10px;
}

.pagination ul li:not(.pagination-start):not(.pagination-prev):not(.pagination-next):not(.pagination-end) span.pagenav{
       background: #224C75;
    border-radius: 5px;
    color:#fff;
}

.pagination-start span,
.pagination-prev span,
.pagination-next span,
.pagination-end span{
  color:#000;  
}

.post-preview-timestamp{
    display:none;
}









.post-preview-image{
    overflow: hidden;
    position: relative;
      height: 190px;
 
}


.post-preview-image img{
    transition: all 0.5s ease 0s;
}

.post-preview-image:hover img{
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}

.page_101 .page-header h1{
      font-weight: bold;
    text-align: center;
    font-size: 18pt;
}


.page_132 .page-header h2{
    font-weight: bold;
    text-align: center;
    font-size: 18pt;
}

.can_bg {
    text-align: center;
}

.main_wrapper{
    overflow-x: scroll;
    height: 2200px;
}


