.deafault_title {
	font-size: 20px !important;
	margin: 0px auto 20px auto !important;
}
.deafault_title:after {
	width: 80px !important;
}
.addl_wrapper{
	padding:80px 0;
}
.padd_80 {
    padding: 80px 0;
}

.addl_hd {
	font-size:26px;
	margin: 0 0 15px;
	line-height:130%;
	font-family:var(--pop);
	color:var(--main-color);
}
.bg_clr{
	background-color:#f5f5f5;
}
.addl_wrapper img{
	width: 100%;
}
.sub_hd {
    font-weight: 600;
    font-size: 32px;
    color: var(--secondary-color);
    line-height: 130%;
    margin: 0px 0px 10px;
}
.sub_hd span{
	color: var(--main-color);
}
.sub_hd2{
	font-weight: 600;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 130%;
    margin: 20px 0 10px;
}
.addl_wrapper p{
	font-size:16px;
	line-height: 160%;
	margin-bottom:20px;
	color:var(--font-color);
}
.about_item{
	position:relative;
	padding: 30px;
}
.about_item::before{
	content:"";
	position:absolute;
	left:0;
	top: 0px;
	width:40%;
	height:100%;
	background-color: rgb(132 101 236 / 50%);
	background-blend-mode:multiply;
	z-index:-1;
}
.about_img{
	background-size:cover;
	background-position:center;
}
.list_item{
	margin:0 0 30px;
}
.list_item li{
	font-size:16px;
	line-height:150%;
	margin-bottom:10px;
	padding-left:20px;
	position:relative;
}
.list_item li::before{
	content: "\e004";
	font-family: "gnb-font" !important;
	position:absolute;
	font-size:14px;
	left:0;
	color:var(--main-color);
}
.box_cont{
	padding:20px;
	background-color:var(--secondary-color);
	color:#fff !important;
}
.links{
	font-size:16px;
	color:var(--main-color);
	font-weight:600;
    word-break: break-all;
}
.links:hover{
	color:var(--secondary-color);
}
.two_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.meet_team_grid{
	display: grid;
    grid-template-columns: repeat(2,1fr);
}
.meet_team_item{
	padding:50px;
}
.meet_team_item h2{
	font-size:26px;
	font-weight:600;
	margin: 0px 0px 15px;
}
.meet_team_item span{
	font-size:17px;
	display:inline-block;
	margin-bottom:10px;
}
.meet_team_img{
	min-height:500px;
	background-size:cover;
	background-position:center;
}
.meet_team_grid:nth-child(even) .meet_team_item{
	background-color:var(--main-color);
	color:#fff;
}
.meet_team_grid:nth-child(even) .meet_team_item .social_list i{
	color:#fff;
}
.meet_team_grid:nth-child(even) .meet_team_item .social_list a,
.meet_team_grid:nth-child(even) .meet_team_item .social_list a:hover{
	color:#fff;
}
.meet_team_grid:nth-child(even) .meet_team_img{
	order:1;
}
.position{
	font-weight:600;
}
.meet_team_item{
	background-blend-mode:multiply;
}
.social_list{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap: 10px;
}
.social_list a{
	color:#000;
	display:flex;
	align-items:center;
}
.social_list a:not(:last-child){
	margin-right:10px;
}
.social_list a:hover{
	color:var(--main-color);
}
.social_list i{
	color:var(--main-color);
	margin-right:5px;
}
.btn_grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:20px;
	margin-top:30px;
	margin-bottom:30px;
}
.btn_box{
	padding:60px 40px;
	background-color:#f9f9f9;
	text-align:center;
	border-radius:var(--bdr10);
	position: relative;
}
.btn_box_inner{
	position: relative;
}
.btn_box .btn_box_inner a {
	padding: 0;
	background-color: unset !important;
	color: var(--main-color);
	width: 100%;
	max-width: 80%;
	font-size: 16px;
	text-decoration: underline;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn_box .btn_box_inner a:hover{
	color: #a9a9a9;
}
.btn_box .icon{
	position: absolute;
    font-size: 160px;
    transform: translate(50%, 50%);
    bottom: 50%;
    right: 50%;
    line-height: 80%;
    z-index: 0;
}
.gnbicon-whatsapp-line{
	color: #4caf5026;
}
.gnbicon-facebook-line{
	color: #3b59982b;
}
.btn_box h3{
	font-size:25px;
	color:#000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin:0 0 20px;
	text-transform:uppercase;
	font-family:var(--pop);
}
.btn_box a{
	padding: 12px 24px;
	display:inline-block;
	font-size:15px;
	color:#fff;
	max-width:220px;
	width:100%;
	margin:0 auto;
	font-weight:600;
	border-radius:var(--bdr5);
}
.inner_btn{
	padding: 12px 24px;
	display:inline-block;
	font-size:15px;
	color:#fff;
	margin:0 auto;
	font-weight:600;
	border-radius:var(--bdr5);
	background-color:var(--main-color);
}
.inner_btn:hover{
	background-color:var(--secondary-color);
}
.btn_box:last-child a,
.btn_box a:hover{
	background-color:var(--main-color);
}
.btn_box:last-child a:hover,
.btn_box a{
	background-color:var(--secondary-color);
}


.main_footer {
	margin-top: 180px;
}


::placeholder {
  color: #7b7b7b;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #ddd;
}
@media(max-width:1300px){
	.boxmodel p {
	    font-size: 20px;
	}
}
@media(max-width:1200px){
	
	.btn_box h3{
		font-size:22px;
	}
	.two_grid {
	    grid-gap: 30px;
	}
}
@media(max-width:1100px){
	 
	
}
@media(max-width:992px){
	.btn_box {
	    padding: 60px 30px;
	}
	.btn_box .btn_box_inner a {
	    max-width: 100%;
	}
	.meet_team_grid{
	    grid-template-columns:auto;
	    max-width:80%;
	    margin:0 auto 40px;
	}
	.meet_team_grid:nth-child(even) .meet_team_img{
		order:0;
	}
	.addl_wrapper table {
	    width: 70%;
	}
	.two_grid {
	    grid-template-columns: 1fr;
	}
	
	.two_grid {
	    grid-gap: 10px;
	}
	
	.addl_wrapper {
	    padding: 70px 0;
	}
	.about_img{
		min-height:500px;
	}
	.about_item{
		order:1;
	}
	
	.meet_team_item h2 {
		font-size: 24px;
	}

}
@media(max-width:768px){
	.btn_grid{
		grid-template-columns: auto;
	}
	.padd_80 {
	    padding: 40px 0;
	}
	
	.sub_hd {
	    font-size: 26px;
	}
	.btn_box {
	    padding: 60px 20px;
	}
	.addl_wrapper table {
	    width: 80%;
	}
	.service_person img{
		max-height:450px;
		object-position:center;
	}
	.meet_team_grid {
	    max-width: 100%;
	}
	.meet_team_item {
	    padding: 30px;
	}

	.meet_team_item span {
	    font-size: 18px;
	}
	.deafault_title {
		font-size: 20px !important;
	}
	
	.about_item {
		padding: 20px;
	}
	.addl_wrapper p, .links{
	    font-size: 15px;
	}
	  .list_item li {
  	font-size: 15px;
  }
	
}

@media (max-width: 680px){
	.services_offer_grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.services_offer_div:last-child{
		grid-column: span 1;
		width: 100%;
	}
	.inner_page_form {
	    padding: 30px 20px 10px;
	}
	.cert_link_img_main{
		flex-direction: column;
	}
	.cert_link_img_main .cert_link_img img {
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
}
@media (max-width: 576px){
	
	.meet_team_item {
	    padding: 20px;
	}
	.meet_team_img {
	    min-height: 400px;
	}
	.page_para {
	    font-size: 16px;
	}
	.service_person img{
		padding: 0;
		outline: 0;
	}
	.btn_box {
	    padding: 50px 20px;
	}
	.boxmodel p {
	    font-size: 18px;
	}
	.add_page_list li {
	    font-size: 15px;
	}
	.add_page_list li{
		padding-left: 30px;
	}
	.add_page_list li:before{
		left: 8px;
	}
	.addl_wrapper table {
	    width: 90%;
	}
	.addl_wrapper td, .addl_wrapper th {
	    font-size: 15px;
	}
	.inner_page_form input, .inner_page_form select{
	    font-size: 15px;
	}
	.addl_hd {
	    font-size: 22px;
	}
	
}
@media (max-width: 480px){
	
	.btn_box h3{
		font-size: 20px;
	}
	.addl_hd {
	    font-size: 22px;
	}
	.addl_wrapper table {
	    width: 95%;
	}
	.services_offer_div {
	    padding: 30px 15px; 
	}

	.cert_link_img img {
        max-width: 180px;
	    width: 100%;
	    height: auto;
	}
}
@media (max-width: 360px){
	.inner_page_form {
	    padding: 30px 15px 5px;
	}
}

.page_title {
	margin: 0px !important;
}

.sub_para {
	font-size: 15px;
	max-width: 990px;
	margin: 0 auto;
}