.news {
  padding-bottom: 5px;
}
.news a {
  text-decoration: none;
}
.news h2.title, .news h4.post-title, .news h3.post-title {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 15px;
  color: #1A2B48;
  font-size: 20px;
}
.news .news_content {
  padding: 30px 0;
}
.news .news_banner {
  background-color: #1a2b48;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.news .news_banner h1 {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}
.news .list-news {
  margin: 0 0 30px;
}
.news .list-news .post-header {
  margin-bottom: 15px;
}
.news .article {
  margin-bottom: 40px;
}
.news .article h2.title, .news .article h4.post-title, .news .article h3.post-title {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 15px;
  color: #1A2B48;
  font-size: 28px;
}
.news .article .post-header {
  max-height: 500px;
  overflow: hidden;
  width:100%;
}
.news .author-info {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #D7DCE3;
  border-radius: 3px;
}
.news .author-info .media {
  display: flex;
  align-items: center;
}
.news .author-info .media .avatar {
  border-radius: 100px;
  margin-right: 20px;
}
.news .space-between {
  justify-content: space-between;
  -webkit-box-pack: justify;
  display: -webkit-box;
  margin: 30px 0;
}
.news .space-between .tags .tag-item {
  color: #1A2B48;
  font-size: 11px;
  padding: 8px 20px;
  background: #F7F6F6;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.news .space-between .share {
  font-size: 14px;
  color: #1A2B48;
}
.news .space-between .share .share-item {
  margin-left: 8px;
  margin-right: 8px;
  color: #5E6D77;
}
.news .post-content {
  color: #5E6D77;
  font-size: 15px;
}
.news .post-content img {
  max-width: 100%;
  height: auto !important;
}
.news .header {
  position: relative;
}
.news .header img {
  max-width: 100%;
  height: auto;
  width: 780px;
}
.news .header .cate {
  position: relative;
  top: -40px;
  left: 30px;
  overflow: hidden;
}
.news .header .cate ul {
  padding: 0;
  margin: 0;
}
.news .header .cate ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  background: #5191FA;
  margin-bottom: 5px;
}
.news .header .cate ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.news .widget_search form {
  display: flex;
}
.news .widget_search form input[type=text] {
  height: 40px;
  font-size: 14px;
  color: #5E6D77;
  font-style: italic;
  border-radius: 3px 0 0 3px;
  border: 1px solid #1a2b48;
}
.news .widget_search form button {
  height: 40px;
  background: #1a2b48;
  border-radius: 0 3px 3px 0;
  border: none;
  width: 40px;
  text-align: center;
}
.news .widget_search form .icon_search {
  background-image: url(/images/search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.news .sidebar-widget {
  margin-bottom: 30px;
  /*margin-top: 30px;*/
}
.news .sidebar-widget .sidebar-title {
  position: relative;
}
.news .sidebar-widget .sidebar-title h4, .news .sidebar-widget .sidebar-title h2 {
  font-size: 16px;
  color: #1A2B48;
  font-weight: 500;
  background-color: #fff;
  position: relative;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  padding-bottom: 20px;
  margin: 0;
}
.news .sidebar-widget .sidebar-title:after {
  content: "";
  height: 1px;
  background: #D7DCE3;
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  margin-top: 0px;
}
.news .widget_category .title h4 {
  font-size: 16px;
  color: #1A2B48;
  font-weight: 500;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  margin: 0;
  padding-bottom: 20px;
}
.news .widget_category ul {
  padding: 0;
  margin: 0;
}
.news .widget_category ul li {
  margin-bottom: 20px;
  list-style: none;
}
.news .widget_category ul li span {
  height: 6px;
  width: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  border-radius: 50%;
  margin-right: 15px;
  background: #5191fa;
}
.news .widget_category ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #1A2B48;
}
.news .widget_bloglist ul {
  padding: 0;
  margin: 0;
}
.news .widget_bloglist ul li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}
.news .widget_bloglist ul li .thumb img {
  border-radius: 3px;
  margin-right: 15px;
  width: 110px;
    height: 80px;
}
.news .widget_bloglist ul li .content .cate {
  text-transform: uppercase;
}
.news .widget_bloglist ul li .content .cate a {
  font-size: 12px;
  font-weight: 600;
}
.news .widget_bloglist ul li .content .thumb-list-item-title {
  font-weight: 500;
  font-size: 14px;
}
.news .widget_bloglist ul li .content .thumb-list-item-title a {
  color: #1A2B48;
  line-height: 24px;
  font-size: 15px;
}
.news .widget_tag_cloud .tagcloud a {
  font-size: 11px !important;
  color: #1A2B48 !important;
  font-weight: 500;
  background: #F7F6F6 !important;
  border-radius: 3px;
  padding: 9px 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.news .text-darken {
  color: #1A2B48;
}
.news .post_item {
  margin-bottom: 40px;
}
.news .post-info {
  margin-bottom: 20px;
}
.news .post-info ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.news .post-info ul li {
  list-style: none;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #5E6D77;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
}
.news .post-info ul li a {
  text-decoration: none;
  color: #1A2B48;
}
.news .post-info ul li span {
  margin-right: 5px;
}
.news .post-info ul li img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.news .post-info ul li .avatar-text {
  background: #1A2B48;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  top: -2px;
  margin-right: 5px;
  position: relative;
  color: #fff;
}
.news .post-info ul li:not(:last-child):after {
  content: "";
  height: 6px;
  width: 6px;
  background: #EEEEEE;
  margin-left: 12px;
  border-radius: 50%;
}
.news .btn-readmore {
  font-size: 14px;
  color: #5191FA;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.news .header img {
width: 100%;
    object-fit: cover;
    height: 500px;
}

.max-height{
    max-height:200px!important;
}

.float-button {
    text-decoration: none;
    position: relative;
    padding: 10px;
    padding-right: 15px;
    bottom: 0px;
    color: #fff;
    background-color: #25D366;
    z-index: 10;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: all 0.3s ease-out;
    width: 100%;
    position: relative;
    margin: 0px;
    display: block;
    left: 0px!important;
    text-align: center;

    }

    .float-button:hover {
         background-color: #128C7E;
          color: #fff;
    }


.call-button {
    text-decoration: none;
    position: relative;
    padding: 10px;
    padding-right: 15px;
    text-align: center;
    color: #fff;
    background-color: #283891;
    z-index: 10;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: all 0.3s ease-out;
    width: 100%;
    margin: 0px;
    display: block;
    left: 0px!important;
    }

    .call-button:hover {
         background-color: #00093b;
          color: #fff;
    }


    .fa-whatsapp {
        font-size: 20px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
        span {
            /*display: none;*/
        }

        .float-button {
           width: 100%;
    position: relative;
    margin: 0px;
    display: block;
    left: 0px!important;
    border-radius: 0px!important;
    text-align: center;
        }
           .call-button {
                width: 100%;
    position: relative;
    margin: 0px;
    display: block;
    left: 0px!important;
    border-radius: 0px!important;
        }
        .call-btn{
            margin-top: 10px!important;
        }

        .fa-whatsapp {
            font-size: 22px !important;
            padding: 4px;
        }
    }
    
    
    .clearfix {
clear: both;
}

#contact-cta-section {
    padding-bottom: 25px;
    /* font-family: "proxima-nova", sans-serif; */
    /* font-weight: 400; */
    -webkit-font-smoothing: antialiased;
    /* text-rendering: optimizeLegibility; */
    -moz-osx-font-smoothing: grayscale;
    /* padding: 75px 0 10px 0; */
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    z-index: 99;
}

.wrapper-full {
  position: relative;
width: 100%;
margin: 0 auto;
}
.cta-wrapper {
margin-bottom: 0;
text-align: left;
padding: 28px;
background-color: #283891;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.cta-wrapper .details-wrapper {
float: left;
width: 60%;
}
.cta-wrapper .details-wrapper h2 {
font-weight: 600;
margin: 0 0 8px 0;
color: #FFF;
font-size: 20px;
}
.cta-wrapper .details-wrapper p {
font-size: 15px;
color: #FFF;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.cta-wrapper .blue-cta-button {
padding: 17px 50px;
text-transform: uppercase;
background-color: #93CC76;
color: #FFF;
letter-spacing: 0.1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-decoration: none;
font-weight: 600;
display: inline-block;
white-space: pre;
margin: 31px 0 25px 0;  
float: right;
margin: 0;
color: #283891;
background-color: #FFF;
padding: 17px 0;
width: 40%;
text-align: center;
}


















