@font-face {
	font-family: "Avenir-roman";
	src: url("../font/Avenir-Roman.otf");
}
@font-face {
	font-family: "OpenSans-Semibold";
	src: url("../font/OpenSans-Semibold.ttf");
}
@font-face {
	font-family: "OpenSans-Regular";
	src: url("../font/OpenSans-Regular.ttf");
}
@font-face {
	font-family: "OpenSans-Light";
	src: url("../font/OpenSans-Light.ttf");
}
@font-face {
	font-family: "OpenSans-Bold";
	src: url("../font/OpenSans-Bold.ttf");
}@font-face {
	font-family: "OpenSans-Italic";
	src: url("../font/OpenSans-Italic.ttf");
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: OpenSans-Regular;
}
hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #F05F40;
}
hr.light {
	border-color: #fff;
}
a {
	color: #F05F40;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: #f05f40;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.bg-primary {
	background-color: #F05F40 !important;
}
.bg-dark {
	background-color: #212529 !important;
}
.text-faded {
	color: rgba(255, 255, 255, 0.7);
}
section {
	padding: 4rem 0;
}
.section-heading {
	margin-top: 0;
}

::-moz-selection {
 color: #fff;
 background: #212529;
 text-shadow: none;
}
::selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}
img::selection {
	color: #fff;
	background: transparent;
}
 img::-moz-selection {
 color: #fff;
 background: transparent;
}

#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
	font-family: Avenir-roman;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	
}
#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #F05F40;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #f05f40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #3e5c90;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #F05F40;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
	color: #F05F40 !important;
	background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
	background-color: transparent;
}
.btn-started{
	position: fixed;
    top: 8px;
    right: 176px;

}
.slider-bottom-text{
/*
position: relative;
	padding-bottom: 30px;
*/
	position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
/*    width: 840px;*/
    bottom: 0;
}
.slider-bottom-text p {
    position: absolute !important;
    /* padding-top: 50%; */
    /* left: 0; */
    bottom: 0;
    width: 100%;
	
    font-size: 14px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 100px !important;
	height: 100px !important;
/*	background: #212529 no-repeat center center !important;*/
}
.carousel-control-next-icon{
	background-image: url(../images/navigator-right.jpg);
}
.carousel-control-prev-icon{
	background-image: url(../images/navigator-left.jpg);
}
.form-group{
	width: 90%;
}
.textual .form-group textarea{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ccc !important;
}
.button-sub .form-group{
	width: 100% !important;
}
.collapse .navbar-collapse{
	display: block !important;
}

