<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,700);
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Merriweather|Roboto|Ubuntu|Proxima+Nova+Soft');

html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}


body {
    font: 15px/18px "Trebuchet MS", Arial, Helvetica, Proxima Nova Soft, sans-serif;
    color: #a4a4a4;
    position: relative;
    margin-top: 40px;
    min-width: 960px;
    height: 100%;
    min-height: 100%;
    background: url(../images/bg_body.png) 0 0 repeat #23211e;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova Soft', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
}

h4 {
    font-size: 21px;
    line-height: 46px;
    padding-top: 47px;
    letter-spacing: 2px;
    margin-bottom: 11px;
}

h6 {

    font-size: 12px;
    line-height: 20px;
    padding-top: 20px;
    letter-spacing: .75px;
    margin-bottom: 0px;
}

h4.head1 {
    padding-top: 33px;
}

p {
    margin-bottom: 18px;
    font-family: 'Proxima Nova Soft', sans-serif;
    word-spacing: -3px;
    letter-spacing: 1px;

}

p.company_p {
    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-align: justify;
    text-align: justify-all;
    line-height: 21px;
}

div.company_div {
    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-left: 0px;
    text-align: left;
    text-align: justify-all;
    line-height: 21px;
}

p.p1 {
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
    word-spacing: -3px;
    letter-spacing: 1px;

}

p.p2 {
    font-family: 'Proxima Nova Soft', sans-serif;
    color: #33655d;
    font-size: 15px;
    word-spacing: -1px;
    letter-spacing: 1px;
    margin-bottom: 9px;
    text-align: justify;
    line-height: 20px;
}

p.p3 {
    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    text-align: justify;
    text-align: justify-all;
    line-height: 20px;
}

p.p32 {

    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    word-spacing: .5px;
    letter-spacing: 1px;
    text-align: justify;
    text-align: justify-all;
    line-height: 20px;
    margin-top: 70px;
    margin-left: -40px;

}

p.p31 {
    font-family: 'Proxima Nova Soft', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    text-align: justify;
    word-spacing: -3px;
    letter-spacing: 1.5px;
}

p.phone_number {
    font-size: 24px;
}

p.main_p {

    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    word-spacing: -3px;
    letter-spacing: 1.6px;
    text-align: justify;
    text-align: justify-all;
    line-height: 20px;

}

p.p4 {
    font-family: 'Proxima Nova Soft', sans-serif;
    font-size: 15px;
    word-spacing: -3px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: -110px;
    margin-left: 20px;
    color: #fff;
}

p.p5 {
    font-family: 'Proxima Nova Soft', sans-serif;
    text-align: justify;
    font-size: 15px;
    word-spacing: -1.8px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: -110px;
    margin-left: 20px;
    color: #fff;
    margin-left: -42px;
}

p.p_privacy {
    font-family: 'Proxima Nova Soft', sans-serif;
    text-align: justify;
    font-size: 12px;
}

img {
    max-width: 100%;
}

div.cards {
    margin-top: -90px;
}

.cards img {
    width: 263px;
    height: 185px;
}

address {
    font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {
    padding-top: 63px;
}

ul.list li:first-child {
    margin-top: 0px;
}

ul.list li {
    margin-top: 5px;
    font: 800 14px/26px 'Proxima Nova Soft', sans-serif;
    text-transform: uppercase;

}

ul.list li a {
    border-radius: 6px;
    display: block;
    white-space: nowrap;
    color: #fff;
    background: #33373d;
    padding: 15px 10px 14px 18px;
}

ul.list li a:hover {
    background: #c27620;
}

/*links*/

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #6B6868;
}

a.link-1 {
    color: #0bbad9;
    font-weight: bold;
}

a.link-1:hover {
    color: #a4a4a4;
}

a.link1 {
    color: #11B7DC;
    font: bolder 11px/26px 'Proxima Nova Soft', sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 6px;
    display: inline-block;
    letter-spacing: 1px;
}

a.link1:hover {
    color: #a4a4a4;
}

.content.page1 a.link1 {
    color: #363636;
}

.content.page1 a.link1:hover {
    color: #000000;
}

/*preclass*/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.ind1 {
    margin-top: 11px;
}

.pad0 {
    padding: 0 !important;
}


.pad1 {
    padding-right: 40px;
    padding-top: 10px;
    text-align: justify;
}

.pad2 {
    padding-right: 20px;
}

.pt0 {
    padding-top: 0;
}

