@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Fonts Style */
:root {
    color-scheme: only light;
}
*,html, body{
	margin: 0;
	padding: 0;
}
html{
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: #fff !important;
}
body{
    font-family: 'Roboto', sans-serif;
    color: #1E1E1E;
    font-weight: 400;
    background-color: #fff !important;
    
}
.page, .post{
    margin:0;
    padding: 0;
}
body, p, span, a, li, input, button{
    font-family: 'Roboto', sans-serif;
    color: #1E1E1E;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0px;
    padding:0;
}
h1 {
    font-size: 40px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 49px;
}
h2 {
    font-size: 30px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
h3{
    font-size: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 29px;
}
h4{
    font-size: 21px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
}
h5{
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
}
nav li, .menu li a{
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    text-decoration: none;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
ul, li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
a{  
    color: #1E1E1E;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #6E928C;
    text-decoration: none;
}
.see_all--link{
    text-decoration: underline;
}
.see_all--link:hover{
    color: #6E928C;
    text-decoration: underline;
}
a:visited, a:active {
    color: inherit;
}
a, a:active, a:focus{
    outline: none; 
}
.container{
    max-width: 1277px;
    padding-left: 15px;
    padding-right: 15px;
}
.CITA-container{
    max-width:823px;
    margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
.CITA-button{
    padding: 15px 20px;
    background:#1E1E1E;
    border-radius: 26px;
    color: #E1E4E1;
    font-size: 17px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
}
.CITA-button:hover{
    background:#6E928C;
    color: #fff;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.CITA-form .gform_wrapper.gravity-theme .gform_body input{
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 16px 15px;
    z-index: 3;
    position: relative;
}
.CITA-form .gform_wrapper.gravity-theme .gform_body label{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
body{
  overflow: hidden;
  overflow-x:hidden;
}
.site-title{
    display: none;
}

/*......... =============== .........*/
.CITA-logo{
  width:76px;
  position: absolute;
  z-index:3;
  left: 7%;
  top:46px
}
@media(max-width:1300px){
  .CITA-logo{
    left: inherit;
  }
}
/* === Header and footer === */
.site-main{
    padding-bottom: 50px;
}
.custom-logo-link{
    padding-top: 30px;
    max-width:245px;
}
.main-navigation li{
    list-style-type: none;
    padding-top: 50px;
    padding-bottom: 62px;
    padding-right: 49px;
}
.main-navigation li a{
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height:20px;
    color: #1E1E1E;
    padding:0px;
    position: relative;
    display: inline-block;
}
.main-navigation li:last-child a{
    padding-right: 0px;
}
.main-navigation li:last-child{
  padding-right: 0px;
}
.footer-menu li a{
    position: relative;
    display: inline-block;
}
.main-navigation li a:after, .footer-menu li a:after {
    content: '';
    height: 1px;
    background: #6E928C;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: scaleX(0);
    transition: transform linear .2s;
    transform-origin: 0% 100%;
}
.footer-menu li a:after{
    display: block;
    z-index: 1;
}
.main-navigation li a:hover:after, .footer-menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 100%;
}
.main-navigation li a:hover, .main-navigation li a:active, .main-navigation .current-menu-item a {
    color: #6E928C;
}
.CITA-menu{
    border-bottom:1px solid #1E1E1E;
    margin-bottom: 30px;
}
  /*  */
.footer-top{
    background-color: #6E928C80;
    padding: 50px 0px 50px 0px;
}
.footer-bottom{
    background-color: #1E1E1E;
    padding:54.3px 0px 59px;
}
.newsletter h2{
    margin-bottom: 20px;
}
input[type="checkbox"]{
    width:17px;
    height:17px;
    margin-right: 11px;
}
.CITA-form{
    padding-top: 20px;
}
.CITA-form #gform_fields_2 .newsletter_field{
    margin-bottom: 15px;
}
.CITA-form .gform_wrapper.gravity-theme .gform_body .agree_checkbox{
    display:inline-block;
}
.CITA-form .gform_wrapper.gravity-theme .gform_body .agree_checkbox label{
    display:block;
}
.gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap:0px !important;
}
.CITA-form #gform_fields_2 .newsletter_field {
    margin-bottom: 15px;
}
.CITA-form .gform_wrapper.gravity-theme .gform_body select {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 16px 15px;
    z-index: 3;
    position: relative;
  background: #fff;
  color:#404040;
}
.newsletter-img.desktop-only{
    display: flex;
    width: 100%;
    height: 100%;
    align-items:center;
    justify-content:center;
}
.CITA-form .gform_wrapper.gravity-theme .gform_body .agree_text{
    padding-top: 2px;
    display:inline-block;
    grid-column: span 12;
    width:100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    position: relative;
    bottom: -24px;
    padding-left: 32px;
}
/*  */
.agree_text a{
    font-weight: bold;
    line-height: 22px;
}
input[type="submit"].gform_button.button{
    background: #1E1E1E;
    color:#E1E4E1;
    border-radius: 26px;
    padding: 15px;
    font-size: 17px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 21px;
}
.footer-logo{
    max-width:293px;
    display:block;
}
.footer-social{
    padding-top: 46px;
}
.footer-social .fa-brands{
    color:#fff;
}
.fa-facebook{
    font-size:24px;
    padding-right: 16px;
}
.fa-twitter{
    font-size: 24px;
    padding-right: 16px;
    line-height: initial;
    top: 1px;
    position: relative;
}
.fa-linkedin-in{
    font-size:24px;
    padding-right: 16px;
}
.fa-envelope{
    font-size:27px;
}
.fa-whatsapp {
	font-size: 24px;
	padding-right: 16px;
}
.footer-menu li a{
    color:#ffff;
    text-decoration: none;
}
.footer-menu li{
    padding-bottom: 16px;
    list-style-type: none;
}
.footer-menu li:last-child{
    padding-bottom: 0px;
}
.menu{
    margin-bottom: 0px;
    margin-left: 0px;
}
.menu li a:hover{
    color:#6E928C; 
 }
