/* Designed by Prasanth  */
@font-face{
	src: url('../fonts/CenturyGothic.ttf');
	font-family: CenturyGothic;
}
@font-face{
	src: url('../fonts/CenturyGothic.ttf');
	font-family: CenturyGothic;
}
@font-face{
	src: url('../fonts/CenturyGothic.ttf');
	font-family: CenturyGothic;
}
@font-face{
	src: url('../fonts/CenturyGothic-bold.ttf');
	font-family: CenturyGothic-Bold;
}
#header{
	width: 100%;
	float: left;
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	transition: .3s;
}
#header .container{
	position: relative;
}
.top_header{
	position: absolute;
	right: 0;
	top: -10px;
}
.navbar-nav{
	margin-top: 20px;
}
.top_header ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.top_header li{
	float: left;
	margin-left: 30px;
}
.top_header li a{
	font-family: Roboto-Regular;
	color: #58595B;
	font-size: 15px;
	text-decoration: none;
}
.top_header li i{
	margin-right: 5px;
}
.top_header li .fa-phone{
	transform: rotate(90deg);
	margin-right: 0;
}
#header .navbar{
	width: 100%;
	float: left;
	padding-left: 0;
	padding-right: 0;
}
#header .nav-item{
	margin-left: 10px;
}
#header .nav-link{
	font-family: Roboto-Medium;
	color: #58595B;
	font-size: 15px;
	padding: 5px 20px;
	transition: .3s;
	border-radius: 20px;
}
#header .active .nav-link,#header .nav-link:hover{
	background-color: #2B65AE;
	color: #fff;
	border-radius: 20px;
}
#header .dropdown-item{
	font-family: Roboto-Medium;
	color: #58595B;
	font-size: 15px;
	padding: 10px;
}
#header .dropdown-menu{
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border: none;
	border-radius: 0;
}
#header .dropdown-item:focus{
	background-color: #2B65AE;
	color: #fff;
}
#header.sticky_header{
	position: fixed;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 0;
}

.sticky_header .top_header{
	display: none;
}
.sticky_header .navbar-nav {
    margin-top: 0;
}
#banner{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 130px;
}
.banner_content{
	position: absolute;
	top: 50%;
	left: 22%;
	transform: translateY(-50%);
	max-width: 380px;
}
.banner_content h2{
	font-family: "Century Gothic";
	color: #fff;
	font-size: 2rem;
	line-height: 1.4;
	position: relative;
	margin-bottom: 2rem;
}
.banner_content h2 span{
	color: #ffc94b;
}
.banner_content h2:before{
	position: absolute;
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	left: -40px;
	top: -20px;
	font-size: 25px;
}
.banner_content h2:after{
	position: relative;
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	right: -20px;
	bottom: 10px;
	font-size: 25px;
}
.banner_content .btn{
	background-color: #ffc94b;
	color: #000;
	padding: 5px 20px;
	font-family: "CenturyGothic";
	font-size: 1rem;
	border-radius: 20px;
}

.banner_content_2,.banner_content_3 {
    left: auto;
    right: 15%;
}
.banner_content_3 h2 span{
	color: #2b65ae;
}
.banner_content_3 .btn{
	background-color: #2b65ae;
	color: #fff;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
}

