html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.body_wrap {
    max-width: 2560px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    color: #404040;
    margin: auto;
}

.s01_wrap {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s01_container {
    height: 100%;
    width: 100%;
}

.s01_top_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
}

.s01_top_left img {
    height: 40px;
}

.s01_top_right_call a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #0072fe;
     
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
}

.s01_bt_container {
    height: 100%;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    padding: 0px 200px;
}

.s01_li_call_btn img {
    width: 20px;
}

.s01_left_item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s01_right_item {
    width: 50%;
    height: 100%;
}

.s01_left_item_h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    font-weight: normal;
}

.s01_left_item_h1 h1 span {
    color: #0072fe;
}

.s01_left_item_text {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    line-height: 1.5;
}

.s01_li_call_btn a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #0072fe;
     
    padding: 12px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}

.s01_li_call_btn {
    margin-top: 50px;
}

.s01_li_adv_flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s01_li_adv_fi_img {
    margin: 10px 10px 10px 0px;
    ;
    padding: 10px;
    background: #0072fe;
     
    border-radius: 5px
}

.s01_li_adv_fi_img img {
    width: 20px;
}

.s01_li_adv_fi_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.s01_right_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s01_rc_foarm_container {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 50px 35px;
    -webkit-box-shadow: 0px 0px 122px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 122px rgba(0, 0, 0, 0.12);
}

.s01_form_title h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    font-weight: normal;
}

.s01_form_title h2 span {
    color: #0072fe;
}

.s01_form_title p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    line-height: 1.2;
}

.form_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_1_1 {
    width: 50%;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-right: 20px;
}

.form_1_1 p {
    margin-bottom: 10px;
    font-size: 18px;
}

.form_1_1 input {
    width: 90%;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}

.form_1_1 select {
    width: 99%;
    padding: 7px 15px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}
.form_1_1_2 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.form_1_1_2 p {
    margin-bottom: 10px;
    font-size: 18px;
}
textarea {
    width: 97%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top_submit_btn {
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #0072fe;
     
    padding: 12px 45px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #0072fe;
    cursor: pointer;
}

.s02_wrap {
    padding: 50px 200px;
}

.s02_flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s02_flex_item {
    width: 50%;
    text-align: right;
}

.s02_flex_item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s02_flex_item h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-right: 50px;
    line-height: 1.2;
}

.s02_flex_item h2 span {
    color: #0072fe;

}

.s02_call_btn {
    padding-right: 50px;
    margin-top: 50px;
}

.s02_call_btn a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #0072fe;
     
    padding: 12px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}

.s02_flex_item p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    padding-left: 200px;
    padding-right: 50px;
    text-align: justify;
}

.s02_flex_item2 {
    overflow: hidden;
    
}
.s02_wrap {
    background-color: white;
}
.s02_flex_item2 img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s02_flex_1 {
    width: 50%;

    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s02_flex_1_1 {
    height: 400px;
    border-radius: 5px;
    background-image: url(../images/pay_per_call_1.jpg);
    -webkit-box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.22);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s02_flex_2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

.s02_flex_2_1 {
    height: 360px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.02);
}

.s02_flex_2_2 {
    background-image: url(../images/pay_per_call_2.jpg);
    -webkit-box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.22);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s02_flex_2_3 {
    background-image: url(../images/pay_per_call_3.jpg);
    -webkit-box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.22);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s03_wrap {
    width: 100%;
    padding: 150px 0px;
    background: #0072fe;
     
    color: white;
    position: relative;
    z-index: 1;
}
/*
.s03_wrap::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 100px;
    top: -100px;
    background-color: white;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    left: -10px;
    
}
.s03_wrap::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100px;
    bottom: -100px;
    background-color: white;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    left: -10px;
    
}
*/
.s02_flex_container_inverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
}
.s02_flex_item1_inverse {
    text-align: left;
    padding-left: 50px;
}
.s02_wrap_2_2 {
    background-color: rgba(0,0,0,0.012);
}
.s02_p_container_inverse p {
    padding-left: 0px;
    padding-right: 200px;
    text-align: justify;
}
.s03_top_title {
    text-align: center;
    margin-bottom: 60px;
}

.s03_top_title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    letter-spacing: 1px;

}

