/*! 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: #ff0000 none repeat scroll 0 0;
  padding: 8px 0;
  text-align: center;
  font-family: 'Caveat Brush', cursive;
}
.top_header1 > p {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 1px 1px 1px black;
}
.header_bttom_area {
  background: #3C3C3C none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
}

.top_header > p {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight:400;
    font-family: 'Oswald', sans-serif;
}
.header_bottom_area {
  background: #fff none repeat scroll 0 0;
  padding: 13px 0;
}
.benner_area {
  background-image: url("img/benner.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
}
.submit {
  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;
}
.left_benner > h1 {
  color: #fff;
  font-size: 76px;
   font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform:uppercase;
}
.left_benner > h2 {
  color: #fce800;
  font-size: 76px;
   font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform:uppercase;
}
.list_benner > p {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  text-transform: uppercase;
}
.big_photo {
  margin-right: 5px!important;
}
.from_con {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 0 0 50px 50px;
  box-shadow: 1px 1px 1px black;
  margin-top: -133px;
  padding: 5px 20px;
  position: relative;
}

.from_con::before {
  background-image: url("img/stiker.png");
  background-repeat: no-repeat;
  bottom: 85px;
  content: " ";
  height: 135px;
  left: -124px;
  position: absolute;
  width: 140px;
}
.list_benner img {
  margin-right: 3%;
}
.top_con_from > h3 {
  color: #3c3c3c;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 1.3;
  text-transform:uppercase;
}
.top_con_from > h2 {
  border-bottom: 6px solid #fff;
  margin-right: 14%;
}
.top_con_from > h2 a{
  color: #fff;
  font-size: 55px;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1;
  text-transform:uppercase;
  text-decoration:none;
}
.top_con_from h2 a::before {
  background-image: url("img/chat.png");
  background-repeat: no-repeat;
  content: " ";
  height: 92px;
  position: absolute;
  right: -24px;
  top: 3px;
  width: 97px;
}
.top_con_from > p {
  color: #fcff00;
  font-family: "Raleway",sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-top: 6px;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
}
input, select, textarea {
  background: #ff0000 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 11px 15px;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
  width: 100%;
}
.enque_area {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 20px;
}
.single_enque > h2 {
  color: #fcff00;
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
	font-weight:700;
  line-height: 1.3;
  padding-top: 175px;
  text-transform: uppercase;
}
.single_enque > p {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin: auto 10%;
  padding-bottom: 16px;
  padding-top: 40px;
}
.single_promo > h2 {
  color: #fff;
  font-family: "Caveat Brush",cursive;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-shadow:2px 2px #000;
}
.single_promo2 > h2 {
  color: #fce800;
}
.single_promo > h1{
  color: #fce800;
  font-size: 90px;
 font-family: 'Oswald', sans-serif;
	font-weight:700;
  line-height: 1.3;
    text-shadow:1px 2px 1px #000;
}
.single_promo.single_promo3 > h2 {
  padding-bottom: 26px;
}
.single_promo > p {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 4px;
  text-shadow:1px 2px 1px #000;
}

.single_promo {
  background-image: url("img/p1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
}
.single_promo img {
  width: 100%;
}
.promo_area {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
}
.single_enque.single_enque3 > h2 {
  margin-top: 0;
  padding-top: 154px;
}
.single_promo2 {
  background-image: url("img/p2.png");
}
.single_promo3 {
  background-image: url("img/p3.png");
  text-align: center;
}
.single_promo4 {
  background-image: url("img/p4.png");
}
.single_promo.single_promo4 > h2 {
  color: #fce800;
  line-height: 1;
  margin-top: 19px;
}
.single_promo.single_promo4 > h4 {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 32px 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow:1px 2px 1px #000;
}
.single_promo.single_promo2 > a {
  background: #fce800 none repeat scroll 0 0;
  color: #ff0000;
  text-shadow:1px 1px 1px block;
}
.single_promo > a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fff;
  display: block;
  font-family: "Caveat Brush",cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 12px 0;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow:1px 2px 1px #000;
}
.single_enque {
  background-image: url("img/promo.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 479px;
  text-align: center;
}
.single_enque.single_enque3 > a {
  margin-top: -7px;
}

.single_enque2 {
  background-image: url("img/promo1.png")!important;
}
.single_enque3 {
  background-image: url("img/promo2.png")!important;
}
.single_enque > a {
  background: #3c3c3c none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fff;
  display: block;
  font-family: "Caveat Brush",cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin: 17px 12px auto;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.single_enque2 > a {
  background: #FF0000 none repeat scroll 0 0;
}
.about_logo_area {
  border-bottom: 1px solid #ff0000;
  padding-bottom: 50px;
  padding-top: 90px;
  text-align: center;
}
.about_area {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ebebeb;
}
.left_about > h1 {
  color: #ff0000;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  font-size: 120px;
  line-height: 1.3;;
}
.left_about > p::before {
  background-image: url("img/tik.png");
  background-repeat: no-repeat;
  bottom: 8px;
  content: " ";
  height: 39px;
  left: 1px;
  position: absolute;
  width: 40px;
}
.left_about > p {
  color: #3c3c3c;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 35px;
}
.left_about > p strong {
 font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.right_about > p {
  color: #3c3c3c;
  font-family: 'Raleway', sans-serif;
	font-weight:400;
  font-size: 16px;
  line-height: 1.3;
  margin-top:20px;
}
.about_content_area {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 40px;
}
.we_get_area > h2 {
  color: #ff0000;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  font-size: 60px;
  line-height: 1.3;
  text-shadow: 1px 1px 1px black;
}
.we_get_area > p {
  color: #3c3c3c;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  padding:10px 0;
}
.right_we_get {
  margin-top: 35px;
}
.we_get_area > p span {
  color: #ff0000;
   font-family: 'Oswald', sans-serif;
	font-weight:700;
}
.we_get_area > h4 {
  color: #3c3c3c;
   font-family: 'Oswald', sans-serif;
	font-weight:700;
  font-size: 20px;
  line-height: 1.3;
}
.we_get_area {
  text-align: center;
}
.right_we_get > a {
  background: #FF0000 none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fce800;
  display: block;
  font-size: 35px;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
  margin: auto 35px;
  padding: 10px 12px;
  text-decoration: none;
  text-transform:uppercase;
}
.about_area {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding-bottom: 60px;
}
.oh_no_area {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 40px;
  padding-top: 20px;
}
.oh_min h2::before {
  background-image: url("img/markor.png");
  background-repeat: no-repeat;
  content: " ";
  height: 163px;
  left: 114px;
  position: absolute;
  width: 249px;
}
.oh_min > h2 {
	
  color: #ff0000;
  font-size: 78px;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
  text-align: center;
}
.oh_min > p{
  color: #3c3c3c;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}
.left_oh_cont > h2 {
  color: #ff0000;
  font-family: "Caveat Brush",cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 30px;
}
.left_oh_cont > h3 {
  border-bottom: 1px solid #ff0000;
  color: #3c3c3c;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
	font-weight:700;
  line-height: 1.3;
  padding-bottom: 20px;
}
.left_oh_cont > h3 span{
  color: #ff0000;
  text-transform:uppercase;
}
.left_oh_cont > p{
  color: #3c3c3c;
  font-size: 26px;
    font-family: 'Raleway', sans-serif;
	font-weight:400;
  line-height: 1.2;
  padding-top: 30px;
}
.left_oh_cont > h4 {
  color: #ff0000;
  font-family: "Raleway",sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 30px;
}
.question_area {
  background: #ff0000 none repeat scroll 0 0;
  padding: 20px 0;
}
.single_left_question > h2 {
  color: #fff;
  font-family: "Caveat Brush",cursive;
  font-size: 83px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.single_right_question > h3 {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 58px;
  margin-top: 27px;
}
.single_right_question > h3 span {
  color: #fce800;
}
.single_left_question > a {
  background: #3c3c3c none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fce800;
  display: block;
  font-size: 35px;
  font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
  margin: auto 35px;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  text-transform:uppercase;
}
single_right_question > h3 {
  color: #fff;
  font-size: 34px;
  font-family: 'Oswald', sans-serif;
	font-weight:700;
  line-height: 1.3;
}
.single_right_question span {
  color: #fce800;
}
.single_right_question > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #fce800;
  border-radius: 40px;
  color: #fce800;
  display: block;
  font-size: 35px;
  font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
  margin: auto 35px;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 1px black;
  text-transform:uppercase;
}
.para_area {
  background: #3c3c3c none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
}
.paragrap > p {
  color: #fce800;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
	font-weight:700;
  line-height: 1.5;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
}
.single_book > h4 {
  color: #fff;
  font-size: 36px;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
}
.single_book > h3 {
  color: #fce800;
  font-family: "Caveat Brush",cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 7px;
}
.single_book img {
  margin-right: 3%;
}
.single_book > a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fce800;
  font-family: "Caveat Brush",cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin: auto 2px;
  padding: 5px 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.book_area {
  background-image: url("img/be.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 28px;
  padding-top: 31px;
}
.right_home > img {
  width: 100%;
}
.single_book {
  text-align: center;
}
.home_book > h3 {
  color: #ff0000;
  font-size: 50px;
  font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
    text-align: center;
}
.left_home > p {
  color: #3c3c3c;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
	font-weight:400;
  line-height: 1.3;
  margin-bottom: 30px;
}
.home_book h3 img {
  margin-right: 3%;
  margin-bottom: 25px;
}
.left_home > a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fce800;
  display: block;
  font-family: "Caveat Brush",cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin: 43px 5px auto;
  padding: 6px 38px;
  text-decoration: none;
  text-transform: uppercase;
}
.home_book_area {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0;
}
.abou_as_area {
  background-image: url("img/b1.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}
.about_us > h3 {
  color: #fce800;
  font-family: "Caveat Brush",cursive;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px black;
}
.sing_about_us {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  box-shadow: 1px 1px 1px black;
  min-height: 500px;
  overflow: hidden;
  padding: 35px;
}
.sing_about_us > img {
  margin-bottom: 25px;
  width: 100%;
}
.sing_about_us > p{
  color: #3c3c3c;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
	font-weight:700;
  line-height: 1.3;
}
.sing_about_us > h4 {
  color: #3c3c3c;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
	font-weight:900;
  line-height: 1.3;
  margin-top: 37px;
}
.family_area {
  background: #e1e1e1 none repeat scroll 0 0;
  padding: 15px 0;
}
.family_left::before {
  background-image: url("img/100.png");
  background-repeat: no-repeat;
  background-size: 69% auto;
  bottom: -28px;
  content: " ";
  height: 122px;
  left: -114px;
  position: absolute;
  width: 176px;
}
.family_left > h2 {
  color: #3c3c3c; font-family: 'Caveat Brush', cursive;
 font-weight:400;
  font-size: 50px;
  line-height: 1.3;
}
.family_right {
  margin-top: 10px;
}
.family_right > a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px black;
  color: #fce800;
  font-family: "Caveat Brush",cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: auto;
  padding: 10px 22px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer_top_area {
  background-image: url("img/map.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 40px;
  text-align:center
}
.mid_footer p {
  color: #ff0000;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform:uppercase;
  text-shadow:1px 1px 1px black;
}
.mid_footer {
  margin-top: 20px;
  text-align: center;
}
.mid_footer img {
  margin-top: 20px;
}
.right_footer > h3 {
  color: #fce800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
	font-weight:800;
  line-height: 1.3;
  text-transform:uppercase;
}
.right_footer >a {
  color: #fff;
  font-size: 47px;
   font-family: 'Caveat Brush', cursive;
 font-weight:400;
  line-height: 1.3;
  margin-top: 60px;
  text-transform:uppercase;
  text-decoration:none
}

.sing_about_us {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  box-shadow: 1px 1px 1px black;
  margin: auto 2%;
  min-height: 527px;
  overflow: hidden;
  padding: 35px;
}


.footer_bot span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_boot_area {
  background: #F3700D none repeat scroll 0 0;
  padding: 20px 0;
  text-align:center;
}
.footer_area {
  background: #363636 none repeat scroll 0 0;
  padding: 20px 0;
}
.left_footer span {
  color: #afd000;
}

.left_footer p {
  color: #ebebeb;
  font-size: 14px;
  padding-top: 31px;
}
.left_footer a {
  color: #ebebeb;
  text-decoration:none;
}
.left_footer a span {
  color: #ffe600;
}


    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }


.single_testi_area .item{
      margin: 3px;
    }
.single_testi_area .item{
      display: block;
      width: 100%;
      height: auto;
    }
.owl-pagination {
  margin: 16px 0 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
.owl-pagination::before {
  background-image: url("img/stik.png");
  background-repeat: no-repeat;
  bottom: 29px;
  content: " ";
  height: 173px;
  position: absolute;
  right: -89px;
  width: 154px;
}
.single_testi_area {
	display:none
}
.owl-pagination .owl-page {
  display: inline;
}

.owl-pagination .owl-page.active span{
  background: #3C3C3C none repeat scroll 0 0; 
  border: 2px solid #3C3C3C;
  border-radius: 15px;
  display: inline-block;
  font-size: 0;
  height: 17px;
  margin: 5px;
  width: 17px;}
.owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 15px;
  display: inline-block;
  font-size: 0;
  height: 17px;
  margin: 5px;
  width: 17px;
}

.hiden_con{
	transition:all 0.5s;
	opacity:0;	
}
.single_sirvice:hover .hiden_con{ 
	opacity:1;	
	padding-bottom:105px;
}
.single_sirvice:hover .img_con{
  background: #0d5175 none repeat scroll 0 0;
  padding-top: 40px;
}
.single_sirvice:hover .ban {
	opacity:1;
}
.img_con {
  color: #fff;
  padding-bottom: 40px;
  padding-top: 100px;
  transition: all 0.5s; 
  opacity:1;
}
.ban {
  height: 70px;
  transition: all 0.5s;
  opacity:1\	;
}
.col-md-6.col-sm-6.col-xs-12.no_padding {
  height: 522px;
  overflow: hidden;
}


.slider {
  position: relative;
}

.owl-prev {
  position: absolute;
  top: 37%;
  left:-42px
}

.owl-next {
  position: absolute;
  top: 37%;
  right:-42px
}

.dolar_top span {
  font-size: 24px;
  font-style: italic;
}

#rc-imageselect{
    transform:scale(0.66);
    -webkit-transform:scale(0.66);
    transform-origin:0 20px;
    -webkit-transform-origin:0 20px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(255,255,255);
}
input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(255,255,255);
}
input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(255,255,255);
}
input:-moz-placeholder { /* Firefox 18- */
  color: rgb(255,255,255);
}

select{
	color:yellow;
}
.single_promo{
	height:260px;
}


.thank-you-content{
	text-align:center;
	padding:30px 0px;
	background-color:blue;
}
.thank-you-content h1{
	font-weight:900;
	color:#fff;
}






