/* ========google-font========== */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
 
@font-face {
	font-family: 'Auxilia';
	src: url('../font/Auxilia-Light.ttf')  format('truetype');
	font-weight: 300;
	
  } 

@font-face {
	font-family: 'Auxilia';
	src: url('../font/Auxilia.ttf')  format('truetype');
	font-weight:400;
  }
@font-face {
	font-family: 'Auxilia';
	src: url('../font/Auxilia-Bold.ttf')  format('truetype');
	font-weight: 600;
  }
@font-face {
	font-family: 'Auxilia';
	src: url('../font/Auxilia-Black.ttf')  format('truetype');
	font-weight:700;
  }

  
/* ========google-font========== */ 

/* =================Root============= */
:root {
    --main: #388710;
	--orange: #F70292; 
	--blue:#1300c1 ; 
	--purple:#9f1993; 
    --secondary:#212544;
    --light-bg: #f4f8f8; 
    --ddd-color: #ddd; 
    --nav-color: #444444; 
    --white: #ffffff;
    --color-white: #ffffff; 
    --black: #000;
    --gradient:linear-gradient(93deg, #0ba2a2, #0b6296);

} 

/* =================Root============= */


body,
html { 
    color: #000; 
    font-family:"Auxilia", Arial, sans-serif;
    font-size: calc(16px + 4 * (100vw - 380px) / 870); 
    scroll-behavior: smooth; 
    background: #fff;
	font-weight: 400;   
    background: #f6f8f6;
    hyphens: manual;   
    font-weight: 500;
	
    line-height: 36px;
}
::-moz-selection { /* Code for Firefox */
    color: var(--white);
    background: var(--main); 
  }
  
  ::selection {
    color: var(--black); 
    background: var(--main);
  }

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

p {
    font-size: calc(12px + 4 * (100vw - 380px) / 870);
    font-weight: 500;
    line-height: 34px;       
}  
  
h1, 
h2,
h3,
h4, 
h5,   
h6 { 
    font-family: "Times New Roman", Times, serif;
    padding: 0;
    color: #02a345;  
    /*! text-transform: uppercase; */
    font-size: 40px; 
}

      

/* header */

header {
    width: 100%; 
    position: relative; 
    z-index: 999;   
    padding: 0;    
    border-bottom: 1px solid rgba(255, 255, 255, 0.31); 
    background: #02a345;  
	transition: 0.3s;
}  
 
.menu_header {
    border-bottom: none;
    padding: 0 60px; 
    background: var(--secondary);
    border-top: 1px solid #e6e6e6; 
	transition: 0.3s;
}

.navbar-light .navbar-brand {
    width: 290px;
    margin: 0;  
    padding: 0;   
	transition: 0.3s; 
} 
 
.navbar { 
    padding: 0;
    border-bottom: none;
	transition: 0.3s;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color:#fed70b;
	transition: 0.3s;
}  
  
.dropdown .nav-link:focus,
.megamenu_drop-down .nav-link:hover {
    color: var(--main);
    background: transparent;
	transition: 0.3s;
} 


.navbar-expand-xl .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 400;  
	display: block;  
	padding: 25px 30px;   
	text-decoration: none;   
	letter-spacing: 0.6px;
	position: relative;
	white-space: nowrap;
	z-index: 999;  
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s;
	font-family: 'Oswald', Arial, sans-serif;
}

.navbar-expand-xl .navbar-nav .nav-item .nav-link::before {
    background: #ffd600;
    bottom: 0; 
    content: "";
    left: 50%;
    position: absolute;
    right: 0; 
    z-index: -1;
    width: 0%;
    height: 3px;
	transform: translateX(-50%);
	transition: 0.3s;
}
.navbar-expand-xl .navbar-nav .nav-item .nav-link:hover::before { 
    width: 70%;
	transition: 0.3s;
}
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link::before { 
    width: 58%;
	transition: 0.3s;
} 
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link{ 
	color: #fff !important;
}   
 .lgo{
    display:none
} 
.lgob{
    display:inline
}
.fixed {
    position: fixed;
    left: 0; 
    top: 0;
    width: 100%;    
    z-index: 999;   
    background: var(--white);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    /*! padding: 5px 26px; */
	transition: 0.3s;
} 
.fixed .navbar-expand-xl .navbar-nav .nav-link {
	color: #000;
}
.fixed .navbar-expand-xl .navbar-nav .nav-item .nav-link::before {
	background: var(--main)}
.fixed .navbar-light .navbar-nav .nav-link:focus,
.fixed .navbar-light .navbar-nav .nav-link:hover {
	color: var(--main);
	transition: 0.3s;
}
.fixed .lgob{
    display:none
}
.fixed .lgo{
    display:inline
} 
.fixed .navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
	color: #000 !important;
}
.fixed .navbar-light .navbar-brand {
	/*! width: 80px; */
	margin: 0;
	padding: 0; 
	transition: 0.3s;
}
  

.toggle_nav .bars .bar {
    height: 2px;
    border-radius: 10px;
    background: #000;
    transition: 0.2s; 

}    

.toggle_nav .bars .bar:nth-child(1) {
    width: 100%;
    transition: 0.2s;

    margin-left: auto;
}

.toggle_nav .bars .bar:nth-child(2) {
    width: 100%;
    margin: 0 0 0 auto;
    transition: 0.2s;

}

.toggle_nav .bars .bar:nth-child(3) {
    width: 100%;
    transition: 0.2s;

}

.toggle_nav .bars {
    width: 32px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; 
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    /*! padding: 10px 0; */
    margin: 0;
    transition: 0.2s;  

}

.toggle_nav:hover .bars .bar:nth-child(1) {
    width: 80%; 
}
.toggle_nav:hover .bars .bar:nth-child(3) {
    width: 60%; 
    transition: 0.2s;
}
.dropdown-menu {
	border: none;
	background: #fff;
	padding: 10px; 
	/*! box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
	border-radius: 0;
	min-width: 13pc;
	margin: 0 !important;
	padding: 0;
}
.dropdown-item {
	padding: 12px 24px;
	font-size: 18px; 
	color: #000; 
	border-radius: 0;
	font-family: Roboto Condensed;
	border-bottom: 1px solid #ddd;
}
.navbar-expand-xl .navbar-nav { 
	align-items: center;
}
.nav-link.toggle_nav {
	padding: 0 0 0 20px !important;
}
.btn_login {
	padding: 18px 20px !important;
	border: none;    
	font-size: 17px !important;     
	display: flex !important;
	align-items: center; 
	background: #ffda1e;
	/*! height: 86px; */  
	letter-spacing: 0.5px !important; 
	border-radius: 0;
	line-height: 12px; 
	color: #000 !important;
}

