
.inner_page_section{
	padding: 80px 0 50px;
}
.inner_page_section p {
    font-size: 19px;
    line-height: 27.5px;
}
.mb_30{
    margin-bottom: 30px !important;
}
 
.mb_50{
    margin-bottom: 50px;
}
.bg_color{
	background-color: #F4F4F4;
}
.two_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.inner_title_div h2 {
    margin: 0px 0 5px;
    font-weight: 700;
    font-size: 38px;
    color: #a0c516;
}
.theme_color{
    color: #a0c516;
    word-break: break-all;
}
.service_content {
    margin-bottom: 30px;
    padding: 20px 10px;
    text-align: center;
}
.service_content h3{
	font-size: 28px;
	text-transform: uppercase;
}
.service_content h3, .service_content p {
	color: #fff;
	margin: 0 0 5px;
}
.service_content p{
	font-size: 16px;
}
.service_div:hover .service_content{
	background-color: var(--secondary-color);
}
.service_img img {
    width: 100%;
}
.service_content a {
    color: var(--font-color);
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.service_content a:hover {
    color: var(--main-color);
}
.line_separate{
	width: 80%;
    max-width: 1080px;
    margin: auto;
	border-top-width: 1px;
	border-top-color: #c9c9c9;
}
.inner_para_title {
    font-family: 'Open Sans Light';
    font-weight: 500;
    color: #a0c516;
    margin: 0 30px 30px 0;
    font-size: 35px;
}
.inner_content_title span{
	font-family: 'Noto_Sans_SC_medium';
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: block;
}
 
.range_img img {
    width: 100%;
    max-width: 250px;
}
.full_space_img { 

    background-repeat: no-repeat;
    background-size: cover;
}
.width_550{
	width: 100%;
	max-width: 580px;
}
.full_space_padd{
	padding: 10%;
}
 
.inner_content ul {
    padding-left: 60px;
}
.inner_content ul li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    margin: 0 0 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.inner_content ul li:hover {
    margin-left: 15px;
}
.inner_content ul li:before{
	font-family: "gnb-font";
	position: absolute;
	content: "\e009";
	font-size: 16px;
	left: 0;
	top: 0;
	color: #adc537;
}
.title_para {
    font-family: 'Noto_Sans_SC_medium';
    margin-bottom: 30px;
}
.team_section h2 {
    font-size: 34px;
}
.team_section h3 {
    font-size: 22px;
    margin: 0 0 5px;
}
.team_section span {
    color: #cbdd01;
    font-weight: 600;
    display: block;
}
.team_section img{
	width: 100%;
}
.team_section p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-weight: 500;
    font-family: 'Open Sans';
}
.team_section a{
    font-size: 14px;
    color: #cbdd01;
}
.team_section img {
    max-width: 400px; 
    display: block;
}
.odd_div img { 
    margin-right: auto; 
}
.even_div img { 
    margin-left: auto; 
}
.even_div{ 
    flex-direction: row-reverse;
}
.privacy_policy_div h1{
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: 600;
}
.privacy_policy_div h2{
	font-size: 20px;
	font-family: 'Open Sans';
	margin: 0 0 10px;
}
.privacy_policy_div p{
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 1.6;
	color: #666; 
}
.privacy_policy_div p a{
	color: #cbdd01;
}
.privacy_policy_div ul{
	margin: 0 0 0 25px;
	list-style: disc;
}
.privacy_policy_div ul li{
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 1.6;
	margin: 0 0 5px;
	color: #666;
}
@media (max-width: 1400px){
	.inner_content ul {
	    padding-left: 0px;
	}
}
@media (max-width: 1200px){
	.inner_para_title { 
	    font-size: 34px;
	}
}
@media (max-width: 992px){
	.range_div .range_img {
	    text-align: center;
	}
 
	.inner_para_title { 
	    font-size: 32px;
	}
	.two_grid {
	    grid-template-columns: auto;
	}
	.full_space_img { 
	    height: 100%;
	    min-height: 600px;
	}
	.team_section img { 
	    margin: 0 auto 40px;
	}
	.team_section h2 {
	    font-size: 32px;
	}
	.even_div {
	    flex-direction: unset;
	}
}
@media (max-width: 768px){
	.inner_para_title { 
	    font-size: 30px;
	}
}
@media (max-width: 640px){
	.inner_para_title { 
	    font-size: 28px;
	    margin: 0 0px 30px 0;
	}
	.full_space_img {
	    min-height: 500px;
	}
}
@media (max-width: 575px){
 
	.inner_page_section p {
	    font-size: 17px !important;
	}
	.team_section p {
	    font-size: 14px !important; 
	}
	.inner_para_title { 
	    font-size: 26px;
	}
	.full_space_img {  
	    min-height: 420px;
	}
	.team_section h2 {
	    font-size: 30px;
	}
	.team_section h3 {
	    font-size: 20px; 
	}
	.team_section span{
		font-size: 17px;
	}
}
@media (max-width: 425px){
	.service_content h3{
		font-size: 22px;
	}
}

@media (max-width: 380px){
	.service_content { 
	    padding: 25px; 
	}
	.service_content h3{
		font-size: 20px;
	}
}
