/*Theme : Arshcroft Website Facelift
version :1.0
Author : Saneesh S Sanal
url : www.mavengang.com
Date : 2nd Dec 2015 */

/* -------------------
== General Styles ==
 --------------------*/
*
{
	-webkit-transition: background 0.2s;
	   -moz-transition: background 0.2s;
	    -ms-transition: background 0.2s;
	     -o-transition: background 0.2s;
	        transition: background 0.2s;
    -webkit-transition: color 0.2s;
	   -moz-transition: color 0.2s;
	    -ms-transition: color 0.2s;
	     -o-transition: color 0.2s;
	        transition: color 0.2s;
    font-family: 'Montserrat', sans-serif;
}
p, span
{
	font-family: 'Roboto', sans-serif;
}

/* -------------------
== Header Styles ==
 --------------------*/
header
{
	background: #fff;
	margin: 0;
	padding:0;
}
.white {
    background: rgb(255, 255, 255);
}
.top-header
{
	
}
h1.logo
{
	margin: 0;
	line-height: 90px;
}
.header-social-icons a{
	color:#ABABAB;
}
.header-social-icons a:hover{
	color:#069BFA;
}
ul.header-social-icons {
	list-style: none;
	margin:32px 0 0 0;
	overflow: hidden;
	display: inline-block;
	float: right;
}
ul.header-social-icons li{
	float: left;
	width: 20px;
	margin-left: 15px;
}
ul.header-social-icons li a i{
	font-size: 15px;
}
.contact-phones{
	margin:20px 0 0 0;
}
.contact-phones span{
	display:inline-block;
	float: right;
	color:#ABABAB;
	margin-left: 10px;
	
}
#menu {
    display: none;
}
/* -------------------
== Nav Bar Styles ==
---------------------*/
.nav-bar
{
	background: #069BFA;
	border-bottom: 3px solid #EA8328;
	padding: 0;
	margin: 0;
}
.main-nav{
	position: relative;
}
.main-nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.main-nav ul li
{
	float:left;
	padding:15px 0px;
}
.main-nav ul li a
{
	display: block;
	line-height: 15px;
	padding:8px 20px;
	border:1px solid transparent;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}