.authorized {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #ffc94b;
    margin: 0;
    padding: 8px;
    font-family: "Century Gothic";
    color: #000;
}
.section_01{
	width: 100%;
	float: left;
	padding: 80px 0 40px;
	background: #fff;
}
.heading{
	font-family: "Century Gothic";
	color: #2B65AE;
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}
.sec1_inner{
	display: flex;
	justify-content: space-between;
}
.sec1_item{
	width: 30%;
	background-color: #cae0f3;
	text-align: center;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.1);
	transition: .3s;
}
.sec1_img{
	padding: 20px 30px
}
.sec1_img img{
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
.sec1_item h4{
	color: #58595B;
	font-family: "Century Gothic";
	font-size: 16px;
	margin-bottom: 5px;
}
.sec1_item p{
	font-family: "Century Gothic";
	color: #58595B;
	font-size: 14px;
	line-height: 25px;
}
.sec1_item a{
	color: #2B65AE;
	font-family: "Century Gothic";
	font-size: 14px;
	display: block;
	border-top: 1px solid #fff;
	padding: 10px 0;
	text-decoration: none;
}

.sec1_item:hover{
	background-color: #2b65ae;
}
.sec1_item:hover p, .sec1_item:hover h4, .sec1_item:hover a{
	color: #fff;
}

.sec1_btn{
	text-align: center;
	padding: 60px 0 20px;
}
.sec1_btn .btn{
	background-color: #afd3ed;
	font-family: "Century Gothic";
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px;
	min-width: 230px;
	margin: 0 20px;
	transition: .3s;
}
.sec1_btn .btn:hover{
	background-color: #2b65ae;
	color: #fff;
}
.sec1_btn .btn:last-child{
	background-color: #2b65ae;
	color: #fff;
}

.section_02{
	width: 100%;
	float: left;
	padding-bottom: 40px;
	background: #fff;
}
.section_02 h2{
	color: #2b65ae;
	font-family: "Century Gothic";
	font-size: 20px;
	margin-bottom: 20px;
}
.section_02 p{
	color: #58595b;
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
.section_02 h4{
	color: #2b65ae;
	font-family: "Century Gothic";
	font-size: 16px;
}

.section_03{
	width: 100%;
	float: left;
	background-image: url('../images/background-icon02.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 60px 0 40px;
}

.sec3_content{
	width: 80%;
	float: left;
}
.sec3_content h2{
	font-family: "Century Gothic";
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.sec3_btn{
	float: right;
	width: 20%;
	margin-top: 20px;
}
.section_03 .btn{
	background-color: #ffc94b;
	padding: 10px 40px;
	border-radius: 20px;
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #ffc94b;
	transition: .3s;
}
.section_03 .btn:hover{
	background-color: transparent;
	color: #fff;
}
.section_04{
	width: 100%;
	float: left;
	padding: 50px 0;
}

.sec4_item{
	width: 90%;
	height: 100%;
	margin: auto;
	background-color: #eff5fc;
	padding: 30px 20px;
	border-radius: 10px;
}
.client_text{
	width: 100%;
	float: left;
	min-height: 200px;
}
.sec4_item p{
	font-family: "Century Gothic";
	color: #58595B;
	font-size: 15px;
	margin-bottom: 10px;
}
.client_dtls{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.client_img{
	width: 40%;
	float: left;
}
.client_img img{
	width: 100%;
}
.client_desc{
	width: 50%;
	float: right;
	padding-top: 15px;
}
.client_desc p{
	margin-bottom: 0;
}
.client_desc p span{
	font-family: "Century Gothic";
}

#footer{
	width: 100%;
	float: left;
	background-color: #316ab1;
	padding: 50px 0;
}
.ft {
	width: 33.3%;
	float: left;
}
.ft1{
	padding-left: 40px;
}
.ft1 img{
	width: 100px;
	margin-right: 20px;
}
.ft ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ft li{
	margin: 10px 0;
}
.ft a{
	font-family: "Century Gothic";
	color: #fff;
	text-decoration: none;
}
.ft p{
	font-family: "Century Gothic";
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}

.social_icons li{
	float: left;
	margin-right: 10px;
}
.social_icons li a{
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	line-height: 40px;
	text-align: center;
	color: #000;
	border-radius: 50%;
	font-size: 20px;
}

/*about us*/
.breadcrumb_sec{
	margin-top: 135px;
	border-bottom: 1px solid #2b65ae;
	box-shadow: 0 0 rgba(0,0,0,.1);
}
.breadcrumb_sec .breadcrumb{
	background-color: transparent;
	margin-bottom: 0;
}
.breadcrumb-item{
	font-family: "Century Gothic";
	font-size: 15px;
	color: #58595B;
}
.breadcrumb-item a{
	color: #2B65AE;
}

.about_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.about_sec img{
	max-width: 520px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
.about_sec p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.buy_tally{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.buy_tally p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.buy_tally_tab .nav-item{
	width: 50%;
	text-align: center;
	background-color: #cae0f3;
	font-family: "Century Gothic";
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.buy_tally_tab .nav-item a{
	color: #58595B;
	border-radius: 0;
	padding: 10px 0;
}
.buy_tally_tab .nav-link.active{
	background-color: #2d67ac;
}

.tally_buy_content{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 50px 20px 50px;
}
.tally_buy_content h2{
	margin-bottom: 50px;
}
.tally_buy_content p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-bottom: 50px;
}

.tally_product_sec{
	text-align: center;
}
.tally_product {
	width: 300px;
	display: inline-block;
	background-color: #2d67ac;
	padding: 10px 20px 30px;
	vertical-align: top;
	margin: 0 50px;
}
.tally_product h4{
	font-family: "Century Gothic";
	color: #58595B;
	background-image: url('../images/button-bg-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 13px;
	font-size: 16px;
	text-transform: uppercase;
}
.tally_product p{
	height: 150px;
	position: relative;
	color: #fff;
	font-family: "Century Gothic";
    font-size: 15px;
    margin-bottom: 0;
}
.tally_product p span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.tally_product .btn{
	background-color: #ffc94b;
	color: #000;
	padding: 5px 30px;
	border-radius: 20px;
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-size: 13px;
}
.buy_tally_sec2 h2{
	margin-bottom: 10px;
}
.buy_tally_sec2 h3{
	font-family: "Century Gothic";
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	color: #58595b;
	margin-bottom: 30px;
}
.buy_tally_sec2 h3 span{
	color: #EB1A23;
}
.buy_tally_sec2 .tally_product{
	margin: 0 20px;
}

.career_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
} 
.career_sec h3{
	color: #2b65ae;
    font-family: "Century Gothic";
    font-size: 20px;
}
.career_sec p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
}

.contact_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.contact_sec h3{
	color: #2b65ae;
    font-family: "Century Gothic";
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.contact_form{
	background-color: #eff5fc;
	padding: 30px 50px;
}
.contact_form .form-control{
	font-family: "Century Gothic";
	color: #58595B;
	border: 1px solid #999;
	min-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0;
	margin-bottom: 20px;
	background-color: transparent;
	resize: none;
	font-size: 15px;
}
.contact_form .form-control:focus{
	box-shadow: none;
}
.contact_form .btn{
	background-color: #2b65ae;
	color: #fff;
	padding: 7px 30px;
	border-radius: 20px;
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-size: 14px;
}

.address_sec{
	background-color: #eff5fc;
	padding: 30px 50px;
}
.address_sec img{
	margin-bottom: 20px;
}
.address_sec p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 30px;
}
.address_sec p a{
	color: #58595b;
	text-decoration: none;
}

.book_sec{
	width: 100%;
	float: left;
	padding: 20px 0;
	background-color: #f5f8fd;
	margin-top: 20px;
}
.book_cover{
	width: 50%;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}
.book_cover img{
	width: 100%;
}
.book_cover .btn{
	color: #fff;
    font-family: "CenturyGothic-bold";
    padding: 8px 30px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: .3s;
    background-color: #2b65ae;
    font-size: 14px;
    border-radius: 20px;
}
.book_details{
	width: 50%;
	float: left;
	padding-left: 40px;
}
.book_details h1{
	color: #2b65ae;
	font-family: "CenturyGothic-bold";
	font-size: 25px;

}
.book_details p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.feature_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.feature_sec td{
	color: #58595b;
	font-family: "Century Gothic";
	font-size: 15px;
	padding: 8px 20px;
}
.available_in h2{
	text-align: left;
}
.shopping_img img{
	height: 60px;
	margin-right: 40px;
}
.partner_btn{
	margin-top: 80px;
}
.partner_btn .btn{
	color: #000;
	font-family: "CenturyGothic-bold";
	padding: 12px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	display: block;
	min-width: 250px;
	margin-top: 50px;
	transition: .3s;
	background-color: #ffc94b;
}
.partner_btn .btn:hover{
	background-color: #2b65ae;
	color: #fff;
}
.partner_btn .btn:last-child{
	background-color: #2b65ae;
	color: #fff;
}
.table_content{
	width: 100%;
	float: left;
}
.table_content h2{
	text-align: left;
}
.table_content .btn-link{
	width: 100%;
	text-align: left;
	padding: 10px 20px;
	border: none;
	text-decoration: none;
	color: #58595b;
	font-family: "Century Gothic";
	font-size: 15px;
	position: relative;
	white-space: normal;
}
.table_content .btn-link:after{
	position: absolute;
	content: '_';
	right: 20px;
	top: 35%;
	transform: translateY(-50%);
}
.table_content .btn-link.collapsed:after{
	content: '+';
	top: 50%;
}
.table_content .card{
	border: none;
	margin-bottom: 10px;
}
.table_content .card-header{
	padding: 0;
	border: none;
	background-color: #f1f1f2;
	border-radius: 0;
}
.table_content .card-body{
	color: #58595b;
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 25px;
	padding-left: 0;
	padding-right: 30px;
}
.table_content .card-body li{
	list-style-type: none;
	position: relative;
	line-height: 25px;
}
.table_content .card-body li:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	border: 1px dashed #ddd;
	top: 12px;
}
.key_point{
	margin-right: 20px;
}
.page_num{
	position: absolute;
	right: 0;
}
.book_summary{
	background-color: #fff;
	position: relative;
	padding-right: 10px;
}
.page_num{
	background-color: #fff;
	border-left: 10px solid #fff;
}


.you_may_love{
	width: 100%;
	float: left;
	padding: 40px 0 60px;
}
.you_may_love h2{
	text-align: left;
}
.blog_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.blog_content{
	width: 75%;
	float: left;
}
.blog_item{
	padding: 30px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	float: left;
	margin-bottom: 30px;
}
.blog_item h2{
	font-family: "CenturyGothic-bold";
	font-size: 22px;
	margin-bottom: 5px;
}
.blog_item h3{
	font-family: "CenturyGothic-bold";
	font-size: 18px;
	margin-bottom: 5px;
}
.blog_item h2 a{
	color: #2B65AE;
	text-decoration: none;
}
.blog_details{
	font-family: "Century Gothic";
	color: #666;
	font-size: 13px;
	margin-bottom: 20px;
}
.blog_item p{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.blog_item ul{
	padding-left: 20px;
}
.blog_item li{
	color: #58595b;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 25px;
}
.blog_feedback {
	float: left;
	font-family: "Century Gothic";
	font-size: 15px;
}
.blog_readmore{
	float: right;
	font-family: "Century Gothic";
	font-size: 15px;
}
.blog_readmore a, .blog_feedback a{
	color: #2B65AE;
	text-decoration: none;
}
.blog_sidebar{
	width: 20%;
	float: right;
}
.blog_widgets{
	background-color: #f6f6f7;
}
.blog_widgets h3{
	font-family: "CenturyGothic-bold";
	background-color: #2b65ae;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	margin-bottom: 0;
}
.blog_widgets ul{
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
}
.blog_widgets a{
	display: block;
	padding: 8px 0;
	font-family: Roboto-Medium;
	color: #58595b;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
.blog_widgets li:last-child a{
	border-bottom: 0;
}
.modal-body{
	padding: 0;
}
.popup_form{
	border: 5px solid #ffc94b;
	padding: 20px;
	text-align: center;
}
.popup_form  .form-control{
	font-family: Roboto-Regular;
	margin-bottom: 20px;
	border-radius: 0;
	color: #58595b;
	font-size: 15px;
	min-height: 40px;
}
.popup_form  .form-control:focus{
	outline: none;
	box-shadow: none;
}
.popup_form h3{
	font-family: Roboto-Medium;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.popup_form textarea{
	height: 100px;
	resize: none;
}
.popup_form .btn{
	background-color: #2B65AE;
	color: #fff;
	font-family: Roboto-Medium;
}

.template_content {
    width: 100%;
    float: left;
    padding-top: 45px;
}
.thank_you{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.thank_you h1 {
    font-size: 30px;
    text-align: center;
    font-family: Roboto-Bold;
}
/*responsinve*/

@media screen and (max-width: 1024px){
	.tally_product{
		margin-bottom: 30px!important;
	}
}

@media screen and (max-width: 960px){
	#header .nav-link{
		padding: 10px 20px;
	}
	#header .active .nav-link{
		padding: 10px 20px;
		border-radius: 0;
	}
	button.navbar-toggler {
	    border: 1px solid #000;
	}
	button.navbar-toggler:focus{
		outline: none;
	}
	.client_text{
		min-height: auto;
	}
	.client_dtls{
		margin-bottom: 20px;
	}
	.ft{
		width: 100%;
		margin-bottom: 20px;
	}
	.ft1 {
	    padding-left: 0;
	}
	.about_sec img{
		max-width: 50%;
	}

	.blog_content{
		width: 100%;
		margin-bottom: 30px;
	}
	.blog_sidebar{
		width: 100%;
	}
}


@media screen and (max-width: 767px){
	#header{
		padding: 0;
	}
	.top_header {
	    position: relative;
	    right: auto;
	    top: 0;
	    width: 100%;
	    text-align: center;
	}
	.top_header li{
		margin: 0 5px;
		float: none;
		display: inline-block;
	}
	.top_header ul{
		float: left;
		width: 100%;
		text-align: center;
	}
	.navbar-brand img {
	    width: 120px;
	}
	#header .nav-item {
	    margin-left: 0;
	}
	#banner{
		margin-top: 105px;
	}
	#header .container{
		padding: 0;
	}
	#header .navbar{
		padding-left: 15px;
		padding-right: 15px;
	}
	.carousel-indicators {
	    bottom: 0;
	}
	.authorized{
		font-size: 13px;
		padding: 5px;
		bottom: -29px;
	}
	.sec1_inner{
		flex-wrap: wrap;
	}
	.sec1_item{
		width: 100%;
		margin-bottom: 40px;
	}
	.sec1_btn{
		padding: 0;
	}
	.sec1_btn .btn{
		margin-bottom: 20px;
	}
	.sec3_content{
		width: 100%;
	}
	.sec3_content h2 br{
		display: none;
	}
	.banner_content{
		display: none;
	}
	.sec3_btn{
		width: 100%;
	}
	.section_02{
		padding-bottom: 0;
	}
	.sec3_content h2{
		font-size: 16px;
	}
	.section_04{
		padding: 40px 0;
	}
	#footer{
		padding: 30px 0;
	}
	.client_desc{
		padding-top: 0;
	}

	.about_sec img{
		max-width: 100%;
		margin-right: 0;
	}
	.tally_product, .buy_tally_sec2 .tally_product {
		margin: 0;
	}
	.tally_buy_content{
		padding-bottom: 0;
	}
	.breadcrumb_sec{
		margin-top: 95px;
	}
	.contact_form{
		padding: 30px 20px;
	}
	.contact_form {
		margin-bottom: 30px;
	}
	.address_sec{
		padding: 30px 20px;
	}
	.book_cover{
		width: 100%;
		padding-right: 0;
	}
	.book_details{
		width: 100%;
		padding-left: 0;
	}
	.available_in{
		text-align: center;
	}
	.shopping_img img{
		margin: 0 20px;
	}
	.available_in h2 {
	    text-align: center;
	}
	.partner_btn {
	    margin-top: 0;
	}
	.partner_btn .btn{
		font-size: 15px;
		margin: 20px auto;
	}
	.table_content h2{
		text-align: center;
	}
	.table_content .btn-link{
		padding-right: 30px;
	}
	.table_content .card-body > ul{
		padding-left: 10px;
	}
	.table_content .card-body{
		padding-right: 10px;
	}
	.table_content .card-body{
		font-size: 12px;
	}
	.key_point {
	    margin-right: 10px;
	}
	.you_may_love{
		padding-bottom: 20px;
	}
	.you_may_love h2{
		text-align: center;
	}
}
@media screen and (max-width: 400px){
	.tally_product{
		width: 100%;
	}
}
@media screen and (max-width: 360px){
	.authorized{
		bottom: -48px;
	}
	.section_01{
		margin-top: 45px;
	}
}
@media screen and (max-width: 320px){
	.client_desc{
		width: 100%;
		padding-top: 10px;
	}
	.top_header li a{
		font-size: 13px;
	}
}