/*! 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_area {
  background-image: url("img/bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
}
.top_con::before {
  background-image: url("img/stik.png");
  background-repeat: no-repeat;
  bottom: -28px;
  content: " ";
  height: 324px;
  position: absolute;
  right: -30px;
  width: 227px;
}
.top_con > h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 60px;
  text-transform:uppercase;
}
.top_con > p {
  background-image: url("img/right.png");
  background-position: 1px 32px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 10%;
  padding-left: 10%;
  padding-top: 34px;
}
.top_con_bg > h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  text-transform: uppercase;
}

.top_con_bg > h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-transform:uppercase;
}
.top_con_bg {
  background: #d15027 none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px 20px 10px;
  text-align: center;
}
.top_con_bg a{
	color:#fff;
}
.top_con_bg img {
  padding-right: 10%;
}
form{
  background: #505052 none repeat scroll 0 0;
  padding: 20px;
}
form> h2 {
  color: #f1592a;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  text-transform:uppercase;
}
.list ul li {
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 1%;
  text-transform: uppercase;
  padding:15px 0;
}
.list img {
  margin: auto 4px 2px;
}
 input, select, textarea {
  border: medium none;
  color: #959595;
  font-size: 16px;
  margin-bottom: 17px;
  padding: 10px 9px;
  width: 100%;
}
.submit {
  background: #f4ec31 none repeat scroll 0 0;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top:40px;
}
#rc-imageselect{
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.bootom_from p {
  color: #959595;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding:10px 0;
}
.bootom_from img {
  margin-right: 7px;
}
.sing_dib {
  float: left;
  width: 33%;
}
.sing_dib > img {
  width: 100%;
}
.sing_dib h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: -102px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.header_bottom_area {
  background: #f4f3f3 none repeat scroll 0 0;
  padding-bottom: 30px;
}
.icon_promo {
  margin-top: 103px;
  overflow: hidden;
  padding-bottom: 36px;
}
.sing_icon {
  float: left;
  text-align: center;
  width: 12.5%;
}
.sing_icon > h4 {
  margin-top: 20px;
     font-size: 15px;
    font-weight: 600;
}
.left_content_con {
  background: #fff none repeat scroll 0 0;
  padding: 95px 20px 30px 40px;
}
.left_content_con h2 {
  color: #003663;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}
.left_content_con h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding:30px 0;
}
.left_content_con p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.right_content_con {
  background-image: url("img/m_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 62px 33px;
}
.right_content_con h2 {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}
.con_button h2 a{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration:none
}
.con_button > h2 {
  background: #f1592a none repeat scroll 0 0;
  border-radius: 8px;
  margin-bottom: 22px;
  padding-bottom: 4px;
}
.con_button {
  margin-top: 45px;
}
.con_button img {
  padding-right: 20px;
}
.content_us {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 20px;
}
.left_chap h2 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
}
.con_sing h2 {
  color: #f37646;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 24px;
  padding-top: 20px;
}
.con_sing p{
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.7;
}
.con_sing {
  margin-bottom: 30px;
}

.sing_tanile:nth-child(odd) {
    background:#F1592A;
	color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display:block;
   padding:10px 11px;
}

.sing_tanile:nth-child(even) {
    background:#fff;
	color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display:block;
  padding:10px 11px;
}

.sing_tanile > p {
  display: inline-block;
  width: 65%;
}
.sing_slider h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  padding: 30px 0;
}
.sing_slider p {
  color: #fff;
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 41px;
  padding: 0 22px;
  width: 50%;
}
.sing_tanile > p:first-child {
  width: 33%;
}
.title_slider {
  float: left;
  text-align: center;
  width: 50%;
} 
.sing_slider h2 span{
  color: #f1592a;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}
.slider_area {
  background-image: url("img/f_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.mid_footer p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 24px;
}


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

.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: 0;
  overflow: hidden;
  padding-left: 11%;
  text-align: center;
}
.single_testi_area {
	display:none
}
.owl-pagination .owl-page {
  display: inline;
}
.owl-pagination .owl-page.active span{
  background: #F1592A none repeat scroll 0 0; 
  border: 2px solid #F1592A;
  border-radius: 15px;
  display: inline-block;
  font-size: 0;
  height: 17px;
  margin: 5px;
  width: 17px;}
.owl-pagination .owl-page span {
  border: 2px solid #F1592A;
  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:0;
}

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

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

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













