@import url(https://fonts.googleapis.com/css?family=Varela+Round);

@font-face {
    font-family: 'colaborate-thinregular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff2') format('woff2'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'colaborate-thinregular', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.ivlts_mail_grid_left1,.ivlts_mail_grid_left2 a,.ivlts_services_grid_main,.qck_ivlts_nav_right ul li a,.ivlts_banner_info_right ul li a,.inine_copy_right p a,.fst_map_grid ul li a,.qck_ivlts_footer_grid ul li a{
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
button{
background:#ce000b;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 10px 10px;
	margin-top:20px;	
}
button:hover{
	background:#CCC;
	color:#212121;
}
.container
{
	z-index:1001;	
}
/*-- banner --*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:700px;
	width: 100%;
	position: relative;
	border-bottom: solid 5px #ccc;
	z-index:1;
}
.banner1{
	background:url(../images/bannerinner.jpg) no-repeat;
	background-position: top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:480px;
	position: relative;
	border-bottom: solid 5px #CCC;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
    padding: 1em 0 0;
}
.navbar-brand {
    height: 50px;
    padding: 0;
    font-size: 1.2em;
    line-height: 45px;
	width:25%;
    /*padding-left: 0.6em;
    background: url(../images/1.png) no-repeat 0px 0px;*/
}
.navbar-brand img {
    width:100%;
}
.navbar-brand span {
    line-height: 0.5;
    color: #ffc100;
    text-transform: capitalize;
    transform: rotate(-150deg);
	-webkit-transform: rotate(-150deg);
	-moz-transform: rotate(-150deg);
	-o-transform: rotate(-150deg);
	-ms-transform: rotate(-150deg);
    display: inline-block;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ce000b;
    background: none;
}
.navbar-nav > li > a {
	padding:22px 19px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
    color:#000;
}
.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
    margin-left: 0em;
}
.navbar-nav {
	/*margin:0 0 0 21em;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ce000b;
}
.nav > li > a,.fst_short_dropdown li a {
	font-family: 'colaborate-thinregular', sans-serif;
	font-size:1.1em;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active.open > a{
	color: #ce000b;
}

.fst_short_dropdown li a {
    padding: 8px 20px;
    color: #000;
	font-size:1.2em;
	font-weight:bold;
    text-align: center;
}

.fst_short_dropdown li a:before{
	content:'';
	display:none;
}

/* Effect 13: three circles */
.cl-effect-13 ul li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 ul li a::before {
	position: absolute;
	top:75%;	left: 50%;

	color: transparent;
	content: '.';
	font-family:'Varela Round';
	
	text-shadow: 0 0 transparent;
	font-size:2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,ul.nav.navbar-nav li.active a::before{
	color: #000;
	text-shadow: 10px 0 #000, -10px 0 #000;
}
/*-- //nav --*/

.thim-click-to-bottom {
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.thim-click-to-bottom i {
    color: #fff;
    padding: 20px 10px;
    border: 1px solid;
    border-radius: 20px;
	font-size: 15px;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}




.herobox
{
	 text-align: left;
  
  position: absolute;
  top: 60%;
  left: 29%;
  transform: translate(-50%, -50%);
  
  width:27.9em;
  
  background-color:#CE000B;
}
.hero-text {
  
  color: white;
  border:solid 0px #FFF;
  padding:3em;
  background-color:#CE000B;
}

.hero-text h1 {
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	font-family:'Open Sans';
}
.hero-text span{
color:#FFF;	
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}





blockquote {
            width: 100%;
            max-width:1170px;
            margin: 30px auto;
            box-sizing: border-box;
            padding: 10px 10px 10px 50px;
            border-left:8px solid #ce000b;
            border-right: 3px solid #ce000b;
            box-shadow: 2px 2px 35px #ccc;
            position: relative;
            color: #2c3e50;
            line-height: 1.3em;
            text-align: justify;
            font-family: "Georgia";
			font-size:1.5em;
        }
        
        blockquote:before {
            content: "\201C";
            font-size: 30px;
            position: absolute;
            font-size: 60px;
            font-weight: bold;
            color: #757575;
            left:10px;
            top:26px;
        }
        





.mb-wrap {
	width: 300px;
	margin: 20px auto;
	padding: 20px;
	position: relative;	
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}










.video-background{
    width: 100%;
    height: 100%;
    padding-bottom: 0px;position: absolute;
    top: 0;
    left: 0;overflow:hidden;}



    .video-background video{      -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: brightness(30%);
    filter: brightness(30%);  
        background: transparent;
        z-index: 0;
        width: 100%    !important;
        display: none;}

        /* code for animated blinking cursor */
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }




/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.testimonials,.services,.portfolio,.mail,.i9_inine_qck_icons,.typo{
	padding:5em 0;
}

.heading-title
{
margin-bottom:3em;
	background: #fff url(../images/hbg.png) no-repeat center right;
	background-position:right;
	line-height: 50px;
	height:50px;	
}
.heading-title> h1{
	text-transform:capitalize;
	font-size:2em;
	color:#000;
	line-height: 50px;
	background-color:#FFF;
	padding-right:20px;
	float:left;
	font-weight:bold;
	font-family:'colaborate-thinregular';
}


.inine_banner_btm_grid{
	padding-right:3.7em;
	text-align:left;
	border-right:1px solid #CCC;
}
.inine_banner_btm_grid h2{
	text-transform:capitalize;
	font-size:1.3em;
	margin-bottom:1em;
	color:#FFF;
	font-weight:bold;
	background-color:#CE000B;
	padding:0.7em 1.5em 0.7em 1em;
	float:left;
}
.inine_banner_btm_grid p{
	color:#4D4D4D;
	line-height:2em;
	font-size:1.01em;
	text-align:justify;
}
.inine_banner_btm_grid1:nth-child(2){
	margin:1em 0;
}
.inine_banner_btm_grid1:nth-child(3){
	margin-bottom:1em;
}
.inine_banner_btm_grid1{
	position:relative;
}
.inine_banner_btm_grid1_pos{
	position: absolute;
    right: -10.5%;
    top: -8%;
}
.inine_banner_btm_grid1_pos i{
	background: #CE000B;
    color: #FFF;
    font-size: .8em;
    border-radius: 46px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 3;
}
.i9_qck_banner_bottom_grid_right{
	padding-left:4em;
	margin-top: 3em;
}
/*-- //banner-bottom --*/




/* Services */

.servicess
{
background:url(../images/bannerred.jpg) no-repeat bottom;
background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	position: relative;	
	padding:3em 0 5em;
}
.services-box {
    text-align: center;
}

.services_1 h2, .servicess h3 {
	font-family:'colaborate-thinregular'
    font-size: 1px;
    color: #FFF;	
	margin-bottom:0.3em;
	font-weight:bold;
}
.services-box p {
    font-size: 17px;
    font-weight: 300;
}
.roundr{
	text-align:center;
	padding:1em 1em;
}
.roundr img {
	max-width:95px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
}

.i9_fst_head{
	font-size:2.5em;
	color:#212121;
	text-align:center;
}
p.augue_fst{
	color:#999;
	text-align:center;
	position:relative;
	font-weight: 500 !important;
}
p.augue_fst:before,p.augue_fst:after{
	content: '';
    background: #ce000b;
    height: 2px;
    width: 10%;
    position: absolute;
    top: 45%;
}
p.augue_fst:before{
	left:25%;
}
p.augue_fst:after{
	right:25%;
}
p.augue_fst_white{
	color:#fff;
	text-align:center;
	position:relative;
	font-weight: 500 !important;
	margin-bottom:2.5em;
}
p.augue_fst_white:before,p.augue_fst_white:after{
	content: '';
    background: #fff;
    height: 2px;
    width: 10%;
    position: absolute;
    top: 45%;
}
p.augue_fst_white:before{
	left:25%;
}
p.augue_fst_white:after{
	right:25%;
}

/* --//Services --*/




/*-- footer --*/

.footermy{
	padding:4em 0;
	background:#D4D4D4 url(../images/fbg-white.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.footermy h2 a{
	font-size: 1.2em;
    line-height: 45px;
    padding-left: 0.6em;
    /*background: url(../images/1.png) no-repeat 0px 0px;*/
    color: #CE000B;
}
.footermy h2 {
    text-align: left;
}
.footermy h3{
	font-family: 'colaborate-thinregular';
	text-align: left;
    font-size: 2em;
    color: #000;
	font-weight:bold;
	margin-bottom:1em;
}

.footermy form{
	text-align:left;
	width:80%;
	margin:0 auto;
	float:left;
}
.footermy input {
    outline: none;
    padding: 10px 10px;
    color: #212121;
    width: 94.1%;
    background: #fff;
    border: none;
	margin-right:1em;
	margin-bottom:1.1em;
	line-height:1.5em;
	font-size:1.01em;
}
.footermy textarea {
    outline: none;
    padding: 10px 10px;
    color: #212121;
    width: 94.1%;
    background: #fff;
    border: none;
	margin-right:1em;
	margin-bottom:1.1em;
	line-height:1.5em;
	font-size:1.01em;
}
.footermy input[type="submit"] {
    outline: none;
    width: 35%;
    background:#ce000b;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 10px 10px;
}
.footermy input[type="submit"]:hover{
	background:#fff;
	color:#212121;
}

.footermy p
{
	color:#4D4D4D;
	line-height:1.5em;
	font-size:1.01em;
}

.footerlh
{
	margin-bottom:1.5em;	
}
.footerlh i{
	background-color:  #ce000b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 3px 15px 0 0;
	vertical-align: top;
}

.footermy i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footermy p{
	display: inline-block;
	color:#4D4D4D;
	line-height:1.5em;
	font-size:1.01em;
	vertical-align: middle;
	margin:0;
}

.footermy p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footermy p a{
	color:  #ce000b;
	text-decoration: none;;
}

.btmfooter
{
	background-color: #ce000b;
	height: 200px;
	vertical-align:middle;	
	padding:4.5em 0;
}
.btmfooter-left
{
	color:#FFF;	
	vertical-align: middle;
	text-align:center;
	margin-bottom:1.5em;
}

.btmfooter-right
{
	color:#FFF;	
	vertical-align: middle;
	text-align:center;
}
.btmfooter-right a
{
	font-size:1em;
	color:#FFF;	
	font-weight:bold;
}

.btmfooter-left ul {list-style-type: disc; color:#FFF;}

.btmfooter-left ul li{
	display:inline-block;
	margin-left:2em;
	margin-right:2em;
	list-style-type: disc;
	color:#FFF;
	line-height:2em;
}
.btmfooter-left ul li::before { content:"\25EF"; font-size:1.2em; padding-right:7px; }
.btmfooter-left ul li a{
	color:#FFF;
	font-size:1.2em;
	text-decoration:none;
}
::-webkit-input-placeholder{
	color:#999 !important;
}
/*-- //footer --*/

/*-- to-top (called via js) --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/





/*-----start-responsive-design------*/

@media (max-width:1366px){
	.banner {
		min-height: 640px;
	}
	
}
@media (max-width:1280px){
	.navbar-nav {
		margin: 0 0 0 21em;
	}
	
}
@media (max-width: 1200px){
	.navbar-nav {
		margin: 0 0 0 0em;
	}
}
@media (max-width: 1080px){
	.navbar-nav {
		margin: 0 0 0 0em;
	}
	.navbar-nav > li > a {
		padding: 17px 25px 0;
	}
	
	.banner {
		min-height: 520px;
	}
	
	
	.inine_banner_btm_grid h2 {
		font-size: 1.2em;
	}
	
	.i9_qck_banner_bottom_grid_right {
		padding-left: 2em;
	}
	
	p.augue_fst:before {
		left: 22%;
	}
	p.augue_fst:after {
		right: 22%;
	}
	.i9_fst_head {
		font-size: 2.3em;
	}
	
	.banner-bottom,.services-footer-top, .testimonials, .services, .portfolio, .mail, .i9_inine_qck_icons, .typo {
		padding: 5em 0;
	}
	
	.banner1 {
		min-height: 250px;
	}
	
}
@media (max-width: 1024px){
	
	.navbar-nav > li {
		font-size: 13px;
	}
	.navbar-nav {
		margin: 0 0 0 0em;
	}
	.banner-bottom, .services-footer-top, .testimonials, .services, .portfolio, .mail, .i9_inine_qck_icons, .typo {
		padding: 4em 0;
	}
	
}
@media (max-width: 991px){
	
	.navbar-brand {
		height: 40px;
		font-size: 1.1em;
		line-height: 35px;
		padding-left: 0.5em;
		/*background: url(../images/1.png) no-repeat 0px 0px;*/
		background-size: 25%;
		width:30%
	}
	.navbar-nav > li {
		font-size: 12px;
	}
	.navbar-nav > li > a {
		padding: 13px 12px 0;
		font-size:1.2em;
		color:#FFF;
	}
	.navbar-default .navbar-nav > li > a {
    color:#fff;
}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ce000b;
	font-size:1.2em;
	font-weight:bold;
}
	
	p.augue_fst:before {
		left: 17%;
	}
	p.augue_fst:after {
		right: 17%;
	}
	
	.slide figure img {
		margin: 0 auto;
	}
	.i9_qck_banner_bottom_grid_right {
		margin-top: 3em;
	}
	.inine_banner_btm_grid{
	padding-right:0;
	text-align:left;
	border-right:0px solid #CCC;
}
	.footermy form{
	text-align:left;
	width:100%;
	margin:0 auto;
	float:none;
}
	

	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-toggle {
		margin: .5em 0 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.81);
		z-index: 999;
		overflow:hidden;
		padding-right:15px;
	}
	
	
	
	.navbar-nav > li > a {
		padding: 13px 0 0;
		margin-bottom: 10px;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	
	
	.navbar-nav .open .dropdown-menu {
		width: 50%;
		margin: 0 auto;
		background-color: rgb(255, 255, 255);
		border-radius: 0;
	}
	
	.fst_short_dropdown li {
    padding: 8px 20px;
    color: #ce000b;
	font-size:1em;
    text-align: center;
	background-color:#fff;
}
.fst_short_dropdown li:hover {
    padding: 8px 20px;
    color: #fff;
	font-size:1em;
    text-align: center;
	background-color:#ce000b;
}
	
	.thim-click-to-bottom {
		left: 47%;
	}
	
	
}
@media (max-width:900px)
{
.btmfooter
{
	
	padding:3.5em 0;
}	
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	
	
}
@media (max-width: 768px){
	
	.banner1 {
		min-height: 175px;
	}
	.banner-bottom, .services-footer-top, .testimonials, .services, .portfolio, .mail, .i9_inine_qck_icons, .typo {
		padding: 3em 0;
	}
}

@media (max-width: 736px){
	
	.banner {
		min-height: 465px;
	}
	
	.i9_fst_head {
		font-size: 2em;
	}
	.footermy {
		padding: 3em 0;
	}
}
@media (max-width: 667px){
	
	.slider {
		padding-bottom: 2em;
	}
	p.augue_fst:before {
		left: 13%;
	}
	p.augue_fst:after {
		right: 13%;
	}
	
}
@media (max-width: 640px){
	
}
@media (max-width: 600px){
	
	.navbar-brand {
    height: 50px;
    padding: 0;
    font-size: 1em;
    line-height: 45px;
	width:50%;
    /*padding-left: 0.6em;
    background: url(../images/1.png) no-repeat 0px 0px;*/
}
.navbar-brand img {
    width:100%;
}
	.navbar-brand {
		font-size: 1em;
	}
	
	.fstinfo_about_right h3 {
		font-size: 1.6em;
	}
	.fstinfo_about_right {
		padding: 2em;
	}
	p.augue_fst:before {
		left: 10%;
	}
	p.augue_fst:after {
		right: 10%;
	}

}
@media (max-width: 568px){
	
	.thim-click-to-bottom i {
		padding: 18px 9px;
		font-size: 13px;
	}
	
	.herobox
{
	 text-align: left;
  
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width:85%;
  
  background-color:#CE000B;
}
.hero-text {
  
  color: white;
  border:solid 0px #FFF;
  padding:2.5em;
  background-color:#CE000B;
  
}

.hero-text h1 {
	font-weight:bold;
	color:#FFF;
	font-size:1.65em;
  
}
.hero-text span{
color:#FFF;	
font-size:0.9em;
}	
	
	
}
@media (max-width:560px)
{
.btmfooter
{
	
	padding:2.5em 0;
}	
}
@media (max-width: 480px){
	
	.banner {
		min-height: 400px;
	}
	
	.inine_banner_btm_grid h2 {
		font-size: 1.1em;
	}
	
	.i9_qck_banner_bottom_grid_right {
		margin-top: 2em;
		padding: 0 1em;
	}
	p.augue_fst:before {
		left: 2%;
	}
	p.augue_fst:after {
		right: 2%;
	}
	
	.i9_fst_head {
		font-size: 1.8em;
	}
	.heading-title
{
margin-bottom:1em;
	background: #fff url(../images/hbg.png) no-repeat center left;
	background-position:left;
	line-height: 50px;
	height:50px;	
}
	
}
@media (max-width: 414px){
	
	.navbar {
		padding: 1.5em 0 0;
	}
	
	.banner {
		min-height: 345px;
	}
	.navbar-brand {
		font-size: .9em;
	}
	.navbar-toggle {
		margin: 0;
	}
	.banner-bottom, .services-footer-top, .testimonials, .services, .portfolio, .mail, .i9_inine_qck_icons, .typo {
		padding: 2em 0;
	}
	
	.inine_banner_btm_grid h2 {
		font-size: 1em;
	}
	
	p.augue_fst {
		font-size: 13px;
	}
	p.augue_fst:before {
		left: 0%;
	}
	p.augue_fst:after {
		right: 0%;
	}
	
	.banner1 {
		min-height: 140px;
	}
	
}
@media (max-width: 384px){
	
	.i9_qck_banner_bottom_grid_right {
		padding: 0;
	}
	
	.i9_fst_head {
		font-size: 1.6em;
	}
	p.augue_fst:before, p.augue_fst:after {
		width: 7%;
		top: 52%;
	}
	
}
@media (max-width: 375px){
	
	.inine_banner_btm_grid {
		margin-right: 1em;
	}
	
	p.augue_fst:before {
		left: -2%;
	}
	p.augue_fst:after {
		right: -2%;
	}
	
}
@media (max-width: 320px){
	.navbar-brand {
		font-size: .8em;
		/*background: url(../images/1.png) no-repeat 0px 5px;*/
		background-size: 25%;
		height: 34px;
	}
	p.augue_fst:before, p.augue_fst:after {
		top: 25%;
	}
	
	p.augue_fst {
		width: 90%;
		margin: 0 auto;
		line-height: 1.8em;
	}
	.inine_banner_btm_grid h2 {
		font-size: .9em;
	}
	
	
	.banner {
		min-height: 290px;
	}
	.thim-click-to-bottom i {
		padding: 15px 7px;
		font-size: 9px;
	}
	.nav > li > a {
		font-size: 11px;
	}
	
}




