/* CSS Document */

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
/************ About Page ************/
.inner-banner {
	margin-bottom:6%;
}
.about {
	margin-bottom:50px;
}
@media only screen and (max-width: 480px) {
.about-h1 { 
	font-size: 50px; 
	font-weight:700; 
	text-align: center;
	margin-top: -10%;
	color: #fff;
	font-family: 'Anton', sans-serif;
	letter-spacing: 3px;
	line-height: 75px;
}
.about-span { 
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	font-family: 'Lobster', cursive;
	text-align: center;
	color: #eee;
	text-shadow: 3px 0px #201e1f;
}
.about-head1{
	line-height: 28px;
	font-size: 28px;
	margin-top: -40% !important;
}
.about-head1::after {

    height: 5px;
    display: block;
    width: 37px;
    background: #015198;
    border-bottom: 1px white;
    content: '';
    margin-top: 10px;
    margin-left: 0%;
    padding-bottom: 0px;
		text-shadow: 3px 0px #201e1f;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 2%;
	font-weight:700;
	padding-bottom:10px;
		text-shadow: 3px 0px #201e1f;
}
.about-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 48%;
    padding-bottom: 5px;
		text-shadow: 3px 0px #201e1f;
}
.top-text { background-color:#fff; margin-left: -30%;padding: 20px;border: 1px solid #d7dce8;margin-right: 0%;box-shadow: 4px 6px 0 #fc7b7c;}
.img-set { margin-top:12%; margin-left:-5%;} 
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	line-height: 27px;
	color: #59687c;
	text-align: justify;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
}

.slider-01{
	margin-top:48%;
}
#site-header .site-title {
    display: block;
  
}
.title-h2{

	font-size:12px;
	margin-left: 5%;
}
.fullwidth-block clearfix{
	padding-top:125px;

}

/*** Client Index Css ***/
.client-index {
	background-color:#f2f4f5;
	margin-bottom: 5%;
}
.margin-left-img {
	margin-left: 5%;
}
.company-text{
	font-size:26px;
}
.company-text::after {
    margin-top: 16px;
    margin-left: 1%;
    padding-bottom: 4px;
}
.company-paragraph {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 5%;
}
.company-paragraph a{
	font-size:12px;
}
.company-paragraph a:hover{
	color:#000000;
	text-decoration:none;
}
.position {
	position:absolute !important;
	width: 60% !important;
	z-index: 99;
}
.position-01 {
	position:relative !important;
	left: 50%;
}
.read-more-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #363636;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 13px 5%;
    border-radius: 35px 35px;
    font-family: 'Arial Rounded MT Bold';
    letter-spacing: 0.6px;
    margin-left: 5%;
}

.read-more-btn a:hover  {
    color: #fff;
	background: #d02e33;
	text-decoration:none;
}
/*********** footer contant  ***********/
.footer{
	background-color: #062566;
	padding-top: 4%;
}
/* footer Index Css */
.footer{
	/! margin: 6% 1% 2% 2%; /
}	
.footer-head{
	font-size:20px;
	text-align: center;
}
.address-footer{
	
	text-align: center;
	font-size: 13px;
}
.address-footer a{
	font-family: 'Questrial-Regular';
	color:#fff;
	font-size:15px;
}
.links-01{
	margin-top:-14%;
	text-align: center;
}
.links-01 a{
		font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 17px;
}
.links-01 a:hover{
	color:#93d3ff;
	text-decoration:none;
}
.links-01 li{
	list-style:none;
}
.links{
	margin-top: -2%;
	text-align: center;
}
.links a{
	text-align: center;
	font-size: 13px;
}
.links a:hover{
	color:#93d3ff;
	text-decoration:none;
}
.links li{
	list-style:none;
	text-align: center;
}
.wrapper-01 {
	max-width:1250px;
	margin:0px auto;
}
/*********** footer contant  ***********/

.border{
    padding: 8px;
    border: 2px groove #062566;	
}

.margin-01{
	margin-bottom: 2% !important;}


/****** Table Contant ******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 80%;
  	margin-bottom: 4%;
}
table td {
  	
  	border-bottom: 1px solid #747474; padding: 10px 0;
	font-family: 'Questrial-Regular';
	font-size:15px;
  	line-height: 18px;
  	text-align: center;
  	color: #062566;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table td:hover {
	background-color: #add9ed;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
table th {
	font-size: 18px;
	color: #fff;
	background-color: #062566;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
}
.table-th {
	font-family: 'Questrial-Regular';
	background-color:#202020;
	color:#fff;
	font-size:20px;
	padding:8px;
	text-align:center;
}
.table-td {
	padding:8px;
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight: 700;
	text-align:center;
	border-bottom: none;
	
}
/****** Table Contant ******/
.overlay{
	
	margin-top: -46%;
	width: 368px;
	margin-left: 61%;
}
.p-text-1{
	font-family: 'Questrial-Regular';
	color:#fff;
	font-size:13px;
	line-height: 3px;
}
.p-text-2{
	font-family: 'Questrial-Regular';
	color:#000;
	font-size:14px;
	line-height: 14px;

	
	padding-bottom: 0 !important;
}
.p-text-3{
	font-family: 'Questrial-Regular';
	color:#000;
	font-size:8px;
	line-height:8px;

	padding-bottom:   !important;
}
.p-btn a {
    /*! text-transform: uppercase; */
    color: #0c3f62;
    background: #fff;
    font-size: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: ;
    border-radius: 35px 35px;
    font-family: 'Questrial-Regular';
    /*! letter-spacing: 0.6px; */
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    line-height: 10px;
}
.p-btn a:hover  {
    color: #fff;
	 background: #000;
	 text-decoration:none;
}
.site-logo{
 widtgh:10%;
}

.about-index{
 font-size: 12px;
 margin-left: 5%;
 margin-right: 5%;
}

.gem-button-size-medium { padding: 0px 20px;
font-size: 15px;
height: 40px;
line-height: 40px;
}

.footer-img {
    padding-top: 248px;
    margin-top: -77% !important;
}
.about-set { padding-top: 65px;padding-bottom: 155px;}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 1.5em;
}
.title-h5 {
    text-align: center;
}
}