@media (min-width: 992px) {
#mainNav {
	border-color: transparent;
	background-color: transparent;
/*	padding-top: 40px;*/
}
#mainNav .navbar-brand {
	color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
	padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
	color: #3e5c90;
    font-size: 11.2px;
    font-family: Avenir-roman;
    line-height: 0px;
    border-right: 2px solid #eb7068;
}
	#mainNav .navbar-nav > li.nav-item:last-child a{
    border-right: none;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #fff;
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
}
#mainNav.navbar-shrink .navbar-brand {
	color: #F05F40;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #f05f40;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
	color: #164b91;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #F05F40;
}
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("../images/AirDXB_Background.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.social-icons a {
	display: inline;
	color: #ef967e;
	padding-left: 10px;
}
.social-icons{
	margin-bottom: 0;
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
header.masthead h1 {
	font-size: 2rem;
}
header.masthead h1:before{
	color: #eb7068;
    content: "\201C";
    font-size: 156px;
    position: absolute;
        top: 13px;
    left: 215px;
    font-family: Arial, Helvetica, sans-serif;
}
header.masthead h1:after{
	color: #eb7068;
    content: "\201D";
    font-size: 156px;
    position: absolute;
    top: 84px;
    right: 197px;
    font-family: Arial, Helvetica, sans-serif;
}
header.masthead p {
	font-size: 20px;
    color: #828181;
    font-family: OpenSans-Regular;
}
.slider-bottom-text{
/*	position: relative;*/
}
.slider-bottom-text p span {
   position: absolute;
   bottom: 0;
   right: 0;
}
.whydxb h1{
	color: #144c91;
	padding-top: 20px;
	font-family: OpenSans-Italic;
}
.whydxb p{
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #818181;
}
.service-box h3{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
	color: #144c91;
	font-family: OpenSans-Italic;
	font-size: 23px;
}
.service-box p{
	color: #144c91;
	font-family: OpenSans-Light;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.service-box {
	max-width: 400px;
}
#services{
    background-image: url("../images/What_We_Do_Background.jpg");
    height: auto; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.whatwedo h1{
	color: #fff;
	padding-top: 20px;
	font-family: OpenSans-Italic;
	font-size: 40px;
}
.pop-header{
	padding-top: 40px;
	margin: 0 auto;
}
.whatwedo-item{
	padding-top: 50px;
	padding-left: 60px;
}
.whatwedo-item img{ 
	margin-top: -30px;
}
.whatwedo p{
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 14px;
}
.whatwedo-item i{
	display: inline;
}
.whatwedo-item h3{
/*	    display: inline;*/
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    font-family: OpenSans-Regular;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1.5;
}
.border-pink p{
	color: #4887a6;
	border-left: 6px solid #e1a4a2;
	padding-left: 20px;
}
.border-blue p{
	color: #4887a6;
	border-left: 6px solid #355678;
	padding-left: 20px;
}
/*Pricing Area*/
#pricing{
    background-image: url("../images/Pricing_Background.jpg");
    height: auto; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pricing h1 {
    color: #fff;
    padding-top: 20px;
    font-family: OpenSans-Italic;
    font-size: 40px;
}
.pricing p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.pricing_bar{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
.pricing_bar p{
	font-size: 13px;
	color: #828181;
	font-family: OpenSans-Regular;
}
.pricing_bar span{
	font-size: 50px;
    font-family: OpenSans-Bold;
    color: #25365d;
}
.hello img{
	padding-top: 20px;
}
.hello p{
	padding-top: 40px;
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding-bottom: 30px;
}
.hello h4{
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
}
.hello ul{
	padding-left: 0;
	margin-left: 0;
}
.hello ul li{
	display: inline;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    font-family: OpenSans-Bold;
	padding-left: 0;
}
.hello ul li i{
	    color: #ed8c86;
    font-size: 30px;
    padding-right: 10px;
}
.hello ul li a{
	color: #fff !important;
}
/*Pricing Area End*/
/*Testimonials*/
.testimonials{
	
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.carousel-item blockquote {
    border-left: none; 
    margin: 0;
}

.carousel-item blockquote img {
    margin-bottom: 10px;
}
blockquote{
	padding: 50px;
}
/*
.carousel-item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
	color: #eb7068;
    font-size: 80px;
}
*/


.graphs img{
	padding-bottom: 30px;
}
.carousel-control-next-icon:after
{
  content: '';
  font-size: 55px;
  /*color: #CCCCCC;*/
	margin-left: 20px;
	
}
.carousel-inner {
	position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;

}
.carousel-control-prev-icon:after {
  content: '';
  font-size: 55px;
  /*color: #CCCCCC;*/
}
.testo_details p{
	float: right;
    color: #818181;
    font-size: 15px;
    font-family: OpenSans-Regular;
}
.testo_details small{
	display: block;
}
.testo_details img{
	margin: 0 auto;
}
/*
#testimonials .carousel-inner{
	padding-top: 50px;
	padding-left: 100px;
}

*/
#testimonials .carousel-inner{
}
.carousel-control-next, .carousel-control-prev{
	    width: 5%;
	    align-items: end;    
	padding-top: 80px;
}
.testo_person{
	border-left: 1px solid #ccc;
	    padding-left: 58px;
    margin-left: 30px;
}
.testo_person img{
	margin: 0 auto;
	display: block;
}
.comma{
	padding-right: 0;
}
.comma h1{
	color: #f08d86;
    text-align: center;
    font-size: 104px;
    line-height: 80px;
}

/*Testimonials*/
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(240, 95, 64, 0.9);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}


.text-primary {
	color: #F05F40 !important;
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.btn-xl {
	padding: 1rem 2rem;
}
.btn-primary {
	background-color: #164b91 !important;
    border-radius: 0 !important;
    font-family: OpenSans-Light;
    font-size: 14px;
    padding: 5px 20px;
    letter-spacing: 2px;
	border: 0 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #ee4b28 !important;
}
.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


/*Footer*/
.refrels span{
	color: #244078;
	text-align: center !important;
	font-size: 100px;
}
.refrels p{
	color: #244078;
	font-size: 45px;
	font-family: OpenSans-Light;
}
.page-footer{
	padding-bottom: 50px;
	padding-top: 10px;
}
.footer-copyright{
	color: #ccc;
}
.footer-links h6{
	font-family: OpenSans-Semibold;
	font-size: 16px;
	color: #ef967e;
	text-transform: uppercase;
}
.footer-links p a{
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-links p{
	margin-bottom: 7px;
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 14px;
}
.footer-links p i{
	margin-left: 10px;
	color: #ef967e;
}
.newsletter{
	border: 1px solid #fff;
    background-color: transparent;
}
.newsletter input{
	background-color: transparent;
	border:0;
	padding: 5px;	
}
.btn-outline-white{
	background: #607296;
	border-radius: 0;
	color: #fff;
}
.help {
    position: fixed !important;
    z-index: 99999;
    right: 45px;
	bottom: 22px;}
#custom_html-2{
	padding: 0;
}
.footer-bottom h6{
	color: #5076a0;
	font-family: OpenSans-Regular;
}
.footer-bottom p{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	color: #5076a0;
	font-family: OpenSans-Light;
}
/*Footer*/
/*Charts*/
.canvasjs-chart-credit{
	display: none !important;
}

/************Serice Page***************/
header.inner-header{
	
	background-size: cover;
	height: 350px;
	color: #FFFFFF;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
	display: inline;
    display: -webkit-inline-box;
  padding: 0 !important;
  margin-top: 20px;
  margin-left: 50px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
	border: 1px solid #144c91;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #144c91;
	padding-left: 50px;
	color: #144c91;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom: none !important;
}
.list-group-item i{
	border-right: 4px solid #144c91;
	padding-right: 20px;
	
}
.list-group-item span{
	display: inline-grid;
	padding-left: 20px;
	font-family: OpenSans-Regular;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #e4e3e3;
/*  background-image: #5A55A3;*/
/*  color: #ffffff;*/
}
.list-group-item active a{
	color: #144c91;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
/*  border-left: 10px solid #5A55A3;*/
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
/*  padding-top: 10px;*/
}
.bhoechie-tab-content h1{
	color: #144c91;
    font-family: OpenSans-Regular;
    padding-bottom: 5px;
    padding-top: 0;
}
.bhoechie-tab-content p{
	font-family: OpenSans-Regular;
	padding-top: 20px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.inner-header h1{
	font-family: OpenSans-SemiBold;
	color: #144c91;
	font-size: 65px;
	font-style: italic;
}
.inner-header-text:before {
    color: #eb7068;
    content: "\201C";
    font-size: 156px;
    position: absolute;
        top: -39px;
    left: 258px;
    font-family: Arial, Helvetica, sans-serif;
}
.inner-header-text:after {
    color: #eb7068;
    content: "\201D";
    font-size: 156px;
    position: absolute;
    top: 21px;
    right: 275px;
    font-family: Arial, Helvetica, sans-serif;
}
.mobile-service {
	    padding: 50px 0px 0px 0px;
	text-align: center !important;
}
.mobile-service i{
	display: block;
}
.mobile-service span{
	color: #fff;
}
.mobile-services{
	background-image: url(../images/Services_mobile_background.jpg);
}
/***************Serice Page End *****************/
/****************************Contact*************************************/
.content-heading h1{
	font-family: OpenSans-Italic;
	color: #3b7fb8;
	font-size: 40px;
}
.content-heading p{
	text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #818181;
    font-family: OpenSans-Regular;
    font-size: 14px;
}
.contact .container form .input-group {
	padding-bottom: 50px;
}
.contact form input{
	border: 0px solid red;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.contact form i{
	color: #e99f9a;
	font-size: 35px;
}
.map{
	height: 400px;
	background-size: cover;
	
}
/****************************Contact End*************************************/
/*****************************News*********************************************/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px !important;
    border-right: 1px solid #164b91 !important;
/*    border-radius: 5px !important;*/
    text-align: center !important;
    color: #164b91;
    margin-bottom: 30px;
    border-radius: 0 !important;
    line-height: 0.5 !important;
    letter-spacing: 3px;
    font-family: OpenSans-Regular !important;

}
.gallery_product p{
	font-family: OpenSans-Regular;
    font-size: 14px;
    color: #818181;
}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.blog-text p{
	font-family: OpenSans-Regular;
    font-size: 14px;
    color: #818181;
}
.blog-text h3{
	color: #164b91;
}
.carousel-control-prev {
    left: -50px !important;
/*    top: -55px !important;*/
}
.carousel-control-next-icon{
	right: -50px !important;
/*    top: -55px !important;*/
}
/*****************************News End*********************************************/
/*****************************Pop up*********************************************/
.pop-up h1{
	color: #fff;
	font-size: 50px;
	font-family: OpenSans-SemiBold;
	padding-top: 5px;
}
.pop-up h4{
	color: #fff;
	font-size: 30px;
	font-family: OpenSans-Regular;
	padding: 10px;
}
.pop-up p{
	color: #fff;
	font-family: OpenSans-Regular;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
	padding: 25px;
}
.pop-up .btn{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}
/*****************************Pop up End*********************************************/
@media (min-width: 992px) and (max-width: 1199px){
	header.masthead{
		background-image: url(../images/landing-background.jpg);
	} 
}
@media (min-width: 768px) {
header.masthead p {
	font-size: 1.15rem;
}
}

@media (min-width: 992px) {
header.masthead {
	height: 100vh;
	min-height: 650px;
	padding-top: 0;
	padding-bottom: 0;
	
}
header.masthead h1 {
	font-size: 3rem;
}
}
@media (min-width: 1440) {

  /* Large screen, retina, stuff to override above media query */
	.btn-started{
		right: 29%;
	}

}
@media (min-width: 1200px) {
header.masthead h1 {
	padding-top: 50px;
    font-family: OpenSans-Italic;
    color: #144c91;
    font-size: 46px;
}
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	.carousel-control-prev-icon{
		margin-left: 75px !important;
	}
	.testo_person{
		margin-left: 0;
		margin-top: 30px;
	}
	.comma h1{
		display: none;
	}
	.help{
		right: 0;
	}
	#mainNav .btn-started{
		display: none;
	}
	.testo_person{
		border-left: 0;	
	}
	.testo_person a{
		background: transparent !important;
	}
	.btn-started{
		display: none;
	}
	header.masthead{
		height: 100vh;
	}
	header.masthead h1 {
    font-size: 2rem;
    padding-top: 0px;
    color: #09458e;
		font-family: OpenSans-Italic;
}
	header.masthead p{
		font-size: 15px;
	}
	header.masthead h1:before {
    color: #eb7068;
    content: "\201C";
    font-size: 100px;
    position: absolute;
    top: -19px;
    left: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
	header.masthead h1:after {
    color: #eb7068;
    content: "\201D";
    font-size: 100px;
    position: absolute;
    top: 29px;
    right: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
	.slider-bottom-text p {
    position: absolute;
    padding-top: 62%;
    left: 0;
    width: 100%;
    font-size: 9px !important;
}
	.hello ul li{
		display: inline-block;
		padding: 0;
	}
	.inner-header-text:before{
		    left: -8px;
	}
	.inner-header-text:after{
		right: 0;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 
	div.bhoechie-tab-container{
		margin-left: 0;
	}
	.inner-header-text:before{
		left: 154px;
	}
	.inner-header-text:after{
		right: 181px;
	}
	.list-group-item i{
		padding: 0;
		border: 0;
		display: block;
		margin: 0 auto;
	}
	.list-group-item i img{
		margin: 0 auto;
	}
	.list-group-item span{
		padding: 0;
	}
	header.masthead{
		height: 100vh;
	}
	header.masthead h1 {
	font-family: OpenSans-Italic;
    font-size: 3rem;
    color: #174a91;
	}
	header.masthead h1:before{
	top: -39px;
    left: 74px;
	}
	header.masthead h1:after{
		top: 42px;
    right: 102px;
	}
	.btn-primary{
/*		display: none;*/
	}
	.whatwedo-item h3{
		font-size: 13px;
	}
	#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus{
		font-size: 10.2px;
	}
	.testo_person{
		padding-left: 10px;
		margin: 0;
	}

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
	
	header.masthead h1{
		padding-top: 35px;
	}
	header.masthead h1:before {
    top: -13px;
    left: 116px;
}
	header.masthead h1:after {
    top: 66px;
    right: 138px;
	}
	.whatwedo-item h3{
		font-size: 14px;
	}

}
/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}