/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-right: 0px;
padding-left: 0px; 
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.no_margin{
    margin: 0px;
}
.no_padding{
    padding: 0;
}
.padding_left{
    padding-left:0px;
}
.padding_right{
    padding-right:0px;
}
body{
  font-family: 'Roboto', sans-serif;
}
body h2,h1,h3{

    font-family: 'Fjalla One', sans-serif;
}
.info_detail{
	border-top: 5px solid #1879d9;
}
.logo{
	margin-left: 5%;
	float:left;
}

.Testi_detail{
	background-color: #0f4e8b;
}
.owl-numbers {
    background: none repeat scroll 0 0 #DBDEE1;
    border-radius: 15px;
    display: inline-block;
    font-size: 0;
    height: 15px;
    margin-right: 4px;
    width: 15px;
}
.owl-page.active .owl-numbers {
    background: #af151f;
}
.owl-page {
    display: inline;
}
.Testi_right1{
	background-image:url(img/te_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	margin: 4% 0px;
}
.pre p{
	color: #faba32;
	font-weight:700;
	text-align: center;
	margin-bottom: 1%;
}
.pre h2{
	color: #a9030f;
	font-weight:700;
	text-align: center;
}
form {
       margin-left: 9%;
    margin-right: 5.5%;
    background-color: #a9030f;
}
.pre{
        margin: 3% 7%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2%;
}
.single_testi p{
	color: #ffffff;
}
.single_testi h5{
	color: #af151f;
	text-align: center;
	font-weight:700;
}
.Testi_left{
	background: #f7f8fd;
	    padding: 5.55% 3%;
}
.single_testi{
	padding: 6% 3%;
	padding-bottom: 1%;
    color: #ffffff;
}
.clickable{
	padding-left: 48%;
	padding-bottom: 5%;
}

.Profess_area{
	background: #a9030f;
}
.Profess_title h1{
	color: #ffffff;
    text-align: center;
    padding: 3% 0px;
}
.Profess_choose ul li{
	    float: left;
    width: 9.2%;
    text-align: center;
    margin: 0px 2.5%;
}
.Profess_choose ul li p{
	color: #ffffff;
	width:100%;
	 position: relative;
}
.Profess_choose ul li p span {
    position: absolute;
    top: calc( 50% - 12px );
    width: 100%;
    display: block;
    text-align: center;
    right: 0;
}
.Profess_choose ul li p::after{
    content:'';
display: block;
  padding-bottom: 100%;
  border-radius: 95px;
	border: 2px dashed #faba32;
}
.Profess_choose ul li:hover p::after {
    background-color:#faba32 ;
   
}
.Profess_choose{
	background: #a9030f;
    padding-bottom: 15%;
}
.p_r{
	position:relative;
}
.touch_left img{
	     position: absolute;
    right: -27px;
    bottom: -294px;
    width: 190%;
}
.offer_area{
	background: #a9030f;
}
.hup_surb{
	    margin-bottom: 5%;
}
#btn_submit{
	 margin-top: 5%;
    padding: 3%;
    background-color: #faba32;
    border: #faba32;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
}
.contact_footer{
	    text-align: center;
    color: #ffffff;

    margin-top: 7%;
    padding-bottom: 6%;
    margin-bottom: 17%;
}
#help_title{
	    margin-top: 16%;
    margin-bottom: 12%;
}


.help_area{
	background-color: #faba32;
}
.help_area .container{
	    position: relative;
}
.help_man1{
	position: absolute;
    right: 0px;
    bottom: 0px;
}
.help_title h1{
	color: #ffffff;
    font-weight: 700;
	text-align: center;
}
.help_title span{
	color:#a9030f;
    font-weight: 700;
}
.help_title{
	    margin-top: 4%;
    margin-bottom: 4%;
}
.point{
	    margin-bottom: 3%;
    color: #ffffff;
	
}
.sing_TITLE{
	text-align: right;
    color: #ffffff;
    font-weight: 700;
    padding: 2%;
    background-color: #a9030f;
	font-size: 1.3rem;
}
.sing_list span{
	font-size: 1.1rem;
	}
.sing_list{
	text-align: right;
    background-color: #faba32;
        padding: 3.5% 3%;
    border-bottom: 1px solid #fa9e32;
}
.from_con input{
	    width: 76%;
    margin-left: 12%;
    padding: 3%;
    margin-top: 4%;  
    background-color: #a9030f;
	border: 1px solid #ffffff;
	color: #fff;
}

.contact_right img{
	    width: 100%;
    height: auto;
}
.contact_right{
    margin-top: 3%;
}
.sing_sevice11 img{
	 width: 95%;
    height: auto;
    margin-top: 12%;
}
.sing_sevice11 h1{
	color:#ffffff;
	    text-align: center;
   margin: 14% 0px;
    font-size: 3rem;
}
.contact_area{
	    background-image: url(img/bar_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.help_man img{
	    width: 100%;
    height: auto;
}
.price_area{
	background-color: #04242a;
	}
.sing_sevice11_img{
	margin-bottom: 20%;
	}
.Profess_title img{
	display: block;
    margin: 0% auto;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 46%;
	}
#help_title img{
   width: 100%;
    height: auto;
}
















.btn_touch h4{
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}
.btn_touch{
	    margin-bottom: 8%;
}
.call_now a{
	    text-align: center;
    color: #ffffff;
    font-weight: 700;
    padding: 6% 12%;
    border-radius: 24px;
    background-color: #af151f;
}
.footer_area{
        background-color: #04232b;
    color: #ffffff;
    padding: 1% 0px;
	
}
.footer_logo img{
	margin: 1% auto;
    display: block;
	width: 28%;
}
.lingle_footer{
	 padding-top: 4%;
	    text-align: center;
}
.aiims_footer img{
	margin: 0 auto;
    display: block;
}

.Testi_area{
	
}
.lingle_footer span{
	color:#0f4e8b;
	font-weight: 700;
}
.call_now{
	margin-bottom: 5%;
    border-bottom: 1px solid #af151f;
    padding-bottom: 6%;
}
.call_btn{

    margin-left: 26%;
    margin-top: 10%;

}
.sing_promo{
	    position: relative;
}
.thank-you-content{
	text-align:center;
	padding:30px 0px;
	background-color:#007231;
}
.thank-you-content h1{
	font-weight:900;
	color:#fff;
}
.sing_sevice12 img {
    width: 100%;
    height: auto;
    margin-top: 4%;
}
.sing_sevice12{
	padding-bottom: 7%;
	}
.help_title img{
	width:46%;
	height: auto;
	
	
	}
.price_title img{
	    margin: 0 auto;
    display: block;
    padding-top: 2%;
    width: 113%;
    margin-left: -8%;
	}
.point span{
	    font-size: 1rem;
    font-weight: 700;
    padding-left: 10px;
	
	}
.contact_footer span{
	color:#faba32;
	
	}

.form-control {
    display: block;
    width: 76%;
    margin-top: 4%;
    margin-left: 12%;
    
    font-size: 14px;
    line-height: 1.42857143;
   
        background-color: #a9030f;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#service-res {
	    color: #ffffff;
	 background-color: #a9030f;
    border: 1px solid #ffffff;
    margin-bottom: 13px;
    padding: 4%;
    width: 76%;
    margin-left: 12%;
    margin-top: 4.8%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
}

.mobile_only{
    display: none;
}









