.addl_wrapper{
	padding:80px 0;
}
.padd_btm{
	padding-bottom:180px !important;
}
.addl_hd {
	font-size:26px;
	margin: 0 0 15px;
	line-height:130%;
	font-family:var(--pop);
	color:var(--main-color);
}
.mt_30{
	margin-top:30px;
}
.mt_50{
	margin-top:50px;
}
.bg_clr{
	background-color:#f5f5f5;
}
.addl_wrapper img{
	width: 100%;
}
.sub_hd {
    font-weight: 600;
    font-size: 36px;
    color: var(--secondary-color);
    line-height: 150%;
    margin: 30px 0 12px;
}
.sub_hd span{
	color: var(--main-color);
}
.sub_hd1{
	line-height: 130%;
	font-size: 24px;
}
.sub_hd2{
	font-weight: 600;
    font-size: 28px;
    color: var(--secondary-color);
    line-height: 150%;
    margin: 20px 0;
}
.addl_wrapper p{
	font-size:16px;
	line-height: 160%;
	margin-bottom:20px;
	color:var(--font-color);
}
.about_img{
	background-size:cover;
	background-position:center;
}

.list_item{
	margin:0 0 30px;
}
.list_item li{
	font-size:16px;
	line-height:160%;
	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: 30px;
}
.head_box{
	text-align:center;
}
.three_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.full_cont{
	padding:30px 0 0;
}
.guild_item{
	padding:30px;
	background-color: #ecf7f7;
}
.guild_top{
	display:flex;
	align-items:center;
	margin-bottom:15px;
}

.guild_img{
	width:100px;
}
.guild_tile{
	padding-left:20px;
}
.guild_tile h3{
	margin:0;
	font-size:20px;
	font-weight:600;
	line-height:150%;
	color:var(--secondary-color);
}
.guild_img img{
	max-width:100px;
}
.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);
}

.explore_video{
	margin:0 auto;
	max-width:1000px;
}
.office_explore{
	text-align:center;
}


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

::-ms-input-placeholder { /* Edge 12-18 */
  color: #ddd;
}


/*Meet the Team*/
.team_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.team_item{
	width:calc(50% - 20px);
	margin:10px;
	padding:20px;
	background-color: #e8f7f7;
}
.team_item h2{
	font-size:26px;
	font-weight:600;
	color: var(--main-color);
	margin-top: 0;
}
.team_top span{
	font-weight:600;
	display:inline-block;
	font-size:16px;
}
.team_top {
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
.member_icon {
	max-width:120px;
	margin-right:20px;
}
.member_icon img{
	max-width:100px;
}
/*Meet the Team*/

.img_sec{
	grid-gap:20px;
	margin-top:20px;
}
.guild_cntr_img{
	margin:0 auto;
	display:block;
	max-width:500px;
}

/*Table*/
#table_tab {
	border-collapse: collapse;
	font-size: 14px;
}

#table_tab td{
	padding: 8px 20px;
	font-weight: 400;
	width: 45%;
	line-height: 160%;
	border: 1px solid #dbdbdb;
}
#table_tab td:not(:first-child){
	text-align: center;
	width: 18%;
}

#table_tab td:first-child { 
	font-size: 15px;
}

#table_tab td span.red_text{
	font-size: 15px;
	color: #e71b1b;
}
#table_tab td span.green_text{
	font-size: 15px;
	color: #468f0f;
}
#table_tab th{
	padding: 20px;
	font-size: 16px;
	border: 1px solid #dbdbdb;
	background-color: var(--secondary-color);
	color: #fff;
}
#table_tab th:not(:first-child) { 
	text-align: center;
}
.row_title {
    text-align: center;
    background-color: #ddd;
    font-size: 16px;
}
.row_title td{
    font-weight: 600 !important;
}

@media (max-width: 1024px) {
	.table_div {
	    overflow-x: auto;
	}
}
@media(max-width:992px){ 
	.banner_bottom {
		padding: 150px 0px;
	} 
}
@media(max-width:768px){ 
	.ban_links a{
    	font-size: 15px;
    } 
    #table_tab th { 
	    font-size: 15px; 
	}
}

@media (max-width: 680px){
	#table_tab {
	    width: 100%;
	    min-width: 680px;
	}
}
/*Table*/
@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;
	}
	
	.two_grid {
	    grid-template-columns: 1fr;
	}
	
	.two_grid {
	    grid-gap: 10px;
	}
	
	.addl_wrapper {
	    padding: 50px 0;
	}
	.about_img{
		min-height:500px;
	}
	.about_item{
		order:1;
	}
	.team_list{
		max-width: 80%;
    	margin: 0 auto;
	}
	.team_item{
		width: 100%;
	}
	.head_box{
		padding: 0 20px;
	}
}
@media(max-width:768px){
	.btn_grid{
		grid-template-columns: auto;
	}
	
	.sub_hd {
	    font-size: 28px;
	}
	.btn_box {
	    padding: 60px 20px;
	}
	
	.service_person img{
		max-height:450px;
		object-position:center;
	}
	.meet_team_grid {
	    max-width: 100%;
	}
	.meet_team_item {
	    padding: 30px;
	}
	.meet_team_item h2 {
	    font-size: 28px;
	}
	.meet_team_item span {
	    font-size: 18px;
	}
	.top_title{
		width:100%;
	}
}
@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;
	}
	.team_list{
		max-width: 100%;
	}
	.member_icon img {
	    max-width: 80px;
	}
	.team_item h2 {
	    font-size: 22px;
	}
	.team_top span{
		font-size: 15px;
	}
	.sub_hd2{
		font-size: 22px;
	}
	
}
@media (max-width: 576px){
	.addl_wrapper p, .links{
	    font-size: 15px;
	}
	.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;
	}
	.about_img{
		min-height:400px;
	}
	.sub_hd {
	    font-size: 25px;
	}
	.guild_tile h3{
	    font-size: 18px;
	}
	.sub_hd1 {
	    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; 
	}
	.addl_wrapper {
	    padding: 30px 0;
	}
	.cert_link_img img {
        max-width: 180px;
	    width: 100%;
	    height: auto;
	}
	.guild_top{
		flex-direction: column;
	}
	.guild_tile {
	    padding-left: 0;
	}
	.about_img{
		min-height:300px;
	}
}
@media (max-width: 360px){
	.inner_page_form {
		
	    padding: 30px 15px 5px;
	}
	.member_icon{
		margin:0 0 10px;
	}
	.team_top{
		flex-direction: column;
	}
	.team_item{
		text-align:justify;
	}
	.top_title{
		text-align:center;
	}
}