@charset "utf-8";
/* CSS Document */

@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'franklin gothic demi cond';
	src: url('../fonts/franklin-gothic-demi-cond.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@import url('https://fonts.googleapis.com/css?family=Poppins');


body
{
	overflow-x: hidden;
}

.wrapper{
	margin: 0 auto;
	max-width: 1200px;
}
.wrapper-1{
	margin: 0 auto;
	max-width: 1300px;
}

/* ---------------Header------------------------------ */
header {
  width: 100%;
  height: 150px !important;
 /* overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  
header.smaller {
    height: 75px !important; 
background-color:#e4ebef;}
	
header.smaller h1#logo {
      width: 166px;
      margin-top: -7px !important;
}	  
header.smaller #cssmenu a {
    /* line-height:50px;*/
	color: #1d1d1d;
    padding: 26px 28px;
}

header.smaller .header {
    /* line-height:50px;*/
	margin-top:38px;
}
header.smaller .top-header {
    display:none;
}	 
.slider { margin-top: 150px;}
/*------------------------header end -------------------*/
/* ------------ Top-Header -------------*/
.top-header
{
	background-color:#e4ebef !important;
	position:relative;
	z-index:9999;
}
.top-font { font-size: 14px; font-family: 'Questrial-Regular'; color:#5a5a5a; padding-top: 11px;padding-left: 20px;}

.top-font a {color:#5a5a5a;}
.top-font a:hover {color:#5a5a5a;}

.top-margin { float: right; margin-top: -24px;}

.top-header ul
{
	list-style: none !important;
	display: inline-flex;
}

.social {
    list-style: none !important;
    padding: 0px;
    display: inline-flex;
}

.social li
{
	padding: 0px 2px !important;
}

.social-icon 
{
color: #e4ebef;
text-align: center;
display: table-cell;
vertical-align: middle;
background:#797979;
width: 30px;
height: 30px;
font-size: 14px;
border-radius: 100%;
transition: all 200ms ease-in;
/*! box-shadow: 2px 2px 9px #b6b5b5; */
border: 2px solid #797979;
}

.social-icon:hover
{
 color: #4a8edb !important;
background: #E4EBEF;
border: 2px solid #3E87D9;
}

/* ------------ Top-Header -------------*/
/* ------------ About-index -------------*/

.main-font {
    
    font-size: 35px; 
    font-family: 'franklin gothic demi cond';
    color:#000;
    line-height: 45px;
}
.homepage-font {
    
    font-size: 25px; 
    font-family: 'Questrial-Regular';
    color:#393939;
    line-height: 35px;
}
/* ------------ About-index -------------*/
/* ------------ info-index -------------*/

.info { background-color: #e4ebef; margin-bottom: 30px;}
.info-h {
    
    font-size: 35px; 
    font-family: 'franklin gothic demi cond';
    color:#393939;
    line-height: 45px;
    margin-top: 20%;
}
.info-h:after {
    content: '';
width: 55px;
height: 4px;
background: #910060;
position: absolute;
top: 52%;
margin-left: -275px;
animation-delay: 2s;
}
.info-font {
    
    font-size: 25px; 
    font-family: 'Questrial-Regular';
    color:#393939;
    line-height: 35px;
    margin-top: 20%;
}


.margin-info {margin-left: 8%; margin-right: 8%;}
/* ------------ info-index -------------*/
/* ------------ client-index -------------*/

.client { background-color: #e4ebef; margin-top: -3%;}

.client-font { font-family: 'Questrial-Regular'; font-size: 16px; color:#000; background-color: #fff; text-align: center;}

/* ------------ client-index -------------*/
/* ------------ section-index -------------*/
.section { background-color: #eee; }
.section-h { font-family: 'Questrial-Regular'; font-size: 20px; color:#202020; line-height: 35px; margin-top: 18% !important; }

.section-font { list-style: none; margin-bottom: 50px;}
.section-font a { font-family: 'Questrial-Regular'; font-size: 16px; color:#818080; line-height: 25px; }
.section-font a:hover { color:#202020;}
.section-margin { margin-left: -45px !important;}

/* ------------ section-index -------------*/

/*------------ footer css -----------------*/

.footer {
	background-color:#252634;
	padding: 70px 0 40px 0;
}
.footar-font02 {
	color:#fff;
	font-size:16px;
	font-family: 'myriad pro-regular';
    line-height: 25px;
}

.footar-font02 a {
	color:#fff;
} 
.footar-font02 a:hover {
	 color: #4d90dc;
	 text-decoration:none;
}

.footar-font03 a{
    font-family: 'myriad pro-regular';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 25px;
	/*! font-weight:700; */
}
.footar-font03 a:hover {
	 color: #5d9adf;
	 text-decoration:none;
}
.footar-font03 {
    /*! margin-left: -36px; */
}
ul li {
    text-decoration: none;
    list-style-type: none;
}
.social {
    padding-top: 20px;
    display: inline-flex;
    margin-left: 28px;
}
.social-1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    margin: 0px 0px;
}
[class^="hvr-"] {
    margin: 0px 0px;
    padding: 7px 6px;
    cursor: pointer;
    background: #898989;
    text-decoration: none;
    color: #252634;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
   color: #5c99df;
    border: 2px solid #3E87D9;
}

.copy-link {
	background-color:#191b29;
}
.copy-text {
    font-family: 'franklin gothic demi cond';
    font-size: 14px;
    color: #a8aac5;
    text-decoration: none;
   padding-top:10px;
	/*! padding: 11px 0px; */
}
/*-------------  footer css --------------------*/

/* ------------ top scroll button ------------ */
#myBtn {
  display: none;
position: fixed;
bottom: 44px;
right: 20px;
z-index: 99;
border: none;
outline: none;
background-color: #990b6e;
color: white;
cursor: pointer;
padding: 18px 18px;
border-radius: 100%;

}

#myBtn:hover {
  background-color: #191b29;
}
/* ------------ top scroll button ------------- */
/*-------------Index over ------------------------------*/

/* ------------ about start ------------- */

.heading-font {font-size: 50px; font-family: 'franklin gothic demi cond'; color:#023455; line-height: 45px; margin-bottom: 6%;margin-top: -8%;margin-left: 2%;}
.heading-font:after { 
            height: 3px;
display: block;
width: 60px;
background: #8b042e;
border-bottom: 1px white;
content: '';
margin-top: 32px;
margin-left: 0px;
padding-bottom: 5px;
}

.about01 { font-size: 18px; font-family: 'Questrial-Regular'; color:#5a5a5a; text-align: justify; padding: 0% 9% 0px 2%; line-height: 25px;}
.about02 {font-size: 35px;
color: #5a5a5a;
text-align: justify;
padding: 3% 9% 0px 2%;
line-height: 45px;
font-family: 'franklin gothic demi cond';}
.gp-img { box-shadow: 0 1px 4px rgba(0,0,0,0.6);
border-radius: 140px;}
/* ------------ about over ------------- */
/* ------------ contact start ------------- */
.contact-font
{
	font-size:17px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	text-align: center;
}
.contact-font-01
{
	font-size:17px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
}
.contact-font-01:hover
{	
	color:#8b042e;	
	text-decoration:none;
	
}
/* ------------ conatact over ------------- */

/* ---------------- Product pages start------------ */

.boxshadow { 
    -webkit-box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0,0,0,0.22) !important;
box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0,0,0,0.22) !important;
    margin-top: 6%;
    margin-bottom: 10%;
}
.boxshadow1 { margin-top: 6%; margin-left: 5%;}
.table-h {
     font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #525252;
    background-color: #47bddd;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.w-size { width:35%;}
.table-font {
    font-family: 'Questrial-Regular';
    color: #525252;
    line-height: 20px;
    font-size: 15px;
    text-align: inherit;
    text-transform: uppercase;
}
.product-heading {
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 26px;
    margin-top: -125px;
}
.ul-about {
    padding: 65px 20px 0px 120px;
    background-color: #efefef;
margin-top: -15px !important;
    /*! border: 2px solid #0264bb; */
}
.ul-about li {  list-style: circle; }
.info-1-font {
    font-size: 16px;
    font-family: 'Questrial-Regular';
    color: #2d2d2d;
    text-align: justify;
    line-height: 35px;
    letter-spacing: 1px;
    padding: 0px 0px 0px 2%;
    text-transform: uppercase;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: -0.5em 0 0.em;
  text-align: center;
  background-color: #47bddd;
  color: #525252;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
    padding: 5px;
    text-align: center;
    font-family: 'Questrial-Regular';
    color: #525252;
    line-height: 24px;
    font-size: 16px;
    border-color: #ccc;
}
table th {
  font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #525252;
background-color: #47bddd;
  letter-spacing: .1em;
  text-transform: uppercase;
    line-height: 30px;
font-weight: 700;
text-align: center;
}
.product-heading-1 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 11px;
    margin-top: -108px;
}
.product-detail
{
    text-align: center;
    font-family: 'Questrial-Regular';
    color: #525252;
    line-height: 30px;
    font-size: 25px;
    border-color: #ccc;
}
.product-detail:after
{
    height: 2px;
display: block;
width: 10%;
background: #8b042e;
border-bottom: 1px white;
content: '';
margin-top: 20px;
margin-left: 535px;
}

/* ---------------- Product pages over------------ */

/* ----------------  Gallery page ------------ */
.gallery-text {
	font-family: 'Questrial-Regular';
	font-size: 17px;
	/*! line-height: 25px; */
	color: #303030;
	margin-top: 20px !important;
	font-weight: 700;
	letter-spacing: 1px;
}

/* ----------------  Gallery page ------------ */


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    border-color: #ccc;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {

.slider { margin-top: 217px;}
/* ------------ Top-Header -------------*/
    
.top-font { font-size: 12px; font-family: 'Questrial-Regular'; color:#5a5a5a; padding: 8px;text-align: center;}

.top-margin { float: right;}

.social {
	padding-left: 90px;
padding-top: 0px !important;
}
    
/* ------------ Top-Header -------------*/
/* ------------ menu -------------*/
    .logo-set { margin-left: -140px;margin-top: 0px;} 
    #cssmenu {
    width: 100%;
    margin-top: -62px !important;
}
/* ------------ menu -------------*/
/* ------------ About-index -------------*/

.main-font {
    
    font-size: 30px; 
    font-family: 'franklin gothic demi cond';
    color:#000;
    line-height: 45px;
}
.homepage-font {
    
    font-size: 18px; 
    margin-left: 10px !important;
    margin-right: 10px !important;
}
/* ------------ About-index -------------*/
/* ------------ info-index -------------*/

.info { background-color: #e4ebef; margin-bottom: -41px;}
.info-h {
    
    font-size: 30px; 
    font-family: 'franklin gothic demi cond';
    color:#000;
    line-height: 35px;
    margin-top: 15%;
}
.info-h:after {
    content: '';
width: 55px;
height: 4px;
background: #910060;
position: absolute;
top: 40%;
margin-left: -239px;
animation-delay: 2s;
}
.info-font {
    
    font-size: 25px; 
    font-family: 'Questrial-Regular';
    color:#393939;
    line-height: 35px;
    margin-top: 20%;
}
.margin-info {margin-left: 10%; margin-right: 10%;}
/* ------------ info-index -------------*/
/* ------------ section-index -------------*/  
.section-h {
    font-family: 'Questrial-Regular';
    font-size: 20px;
    color: #202020;
    /*! background-color: #fff; */
    line-height: 35px;
    margin-top: 10% !important;
    text-align: center;
}
.section-font {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
.section-margin { margin-left: 0px !important;}

/* ------------ section-index -------------*/
/*-------------  footer css --------------------*/
.footar-font02 {
   margin-left: 15px !important;
margin-top: 15px !important;
}
.footar-font03 {
    margin-left: 15px;
    margin-top: 15px;
}
.social {
    padding-top: 20px;
    display: inline-flex;
    margin-left: -56px;
}
.copy-text {
    font-family: 'franklin gothic demi cond';
    font-size: 13px;
    color: #a8aac5;
    text-decoration: none;
   padding-top:10px;
	/*! padding: 11px 0px; */
}
/*-------------  footer css --------------------*/

/* ------------ about start ------------- */
.banner-height { height: 120px;}
.heading-font { margin-left: 35px; margin-right: 15px;font-size: 25px;line-height: 22px;margin-top: -20% !important;}

.about01 { font-size: 18px;
font-family: 'Questrial-Regular';
color: #5a5a5a;
text-align: justify;
padding: 0% 9% 0px 8%;
line-height: 25px;}

.heading-font::after {
    height: 3px;
    display: block;
    width: 60px;
    background: #8b042e;
    border-bottom: 1px white;
    content: '';
    margin-top: 5px;
    margin-left: 0px;
    padding-bottom: 5px;
}
    
.about02 {font-size: 35px;
color: #5a5a5a;
text-align: justify;
padding: 3% 9% 0px 7%;
line-height: 45px;
font-family: 'franklin gothic demi cond';}

/* ------------ about over ------------- */    
    
/* ---------------- Product pages start------------ */
    
.ul-about {
    padding: 65px 0px 0px 54px;
    background-color: #efefef;
    margin-top: -15px !important;
}  
.info-1-font { margin-left: -7px;
margin-right: 14px;
text-align: initial;}

.image1 { width:70%; }
.product-heading {
        color: #fff;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 26px;
        margin-top: -126px;
        margin-left: 16px;
}
.boxshadow1 {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 8%;
}
.w-size {
    width: 100%;
}
.product-heading-1 {
        color: #fff;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 10px;
        margin-top: -109px;
        margin-left: 16px;
}
.product-detail
{
    text-align: center;
    font-family: 'Questrial-Regular';
    color: #525252;
    line-height: 30px;
    font-size: 18px;
    border-color: #ccc;
}
.product-detail:after
{
    height: 2px;
display: block;
width: 20%;
background: #8b042e;
border-bottom: 1px white;
content: '';
margin-top: 20px;
margin-left: 136px;
}
    
/* ---------------- Product pages over------------ */
    
}


@media  (min-width:768px) and (max-width: 1024px)
{
.top-font {
    font-size: 11px;}
		
.banner-height {
    height: 145px;
    width: 100%;
}
.heading-font {
    font-size: 32px;
    line-height: 25px;
    margin-top: -10%;
    margin-left: 3%;
}
.social {
    padding-top: 18px;
    display: inline-flex;
    margin-left: -22px;
}
}