.top_header {
	background: var(--secondary);
	padding: 6px 0;
	color: #fff;
  }
   
  .top_header a {
	color: #fff;
	display: inline-block;
	margin: 0 30px;
	opacity: 0.9; 
}
  .top_header a i {
		color: white;
		margin: 0 4px 0 0;
}

.blclogo{
	display: none;
	
}
.fixed .blclogo{
	display: block;
	transition: 0.3s;
} 
.fixed .whitelogo{
	display: none;
	transition: 0.3s;
}   
.fixed .navbar-expand-xl .navbar-nav .nav-link { 
	color: var(--secondary); 
	transition: 0.3s;
}

.btn_login::before{
	display: none;
}
.searchpresslikn {
	position: absolute;
	right: 50px;
	top: 0;
	padding: 0 0;
}
/* header */

 
/* banner_main */
.banner_vid {
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.0);
	color: #fff;
	font-size: 1em;  
	font-weight: 900; 
	text-transform: uppercase;
	text-align: center; 
	height: 70vh;
	letter-spacing: 2px;
}
 
.carousel-caption {
	width: 100%;
	left: 0;
	top: 50%; 
	bottom: auto; 
	transform: translateY(-50%);
	z-index: 2;  
	text-align: left;    
} 
.carousel-item::before {
	content: '';  
	position: absolute;  
	left: 0;     
	top: 0;  
	width: 100%;  
	height: 100%;  
    z-index: 1; 
	background: linear-gradient(90deg, rgb(2, 163, 69, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	/*! background: rgba(0,0,0,0.4); */
}
.banner_main .carousel-item.active img {
	/* animation: scale 40s linear infinite; */
	animation-delay: 0.1s;
}

@keyframes scale {100% {-webkit-transform: scale(2); -moz-transform: scale(2);-ms-transform: scale(2); -o-transform: scale(2); transform: scale(2);}}
.banner_main .mouse-icon {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	left: 0;
	right: 0;
	margin: auto;
    animation: UpDown 1s linear infinite;
}
@keyframes UpDown {
    0% {
      bottom: 0;
    }
    50% {
      bottom: .5em;
    }
    100% {
      bottom: 0;
    }
  }
  .carousel-control-next, .carousel-control-prev { 
	width: 5%;  
	z-index:9;
	opacity: 0.9; 
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
	/*! width: 50px; */
	/*! height: 50px; */
	/*! background-size: 30px; */
	border-radius: 0px;
	/*! border: 1px solid #fff; */ 
	opacity: 0.5;
} 
 
.banner_content h6 {
	color: #f5b9c5;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
} 
.banner_content h1 {
	font-weight: bold;
	font-size: 49px;
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: capitalize;
	/*! letter-spacing: -1px; */ 
	display: block;
	/* background: #50b0ee; */
	/*! font-family: "Auxilia", Arial, sans-serif; */
}
.banner_content h1 span {
	/*! display: block; */
	/*! color: var(--main); */  
	/*! font-weight: 400; */
	/*! background: #000; */
	/*! padding: 0 10px; */
	/*! text-transform: capitalize; */
	/*! text-decoration: underline; */
} 

.banner_content p {
	font-size: 20px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/*! background: var(--main); */
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	max-width: 90%;
	line-height: 30px;
} 
.banner_content {
	color: #fff;
}  

.banner_content a {
	display: inline-block;
	color: #02a345;   
	border: 2px solid #FFF;
	padding: 0 30px; 
	font-size: 15px;  
	transition: 0.2s;   
	text-transform: uppercase;
	font-weight: 600; 
	letter-spacing: 0.8px; 
	height: 53px;
	line-height: 51px;
	background: #fff;
	margin: -3px 0 0 0;
	border-radius: 0;
} 
.banner_content a:hover {
	background: #388710;
	color: #fff;
	transition: 0.2s;
	border-color: #388710;
}

.btn_banner { 
	display: inline-block;
	color: #fff; 
	transition: 0.4s; 
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
	transition: 0.3s;
	position: relative; 
	padding: 12px 30px;
	background: right;
	border-radius: 50px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	border: 2px solid #fff;
	/*! background: #e5be5e; */
	font-family: var(--H-family);
}
.btn_banner:hover {
	transition: 0.3s;
	color: #fff;
	background: #8d3e88;
	border-color: #8d3e88;
} 
  
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: start;
	padding: 0;
	margin-right: 3%;
	margin-bottom: 3rem;
	margin-left: 18%;
	list-style: none;
} 

.carousel-item { 
	background-size: cover;
	background-position: center;
}

.hero_main {
	position: relative;
	padding: 0; 
	background: #fff url(../images/bg_dotted.png); 
	z-index: 1;
	overflow: hidden; 
}

.line {
  position: absolute;
  z-index: 9;
  right: 0;
  top: -252px;
  opacity: 0.08;
  mix-blend-mode: color;
  width: 66%;
}
.arrowdown { 
	padding-top: 70px;
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff3a;
	z-index: 9;
	text-transform: uppercase;
	letter-spacing: 2px;
}
  .arrowdown span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
  }
  @-webkit-keyframes sdb05 {
	0% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  -webkit-transform: rotate(-45deg) translate(-20px, 20px);
	  opacity: 0;
	}
  }
  @keyframes sdb05 {
	0% {
	  transform: rotate(-45deg) translate(0, 0);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  transform: rotate(-45deg) translate(-20px, 20px);
	  opacity: 0;
	}
  }


  @-webkit-keyframes line_animation {
	0% {
	  top: 0px;
	  opacity: 1;
	}
	50% {
	  top: 50%;
	}
	100% {
	  top: 100%;
	  opacity: 1;
	}
  }
  @keyframes line_animation {
	0% {
	  top: 0px;
	  opacity: 1;
	}
	50% {
	  top: 50%;
	}
	100% {
	  top: 100%;
	  opacity: 1;
	}
  }
  @-webkit-keyframes line_animation_2 {
	0% {
	  opacity: 1;
	  bottom: 0px;
	}
	50% {
	  bottom: 50%;
	}
	100% {
	  bottom: 100%;
	  opacity: 1;
	}
  }
  @keyframes line_animation_2 {
	0% {
	  opacity: 1;
	  bottom: 0px;
	}
	50% {
	  bottom: 50%;
	}
	100% {
	  bottom: 100%;
	  opacity: 1;
	}
  }
  .line_animation {
	top: 0px; 
	left: 50%;  
	z-index: -1; 
	width: 100%;
	bottom: 0px;
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0.9;
  }