.s03_top_title p {
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.s03_rating_container img {
    width: 15px;
    opacity: 0.8;
}

.s03_flex_container {
    padding: 0px 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.so3_flex_big {
    width: 50%;
    padding: 30px;
}

.so3_flex_big2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s03_test_container {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-style: italic;
    font-size: 17px;
    padding: 50px 85px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;

}

.s03_test_container::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid rgba(0, 0, 0, 0.15);
}

.s03_img_container {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 20px;
}

.s03_person_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s03_name_container p:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.s03_name_container p:last-of-type {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.so3_flex_big3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px;
}

.s03_small_container {
    width: 50%;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s03_small_text_container {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-style: italic;
    font-size: 17px;
    padding: 50px 35px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.s03_person_small_img {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 20px;
}

.s03_person_small_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s03_small_person_name p:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.s03_small_person_name p:last-of-type {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.s03_small_container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s03_small_text_container2 {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.s03_small_text_container2::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid rgba(0, 0, 0, 0.15);
}
.s03_small_text_container3 {
    position: relative;
    z-index: 1;
}
.s03_small_text_container3::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid rgba(0, 0, 0, 0.15);
}
.s03_img_container1 {
    background-image: url(../images/testimonial_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
}
.s03_person_small_img2 {
    background-image: url(../images/testimonial_2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
}
.s03_person_small_img3 {
    background-image: url(../images/testimonial_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
}
.s03_container {
    position: relative;
    z-index: 1;
}
/*
.s03_container::after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 80%;
    height: 2px;
    background-color: rgba(255,255,255,0.6);
    left: 50%;
    transform: translateX(-50%);
}
*/
.s04_wrap {
    padding: 150px 0px;
}
.s04_container {
    padding: 0px 200px;
}
.s04_title_container {
    text-align: center;
}
.s04_title_container h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
}
.s04_title_container h2 span {
    color: white;
}
.s04_title_container p {
    font-family: 'Open Sans', sans-serif;
    color: whi;
    padding: 0px 600px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.s04_content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s04_left_item {
    width: 70%;
}
.s04_left_item img {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin-left: auto;
    
}
.s04_right_item {
    width: 50%;
    padding: 150px 0px;
}
.s04_right_item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #404040;
    margin-bottom: 10px;
    font-size: 22px;
    
}
.s04_right_item p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
}
.s04_right_item p span {
    color: #0072fe;
    font-weight: 600;
}
.s04_right_call_btn a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #0072fe;
     
    padding: 12px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}
.s05_wrap {
    position: relative;
    z-index: 1;
    background: #0072fe;
     
    color: white;
    padding: 150px 0px 200px 0px;
}
.s05_title_container {
    text-align: center;
}
.s05_title_container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.s05_title_container p {
    font-family: 'Open Sans', sans-serif;
}
.s05_call_to_action_container {
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    color: #404040;
    padding: 50px 100px;
    width: 60%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.s05_call_to_action_container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
}
.s05_call_btn a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #0072fe;
     
    padding: 12px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}
.s05_call_text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #404040;
}
.footer {
    background-color: #33343E;
    padding-top: 150px;
    padding-bottom: 30px;
    margin-top: -1px;
    color: white;
}
.s01_top_container {
    background-color: #33343E;
}
.footer_container {
    padding: 0px 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_item {
    width: 100%;
}
.footer_item_left_img img {
    width: 250px;
    margin-bottom: 30px;
}
.footer_item_left_text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    padding-right: 150px;
    margin-bottom: 50px;
}
.footer_item_left_copyright {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.7;
}
.footer_item2 img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}
.footer_item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_item2 p {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}
.mobile-break{
    display: none;
}

