/*
 Theme Name:   Smart Village Movement
 Theme URI:    https://www.arhamtechnosoft.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Jayesh Chopda
 Author URI:   https://www.arhamtechnosoft.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import url("../twentytwenty/style.css");*/
.d-hide{    opacity: 0;}
#button {
    display: inline-block;
    background-color: #ffb617;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
    background-color: #ffb617;
    border-radius: 5px;
    font-size: 8px;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #000;
}
h1,h2,h3,h4,h5,h6, input[type="submit"]{
    font-family: 'Roboto', sans-serif;
}
a, p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.bs-example {
    margin: 20px;
}

html {
    scroll-behavior: smooth;
  }

.modal-content iframe {
    margin: 0 auto;
    display: block;
}
.side_bar{
    border-top: 8px solid #FDB515;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding-bottom: 10px;
		margin-top:18px;
}
.side_bar h2{
    background-color: #000;
    background: #15284b;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;

}
.side_bar ul{
    padding: 0;
}
.side_bar ul li:hover{
    background-color:#15284b;
}

.side_bar ul li a{
    font-weight: 300;
    padding: 10px 30px 5px 30px;
    width: 100%;
    display: block;
    color: #545454;
    line-height: normal;
}

.side_bar ul li:hover a{
    background-color:#15284b;
    color: #fdb515;
}

.side_bar ul li .post-date{
    display: block;
    font-size: 13px;
    color: #969696;
    font-weight: 300;
    text-align: left;
    padding: 0px 30px 10px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.side_bar ul li:hover .post-date{
    background-color:#15284b;
    color: #fdb515;
}

.tp-bgimg{
    position: relative;
}


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



body {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:1.7;
    background-color: #fff;
    overflow-x: hidden;
}
:focus{
	outline:none;
}
a, button, input[type="submit"], input[type="button"], .hexa_content h4 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    text-shadow: none;
}
ul {
    list-style: none;
}
.head_top .container,
.main_header .container{
    max-width: 1920px;
}