.line_animation .line_area {
	width: 12.5%;
	height: 100%;
	position: relative;
	display: inline-block;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
  .line_animation .line_area:before {
	width: 1px;
	right: -1px;
	content: "";   
	height: 60px; 
	border-radius: 100%;
	position: absolute;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
	background-image: linear-gradient(0deg, #4eb4f2, transparent);
	opacity: 0.3;
  }
  
  .line_animation .line_area:nth-child(even):before {
	-webkit-animation: line_animation 20s ease-out infinite;
	animation: line_animation 20s ease-out infinite;
  }
  
  .line_animation .line_area:nth-child(odd):before {
	-webkit-animation: line_animation_2 20s ease-out infinite;
	animation: line_animation_2 20s ease-out infinite;
  }
  
  @-webkit-keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  @keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  @keyframes Ori_animation_4 {
	0% {
	  -webkit-transform: translate(-300px, 151px) rotate(0);
			  transform: translate(-300px, 151px) rotate(0);
	}
	100% {
	  -webkit-transform: translate(251px, -200px) rotate(180deg);
			  transform: translate(251px, -200px) rotate(180deg);
	}
  }
  @-webkit-keyframes Ori_animation_4 {
	0% {
	  -webkit-transform: translate(-300px, 151px) rotate(0);
	}
	100% {
	  -webkit-transform: translate(251px, -200px) rotate(180deg);
	}
  }
  @keyframes Ori_animation_5 {
	0% {
	  -webkit-transform: translate(0, 0) rotate(0);
			  transform: translate(0, 0) rotate(0);
	}
	20% {
	  -webkit-transform: translate(73px, -1px) rotate(36deg);
			  transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
	  -webkit-transform: translate(111px, 72px) rotate(72deg);
			  transform: translate(111px, 72px) rotate(72deg);
	}
	60% {
	  -webkit-transform: translate(93px, 122px) rotate(108deg);
			  transform: translate(93px, 122px) rotate(108deg);
	}
	80% {
	  -webkit-transform: translate(-70px, 72px) rotate(124deg);
			  transform: translate(-70px, 72px) rotate(124deg);
	}
	100% {
	  -webkit-transform: translate(0, 0) rotate(0);
			  transform: translate(0, 0) rotate(0);
	}
  }
  @-webkit-keyframes Ori_animation_5 {
	0% {
	  -webkit-transform: translate(0, 0) rotate(0);
	}
	20% {
	  -webkit-transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
	  -webkit-transform: translate(111px, 72px) rotate(72deg);
	}
	60% {
	  -webkit-transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
	  -webkit-transform: translate(-40px, 72px) rotate(124deg);
	}
	100% {
	  -webkit-transform: translate(0, 0) rotate(0);
	}
  }



  /* baner */

  /* about_main */
  .about_main{ 
	padding: 60px 0;
	background: #fff url(../images/bg_dotted.png); 
	background-position: center; 
	padding-bottom: 130px;
  }    
  .about_main h2{  
	color:#02a345;
	margin: 0 0 20px 0; 
  }   
  .about_main hr{
	width: 200px;
	height: 2px;
	margin: 18px auto;
	border-width: 3px;
	opacity: 1; 
	border-color: #5B5B5B; 
  }
  .btnabout {
	font-weight: 600;
	color: #ffd600;
	border: 2px solid #ffd600;
	text-transform: uppercase;
	padding: 5px 20px;
	display: inline-block;
	margin-top: 0;
	border-radius: 0; 
	letter-spacing: 0.6px;
	/* font-weight: 600; */
	font-size: 16px;
	-webkit-box-shadow: -5px 5px 0 #ffd600;
	/* box-shadow: -5px 5px 0 #9aa8f; */
	transition: 0.3s;
}
.btnabout:hover {
	color: #000;
	background: #ffd600;
	border-color: #ffd600;
	box-shadow: none; 
	transition: 0.3s; 
}


.about_main h5 {
	font-size: 25px;
	line-height: 44px;  
	color: #000; 
	text-transform: capitalize; 
	font-family: "Auxilia", Arial, sans-serif;
	font-weight: 500;
}  
  

.innercontent {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	padding: 59px;
	background: #fff url(../images/patrn.png) repeat;
	margin: 0 40px 0 -150px;  
	border-bottom: 5px solid #ffd600; 
}
  /* about_main */  


  section h2 {
	font-size: 35px;
	font-weight: 600;   
	text-transform: capitalize; 
	color: #000; 
	/*! font-family: "Auxilia", Arial, sans-serif; */
}  

  section h2 a{ 
	color: #262626;
	display: inline-block;
} 
section hr{ 
	width: 80px; 
	/*! margin: 18px auto; */
	border-width: 2px;
	opacity: 1;   
	border-color: #3E3E3E29;
  } 
.meet_director {
	padding: 60px 0;
	position: relative;
	z-index: 1;
	background: #f7f7f7;  
	background: url(../images/bg_dotted.png);
	background-position: center;
} 
/*.meet_director::before{
	content: '';
	position: absolute; 
	left: 0; 
	top: 0;
	width: 100%; 
	height: 50%;
	background: #0a223d url(../images/bg_drct.png); 
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/

 

.team_item{
	padding: 0; 
	border-radius: 0; 
	margin-bottom: 45px;
} 
.team_item .image { 
	height: 280px; 
	overflow: hidden; 
	/*! border: 2px solid var(--main); */
	border-radius: 100%;
	position: relative;
	width: 280px;
	padding: 10px;
	z-index: 1;
} 
.team_item .image:before { 
	position: absolute;  
background: linear-gradient(90deg, rgb(243, 250, 254) 50%, rgb(80, 176, 238) 50%); 
	content:'';
	width:100%; 
	height:100%; 
	z-index: -1;
	left: 0;
	top: 0; 
	transform: rotate(-27deg);
} 

.team_item .image img {
	height: 100%;
	width: 100%;
	object-fit: cover; 
	/*! object-position: top; */
	/*! filter: grayscale(10); */
	border-radius: 100%;
} 

.team_description {
	padding-top: 20px;
	position: relative; 
	z-index: 1;
	padding: 20px 0;  
	text-align: center;  
	padding-bottom: 0;
}
.team_description h3 {
	font-size: 18px !important;
	font-weight: 500;
	text-transform: uppercase;
	/*! letter-spacing: 1px; */
	color: var(--secondary);
	/*! font-family: "Auxilia", Arial, sans-serif; */
	margin: 0 0 5px 0 !important; 
}	
.team_description h6 { 
	color: #000;
	opacity: 0.6;
	margin: 0;
	font-family: "Auxilia", Arial, sans-serif;
	font-size: 16px;
} 
.team_description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #171717;
}
 
 
.refralk ul{
	padding: 0;
	margin: 0;
}
.refralk ul li {
	list-style: none;
	font-size: 20px; 
	margin: 15px 20px;
	padding-left: 27px;
	position: relative; 
	font-family: "Auxilia", Arial, sans-serif;
}