.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile_background_top {
    display: none;
}
.footer_item a {
    text-decoration: none;
    color: white;
    display: inline-block;
}
.section_logouri {
    padding: 30px 5%;
}
.section_logo_wrap {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo_item {
    width: 31%;
    margin: 1.16%;
    padding: 2vw;
    background-color: #fff;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 9%);
}
.logo_img_wrap img {
    display: block;
    width: 70%;
    height: auto;
    margin: auto;
}
.logo_title_wrap p {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding-top: 1vw;
    font-size: 1vw;
    text-decoration: underline;
}
.section_logouri {
    display: none;
}
@media only screen and (max-width: 1920px) {
    .s01_top_container {
        padding: 15px 5%;

    }
    .s01_bt_container {
        padding: 0px 5%;
    }
    .s01_left_item_h1 h1 {
        font-size: 40px;
    }
    .s01_left_item_text p {
        font-size: 16px;
    }
    .s01_li_adv_fi_img img {
        width: 15px;
    }
    .s02_wrap {
        padding: 50px 5%;
    }
    .s02_p_container p {
        padding-left: 150px;
    }
    .s02_p_container_inverse p {
        padding-left: 0px;
        padding-right: 150px;
    }
    .s02_h2_container h2 {
        font-size: 40px;
    }
    .s03_wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .s03_flex_container {
        padding: 0px 5%;
    }
    .s05_wrap {
        padding: 20px 0px 100px 0px;
        margin-top: -1px;
    }
    .s04_title_container p {
        padding: 0px 10%;
    }
    .s03_top_title h2 {
        font-size: 40px;
    }
    .s03_test_container p {
        font-size: 15px;
    }
    .s03_small_text_container p {
        font-size: 15px;
    }
    .s03_small_person_name p:first-of-type {
        font-size: 16px;
    }
    .s03_small_person_name p:last-of-type {
        font-size: 13px;
    }
    .s03_name_container p:first-of-type {
        font-size: 16px;
    }
    .s03_name_container p:last-of-type {
        font-size: 13px;
    }
    .s03_person_small_img {
        width: 65px;
        height: 65px;
    }
    .s03_img_container {
        width: 65px;
        height: 65px;
    }
    .s03_rating_container img {
        width: 10px;
    }
    .s04_title_container h2 {
        font-size: 40px;
    }
    .footer_container {
        padding: 0px 5%;
    }
    .footer_item_left_text p {
        font-size: 14px;
    }
    .s01_top_right_call a {
        padding: 10px 20px;
        font-size: 15px;
    }
    .s05_call_to_action_container {
        padding: 35px 50px;
    }
    .s01_top_left img {
        height: 30px;
    }
    .s01_form_title h2 {
        font-size: 30px;
    }
    .s01_form_title p {
        font-size: 15px;
    }
    .form_1_1 p {
        font-size: 15px;
    }
    .form_1_1 input {
        font-size: 12px;
    }
    .form_1_1 select {
        font-size: 11px;
    }
    .form_1_1 select option {
        padding: 5px;
    }
    textarea {
        font-size: 12px;
        margin-bottom: 10px;
        
    }
}
@media only screen and (max-width: 1769px) {
    .s01_form_title h2 {
        font-size: 28px;
    }
    .s01_form_title p {
        font-size: 14px;
    }
    .form_1_1 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .s01_rc_foarm_container {
        padding: 35px;
    }
    .form_1_1_2 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1680px) {
    .s01_left_item_h1 h1 {
        font-size: 35px;
    }
    .s01_left_item_text p {
        font-size: 15px;
    }
    .s01_li_adv_fi_img img {
        width: 14px;
    }
    .s01_li_adv_fi_img {
        margin: 6px 10px 6px 0px;
    }
    .s02_p_container p {
        padding-left: 100px;
    }
    .s02_p_container_inverse p {
        padding-left: 0px;
        padding-right: 100px;
    }
    .so3_flex_big {
        padding: 25px;
    }
    .so3_flex_big3 {
        padding: 25px 0px;
    }
    .s02_wrap_1680p {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1600px) {
    .s01_left_item_h1 h1 {
        font-size: 32px;
        line-height: 1.4;
    }
    .s01_left_item_text p {
        font-size: 14px;
    }
    .s01_li_adv_fi_img img {
        width: 13px;
        height: 13px;
    }
    .s01_li_adv_fi_img {
        margin: 4px 10px 4px 0px;
    }
    .s01_li_adv_fi_text p {
        font-size: 15px;
    }
    .s01_li_call_btn a {
        font-size: 15px;
        padding: 10px 25px;
    }
    .s02_p_container p {
        padding-left: 70px;
        font-size: 14px;
    }
    .s02_p_container_inverse p {
        padding-left: 0px;
        padding-right: 70px;
    }
    .s02_h2_container h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .s02_call_btn a {
        font-size: 15px;
        padding: 10px 25px;
    }
    .s03_top_title h2 {
        font-size: 32px;
    }
    .s03_test_container {
        padding: 35px 50px;
    }
    .s03_test_container p {
        font-size: 14px;
    }
    .s03_small_text_container {
        padding: 35px;
    }
    .s03_small_text_container p {
        font-size: 14px;
    }
    .s04_title_container h2 {
        font-size: 32px;
    }
    .s04_title_container p {
        font-size: 14px;
    }
    .s05_call_text p{
        font-size: 18px;
    }
    .s05_call_btn a{
        font-size: 14px;
    }
    .footer_item_left_text p {
        font-size: 13px;
    }
    .footer_item_left_copyright p {
        font-size: 12px;
    }
    .s01_rc_foarm_container {
        width: 95%;
    }
    .s01_form_title h2 {
        margin-bottom: 10px;
    }
    .s01_form_title p {
        margin-bottom: 25px;
    }
    .form_1_1 {
        margin-bottom: 20px;
    }
    .form_1_1 input {
        padding: 5px 6px;
        font-size: 11px;
    }
    .form_3 {
        margin-bottom: 20px;
    }
    .form_1_1 select {
        padding: 5px 6px;
        font-size: 10px;
        width: 96%;
    }
    .form_1_1_2 textarea {
        width: 94%;
    }
}
@media only screen and (max-width: 1560px) {
    .s01_bt_container {
        background-color: #fff;
        background-position: center;
        background-size: cover;
        
    }
    
    
}
@media only screen and (max-width: 1440px) {
    .s01_left_item_h1 h1 {
        font-size: 28px;
        line-height: 1.4;
    }
    .s01_left_item_h1 {
        margin-bottom: 10px;
    }
    .s01_left_item_text p {
        font-size: 13px;
    }
    .s01_left_item_text {
        margin-bottom: 20px;
    }
    .s01_li_adv_fi_img {
        padding: 7px;
    }
    .s01_li_adv_fi_text p {
        font-size: 14px;
    }
    .s01_li_call_btn a {
        font-size: 13px;
        padding: 10px 25px;
    }
    .s01_li_call_btn {
        margin-top: 25px;
    }
    .s01_top_container {
        padding: 10px 5%;
    }
    .s01_top_right_call a {
        font-size: 13px;
        padding: 7px 15px;
    }
    .s02_call_btn a {
        font-size: 13px;
        padding: 7px 15px;
    }
    .s02_p_container p {
        font-size: 13px;
    }
    .s02_p_container p {
        padding-left: 60px;
    }
    .s02_p_container_inverse p {
        padding-left: 0px;
        padding-right: 60px;
    }
    .s03_test_container p {
        font-size: 12px;
    }
    .s03_small_text_container p {
        font-size: 12px;
    }
    .s03_person_small_img {
        width: 55px;
        height: 55px;
    }
    .s03_img_container {
        width: 55px;
        height: 55px;
    }
    .s03_name_container p:first-of-type {
        font-size: 14px;
    }
    .s03_name_container p:last-of-type {
        font-size: 11px;
        margin-bottom: 0px;
    }
    .s03_small_person_name p:first-of-type {
        font-size: 14px;
    }
    .s03_small_person_name p:last-of-type {
        font-size: 11px;
        margin-bottom: 0px;
    }
    .s03_rating_container img {
        width: 8px;
    }
    .footer_item_left_text {
        padding-right: 100px;
    }
    .footer_item_left_text p {
        font-size: 12px;
    }
    .footer_item_left_copyright p {
        font-size: 10px;
    }
    .footer_item2 img {
        width: 40px;
        height: 40px;
    }
    .footer_item_left_img img {
        height: 40px;
    }
    .footer_item2 p {
        font-size: 16px;
    }
    .footer {
        padding: 100px 0px 20px 0px;
    }
    .s03_small_text_container {
        padding: 25px;
    }
    .s03_test_container {
        padding: 25px;
    }
    .s01_form_title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .s01_form_title p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .top_submit_btn {
        font-size: 13px;
        padding: 10px 25px;
    }
    .s01_rc_foarm_container {
        padding: 20px 35px;
    }
    .form_1_1 {
        margin-bottom: 12px;
    }
    .form_1_1 p {
        font-size: 12px;
        margin-bottom: 3px;
    }
    
}
@media only screen and (max-width: 1280px) {
    .s02_h2_container h2 {
        padding-right: 15px;
    }
    .s02_p_container p {
        padding-right: 15px;
    }
    .s02_flex_item1_inverse {
        padding-left: 15px;
    }
    .s02_p_container_inverse p {
        padding-right: 0px;
    }
    .s02_call_btn {
        margin-top: 30px;
    }
    .s02_call_btn {
        padding-right: 15px;
    }
    .s01_left_item_h1 h1 {
        font-size: 26px;
    }
    .s04_title_container h2 {
        font-size: 26px;
    }
    .s04_title_container p {
        font-size: 14px;
    }
    .s03_small_container {
        padding: 0px 15px;
    }
    .so3_flex_big2 {
        padding: 25px 15px;
    }
    .s02_h2_container h2 {
        font-size: 26px;
    }
    .s03_top_title h2 {
        font-size: 26px;
        margin-bottom: 0px;
    }
    .s03_top_title {
        margin-bottom: 40px;
    }
    .s03_wrap {
        padding-bottom: 50px;
    }
    .s02_p_container p {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 1176px) {
    .s01_left_item_h1 h1 {
        font-size: 25px;
        line-height: 1.2;
        margin-top: -40px;
    }
    .s01_left_item_text p {
        font-size: 12px;
    }
    .s01_li_call_btn a {
        font-size: 13px;
        padding: 7px 15px;
    }
    .s01_top_right_call a {
        font-size: 13px;
        padding: 7px 15px;
    }
    .footer_item_left_text  {
        padding-right: 0px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .section_logouri {
    display: block;
        padding-left: 0;
        padding-right: 0;
}
    .logo_title_wrap p {
        font-size: 1.6vw;
    }
    .logo_img_wrap img {
        width: 90%;
    }
    .s03_flex_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so3_flex_big {
        width: 100%;
    }
    .s05_call_to_action_container {
        width: 90%;
    }
    .s01_wrap {
        height: auto;
    }
    .s01_bt_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s01_left_item {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 1;
    }
    .mobile_background_top {
        position: absolute;
        width: 120%;
        height: 100%;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        z-index: -11;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .s01_right_item {
        width: 100%;
        padding: 50px 0px 50px 0px;
        position: relative;
        z-index: 1;
    }
    .s01_top_container {
        z-index: 22;
    }
    .mobile_background_top2 {
        background-image: url(../images/header_background_img_mobile.jpg);
    }
}
@media only screen and (max-width: 800px) {
    .s01_left_item {
        width: 100%;
    }
    .s01_left_item_h1 h1 {
        font-size: 24px;
        padding-right: 100px;
        text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    }
    .s02_flex_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s02_flex_item {
        width: 100%;
    }
    .s01_left_item_text {
        margin-bottom: 15px;
    }
    .s01_li_adv_fi_img img {
        height: 12px;
        width: 12px;
    }
    .s01_li_adv_fi_img {
        padding: 4px 7px;
        border-radius: 4px;
    }
    .s02_h2_container h2 {
        text-align: left;
    }
    .s02_wrap {
        padding: 20px 5%;
    }
    .s02_flex_item {
        padding: 50px 0px;
    }
    .s02_call_btn {
        text-align: left;
        padding-right: 0px;
    }
    .s02_flex_item2 {
        padding: 0px;
    }
    .s01_left_item_text p {
        padding-right: 100px;
    }
    .s02_p_container p {
        padding-right: 0px;
    }
    .s01_wrap {
        background-color: #fff;
    }
}
@media only screen and (max-width: 768px) {
    
    .s01_wrap {
        background-color:#fff;
    }
    .s01_left_item_h1 h1 {
        text-shadow: 0px 1px 3px rgba(255,255,255,0.5);
        font-size: 30px;
        padding-right: 0px;
    }
    .s01_left_item_text p {
        font-size: 16px;
        padding-right: 0px;
        text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
    }
    .s01_li_adv_fi_text p {
        font-size: 17px;
        text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
    }
    .s01_li_adv_fi_img img {
        width: 15px;
        height: 15px;
    }
    .s01_li_adv_fi_img {
        padding: 10px;
    }
    .s01_li_call_btn a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .s01_li_call_btn {
        margin-top: 40px;
    }
    .s02_h2_container h2 {
        font-size: 30px;
    }
    .s02_p_container p {
        font-size: 16px;
    }
    .s02_call_btn a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .so3_flex_big3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s03_small_container {
        width: 100%;
        padding-bottom: 30px;
    }
    .s03_small_person_name5 {
        margin-right: 39px;
    }
    .s03_top_title h2 {
        font-size: 30px;
    }
    .s04_title_container h2 {
        font-size: 30px;
    }
    .footer_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer_item {
        text-align: center;
        width: 100%;
    }
    .footer_item23 {
        margin: 30px 0px;
    }
    .footer_item_left_text p {
        font-size: 15px;
    }
    .footer_item_left_copyright p {
        font-size: 15px;
    }
    .footer_item2 p {
        font-size: 20px;
    }
    .footer_item2 img {
        margin-bottom: 15px;
    }
    .s01_left_item {
        height: auto;
        background-position: top;
    }
    .s01_li_call_btn a {
        display: inline-block;
        margin-bottom: 30px;
    }
    .s01_left_item {
        padding-top: 110px;
    }
}
@media only screen and (max-width: 600px) {
    .logo_title_wrap p {
        font-size: 2vw;
    }
    .s03_small_text_container p {
        font-size: 15px;
    }
    .s03_test_container p {
        font-size: 15px;
    }
    .s05_call_to_action_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s05_call_btn  {
        margin-top: 40px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .s01_left_item_h1 h1 {
        font-size: 27px;
    }
    .s01_left_item_text p {
        font-weight: 600;
    }
    .s01_li_adv_fi_text p {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
    }
    .s01_li_call_btn  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin-top: 20px;
        line-height: 1.2;
    }
    .s05_call_text p {
        text-align: center;
        line-height: 1.3;
    }
    .s05_call_to_action_container {
        padding: 20px 35px;
    }
    .s05_call_btn {
        margin-top: 25px;
    }
    .mobile-break {
        display: block;
    }
    .form_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form_1_1 {
        width: 100%;
        padding-right: 0px;
    }
    .form_1_1 input {
        width: 90%;
        padding: 7px 10px;
        font-size: 14px;
    }
    .s01_form_title h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .s01_form_title p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .form_1_1 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .form_1_1 select {
        padding: 7px 10px;
        font-size: 14px;
        width: 98%;
    }
    .form_1_1_2 textarea {
        padding: 7px 10px;
        font-size: 14px;
        width: 98%;
        height: 100px;
    }
    .s01_rc_foarm_container {
        padding: 25px;
    }
    .s02_call_btn {
        margin-top: 50px;
    }
    .s01_left_item {
        padding-top: 80px;
    }
    .s01_left_item {
        height: auto;
/*
        background-image: url(../images/header_background_img_mobile_top_320p.jpg);
        background-position: top;
*/
    }
    .s01_top_right_call a span {
        display: none;
    }
    .mobile_background_top {
        background-color:#fff;
    }
    
    
    .mobile_background_top2 {
        background-image: url(../images/header_background_img_mobile.jpg);
    }
}
@media only screen and (max-width: 376px) {
    .logo_img_wrap img {
        width: 95%;
    }
    .logo_title_wrap p {
        font-size: 2.4vw;
    }
    .s01_left_item_h1 h1 {
        font-size: 25px;
    }
    .s01_left_item_text p {
        font-size: 15px;
    }
    .s01_li_adv_fi_img img {
        width: 13px;
        height: 13px;
    }
    .s01_li_adv_fi_img {
        padding: 7px;
        -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    }
    .s01_li_adv_fi_text p {
        font-size: 13px;
    }
    .s01_li_call_btn a {
        -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    }
}
@media only screen and (max-width: 321px) {
    .logo_img_wrap img {
        width: 95%;
    }
    .logo_title_wrap p {
        font-size: 2.4vw;
    }
    .s01_left_item_h1 h1 {
        font-size: 22px;
    }
    .s01_left_item_text p {
        font-size: 13px;
    }
    .s01_li_call_btn a {
        font-size: 14px;
    }
}







color: #0072fe;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
