html,
body {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    background-color: white;
    margin: 0;
    color: black;
}

*:focus {
    outline: none;
}
:target::before {
  content: "";
  display: block;
  height: 150px; /* fixed header height*/
  margin: -150px 0 0; /* negative fixed header height */
}
a:link {
    color: #42004f;
    text-decoration: none;
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
}

a:hover {
    color: #79b705;
    text-decoration: none;
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
}

mark {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

.clear {
    clear: both
}

img {
    border: 0;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}

#admin_panel_spacer,
#admin_panel {
    display: none
}

.lowercase {
    text-transform: none!important;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.news_list_img {
    height: 200px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.list_normal {
    list-style-type: none
}

.list_normal > li {
    margin-bottom: 40px;
}

.list_date {
    font-size: 15px;
}

#main_menu {
    list-style-type: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

#main_menu li {
    color: white;
    display: block;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdfe1;
}

#main_menu li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 15px;
    padding-bottom: 5px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-decoration: none;
}

#main_menu li:hover {
    border-right: 5px solid #ff6101;
    transition-timing-function: ease;
    transition: all 0.6s;
}

#main_menu ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-top: 10px;
}

#main_menu ul > li.no_orange > a {
    text-transform: none;
    font-weight: 400;
    padding-right: 30px;
    width: 50%
}

#main_menu .has-children:hover {
    border-right: none;
    background-color: none;
}

#main_menu #orange:hover {
    border-right: 5px solid #ff6101;
    transition-timing-function: ease;
    transition: all 0.6s;
}

#main_menu {
    margin-top: 64px;
}

#header_menu_close {
    display: block;
    background-image: url(../img/close_menu.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 3px;
    height: 50px!important;
    bottom: 0;
    width: 50px;
    cursor: pointer;
    z-index: 1000;
}

#header_menu_close:hover {
    transition: .3s ease-in-out;
}

.main_width {
    position: relative;
}

.max_width {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.rl_template {
    margin-bottom: 20px;
}

a {
    color: #42004f;
    cursor: pointer;
    text-decoration: none;
}

#home_offer_container {
    background-color: #21282d;
    overflow: visible;
    height: 251px;
    padding-bottom: 100px;
}

#home_offer {
    width: 100%;
    max-width: 1300px;
    overflow: visible;
    position: relative;
    top: 130px;
    margin: 0 auto;
    display: block;
    margin-top: -50px;
}

.single_offer {
    text-align: center;
    position: relative;
}

.slide_img {
    width: 100%;
    height: 330px;
    background-size: cover;
}

.single_offer img {
    max-width: 100%
}

.home_top {
    background-color: #ebebeb;
    background-image: url(../img/home-offer-bgr.png);
    background-position: top;
    padding-top: 200px;
    padding-bottom: 50px;
}

.home_inner {
    background-color: #e1e1e1;
}

.home_top h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.single_offer h2 {
    color: white;
    margin-bottom: 40px;
}

.home_service {
    width: 23%;
    float: left;
    margin: 1%;
    color: #585858;
    line-height: 1.333;
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.004);
}

.btn_more {
    background-color: #0f5989;
    color: white!important;
    border-radius: 15px;
    padding: 10px 25px;
    box-sizing: border-box;
    margin-top: 20px;
    float: right;
    position: absolute;
    bottom: 50px;
}

.home_service .pic {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.004);
    padding: 14px;
    border: 14px solid #f2f2f2;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.home_service h2 a {
    font-size: 20px;
    color: #156193;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 400;
}

.home_service h2 {
    font-size: 20px;
    color: #156193;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 25px;
}

.home_service h2,
.home_service p {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.home_service {
    min-height: 500px;
    position: relative;
}

.home_service .pic {
    cursor: pointer
}

.more_info {
    color: white!important;
    background: #0f5989;
    padding: 10px 30px;
    border-radius: 12px;
    font-size: 14px;
}

.we_represent h3,
.we_work h3,
.home_contact h3 {
    font-size: 26px;
    color: rgb(21, 97, 147);
    text-transform: uppercase;
    line-height: 1.308;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
}

.home_contact h3 {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}

.center {
    text-align: center;
}

#aboutus {
    position: relative;
}

.we_work {
    padding-top: 100px;
    padding-bottom: 100px;
}

