/*
 Theme Name:     Divi child Theme
 Description:    Divi Child Theme
 Author:         Firstcom Solutions
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/** Library **/
/** Take out the divider line between content and sidebar **/
#main-content .container:before {background: none;}
 
/** Expand the content area to fullwidth **/
@media (min-width: 981px){
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

body[lang="zh-CN"] .f-heading .et_pb_text_inner {
	    transform: scaleX(1) scaleY(1);
}

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
        font-family: 'poppinsmedium' !important;
}


@media (max-width: 1199px){
    .v-h > div {
            display: flex;
    align-items: flex-end;
    }
    .v-h > div .f-heading {
                   width: 5em;
    }
    .v-h > div .heading-all {
         margin-bottom: 0 !important;
    }
    .about-home-holder .et_pb_column_1_2.et_pb_column_0     {
               display: flex;
    }
    .about-home-holder .f-heading {
            position: relative !important;
    right: 0;
    order: 1;
    /*text-shadow: 0 0 1px blue;*/
    }
} 


.contact-main-holder .contact-form .textarea  .wpcf7-form-control-wrap input {
	    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    color: #7f7f7f;
    font-family: 'poppinsmedium';
    border-radius: 0;
    border-color: #333;
    font-style: italic;
}
.gallery-popup .slider-for .bg-cover {
       background-image: none !IMPORTANT;
    min-height: auto !important;
}

.gallery-popup .slider-for .bg-cover img{
       width: 100%;
}
.gallery-popup .bg-cover + .holder {
        padding: 2em 0;
}
.gallery-popup .btm {
    display: none !important;
}

.contact-main-holder .contact-form .textarea .ContactNumber {
	    padding-bottom: 0 !important;
}

.contact-main-holder .contact-form .textarea .YourMessageHere {
	    padding-top: 0 !important; 
}

.activity-holder {
	    padding-bottom: 11em;
}

.activity-holder .pagination {
	        padding-top: 0 !important;
}

#main-footer .lists > div:first-child p {
	    text-align: center;
}

.page-banner-all .et_pb_code_inner span a {
	color: #fff !important;
}
.page-banner-all .et_pb_code_inner span span{
	color: #fff !important;
}

.key-milestones-holder .lists .item:nth-child(4n+1) {
	margin-top: 0 !important;
}

.key-milestones-holder .lists .item:nth-child(4n+2) {
	margin-top: 0 !important;
}

.key-milestones-holder .lists .item:nth-child(4n+3) {
	margin-top: 0 !important;
}



.members-holder .lists .item .bg-cover {
        background: #ab8a58;
    background-image: none !important;
}


.members-holder .lists .item .bg-cover .des .info > div {
  word-wrap: break-word
}

#password-lost-form-wrap #somfrp_user_info, #som_new_user_pass, #som_new_user_pass_again{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

#password-lost-form-wrap #reset-pass-submit { 
  font-family: 'poppinsbold';
  background: #ab8a58;
  border: 1px solid #ab8a58 !important;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 2.5 !important;
  min-width: 11em;
  text-align: center;
  padding: .3em 1em !important;
  padding-top: 6px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 1em;
}
#password-lost-form-wrap .som-password-error-message {
  padding-bottom: 10px !important;
}

#password-lost-form-wrap .som-password-sent-message {
  padding-bottom: 10px !important;
}




/** Responsive slider **/
/** Desktop & Tablet **/
.library-responsive-slider-dekstop-tablet .et_pb_slide {
	padding: 0; 
	padding-bottom: 34.896%; 
	height: 0;
}
/** Mobile **/
.library-responsive-slider-mobile .et_pb_slide {
	padding: 0; 
	padding-bottom: 100%; 
	height: 0;
}

/** Breadcrumbs **/
.breadcrumbs .container {
	padding: 10px 0 !important;
}