.newsletter-img img{
    float: left;
      width:  100%;
      height: 423px;
      object-fit: cover;
}
.footer-social .fa-brands:hover{
    color:#6E928C80;
}
/* Burger Menu */
.burger-icon {
    color:#000000;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    float: right;
    display: none;
    order:3;
    margin-left: 15px;
    z-index: 99;
}


.burger-line {
    transition: 0.3s;
    width: 100%;
    height: 3px;
    background-color: #403833;
    border-radius: 3px;
}
.burger-icon .burger-line:last-child {
    margin-bottom: 0;
}
.burger-line-1 {
    position: relative;
    top: 0;
}
.burger-line-3 {
    position: relative;
    bottom: 0;
}
.burger-icon.open .burger-line-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    background-color: #333333;
}
.burger-icon.open .burger-line-2 {
    opacity: 0;
}
.burger-icon.open .burger-line-3 {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
    background-color: #333333;
}
.burger-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: auto;
    padding: 15px;
    background-color: #ffffff;
    z-index: 98;
    display: none;
    top:0;
}
.burger-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.burger-menu ul li {
    display: block;
}
.burger-menu ul li a {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height:22px;
    
    display: block;
    padding-bottom: 20px;
}
.burger-menu ul li:last-child a {
    border:none;
}
.mobile-main-menu {
    padding-bottom: 20px;
    margin-top: 25%;
}
.burger-menu hr{
    height: 1px;
    background-color: #1E1E1E;
    border: none;
    margin : 0 auto;
    width: 80%;
}
.mobile-main-menu2 {
    margin-top: 40px;
}
.mobile-main-menu  ul li a{
    color: #6E928C;
}
.mobile-main-menu ul li.current-menu-item a{
    color: #1E1E1E;
}
.mobile-main-menu2 ul li a{
    color: #1E1E1E;
}
.mobile-main-menu2 ul li.current_page_item a{
    color: #6E928C;
}
.scroll{
    overflow-y: hidden;
}
.burger-footer{
    /* position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%; */
    padding-top: 8%;
}
.burger-footer ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
}
.burger-menu .menu-main-navigation-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-burger-navigation-container .current-menu-item a{
    border: 1px solid #fff;
    border-radius: 4em;
    display: inline-block;
    padding: 0.5em 3em;
}
.burger-footer .fa-brands{
    color:#1E1E1E;
}
.burger-footer .fa-facebook{
    font-size:27px;
    padding-right: 17px;
}
.burger-footer .fa-twitter{
    font-size:26px;
    padding-right: 20px;
}
.burger-footer .fa-linkedin-in{
    font-size:24px;
    padding-right: 23px;
}
.burger-footer .fa-envelope{
    font-size:28px;
}
/* End Burger */
.mobile-only{
    display: none;
}
.desktop-only{
    display: block;
}
.cat-list-style2 h3,
.home-category-list .cat-list-style2 h3,
.home-article-list .article-listing h3,
.article-listing .right-big h3{
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .mobile-only{
        display: block;
    }
    .desktop-only, .desktop-only.twitter-icon, .newsletter-img.desktop-only{
        display: none;
    }
    h1{
        font-size: 22px;
        line-height: 27px;
        letter-spacing: -0.22px;
    }
    h2{
        font-size:22px;
        line-height: 27px;
    }
    h3{
        font-size:16px;
        line-height: 25px;
    }
    h4{
        font-size:16px;
        line-height: 25px;;
    }
    p{
        font-size: 14px;
    }
    .gform_heading{
        display: none;
    }
    .CITA-form{
        padding-top: 12px;
    }
    .CITA-form #gform_fields_2 .newsletter_field{
        margin-bottom: 20px;
    }
    .footer-logo{
        max-width: 247px;
    }
    .burger-icon{
        display: inline-flex;
    }
    #site-navigation{
        display: none !important;
    }
    .cat-list-style2 h3,
    .home-category-list .cat-list-style2 h3,
    .home-article-list .article-listing h3,
    .article-listing .right-big h3{
        font-size:16px;
        line-height: 25px;;
    }
    /* .burger-footer{
        bottom: 80px;
    } */
    .custom-logo-link{
        max-width:138px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container {
        padding-left: 21px;
        padding-right: 21px;
    }
    .footer-top{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newsletter h2{
        letter-spacing: -0.22px;
    }
    .newsletter p{
        padding-top: 10px;
    }
    .CITA-form .gform_wrapper.gravity-theme .gform_body input{
        padding: 12px 20px;
        font-size: 14px;
    }
	.CITA-form .gform_wrapper.gravity-theme .gform_body select{
      	padding: 12px 20px;
    	font-size: 14px;
	}
    .CITA-form .gform_wrapper.gravity-theme .gform_body .agree_text{
        font-size: 12px;
    }
    .newsletter .gform_wrapper.gravity-theme .gform_footer{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .newsletter .gform_footer input[type="submit"].gform_button.button{
        padding: 14px;
        font-size: 14px;
        line-height: 17px !important;
        max-width:350px;
        margin:0 auto;
    }
    .footer-bottom{
        padding-top: 40px;
    }
    .footer-social{
        padding-top: 40px;
    }
    .fa-facebook{
        font-size:30px;
        padding-right: 19px;
    }
    .fa-twitter{
        font-size:30px;
        padding-right: 23px;
    }
    .fa-linkedin-in{
        font-size:29px;
    }
    .footer-menu{
        padding-top: 42px;
        width:50%;
    }
    .footer-menu li a{
        font-size: 14px;
    }
}
@media (max-width:1110px) and (min-width:769px) {
    .CITA-form .gform_wrapper.gravity-theme .gform_body .agree_text{
        bottom:-35px;
    }
    .CITA-form .gform_wrapper.gravity-theme .gform_footer{
        margin-top: 30px;
    }
    .CITA-form{
        padding-top: 10px;
    }
}
@media (max-width:351px) {
    .CITA-form .gform_wrapper.gravity-theme .gform_body .agree_text{
        bottom: -36px;
    }
    #field_2_3{
        padding-bottom: 0px !important;
    }
    .newsletter .gform_wrapper.gravity-theme .gform_footer{
        padding-top: 40px !important;
    }
}
@media (max-width:320px){
    .footer-menu{
        width:100% !important;
    }
}
/* --- End of Header and footer --- */

/* === Home Page === */
.featured-stories.home-article-list{
    padding-top: 0px;
}
.home-article-list{
    border-bottom: 1px solid #1e1e1e;
    padding-top: 30px;
    padding-bottom: 47px;
}
  
/*  */
.home-category-list .home-cat{
    border-bottom: 1px solid #1e1e1e;
    padding-top: 30px;
    padding-bottom: 47px;
}
.home-category-list .featured_image {
    padding-bottom: 23px;
}
.home-category-list .item h3{
    line-height: 30px;
    padding-bottom: 14px;
}
.article-listing.cat-bigone .item .featured_image{
    padding-top: 61%;
}
.article-listing.cat-bigone{
    padding-right: 25px;
}
.article-listing.cat-list-style2{
    padding-left: 25px;
}
.cat-bigone{
    border-right: 1px solid #E0E0E0;
}
.cat-list-style2.article-listing .item{
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    margin-bottom: 34px;
}
.cat-list-style2 .item:last-child{
    border-bottom:0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.cat-list-style2 p{
    line-height: 22px;
}
.cat-list-style2.article-listing .item .featured_image{
    padding-top: 45%;
    margin-bottom: 0px;
}
.cat-name{
    color:#6E928C;
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-family: "proxima-nova", sans-serif;
}
.more-stories.home-article-list{
    border-bottom:0px;
    padding-bottom: 0px;
}
.more-stories .article-listing .item{
    margin-bottom: 32px;
}
.cita-button{
    display: flex;
    justify-content: center;
}
.cita-button a{
    text-decoration: none;
    font-size: 17px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 21px;
    padding: 15px 20px;
    display: block;
    background: #1E1E1E;
    color: #E1E4E1;
    border-radius: 26px;
    transition: background-color 0.4s;
}
#gform_submit_button_2 {
    margin-bottom: 0px !important;
}
#gform_submit_button_2 , #gform_submit_button_1{
    transition: background-color 0.4s;
    border: 0px;
}
#gform_submit_button_2:hover, #gform_submit_button_1:hover,
.cita-button a:hover{
    background: #6E928C;
}
#gform_submit_button_1:focus, #gform_submit_button_1:active,
#gform_submit_button_2:focus, #gform_submit_button_2:active,
.cita-button a:focus, .cita-button a:active {
    transition: none;
}
.featured-stories.home-article-list .left-big article{
    margin-bottom: 0px;
}  
.article-listing .item:hover h4, .article-listing .item:hover h3{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4.5px;
}
.article-listing .item h4, .article-listing .item h3{
   transition: 0.4s;
}
/* --- End of Home Page --- */