.head_top {
    background-color: #fdb515;
    padding: 5px 0;
}
.head_top a{
    color: #15284b;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}
.head_top span{
    font-weight: 500;
    color: #15284b;
    font-size: 16px;
}
.social_block{
    gap: 30px
}
.social_block .custom-html-widget{
    display: flex;
    gap: 20px;
}
.social_icon{
    gap: 25px;
    display: flex;
}
.social_icon a {
    color: #000;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main_header {
    background-color: #fff;
    color: #000;
    /* padding: 18px 0; */
}
.main-navigation .menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.main-navigation .menu li {
    margin: 0 3px;
    position: relative;
    padding: 31px 0;
}
.main-navigation .menu li:last-child .sub-menu{
    left: inherit;
    right: 0;
}
.main-navigation .menu li ul li{
    padding: 0;
}
.main-navigation .menu li .icon{
    position: absolute;
    color: #000;

}
.main-navigation .menu li .icon:after{
    position: absolute;
    right: 10px;
    top: 40%;
    content:"\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-navigation .menu li a {
    font-size: 15px;
    color: #000;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;

}
.main-navigation .menu li.head_btn > a:first-child,
.main-navigation .menu li.head_donate a {
    background-color: #e9a80e;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 15px;
}
.main-navigation .menu li.head_btn > a:first-child{
	padding-right: 27px;
}
/* .main-navigation .menu li.head_btn > a span.icon::after{
	right: 28px !important;
} */
.main-navigation .menu li.head_btn .icon{
	position: absolute;
	right: 0px;
	color: #fff;
}

.main-navigation .menu .current_page_item .sub-menu a,
.main-navigation .menu .current-menu-ancestor ul li a {
    color: #000;
    background-color: transparent;
}
.single-post .main-navigation  #menu-item-733>a,
.single-svmnewsletters .main-navigation  #menu-item-733>a,
.single-svmnewsletters .main-navigation  #menu-item-733 .sub-menu #menu-item-304 a,
.news-template-default .main-navigation  #menu-item-733>a,
.news-template-default .main-navigation  #menu-item-733 .sub-menu #menu-item-970 a,
.main-navigation .menu .current_page_item .sub-menu a:hover,
.main-navigation .menu .current-menu-ancestor a{
	color: #fdb515;
}
.main-navigation .menu li.head_donate a:hover {
    background-color: #003262;
    color: #fff;
}
.main-navigation .menu li a:hover, 
.main-navigation .menu .current_page_item a, 
.main-navigation .menu .current_page_parent a,
.main-navigation .menu .current-menu-ancestor ul .current-menu-item a,
.main-navigation .menu .current-menu-ancestor .icon,
.main-navigation .menu .current-menu-item .icon {
    color: #fdb515;
}
.main-navigation ul>li>ul {
    padding: 0;
}
.main-navigation .menu li ul li {
    margin: 0;
}
.main-navigation .menu li ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 9px 10px;
    font-weight: 500;
}
.main-navigation .menu li ul li a:hover {
    color: #fdb515;
}
.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    padding: 0;
    min-width: 180px;
    clip: auto;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    color: #545454;
    line-height: 1.2;
    z-index: 10;
    padding: 0 1em;
    -webkit-box-shadow: 0 1px 2px 1px rgb(0 0 0 / 40%);
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 40%);
    /* animation: slide-down 0.7s; */
}
.single-svmnewsletters .main-navigation  #menu-item-733 .sub-menu #menu-item-302 a,
.news-template-default .main-navigation  #menu-item-733 .sub-menu #menu-item-302 a {
	    color: #000 !important;
}
.main-navigation .menu li:hover .sub-menu{
    display: block;
}
.join_section {
    padding: 60px 0 0;
}
.join_section h3,
.video_section h2,
.newsletter_sec h2, .participate_section h2,
.home_map_sec h2,
.common_title ,
.inner_page .common_title,
.inner_page .publication_section1 h2{
    color: #000;
    font-size: 42px;
    margin: 0;
    text-shadow: none;
    font-weight: 600;
    margin-bottom: 10px;
}
p{
    color: #4a4a4a;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.video_section p{
    font-size: 18px;
    line-height: 24px;
}
.home_slider .rev-btn{
    /* background-color:#fff !important ; */
    text-align: center !important;
}
.home_slider .rev-btn a{
    color: #ffffff !important;
    font-family: Barlow !important;
    font-weight: 600 !important;
}
.home_slider .rev-btn a:hover,
.home_slider .rev-btn:hover a{
    color: #fff !important;
}
.join_section a{
    color: #17284b;
}
.vc_btn3-container.btn_style1.vc_btn3-inline button,
.btn_style1 button,
.testi_slider .btn,
.home_blog .vc_btn3,
.participate_section .wpb_wrapper a,
.newsletter_sec #hm_subscribe_btn,
.board_team .btn_style1 a,
.home_blog .btn_style1 a{
    color: #fff;
    background-color: #15284b;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 30px;
    font-weight: 600;
    box-shadow: 1px 1px 12px rgb(86 86 86 / 40%);
}
.vc_btn3-container.btn_style1.vc_btn3-inline button:hover,
.btn_style1 button:hover,
.testi_slider .btn:hover,
.participate_section .wpb_wrapper a:hover,
.newsletter_sec #hm_subscribe_btn:hover,
.board_team .btn_style1 a:hover,
.home_blog .btn_style1 a:hover{
    background-color: #ffb617 !important;
    color: #000;
}
.common_btn a{
    font-size: 14px !important;
    padding: 13px 30px !important;
    font-weight: 600;
    box-shadow: 1px 1px 12px rgb(86 86 86 / 40%);
    background-color: #ffb617;
}
.common_btn a:hover{
    background-color: #ffb617;
    color: #000;
}
.participate_section{
    padding: 40px 0;
}
.home_blog{
    padding:50px 0;
    margin: 40px 0 15px;
}
.home_blog p{   
    min-height: 130px;
}
.home_blog .vc_column-inner {
    padding: 0 !important;
}
.home_blog  .latest_update .vc_column-inner .wpb_wrapper ,
.home_blog  .research_update .vc_column-inner .wpb_wrapper ,
.home_blog  .blog_update .vc_column-inner .wpb_wrapper  {
    text-align: center;
    /* box-shadow:0px 4px 11px rgb(177 177 177 / 40%); */
    border: 1px solid #eeeeee;
    background-color: #fff;
}
.home_blog .wpb_column  .wpb_single_image .wpb_wrapper,
.home_blog .wpb_column  .wpb_text_column .wpb_wrapper  {
    box-shadow: none;
    border: 0;
}
.home_blog .latest_update .vc_column-inner:hover .btn_style1 .vc_btn3, 
.research_update  .vc_column-inner:hover .btn_style1 .vc_btn3,
.blog_update  .vc_column-inner:hover .btn_style1 .vc_btn3   {
    background-color: #ffb617 !important;
}
.home_blog .wpb_single_image,
.home_blog .wpb_text_column  {
    margin-bottom: 25px;
}
.latest_update, .research_update, .blog_update {
    padding: 0 15px !important;
}
.title-blog-d{
    background-color: #003262;
    font-size: 18px !important;
    color: #fcb810;
    font-weight: 500 !important;
    margin: 0 5px;
    padding: 15px 0;
}
.home_blog .latest_update h2, .home_blog .research_update h2, .home_blog .blog_update h2 {
    background-color: #003262;
    font-size: 18px;
    color: #fcb810;
    font-weight: 500;
    margin: 0;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_icon .wpb_text_column  .wpb_wrapper{
    padding: 20px;
}
.home_icon .wpb_text_column  .wpb_wrapper:hover{
    box-shadow: 0px 4px 11px rgb(177 177 177 / 40%);
    background-color: #fff;
}
.home_icon .wpb_wrapper img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    max-height: 50px;
    object-fit: contain;
}
.home_icon .wpb_wrapper a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.testimonial{
    padding: 20px 0 30px;
}
.testimonial h2{
    color: #fdb515;
    font-size: 50px;
    margin: 0 0 40px;
    font-weight: 500;
}
.testimonial .slick-slide img{
    display: inline-block;
    border-radius: 50%;
    width: 139px;
    height: 139px;
    object-fit: cover;
    border: 6px solid #fff6;
}
.testimonial p{
    color: #fff;
    text-align: center;
    margin: 0;
}
.testimonial .wpb_content_element {
    margin: 0 auto;
    max-width: 900px;
}
.content_testi .col-md-5{
    padding-left: 50px;
}
.testi_slider h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.testi_slider .desingation{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.testi_slider a{
    display: block;
    color: #fff;
}
.testi_slider .btn{
    display: inline-block;
    color: #15284b;
    background-color: #fff;
    margin-top: 10px;
}
.testi_slider iframe{
    border-radius: 10px;
}
#rmp-menu-wrap-238 .rmp-menu-subarrow{
    transform: rotate(180deg);
}
.comment_text{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}
.home_newsletter{
    max-width: 650px;
    margin: 0 auto;
}
.board_team .wpb_single_image img{
    max-width: 220px;
    border-radius: 50%;
    border: 6px solid #d2d2d266;
}
.board_team p{
    color: #000;
    padding: 0 15px;
}
.board_team h6{
    font-weight: 400;
    margin: 0 auto 10px;
    color: #545454;
    font-size: 15px;
}
.board_team h4 a{
    color: #000;
    font-weight: 500;
    font-size: 28px;
}
.board_team h4 i{
    font-size: 15px;
}
.board_team h4 a:hover{
    color: #fcb810;
}
.news_firsnm{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.news_firsnm input,
.news_secdnm input,
.news_thirdnm input[type="email"]{
    background-color: #f4f4f4;
    border: 0;
    box-shadow: 0px 1px 6px rgb(103 95 87 / 40%);
    font-size: 14px;
    padding: 15px 10px;
    padding: 10px;
    width: 100%;
}
.news_firsnm,
.news_secdnm,
.news_thirdnm{
    margin: 20px 0;
}
 .news_thirdnm #news_btn_home{
    position: relative;
    background: url(/wp-content/uploads/2021/08/send.png) 13px 12px no-repeat #f2ab14;
    color: #000;
    outline: none;
    border: 0;
    padding: 10px 20px 10px 41px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0 3px 3px 0;
    background-size: 21px;
}
.news_thirdnm #news_btn_home:hover{
    position: relative;
    background: url(/wp-content/uploads/2021/08/send_hover.png) 13px 12px no-repeat #15284b;
    background-size: 21px;
    color: #fff;
}
.participate_section  h2{
    margin-bottom: 50px;
}
.newsletter_sec {
    background-attachment: fixed !important;
    height: 370px;
    display: flex;
    align-items: center;
    z-index: 1;
    text-align: center;
	background: url(https://www.smartvillagemovement.org/wp-content/uploads/2021/09/cn-banner.jpg?id=2058);
}
.newsletter_sec p{
    color: #fff;
}
.newsletter_sec .wpb_text_column {
    margin-bottom: 15px;
}
.newsletter_sec h2{
    color: #fff;
}
.video_section h2{
    margin-bottom: 40px;
}
.participate_section img{
    max-height: 150px;
    object-fit: contain;
}
.participate_section strong{
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 15px 0;  
}
.news_firsnm label, .news_thirdnm label{
    text-align: left;
    width: 100%;
    font-size: 13px;
    color: #d01414;
    margin: 0;
}
.news_thirdnm{
    position: relative;
}
.news_thirdnm label{
    position: absolute;
    bottom: -30px;
}
#newslwtter_msg .success{
    color: #008000;
    font-weight: 500;
}
#newslwtter_msg .error{
    color: #ff0000;
    font-weight: 500;
}
.footer_main{
    background-color: #15284b;
    padding: 60px 0 30px;
}
.footer_main img{
    height: auto;
    width: 420px;
}
.footer_main h3{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.footer_slogan{
    margin: 30px 0;
}
.social_media{
    padding: 0;
    gap:40px;
}
.social_media li a{
    font-size: 27px;
    color: #fff;
}
.footer_logo{
    margin: 25px 0 0;
}
.footer_logo img{
    max-width: 270px;
}
.footer_main .widget-title{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.footer_main .widget_nav_menu ul{
    padding: 0;
}
.footer_main .widget_nav_menu ul li{
    margin: 0 0 10px;
}
.footer_main .widget_nav_menu ul li a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.footer_main .widget_nav_menu ul li a:hover{
    color: #fdb515;
}
.footer_main .btn_ft a{
    background-color: #fdb515 !important;
    border-radius: 3px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
}
.footer_main .btn_ft{
    justify-content: center;
    text-align: center;
}
.widget_media_image{
    text-align: center;
}
.footer_main .btn_ft a:hover{
    background-color: #fff !important;
    color: #000;
}
.footer_copyrights {
    background-color: #0d1c38;
    padding: 10px 0 ;
    text-align: center;
}
.footer_copyrights p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 0;
}
.footer_copyrights span{
	display: inline-block;
    border: 1px solid #fff;
    padding: 0 9px;
}
.footer_copyrights ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 10px;
}
.footer_copyrights ul li{
    position: relative;
    color: #fff;
}
.footer_copyrights ul li::before{
    position: absolute;
    content: "|";
}
.footer_copyrights ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
}
/* Inner Page */
.banner-sec{
    position: relative;
    margin-bottom: 50px;;
}
/* .banner-sec::before{
    background-color: #15284b;
    opacity: 66%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
} */
.banner-sec img{
    width: 100%;
    vertical-align: top;
    height: 345px;
    object-fit: cover;
}
.banner_title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.banner_title h1{
    color: #fff;
    letter-spacing: 0.01em;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    font-size: 50px;
}
.abt_section1{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.abt_section1 h3, .abt_section2 h3, .about_middle h3, .we-work-title h3{
    font-size: 32px;
    font-weight: 500;
}
.partner_img{
    max-width: 800px;
    margin: 0 auto !important;
}
.abt_section5{
    margin: 50px auto 30px !important;
}
.abt_section2 h3{
    padding-bottom: 15px;
}
.about_middle{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.about_middle .wpb_single_image{
    margin-bottom: 0 !important;
}
.about_middle .wpb_single_image .vc_figure,
.about_middle .wpb_single_image img,
.about_middle .wpb_single_image .vc_single_image-wrapper,
.abt_section7 .wpb_single_image .vc_figure,
.abt_section7 .wpb_single_image img,
.abt_section7 .wpb_single_image .vc_single_image-wrapper{
    width: 100%;
}
.about_middle p {
    font-size: 18px;
    color: #ffb617;
    font-weight: 600;
    text-transform: uppercase;
}
.abt_section6 p a{
    color:#22437d;
}
.abt_section6 p a:hover{
    color:#ffb617
}
.abt_section6 ul{
    padding: 0;
}
.abt_section6 ul li{
    position: relative;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 15px;
}
.abt_section6 ul li strong{
    font-weight: 500;
}
.abt_section6 ul li:before{
    position: absolute;
    left: 0;
    background-color: #22437d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    top: 13px;
}
.abt_section7 img{
    width: 100%;
}
.abt_section7 .widget_media_image{
    width: 100%;
}
.footer_main  .widget_media_image{
    text-align: left;
}
.footer_main .donation_img .widget_media_image{
    text-align: center;
}
.footer_main .donation_img .widget_media_image img{
    width: 130px;
}
.abt_section8{
    padding: 30px 0;
}
.abt_section8 h4{
    font-weight: 600;
    color: #000;
    font-size: 26px;
}
.sticky {
    -webkit-box-shadow: 0 4px 15px -10px rgba(0,0,0,.6);
    box-shadow: 0 4px 15px -10px rgba(0,0,0,.6);
    position: fixed;
    top: 0; 
	z-index: 2;
    animation: slide-down 0.7s;
	width: 100%;
}
.testimonial  button.slick-next.slick-arrow,
.testimonial  button.slick-prev.slick-arrow {
    background-color: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
}
.testimonial button.slick-next.slick-arrow:hover,
.testimonial button.slick-prev.slick-arrow:hover {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.hephaistos.tparrows.tp-rightarrow:before{
    content: '\f105' !important;
    font-family: 'FontAwesome' !important;
}
.hephaistos.tparrows.tp-leftarrow:before{
    content: '\f104' !important;
    font-family: 'FontAwesome' !important;
}
.contact_page form{
    max-width: 700px;
    margin: 0 auto;
}
.contact_page form input[type="submit"]{
    background-color: #e9a80e;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
    border: 0;
    outline: none;
    padding: 14px 20px;
}
.contact_page form input[type="submit"]:hover{
    background-color: #15284b;
    color: #fff;
}
.contact_page .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 14px;
}
.contact_page .wpcf7-response-output{
    text-align: center;
}
@keyframes slide-down {
	0%{
		opacity:0;
		transform:translateY(-100%);} 
	100%{
		opacity:1;
		transform: translateY(0);
	}
}
.blog_list img{
    margin-bottom: 25px;
}
.blog_list h3 {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    min-height: 60px;
}
.blog_list h3 a{
    color: #000;
}
.blog_grid h3 a:hover,
.blog_grid:hover a{
    color: #e9a80e;
}
.blog_grid p{
    font-size: 15px;
    line-height: 25px;
}
.short_content{
    /*min-height:155px;*/
}
.blog_list span{
    font-size: 13px;
    color: #969696;
    font-weight: 300;
}
.blog_grid{
    box-shadow: 0px 4px 11px rgb(177 177 177 / 40%);
    padding: 10px;
    margin: 15px 0;
}
.news_img{
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    border-radius: 6px;
}
.blog_grid img{
    margin-bottom: 15px;
    max-width: 100%;
    height: 160px;
    width: 100%;
    object-fit: cover;
}
.news_grid{
    margin: 30px 0;
}
.news_grid img{

    transition: 1s ease-out;
    border-radius: 6px;
    width: 100%;
    height: 100%;
}
.news_grid img:hover{
    opacity: 0.75;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.news_grid h3 {
    font-size: 16px;
    color: #000;
    padding: 15px 0;
}
.single_blog_detail a{
    color: #e9a80e;
    font-weight: 500;
}
.single_blog_title{
    margin: 15px 0;
}
.single_blog_title h1{
    font-size: 30px;
	font-weight: bold;
}
.single_blog_title span{
    color: #969696;
    font-weight: 300;
    font-size: 13px;
}
.singe_cont h2, .inner_page h2{
    font-size: 26px;
    font-weight: 600;
}
.inner_page{
    padding-bottom: 30px;
}
.singe_cont ul{
    list-style: disc;
}
.singe_cont ul li{
    font-weight: 300;
}
.contact_form select{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inner_page ul{
    padding: 0 0 0 15px;
}
.inner_page li{
    font-size: 18px;
    color: #4a4a4a;
    padding-left: 16px;
    position: relative;
}
.inner_page li:before{
    position: absolute;
    left: 0;
    background-color: #22437d;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    top: 13px;
}
.inner_page li a, .inner_page p a{
    font-weight: 400;
    color: #e9a80e;
}
.inner_page ol li:before{
    display: none;
}
.innovation_icon{
    align-items: center;
    display: flex;
}
.innovation_icon img{
    border: 2px solid #003262;
    border-radius: 50%;
    width: 200px;
}
.innovation_icon strong{
    color: #003262;
    font-weight: 500;
    font-size: 24px;
}
.participate_section p strong{
    font-weight: 500;
    font-size: 24px;
}
.values_section{
    padding: 30px 0;
}
.values_section img{
    width: 180px;
}
.inner_page .values_section li{
    font-size: 16px;
}
.values_section h4{
    margin: 15px 0;
    display: block;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0.5em;
    color: #15284b;
    text-align: center;

}
.community_section {
    position: relative;
}
.community_section img{
    max-width: 40%;
}
.community_row{
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
}
.community_grid strong{
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.community_grid {
    background-color: #15284b;
    padding:10px;
    border-radius: 5px;
    position: relative;
    margin: 4% 0;
}
.community_grid p{
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: justify;
}
.community_title{
    display: none;
}
.common_sidebar img{
    height: auto;
    width: auto;
}
.common_sidebar .vc_column-inner {
    background: #f2f2f2;
    box-shadow: 0 0 8px -1px #cecece;
    padding: 20px 10px;
}
.common_sidebar .vc_column-inner h2{
    color: #003262;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
}
.common_sidebar .vc_column-inner p{
    font-weight: 300;
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
.common_sidebar .vc_column-inner img{
    margin-bottom: 10px;
}
.inner_page .common_btn a,
.common_btn a {
    color: #fff;
    background-color: #15284b;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 600;
    box-shadow: 1px 1px 12px rgb(86 86 86 / 40%);
    margin: 0 10px;
}
.common_btn a:hover,
.inner_page .common_btn a:hover{
    background-color: #ffb617 !important;
    color: #000;
}
.logo-sec img{
    max-width: 100%;
    height: auto;
}
.donation_img img{
    margin-bottom: 15px;
}
.home_map_sec{
    display: flex;
    align-items: center;
    gap: 30px;
}
.leader_page .vc_single_image-wrapper img{
    max-width: 250px;
    border-radius: 50%;
    border: 6px solid #d2d2d266;
}
.leader_page h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.leader_page h4 i{
    font-size: 15px;
}
.leader_page h6{
    font-weight: 400;
    margin: 0 auto 10px;
    color: #545454;
    text-align: justify;
    font-size: 15px;
}
.leader_page h6 a{
	color: #e9a80e;
    font-weight: 500;
}
.leader_page p{
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
}
.leader_page .vc_col-sm-6{
    padding: 0 20px;
}
.inner_page p .show_hide_darwin,
.inner_page p .show_hide_shah{
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.inner_page p .show_hide_darwin:hover,
.inner_page p .show_hide_shah:hover{
    text-decoration: none;
    color: #ffb617;
}
.inner_page p .show_hide_darwin:after,
.inner_page p .show_hide_shah:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f18e";
    position: absolute;
    top: 5px;
    right: 0;
}
.inner_page p .show_hide_shah:hover::after{
    color: #ffb617;
}


.join-movement-sec{
    padding: 48px 0;
    text-align: center;
}
.join-movement-sec .f-coloum{
    width: 10%;
    margin-top: -14px;
}
.join-movement-sec .s-coloum{
    width: 65%;
    position: relative;
}
.join-movement-sec .t-coloum{
    width: 25%;
    display: flex;
    align-items: center;
}
.join-movement-sec img{
    border-radius: 10px;
}
.join-movement-sec h3{
    color: #003262;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom:0;
} 
.join-movement-sec p{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 30px;
}
.join-movement-sec .btn{
    font-size: 16px;
    color:#fff;
    background-color: #1c2c4d;
    padding: 17px 16px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.5s;
    width:185px;
}
.join-movement-sec .btn:hover, .join-sec-m .btn:hover{
    background-color: #ffb617;
    color:#000;
}
.s-coloum{
    position: relative;
}
.join-movement-sec .first-row,
.join-movement-sec .s-coloum .connectwrld,
.join-movement-sec .t-coloum .connectwrld,
.join-movement-sec .s-coloum .line_1,
.join-movement-sec .s-coloum .line_2{
    position: relative;
}
.join-movement-sec .first-row:before{
    content:"";
    position: absolute;
    width:782px;
    height:2px;
    background: #fdb515;
    top:-59%;
    left:194px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;

}
.join-movement-sec .connectwrld img{
    background-color: #fff;
    position: relative;
    z-index: 1;
    max-width: 245px;
    padding: 15px;
}
#newslwtter_msg .success i {
    border: 2px solid #008007;
    padding: 3px;
    border-radius: 50%;
    font-size: 20px;
}
.join-movement-sec .s-coloum .line_1:before,
.join-movement-sec .s-coloum .line_2:before,
.join-movement-sec .t-coloum .connectwrld:before{
    content: "";
    position: absolute;
    top:50%;
    border:1px solid #fdb515;
    width: 32%;
    left:0;
    z-index: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}
.join-movement-sec .s-coloum .line_2:before,
.join-movement-sec .s-coloum .line_1:before{
    width: 50%;
}
.join-movement-sec .s-coloum .connectwrld:after{
    content: "";
    position: absolute;
    top: 50%;
    z-index: 0;
    border: 1px solid #fdb515;
    width: 92%;
    left: 0;
    z-index: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.join-movement-sec .t-coloum .connectwrld:before{
    content: "";
    position: absolute;
    top: 50%;
    border: 1px solid #fdb515;
    width: 32%;
    left: 0;
    z-index: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}
.join-movement-sec .s-coloum .connectwrld::before{
    content: "";
    position: absolute;
    top: -36.5%;
    background: #fdb515;
    height: 425px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    width: 2px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}

.join-movement-sec .graph_grid1{
    position: relative;
    margin-top: 81px;
}
.join-movement-sec .f-coloum img{
    background-color: #fff;
    position: relative;
    width:70px;
}
.join-movement-sec .graph_grid1:before{
    content: "";
    position: absolute;
    top: -72px;
    background: #fdb515;
    height: 61px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    width: 2px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}
.join-movement-sec .graph_grid1:after{
    content: "";
    position: absolute;
    top: 50%;
    border: 1px solid #fdb515;
    width: 22%;
    left: 0;
    z-index: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}

.join-movement-sec .line_none:before{
    display: none;
}

.join-movement-sec.linedraw.in-view .s-coloum .connectwrld:before, 
.join-movement-sec.linedraw.in-view .s-coloum .connectwrld:after, 
.join-movement-sec.linedraw.in-view .t-coloum .connectwrld:before, 
.join-movement-sec.linedraw.in-view .t-coloum .connectwrld:after, 
.join-movement-sec.linedraw.in-view .first-row:before,
.join-movement-sec.linedraw.in-view .graph_grid1:before,
.join-movement-sec.linedraw.in-view .s-coloum .line_1:before,
.join-movement-sec.linedraw.in-view .s-coloum .line_1:after,
.join-movement-sec.linedraw.in-view .s-coloum .line_2:before,
.join-movement-sec .t-coloum .connectwrld:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.last-row .connectwrld{
    position: relative;
}
.last-row .connectwrld:before{
    content: "";
    position: absolute;
    top: -100px;
    background: #fdb515;
    height: 92px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    width: 2px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}
.join-movement-sec .s-coloum .line_2{
    margin-top: 89px;
}
.join-movement-sec  .line_none{
    margin-top: 0;
}
.join-movement-sec .s-coloum .connectwrld{
    margin-top: 14%;
}
.join-movement-sec .container{
    max-width: 990px;
    margin: 0 auto;
}

.alliance_berkeley_sec{
    background-attachment: fixed;
    height: 460px;
    margin: 82px 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.alliance_berkeley_sec .common_title{
    text-transform: uppercase;
    font-weight: 500;
}
.alliance_berkeley_sec .common_title{
    color: #ffffff;
}
.alliance_berkeley_sec:before{
    background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .alliance_berkeley_sec .aliance_inner_home{
    position:relative;
    z-index:9;
    }

    .alliance_berkeley_sec p{
        color: #ffffff;
        font-size: 26px;
    }
    .abt_section1 h5{
        font-size: 26px;
    }
.social-block{
	position: fixed;
	top:50%;
	transform: translateY(-50%);
	z-index: 999;
	background-color: #003262;
	padding:10px 15px;
}
.social-block ul{
    margin: 0;
    padding: 0;
}
.social-block a{
	color:#fff;
	padding:5px 0;
	display:inline-block;
    font-size: 22px;
}
.social-block a .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-block a:hover{
	color:#fff;
}
.social-block a i:hover{
	color: #ffb617;
	
}
.contact-block{
	position: fixed;
	z-index: 999;
	background-color: #003262;
	padding:5px 10px;
	top:50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

	right:0;
	margin-right:-47px;
	cursor: pointer;
	color:#fff;
	transition: 0.5s;
}
.contact-block:hover{
	color: #003262;
	background-color: #ffb617;
}
.contact-block span{
	color: #fff !important;
	font-weight: 700;
    font-size: 24px;
}
.contact-aside{
	padding: 30px 50px;
    overflow: auto;
    position: fixed;
    right: -100%;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 9999;
    background: #ffb617;
    -moz-transition: all 0.3s cubic-bezier(0.63, 0.52, 0.4, 0.91);
    -o-transition: all 0.3s cubic-bezier(0.63, 0.52, 0.4, 0.91);
    -webkit-transition: all 0.3s cubic-bezier(0.63, 0.52, 0.4, 0.91);
	transition: all 0.3s cubic-bezier(0.63, 0.52, 0.4, 0.91);
	color:#fff;
}
.contact-aside .close{
    opacity: 1;
}
.contact-aside .close i{
    color: #fff;
}
.contact-aside h1{
	font-size:40px;
	color:#000;
	margin-bottom: 0px;
	text-align: left;
}
.contact-aside p{
    margin: 10px 0;
    color: #fff;
    font-size: 19px;
    line-height: 28px;
}
.contact-aside p a{
	color:#fff;
    font-weight: 400;
}
.contact-aside .map-view{
    margin-top: 20px;
}
.contact-aside .map-view iframe{
	height:100%;
	width:100%;
}
.contact-open .contact-aside{
	right:0;
}
.home_vid_sec .common_title {
    font-size: 35px;
}
.address-col-m h4{
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}
.border_lft{
    border-left: 1px solid #b1821b;
}
.svm_section{
    position: relative;
    max-width: 900px;
    margin: 110px auto 160px;
    text-align: center;
}
.svm_section h3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto;
    background-color: #003262;
    width: 220px;
    height: 220px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    border: 8px solid #fff;
}
.md_title{
    position: relative;
    width: 500px;
    margin: 0 auto;
}
.svm_section .line1{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background-color: #ffb617;
    height: 2px;
    width: 100%;
    transform: rotate(90deg);
    right: 0;
    margin: 0 auto;
}
.svm_section .line2{
    transform: rotate(25.2deg);
    top: 48.5%;
    right: 0;
    margin: 0;
}
.svm_section .line3{
    transform: rotate(154.4deg);
    top: 48.15%;
    left: 0;
    right: 0;
    margin: 0;
}

.hexa-group {
    display: inline-block;
    width: 219px;
    height: 104px;
    position: relative;
    margin: 90px 30px;
    background: #003262;
    z-index: 1;
}

.hexa-group .hexa_caption {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.hexa_content h4{
    background-color: #ffb617;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    width: 220px;
    cursor: pointer;
    position: absolute;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 68px;
}
.hexa_content h4:hover{
    background-color: #003262;
    color: #fff;
}
.hexa_content h4:nth-child(1){
    top: -40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hexa_content h4:nth-child(2){
    left: 4%;
    top: 0%;
}
.hexa_content h4:nth-child(3){
    bottom: 0;
    left: 4%;
}
.hexa_content h4:nth-child(4){
    right: 4%;
    top: 0;
}
.hexa_content h4:nth-child(5){
    right: 4%;
    bottom: 0;
}
.hexa_content h4:nth-child(6){
    bottom: -39%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.outer {
    display: table;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}

.inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}

.hexa-group .hexa_caption h2 {
    margin: 0px;
    padding: 0px;
    line-height: 1.46em;
    color: #ffb617;
}

.hexa-group .hexa-top {
    border-bottom-color: #003262;
}

.hexa-group .hexa-bottom {
    border-top-color: #003262;
}


.hexa-top {
    bottom: 104px;
    border-bottom: 70px solid #ccc;
}

.hexa-bottom {
    top: 104px;
    border-top: 70px solid #ccc;
}

.hexa-top,
.hexa-bottom {
    position: absolute;
    left: 0px;
    width: 0px;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
}


.modal-header{
    background-color: #003262;
}
.modal-title {
    color: #fff;
}
.modal-content p {
    font-size: 15px;
    line-height: 22px;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (2.5rem * 2));
}
.modal.media-modal.show .modal-content {
	background-color: white !important;
}

.modal.media-modal.show .modal-content .modal-title, .modal.media-modal.show .modal-content .close {
	color: black;
}

.inner_page .close{
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 1;
}
.inner_page .modal{
    z-index: 999999;
}
.team_row {
    margin: 10px 0;
}
.team_row .vc_col-sm-4{
    padding: 0 15px;
}
.team_row .vc_col-sm-4 .vc_column-inner {
    text-align: center;
    padding-top: 25px;
    box-shadow: 0 0 10px -3px #a0a0a0;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 487px;
}
.team_row .wpb_single_image img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 8px solid #e8e8e8;
    object-fit: cover;
}
.team_row  h2 {
    font-size: 24px;
    color: #003262;
    margin: 20px 0 15px;
    line-height: normal;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.team_row  h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 12%;
    background-color: #ffb617;
    bottom: 0;
}
.team_row p {
    font-weight: 400;
    color: #636363;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: normal;
}
.team_row .socialteam {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}
.team_row .socialteam i {
    margin: 0px 15px;
    width: 40px;
    height: 40px;
    background: #003262;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
}
.team_row .socialteam i:hover{
    background: #ffb617;
}
.team_row .socialteam br{
    display: none;
}
.team_row .wpb_single_image.vc_align_center{
    margin-bottom: 0;
}
.partner_page .vc_column-inner .wpb_text_column .wpb_wrapper{
    display: flex;
    border: 2px solid #fdb614;
    width: 100%;
    height: 150px;
    padding: 20px;
    align-items: center;
    margin-bottom: 5px;
    background-color: #fff;
    justify-content: center;
}
.faq_page .vc_column-inner .wpb_text_column .wpb_wrapper{
    height: auto;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
    padding: 14px 70px 14px 20px !important;
}
.faq_page .vc_column-inner .wpb_text_column .wpb_wrapper{
    border: 0;
	 display: block;
}
.partner_page .vc_column-inner .wpb_text_column .wpb_wrapper img{
    width: 130px;
    object-fit: cover;
    cursor: pointer;
    /* -webkit-transform: scale(1.5);
    transform: scale(1.5); */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}
.partner_page .vc_column-inner .wpb_text_column .wpb_wrapper .partner_nolink{
    cursor: inherit;
}
.partner_page .vc_column-inner .wpb_text_column .wpb_wrapper:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.partner_page .vc_column-inner  .wpb_content_element {
    margin-bottom: 0 !important;
}
.partner_page .vc_column-inner{
    margin-bottom: 10px;
}
.partner_page .vc_column-inner h3,
.project_grid .vc_column-inner h3{
    color: #666;
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    font-size: 16px;
}
.vc_tta-panel-heading h4{
    background: #013262;
    font-size: 20px;
}
.vc_tta-panel-heading a,
.vc_tta-panel-heading a{
    color: #fff !important;
    font-weight: 500;
}
.vc_tta-panel-heading  .vc_tta-controls-icon{
    left: inherit !important;
    right: 20px !important;
}
.vc_tta-panel-heading  .vc_tta-controls-icon,
.vc_tta-panel-heading  .vc_tta-controls-icon:before,
.vc_tta-panel-heading  .vc_tta-controls-icon:after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
    color: #fff !important;
    border-color: #fff !important;
}
.project_grid img{
    cursor: pointer;
}
.modal-header{
    position: relative;
}
.partner_page .modal-title {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
}
.common_sidebar  ul{
    list-style: none;
    padding: 0;
}
.common_sidebar  ul li{
    list-style: none;
    padding: 10px;
    font-size: 16px;
}
.common_sidebar  ul li:before{
    display: none;
}
.common_sidebar .vc_column-inner  ul li a{
    display: grid;
    grid-template-columns: 110px 2fr;
    align-items: center;
    gap: 15px;
    line-height: normal;
}
.common_sidebar .vc_column-inner  ul li i{
    font-style: normal;
}
.common_sidebar  ul li img{
    width: 110px;
}
/* .education_page .common_btn a{
    margin: 0 5px 5px;
    padding: 14px;
    font-size: 20px !important;
    font-weight: 600;
    border-radius: 0;
    box-shadow: none;
    width: 200px !important;
    display: inline-block;
    text-align: center;
    background-color: #fdb91a;
}
.inner_page .education_page .common_btn a{
    margin: 0 5px 5px;
    padding: 14px;
    font-size: 20px ;
    font-weight: 600;
    border-radius: 0;
    box-shadow: none;
    width: 200px ;
    display: inline-block;
    text-align: center;
    background-color: #fdb91a;
} */
.source {
	    text-align: center;
    font-size: 16px;
    position: relative;
    top: 0px;
}
.join_section  .common_btn a{
    margin: 0 5px 5px;
    padding: 14px;
    font-size: 20px !important;
    font-weight: 600;
    border-radius: 0;
    box-shadow: none;
    width: 200px ;
    display: inline-block;
    text-align: center;
    background-color: #fdb91a;
}

.join_section  .common_btn a:hover{
    background-color: #fdb614 !important;
    color: #fff !important;
}
.publication_section1 .vc_single_image-wrapper img{
    border: 2px solid #fdb614;
    margin: 15px 0;
    width: 100%;
}
.publication_section1 h5{
    min-height: 48px;
    color: #000;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    font-size: 16px;
}
.publication_section1 .wpb_single_image.vc_align_center{
    margin-bottom: 10px;
}

.project_grid{
    text-align: center;
}
.project_grid .vc_column-inner .wpb_text_column .wpb_wrapper{
    border: 2px solid #fdb614;
    width: 100%;
    /* padding: 20px; */
    align-items: center;
    margin-bottom: 5px;
    background-color: #fff;
    justify-content: center;
}
.project_grid .vc_column-inner .wpb_text_column .wpb_wrapper img{
    height: 231px;
    object-fit: cover;
    max-width: 100%;
}
.project_grid .vc_column-inner .wpb_text_column .wpb_wrapper p{
    cursor: pointer;
}
.modal-body {
    overflow-y: auto;
    max-height: 380px;
}
.partner_poup{
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 15px;
}
.partner_poup img{
    width: 110px;
}
.project_icon h3{
    font-size: 22px;
}
.project_icon h3 a{
    font-weight: 500;
}
.project_icon h3 a:hover{
    color: #e9a80e;
}

.project_icon img{
    max-height: 120px;
    object-fit: contain;
}
.project_icon p{
    font-size: 15px;
    line-height: 24px;
}
.project_icon h4{
	font-size: 22px;
}
.pagination_article{
    text-align: center;
    width: 100%;
}
.pagination_article a{
    color: #5d5d5d;
    font-weight: 400;
    background-color: #d2d2d2;
    padding: 7px 12px;
    border-radius: 3px;
}
.pagination_article a:hover{
    background-color: #e9a80e;
    color: #fff;
}
.pagination_article span{
    color: #fff;
    font-weight: 400;
    background-color: #e9a80e;
    padding: 7px 12px;
    border-radius: 3px;
}
.newsletter_single{
    position: relative;
}
.Journey_section h2 {
    margin: 35px 0 15px;
}
/*News-letter*/
.newsletter-box{
	width: 650px;
    margin: 0 auto;
}
.newsletter-sec{
	width:600px;
	margin:0 auto 50px !important;
	max-width:100%;
}
.newsletter-sec img{
    max-width: 100%;
    height: auto;
}
.newsletter-sec table {
    width: 100%;
    margin-bottom: 15px;
}
.newsletter-sec p strong{
    font-weight: 700;
}
.sing_pg img.aligncenter {
    margin: 0 auto 24px;
    display: block;
}
.wpb_button, .wpb_content_element, .ul.wpb_thumbnails-fluid>li{
	margin:0;
}
.newsletter-sec .content-sec{
	padding:30px 0;
}
.newsletter-sec .btn {
    font-size: 24px;
    color: #000;
    background-color: #ffb617;
    padding: 20px 16px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.5s;
    width: 270px;
    font-weight: 600;
    padding-left: 33px;
    padding-right: 33px;
    border-radius: 3px;
}
.newsletter-sec .btn:hover{
    background-color: #003262;
    color: #fff;
}
.newsletter-sec li{
	list-style-type:disc;
	margin-left: 35px;
    margin-bottom: 10px;
}
.highlight-sec{
	background: #17284b;
    padding: 15px;
    text-align: center;
}
.highlight-sec h2{
	margin: 0 !important;
    font-size: 25px;
    color: #fff;
}
.edu-detail-sec{
	margin-top: 20px;
    padding: 20px 0px;
    border-top: 2px solid #fdb91a;
    margin: 20px 15px 10px;
}
.edu-detail-sec p{
	margin:0 !important;
}
.education-link-sec .left-sec, .education-link-sec .right-sec{
	    display: flex;
    align-items: center;
	padding:10px;
}
.education-link-sec div{
	text-align:center;
}
.education-link-sec .left-sec{
	background:#bfbfbf;
}
.education-link-sec .left-sec > p, .education-link-sec .right-sec > p{
    width: 50%;
    margin: 0 15px !important;
}
.education-link-sec .right-sec{
	background:#fcfaca;
}
.education-link-sec img{
	width:100%;
}
.education-link-sec h3{
	margin: 0 !important;
}
.education-link-sec h3 a{
	color: #17284b;
    margin: 0 !important;
    font-size: 22px;
    text-decoration: underline;
}
.education-link-sec p{
	color:#000;
}
.relief-sec{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	background: #17284b;
    padding: 10px;
	position:relative;
}
.relief-sec:before{
	position: absolute;
    content: "";
    top: -18px;
    border-top: 2px solid #ffb617;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.relief-sec > p, .relief-sec div{
	width:49%;
}
.relief-sec p{
	font-size: 14px;
    color: #fff;
    text-align: justify;
	line-height:18px !important;
}
.relief-sec h4{
	font-size: 16px;
    text-align: center;
    background: #fff;
    color: #17284b;
    line-height: normal;
}
.moveingforward.relief-sec:before{
	display:none;
}
.moveingforward.relief-sec{
	margin-top:35px;
	align-items: flex-end;
}
.moveingforward.relief-sec > p{
	width:20%;
}
.moveingforward.relief-sec div{
	width:75%;
}
.footersection p{
	color:#fff;
	text-align:center;
}
.footersection img{
	width:30px;
	margin:0 5px;
}
table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	line-height: normal;
    padding-left: 0;
    text-align: unset;
    vertical-align: unset;
	padding:0;
}
.seva-sec table th, .seva-sec table td{
	border:1px solid #c5c5c5;
	padding: 5px;
    line-height: 25px;
}
.seva-sec table {
    width: 100%;
margin-bottom: 15px !important;
}
.seva-sec table th{
	background: #003262;
    color: #fff;
}
.home_map_sec ul{
    list-style: none;
}
.inner_page .home_map_sec li {
    padding-left: 20px;
    margin: 5px 0;
}

.home_map_sec ul li:nth-child(odd)::before,
.home_map_sec ul li:nth-child(even)::before{
   background-color: #00c600;
   width: 12px;
   height: 12px;
   top: 9px;
}
.home_map_sec ul li:nth-child(even)::before{
    background-color: #ffb900;
}
/* .wpb_single_image.history_img img{
    max-width: 620px;
} */
.publications{
    margin-bottom: 25px;
}
.publications img{
    border: 2px solid #fdb614;
    margin: 15px 0;
    width: 100%;
}
.publications h5 a{
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.media_video video, .media_video .wpb_single_image img{
    border: 2px solid #FDB515;
}
.ind_addr {
    padding-top: 20px;
}
.usa-map-view {
    padding-top: 50px;
}
.ind-map-view {
    padding-top: 70px;
}


.hexa_content h4 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.hexa_content h4 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.hexa_content h4:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.hidden{
	display:none;
}
.berkeley_grid{
	box-shadow: 0px 1px 2px 0px rgb(177 177 177 / 40%);
    border: 1px solid #eeeeee;
    background-color: #fff;
    margin: 40px 0  !important; 
    padding: 15px;
}
.berkeley_grid .vc_column-inner {
	padding:0 !important;
}
.berkeley_grid .berkeley_content {
	padding-left:20px;
}
.berkeley_grid .wpb_content_element{
    margin-bottom: 15px;
}
.smart_village_section {
	position:relative;
}


.model_wrapper{
	margin:40px 0;
}
.eco_grid h4{
	font-size: 20px;
    color: #003262;
    font-weight: 600;
	text-align:left;
	cursor:pointer;
}
.eco_grid img{
	cursor:pointer;
}
.eco_grid:hover h4{
	    color: #ffb617;
}
.model_title h4{
	background-color: #ffb617;
    border-radius: 50%;
    height: 112px;
    width: 112px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	border: 8px solid #fff;
}
.svm_diffeence_page .wpb_single_image img{
	width:100%;
	object-fit: cover;
}
.svm_diffeence_page, .vc_single_image-wrapper,
.svm_diffeence_page .wpb_wrapper {
	width: 100%;
}
.patform_card .vc_column-inner .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 4px 15px -10px rgb(0 0 0 / 60%);
    min-height: 410px;
	    margin: 15px 0;
}
.patform_card .vc_column-inner .wpb_wrapper .wpb_wrapper {
    background-color: transparent;
    box-shadow: none;
       min-height:inherit ;
	    margin: 0;
}
.patform_card .vc_column-inner h5{
	font-size: 22px;
    background-color: #003262;
    color: #fff;
    padding: 10px 15px;
}
.journey_wrap{
	border-top: 1px solid #e0e0e0;
    padding-top: 40px;
    margin: 35px 0 0 !important;
}
.Journey_section .journey_wrap h2{
	margin-top:0;
}
.project_grid .vc_column-inner h3{
	margin-bottom: 25px;
}

/* Icons */
.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}

/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 40%;
  margin-left: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  /* padding: 1em; */
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.modal-image {
    width: 100%;
}

.modal-content {
    background-color: inherit;
    background-clip: initial;
    border: 0;
    border-radius: 0;
    outline: 0;
    width: auto;
    margin-bottom: 1px;
}

.modal-wrapper .modal-body {
    max-height: 750px;
    padding: 0;
}

.modal-donate-btn {
    padding: 5px 15px;
    width: 30%;
    margin: 0 auto 18px auto !important;
    border-radius: 6px;
    border: 0px;
    background-color: #FDD831 !important;
    color: #5A4A06;
}

.modal-description {
    padding: 1rem;
}

.close-btn {
    z-index: 999999;
    border-radius: 50%;
    width: 35px;
    top: -15px;
    right: -15px;
    font-size: 6px;
    background-color: #FDD831 !important;
    color: #5A4A06;
}

.modal-wrapper .modal-header {
    padding: 0px;
    height: 0px;
    border: 0px;
}

.close-btn .icon {
    width: 12px;
    height: 20px;
}

.modal-content p:first-of-type {
    position: relative;
    margin-bottom: 0px;
}

.modal.show {
	visibility: visible;
}

/* .modal-content p:first-of-type:after {
    content: '';
    position: absolute;
    background-color: black;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.3;
} */

.thank_content a.link:hover,
.thank_content a.link:focus{
	text-decoration: underline;
}
a.social_txt_bttn {
    background-color: #e9a80e;
    color: #FFF !important;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
a.social_txt_bttn:hover,
a.social_txt_bttn:focus{
	background-color: #ffb300;
}
a.social_txt_bttn.linkedin{
	background-image: linear-gradient(to right, #0A66C2, #004182);
}
a.social_txt_bttn.linkedin:hover,
a.social_txt_bttn.linkedin:focus{
	background-image: linear-gradient(to right, #004182, #003262);
}
a.social_txt_bttn.instagram{
	background-image: linear-gradient(to right, #E1306C, #F77737, #FCAF45);
}
a.social_txt_bttn.instagram:hover,
a.social_txt_bttn.instagram:focus{
	background-image: linear-gradient(to right, #D81B5D, #F26F28, #F79C42);
}
.thank_social_media {
    padding: 0 !important;
}
.thank_social_media li {
    padding: 0 !important;
    margin-right: 10px;
}
.thank_social_media li:before{
	display: none;
}
.thank_social_media li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #e9a80e;
    color: #FFFFFF;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.thank_social_media li a[href*="facebook"]{
	background-image: linear-gradient(to right, #1877F2, #3B5998);
}
.thank_social_media li a[href*="facebook"]:hover,
.thank_social_media li a[href*="facebook"]:focus{
	background-image: linear-gradient(to right, #165EAB, #3B5998);
}
.thank_social_media li a[href*="linkedin"]{
	background-image: linear-gradient(to right, #0A66C2, #004182);
}
.thank_social_media li a[href*="linkedin"]:hover,
.thank_social_media li a[href*="linkedin"]:focus{
	background-image: linear-gradient(to right, #004182, #003262);
}
.thank_social_media li a[href*="twitter"]{
	background-image: linear-gradient(to right, #1DA1F2, #1A91DA);
}
.thank_social_media li a[href*="twitter"]:hover,
.thank_social_media li a[href*="twitter"]:focus{
	background-image: linear-gradient(to right, #1A91DA, #1A7EC1);
}
.thank_social_media li a[href*="instagram"]{
	background-image: linear-gradient(to right, #E1306C, #F77737, #FCAF45);
}
.thank_social_media li a[href*="instagram"]:hover,
.thank_social_media li a[href*="instagram"]:focus{
	background-image: linear-gradient(to right, #D81B5D, #F26F28, #F79C42);
}



@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
    }
    .project_modal .modal-dialog{
        max-width: 900px;
    }
}
@media (max-width: 1199px){
	.join-movement-sec .btn{
		width:220px;
	}
	.join-movement-sec .first-row:before {
		content: "";
		position: absolute;
		width: 650px;
		height: 2px;
		background: #fdb515;
		top: -59%;
		left: 160px;
	}
	.join-movement-sec .connectwrld {
		position: relative;
		width: 650px;
		margin: 0 auto;
	}
}

@media (min-width:992px) {
    .testimonial button.slick-prev.slick-arrow{
        left: -85px;
    }
    .testimonial button.slick-next.slick-arrow{
        right: -85px;
    }
    .show_xs1 .wpb_single_image img{
        max-width: 645px;
    }
	.model_section{
	width: 300px;
    height: 300px;
    display: inline-block;
	border-radius: 50%;
    border: 3px solid #575757;
	position:relative;
}
.eco_grid{
	display: flex;
    position: absolute;
    top: -16%;
    left: -12%;
    right: 0;
    margin: 0 auto;
}
.eco_grid_2{
	top: 32%;
    left: -54%;
	align-items: center;
}
.eco_grid_3{
	top: inherit;
    bottom: -16%;
    align-items: flex-end;
    left: -14%;
}
.eco_grid h4{
	font-size: 20px;
    color: #003262;
    font-weight: 600;
	text-align:left;
}
.model_section_2 .eco_grid h4{
	text-align:right;
}
.eco_grid img{
    border: 8px solid #fff;
    border-radius: 50%;
    background-color: #17294c;
}
.model_section_2 .eco_grid{
	 flex-direction: row-reverse;
}
.model_section_2 .eco_grid{
	right: 5%;
    left: inherit;
}
.model_section_2 .eco_grid_2{
	left:inherit;
	right: -56%;
}
.model_section_2 .eco_grid_3{
	right: -12%;
    left: inherit;
}
.model_title{
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
	width: 90px;
    margin: 0 auto;
	    width: 112px;
}
.model_title h4{
	background-color: #ffb617;
    border-radius: 50%;
    height: 112px;
    width: 112px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	    border: 8px solid #fff;
}

}
@media (max-width:1150px) {
	.main-navigation .menu li a{
		font-size: 13px;
		padding:10px 8px;
	}
}
@media (max-width:1024px) {
	
    .community_section img{
        display: none;
    }
    .community_row{
        position: static;
    }
    .community_row{
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .community_title{
        text-align: center;
    }
    .community_title{
        display: block;
        position: relative;
        margin-bottom: 40px;
    }
    .community_title h4{
        text-align: center;
        display: inline-block;
        background-color: #15284b;
        color: #fff;
        padding: 10px 22px;
        
    }
    .community_title::after{
        position: absolute;
        content: "";
        background-color: #15284b;
        height: 30px;
        width: 2px;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .partner_page .vc_column-inner .wpb_text_column .wpb_wrapper img {
        height: 44px;
        width: 70px;
    }
    .partner_page .vc_column-inner .wpb_text_column .wpb_wrapper{
        height:auto;
    }
}

@media (max-width:991px) {
    .main-navigation, .social_block span{
        display: none;
    }
    .head_top .col-md-6, .social_block {
        flex: 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center !important;
    }
    button.rmp_menu_trigger{
        background-color: #fdb515 !important;
    }
    #rmp_menu_trigger-238 .responsive-menu-pro-inner, #rmp_menu_trigger-238 .responsive-menu-pro-inner::before, #rmp_menu_trigger-238 .responsive-menu-pro-inner::after{
        background-color: #000;
    }
    .logo-sec{
        text-align: center;
        padding: 15px 25px;
    }

    .join_section .wpb_column {
        width: 100%;
    }
    .join_section h3, .video_section h2,
    .newsletter_sec h2, .participate_section h2,
    .testimonial h2 {
        font-size: 36px;
    }
    .content_testi  .col-md-7
    .content_testi  .col-md-5{
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    .home_blog .latest_update, .home_blog .blog_update, .home_blog .research_update{
        margin-bottom: 30px;
        width: 100%;
    }
    .home_blog p {
        min-height: inherit;
    }
    #rmp-container-238{
        background: #15284b !important;
    }
    .banner-sec img{
        height: auto;
    }
    .banner_title h1{
        font-size: 30px;
    }
    .testimonial button.slick-next.slick-arrow, 
    .testimonial button.slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        display: none !important;
    }
    .testimonial button.slick-next.slick-arrow{
        right: 0;
    }
    .testimonial button.slick-prev.slick-arrow{
        left: 0;
    }
    .logo-sec{
        padding: 15px 15px;
    }
    .latest_update .vc_column-inner .wpb_wrapper, 
    .research_update .vc_column-inner .wpb_wrapper, 
    .blog_update .vc_column-inner .wpb_wrapper{
        max-width: 380px;
        margin: 0 auto;
    }
    .home_blog {
        padding: 30px 0;
    }
    .participate_section {
        padding: 10px 0;
    }
    .join-movement-sec .row{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		
	}
	.join-movement-sec .col-md-3{
		width:49%;
	}
    .join-movement-sec .first-row:before {
		content: "";
		position: absolute;
		width: 495px;
		height: 2px;
		background: #fdb515;
		top: -59%;
		left: 127px;
	}
	.join-movement-sec .connectwrld {
		position: relative;
		width: 495px;
		margin: 0 auto;
	}
	.join-movement-sec .col-md-4{
		width:33%;
	}
    .join-movement-sec .container{
        max-width: 750px;
    }
    .join-movement-sec .connectwrld img {
        max-width: 180px;
    }
    .join-movement-sec .s-coloum .connectwrld {
        margin-top: 20%;
    }
    .join-movement-sec .s-coloum .connectwrld::before {
        top: -53.5%;
    }
    .join-movement-sec .s-coloum .line_2 {
        margin-top: 24.5%;
    }
    .join-movement-sec .s-coloum .line_2:before, .join-movement-sec .s-coloum .line_1:before {
        width: 51.8%;
    }
    .join-movement-sec .s-coloum .connectwrld::before{
        height: 396px;
    }
    .contact-aside{
        padding: 30px 15px 30px 30px;
        z-index: 999999;
    }
    .contact-aside .map-view iframe {
        width: 100% !important;
    }
    .svm_section .left_section{
        left: 5%;
    }
    .svm_section .right_section {
        right: 0%;
    }
    .md_title {
        width: 320px;
    }
    .hexa-top, .hexa-bottom {
        border-left: 91px solid transparent;
        border-right: 91px solid transparent;
    }
    .hexa-bottom {
        top: 89px;
        border-top: 50px solid #ccc;
    }
    .hexa-top {
        bottom: 90px;
        border-bottom: 50px solid #ccc;
    }
	.hexa-group {
        width: 180px;
        height: 90px;
    }
	.model_wrapper{
		display: flex;
    	flex: 50%;
    	justify-content: space-between;
		padding:0 20px;
	}
	.model_section{
		width: 100%;
	}
	.eco_grid {
		display: grid;
		grid-template-columns: 1fr 1.5fr;
		align-items: center;
		gap: 0px;
		margin: 25px 0;
	}
	.model_title h4 {
		max-width: 400px;
		border: 0px;
		padding: 15px;
		width: auto;
    	height: auto;
		border-radius:0;
	}
	.model_title h4 br {
		display: none;
	}
	#rmp-menu-wrap-238 .rmp-submenu .rmp-menu-item-link {
		padding-right: 0!important;
	}
}
@media (min-width:767px) {
    .show_xs, .contact-block i{
        display: none;
    }
    .title_center .public_book_title{
        position: relative;
        left: 50%;
    }
    .values_section .vc_col-sm-3 .wpb_single_image{
        position: relative;
    }
    .values_section .vc_col-sm-3 .vc_column-inner {
        padding: 0;
    }
    .values_section .vc_col-sm-3 .wpb_single_image:after,
    .values_section .vc_col-sm-3 .wpb_single_image:before{
        position: absolute;
        right: 0;
        content: "";
        background-color: #000;
        height: 1px;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }
    .values_section .vc_col-sm-3 .wpb_single_image:before{
        right: inherit;
        left: 0;
    }
    .values_section .vc_col-sm-3:first-child .wpb_single_image:before,
    .values_section .vc_col-sm-3:last-child .wpb_single_image:after{
        display: none;
    }
    .values_section .vc_col-sm-3 .wpb_content_element .wpb_wrapper{
        padding: 0 15px;
    }
	.grid_center{
		    display: flex;
    		justify-content: center;
	}
	.order_change{
		display:flex;
		flex-direction:row-reverse;
	}
}
@media (max-width:767px) {
	
	.smart_village_section .model_wrapper::after{
		width: 5px;
		content: '';
		background: #17294c;
		height: 100%;
		position: absolute;
		left: 68px;
		z-index: -1;
		top: 0;
	}
	.contact-block{
	
	padding:5px 10px;
	top:70%;

    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
		transform: translateY(-70%);
	}
	.project_icon .vc_col-sm-3{
	    float: left;
	    width: 50%;
	    min-height: 220px;
}
	.source {
     top: 0px; 
	}
    .content_testi .row{
        gap: 25px;
    }
    p, .abt_section6 ul li {
        font-size: 17px;
        line-height: 28px;
    }
/*     .newsletter_sec:before{
        width: 50px;
        height: 48px;
        background-size: contain;
    } */

    .footer_main {
        padding: 25px 20px;
    }
    .footer_main .col-md-2{
        width: 48%;
        margin: 2% 1%;
        flex: 48%;
		    padding: 0px;
    }
    .abt_section6 .hightlight_bullet ul li::before,
    .abt_section6 .hightlight_bullet ul li:nth-child(2)::before,
    .abt_section6 .hightlight_bullet ul li:nth-child(3)::before{
        background-size: 23px;
    }
    .abt_section6 .hightlight_bullet ul li {
        padding-left: 40px;
    }
    
    .testimonial h2, .abt_section1 h3, .abt_section2 h3, .about_middle h3, .join_section h3, .video_section h2, .newsletter_sec h2, .participate_section h2, .home_map_sec h2, .common_title, .inner_page .common_title, .inner_page .publication_section1 h2, we-work-in h3 {
        font-size: 30px;
    }
    .abt_section8 h4, .common_h4 h4{
        font-size: 20px;
    }

    .testimonial h2{
        margin-bottom: 15px;
    }
    .home_blog {
        padding: 15px 0;
    }
    .footer_slogan {
        margin: 10px 0;
    }
    .footer_main h3, .social-block a, .video_section p, .contact-aside p{
        font-size: 16px;
    }
    .participate_section .wpb_column {
        margin-bottom: 20px;
    }
    .abt_section1 h3, .abt_section2 h3, .footer_main .widget_media_image, 
    .footer_slogan, .social_media {
        text-align: center;
    }
    .abt_section4 .vc_col-sm-4 .wpb_text_column{
        min-height: inherit;
    }
    .abt_section4 h2{
        min-height: inherit;
        font-size: 20px;
        padding: 15px;
    }
    .footer_copyrights ul li::before,
    .join_section .wpb_single_image,
    .participate_section .vc_row .hideen_xs,
    .contact-block span, .social-block{
        display: none;
    }
    
    .footer_copyrights ul, .innovation_icon, 
    .home_map_sec{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
   .community_row{
        width: 100%;
    }
    .about_middle{
        margin-bottom: 0;
        /*padding: 0px 30px;*/
    }
    .about_middle .wpb_content_element{
        margin-bottom: 0;
    }
    .abt_section5 {
        margin: 20px auto 0 !important;
    }
    .abt_section4 p, .comment_text {
        font-size: 16px;
        line-height: 26px;
    }
    .banner_title h1, .contact-aside h1{
        font-size: 24px;
    }
    .about_middle{
        flex-wrap: wrap;
    }
    .about_middle::before{
        background: transparent;
    }
    .join_section{
        padding: 20px 0;
    }
    .participate_section .vc_row {
        display: flex;
    }
    .participate_section .vc_row .hideen_xs{
        display: none;
    }
    .home_map_sec h2{
        text-align: center !important;
    }
    .newsletter_sec{
        padding: 50px 10px 20px;
/*         background-size: 30%; */
        margin-top: 0 ;
        margin-bottom: 30px ;
		
    }
    .join-movement-sec .col-md-3{
		width:100%;
	}
    .join-movement-sec .connectwrld {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
    .connectwrld:before, .connectwrld:after,
    .join-movement-sec .first-row:before,
    .join-movement-sec .col-md-4:before, .join-movement-sec .col-md-4:after,
    .graphics_section {
		display:none;
	}
	.join-movement-sec .col-md-4:nth-child(2):after{
		display: block;
	}
    .last-row .connectwrld:before{
        display: block;
        content: "";
        position: absolute;
        top: -100px;
        background: #fdb515;
        height: 92px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 0;
        width: 2px;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transition: all 1s ease 0.5s;
        -webkit-transition: all 1s ease 0.5s;
    }
    .row.connectworld-m.first-row {
        margin-top: 0;
    }
    .board_team .wpb_single_image img{
        max-width: 160px;
    }
    .board_team h4, .board_team h4 a, .address-col-m h4{
        font-size: 18px;
    }

    .board_team p{
        display: none;
    }
    .board_team  .wpb_content_element {
        margin-bottom: 15px !important;
    }
    .board_team .vc_col-sm-6{
        margin: 20px 0 0;
    }
    .home_map_sec{
        gap: 0;
    }
    .alliance_berkeley_sec{
        margin: 15px 0;
        height: auto;
    }
    .join-movement-sec .f-coloum{
        margin: 0;
        width: 100%;
    }
    .join-movement-sec.linedraw .s-coloum .connectwrld:before, 
    .join-movement-sec.linedraw .s-coloum .connectwrld:after, 
    .join-movement-sec.linedraw .t-coloum .connectwrld:before, 
    .join-movement-sec.linedraw .t-coloum .connectwrld:after, 
    .join-movement-sec.linedraw .first-row:before, 
    .join-movement-sec.linedraw .graph_grid1:before, 
    .join-movement-sec.linedraw .s-coloum .line_1:before, 
    .join-movement-sec.linedraw .s-coloum .line_1:after, 
    .join-movement-sec.linedraw .s-coloum .line_2:before, 
    .join-movement-sec .t-coloum .connectwrld:before,
    .join-movement-sec .graph_grid1:before,
    .line_1, .line_2,
    .svm_section .line1{
        display: none;
    }
    .join-movement-sec .graph_grid1{
        margin: 0;
    }
    .connectworld-m{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
    .join-movement-sec {
        padding: 0;
    }
    .join-movement-sec .s-coloum .connectwrld {
        margin-top: 25px;
    }
    .join-movement-sec .s-coloum{
        width: auto;
    }
    .join-movement-sec .t-coloum, 
    .join-movement-sec .s-coloum {
        width: 100%;
    }
    .contact-block {
        margin-right: 0;
    }
    .newsletter_sec {
        height: 540px;
    }
    .contact-aside {
        width: 100%;
    }
    .address-col-m .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .address-col-m .border_lft{
        border-top: 1px solid #b1821b;
        border-left: 0;
        margin: 10px 0;
    }
    .svm_section .hexa_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
     .hexa_content h4{
        height: 55px;
        font-size: 15px;
        width: 100%;
        position: inherit;
    }
    .svm_section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 30px auto;
    }
    .md_title {
        flex: 100%;
    }
    .partner_page .vc_row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .partner_page .vc_col-sm-2{
        max-width: 48%;
    } 
    .inner_page .education_page .common_btn a,
    .join_section  .common_btn a{
        width: auto ;
        font-size: 16px  !important;
    }

    .rmp-menu-wrap{
        padding-top: 65px !important;
    }
	.inner_page .berkeley_grid h2{
		margin-bottom: 15px;
		font-size:22px;
	}
	.berkeley_grid .berkeley_content {
		padding: 0;
	}
	.model_wrapper {
		flex: 100%;
		flex-wrap: wrap;
	}
	.eco_grid {
		gap: 0px;
		margin: 25px 0 0;
	}
	.eco_grid h4{
		order: 2;
	}
	.eco_grid img{
		order: 1;
	}
	.wpb_single_image.history_img img{
		max-width:100%;
	}
	.vc_row.svm_diffeence_page{
		margin:0;
	}

	
}
@media (max-width:479px) {
    .join_section h3, .video_section h2,
    .newsletter_sec h2, .participate_section h2,
    .testimonial h2, .abt_section1 h3, .abt_section2 h3,
    .single_blog_title h1, .home_map_sec h2,
    .common_title, .home_vid_sec .common_title, .about_middle h3,
    .inner_page .inner_page .common_title, .publication_section1 h2, we-work-in h3  {
        font-size: 24px;
    }
    .abt_section8 h4, .participate_section p strong{
        font-size: 20px;
    }
    .vc_tta-panel-heading h4 {
        font-size: 18px;
        line-height: 25px !important;
    }
    .news_firsnm {
        grid-template-columns: 1fr;
    }

    .social_media {
        gap: 24px;
        justify-content: center;
    }
    .social_media li a, .alliance_berkeley_sec p, .abt_section1 h5 {
        font-size: 18px;
    }
    .social_media li a:hover{
        color: #fdb515;
    }
    .footer_main .widget_nav_menu ul li a{
        font-size: 14px;
    }
    .footer_main .widget-title {
        font-size: 15px;
    }
    .head_top .col-md-6, .social_block {
        text-align: left;
        justify-content: start !important;
    }
    .logo-sec img {
        height: auto;
    }
    .head_top a, .inner_page li, .inner_page .values_section li {
        font-size: 14px;
    }
    .logo-sec {
        text-align: left;
    }
    .logo-sec img{
        max-width: 240px;
    }
    .sticky .logo-sec img{
        max-width: 220px;
    }
    
}
#donation_form .form-group.card{
	border: 0px !important;
}
#donation_form .error{
	color: #fb3f3f;
    font-size: 12px;
}
.red-text{
	color: red;
}
#payment_error{
	text-align: center;
    color: red;
    margin-bottom: 15px;
    font-weight: bold;
}
.alfabetBox {
  display: none;
}

/* donation form css */
.StripeElement {
   box-sizing: border-box;
   height: 50px;
   padding: 15px 10px;
   border: 1px solid #ddd;
   border-radius: 2px;
   background-color: white;
   box-shadow: 0 1px 3px 0 #e6ebf1;
   -webkit-transition: box-shadow 150ms ease;
   transition: box-shadow 150ms ease;
   margin-bottom: 15px;
   }
   .StripeElement--focus {
   box-shadow: 0 1px 3px 0 #cfd7df;
   }
   .StripeElement--invalid {
   border-color: #fa755a;
   }
   .StripeElement--webkit-autofill {
   background-color: #fefde5 !important;
   }
   #donation-stripe-card-errors {
   text-align: center;
   margin-bottom: 20px;
   color: #ff0000;
   }
 .donate-new{
        display: flex;
    }
    .donate-new input[type="radio"] {
	 display: none;
}
.donate-new input[type="radio"]:not(:disabled) ~ label {
	 cursor: pointer;
}
.donate-new input[type="radio"]:disabled ~ label {
	 color: rgba(188, 194, 191, 1);
	 border-color: rgba(188, 194, 191, 1);
	 box-shadow: none;
	 cursor: not-allowed;
}
.donate-new label {
    display: block;
    background: #dbdbdb;
    padding: 0.5rem 1rem;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    margin-right: 20px;
}
.donate-new input[type="radio"]:checked + label {
    background: rgb(47 85 151);
    color: rgba(255,255,255,1);
}
.alfabetBox{
    border: 1px solid #2f5597;
    padding: 30px;
}
.usddonation input[type="radio"],
.alfabetBox input[type="radio"] {
	 display: none;
}
.usddonation input[type="radio"]:not(:disabled) ~ label,
.alfabetBox input[type="radio"]:not(:disabled) ~ label {
	 cursor: pointer;
}
.usddonation input[type="radio"]:disabled ~ label,
.alfabetBox input[type="radio"]:disabled ~ label {
	 color: rgba(188, 194, 191, 1);
	 border-color: rgba(188, 194, 191, 1);
	 box-shadow: none;
	 cursor: not-allowed;
}
.usddonation label,
.alfabetBox label {
    display: inline-block;
    background: #a1c4ff2e;
    border-radius: 58px;
    padding: 0.2rem 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    margin-right: 10px;
    min-width: 90px;
    border: 2px solid #c7c7c7;
}
.usddonation input[type="radio"]:checked + label,
.alfabetBox input[type="radio"]:checked + label {
    background: rgb(255 225 155);
    color: rgb(0 0 0);
    border: 2px solid #e9a80e;
}
.usddonation input[type="number"],
.alfabetBox input[type="number"] {
	 max-width: 15%;
}
.alfabetBox .input-group{
    margin-bottom: 20px;
}
.alfabetBox .form-control, .usddonation .form-control{
    margin-right: 10px;
}
.paymentbox{
	display: none;
}
#pay_donation.paypal{
	width: 25%;
	margin: 20px 5px;
	background: #0070ba;
	color: #fff
}
.donation-latest .alfabetBox input[type="radio"]{
	display: inline-block;
}
.donation-latest #payment1 label{
	    border: 0;
    background: transparent;
    text-align: left;
    margin: 0;
    padding: 0;
}

.donation-latest #payment1 input[type="number"]{
	    max-width: 100%;
}
.mind-img .mind-img1{
	padding-top: 50px;
    padding-left: 120px;
}
@media (max-width:767px) {
	.alfabetBox label{
		margin-bottom: 5px;
	}
	.alfabetBox span{
		display: block;
	}
	.alfabetBox .amountoption{
		margin-bottom: 15px;
	}
	.alfabetBox input[type="number"]{
		max-width: 100%;
	}
	#pay_donation.paypal{
		width: 50%;
	}
	.donate-new label{
		line-height: initial;
		font-size: 14px;
	}
	.donate-img img{
		width: 100%;
		max-width: 100%;
	}
	#mvcwid{
		position: relative !important;
	}
	#wpsvccount{
		position: absolute !important;
   		left: 130px !important;
		bottom: 0px !important;
	}
	.rular-logo img{
		margin-top: 50px;
	}
	.mind-img .vc_custom_1652355237020{
		margin-top: 50px;
	}
	.mind-img .mind-img1{
		padding-left: 43px;
	}
}
@media (max-width:1367px) {
	.page-id-3279 .container,
	body .single_blog_detail .container,
	{    max-width: 800px !important;}
}

@media (min-width:1367px) {
	.page-id-3279 .container,
	body .single_blog_detail .container,
	body .newsletter-box{    width: 100%;}
}
#mvcwid{
	position: relative;
}
#wpsvccount{
	position: absolute;
    left: 600px;
    bottom: 20px;
}
input, textarea{
	border: 1px solid #000000 !important;
}
#wpcf7-f3703-p3705-o2{
	width: 39%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 4px 6px 10px 9px #aaa;
}
.wpcf7-form-control.wpcf7-submit{
	background-color: #15284b;
	border: 1px solid #15284b;
	color: #fff;
}
.wpcf7 a{
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	background-color: #15284b;
	color: #fff;
}
#wpcf7-f3703-p3705-o2{
	position: relative;
}
#wpcf7-f3703-p3705-o2 div{
   position: absolute;
    bottom: 19px;
    z-index: 0;
    left: 190px;
}
#wpcf7-f3703-p3705-o2 div input{
    margin: 0;
    padding: 10px 20px;
    background-color: #15284b;
    color: #fff;
}
#wpcf7-f3703-p3705-o2 h3{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #15284b;	
}
.page-id-3658 .galleryimg .vc_column-inner {
    padding: 0 !important;
}
.page-id-3658 .videopage {
    display: none;
}
.featuredclass .vc_column-inner {
    padding: 0 !important;
}
.circleimg .vc_column-inner {
    padding: 0 !important;
}
.bgchange.vc_custom_1652183879963 {
    background-position: right;
}
.sponsor-btn{
	padding: 5px 16px !important;
    display: inline-block !important;
    position: absolute;
    left: 100px;
    color: #fff !important;
    border-radius: 0px;
}
.sponsor-btn:hover{
	background-color: #fff;
	color: #15284b !important;
	border: 1px solid #15284b;
}
.donate-btn-event a{
	color: #fff !important;
    border-color: #15284b !important;
    background-color: #15284b !important;
}
.donate-btn-event a:hover{
	background-color: #fff !important;
	color: #15284b !important;
	border: 1px solid #15284b;
}
.thank-donate-btn{
	color: #15284b;
    background-color: #e9a80e;
	border: 1px solid #e9a80e;
	display: inline-block;
	padding: 5px 15px;
	font-weight: 600;
}
.sponsorships-box{
	    background: #254276;
    padding: 25px;
	margin-bottom: 50px;
    color: #fff;
}
.sponsorships-box .desc{
	text-align:center;
}
.sponsorships-box .table-responsive{
	margin-bottom:30px;
}
.sponsorships-box .form-group label{
	color:#000;
}
.sponsorships-box .table-bordered input[type=radio]{
	    opacity: 0;
    margin-left: -10px;
}
.sponsorships-box .table-bordered th label{
	cursor:pointer;
}
.home-modal .modal-body{
	background: #003262;
	padding-bottom: 30px;
}
.modal-content{
	z-index: 999 !important;
}

