.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;
	font-weight: 600;
	margin-bottom:15px;
}
.sub_hd2{
	font-weight: 600;
    font-size: 22px;
    color: var(--secondary-color);
    line-height: 150%;
    margin: 20px 0;
}
.addl_wrapper p{
	font-size:16px;
	line-height: 160%;
	margin-bottom:15px;
	color:var(--font-color);
}
.about_img{
	background-size:cover;
	background-position:center;
}
.img_responsive{
	max-width:100%;
	height:auto;
}
.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;
}


.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);
}


.download_btn{
	padding:12px 24px;
	font-size:14px;
	color:#fff;
	display:inline-block;
	border-radius:5px;
	margin:15px 0 0;
	background-color:var(--secondary-color);
}

.download_btn:hover{
	background-color:var(--main-color);
}

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

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


/*Meet the Team*/
	.team_member {
	    display: block;
	    margin-bottom: 20px;
	    cursor: pointer;
	    transition: all .3s ease-in-out;
	}
	.team_member:hover {
	    background-color: var(--secondary-color);
	}
	
	.team_member:hover .team_content .readmore {
	    color: var(--main-color);
	}
	.team_member:hover .team_content .readmore i {
	    margin-left: 10px;
	}
	.team_listing .row .col-lg-3{
		padding: 0 8px;
	}
	.team_image {
		padding-bottom: 100%; 
		background-size: cover;
	}
	.team_listing {
	    padding: 20px;
	}
	.team_member .team_content {
	    padding: 15px;
        background: #f5f5f5;
	}
	.team_content .name{
		font-size: 20px;
		color: #0f0f0f;
		font-weight: 700;
		transition: all .3s ease-in-out;
	}
	.team_content .title{ 
		font-size: 16px;
	    color: #333;
	    font-weight: 700;
	    transition: all .3s ease-in-out;
	}
	.team_content .readmore {
	    font-size: 14px;
	    color: var(--secondary-color);
	    font-weight: 700;
	    margin-top: 10px;
	    text-align: right;
	    transition: all .3s ease-in-out;
	}
	.team_content .readmore span i{
		font-weight: 700;
		transition: all .3s ease-in-out;
	}
	
	/*-----------------pop_up-------------*/
	.team_modal .modal_dialog .team_pop {
	    background: #fff;
	    padding: 50px;
        min-width: 500px;
	    position: relative;
	}
	 
	.modal.fade .modal_dialog {
	    transform: translateY(-25%);
	    -webkit-transform: translateY(-25%);
	    -moz-transform: translateY(-25%);
	    -ms-transform: translateY(-25%);
	    -o-transform: translateY(-25%);
	    transition: transform .3s ease-out;
	}
	.modal.in .modal_dialog {
	    transform: translate(0);
	    -webkit-transform: translate(0);
	    -moz-transform: translate(0);
	    -ms-transform: translate(0);
	    -o-transform: translate(0);
	}
	.team_modal .modal_dialog {
	    min-height: 100vh;
	    position: relative;
	    margin: 30px auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    max-width: 900px;
	    width: auto;
	    padding: 30px;
	}
	
	.team_modal .modal_dialog .team_pop button.team_close {
	    position: absolute;
	    top: -15px;
	    right: -15px;
	    background: #07d5ed;
	    font-size: 40px;
	    line-height: 50px;
	    width: 50px;
	    color: #fff;
	    transition: all .3s ease-in-out;
	    border: 0;
	    z-index: 9;
	}
	.team_pop_dialog .col-xs-12{
		padding: 0 8px;
	}
	.team_pop_dialog .row{
		margin: 0 -8px;
	}
	.team_modal .modal_dialog .team_pop .name {
	    font-size: 35px;
	    color: var(--main-color);
	    font-weight: 700;
	    transition: all .3s ease-in-out;
	}
	.team_modal .modal_dialog .team_pop .title {
	    color: #999;
	    font-size: 16px;
	    font-weight: 700;
	    transition: all .3s ease-in-out;
	}
	.team_modal .modal_dialog .team_pop ul.meta li {
	    font-weight: 700;
	    list-style-type: none;
	    display: inline-block;
	    padding: 10px 25px 10px 0;
	    color: #ba70c2;
	    font-size: 18px;
	}
	.team_modal .modal_dialog .team_pop ul.meta {
	    padding: 0;
	    margin: 0;
	    margin-bottom: 25px;
	}
	.team_modal .modal_dialog .team_pop ul.meta li i {
	    color: var(--secondary-color);
	    font-size: 18px;
	    vertical-align: middle;
	    margin-right: 10px;
	}
	@media (max-width: 992px){
		 
	}
	@media (max-width: 768px){
		 .team_modal .modal_dialog .team_pop .name {
		    margin-top: 20px;
		    font-size: 26px;
		}
    
	}
	@media (max-width: 425px){
		.team_modal .modal_dialog .team_pop { 
		    padding: 30px; 
		}
		.team_modal .modal_dialog { 
		    padding: 20px;
		}
	}
	@media (max-width: 375px){
		.team_modal .modal_dialog .team_pop { 
		    padding: 20px;
		    width: 270px;
		}
		.team_modal .modal_dialog .team_pop ul.meta li { 
		    word-break: break-all;
		}
		
	}
/*Meet the Team*/





@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){
	
	
	.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;
	}
	
	.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;
	}
	
	.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;
	}
	
	.about_img{
		min-height:300px;
	}
}
@media (max-width: 360px){
	
	.member_icon{
		margin:0 0 10px;
	}
	.team_top{
		flex-direction: column;
	}
	.team_item{
		text-align:justify;
	}
	.top_title{
		text-align:center;
	}
}