/** Five Cols **/
.five-columns .et_pb_module {
	width: 20%; 
	float: left;
}
@media (max-width: 980px){
.five-columns .et_pb_module {width: 33.3%;}
} 
@media all and (max-width: 767px) {
.five-columns .et_pb_module {width: 100%;}
	#main-footer .lists > div:first-child img {
		    margin: 0 auto;
			margin-bottom: 2em;
	}
	
	
	body .key-milestones-holder .lists .item:nth-child(even) > div {
    text-align: left;
}
	
	body .key-milestones-holder .lists .item:nth-child(odd) > div {
    text-align: left;
}
	
	
}

/* =Theme customization starts here
------------------------------------------------------- */

#main-footer #footer-bottom .container #footer-info {
    font-size: 13px; }
  #main-footer #footer-bottom .container .fcs-text {
	line-height: 18px;  
    float: right; }
@media (max-width: 800px) {
  #main-footer #footer-bottom .container .fcs-text {
	width: 100%;
	float: none;
	text-align: center;	} }
#main-footer #footer-bottom .container .fcs-text img {
  display: inline-block;
  margin-right: 10px; }
#main-footer #footer-bottom .container .fcs-text span {
  display: inline-block;
  vertical-align: top; }

  /*--------------------Vinz Code----------------------------*/
  /*-------------------------Universal Styles--------------------------------*/
body{
	font-family: 'Open Sans', sans-serif;
}
.title-md{
	font-size: 20px;
	font-weight: 700;
}

 /*------------------------Homepage---------------------------------*/



 /*---------------------------Contact Form------------------------------*/
 .message-form input, .message-form textarea{
 	width: 100%;
    margin-bottom: 10px;
    padding: 8px;
 }
.message-form textarea{
	font-family: 'Open Sans', sans-serif;
} 
.contact-informations a{
 	color: #666666;
 }
.page-button{
	min-width: 140px!important;
    border: 0px;
    width: auto !important;
    display: flex;
    line-height: 14px;
    padding: 15px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0.5em;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.page-button{
	float: right;
}
.page-button.green-button{
	color: white;
	background-color: #68B42D;
	border: 1px solid #68B42D;
}
.page-button.green-button:hover{
	background-color: transparent;
	color: #68B42D;
}
.page-button.triangle:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 8px;
    font-size: 0;
    margin-left: 5px;
    
}
.page-button.triangle.green-button:after{
	border-color: transparent transparent transparent #FFFFFF;
}
.page-button.green-button:hover{
	background-color: transparent;
	color: #68B42D;
}
.page-button.green-button.triangle:hover:after{
	border-color: transparent transparent transparent #68B42D;
}


.btn-alg-right .et_pb_column{
	display: flex;
    justify-content: flex-end;
}

.btn-alg-right .et_pb_column .et_pb_button_module_wrapper{
	padding-left: 20px;
}
@media (max-width: 1024px) {
	#main-footer .lists > div:nth-child(2) h5 { margin-bottom: 34px;}
	#main-footer .lists > div:last-child h5 { margin-bottom: 36px; }
	.about-home-holder .f-heading { padding-left: 4em !important; }
	.heading-all .et_pb_text_inner { font-size: 26px !important; }
}
@media (max-width: 860px) { 
	.about-home-holder .f-heading { padding-left: 8em !important; }
}
@media (max-width: 767px) {
	.about-home-holder .f-heading { padding-left: 4em !important; }
  .members-holder .alpha-lists { margin-top: 2em; }
  .v-h .heading-all { padding-left: 2em !important; }
  .about-home-holder .f-heading { padding-left: 2em; }
	.activity-holder .lists .item > div .bg-cover { min-height: 25em !important; width: 100%; }
	.key-milestones .et_pb_column.et_pb_column_4_4.et_pb_column_2 { display:flex; flex-direction: column; align-items: flex-start; }
	.key-milestones .et_pb_text_3.content { margin-top: 30px;}
	.key-milestones-holder .lists .item:nth-child(odd):before, .key-milestones-holder .lists .item:nth-child(even):before { visibility: hidden; }
}

.key-milestones .et_pb_text_3{
	    width: 100%;
}