/* === Contact Page === */
:focus-visible {
    outline: none;
}
.CITA-form #gform_fields_1 .contact_field {
    margin-bottom: 15px;
}
.contact-page{
  margin-top: 32px;
}
.contact-text{
    padding-top: 10px;
}
.contact-page .CITA-form{
  padding-top: 0px;
}
input[type="submit"].gform_button.button#gform_submit_button_1{
  padding: 15px 41px 15px 36px;
  margin-bottom: 0px;
}
#gform_1 .gform_footer{
  padding-bottom: 0px;
}

/* --- End of Contact Page --- */


/* ========== Single Post */
.single-content .entry-title{
    padding-top: 22px;
    padding-bottom: 8px;
}
.single-content .single-cat{
    color:#6E928C;
}
.single-content .short-des{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.fb {
    background: url(images/facebook.png);
    text-indent: -999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 16px !important;
    background-size: contain;
    transition: 0.4s;
}
.fb:hover{
    background: url(images/facebook-hover.png);
    text-indent: -999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 16px !important;
    background-size: contain;
    transition: 0.4s;
}
.tw{
    background: url(images/twitter.png);
    text-indent: -999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 19px !important;    
    background-position: center;
    background-size: contain;
    transition: 0.4s;
}
.tw:hover{
    background: url(images/twitter-hover.png);
    text-indent: -999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 19px !important;    
    background-position: center;
    background-size: contain;
    transition: 0.4s;
}
.in{
    background: url(images/linkedin.png);
    text-indent: -999px;
    width: 20px;
    height: 23px;
    background-repeat: no-repeat;
    margin-right: 18px !important;   
    background-position: center; 
    background-size: contain;
    transition: 0.4s;
}
.in:hover{
    background: url(images/linkedin-hover.png);
    text-indent: -999px;
    width: 20px;
    height: 23px;
    background-repeat: no-repeat;
    margin-right: 18px !important;   
    background-position: center; 
    background-size: contain;
    transition: 0.4s;
}
.mail{
    background: url(images/email.png);
    text-indent: -999px;
    width: 25px;
    height: 18px;
    background-repeat: no-repeat;  
    margin-top: 3px;
    background-size: contain;
    transition: 0.4s;
}
.mail:hover{
    background: url(images/email-hover.png);
    text-indent: -999px;
    width: 25px;
    height: 18px;
    background-repeat: no-repeat;  
    margin-top: 3px;
    background-size: contain;
    transition: 0.4s;
}
.twitter-icon {
    display:inline-block;
  }
.fb:hover, .tw:hover, .in:hover, .mail:hover, .twitter-icon:hover{
    opacity:0.845;
}
.fb span, .tw span, .in span, .mail span {
    display: none !important;
}
.single-content-section{
    padding-bottom: 43px;
    border-bottom: 1px solid #1E1E1E;
}
.single-content .entry-meta {
    padding-top: 20px;
    padding-bottom: 15px;
}
.single-content .img-des{
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 6px;
}
.single-content .entry-meta .single-date{
    font-size: 16px;
    line-height: 19px;
}
.single-content .byline{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color:#2B2B2B;
    text-transform: capitalize;
}
.single-content .author a{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color:#2B2B2B;
    text-decoration: none;
    pointer-events:none;
}
.single-content .entry-content .content-div{
    padding-bottom: 35px;
    border-bottom:1px solid #1e1e1e;
}
.single-content .entry-content .content-div a:hover{
    text-decoration: underline;
  }
.single-content .entry-content .content-div a{
    color:#6E928C;
    text-decoration: none;
    background-color: transparent;
}
.single-content .editor-container{
    padding-top: 30px;
}
.single-content .editor-img {
    background: #FFEDE5 center no-repeat;
    background-size: cover;
    width: 65%;
    border-radius: 50%;
    margin: 0 auto;
}
.single-content .editor-img:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.single-content .editor-container a{
    text-decoration: none;
}
.single-content .editor-container a h3{
    letter-spacing: -0.24px;
    padding-bottom: 5px;
}
.single-content .editor-desc{
    padding-top: 19px;
    line-height: 22px;
}
  /*  */
.single-content-right h5{
    color:#6E928C;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 37px;
} 
.single-content-right .item{
    margin-bottom: 31px;
}
.single-content-right.article-listing .item h4{
    letter-spacing: -0.21px;
    padding-bottom: 0px;
}
.article-listing.single-content-right .item .featured_image{
    padding-top: 100%;
    margin-bottom: 0px;
}
/* related Article */
.related-article{
    border-bottom: 1px solid #1E1E1E;
}
.related-article h2{
    padding-top: 30px;  
}
.article-listing .item {
    margin-bottom: 40px;
    position: relative;
}
.trending.article-listing .item {
    margin-bottom: 0px;
}
.article-listing .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.article-listing .item .featured_image {
    padding-top: 65%;
    position: relative;
    margin-bottom: 1.4rem;
}
.article-listing .item .featured_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article-listing .item h4{
    padding-bottom: 15px;
}
.article-listing .item:hover h4, .article-listing .item:hover h3{
    color: #6E928C;
}
/*  */
.trending h2{
    padding-top: 30px;
}
.single-post .content-div p, .single-post .content-div span, .single-post .content-div a, .single-post .content-div li, .single-post .content-div div {
    font-size:20px;
    line-height: 33px;
}
.single-post .content-div figcaption, .single-post .content-div figcaption a{
    font-size: 14px;
    line-height: 16px;
}
.page-title{
    font-size: 30px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      font-style: normal;
    line-height:37px;
}
.page .entry-content a{
    color: #6E928C;
    text-decoration: none;
    background-color: transparent;
}
.page .entry-content a:hover{
  text-decoration: underline;
}
.single-content .entry-meta .author-name{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2B2B2B;
    text-decoration: none;
    pointer-events: none;
}
.single-post .content-div h1, .single-post .content-div h2{
    margin-bottom: 20px;
} 
.single-post .content-div h3, .single-post .content-div h4, .single-post .content-div h5, .single-post .content-div h6{
    margin-bottom: 15px;
}
/* ------End of Single Article----- */
/* ====== Article List =========== */
.category-list.article-listing .item{
    margin-bottom: 22px;
}
.custom_pagination{
    margin-left: 0px;
    margin-top: 29px;
}
.custom_pagination .first{
    margin-right: 18px;
}
.custom_pagination .last{
    margin-left: 16px;
}
.custom_pagination .fa-chevron-left{
    font-size:23px;
}
.custom_pagination .fa-chevron-right{
    font-size:23px;
}
.custom_pagination li.num .page-numbers{
    background: #fff;
    border-radius: 50px;
    padding: 0px 11px;
  
}
.custom_pagination li.num .page-numbers.current{
    background: #6E928C80;
    border-radius: 50px;
    padding: 0px 11px;
    color:#fff;
}
.custom_pagination li.num span, .custom_pagination li.num a{
    font-size: 21px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    letter-spacing: -0.21px;
}
.custom_pagination li.num a{
    text-decoration: none;
}
.page-title{
    margin-bottom: 20px;
}
.none{
    display:none;
}
#reading-bar p{
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 0px;
}
#reading-bar{
    position: fixed;
    top:0;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 9999;
    height: 90px;
    width: 100%;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