.main-nav ul li a:hover,
.main-nav ul li a.active
{
	border:1px solid #fff;
	color: #FFF;
}
/* -------------------
== Hero Styles ==
---------------------*/
.hero
{
	background: url(../img/bg-hero.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.hero-text
{
	text-align: center;
	padding-top:120px;
	padding-bottom:200px;
}
.hero-text h2
{
	color: #119DF5;
	font-weight: bold;
	font-size: 60px;
	margin:0px;
}
.hero-text p
{
	font-size: 33px;
	color: white;
	margin:0;
	padding:0px 245px;
}
a.btn-more
{
	display: inline-block;
	padding:10px 25px;
	background: #FFF;
	color: #646464;
	text-transform: uppercase;
	font-size: 12.5px;
	margin-top: 15px;
	border: 1px solid #D6D6D6;
}
a.btn-more:hover
{
	background: #119DF5;
	color: #FFF;
	border: 1px solid #229AE6;
}
/* -------------------
== Tabs Styles ==
---------------------*/
.tabs-wrap
{
	position: relative;
	top:-90px;
	z-index:9;
}
.tabs
{
	text-align: center;
}
ul.tab-btn
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tab-btn li
{
	display: inline-block;
	margin-right: -2px;
}
ul.tab-btn li a
{
	color: #FFF;
	background: #393939;
	padding:15px 25px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 12;
}
ul.tab-btn li a:hover,
ul.tab-btn li.active a
{
	background: #029BFB;
}
ul.tab-btn li.active a:after,
ul.tab-btn li a:hover:after
{
	content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    right:50%;
    width: 0;
    height: 0;
    border-top: solid 10px #029bfb;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.tab 
{
    display:none;
}
 
.tab.active 
{
    display:block;
}
.tab-content
{
	background: #FFF;
	padding:60px 50px;
	top:11px;
	position: relative;
}
.tab-text h3
{
	margin: 0;
	color: #029bfb;
	font-size: 18px;
}
.tab-text h3 span
{
	color: #393939;
}
.tab-text p
{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
	color: #6A6A6A;
}

/* -------------------
== Services ==
---------------------*/
.services
{
	padding:50px 0px 100px;
	background: #F1F5F8;
	position: relative;
	top:-70px;
}
.service-sec-title
{
	margin-bottom: 25px;
}
.service-sec-title h3
{
	color: #6A6A6A;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.service-sec-title span
{
	font-size: 10px;
	color: #AAA;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	font-weight: bold;
}
.sevice-sec-content p
{
	font-size: 14px;
	line-height: 28px;
}
ul.service-list
{
	list-style: none;
	padding: 0;
	margin: 0;	
}
ul.service-list li
{
	padding: 10px 20px 10px 50px;
	background: #FFF url(../img/bullet.png) no-repeat 20px center;
	margin-bottom: 8px;
}
ul.service-list li:last-child
{
	margin-bottom: 0;
}
ul.service-list li a
{
	display: block;
	color: #6A6A6A;
	font-size: 14px;
}


/* -------------------
== Call For Action ==
---------------------*/
.call-for-action
{
	background: #069BFA;
	padding:50px 30px;	
	position:relative;
	top:-70px;
}
.action-content,
.action-btn-wrap
{
	text-align: center;
}
.action-content h2
{
	color: #FFF;
	font-size:24px;
	font-weight: bold;
	margin: 0;
}
.action-content p
{
	color: #FFF;
	font-size: 19px;
}
.action-btn-wrap
{
	margin-top: 35px;	
}
.action-btn-wrap p
{
	font-weight: bold;
	margin: 0;
	font-size: 24px;
}
.action-btn-wrap p,
.action-btn-wrap a
{
	color: #FFF;
}
.action-btn-wrap a
{
	display: inline-block;
	margin-top: 10px;
	padding:10px 30px;
	font-size: 18px;
	border:1px solid #fff;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

/* -------------------
== Footer Styles ==
---------------------*/
.bd-home footer
{
	position: relative;
	top: -70px;
}
footer
{
	top:0px;
}
.footer-top-bar
{
	border-top: 2px solid #fff;
	background: #069BFA;
}
.footer-top-bar nav
{
	
}
.footer-nav ul, .footer-socail-bar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
.footer-nav ul li, .footer-socail-bar ul li
{
	display: inline-block;
}
.footer-nav ul li a
{
	display: block;
	padding:10px 15px;
	color: #FFF;
	font-size: 14px;
}
.footer-nav ul li a:hover,
.footer-nav ul li a.active
{
	color: #aaa;
}
.footer-socail-bar
{
	margin-top: 30px;
	position: relative;
}
.footer-socail-bar ul li a
{
	text-align: center;
	display: block;
	color: #ABABAB;
	padding:0px 30px;
	text-transform: uppercase;
	font-size: 17px;
}
.footer-socail-bar ul li a > *
{
	display: block;
}
.footer-socail-bar ul li a > span
{
	margin-top: 15px;
	font-weight: bold;
}
.footer-socail-bar ul li a:hover
{
	color: #069BFA;
}
.footer-socail-bar p
{
	text-align: center;
	color: #069BFA;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	width:100%;
	bottom:-70px;
}


/* -------------------
== Inner Styles ==
---------------------*/
/* -----------------
=== products ======
--------------------*/
.inner-hero
{
	max-height: 320px;	
	background: url(../img/inner-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	        overflow: hidden;
}


.inner-banner-text{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-banner-text h2{
	    color: #fff;
    font-weight: bold;
    font-size: 60px;
    margin: 0px;
}

.inner-banner-text p{
font-size: 33px;
    color: white;
    margin: 0;
    padding: 0px 245px;
    text-transform: capitalize;
}
.bg-wrapper{
	background: #f1f5f8
}
.breadcrumbs ul{
list-style: none;
display: inline-block;
}
.breadcrumbs ul li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	color: #366ca4;
	
}
.breadcrumbs ul li a{
	text-transform: uppercase;
	font-size: 10px;
	color: #366ca4;	
}
.breadcrumbs ul li a:hover{
	color: #2474C7;
}
.product-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
}
.product-wrap{
	background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 5px #dfdfdf;
    padding-bottom: 0;
    min-height: 270px;
    margin-bottom: 30px;
}
.product-wrap a h4 {
	color: #818181;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 20px;

}
.product-wrap a:hover h4{
	color: #366ca4;
}
/* -------------------
== process Styles ==
---------------------*/
.process{
	background: url(../img/temp/pro-back.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.pro-text h2
{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	margin:0px;
}
.pro-text p
{
	font-size: 33px;
	color: white;
	margin:0;
	font-weight: 400;
}
.pro-text{
	text-align: center;
	    padding-top: 70px;
    padding-bottom: 70px;
}
.pro-bread ul li a{
	color: #366CA4;
		font-weight: 400;
}
.pro-bread ul{
	margin: 0px;
}
.pro-bread ul li{
	display: inline-block;
	list-style: none;
		color: #366CA4;
		font-weight: 400;
		font-size: 9px;
		text-transform: uppercase;
}
.pro-bread{
	padding-top: 20px;
}
.pro-drop{
	    text-align: right;
}
.pro-drop p{
	color: #959595;
	text-align: right;
	display: inline-block;
	padding-right: 16px;
}
.pro-drop select{
	font-size: 13px;
	    width: 211px;
	    border: none;
}
.pro-content{
	background: #F1F5F8;
}

.content-pro{
	background: #FFF;
	color: #818181;
	box-shadow: 0px 0px 5px #dfdfdf;
    border: 2px solid #dfdfdf;
}
.content-pro:hover{
		box-shadow: 0px 0px 5px #dfdfdf;
    border: 2px solid #d7f1fa;
}
.matter-pro h2 a{
color:#818181;
font-weight: bold;
    font-size: 24px;
}
.matter-pro p{
	font-weight: bold;
	font-size: 15px;
	    margin: 0px;
    padding-bottom: 10px;
}
.spec-wrap p{
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0px;
}
.spec-wrap h3{
	font-size: 17px;
	color:#818181;
	font-weight: bold;
}
.content-pro-wrap{
	padding-top: 34px;
	padding-bottom: 26px;
    overflow: hidden;
}
.spec-wrap{
	background: #F8F8F8;
	padding: 10px 0px;
	padding-top: 0px;
}
.band-content-wrap{
	padding-bottom: 34px;
}
.matter-pro{
	margin-top: -9px;
}


/*single page styling*/

.prfl-img{
  padding: 20px;
  margin-bottom: 10px;
}
.profile-img {
 margin-bottom: 10px;
}
.inner-prfl{
  margin: 20px;
}

.profile-img h4{
font-family: 'Montserrat', sans-serif;
font-size:14px;
color: #069bfa;
text-transform: uppercase;
padding-top: 45px;
}
 .admin-nav-bar ul{
      list-style-type: none;
      background: #1a6bac;
      margin: 0;
    }
    .admin-nav-bar ul li{
      padding:20px;
      border-bottom: 1px solid #cbcbcb;
    }
    .admin-nav-bar ul li a{
       font-family: 'Montserrat', sans-serif;
       font-weight: 400;
       font-size: 12px;
      color: #fff;
      text-transform: uppercase;
    }
    .admin-nav-bar ul li.active {
    background: #1aa6fe;
    border-bottom: 1px solid #fff;
}
 .admin-arrow{
      float: right;
      font-size: 16px;
    }
  .admin-nav-bar ul li:nth-child(5){
border-bottom: none;
}
/*/////////////////////////tab style////////////////////////////////////*/
.tab-wrapper{
	overflow: hidden;
}
.tab-wrapper .tabs{
	text-align: left;
}
.tab-wrapper ul li a{
	background: #ebebeb;
	color: #ACACAC;
	border: 1px solid #e7e7e7;
	font-weight: 400;
	font-size: 14px;
}
.tab-wrapper ul.tab-btn li a:hover, ul.tab-btn li.active a{
	background: #FFF;
	color: #8E8E8E;
}
.tab-wrapper ul.tab-btn li.active a{
	border: none;
}
.tab-wrapper ul.tab-btn li.active a:after, ul.tab-btn li a:hover:after{
	display: none;
}
.tab-wrapper ul.tab-btn li {
    margin-right: -5px;
        padding: 12px 0px;
}
.tab-wrapper .tab-content {
    top: 12px;
    border: 1px solid white;
    }
.tab-wrapper .tab-content{
	top: 0px;
}
.tab-wrapper .tab-content p{
text-align: justify;
}
.tab-wrapper .tab-content h3,.related h3,.tab-content h4 a{
	font-weight: bold;
	font-size: 19px;
	color: #1AA6FE;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.tab-content h4 a{
	font-size: 15px;
	color: #1AA6FE;
	text-transform: uppercase;
}
.tab-wrapper .tab-content p,.related p,.tab-content ul li{
    font-weight: 300;
    font-size: 15px;
    color: #7e7e7e;
    font-family: 'Roboto', sans-serif;
    }
.tab-wrapper ul.spec{
    	font-weight: 400;
    	font-family: 'Roboto', sans-serif;
    }
.related-content h4 a{
	color: #1AA6FE;
	font-size: 15px;
	    padding-top: 15px;
}
.related-content h4 a:hover{
	text-decoration: underline;
}
#tab2,#tab3{
	display: none;
}
.related{
	    background: #FFF;
    padding: 60px 50px;
}
.tab-content ul li a{
	background: none;
	border: none;
	font-weight: 300;
    font-size: 15px;
    color: #069bfa;
    font-family: 'Roboto', sans-serif;
}
/* /////////////////////////////////////////////////////////////////// */

/*about Us*/
.about-hero
{
	max-height: 320px;	
	background: url(../img/inner-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.about-text{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 75px;
}
.about-text h2
{
	color: #119DF5;
	font-weight: bold;
	font-size: 60px;
	margin:0px;
}
.about-text p
{
	font-size: 33px;
	color: white;
	margin:0;
	padding:0px 245px;
}
.about{
	background: #f1f5f8;
	padding-top: 50px;
	padding-bottom: 60px;
}

.about-wrap{
	background: #fff;
	padding:30px;
}
.about-ico-wrap h3{
	font-weight: 700;
    font-size: 18px;
    color: #1aa6fe;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.about-ico-wrap p{
	text-align: justify;
	font-weight: 300;
    font-size: 15px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}
.updates ul li{
	text-align: justify;
	font-weight: 300;
    font-size: 15px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    padding-bottom: 10px;
}
.right-sec{
	padding-top: 35px;
}
.contact-wrap{
	padding-top: 20px;
	padding-bottom: 30px;
}
.contact{
	padding-left: 60px;
}
.contact p{
	margin: 0;
}
p.email{
	color: #9f9f9f;
	text-transform: capitalize;
	font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
p.mail-id{
	color: #069bfa;
	text-transform: capitalize;
	font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.featured h3,.contactus h3{
	font-weight: 700;
    font-size: 15px;
    color: #9f9f9f;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.desc h3 a{
	font-weight: 700;
    font-size: 12px;
    color: #1aa6fe;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.desc p{
	text-align: justify;
	font-weight: 300;
    font-size: 12px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
}

.mail i,.call i{
font-size: 35px;
color: #1aa6fe;
}
/*--------------------------contact us------------------------*/
.roll-iconbox {
    text-align: center;
    margin-bottom: 30px;
}
.roll-iconbox .icon {
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    margin: 0 auto 0;
    line-height: 98px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.roll-iconbox .icon{
    color: #ff1200;
        border-color: #ff1200;
}
.roll-iconbox .icon img {
    width: 41px;
    height: 41px;
}
.roll-iconbox h3 {
    font-size: 20px;
    color: #6a6a6a;
    margin: 17px 0 4px;
}
.roll-iconbox p {
    margin: 0 !important;
	font-weight: 300;
    font-size: 16px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
}
.form-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-wrap h2 {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    color: #6a6a6a;
    text-transform: uppercase;
    margin: 0px 0 13px;
}
.roll-contact-form .input-wrap input, .roll-contact-form .message-wrap textarea {
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
}
.roll-contact-form .message-wrap textarea {
    height: 100px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.roll-contact-form .send-wrap {
    text-align: right;
}
.send-wrap input[type="submit"]{
	padding: 10px 10px;
	font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #1aa6fe;
    border: none;

}
.contact-wrapper{
	padding-top: 50px;
}
.contact-img{
padding-top: 80px;
}
/*top sub menu styling*/
li.product .pro-menu{
	background: #fff;
	padding-top: 12px;
    position: absolute;
    z-index: 9999;
        width: 1171px;
    padding-bottom: 50px;
left: -999em;
}
li.product .pro-menu h3 a{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #27a8fb;
}
li.product .pro-menu ul li a{
	 font-family: 'Roboto', sans-serif;
	 font-weight: 400;
	 font-size: 12px;
	 color: #8c8c8c;	
}
li.product .pro-menu ul li{
	list-style: none;
	display: block;
	padding: 0px;
	line-height: 2.5;
}
li.product .pro-menu ul{
	margin: 0px;
}
.main-nav ul li.show .pro-menu{
	left: 0px;
}

.main-nav ul li .pro-menu ul li {
	display: block;
	float: none;
}
/*certicates documentation- CRN*/
.crn-ico {
	margin-top: 20px;
}
.crn-ico h5{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6a6a6a;
}
.crn-ico ul{
	list-style: none;
	margin-left: 0;
}
.crn-ico ul li a{
	font-family: 'Roboto', sans-serif;
	 font-weight: 400;
	 font-size: 12px;
	 color: #8c8c8c;
}
.crn-ico ul li a:hover{
	color: #0976bd;
	text-decoration: underline;
}

/*datasheets styling*/
.datasheet ul li a{
    font-weight: 300;
    font-size: 15px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    padding-bottom: 10px;
}
.datasheet ul li a:hover{
	text-decoration: underline;
	color: #0976bd;
}

a.fez
{
	color:#F68B27;
}


















































/*helper classes*/
.white{
	background: #fff;
}
.right{
	float: right;
}
.left{
	float: left;
}
.width	{
	width: 	100%;
}
/* -------------------
== Medai Query Styles ==
---------------------

@media only screen and (max-width :1024px) {
	.social
	{
		display: none;
	}
	.logo-wrapper
	{
		display: block;
		width:100%;
		float:none;
	}
	h1.logo
	{
		text-align: center;
	}
	.about-text p{
		font-size: 25px;
	}
}
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (max-width :1024px) {


.about-text p {
    font-size: 26px;
}
.mail i, .call i {
    font-size: 25px;
}
.contact {
    padding-left: 42px;
    margin-top: -3px;
}
p.mail-id {
    font-size: 13px;
}
.contact-phones span {
    margin-left: 0px;
}
}
@media only screen and (max-width :924px) {
  /*Style goes here*/
  .main-nav
  {
    display: none;
    border-top:2px dotted #EA8328;
    background: #ffffff;
  }
  .main-nav ul li
  {
    display: block;
    float: none;
    padding:0 ;
    margin: 0 ;
    border-bottom:2px dotted #EA8328;
  }
  .main-nav ul li a
  {
    text-align: center;
    padding:12px 5px;
   	border: none;
    border-right: none;
    color:#ABABAB;
  }
   .main-nav ul li a:hover{ 	
    color:#069BFA;	
   }
  .main-nav ul li:last-child a
  {
    border:none;
  }
  #menu
  {
    display: block ;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    padding: 10px;
  }
  .service-sec-title
  {
  	margin-top: 20px;
  	text-align: center;
  }
  .services
  {
  	padding: 20px 30px 50px;
  }
  .services .img-wrap
  {
  	text-align: center;
  }
}
@media only screen and (max-width :768px) {

.tab-wrapper .tab-btn li a {
    font-size: 9px;
}
.about-text p {
    padding: 0px 167px;
}
.hero-text p {
    padding: 0px 188px;
}
h1.logo {
    text-align: center;
}
ul.header-social-icons {
    
    margin: 0px 0 0 289px;
    float:none;
}
.contact-phones{
  margin-right: 166px;	
   margin-top: 0px ;
}
.contact-phones span {
    margin-left: 10px;
}
}
@media only screen and (max-width :640px) {
  .inner-banner-text p {
    padding: 0px 229px;
}
.hero-text p {
    padding: 0px 136px;
}
ul.header-social-icons li {
    width: 13px;
}
.contact-phones span {
    font-size: 13px;
}
.about-text p {
    padding: 0px 131px;
}
p.email {
    font-size: 15px;
    }
ul.tab-btn li a {
padding: 15px 16px;
}
.footer-socail-bar ul li a {
    padding: 0px 22px;
    font-size: 15px;
}
.mail i, .call i {
    font-size: 17px;
}
.contact {
    padding-left: 30px;
    }
    p.mail-id {
    font-size: 9px;
}
.breadcrumbs ul li a,.breadcrumbs ul li {
    font-size: 7px;
}
ul.header-social-icons {
    margin: 0px 0 0 225px;
    float: none;
}
}
@media only screen and (max-width :637px) {
  /*Style goes here*/
  .header-social-icons,.contact-phones{
  	
  	float: none !important;
  	text-align: center !important;

  }
  .contact-phones span{
  	display: block !important;
  	text-align: center;
  	float: none !important;
  }
 ul.header-social-icons {
    margin: 0px 0 0 153px;
    float: none;
}

}

@media only screen and (max-width :480px) {
  /*Style goes here*/
  .inner-banner-text p {
    padding: 0px 149px;
}
.content-wrap h2 {
    font-size: 30px;
    }
 .hero-text p {
    padding: 0px 21px;
        font-size: 29px;
} 
.footer-nav ul li a {
    padding: 10px 8px;
}
.footer-socail-bar ul li a {
    padding: 0px 11px;
    font-size: 13px;
}
.about-text p {
    font-size: 18px;
    padding: 0px 89px;
}
}