.refralk ul li::before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px; 
	height: 10px;
	background: var(--main);
	content: '';
	transform: translateY(-50%);

}
.refrall_main {
	padding: 50px 0;
	background: #fff url(../images/dots.png);
}  
   
.vacancy_main {
	padding: 80px 0;
	background: #ffd600 url(../images/patrn.png) repeat;
}   
 
.vacancy_dv { 
	padding: 40px;
	background: #f1edf7;
	position: relative;
}
.vacancy_dv h3 {
	font-weight: 900;
	color: #000;
	text-transform: capitalize;
	font-size: 40px;
}
.vacancy_dv img {
	position: absolute;
	top: 24px;
	right: 20px; 
	width: 182px;
	opacity: 0.2;
}

.vacancy_btn {
	font-weight: 600;
	/* letter-spacing: 0.4px; */
	color: #fff; 
	/* border-bottom: 1px solid; */
	/*! text-transform: capitalize; */
	font-size: 31px;
	background: #307C0A;
	padding: 18px 31px;
	display: inline-block; 
	border-radius: 0;
	transition: 0.3s;
	-webkit-box-shadow: -5px 5px 0 #307c0a4a;
}

.vacancy_btn:hover{  
	background: #266208; 
	transition: 0.3s;
	box-shadow: none;
}
 
/* owl nav */
.owl-prev span,
.owl-next span {
  font-size: 16px;
  background: #fff;
  width: 35px;
  height: 35px; 
  line-height: 34px; 
  border-radius: 0; 
  text-align: center;
  color: #797977; 
  margin: 0 -26px 0 -15px;
  display: inline-block;
  font-weight: bold; 
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}
.more_btn {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	transition: 0.3s;
}
.more_btn:hover{ 
	color: var(--main); 
	transition: 0.3s;
}


 
footer{
	position: relative; 
	padding: 61px 0; 
	background:#005e27 url(../images/footerpattern.png);   
	padding-bottom: 0;  
}  

.copyright{ 
	border-top: 1px solid #f4f6f717;
	padding: 20px 0; 
	text-align: center;  
	margin-top: 24px;
}    
.copyright p{  
	margin: 0; 
} 
.copyright p a{ 
	margin: 0;
	color:#333; 
}
.copyright p {
	font-size: 16px; 
	color: #fff;
	letter-spacing: 0px;
	opacity: 0.8;   
	font-weight: 400;
	font-family: Fira Sans;
	text-transform: capitalize;
}

.footersocial{
	justify-content: flex-end;
	align-items: center;
} 
 
.footersocial h6 {
	margin-right: 26px;
	margin-bottom: 0;
} 

.footersocial a {
	 font-size: 20px;
     margin-right: 20px;
     color: #424242;
}

 
  footer  ul {
	padding: 0;
  }
  footer ul li {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0 0 5px 0;
	line-height: 29px;
}
  footer  ul li i {
	color: #fff;
	font-size: 18px;
	margin: 0 10px 0 0;
}
  footer  ul li a {
	font-size: 16px; 
	color: #fff;  
	font-weight: 400; 
	display: block;
	font-family: Fira Sans;
}
footer ul li .nav-link  {
	font-size: 16px; 
	color: #fff;  
	font-weight: 400; 
	display: block;
	font-family: Fira Sans;
}
footer .nav-link:focus, footer .nav-link:hover {
  color:rgb(80, 176, 238);
}
.inner_dv {
	padding: 40px;
	background: #fff;
	border-bottom: 5px solid #f10592;
}
    
  footer  h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 20px;
}
footer .contct_detail .pnone {
	font-size: 14px;
	margin-bottom: 15px;
}
footer .contct_detail .pnone a {
	font-size: 16px; 
}
.text_footer{
	border-top: 1px solid #e9eae9;
	padding-top: 30px;
	padding-bottom: 30px; 
} 
.text_footer p{ 
	/*! margin: 0; */
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #313131;
	font-weight: 300;
}
.detailsC {
	margin-bottom: 30px;
	border-bottom: 1px solid #e9eae9;
	padding-bottom: 28px;
}
.srchpra {
	margin: 9px 0 0 0;
	text-align: center;
	opacity: 0.8;
	color: #000 !important;
	font-size: 16px !important; 
}
.seprator {
	margin: 10px 0;
	border-bottom: 1px solid #f3f3f3;
}

.certified_img{
	display: flex;
	margin-top: 27px; 
	margin-bottom: 27px;
} 

.ofsTeD a{
	display: inline-block;
}
  