#reading-bar h4{
    margin-bottom: 0;
}
#indicator {
    position: fixed;
    top:85px;
    left:0;
    height: 5px;
    background-color: #6E928C;
    z-index: 999;
    transition: width 0.1s all;
}
/* ----- End Single of Article List ----- */
.see_all--link{
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: 20px;
}
.see_all--link:hover{
    text-decoration: none;
}
@media (min-width: 768px){
    .see_all--link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 100%;
        z-index:1;
    }
    a.see_all--link:after {
        transform: scaleX(0);
        transition: transform linear .2s;
        transform-origin: 0% 100%;
    }
}
a.see_all--link:after {
    height: 2px;
}
a.see_all--link:after {
    content: '';
    height: 1px;
    background: #6E928C;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

/*  */


/* Media */
@media(max-width:767px){
    input[type="submit"].gform_button.button#gform_submit_button_1{
        padding: 10px 40px;
        font-size: 14px;
    }
    .menu-item-home.menu-item-24{
        display:none;
    }
    .CITA-form #gform_fields_1 .contact_field {
    margin-bottom: 10px;
    }
    .contact-page .CITA-form{
        padding-top: 25px;
    }
    .contact-page, .entry-content{
        margin-top: 20px;
    }
    /* Single Article */
    .article-listing .item .featured_image{
        padding-top: 60%;
        padding-bottom: 20px;
    }
    .custom_pagination li.num span, .custom_pagination li.num a{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.16px;
    }
    .article-listing .item h4{
        padding-bottom: 10px;
    }
    .category-list.article-listing .custom_pagination li.num .page-numbers.current{
        padding: 2px 11px;
    }
    .category-list.article-listing .custom_pagination.justify-content-end.align-items-center{
        justify-content: center !important;
        margin-top: 4px;
        margin-bottom: 0px;
    }
    .single-content .entry-title{
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .single-content .short-des{
        font-size:18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .fb, .tw, .in, .mail {background-size: cover;}
    .fb{
        width:21px;
        height:20px;
    }
    .tw{
        width:24px;
        height:20px;
    }
    .in{
        width:20px;
        height:20px;
    }
    .mail{
        width:22px;
        height:15px;
    }
    .single-content .entry-meta{
        padding-bottom: 21px;
    }
    .single-content .img-des{
        padding-top: 5px;
        font-size:10px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .single-content .entry-content.offset-1, .single-content .entry-content.offset-3{
        margin-left: 0px;
    }
    .single-content .entry-content.offset-3 p, .single-content .entry-content.offset-3 div{
        line-height:24px;
    }
    .single-content .entry-content .content-div{
        padding-bottom: 25px;
    }
    .single-content .editor-container{
        padding-top: 20px;
    }
    .single-content .editor-img{
        width:100%;
    }
    .single-content .editor-container a h3{
        font-size:18px;
        line-height: 22px;
        letter-spacing: -0.18px;
    }
    .single-content .editor-container h5{
        font-size:14px;
        line-height: 17px;
    }
    .editor-tw {
        padding-top:5px;
    }
    .editor-tw img{
        width:18px;
    }
    .single-content-right.article-listing {
        display: none;
    }
    .single-content .editor-desc{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .related-article h2, .trending h2{
        padding-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
    .related-article.article-listing .mobile-row .item .featured_image, .trending.article-listing .mobile-row .item .featured_image{
        margin-bottom: 10px;
    }
    .related-article.article-listing .mobile-row .item h4, .trending.article-listing .mobile-row .item h4 {
        font-size:14px;
        line-height:20px;
        padding-bottom: 0px;
    }
    .trending.article-listing .item{
        margin-bottom: 40px;
    }
    .single-post .site-main{
        padding-bottom: 0px;
    }
    .single-content .entry-meta .single-date{
        font-size:14px;
        line-height:16px;
    }
    .single-content .author a, .single-content .byline{
        font-size:12px;
        line-height:15px;
        vertical-align:middle;
    }
    .single-post .content-div p, .single-post .content-div span, .single-post .content-div a, .single-post .content-div li, .single-post .content-div div{
        font-size:14px;
        line-height: 24px;
    }
    .page .entry-content li, .page .entry-content span, .page .entry-content a{
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        line-height: 21px;
    }
    #reading-bar p{
        text-align: right;
    }
    #reading-bar #single_post--title{
        font-size: 14px;
        padding-right: 3px;
    }
      
      
      
      
    /* End Single Article */
    /* Home Page */
    .featured-stories .article-listing .item .featured_image,
    .recently-published .article-listing .item .featured_image,
    .home-category-list .article-listing .item .featured_image{
        padding-top: 60%;
        margin-bottom: 15px;
    }
    .cat-name , .single-cat{
        font-size:12px;
        padding-bottom: 10px;
        line-height: 15px;
    }
    .featured-stories.home-article-list .left-big article{
        margin-bottom: 40px;
    }
    .featured-stories .article-listing .item  .post_excerpt,
    .recently-published .article-listing .item  .post_excerpt,
    .home-category-list .article-listing .item  .post_excerpt,
    .article-listing .item .post_excerpt {
        margin-bottom: 0px;
    }
    .home-article-list{
        padding-bottom: 40px;
    }
    .see_all--link{
        font-size:12px;
    }
    .category-list.article-listing .item{
        margin-bottom: 40px;
    }
    .article-listing.cat-bigone{
        padding-right: 15px;
        border-right: 0px;
    }
    .article-listing.cat-list-style2{
        padding-left: 15px;
    }
    .mobile-row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .cat-list-style2.article-listing .item{
        border-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        margin-bottom: 40px;
    }
    .home-category-list .article-listing .item h4,
    .more-stories .article-listing .item h4 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 0px;
    }
    .home-category-list .article-listing.mobile-only .item .featured_image,
    .more-stories .article-listing .item .featured_image{
        margin-bottom: 10px;
    }
    .mobile-row .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .more-stories .article-listing .item{
        margin-bottom: 40px;
    }
    .cita-button a{
        font-size:14px;
        line-height: 17px;
    }
    .site-main{
        padding-bottom: 40px;
    }
    .custom_pagination li.num .page-numbers.current{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-category-list .item h3{
        line-height: 25px;
    }
    .featured-stories h3.post_title, .featured-stories h4.post_title,
    .recently-published h4.post_title, .home-category-list .item h3.post_title,
    .archive article .post_title, .page-template-page-articles .article-listing .item h4{
        line-height: 20px;
    }
    #field_2_5 a{
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        line-height: 22px;
    }
    /* End of Home Page */
}
@media(max-width:450px){
    .category-list.article-listing article{
      max-width:100%;
      flex: 100%;
    }
}
@media (prefers-color-scheme: dark) {
    body , .CITA-menu{
        background-color: #fff !important;
        background: #fff !important;
        background-image: linear-gradient(#ffffff, #ffffff) !important; 
    }
}

/* Newsletter */


/* End of Newsletter */
.page-template-page-newsletter .newsletter-img-page img {
    float: left;
    width: 100%;
    height: 537px;
    object-fit: cover;
}
.page-template-page-newsletter .site-main .container{
  padding-top: 20px;
 
}
.page-template-page-newsletter .newsletter_page {
  /* padding-top: 60px; */
  
}
.page-template-page-newsletter .newsletter_page p{
  margin-bottom: 0px;
}
@media(max-width:768px){
  .page-template-page-newsletter .newsletter_page ,.page-template-page-newsletter  .page-template-page-newsletter .site-main .container{
    padding-top: 0px;
  }
  .page-template-page-newsletter .newsletter_page img{
    padding-bottom: 38px;
  }
  .page-template-page-newsletter .CITA-form{
    padding-top: 30px;
  }
  .page-template-page-newsletter .site-main .container{
    padding-top: 0px;
  }
  #gform_submit_button_2{
    line-height:17px!important;
  }  
}
@media(max-width: 890px){
  .page-template-page-newsletter .newsletter_page{
    padding-top: 0px;
  }
}

/**
*   Add Ads function on Homepage 2025-02-25
*/
@media only screen and (min-width: 320px) {
    .wrap-ads {
        width: 100%;
        position: relative;
        display: block;
    }

    .wrap-ads::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 31.25%;
    } 
    .wrap-ads img,
    .wrap-ads picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
    .wrap-ads img.mobile,
    .wrap-ads picture.mobile {
        display: block;
    }  
    .wrap-ads img.desktop,
    .wrap-ads picture.desktop {
        display: none;
    }  
}
@media only screen and (min-width: 1280px) {
    .wrap-ads::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 9.28%;
    }    

    .wrap-ads img.mobile,
    .wrap-ads picture.mobile {
        display: none;
    }  
    .wrap-ads img.desktop,
    .wrap-ads picture.desktop {
        display: block;
    }  
}

.responsive-iframe {
  width: 100%;
  height: 200px;
  border: none;
}

@media (width >= 1024px) {
  .responsive-iframe {
     height: 500px;
  }
}
