/*! 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: 'Roboto', sans-serif;
}
body h2,h1,h3{

    font-family: 'Fjalla One', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}




header {
  padding: 15px 0;
}
.header_contact {
  margin-top: 8px;
  overflow: hidden;
}
.left_contact {
  background-image: url("img/hbg.png");
  background-size: 100% 100%;
  float: left;
  height: 100px;
  margin-right: 1%;
  padding: 22px 18px;
  text-align: right;
  width: 49.5%;
}
.left_contact > h2 {
  color: #FFFFFF;
  font-size: 26px;
  text-transform: uppercase;
}
.left_contact span {
  color: #FF7C30;
  display: inline-block;
  font-size: 19.5px;
  text-align: right;
}
.right_contact:before {
  background-image: url("img/phone.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.right_contact {
  background-image: url("img/hbg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  height: 100px;
  padding: 15px 20px;
  position: relative;
  text-align: right;
  width: 49.5%;
}

.right_contact > p {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.right_contact > a {
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Fjalla One',sans-serif;
  font-size: 40px;
  line-height: 1;
  padding-top: 5px;
  text-decoration: none;
}

 

.banner_area {
  background-image: url("img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
}

.top_title {
  padding-right: 5%;
}
.top_title > img {
  float: left;
  margin-right: 7px;
}
.top_title > h2 {
  color: #FFFFFF;
  font-size: 61px;
  text-transform: uppercase;
}
.banner_icon_area {
  margin: 60px 0;
  overflow: hidden;
}
.single_icon:last-child {
  border: medium none;
}
.single_icon {
  border-right: 1px solid #65676A;
  float: left;
  text-align: center;
  width: 33.33%;
}
.single_icon > p {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 12px;
}

.visa_area {
  background-image: url("img/sadow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 13px;
}
.visa_area > h2 {
  color: #FFFFFF;
  float: left;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
  padding-top: 6px;
  text-transform: uppercase;
  width: 53%;
}




.right_banner > p {
  background: none repeat scroll 0 0 #ED1C24;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Fjalla One',sans-serif;
  font-size: 14.5px;
  line-height: 1;
  padding: 7px 15px;
  text-transform: uppercase;
}
.black_bg > h2 {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  font-size: 38px;
  padding: 21px 5px 21px 13px;
  text-transform: uppercase;
}
.black_bg span {
  color: #FF7C30;
  display: block;
}
.worth_area {
  position: relative;
}
.worth_area h1 {
  background: none repeat scroll 0 0 #DE6D2A;
  color: #FFFFFF;
  font-size: 49px;
  padding: 15px 15px 15px 10px;
  text-transform: uppercase;
}
.worth_area > ul {
  background: none repeat scroll 0 0 #58585A;
}
.worth_area li:before {
  background-image: url("img/li1.png");
  background-repeat: no-repeat;
  content: "";
  height: 19px;
  left: 14px;
  position: absolute;
  top: 17px;
  width: 19px;
}
.worth_area li {
  background-image: url("img/line.png");
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  padding: 13px 15px 13px 14%;
  position: relative;
}


.contact_form_area {
  background-image: url("img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.contact_form > h2 {
  color: #FFFFFF;
  font-size: 22px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.single_icon_area {
  overflow: hidden;
}
.desk_image {
  position: absolute;
  right: -51px;
  text-align: right;
  top: -23px;
}
.desk_image > img {
  width: 84%;
}
.single_form.form_top:first-child {
  background: none repeat scroll 0 0 #FF7C30;
}
.single_form.form_top.no_margin > img {
  margin-top: 3px;
}
.single_form:last-child {
  margin-right: 0;
}
.single_form:last-child {
  margin-right: 0;
}
.single_form.form_top {
  background: url("img/ibg.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
  height: 60px;
  margin-bottom: 20px;
  padding: 18px;
}
.single_form.form_top.no_margin > img {
  margin-top: 3px;
}
.single_form.form_top > p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.single_form {
  float: left;
  margin-right: 1.25%;
  width: 32.5%;
}

.single_form:last-child {
  margin-right: 0;
}

.single_bottom_form.forms {
  float: left;
  margin-right: 1%;
  width: 49.5%;
}
.single_bottom_form.forms.no_margn {
  margin-right: 0;
}
.forms input {
  color: #58585A;
  margin-bottom: 10px;
  padding: 9px;
  width: 100%;
}
.submit > input[type="submit"] {
  background: none repeat scroll 0 0 #D76627;
  border: medium none;
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 7px;
  text-transform: uppercase;
  width: 100%;
}
.service_area {
  background-image: url("img/bg2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.service_area {
  background-image: url("img/bg2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.single_service:last-child {
  margin-right: 0;
}

.single_service {
  float: left;
  margin-right: 0.61%;
  position: relative;
  width: 19.5%;
}
.single_service:hover .overlay_text {
  background-color: rgba(40, 40, 40, 0.7);
  background-image: url("img/hover.png");
}
.single_service:hover .hover_text{
  opacity: 1;
}
.single_service:hover .overlay_text > h2 {
  margin-top: 0;
}
.overlay_text {
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 88% 96%;
  height: 100%;
  left: 0;
  padding: 58px 10px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}
.overlay_text > h2 {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all 0.5s;
  margin-top: 55px;
}
.overlay_text {
  text-align: center;
  transition: all 0.s;
}
.hover_text {
  opacity: 0;
}
.hover_text li {
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px 4px 3px 10%;
  text-align: left;
}

.security_area {
  padding: 70px 0;
}
.left_security > h2 {
  color: #D76627;
  font-size: 48px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.left_security span {
  color: #58585A;
}

.left_security > p {
  color: #58585A;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
.testimonials_area {
  background-image: url("img/bg3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 9px 2px #E1E1E1;
}
.testi_tittle > h2 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 1.2;
  margin: 130px 0;
  text-transform: uppercase;
}
.testi_tittle span {
  color: #FF7C30;
  display: block;
}
.testi_star {
  overflow: hidden;
  padding: 49px 0;
}
.single_star {
  float: left;
  text-align: center;
  width: 44%;
}

.single_star:last-child {
  text-align: left;
}
.testimonial {
  margin-top: 35px;
  padding-left: 5%;
}

.single_testi.item:first-child {
  display: block;
}
.single_testi.item > h2 {
  color: #FF7C30;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.single_testi.item span {
  color: #FF7C30;
  display: inline-block;
  padding-left: 8px;
}
.single_testi.item > p {
  color: #4C5868;
  margin-bottom: 15px;
  margin-top: 26px;
}
.owl-page {
  display: inline;
}
.owl-page.active .owl-numbers {
  background: #FF8649;
}
.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;
}

.project_area {
  background-image: url("img/bg4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 70px 0;
  padding: 150px 0;
}
.project {
  margin-left: 50%;
  text-align: right;
  width: 50%;
}
.project > h2 {
  color: #FFFFFF;
  font-size: 80px;
  text-transform: uppercase;
}
.project span {
  display: block;
  font-size: 47.5px;
}
.project > ul {
  margin-top: 15px;
}
.project li {
  display: inline;
}
.project a {
  background: none repeat scroll 0 0 #F7F8FD;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 2%;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 45%;
}
.project ul li:last-child a {
  background: none repeat scroll 0 0 #FF7C30;
  color: #FFFFFF;
}




.quiz_area {
  background: none repeat scroll 0 0 #FF7C30;
  height: 130px;
}

.home_pic {
  float: left;
  width: 40%;
}
.home_pic > img {
  margin-top: -27px;
}
.quize_tedt {
  float: left;
  margin-left: 2%;
  width: 58%;
}
.quize_tedt > h2 {
  color: #FFFFFF;
  float: left;
  font-size: 27px;
  padding: 50px 0;
  text-transform: uppercase;
  width: 70%;
}
.quize_tedt > a {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  float: left;
  margin-top: 39px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30%;
}
.right_logo {
  float: left;
  text-align: right;
  width: 70%;
}
.left_logo {
  float: left;
  width: 30%;
}
.mobilepic {
  display: none;
}
.client_logo_area {
  padding: 15px 0;
}
.lingle_footer.text_right > ul {
  text-align: center;
}
.lingle_footer.text_center {
  text-align: right;
}
.lingle_footer.text_right {
  text-align: right;
}
.lingle_footer.text_right li {
  display: inline;
}
.lingle_footer.text_right a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  padding: 26px 10px;
  text-decoration: none;
}
.lingle_footer > p span {
  color: #FF7C30;
}
.lingle_footer > p {
  color: #FFFFFF;
  font-size: 12px;
  padding: 25px 0;
}
.lingle_footer.text_center {
  text-align: center;
}
footer {
  background: none repeat scroll 0 0 #000000;
  font-family: 'Montserrat',sans-serif;
  padding: 17px 0;
}
.single_service > img {
  width: 100%;
}
.car > img {
  width: 100%;
}
.single_form.form_top > img {
  float: left;
  margin-left: 15%;
  margin-right: 5%;
}
.thank-you-content {
    text-align: center;
    padding: 30px 0px;
    background-color: #029e23;
}
.thank-you-content h1 {
    font-weight: 900;
    color: #fff;
}
#service-res{
    color: #58585A;
    margin-bottom: 13px;
    padding: 11px;
    width: 100%;
}








