/*! 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;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}


.top_header {
  background: #003556 none repeat scroll 0 0;
}
.left_header > img {
  float: left;
  padding: 12px 20px 12px 0;
}
.left_header > p {
  color: #ffffff;
  font-size: 16px;
  padding-top: 16px;
}
.right_header > p {
  background: #b6ca7f none repeat scroll 0 0;
  color: #0b253e;
  font-size: 18px;
  font-weight: 700;
  padding: 14.4px;
  text-align: center;
}

.logo > img {
  padding-bottom: 18px;
  padding-top: 9px;
}
.menu_text > p {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  padding-top: 25px;
}
.menu_text > a {
  color: #000000;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}
.menu_text::before {
  background-image: url("img/phone.png");
  background-repeat: no-repeat;
  background-size: 60px auto;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 31px;
  width: 70px;
}
.menu_text {
  padding-left: 11%;
  position: relative;
}
.menu_text::after {
  background-image: url("img/arrow.png");
  background-repeat: no-repeat;
  content: "";
  height: 204px;
  left: 59.5%;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 999;
}
.hunderd_image {
  position: absolute;
  right: -2%;
  top: 2px;
z-index: 99;
}
.menus_banner {
  position: relative;
}


.main_banner_area {
  background-image: url("img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.left_banner_content > h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
  padding-bottom: 48px;
  padding-top: 65px;
  text-shadow: 1px 2px 3px #000;
  text-transform: uppercase;
}
.left_banner_content li {
  background-image: url("img/li1.png");
  background-position: 0 10px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  padding: 5px 0 5px 7.5%;
  text-transform: uppercase;
    background-color: rgba(0,0,0,0.5);
}
.bottom_imnage_area {
  margin-bottom: 45px;
  margin-top: 45px;
  overflow: hidden;
}
.left_image {
  float: left;
  width: 50%;
}
.left_image > img {
  width: 95%;
}
.right_image {
  float: left;
  text-align: center;
  width: 50%;
}
.right_image > img {
  margin-top: 20px;
}

.right_form_area {
  background: rgba(68, 99, 116, 0.8) none repeat scroll 0 0;
  padding: 70px 75px 0;
}
.right_form_area > h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}
.right_form_area > ul {
  margin-bottom: 15px;
}
.right_form_area li {
  background-image: url("img/li2.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 6px 6px 9%;
}
.form_area textarea {
  height: 100px;
  margin-bottom: 10px;
}

.form_area input, .form_area select, .form_area textarea {
  border: 1px solid #9daab1;
  color: #bdb8b5;
  font-size: 11.6px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
}
.form_area p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 5px;
  padding-bottom: 12px;
  padding-left: 6%;
  position: relative;
}

.specialize_area {
  background: #003556 none repeat scroll 0 0;
  color: #ffffff;
  margin-top: 5px;
  text-align: center;
}
.specialize > p {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 20px;
}
.specialize li {
  background-image: url("img/li3.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
  display: inline-table;
  padding: 10px 13px 13px;
  text-transform: uppercase;
}

.total_page_content_area {
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5px;
}
.total_page_content h1 {
  background: #b6ca7f none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.general_section {
  background-image: url("img/bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  overflow: hidden;
  padding-bottom: 18px;
  padding-top: 30px;
  text-align: center;
}
.single_generel > p {
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
}
.single_generel > h3:last-child {
  font-size: 68px;
}
.single_generel > h3 {
  font-size: 40px;
  font-weight: 700;
}
.single_service_area {
  overflow: hidden;
  position: relative;
}

.single_service_area::before {
  background-image: url("img/tiks.png");
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  left: calc(50% - 16px);
  position: absolute;
  top: 0;
  width: 32px;
  z-index: 9999;
}
.single_service {
  position: relative;
}
.single_service > img {
  width: 99.8%;
}
.single_service > h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  left: 0;
  padding: 0 3%;
  position: absolute;
  text-align: center;
  top: 62px;
  width: 100%;
}
.single_service h2 span {
  display: block;
  font-size: 18px;
  padding-top: 5px;
}
.single_service h2 span strong {
  color: #b6ca7f;
  font-size: 25px;
}

.white_bg {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}
.white_bg > h2 {
  color: #b6ca7f;
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 28px;
  padding-top: 22px;
  text-align: center;
}
.white_bg > p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding: 0 14%;
  text-align: center;
}
.white_bg > h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  padding: 35px 27%;
  text-align: center;
}
.white_bg a {
  color: #b6ca7f;
  font-weight: 800;
  text-decoration: none;
}
.navy_bg {
  background: #003556 none repeat scroll 0 0;
  overflow: hidden;
  padding: 22px 0;
}
.navy_bg > h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 28%;
}
.navy_bg a {
  background: #b6ca7f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5%;
  padding: 12px 10%;
  text-decoration: none;
}
.single_chose.no_margin {
  margin: 0;
}
.why_choose_area {
  background-image: url("img/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.why_choose_area > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 42px;
  padding-top: 50px;
  text-align: center;
}

.single_chose_us {
  overflow: hidden;
  padding: 0 12%;
}
.single_chose {
  background-image: url("img/ibg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 197px 197px;
  float: left;
  margin-bottom: 20px;
  margin-right: 5%;
  min-height: 215px;
  overflow: hidden;
  text-align: center;
  width: 30%;
}
.single_chose > img {
  padding-bottom: 20px;
  padding-top: 36px;
}
.single_chose > p {
  color: #b6ca7f;
  font-size: 18px;
  line-height: 21px;
  padding: 0 19% 46px;
}

.why_choose_area > p::before {
  background-image: url("img/comment.png");
  background-repeat: no-repeat;
  content: "";
  height: 45px;
  left: 4%;
  position: absolute;
  top: 0;
  width: 43px;
}
.why_choose_area > p::after {
  background-image: url("img/comment.png");
  background-repeat: no-repeat;
  content: "";
  height: 45px;
  right: 4%;
  position: absolute;
  top: 0;
  width: 43px;
}
.why_choose_area > p {
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  margin-top: 20px;
  padding: 0 8% 22px;
  position: relative;
  text-align: center;
}
.more_service_area {
  background-image: url("img/bg5.jpg");
  color: #fff;
  overflow: hidden;
  padding: 0 3% 50px;
}
.single_more_service > h3 {
  color: #b6ca7f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.single_more_service > p {
  font-size: 18px;
  line-height: 30px;
  min-height: 220px;
}
.single_more_service a {
  color: #b6ca7f;
  text-decoration: none;
}

.more_service_area > h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 40px;
  text-align: center;
}

.get_in_tuch_area {
  background-image: url("img/s.png");
  padding-bottom: 10px;
  padding-top: 10px;
}

.left_get_intuch {
  background: rgba(65, 95, 111, 0.7) none repeat scroll 0 0;
  min-height: 345px;
  text-align: center;
}
.left_get_intuch > h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  padding-top: 50px;
  text-decoration: underline;
}
.left_get_intuch > a {
  color: #b6ca7f;
  display: block;
  font-size: 37px;
  font-weight: 800;
  padding-top: 45px;
  text-decoration: none;
}
.right_get_intuch {
  background: rgba(174, 201, 142, 0.7) none repeat scroll 0 0;
  min-height: 345px;
  text-align: center;
  border: 1px solid #fff;
}
.right_get_intuch > p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 80px 20% 0;
}
.right_get_intuch a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  padding: 6px 10%;
  text-decoration: none;
  color: #000;
}

.col-md-5.col-sm-5.col-xs-12.padding_left.navys{
  background: rgba(162,177,119,.8);
  padding: 40px;
}
.col-md-7.col-sm-7.col-xs-12.padding_right.blues {
  background: rgba(38,66,80,.8);
  padding: 40px;
}
.right_footer {
  text-align: right;
}
.footer_area {
  background: #000000 none repeat scroll 0 0;
}
.left_footer > p {
  color: #fff;
  font-size: 14px;
  padding-top: 45px;
}
.right_footer > img {
  margin-bottom: 20px;
  margin-top: 25px;
}