.ofsTeD{
	/*! width: 154px; */
	margin: 0 30px 0 0;
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ofsTeD img{
	width: auto;
	filter: grayscale(10);
}
 
.caltoaction {
	background: #1d08df;
	padding: 20px 0;
}
.caltoaction h3{
	text-transform: uppercase;
	font-size: 30px;
	margin: 0; 
	color:#fff;
}
.sociallinks a{
	color: #fff;
	display: block;
	margin: 0 10px 0 0; 
	opacity: 1;
}
.sociallinks a i{
	color: #fff; 
	font-size: 26px;
}
footer .btn {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px; 
	border: 1px solid #50b0ee;
	border-radius: 0;
	margin: 15px 0 0 0;
	background: #50b0ee;
}
.flogo { 
	margin: 0 0 45px 0;
	border-bottom:1px solid #f4f6f717;
	padding-bottom: 30px;
} 
.flogo img { 
	width: 367px;  
}

.contacts .contacts-item .icon { width: 70px; height: 70px;/*! float: left; */ margin:0 10px 0 0;}
.contacts .contacts-item .content { margin-left: 0; overflow: hidden; padding-top:10px;color: #fff;text-align: left;}
.contacts .contacts-item .content .title {font-size:23px;font-weight: 600;color: #000;text-transform: capitalize;}
.footer .contacts a {color: #fff;}   
.footer a { -webkit-transition: all .3s ease; transition: all .3s ease;} 
.contacts .contacts-item .content .sub-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #000;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.5px;
	opacity: 0.8;
}ul.social-network {
	list-style: none;
	display: block;
	margin-left: 0 !important;
	padding: 0;
	margin: 25px 0 0 0 !important;
}ul.social-network li {display:inline;margin: 0 2px;}  
 
.social-circle li a {display:inline-block;position:relative;margin:0 auto ;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:0;text-align:center;width:45px;/*! height:60px; */font-size:30px; line-height: 57px;/*! border: 2px solid #A2A2A2; */color: #C4C4C4;opacity: 0.8;}
.social-circle li a:hover i{-moz-transform: rotate(360deg);	-webkit-transform: rotate(360deg);-ms--transform: rotate(360deg);	transform: rotate(360deg);-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
 
  
  

 
.contacts-item {
	display: flex;
	text-align: left;
}
.mailcall {
	padding: 0 20px;
}
.mailcall a {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 6px 0;
	display: block;
	color: #fff;  
	white-space: nowrap;
	letter-spacing: 0.3px;
	font-family: "Fira Sans", Arial, sans-serif;
}
.adress h6 {
	font-size: 19px;
	margin: 0 63px 0 0;
	line-height: 31px;
	color: #fff;
	font-family: "Fira Sans", Arial, sans-serif;
	font-weight: 300;
} 

.flink  {
	text-align: right;
} 
.flink a {
	color: #ddd;
	font-weight: 400;
	font-size: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline-block;
	font-family: "Fira Sans", Arial, sans-serif;
}

.designby {
	display: block !important;
	color: #959595 !important;
	font-size: 14px !important;
}

.mailF{
	font-family: "Auxilia", Arial, sans-serif;
	color: var(--main) !important; 
}

.inner_banner {
	position: relative;
	padding: 63px 0; 
	z-index: 1;
	background: #02a345 url(../images/innerbanner_bg.jpg);  
	display: flex;
	align-items: center;  
} 

.inner_banner img{
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;   
	height: 100%;
	object-fit: cover; 
	z-index: -1;
	opacity: 0.5;
	object-position: center;
	display: none;
}
.Inner_Banner_conTent {
	position: relative;  
	color: #fff;
	text-align: center;
} 

.Inner_Banner_conTent h1 {
	font-size: 44px;
	font-weight: 600;  
	color: #fff; 
	/*! font-family: "Auxilia", Arial, sans-serif; */
	display: inline-block;
	padding: 0px 16px;
	display: inline;
	text-transform: capitalize;
}


.Inner_Banner_conTent p {
	font-family: "Auxilia", Arial, sans-serif;
	margin: 24px 0 0 0;
}


.main {
	padding: 50px 0;
}
.centertxth5 {
	font-size: 25px;
	line-height: 43px;
	font-weight: 600;  
}
.main h3 {
	font-size: 35px;
	font-weight: bold;  
	margin-bottom: 20px; 
}


.main ul{
	padding: 0;
	margin: 0;
}
.main ul li {
	list-style: none;
	font-size: 20px;  
	margin: 0 0 22px 0;
	padding-left: 28px;
	position: relative;
	color: var(--secondary);
	font-family: "Auxilia", Arial, sans-serif;
	flex: 0 0 32%;
}
 



.main ul li::before{
	position: absolute;
	left: 0; 
	top: 17px;
	width: 10px; 
	height: 10px;
	background: #39aa00; 
	content: '';
	/*! transform: translateY(-50%); */

}
.lr_imgTxt {
	padding: 30px 0;
	border-top: 1px solid #ddd;
	/*! margin: 40px 0; */
	margin-bottom: 0;
}

.quoteDV {
	padding: 30px;
	margin: 30px 0;
	position: relative;
	padding-left: 61px;
}
.quoteDV h4 {
	font-size: 38px;
	font-style: italic;
	font-weight: bold;
	color: var(--main);
}
.quoteDV i {
	font-size: 100px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main);
	opacity: 0.1;
}





/* contact-us */

.cotnact_Item {
	display: flex;
	margin: 0 0 20px 0;
	padding: 30px; 
	background: #fff;
	border-bottom: 2px solid #02a345;  
}
.cotnact_Item .icon{ 
	margin: 0 27px 0 0; 
	width: 44px; 
	flex: 0 0 auto;
	opacity: 0.8;
} 
.cotnact_Item .content h4 { 
	font-size: 16px; 
	color: #000; 
	margin: 0 0 9px 0;
	/*! font-weight: bold; */  
	/*! font-family: "Auxilia", Arial, sans-serif; */
	/*! letter-spacing: -1px; */ 
	text-transform: capitalize; 
	/*! letter-spacing: 1px; */
} 
.cotnact_Item .content a {
	color: var(--secondary);
	font-size: 27px;
	font-weight: 500;
	font-family: "Auxilia", Arial, sans-serif;
}
.cotnact_Item .content a:hover {
	text-decoration: underline;
	color: #f10790;
} 
.cotnact_Item p{
	margin: 0;
}
.contactmainn .row .col-lg-4:nth-child(1) .cotnact_Item{
	border-color: #02a345;
}
.contactmainn .row .col-lg-4:nth-child(2) .cotnact_Item{
	border-color: red;
}
.contactmainn .row .col-lg-4:nth-child(2) .cotnact_Item{
	border-color: #02a345;
}
.contactmainn h2{
text-transform: capitalize;
}

.address_main h2 { 
	/*! color: #233d63; */ 
	margin: 0;
    position: relative;  
	font-weight: 500; 
    margin-bottom: 10px;
	font-size: 40px;
} 
 
.modal-title {
	font-size: 28px;
	font-weight: bold;
	color: #0c65f5;
}

.contact-form-wrap {
    padding: 40px;
    /*! background: #fff; */ 
    border-radius: 0;
} 
 
.contact-form-wrap h2 {
    font-weight: 600;
}

.contact-form-wrap textarea {
    min-height: 120px;
}

.contact-form-wrap label{
   font-size: 14px;
    font-weight: 400;
    margin: 0 0 2px 6px;
   color: #77879e; 
} 

.contact-form-wrap h2 {
    font-size: 30px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 0; 
}

.contact-form-wrap p { 
    font-weight: 400;
    color: #546274;

    margin: 0 auto;
}

.contact-form-wrap {
    margin-top: 0;
}
 
.contact-form-wrap .form-group {
    margin-bottom: 10px;
    position: relative;
} 
   
 .contact-form-wrap .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: none; 
    outline: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
    padding: 0 20px;
    color: #546274;
    background-color: #fff; 
    font-weight: 600;
    color: var(--secondary);
    /*! box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 3px, rgba(142, 138, 138, 0.23) 0px 1px 2px; */
    border: 1px solid #ddd;
    font-size: 18px;
}
 
.contact-form-wrap .form-group .form-control::placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
    padding-top: 14px; 
}

.contact-form-wrap .btn {
    height: 60px;
    padding: 0;
    border-radius: 0;
    background: var(--main);
    color: #fff; 
    font-weight: 600;   
    outline: none;  
    box-shadow: none;  
    padding: 0 33px;
    display: block;
    /*! width: 100%; */ 
    /*! margin: 0 auto; */
    margin-top: 28px;
    /*! box-shadow: rgba(38, 173, 228, 0.13) 0px 6px 12px -2px, rgba(38, 173, 228, 0.18) 0px 3px 7px -3px; */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    text-align: center;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.contact-info:last-child {
    border-right: 0;
}

.contact-info .icon {
    margin-bottom: 20px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact-info h4 {
    font-size: 21px;
    font-weight: 700;
    color: #1c2437;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 19px;
    font-weight: 400;
    color: #546274;
    text-align: center !important;
}

.contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-info ul li {
    font-size: 19px;
    font-weight: 400;
    color: #546274;
}

.address_main {
    padding: 50px;
}

.main .service_item {
	padding: 25px;
	background: #fff;
	border-radius: 13px;
	margin: 15px 0;
  border:none; 
	min-height: 350px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.main .service_item span {
	display: inline-block;
	padding: 0 20px;
	border-radius: 60px;
	border: 2px solid var(--main);
	color: var(--main);
	height: 48px;
	line-height: 41px;
	width: 170px;
	background: transparent;
	text-align: center;
}
.main .service_item span i {
	  font-size: initial; 
	  margin: 0 ; 
}
/* contact-us */

.testimonial_item {
	padding: 30px;
	background: #fff;
	margin-bottom: 25px;
}

  
 

.testimonial_item h5 {
	border-left: 5px solid var(--main);
	padding: 0 0 0 14px;
	font-weight: 500;
	margin: 0 0 18px 0;
	color: var(--secondary);
	font-size: 25px;
}

.imgBGtPg{
	position: relative;
}
.bgimgtpgabs{
	position: absolute;
	width: 301px; 
	z-index: 0;
	left: 0;
}


.testimonial_item .quoteDV {
	padding: 30px;
	margin: 1px 0;
	position: relative;
	padding-left: 61px;
	border-bottom: 2px solid #ddd;
}
.testimonial_item .quoteDV h4 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: var(--main);
	line-height: 46px;
	text-transform: lowercase;
}


.job_result_item {
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px;
	color: #0f151a;
	border-radius: 8px;
	overflow: hidden; 
	transition: max-height .5s;
	-webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
	box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
}

.job_result_item {
	margin-bottom: 25px;
	-webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
} 
.job_result_item:hover {
	-webkit-box-shadow: rgba(11, 43, 158, 0.35) 0px 10px 20px;
	box-shadow: rgba(11, 43, 158, 0.35) 0px 10px 20px;
}
.header_job h3 {
	margin: 6px 0 8px;
	font-weight: 600 !important;
	color: var(--black);
	font-size: 30px; 
	letter-spacing: 0;
	color: var(--secondary);
	transition: 0.3s;
	display: block;
	line-height: normal;
}

 .metadata {
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
}
 .metadata ul { 
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
  .metadata ul li {
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 20px 7px 0;
     font-weight: 400;
color: var(--black);
font-size: 0.975rem;  
	padding: 0;
	font-family: "Auxilia", Arial, sans-serif;
}     
  .metadata ul li:before{
		display: none
}  

.metadata ul li i {
	width: 35px;
	height: 35px;
	line-height: 34px;
	/* border: 1px solid var(--main); */
	border-radius: 11px;
	text-align: center;
	color: var(--main);
	font-size: 18px;
	background: #0ba2a21c;
	margin: 0px 10px 0 0;
	display: inline-block;
}


.btn.btn-primary {
	font-family: Roboto Condensed;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 0;
	height: 50px;
	margin: 0 11px 0 0;
	background: var(--main);
	border-color: var(--main);
	line-height: 50px;
	padding: 0 36px;
}

.btn.btn-primary.grays {
	background: #e5e5e5;
	color: var(--secondary);
	border: #e5e5e5;
}

.job_result_item p { 
	margin: 9px 0 31px 0;
}
.job_result_item ul li {
	list-style: none;
	font-size: 16px;
	margin: 12px 0;
	padding-left: 24px;
	position: relative;
	color: var(--secondary);
	font-family: "Auxilia", Arial, sans-serif;
}


.job_result_item  ul li::before {
	position: absolute;
	left: 4px;
	top: 28%;
	width: 6px;
	height: 6px;
	background: var(--main);
	content: '';
	transform: translateY(-50%);
}

.gallery_img{
	column-count: 3;
}

.gallery_item a {
	display: block;
	height: 340px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.gallery_item a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_item{
	column-count: 2;
	gap: 30px;
}
.video_item iframe{
	margin-bottom: 30px;
}
.block_item {
	padding: 43px;
	margin-bottom: 25px;
	background: #f2f2f2;
	text-align: left;
}

.block_item  h3 {
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 20px;
}


.block_item  .btn.btn-primary {
	font-family: Roboto Condensed;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 0;
	height: 40px;
	margin: 0 11px 0 0;
	background: var(--main);
	border-color: var(--main);
	line-height: 39px;
	padding: 0 15px;
}
.lrimg_dv { 
	padding: 30px 0;
}
.lrimg_dv img {
	height: 470px;
	object-fit: cover;
	width: 100%;
} 
.education_main {  
	padding: 80px 0;
	/*! background: #f6f6f6; */
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat; 
	position: relative;
	z-index: 1;
} 
 
.education_main:after {  
	position: absolute;
	/*! content: ''; */
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top,#F6F6F6,transparent);
	z-index: -1;
}

.whoitem {
	text-align: center;
	padding: 30px;
}

.whoitem img {
	width: 100px;
	margin: 0 0 23px 0;
}

.chariry_main {
	position: relative;
	padding: 80px 0; 
	background: rgb(80, 9, 176);
	background-size: cover; 
	background-repeat: no-repeat;  
	background-attachment: fixed;
}
.chariry_main p {
	/*! text-shadow: 1px 1px 1px #fff; */
}
.chariry_main h2{
	font-size: 46px;
	color: #fff;
}
 .chariry_main p{ 
	color: #fff;
}
 .chariry_main .btnabout { 
	color: #fff;
	border: 2px solid #fff; 
	-webkit-box-shadow: -5px 5px 0 #ffffff70; 

 }



.service_item {
	/* min-height: 400px; */
	position: relative;
	transition: 0.3s;
	/*! overflow: hidden; */
	border-radius: 0;
	/* border: 1px solid #fff; */
	background: #f5faf5;;  
	text-align: center; 
}
.service_item::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	/*! background: radial-gradient(at top right, #E33C3400 40%, #000 62%); */
	width: 100%;
	height: 100%; 
	z-index: 2;
	opacity: 0.6;
}
.service_item img {
	position: relative;
	width: 200px;
	height: 200px;
	object-fit: cover;
	z-index: 1;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	display: inline-block;
	margin-top: -70px;border: 8px solid #fff;
}

.service_item .description {
	position: relative;
	bottom: 0;
	z-index: 9;
	padding: 33px 20px;
	width: 100%;
	transition: 0.3s;
	/* background: #ddd; */
}
.block_serv {
	background: #fff;
}
.service_item .description h3 {
	color: #02a345;
	font-weight: 900; 
	text-transform: capitalize;
	/* letter-spacing: 1px; */
	/* font-family: "Auxilia", Arial, sans-serif; */
	font-size: 30px;
	transition: 0.3s;
}
.service_item .description p {
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000; 
	/*! display: none; */
	transition: 0.3s;
	font-size: 17px;
	line-height: 28px;
}

.service_item .description a {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	transition: 0.3s;
	padding: 4px 0;
	padding: 0px 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.block_serv .row .col-lg-4.col-md-4:nth-child(1) .service_item {
	border-bottom: 5px solid #02a345;
}

.block_serv .row .col-lg-4.col-md-4:nth-child(2) .service_item {
	border-bottom: 5px solid #74b056;
}

.block_serv .row .col-lg-4.col-md-4:nth-child(3) .service_item {
	border-bottom: 5px solid #9ec988;
}

.block_serv .row .col-lg-4.col-md-4:nth-child(4) .service_item {
	border-bottom: 5px solid #88c539;
}
.block_serv .row .col-lg-4.col-md-4:nth-child(5) .service_item {
	border-bottom: 5px solid #9d1791;
}
.block_serv .row .col-lg-4.col-md-4:nth-child(6) .service_item {
	border-bottom: 5px solid #e90693;
}





.service_item:hover h3{ 
	transition: 0.3s;
}
.service_item:hover .description a { 
	transition: 0.3s;
	background:#02a345;	
	color: #fff;
}

.service_item:hover img {
	transform: scale(1.1);
	transition: 0.3s;
}

 

.chariry_main hr { 
	border-width: 2px; 
	border-color: #000;
}


.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 24px!important;
    color: #000;
    padding-left: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #2d353c;
    left: 4.87%; 
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 10px 0;
    list-style: none!important;
}

.timeline>p {
    color: #555;
}

.timeline>li::before {
    content: ''!important;
    display: none;
} 

.timeline .timeline-time {
    position: absolute;
    left: 36px;
    width: auto;
    text-align: center;
    top: 25px; 
    z-index: 99;
}

.pic {
    width: 43px;
    height: 43px;
    border-radius: 0;  
    border: 3px solid rgba(255, 255, 255, 0.3);
    display: block;
    overflow: hidden;
    /*! box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
    margin: 0 auto;
    background: #1300C117; 
    line-height: 37px;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 24px;
    color: #1300c1;
}

.timeline .timeline-icon {
    left: 38px; 
    position: absolute;
    width: 10%;
    text-align: center;
    top: 23px;
    z-index: 9;
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: var(--main);
    line-height: 10px;
    color: #fff; 
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear;
    display: none;
}

.timeline .timeline-body {
    margin-left: 16px;
    background: #fff;
    position: relative; 
    padding: 20px 25px; 
    border-radius: 0;
    /*! box-shadow: 0 90px 70px 0 rgba(0,0,0,0.04),0 40px 35px 0 rgba(0,0,0,0.03),0 25px 15px 0 rgba(0,0,0,0.03),0 11px 7px 0 rgba(0,0,0,0.03),0 2px 5px 0 rgba(0,0,0,0.03); */
    min-height: 400px;
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.timeline-header {
    padding-bottom: 0;
    color: #111;
}

.timeline h2 {
    font-size: 21px;  
    font-weight: 600;
    /*! font-family: "Fira Sans", Arial, sans-serif; */
    margin: 0;
    padding: 0 0 12px 49px;
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username, .timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}
 
.timeline-content li {
    color: #555!important; 
}

.timeline-content p {
    color: #555;
    font-size: 17px;
    line-height: 30px;
}

.timeline-content:after, .timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.font-28 {
    font-size: 26px!important;
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: transparent;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus, .timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.ovelalltxt h5 {
	font-size: 24px;
	line-height: 40px;
	color: #000;
	text-transform: capitalize;
	/*! font-family: "Auxilia", Arial, sans-serif; */
	font-weight: 600; 
}
blockquote {
	font-family: "Auxilia","Noto Sans","Noto Sans Arabic","Arial",sans-serif;
	font-size: 26px;
	line-height: 1.6em;
	font-weight: normal;  
	line-height: 1.6em;  
	margin-bottom: 20px;  
	border-left: solid 6px #ACACAC;
	margin: 60px 0; 
	padding: 20px 0 21px 32px; 
	background: #fff;
	color: #003a8a;
	position: relative;
}

blockquote::after{ 
	content:'\F6B0';
	position: absolute;
		font-family: bootstrap-icons !important;
	left: -28px;
	top: -14px; 
	z-index: 9; 
	font-size: 48px;
	background: #fff;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	color: #e80694;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.lead {
	font-size: 22px;
	font-weight: 400; 
	color: #424242;
}

b, strong {
	font-weight: 600;
	color: #000;
}


.fundrise {
	margin-bottom: 40px;
	padding: 40px;
	background: url(../images/charitybg.png);
	background-position: right bottom;
}




.testimonial_item .team_item .image {
	height: 340px;
	overflow: hidden;
	width: 340px; 
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	/*! box-shadow: 0 0 0 10px var(--main); */
}


.timeline li:nth-child(1) .timeline-body {
	border-bottom: 5px solid var(--orange);
}

.timeline li:nth-child(2) .timeline-body {
	border-bottom: 5px solid var(--main);
}

.timeline li:nth-child(3) .timeline-body {
	border-bottom: 5px solid #1300c1 ;
}
.timeline li:nth-child(4) .timeline-body {
	border-bottom: 5px solid rgb(80, 9, 176);
}

.timeline li:nth-child(5) .timeline-body {
	border-bottom: 5px solid #ee4733;
}

.timeline li:nth-child(6) .timeline-body {
	border-bottom: 5px solid var(--orange);
}
footer .btn:hover{
	color: #000; 
	border: 1px solid #fff; 
	background: #fff;
}
.caltoaction .btnabout { 
	color: #fff;
	border: 2px solid #fff; 
	font-size: 16px;
	-webkit-box-shadow: -5px 5px 0 #5947ff; 
}

.missionvision {
	padding: 75px 0;
	background: #fff;
	margin-top: 71px;
}


.headingfrm h5{ 
	text-transform: capitalize;
	font-size: 20px;
	color: #000;
}

.menu-main-menu-container{margin:0 auto;}


.galry_MAn_iTm {
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3
}
.galry_MAn_iTm .item {
  overflow:hidden!important;
  position:relative!important;
  margin:0 0 14px;  
  background:#fff;
  box-shadow:0 2px 9px rgba(0,0,0,.29);
  border-radius:12px;
  display:inline-block
}
.galry_MAn_iTm .item img {
  max-width:100%
}






 
/* blog */
.blog_main {
  padding: 3.313rem 0;
  background: var(--white) ;
}
 
.blog_main .post-card {
  margin: 1.875rem 1.25rem;
}



/* ------------------------------
		 Post-card
------------------------------ */
.post-card {
  background-color: #ffffff !important;
  padding: 0;
  border-radius: 0; 
  display: block; 
  position: relative; 
  -webkit-box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1);
  box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*! margin: 0 11px; */
  margin-bottom: 2.5rem;
} 

.post-card-image {
  /*! margin-top: -3.75rem; */
  margin-bottom: 0;
  position: relative;
  border-radius: 0; 
  overflow: hidden;
  position: relative; 
  min-height: 230px;
  max-height: 230px;
  overflow: hidden;
  background: #453982;
  background-repeat: no-repeat;
  background-position: center;
}

.post-card-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; 
  margin: auto;
  /*! transform: scale(2); */
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.post-card:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-card-content .categorie {
  margin-bottom: 0.8125rem;
  margin: 0;
}

.post-card-content h5 {
  margin: 1.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  margin-top: 0; color:#02a345;
font-family: "Auxilia", Arial, sans-serif;
 
  font-size: 20px; 
}

.post-card-content h5 a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #02a345;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0; 
}

.post-card-content h5:hover {
  opacity:0.8;
  text-decoration: underline;
}

.post-card-content p {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*! display: none; */
  font-size: 16px;font-family: "Auxilia", Arial, sans-serif;
  line-height: normal;color:#333;
}

.post-card-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.post-card-info ul li:before {
  display: none;
}

.post-card-info ul li {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 400; 
  color: #606060;
} 

.post-card-info ul li a {
  color: var(--heading_color);
  font-weight: 400;
}


.post-card-info img {
  width: 3rem !important;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #ddd;
}

.post-card-info li {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #86939f;
  text-transform: capitalize;
  font-weight: 500;
}

.post-card-content {
  padding: 1.5625rem;
}

.post-card-info li a:hover {
  color: var(--main);
}

.dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--secondry);
  border-radius: 50%;
  display: block;
  margin: 2px 6px !important;
}

.post-card-info li.dot {
  margin: 2px 0.5rem !important;
}

/* ------------------------------
 */

/* blog-details */
.inner_blog_detailsBanner {
  background: #fafcfd; 
  padding: 3.125rem 0;
  padding-bottom: 13.125rem;
  background-size: cover;
  background-position: center;
}

.image_blogdetails {
  margin-top: -12.5rem;
}
.blog_inbnr{
  font-size: calc(12px + 4 * (100vw - 380px) / 870);
  font-weight: 500;
  line-height: 34px;
}
.blog_inbnr h1 {
  font-weight: 600;
  letter-spacing: -1px;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 0.75rem 0 0;
  margin: 0.625rem 0 0 0;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0 !important;
}

.author-list-item:before {
  display: none;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s;
}

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: #e4eaed;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
  margin: 0 !important;
}

.article-byline-meta {
  color: #738a94;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta h4 {
  margin: 0;
  font-size: 0.875rem;
}
.article-byline-meta h4 a{
  color: #000;
}
.stgln {
  font-size: 1.25rem;
  color: #888;
  font-family: georgia;
  font-style: italic;
}

.byline-meta-content {
  font-size: 0.875rem;
  font-weight: 400;
}

.blog_inbnr img {
  border-radius: 0.625rem;
  margin: 1.25rem 0;
} 

.post-share-section {
  width: 100%;
  padding-top: 1.875rem;
}

.post-share-section>small {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.2vh;
  letter-spacing: 0.2px;
}

.post-share-wrap {
  position: relative;
  display: inline-flex;
  /*! width: 100%; */
}

.post-share-wrap a:first-of-type {
  border-radius: calc(0.625rem/1.5) 0 0 calc(0.625rem/1.5);
}

.post-share-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px; 
  height: 63px;
  transition: background-color .15s ease;
  background-color: #e7f4f8;
  color: #035386;
  font-size: 1.375rem;
  border-right: 1px solid #ddedf5;
  transition: 0.2s;
}

.post-share-wrap a:hover {
  background-color: #c3d7e8;
  transition: 0.2s;
}

.post-share-wrap a:last-of-type {
  border-radius: 0 calc(0.625rem/1.5) calc(0.625rem/1.5) 0;
  border: none;
}

/* blog-details */
@media only screen and (min-width: 320px) and (max-width: 809px) {
  .post-card-content {
    padding: 15px;
  }
	@media only screen and (min-width: 320px) and (max-width: 809px) {
  .blog_inbnr {
    font-size: 15px;
    line-height: 28px;
  
}
		

}