.we_represent {
    padding-bottom: 100px;
    overflow: hidden
}

.single_represent {
    width: 30%;
    margin: 1.5%;
    float: left;
    text-align: center;
}

.single_represent img {
    max-width: 100%
}

.blue_link {
    text-transform: uppercase;
    color: #084e7d!important;
    font-weight: 400!important
}

.work_btn {
    background-color: #0f5989;
    color: white!important;
    border-radius: 15px;
    padding: 10px 25px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 17%;
    float: left;
    margin: 1.5%;
    box-sizing: border-box;
    min-height: 100px;
    position: relative;
}

.work_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}

#footer .company_name {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 15px;
}

#footer {
    background-color: #21282d;
    color: white;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
}

#footer h3 {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

#footer_copyright {
    background: #272f35;
    color: #a1cae5;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

#footer_copyright a {
    color: white;
}

.left {
    float: left;
}

.right {
    float: right
}

#footer_copyright .left {
    text-transform: uppercase;
}

#footer_copyright .right ul {
    list-style-type: none;
}

#footer_copyright .right a {
    border-right: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
}

#footer_copyright .right a:last-child {
    border-right: 0;
}

.fb_icon img {
    position: relative;
    top: 3px
}

.page_banner {
    height: 150px;
    background-size: cover;
}

.page_banner h1 {
    text-align: center;
    position: relative;
    top: 70px;
}

.page_content {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

#home_form .contact_input_half {
    background: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #c8c8c8;
    width: 47.5%;
    float: left;
    height: 50px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

#home_form::-webkit-input-placeholder {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#home_form::-moz-placeholder {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#home_form:-ms-input-placeholder {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#home_form:-moz-placeholder {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#home_form .contact_input_half:first-child {
    margin-right: 5%
}

#home_form #message {
    background: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #c8c8c8;
    width: 100%;
    display: block;
    min-height: 180px;
    padding: 20px;
    box-sizing: border-box;
}

#home_form span {
    font-size: 12px;
}

.button_send {
    color: white!important;
    background: #0f5989;
    padding: 15px 60px;
    border-radius: 20px;
    border: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}

#home_form {
    padding-bottom: 50px;
}

#footer .left {
    width: 45%;
    margin-right: 2.5%
}

#footer .right {
    width: 45%;
    margin-left: 2.5%
}

#footer h4 {
    font-size: 22px;
    color: white;
    line-height: 0.636;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
    font-weight: 600;
    margin-top: 50px;
}

#footer ul {
    list-style-type: none;
    padding-left: 0;
}

#footer li a {
    color: white;
}

#footer li {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer .fax a:before {
    content: "";
    display: inline-block;
    background-image: url(../img/fax-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 2px 5px -2px 4px;
    margin-right: 15px;
}

#footer .email a:before {
    background-image: url(../img/email-icon-w.png)!important;
    margin-right: 15px!important;
}

#footer .phone a:before {
    background-image: url(../img/phone-icon-w.png)!important;
    margin-right: 15px!important;
}

table,
th,
td {
    border: 1px solid #D4E0EE;
    border-collapse: collapse;
    color: #555;
}

caption {
    font-size: 150%;
    font-weight: bold;
    margin: 5px;
}

td,
th {
    padding: 4px;
    width: 300px;
}

thead th {
    text-align: center;
    background: #E6EDF5;
    color: #4F76A3;
    font-size: 100% !important;
}

tbody th {
    font-weight: bold;
}

tbody tr {
    background: #FCFDFE;
}

tbody tr.odd {
    background: #F7F9FC;
}

table a:link {
    color: #718ABE;
    text-decoration: none;
}

table a:visited {
    color: #718ABE;
    text-decoration: none;
}

table a:hover {
    color: #718ABE;
    text-decoration: underline !important;
}

tfoot th,
tfoot td {
    font-size: 85%;
}

#contact_form {
    position: relative;
}

.page {
    margin-top: 50px
}

#top_cf3 {
    position: relative;
    height: 281px;
    width: 450px;
    margin: 0 auto;
}

#top_cf3 img.top:hover {
    opacity: 0;
}

#top_cf3 img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#top_cf3 img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
}

iframe {
	allowfullscreen: true;
    border: none;
}