/*
Theme Name: Growmongolia
Description: Grow mongolia
Version: 1.0
*/

@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@import "https://cdn.jsdelivr.net/lightgallery/1.3.9/css/lightgallery.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese";

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #6a6c6d;
	overflow-x: hidden;
	line-height: 1.8em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #da0000;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
b,
strong {

	font-weight: 500
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.py-1{
	padding-top: 1rem;
}
.py-2{
	padding-top: 2rem;
}
.py-3{
	padding-top: 3rem;
}
.py-4{
	padding-top: 4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto condensed', sans-serif;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 1.5em
}
input,
button,
select,
textarea {
	font-family: 'Roboto condensed', sans-serif;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}
p {
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
	font-family: 'Roboto', sans-serif;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.divider1 {
    margin: 0 auto 30px;
}
.divider {
	width: 100px;
	height: 2px;
	background: #d50032;
	margin: 0 auto 30px;
}
.h2 {
	color:#000;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin: 0 0 15px;
	font-family: 'Roboto condensed', sans-serif;
}

.h2-making {
	color:#4a4a4a;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 10px 0 15px;
	font-family: 'Roboto condensed', sans-serif;
}
.h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
    font-family: 'Roboto condensed', sans-serif;
}
.h3 a{
	color:	gray;
}
.h3 a:hover{
	color:	#d50032;
}
.more {

}
.more a {
	background-color: #d50032;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s ease-out;
}
.more a:hover {

}
.hrmore a {
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #d50032;
	transition: all 0.2s ease-out;
	border: 1px solid;
}
.hrmore a:hover {
	background-color: #040f61;
	display: inline-block;
	padding: 5px 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s ease-out;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.clr {
	clear: both;
}


/* Back to top */

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	background: #002d72;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.3s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #002e72cd;
}
#back-to-top.show {
	opacity: 1;
}


/* Header */


.container-fluid {
	margin: 0 15px;
}

.header.active {
	position:fixed;
	top:0;
	width: 100%;
	
	z-index: 99;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.header {
	background:#fff;
	transition: all 0.3s ease-out;
	
	
}
.header .logo img {
	width: 200px;

}
.header .navbar-header {
	margin-right: 30px;
}
.header .navbar-brand {
	width: 100%;
	height: inherit;
	padding:0;
}
.header .navbar-brand img {
	width: 220px;
	height: 70px;
	padding: 5px 0;
	margin: 5px 0;
}

.header .main-navbar{
	padding-bottom:10px;
}
.header .navbar-nav {
	margin-top: 15px;
}
.header .navbar-nav>li>a {
	display: block;
	padding: 20px 15px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	color: #181818;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header .navbar-nav>li>a:hover {
	color:#d50032 !important;
	background: none;
}
.header .navbar-nav>li.active>a {
	color:#d50032 !important;
}
.header .navbar-nav li:hover>ul.my-sub-menu {
	display: block;
}
.header .navbar-nav li ul.my-sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	background:#fff !important;
	margin-left: 20px;
	width: 300px;
	margin-top: 0;
}

#menu-item-409 a{
	color: #fff;
	font-size: 24px;
	border-bottom: 3px solid #d50032;
	background:#d50032;
}
.header .navbar-nav li ul.my-sub-menu li {

}
.header .navbar-nav li ul.my-sub-menu li a {
	line-height: 1.5;
	padding: 10px 15px;
	text-transform: capitalize;
	display: block;
	color:#181818;
}
.header .navbar-nav li ul.my-sub-menu li a:hover {
	font-size: 18px;
	color:#181818;
}

.header .navbar-nav li a:hover, .header .menu li a:focus {
	color: #002d72;
	border-bottom: 3px solid #d50032 !important;

}
.header .navbar-nav li.current-menu-item a {
	color: #d50032 !important;
	/* border-bottom: 3px solid #d50032 !important; */
}

.header .lang {
	float: right;
    margin-left: 30px;
    margin-top: 27px;
}
.header .lang a {
	color: #333;
    font-size: 12px;
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #e1e1e1;
}
.header .lang a.active {
    color: #333;
    border-color: #e1e1e1;
}

/* Dropdown menu */

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background:#d50032;
	color:#fff;
}
.dropdown-menu {
	padding:0;
	border-radius:0;
}
.dropdown-menu>li>a {
	padding: 10px 15px;
}
.dropdown-menu>li>a:hover {
	background:#d50032;
	color:#fff;
}