.modal-width{
	max-width: 300px;
    margin: 0 auto;
	z-index: 999 !important;
}
@media only screen and (max-width: 767px){
    .newsletter-box{
    	width:690px;
    	margin:0 auto 50px;
    	max-width:100% !important;
    }
    .newsletter-box img{
    max-width: 100%;
    height: auto;
}
	.newsletter_sec{
		background-repeat: no-repeat;
		background-size: cover;
/* 		background-position: center center; */
		background: url(https://www.smartvillagemovement.org/wp-content/uploads/2021/09/cn-banner.jpg?id=2058) center !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	#wpsvccount{
	    left: 287px !important;
    	bottom: 0px;
	}
	.contact-aside{
		width: 80%;
	}
	.newsletter_sec{
		background-repeat: no-repeat;
    	background-size: cover;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
		#wpsvccount{
	    left: 420px !important;
    	bottom: 0px;
	}
}
.amount-box{
	display: flex;
	flex-wrap: wrap;
}
.video-text{
    display: flex;
    align-items: center;
}
.isotope-item{
	z-index: 1 !important;
}
video.latest_video {
    width: 100% !important;
}
.slick-next,.slick-previous{
	display: none;
}

.verticals {
  font-size: 50px !important;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
  margin: 60px 0px 0px 0px !important;
}


@keyframes typing {
  0%, 23% { content: "";}
  1%, 22% { content: "A"; }
  2%, 21% { content: "Ag"; }
  3%, 20% { content: "Agr"; }
  4%, 19% { content: "Agri"; }
  5%, 18% { content: "Agric"; }
  6%, 17% { content: "Agricu"; }
  7%, 16% { content: "Agricul"; }
  8%, 15% { content: "Agricult"; }
  9%, 14% { content: "Agricultu"; }
  10%, 13% { content: "Agricultur"; }
  11%, 12% { content: "Agriculture"; }

  24%, 43% { content: ""; }
  25%, 42% { content: "E"; }
  26%, 41% { content: "Ed"; }
  27%, 40% { content: "Edu"; }
  28%, 39% { content: "Educ"; }
  29%, 38% { content: "Educa"; }
  30%, 37% { content: "Educat"; }
  31%, 36% { content: "Educati"; }
  32%, 35% { content: "Educatio"; }
  33%, 34% { content: "Education"; }

  44%, 65% { content: ""; }
  45%, 64% { content: "H"; }
  46%, 63% { content: "He"; }
  47%, 62% { content: "Hea"; }
  48%, 61% { content: "Heal"; }
  48%, 60% { content: "Healt"; }
  50%, 59% { content: "Health"; }
  51%, 58% { content: "Healthc"; }
  52%, 57% { content: "Healthca"; }
  53%, 56% { content: "Healthcar"; }
  54%, 55% { content: "Healthcare"; }

  66%, 85% { content: ""; }
  67%, 84% { content: "H"; }
  68%, 83% { content: "Ho"; }
  69%, 82% { content: "Hou"; }
  70%, 81% { content: "Hous"; }
  71%, 80% { content: "House"; }
  72%, 79% { content: "Househ"; }
  73%, 78% { content: "Househo"; }
  74%, 77% { content: "Househol"; }
  75%, 76% { content: "Household"; }

}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.typewriter {
  --caret: currentcolor;
}

.typewriter::before {
  content: "";
  animation: typing 13.5s infinite;
}

.typewriter::after {
  content: "";
  border-right: 1px solid var(--caret);
  animation: blink 0.5s linear infinite;
}
.typewriter.nocaret::after {
  border-right: 0;
}

@media (prefers-reduced-motion) {
  .typewriter::after {
    animation: none;
  }
  
}
.dataTables_wrapper{
	margin:5%;
}
.print-receipt-head{
	margin-top:5%;
}
.print-receipt-data-file .dt-buttons .dt-button{
	background-color:#003262 !important;
	color:#ffffff;
}

.print-receipt-data-file .dataTables_wrapper table  a{
	color:#e9a80e;
}
.print-receipt-data-file .dataTables_wrapper .dataTables_paginate .paginate_button {
	background-color: #003262 !important;
    color: #fff !important;
}
.print-receipt-data-file .dataTables_wrapper .dataTables_paginate .current {
	background-color: #003262 !important;
    color: #fff !important;
}
.print-receipt-data-file .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background-color: #e9a80e!important;
    color: #fff !important;
	background-image:none !important;
}
.print-receipt-data-file .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
}
.print-receipt-data-file .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
}
.print-receipt-data-file .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color:#fff!important;
}

.fa-plus.flipbook-icon-fa,.fa-minus.flipbook-icon-fa,.fa-expand.flipbook-icon-fa{
    background-color: #003262 !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin: 5px 5px 0px 0px !important;
}
.head-donate{
  animation: wave-apple-effect 4s linear infinite;
  animation-direction: normal;
}
.head-donate a .dashicons.dashicons-heart{
	margin-right:4px;
	margin-top:4px;
}
@keyframes wave-apple-effect {
  0% {
    box-shadow: inset 0 0 0 0px #00000045, inset 0 0 0 0px #00000021;
  }
  40% {
    box-shadow: inset 0 0 0 50px rgba(60, 41, 188, 0), inset 0 0 0 0px #00000029;
  }
  80% {
    box-shadow: inset 0 0 0 50px rgba(60, 41, 188, 0), inset 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: inset 0 0 0 0px rgba(60, 41, 188, 0), inset 0 0 0 30px rgba(0, 230, 118, 0);
  }
}


/* ------donate-page----- */
@media only screen and (max-width: 767px) {
	.head-donate{
		animation:none !important;
	}
	.head-donate a .dashicons.dashicons-heart{
		margin-top:8px;
	}
}