.page1 .img_inner {
    border-left: 1px solid #fff;
    border-top: 2px solid #fff;
}

.img_inner {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.fleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper,
.extra_wrapper {
    overflow: hidden;
    text-align: justify;
}

.clear {
    float: none !important;
    clear: both;
}

.text1 {
    font: 800 30px/36px 'Proxima Nova Soft', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #33373d;
}


/*header*/



header {
    display: block;
    padding-top: 30px;
    padding-bottom: 44px;
    margin-bottom: 5px;
    background-image: url(../images/bg_header.jpg);
    background-repeat: repeat;
    background-position: 0 0;
}


header h1 {
    float: left;
}

header h1 a {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 260px;
    height: 48px;
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.slogan {
    margin-top: -22px;
    letter-spacing: 2px;
    color: #fff;
    font: 900 49px/67px 'Proxima Nova Soft', sans-serif;
    text-shadow: 3px 3px #722f37;
    text-transform: uppercase;
    margin-bottom: 49px;
}

.slogan h3 {
    letter-spacing: 3px;
    float: left;
    color: #fff;
    font-size: 64px;
    line-height: 55px;
    margin-right: 12px;
}

.slogan div {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    text-shadow: 1px 1px #722f37;
}

.page1_block&gt;div {
    /*background: url(../images/p1_shadow.png) center 0 no-repeat;*/
    background-color: #1cd854fc;
}

.page1_block {
    background: url(../images/page1_block_bg.png) 0 0 repeat;
    height: 170px;
}


.page1_block ul li:first-child {
    border: none;
}

.page1_block ul li {
    width: 15.5%;
    float: left;
    padding-top: 2px;
    border-left: 10px solid #bd6f1c05;

}

.page1_block ul li a {
    display: block;
    position: absolute;
    font: 16px/18px 'Proxima Nova Soft', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    padding-left: 30px;
    padding-bottom: 21px;
    position: relative;
    top: 0;
    letter-spacing: 1px;
    background: url(../images/spacer.png) 0 0 repeat-x;
}

.page1_block ul li a:hover {
    top: 6px;
    background: url(../images/insure_bg.png) 0 0 repeat-x #fff;
    border-color: #0bbad9;
    color: #11B7DC;
    box-shadow: 2px 2px 5px #555;

}

.page1_block ul li div {
    height: 34px;
    margin: 17px 0 9px;
}

.page1_block ul li a:hover div {
    background-position: 0 bottom;
}

.page1_block .ic1 {
    background: url(../images/icon1.png) 0 0 no-repeat;
}

.page1_block .ic2 {
    background: url(../images/icon2.png) 0 0 no-repeat;
}

.page1_block .ic3 {
    background: url(../images/icon3.png) 0 0 no-repeat;
}

.page1_block .ic4 {
    background: url(../images/icon4.png) 0 0 no-repeat;
}

.page1_block .ic5 {
    background: url(../images/icon7.png) 0 0 no-repeat;
}

.page1_block .ic6 {
    background: url(../images/icon6.png) 0 0 no-repeat;
    margin-right: 10px;
}

/*Content*/
.gray {
    background: url(../images/gray.png) 0 0 repeat;
    height: 17px;
}

.content {
    background-color: #bd6f1c;
    padding-bottom: 36px;
    border-top: 1px solid #bd6f1c;
}

.content.page1 {
    color: #454545;
    padding-top: 0;
    border: none;
    padding-bottom: 40px;
    border-top: 0;
}


.icn span {
    font: 800 18px/20px 'Proxima Nova Soft', sans-serif;
    text-transform: uppercase;
}

.icn {
    background-repeat: no-repeat;
    background-position: 0 32px;
    padding-top: 72px;
    margin-bottom: 12px;
}

.icon1 {
    background-image: url(../images/ic1.png);
}

.icon2 {
    background-image: url(../images/ic2.png);
}

.icon3 {
    background-image: url(../images/ic3.png);
}

.icon4 {
    background-image: url(../images/ic4.png);
}

.bottom_block {

    padding-top: 36px;
    background: url(../images/bb_shadow.png) center 0 no-repeat #f1f0ee;

}

.bottom_block&gt;div {
    padding-bottom: 49px;
    background: url(../images/cont_p1_bg.png) 0 bottom repeat-x;
}

.bottom_block h4 {
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 24px;
}

.text1 span {
    font-size: 21px;
    display: block;
    line-height: 33px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.bottom_block .img_inner {
    margin-top: 9px;
    margin-bottom: 14px;
}



.txt1 {
    font: 800 12px/16px 'Proxima Nova Soft', sans-serif;
    color: #bd6f1c;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1px 0 3px;

}

.page1 .txt1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0 !important;
}

.txt1 a:hover {
    color: #a4a4a4;
}

strong {
    color: #999567;
}

blockquote {
    background: url(../images/quotes.png) 0 5px no-repeat;
    padding-top: 20px;
    padding-bottom: 9px;
}

blockquote p {
    padding-left: 8px;
    color: #454545;
    margin-bottom: 22px;
}


blockquote a.link1 {
    margin-top: 20px;
}

.block_diagram {
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
}

.gray_block {
    float: left;
    background: #eeece9;
    width: 169px;
    border-radius: 7px;
    color: #33373d;
    margin-right: 50px;
    vertical-align: middle;
    padding: 60px 5px 68px 30px;
    text-transform: uppercase;
    font: 800 18px/26px 'Proxima Nova Soft', sans-serif;
    height: 250px;
}

.gray_block.g2 {
    padding: 60px 5px 60px 30px;

}

.gray_block span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #c27620;
    padding-top: 9px;
}

.block_diagram .fright {
    width: 400px;
    position: relative;
}

.orange {
    border-radius: 7px;
    font: 800 18px/26px 'Proxima Nova Soft', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #c27620;
    text-align: center;
    padding: 18px 0 21px;
    margin-bottom: 34px;
}

.dark {
    border-radius: 7px;
    background: #33373d;
    font: 800 18px/26px 'Proxima Nova Soft', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 10px 18px 20px;
}

.dark div {
    padding-top: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #d29b5b;
}

.arr1 {
    background: url(../images/arr1.png) 0 0 no-repeat;
    width: 14px;
    height: 57px;
    position: absolute;
    top: 92px;
    left: 185px;
}

.arr2,
.arr3 {
    position: absolute;
    background: url(../images/arr_2.png) 0 0 no-repeat;
    width: 93px;
    height: 30px;
    left: 435px;
}

.arr2 {
    top: 31px;
}

.arr3 {
    top: 152px;
}

.arr4 {
    background: url(../images/arr_3.png) 0 0 no-repeat;
    width: 58px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 72px;
}

.services {
    padding-top: 20px;
}



.services img {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
    background-color: #fff;
    padding: 25px;
    border-radius: 75px;
}

.services .clear {
    height: 31px;
}

.text2 {
    white-space: nowrap;
    font: 800 14px/18px 'Proxima Nova Soft', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #33373d;
    margin-bottom: 7px;
}

.quotes .clear {
    height: 13px;
}


/****Map***/

.map {
    padding-top: 10px;
}

.contact_img {
    border-radius: 6px;
}

.app_list {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #bd6f1c;
    z-index: 999;
    width: 100%;
    height: 60px;
    text-align: right;
    font-weight: 30px;
}

.app_img {
    width: 130px;
    height: 40px;
    margin-top: -44px;
    margin-right: 20px;
}

.app_img:hover {
    transform: scale(1.2);
}

.app_p {
    font-weight: bold;
    margin-top: 0px;
    margin-right: 485px;
    margin-top: 20px;
    color: #ffffff;
    word-spacing: 2px;
    letter-spacing: 1px;
}

.map figure {


    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 25px;
}

.map figure iframe {
    width: 325%;
    height: 275px;
    max-width: 100%;
    border-radius: 6px;
}

.map .p1 {
    padding-top: 3px;
}


address dd span {
    min-width: 75px;
    display: inline-block;
    text-align: left;
    color: #999567;
}

/*p.p_life {
	font-family: 'Open Sans', sans-serif;
	color: #373D3F;
	letter-spacing: .75px;
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
	
} */

p.p_life {
    color: #333333;
    font-family: "Helvetica Neue", Arial, Proxima Nova Soft, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
    margin-top: 20px;
    margin-bottom: 15px;
}


/************Footer***********/


footer .copy {
    color: #60605f;
    font: bold 11px/14px 'Proxima Nova Soft', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer {
    display: block;
    padding: 23px 0 40px;
    background: url(../images/footer_bg.png) center 0 no-repeat;
}

footer img {
    display: block;
    margin-bottom: 2px;
}

footer address {
    font: 800 12px/16px 'Proxima Nova Soft', sans-serif;
    color: #5d5d5c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer p {
    font: 800 25px/25px 'Proxima Nova Soft', sans-serif;
    color: #bd6f1c;
    padding-top: 14px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

footer address a,
footer li a {
    color: #bd6f1c;
}

.data_content {

    background-color: #c16974;
}

.foot_top {
    background: url(../images/cont_p1_bg.png) 0 0 repeat-x;
    height: 6px;
}

footer address a:hover,
footer li a:hover {
    color: #60605f;
}

footer address dt {
    margin-bottom: 9px;
}

footer ul {
    padding-top: 10px;
    margin-bottom: 20px;
}

footer ul li {
    font-size: 13px;
    line-height: 24px;
    color: #bd6f1c;
    background: url(../images/marker.png) 0 9px no-repeat;
    padding-left: 15px;
}

/**to top**/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 550px;
    overflow: hidden;
    width: 26px;
    height: 14px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left top;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    background-position: 0 bottom;
}

.app_pay_img {
    visibility: hidden;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (min-device-width: 480px) {}

@media only screen and (max-width: 995px) {

    body {
        min-width: 768px;
        margin-top: 240px !important;
        align-content: center;
    }

    div.app_list {
        display: grid;
        gap: 50px;
        height: 220px;
        text-align: center;
        background-color: #bd6f1c;
        width: auto !important;
        padding: 50px;
        margin-top: -39px;
        margin-left: -80px;
    }

    .app_list p {
        visibility: hidden;
    }

    .app_img {
        width: 220px;
        height: 60px;
    }

    .page1_block {
        width: 100% !important;
        height: auto !important;
    }

    .services .extra_wrapper {
        overflow: hidden !important;
    }

    .map address {
        margin-right: 10px;
    }

    .ver_separator {
        background: none !important;
    }

    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100% !important;
    }

    #form .success {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .map figure {
        height: auto !important;
    }

    .extra_wrapper {
        overflow: visible;
    }


    .pad1,
    .pad2,
    .pad3 {
        padding: 0;
    }

    .slider_wrapper {
        height: 322px !important;
        background: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 70px;
        /* outline: #722f37 solid 10px;*/
    }

    .slogan {
        margin-bottom: 30px;
    }

    .page1_block ul li a {
        padding-left: 10px;
    }

    .caption h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .gray_block {
        width: 130px;
        margin-right: 25px;
    }

    .arr1 {
        left: 170px;
    }

    .arr2,
    .arr3 {
        left: 384px;
    }

    .block_diagram .fright {
        width: 290px;
    }

    .text2 {
        white-space: normal;
    }

    ul.list li a {
        white-space: normal;
    }

    footer p {
        font-size: 18px;
    }

    .app_pay_img {
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {

    body {
        min-width: 420px;
        margin-top: 240px !important;
        text-align: center;
    }

    div.app_list {
        display: grid;
        position: fixed;
        gap: 50px;
        height: 220px !important;
        text-align: center;
        align-content: center;
        background-color: #bd6f1c;
        width: auto !important;
        padding: 45px;
        margin-top: -39px;
        margin-left: -80px;
    }

    .app_img {
        width: 220px;
        height: 60px;
        padding-bottom: 5px;
    }

    .app_list p {
        visibility: hidden;
    }

    .page1_block {
        width: 100% !important;
        height: auto !important;
    }

    footer p {
        font-size: 22px;
    }

    .services .clear,
    .quotes .clear {
        height: 0;
    }

    .services a.link1 {
        margin-bottom: 35px;
    }

    .quotes img.img_inner {
        margin-top: 35px;
    }

    .txt1 {
        margin-top: 25px;
    }

    .gray_block {
        margin-right: 0;
        width: auto;
        float: none;
        margin-bottom: 25px;
    }

    .arr1 {
        background: url(../images/arr_3.png) 0 0 no-repeat;
        width: 58px;
        height: 15px;
        position: absolute;
        left: 50%;
        margin-left: -29px;
        top: 188px;
    }

    .arr2 {
        background: url(../images/arr_3.png) 0 0 no-repeat;
        width: 58px;
        height: 15px;
        position: absolute;
        top: 392px;
        left: 20%;
    }

    .arr3 {
        background: url(../images/arr_3.png) 0 0 no-repeat;
        width: 58px;
        height: 15px;
        position: absolute;
        top: 392px;
        left: 70%;
    }

    .arr4 {
        background: url("../images/arr1.png") no-repeat scroll 0 0 transparent;
        height: 57px;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        top: 30px;
        width: 14px;
    }

    .block_diagram .fright {
        width: auto;
        float: none !important;
    }

    .orange {
        float: left;
        width: 42%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dark {
        float: right;
        width: 42%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .slogan {
        font-size: 35px;
        line-height: 35px;
    }

    .slogan h3 {
        font-size: 45px;
        padding: 10px 0;
        line-height: 30px;
    }

    .slider_wrapper {
        height: 178px !important;
        margin-bottom: 35px !important;
    }

    .main_sl {
        background-position: center -185px !important;
    }

    .page1_block ul li {
        width: 50%;
        border-left: 0;
    }

    .box img {
        width: 100%;
    }

    .map address {
        float: none;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .caption {
        display: none;
    }

    .map address {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .img_inner.fleft {
        float: none;
        margin-bottom: 13px;
    }

    .appImg {
        width: 75px;
        height: 50px;
    }

    a.img_inner {
        width: 100%;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    header h1 {
        float: none;
        position: relative;
        padding-top: 25px;
        padding-left: 0;
        padding-bottom: 0;
    }

    header h1 a {
        margin: 0 auto;
        height: auto;
        width: 80%;
    }

    header h1 a img {
        width: 100%;
    }


    .map figure iframe {
        width: 100%;
        height: 300px;
    }

    .camera_pag {
        width: auto !important;
        margin-left: -65px !important;
        padding-bottom: 10px !important;
    }

    .camera_pag_ul {
        overflow: hidden;
        height: auto !important;
    }

    .camera_pag ul li {
        margin-left: 10px !important;
    }

    .camera_pag ul li span {
        background: #fff !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 500px;
    }

    .camera_pag ul li span:hover,
    .camera_pag ul li.cameracurrent span {
        background: #242320 !important;
    }

    .app_pay_img {
        visibility: visible;
    }

}

@media only screen and (max-width: 479px) {

    body {
        min-width: 300px;
    }

    .page1_block {
        width: 100% !important;
        height: auto !important;
    }

    .app_list {
        width: 100% !important;
        height: 8% !important;
    }

    .logo {

        margin-top: 50px;
    }

    .logo h2 img {

        padding-left: 60px;
        margin-top: 20px;

    }

    .logo-title h1 {

        padding: 0px;
        line-height: 100%;
        text-align: justify;
    }

    .arr1 {
        top: 205px;
    }

    .arr2,
    .arr3 {
        top: 435px;
    }

    .dark div {
        font-size: 12px;
    }

    .arr4 {
        top: 20px;
    }

    .orange,
    .dark {
        width: 40%;
    }

    .slider_wrapper {
        height: 127px !important;
        margin-bottom: 35px !important;
    }


    .main_sl {
        background-position: center -230px !important;
    }


    .map figure iframe {
        width: 100%;
        height: 200px;
    }

    .app_pay_img {
        visibility: visible;
    }

}

/* === 	privacy script css styles === */

a.policy_link:hover {
    color: #ffffff;
}

p.header_p {
    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 18px;
    margin-top: 35px;
    color: #fff;
    font-size: 24px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 0px;
    text-align: justify;
    text-align: justify-all;
    line-height: 21px;
}

.privacy_link {
    text-decoration: underline;

}

img.privacy_img {
    width: 200px;
    height: 200px;
    margin-bottom: -10px;
}

p.privacy_para {

    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 0px;
    text-align: justify;
    text-align: justify-all;
    line-height: 21px;
}

p.symble_para {

    font-family: 'Proxima Nova Soft', sans-serif;
    padding-left: 60px;
    color: #fff;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 0px;
    text-align: justify;
    line-height: 21px;

}

p.header_side {

    font-family: 'Proxima Nova Soft', sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    word-spacing: 1px;
    letter-spacing: 1.4px;
    margin-left: 0px;
    text-align: justify;
    text-align: justify-all;
    line-height: 21px;

}

b.privacy_b {
    color: #ffffff;
}

p.privacy_para2 {

    font-family: 'Proxima Nova Soft', sans-serif;
    padding-left: 90px;
    color: #fff;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 0px;
    text-align: justify;
    line-height: 21px;

}

p.privacy_para21 {

    font-family: 'Proxima Nova Soft', sans-serif;
    padding-left: 100px;
    color: #fff;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 0px;
    text-align: justify;
    line-height: 21px;

}

p.privacy_para212 {

    font-family: 'Proxima Nova Soft', sans-serif;
    padding-left: 130px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    margin-left: 0px;
    text-align: justify;
    line-height: 21px;

}



.app_pay_img {
    width: 140px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.app_pay_img:hover {
    transform: scale(1.2);
}</pre></body></html>