/*! 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;
}

/*
 * 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: 'Open Sans', sans-serif;
}

.header_top_area {
  background: #fff none repeat scroll 0 0;
  padding: 15px 0;
}
.left_header > p {
  color: #252525;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
}
.right_header > p {
  color: #252525;
  float: left;
  font-size: 12px;
  font-weight: 700;
      margin-left: 6%;
   text-transform: uppercase;
}
.from_con p {
  text-align: center;
}
.logo {
  float: left;
  overflow: hidden;
  width: 21%;
}
.left_cont_h {
  text-align: right;
}
.right_header img {
  margin-right: 9px;
}
.content_h {
  float: right;
  width: 79%;
}
.header_mid_area {
  background-image: url("img/header_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 18px;
}
.content_h > h3 {
  color: #f1270d;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 7px;
  text-shadow:1px 1px #000
}
.content_h > p {
  color: #000;
  font-size: 15px;
	font-weight:600;
  line-height: 1.3;
}
.left_cont_h > h4 {
  color: #fef21b;
  font-size: 20px;
	font-weight:800;
  line-height: 1.3;
  font-family: 'Exo 2', sans-serif;
}
.left_cont_h > h2 a {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
   font-family: 'Exo 2', sans-serif;
}

.header_bottom_area {
  background-image: url("img/benner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 37px;
  padding-top: 18px;
}
.benner_con > h2 {
  color: #fff;
  font-family: "Exo 2",sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 80px;
}
.benner_con > h3 {
  color: #fef21b;
  font-family: "Exo 2",sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.sing_icon > p {
text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-family: "Exo 2",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 17px;
}
.sing_icon img {
  margin-right: 10px;
}
.top_con_from > h2 {
  color: #fff;
  font-family: "Exo 2",sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

.top_con_from > h2 span {
  color: #fef21b;
}
input, select, textarea {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #3c4d6b;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 11px;
  padding: 11px 15px;
  text-transform: uppercase;
  width: 100%;
}
.submit {
  background: yellow none repeat scroll 0 0;
  color: #000;
  font-family: "Exo 2",sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.from_con p{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
}
.promo_area {
  background: #fff none repeat scroll 0 0;
  padding: 50px 0;
}
.single_promo {
  float: left;
  margin-bottom: 25px;
  margin-right: 0.5%;
  width: 19.6%;
}
.single_promo > img {
  width: 100%;
}
.single_promo > h3 {
  background: #de2b44 none repeat scroll 0 0;
  color: #fff;
  font-family: "Exo 2",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
}
.single_promo.margin_right {
  margin-right: 0;
}
.enque_area {
  background-image: url("img/d_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.single_enque > h2 {
  color: #fff;
  font-family: "Exo 2",sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 40px;
  text-transform: uppercase;
}
.mar_top {
  padding-top: 19px !important;
}
.single_enque > img {
  margin-top: 20px;
}
.single_enque > p {
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
}
.single_man > img {
  width: 100%;
}
.single_man {
  text-align: center;
}
.single_man > a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 2px;
  color: #000;
  font-family: "Exo 2",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: -75px;
}
.say_area {
  background: #fef21b none repeat scroll 0 0;
  padding: 55px 0;
}
.left_about > h1 {
  color: #111111;
  font-family: "Exo 2",sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}
ul {
  float: right;
  width: 25%;
}
.tab-content {
  float: left;
  margin-right: 10px;
  width: 74%;
}
.nav-tabs > li {
  background: #111111 none repeat scroll 0 0;
  border-bottom: 3px solid yellow;
  float: left;
  text-align: center;
  width: 100%;
}
.nav-tabs > li a {
  background: #111111 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: -1px;
  padding: 34px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #DE2B44;
  border-color:none;
  border-image: none;
  border-style: solid;
  border-width: 0px;
  color: #fff;
  cursor: default;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #DE2B44;
  text-decoration: none;
}
.top_title > h4 {
  border: 2px solid yellow;
  color: #3c4d6b;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 20px;
  padding: 7px 5px;
  text-transform: uppercase;
  width: 21%;
} 
.tab-pane.fade {
  background: #fff none repeat scroll 0 0;
  padding: 20px 55px 55px;
  position: relative;
  text-align: center;
  height:270px;
}
.tab-pane > p {
  margin-top: 19px;
}
.tab-pane::before {
  background-image: url("img/coma.png");
  background-repeat: no-repeat;
  bottom: 109px;
  content: " ";
  height: 135px;
  left: 52px;
  position: absolute;
  width: 140px;
}
.start_area {
  background: #de2b44 none repeat scroll 0 0;
  color: #fff;
  padding: 30px 0;
}
.start_area {
  background: #de2b44 none repeat scroll 0 0;
  color: #fff;
  padding: 30px 0;
}
.left_strat > h2 {
  color: #fff;
  font-family: "Exo 2",sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 9px;
  text-align: center;
  text-transform: uppercase;
}
.left_strat > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  color: #de2b44;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
}
.bank_area {
  background: #f7f8fd none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  text-align: center;
}
.bank > h3 {
  color: #363635;
  font-family: "Exo 2",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.footer_top_area {
  background: #fff none repeat scroll 0 0;
  padding: 40px 0;
}
.footer_to_right > h2 {
  color: #f1270d;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  text-shadow:1px 1px #000;
}
.footer_to_right > p{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.footer_top_left {
  float: left;
  overflow: hidden;
  width: 22%;
}
.to_footer {
  margin: 0 auto;
  width: 62%;
}
.footer_to_right {
  display: inline-block;
  float: right;
  width: 78%;
}
.left_footer > p {
  color: #fff;
  font-size: 14px;
    font-family: "Roboto",sans-serif;
	font-weight:500;
  line-height: 1.3;
}
.left_footer > p span {
  color: yellow;
}
.left_footer p {
  padding-top: 22px;
}
footer {
  background: #000;
  padding: 15px 0;
}
.mid_footer > p {
  color: #fef21b;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 23px;
}





.right_footer > h3 {
  color: #3c4d6b;
  font-size: 30px;
  font-family: "Exo 2",sans-serif;
	font-weight:800;
  line-height: 1.3;
  text-transform:uppercase;
}
.top_header1 > p {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 1px 1px 1px black;
}


.submitw {
  background-image: url("img/btton.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: medium none;
  height: 74px;
  margin-top: 10px;
}
font-family: 'Exo 2', sans-serif;












.from_con::before {
  background-image: url("img/stiker.p");
  background-repeat: no-repeat;
  bottom: 85px;
  content: " ";
  height: 135px;
  left: -124px;
  position: absolute;
  width: 140px;
}
.mid_footer a {
  color: #FEF21B;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 5px;
}

.thank-you-content{
	text-align:center;
	padding:30px 0px;
	background-color:red;
}
.thank-you-content h1{
	font-weight:900;
	color:#fff;
}
.service_area{
	background: #f2f2f2;
	padding: 60px 0;
}
.service_title h3{
	font-size: 26px;
    font-weight: 700;
    font-family: "Exo 2",sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 29px;
}
.font-lg{
    font-size:18px;
    	margin-bottom:20px;
}
.service_area ul{
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.service_area ul li{
	margin: 5px;
	margin: 5px 0.5%;
    width: 32.33%;
    float: left;
    font-size: 15px;
}
.service_area .btn-list li{
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
.service_area .btn-list li:nth-child(even){
	 background: #DD2B43;
}
.service_area .btn-list li:nth-child(odd){
	 background: #FEF21B;
	 color: #000000;
}
.service_area .tick-list li{
	background-image: url(img/tick.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 25px;
}

@media(max-width: 767px){
	.service_title h3{
		font-size: 23px;
	}
	.service_area .btn-list li{
		width: 100%;
	}
		.service_area .tick-list li{
		width: 49%;
	}
}

@media(max-width: 479px){
		.service_area .tick-list li{
		width: 100%;
	}
}