/* Slider */

.slider {

}
.slider .s1 {
	position: relative;
	overflow: hidden;
	width: 20%;
	float: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #040f61;
	border-top: 0;
}

.slider .s1:after {
	content: "";
}
.slider .s1 .overlay {
	background: rgba(0,0,0,.2);
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider .s1 img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider .s1 h3 {
	position: absolute;
	width: 100%;
	bottom: 30px;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 3;
	opacity: 0;
}
.slider .s1 a:hover .overlay {
	background: rgba(0,0,0,.5);
}
.slider .s1 a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.slider .s1 a:hover h3 {
	opacity: 1;
}
.slider .s1 a:hover .more {
	opacity: 1;
}
.slider .s1 .more {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 55%;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider .s1 .more span {
	color:#fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 15px;
	border: 2px solid #fff;
}

/* Welcome */

.welcome {
	padding-top: 60px;
	text-align: center;
	background: url("https://growmongolia.org/test/wp-content/uploads/2022/12/main-page-background.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	/* height: 2000px; */
}
.welcome p {
	color:#4a4a4a;
	font-size: 20px;
}

/* Timeline */

.timeline {
	padding: 100px 0;
	position: relative;
}
.about-timee {
	text-align: center;
	position: relative;
	padding: 30px 15px;
	transition: all 0.3s ease-out;
}
.about-timee:hover {
	
}
.about-timee .circle {
	position: relative;
	height: 20px;
	margin: 15px auto;
	width: 20px;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	background-color: #efefef;
	border: solid 1px rgba(0, 0, 0, 0.1);
	z-index: 4;
}
.about-timee .circle span {
	position: absolute;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	width: 10px;
	top: 4px;
	left: 4px;
	height: 10px;
	background-color: #d50032;
}
.about-timee:hover h3 {
	
}
.about-timee h3 {
	color: #d50032;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	transition: all 0.3s ease-out;
}
.about-timee:hover .about-time-text {
	
}
.about-timee .about-time-text {
	color: #939598;
	font-size: 14px;
	line-height: 1.5;
	transition: all 0.3s ease-out;
	height: 255px;
	overflow: hidden;
}
.about-timee .about-time-image img {
	display: block;
	margin: 10px auto 0;
}
.timeline .main-line {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #939598;
	top: 38%;

}

/* News */

.news {
	background: #f3f3f3;
	padding: 30px 0;
}

.news h2 {
	z-index: 10;
	position: relative;
	color: #000;
}
.news .divider {
	z-index: 10;
	position: relative;
}
.news .n1 {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	height: 200px;
	z-index: 10;
}
.news .n1 img {
	width: 50px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news .n1 h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	margin: 15px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 3;
}
.news .n1 img {

}
.news .n1 a:hover .overlay {
	background: rgba(255,255,255,.8);
}
.news .n1 a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news .n1 a:hover h3 {
	
}
.news .n1 a:hover .n1-text {
	opacity: 1;
}
.news .n1 .n1-text {
	text-align: center;
	position: relative;
	width: 100%;
	
	z-index: 3;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 0 15px;
}
.news .n1 .n1-text p {
	color:#333;
	font-size: 14px;
}

/* Footer */

.footer {
	padding: 30px 0;
	background: #f3f3f4;
}
.footer .footer-contact {
	text-align: center;
}
.footer .footer-contact li {

}
.footer .footer-contact li i {
	color: #040f61;
	font-size: 25px;
	margin-bottom: 5px;
}
.footer .footer-contact li h4 {
	color: #333;
	font-size: 14px;
}
.contact ul {
	margin: 0;
	padding: 0;
}
.contact li {
	color: #040f61;
	padding: 10px 0;
	list-style: none;
}
.contact li .fa {
	float: left;
	font-size: 18px;
	margin-top: 2px;
	color: #040f61;
}
.contact li h4 {
	padding-left: 30px;
	margin: 0;
	font-size: 15px;
	color: #333;
}
.contact li h4 a {
	color:#333;
}


.copy {
	padding: 30px 0;
	background: #002d72;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-transform: uppercase;
}
.copy p {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.copy a {
	color:#fff;
}
.copy p span {
	margin: 0 10px;
}
.copy p span b {
	color:#88177f;
}

/* Page */

.page-title {
	padding: 50px 0 0;
	border-top: 1px solid #e1e1e1;
	text-align: center;
}
.page-title h1 {
	color: #fff;
	font-size: 36px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 0;
}


.time-line {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
	margin-bottom: 0px;
}
.time-line .main-line {
	height: 100%;
	width: 1px;
	top: 0px;
	left: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
}
.time-line .about-time {
	position: relative;
	width: 100%;
	z-index: 1;
}
.time-line .about-time .circle {
	position: absolute;
	height: 20px;
	margin-top: 10px;
	width: 20px;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	background-color: #efefef;
	border: solid 1px rgba(0, 0, 0, 0.1);
}
.time-line .about-time .circle span {
	position: absolute;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	width: 10px;
	top: 4px;
	left: 4px;
	height: 10px;
	background-color: #040f61;
}
.time-line .about-time h2 {
	color: #000;
	margin-top: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.time-line .about-time h2 .clearfix {
	margin-top: -17px;
}
.time-line .about-time h2 span {
	display: inline-block;
	width: 120px;
	background-color: #eee;
	height: 2px;
	margin-top: -20px;
}
.time-line .about-time:nth-child(odd) {
	padding-left: 50%;
	padding-right: 15%;
}
.time-line .about-time:nth-child(odd) h2 {
	padding-left: 30px;
}
.time-line .about-text {
	text-align: left;
}
.time-line .about-text ul {
	margin-left: 30px;
}
.time-line .about-text li {
	list-style-type: disc;
	padding: 5px 0;
}
.time-line .about-time:nth-child(odd) .about-text {
	padding-left: 30px;
}
.time-line .about-time:nth-child(odd) .circle {
	left: 50%;
	margin-left: -10px;
}
.time-line .about-time:nth-child(even) {
	padding-right: 50%;
	padding-left: 15%;
	text-align: right;
}
.time-line .about-time:nth-child(even) h2 {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .about-text {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .circle {
	right: 50%;
	margin-right: -10px;
}
.company {
	padding: 0 0 50px !important;
	background: none !important;
}
.company-header {
	position: absolute;
	height: 100%;
	width: 100%;
}
.company-text {
	background: rgba(8,76,133,.8);
	height: 600px;
	padding: 30px;
	color: #fff;
}
.company-text h3 {
	margin-top: 120px;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1;
}
.company-text p {

}
.company .cat {
	margin: 30px 0;
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1;
}
.company .cat .cat-image {
	height: inherit;
}
.company .cat .cat-image img {
	width: 100%;
	height: auto;
}
.company .more {
	float: right;
}
.company .hrmore{
	float: left;
}
.main {
	
	padding: 100px 0 50px;
}
.about-image img {
	display: block;
	margin: 0 auto 50px;
}
.a1 {
	
}
.a2 {
	
}
.a2 h3 {
	color: #6a6c6d;
    font-size: 20px;
    font-weight: bold;
    /* padding: 0 0 10px; */
    /* border-bottom: 2px solid #da0000; */
    margin: 0 0 15px;
    text-transform: uppercase;
}
.a1 h3 {
	color: #181818;
	font-size: 42px;
	font-weight: bold;
	padding: 0 0 10px;
    /* border-bottom: 2px solid #d50032; */
	margin: 0 0 15px;
	text-transform: uppercase;
}
.a1 h3 span {
	color: #d50032;
}
.a1 p {
	color: #181818;
	font-size: 17px;
	line-height: 1.8;
	text-align: justify;
}
.content-text {
	color: #333;
	font-family: "Roboto";
}
.content-text .h2 {
	text-align: center;
}
.content-text .h2:before {
	content: '';
	display: none;
}
.content-text h3 {
	color: #3e4095;
	margin: 0 0 10px;
}
.content-text ul {
	margin-left: 30px;
}
.content-text li {
	list-style-type: disc;
}
.content-text img {
	max-width: 100%;
	height: auto;
}
.modal-header .close {
	z-index: 999;
	position: relative;
}
.share {
	margin-top: 30px;
}
/* HR */
.panel{
	border: none;
}
.panel-default{
	color: #000;
	    border-color: white;
}
.panel-title {
    font-weight: bold;
    padding: 5px 0 5px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border-left: 2.5px solid #040f61;
}
.panel-default>.panel-heading {
    color: #000;
	background-color: #fff;
	border-color: #ddd;
}
.panel-default ul {
	color: #000;
	padding: 0;
	margin: 0 0 0 10px;
}
.panel li {
	list-style-type: none;
	position: relative;
}
.panel li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #040f61;
    border-radius: 50%;
    left: -15px;
    top: 10px;
}
.collapse.in {
    display: block;
	color: black;
    background-color: #f3f3f3;
}
/* Contact */

#map {
	width: 100%;
	height: 300px;
}
.contact ul {
	margin: 0;
	padding: 0;
}
.contact li {
	color: #3e4095;
	padding: 10px 0;
	list-style: none;
}
.contact li .fa {
	float: left;
	font-size: 18px;
	margin-top: 2px;
}
.contact li h4 {
	padding-left: 30px;
	margin: 0;
	font-size: 15px;
	color: #333;
}
.contact input, .contact textarea {
	margin-bottom: -10px;
	border-radius: 0;
}
.contact .wpcf7-submit {
	background: #040f61;
	color: #fff;
	display: block;
	border-radius: 0;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	transition: background-color .25s ease-out,color .25s ease-out;
}

/* Category */

.cat {
	margin-bottom: 30px;
}
.cat .cat-image {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.cat .cat-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.cat .cat-image a:hover img {
	transform: scale(1.1,1.1);
}
.cat .cat-text {

}
.cat .cat-text h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
.cat .cat-text h3 a {
	color: #000;
	font-weight: bold;
}
.cat .cat-text .date {
	margin: 0 0 10px;
	color: #040f61;
	font-size: 14px;
}
.cat .cat-text p {

}

.too {
	padding: 90px 0;
	text-align: center;
	color: #4a4a4a;
}
.too i {
	font-size: 60px;
}
.too h3 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0;
}
.too p {
	font-size: 22px;
}

.sidebar .fb-page {
	margin-bottom: 30px;
	margin-left: 10%;
}

/* member */

.member {
	padding: 80px 0;
	background: #f3f3f3;
}
.member-text {
	max-width: 1000px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 15px;
}
.m1 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.m1 .m1-image {
	position: relative;
	overflow: hidden;
}
.m1 .m1-image img {
	
	height: 300px;
	object-fit: cover;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.m1 .m1-image .overlay {
	opacity: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.m1 a:hover .m1-image img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.m1 h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}
.m1 h4 {
	color: #555;
	font-size: 14px;
	height: 100px;
}

/* Modal*/

.modal {
	margin-top: 50px;
}
.modal-content {
	border-radius: 0;
	padding: 0 15px;
	position: relative;
	z-index: 999;
}
.modal-content h5 {
	color: #000;
	font-size: 18px;
	margin: 0 0 15px;
}
.modal-content p {
	color: #555;
	text-align: justify;
}
.modal-content ul {
	color: #555;
}
.modal-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.modal-header {
	border-bottom: 2px solid #d50032;
}
.modal-content img.c-logo {
	float: left;
	margin-right: 10px;
	width: 380px;
}
.modal .img-responsive {
	display: block;
	margin: 0 auto;
}
.modal li {
	list-style-type: none;
	position: relative;
}
.modal li:before {
	content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #040f61;
    border-radius: 50%;
    left: -15px;
    top: 10px;
}

.top-image {
	margin-top: 50px;
}
.top-image1 {
	margin-top: 38px;
}

.uilchilgeenuud{
	display: grid;
	padding-top: 40px;
	grid-template-columns: repeat(4,1fr);

}

.uilajillagaa{
	margin: 2rem;
	padding: 4rem 2rem;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1), -3px -3px 10px 1px rgba(0, 0, 0, 0.1);
}

.uilajillagaa img {
	height: 75px;
	width: 75px;
}

.uilajillagaa h3 {
	padding-top: 1rem;
	text-transform: uppercase;
	font-size: 1.8rem;
}

.uilajillagaa p {
	text-align: justify;
	padding-top: 1rem;
}


/* Tablet */

@media( max-width:990px ) {

}

/* Mobile */

@media( max-width:767px ){
	.header .navbar-brand {
		width: 50%;
	}
	.header .navbar-brand img {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.m1 h4 {
		height: inherit;
	}
	.header .navbar-header {
		margin: 0;
	}
	.a1 {
		padding: 0 15px;
	}
	
	.cat {
		margin: 0 15px 30px;
	}
	.content-text {
		padding: 0 15px;
	}
	.slider .s1 {
		width: 100%;
	}
	.slider .s1 h3 {
		opacity: 1;
	}
	.slider .s1 .overlay {
		background: rgba(0,0,0,.5);
	}
	p{
		margin: 0 20px 10px;
	}
	.panel-group {
    margin: 20px;
	}
	.panel{
		margin-left: 20px;
	}
}

/*  Give page */

.give-showcase{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/naraa-in-ub-h280hD4Y3C4-unsplash-scaled.jpg");
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;
}

.give-showcase h1{
	text-align: center;
	align-items: center;
	align-self: center;
	font-size: 88px;
	color: #fff;
	font-weight: 700;
}

.give-title{
	padding-top: 150px;
}
.give-title h1{
	color:#002d72;
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.give-title p{
	color: #002d72;
	margin-top: 50px;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}

.give-bar-code{
	display: flex;
	justify-content: center;
}

.give-bar-code img{
	margin:80px 0;
}

.give-link{
	text-align: center;
}

.give-link a{
	color:#002d72;
	font-size: 24px;
}

.mgn-top{
	margin-top: 30px;
}

.give-link p{
        font-size: 24px;
	color: #002d72;
	line-height: 0.9;
}

.give-bottom{
	margin-top: 500px;
	padding-bottom: 30px;
}

.give-home-3{
	font-size: 22px;
}
.home-bottom .home-give1,.home-bottom .home-give2{
	text-align: left;
}
.home-bottom{
	margin-top: 210px;
}

.give-title-home{
	margin-top: 150px;
	text-align: center;
}

.give-title-home h1{
	color:#002d72;
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
}

.give-title-home p{
	color: #002d72;
	margin-top: 30px;
	font-size: 30px;
	line-height: 1.3;
}

.give-section-1{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/Give-page-background.png");
	/* height: 600px; */
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.give-heseg{
	display: flex;
	justify-content: center;
	margin-top: 70px;
	/* background: #002d72; */

}

.give-heseg button{
	height: 50px;
	border: 3px solid #002d72;
	background: rgba(0, 0, 0, 0.1);
}

.give-heseg button a{
	color: #002d72;
	font-size: 20px;
	padding: 0 10px;
	font-weight: 600;
}

.give-heseg button a:hover{
	color:#fff;
}



.give-heseg p{
	background: #002d72;
	color: #fff;
	height: 50px;
	padding: 5px 10px;
}

.home-give{
	max-height: 450px;
}

.home-give .home-give1{
	padding: 75px 120px;
	background: rgba(0, 0, 0, 0.1);
}
.home-give-button{
	padding: 25px 40px;
	font-size: 32px;
	margin-top: 70px;
	border: 3px solid #4a4a4a;
}

.home-give-button a:hover{
	color: #002d72;
}

.home-give{
	text-align: left;
	color: #fff;
}

.home-give ul li{
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.2;
}

.home-give p{
	margin-top: 10px;
	font-size: 18px;
	color: #fff;	
}

.give-section1{
	display: grid;
	height: 440px;
	grid-template-columns: repeat(2, 1fr);
	box-sizing: border-box !important;
}

.give-section1-item:first-child{
	background: #d50032;
	color:#181818;
	padding: 75px 120px;
	box-sizing: border-box !important;
}

.give-section1 h3{
	color: #fff;
	font-size: 36px;
}

.give-section1 ul li{
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}

.give-section1 p{
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
}

.give-section1-item:last-child{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/11/EW_Africa2015_Ethiopia_07292015_19_4819-scaled-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color:#fff;
	padding: 75px 120px;
	box-sizing: border-box !important;
}

.give-button{
        padding: 10px 40px;
	font-size: 30px;
	margin-top: 70px;
	border: 4px solid #4a4a4a;
	background-color: rgba(0, 0, 0, 0.1);
}

.give-button a{
	color:#4a4a4a;
	font-weight: 600;
}

.give-button:hover{
	background-color: rgba(0, 0, 0, 0.4);
}

.give-button a:hover{
        color: #fff;
}

.zai{
	height: 30px;
}

.a1-span{
	font-size: 22px;
	color: #000;
	font-weight: 500;
}

/* about */

.about-showcase{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/11/314481451_888006929036037_397806862785315305_n-1.jpg");
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;	
}

.ourteam-showcase{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/11/314481451_888006929036037_397806862785315305_n-1.jpg");
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;	
}


.about-showcase .h2,.ourteam-showcase .h2,.ministries-title .h2,.pray-showcase .h2{
	text-align: center;
	align-items: center;
	align-self: center;
	font-size: 88px;
	color: #fff;
	font-weight: 900;
}

.contact-label{
	margin-top: 10px;
	margin-bottom: 10px !important;
	border: 2px solid #4a4a4a;
	width: 100%;
	height: 30px;
}

.contact .wpcf7-submit{
	width: 140px;
}

button, html input[type=button], input[type=reset], input[type=submit]{
	color: #fff;
	text-transform: uppercase;
	background: #002d72;
	padding: 10px 30px;
	letter-spacing: 4px;
	border: none;
	font-weight: 600;
	font-size: 20px;
}
/* .home-give1 h1{
	color: #002d72;
} */

.footer-title{
	color: #002d72;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer-text p{
	line-height: 1.1;
}

.footer-section{
	padding-bottom: 60px;
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/main-page-background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.home-give2{
	border-left: 2px solid #4a4a4a;
	height: 100%;
	margin-top: 60px;
	padding-left: 60px;
}

.home-give2 h3{
	color: #002d72;
	margin: 20px 0;
}

.home-give2 p{
	line-height: 1;
}

.footer-icon i{
	font-size: 28px;
	color: #FFF;
	margin-top: 20px;
	margin-left: 10px;
	background: #002d72;
	text-align: center;
	padding-top: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ministries-title{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/Ministries-Main-Picture-scaled.jpg");
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;	
}

.ministries-main-title{
	padding: 50px 10px;
	text-align: center;
	color: #4a4a4a;
	font-weight: 800;
}

.ministries-section{
	padding: 50px;
	text-align: center;
	color: #fff;
}

.ministries-section h1{
	margin-bottom: 10px;
}

.ministries-section p{
	font-size: 19px !important;
	padding: 0 10px;
	margin-bottom: 20px;
}

.ministries-section button{
       background-color: rgba(0, 0, 0, 0.1);
       border: 3px solid #Fff;
       padding: 5px 10px;	
}

.ministries-section button a{
	color: #fff;
}

.ministries-section1{
	background: #006672;
}
.ministries-section2{
	background: #734400;
}
.ministries-section3{
	background: #003d9a;
}
.ministries-section4{
	background: #657200;
}

.ministries-section-bottom{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/Ministries-page-background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 550px;
}

.ministries-section-bottom2{
	padding: 100px;
}

.ministries-section-bottom2 p{
	font-size: 28px;
	text-align: center;
}

.ministreis-matthew{
	margin-top: 80px;
	text-align: right !important;
}

.pray-showcase{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/Prayer-Movement-scaled.jpg");
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;	
}


.pray-section-1{
	background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/Pray-page-background.png");
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top -220px left 0;
}


.pray-bottom{
	margin-top: 270px;
	padding-bottom: 30px;
}

.pray-title{
	color: #1a1a1a;
	padding: 50px 0 30px 0;
	font-size: 32px;
	font-weight: 700;
}

.pray-text1{
	font-size: 24px;
	color: #181818;
}
.pray-text2{
	font-size: 24px;
	color: #181818;
	font-weight: 500;
	margin-top: 30px;
}

.pray-ephesians{
	text-align: right;
	font-size: 22px;
	color: #181818;
	margin-bottom: 50px;
}

.pray-mgn{
	margin-top: 195px !important;
}

.pray-button{
	background-color: rgba(0, 0, 0, 0.1);
	border: 3px solid #Fff;
	padding: 5px 10px;
	margin-top: 40px;	
 }

.pray-section2{
	/* background: url("http://sdb-60.hosting.stackcp.net/Grow-mongolia/wp-content/uploads/2022/12/usukhbayar-gankhuyag-tpwLuzZtm4I-unsplash-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	/* height: 450px; */

	margin-top: 30px;
}

.pray-title2{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	font-size: 36px;
	font-weight: 600;
}

.pray-button a{
	color:#fff;
} 

.pray-content {
	color: #fff;
	text-align: center;
}

.pray-content h4{
       font-size: 28px;
       margin: 20px 0;
       letter-spacing: 3px;
       font-weight: 600;
}

.pray-content p{
	font-size: 22px;
	margin-bottom: 20px;
}
