@font-face 
{
	font-family: 'Franklin';
	src: url('../fonts/Franklin.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arongrotesque-bold';
	src: url('../fonts/arongrotesque-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}@font-face 
{
	font-family: 'BebasNeue-Regular';
	src: url('../fonts/BebasNeue-Regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'Magnolia Script';
	src: url('../fonts/Magnolia Script.otf')  format('opentype');
}
@font-face 
{
	font-family: 'open-sans-regular';
	src: url('../fonts/open-sans-regular.ttf')  format('truetype');
}

body
{
	overflow-x:hidden;
	
}
.wrapper {
	max-width:1300px;
	margin:0px auto;
}
.wrapper-01 {
	max-width:1250px;
	margin:0px auto;
}


.menu {
	z-index: 9999;
	position: relative;
}
.menu-backdrnd { background-color:#38b0c1; height:40px;width: 100% !important;margin-top: 4%;}
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
	height: 50px;
}
.affix .logo { 
	width: 30%;
	 margin-top: 0%;
}
.affix .menu-backdrnd {
    height: 50px;
    margin-top: 0% !important;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
/************ affix menu code ************/

/********************* about index *********************/
.about-index{
	padding-bottom:4%;
	padding-top: 4%;
}
.about-text-1{
	font-family: 'Questrial-Regular';
	line-height:28px;
	color:#59687c;
	font-size:16px;
	text-align:justify;
	font-weight: 700;
	letter-spacing: 0.9px;
}
.about-text{
	font-family: 'Questrial-Regular';
	line-height:26px;
	color:#177d8b;
	font-size:50px;
	text-align:left;
	line-height: 60px;
	padding-bottom: 2%;
}
.about-button{
	margin-top: 4%;
	text-align: right;
}
.view-btn a	{
    color: #fff !important;
        background: #0d6188;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:  4%;
    padding: 13px 11%;
}

.view-btn a:hover  {
    color: #fff !important;
		background: rgba(78,202,238,1);
background: -moz-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,202,238,1)), color-stop(100%, rgba(128,211,129,1)));
background: -webkit-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -o-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -ms-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: linear-gradient(to right, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ecaee', endColorstr='#80d381', GradientType=1 );
	 text-decoration:none;
	 text-decoration:none;
}
.contact-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    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: 16px 5%;
    border-radius: 21px 21px;
    letter-spacing: 0.6px;
    font-family: 'Questrial-Regular';
    background: #fb695b;
}

.contact-btn a:hover  {
    color: #fff;
		background: rgba(78,202,238,1);
background: -moz-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,202,238,1)), color-stop(100%, rgba(128,211,129,1)));
background: -webkit-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -o-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: -ms-linear-gradient(left, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
background: linear-gradient(to right, rgba(78,202,238,1) 0%, rgba(128,211,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ecaee', endColorstr='#80d381', GradientType=1 );
	 text-decoration:none;
	 
	 
	/*shedow */
-webkit-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
-moz-box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
box-shadow: 6px 9px 0px 0px rgba(202,86,74,1);
}


/****************** product-slider ******************/

.product-slider{
}
.product-head{
	font-family: 'Questrial-Regular';
	line-height:26px;
	color:#197e8a;
	font-size:50px;
	margin-top:2%;
	letter-spacing: -0.1px;
	margin-bottom: 4%;
}
/** footer Index Css **/
.footer{
	padding-top: 5%;
	padding-bottom: 2%;
}	
.footer-head{
	font-family: 'Questrial-Regular';
	color:#000000;
	font-size:25px;
}
.address-footer{
	font-family: 'Questrial-Regular';
	color:#000000;
	font-size:15px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.8px;
}
.address-footer a{
	font-family: 'Questrial-Regular';
	color:#000000;
	font-size:15px;
}
.links-01{
	margin-top:26%;
}
.links-01 a{
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#101010;
	line-height: 26px;
	font-weight: 700;
}
.links-01 a:hover{
	color:#38b0c1;
	text-decoration:none;
}
.links-01 li{
	list-style:none;
}

.links a{
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#101010;
	line-height: 26px;
	font-weight: 700;
}
.links a:hover{
	color:#38b0c1;
	text-decoration:none;
}
.links li{
	list-style:none;
}
/** copyright Index Css **/	
.copy-right-text{
 	color:#ffffff !important;
	font-family: 'myriad pro-regular';
	font-size:14px;
 	margin-top: 5%;
}
.copy-right-text-01 {
	  color: #fff;
    font-family: 'myriad pro-regular';
    font-size: 14px;
	margin-top: 5%;
	  text-align: right;
}
.copy-right-text-01 a {
    color: #ffffff;
}
.copy-right-text-01 a:hover {
    color: #38b0c1;
	  text-decoration: none;
}
.copy-right{
	background-color:#505762;
	/*! padding: 9px 1px 10px 1px; */
}

/** copyright Index Css **/	
/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 15px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #38b0c1;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/****************Product slider hover ********************/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 14%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  margin: -3px 0px 0px -29px;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #000;
  padding: 100px 0;
  opacity: 0;
  /! filter: alpha(opacity=0); /
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
	  text-decoration: none;
  color:#fff ;
}
 /****************Product slider hover ********************/
 /******solcial icons ******/
.icon-button {
	background-color: #505762;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 4.2rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 4.2rem;
}

.icon-button span {
	border-radius: 0;
	display: block;
	height: 0px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 3.6rem;
	margin: -2.1rem;
}
.twitter span {
	background-color: #fff;
}
.facebook span {
	background-color: #fff
}
.google-plus span {
	background-color: #fff;
}
.pinterest span {
	background-color: #fff
}
.youtube span {
	background-color: #fff;
}

.icon-button i {
	background: none;
	color: white;
	height: 4.2rem;
	left: 0;
	line-height: 4rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 4.2rem;
	z-index: 10;
	font-size:16px;
}

.icon-button:hover .icon-social{ color:#38b0c1; }


.social-icons{
	text-align: center;
	margin: 0 auto;
	background-color: #313a47;
	width: 85%;
	padding: 2% 1% 1% 1%;
	margin-top: -4px;
}
/******solcial icons ******/
/*********** banner text  ****************/
  .about-h1 { 
	font-size: 50px; 
	text-align: center;
	margin-top: -10%;
	color: #fff;
	font-family: 'Franklin';
	letter-spacing: 3px;
	line-height: 60px;
	position: relative;

	text-shadow: 2px 0px #000;
}
.about-h1 span { 
	font-size: 22px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'open-sans-regular';
	text-shadow: 2px 0px #080808;
	font-weight: 700;
	letter-spacing: 2px;
}

/*** aboutus Page Css ****/	
.about{
	padding-bottom:5%;
	padding-top:7%;
	background-color: #f2f4f5;
	/*! z-index: -1; */
	/*! position: relative; */
}
.about-head1{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	font-weight:700;
	padding-bottom:21px;
	margin-left: 1%;
}
.about-head1::after {

    height: 4px;
    display: block;
    width: 40px;
    background: #ed1b24;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 0%;
    padding-bottom: 5px;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 0%;
	font-weight:700;
	padding-bottom:10px;
}
.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;
}
 .about-paragraph {
	font-family: 'open-sans-regular';
	font-size: 15px;
	line-height: 20px;
	color: #59687c;
	text-align: justify;
}
.about-paragraph2
{
	font-family: 'open-sans-regular';
	font-size: 15px;
	line-height: 20px;
	color: #59687c;
	text-align: justify;
	float :right;
}
/*** aboutus Page Css ****/
/******* contact page css *******/
.contact-to {
	margin-top: 0%;
}
.fream { 
	border: 1px solid #e7ecee;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.49);
	padding: 1.4444444444rem 1.6666666667rem 1.1666666667rem;
	height: 588px;
} 
.contact-font-1 {
   	font-family: 'Questrial-Regular';
    font-size: 22px;
    color: #1d1d1d;
    text-decoration: none;
    margin-left: 22px;
   	font-weight: 700;
}
.contact-font-1::after {
   height: 1px;
	display: block;
	width: 100%;
	background: #6c3c964d;
	border-bottom: 1px white;
	content: '';
	margin-top: 20px;
	margin-left: 0px;
	padding-bottom: 1px;
}
.contact-font-2 {
    font-size: 17px;
    color: #777;
    text-decoration: none;
    margin-left: 55px !important;
   	line-height: 30px;
   	font-family:  'myriad pro-regular';;
    margin-bottom: 6%;
    font-family: 'open-sans-regular';
}
.contact-font-2 a {
  	font-family:  'myriad pro-regular';;
    font-size: 17px;
    color: #777;
    text-decoration: none;
    
}
.contact-font-2 a:hover {
    color: #38b0c1;
    text-decoration: none;
    /*! font-weight: 700; */
}
.box-img { width:50%;} 
.margin-top1{

margin-top:5%;
}
.imgBox:hover {
    -webkit-box-shadow: 0.25rem 0.375rem 1.75rem 0rem rgba(0,0,0,0.22) !important;
    box-shadow: 0.25rem 0.375rem 1.75rem 0rem rgba(0,0,0,0.22) !important;
    transition: all 0.2s ease-in-out 0.2s;
}
.product-head1{
	font-family: 'arial-roundedmt-bold';
	font-size:24px;
	line-height:23px;
	color: #ef0a18;
	margin-bottom: 3%;
}
.Product-paragraph1{
	font-family: 'Questrial-Regular';
	font-size:15px;
	line-height:30px;
	letter-spacing:1px;
	text-align: justify;
}
/******* contact page css *******/
/****** Table Contant ******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
}
table td {
  	
  	border-bottom: 1px solid #747474; padding: 10px 0;
	font-family: 'Questrial-Regular';
	font-size:16px;
  	line-height: 18px;
  	text-align: center;
  	font-family: 'open-sans-regular';
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table td:hover {
	background-color: #93cbd31a;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
table th {
	font-size: 18px;
	color: #fff;
	background-color: #38b0c1;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	/*! font-family: 'Questrial-Regular'; */
	padding: 10px 0;
	text-align: center;
	border-color: #242424;
	font-family: 'open-sans-regular';
}
.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;
}
.margin1{
	 margin-bottom:5%;
}
.border-right {
    border-right: 1px dashed rgb(149, 151, 150);
    /*! height: 250px; */
}
.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.services-table {
    width: 50%;
}

.services-table td {
    width: 10%;
}
/****** Table Contant ******/
