@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&family=Happy+Monkey&family=Questrial&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap);

*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    image-rendering: -webkit-optimize-contrast
}

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

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

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input:not([type=radio]):not([type=checkbox]), select, textarea {
    -webkit-appearance: none
}

form, label {
    -webkit-text-size-adjust: 100%
}

mark {
    background-color: transparent
}

body {
    font-family: Questrial, sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #1a1a1a;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

body.active {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed !important
}

a {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

img {
    max-width: 100%;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast
}

textarea {
    resize: vertical
}

iframe {
    border: none;
    width: 100%
}

h1, h2, h3, h4, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

input[type=submit] {
    cursor: pointer
}

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

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both
}

.clearfix {
    clear: both;
    overflow: hidden
}

.comp {
    color: #3b69bd;
    font-weight: 700
}

.comingsoon {
    color: red;
    font-style: italic;
    font-weight: 700
}

.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.col3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.col2 li, .col3 li {
    display: inline-block;
    width: 100%
}

.main_phone {
    font-weight: 700
}

.back_top {
    display: none;
    background: #3b69bd;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 45px;
    cursor: pointer
}

.back_top:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.back_top:hover {
    opacity: .7
}

.h1_hdng {
    font-size: 20px;
    font-family: Questrial;
    line-height: 100%;
    margin-bottom: 20px;
    letter-spacing: 5.5px
}

.h1_nonhome {
    font-size: 22px;
    line-height: 100%
}

.thumb_left_dd, .thumb_left_dr {
    float: left;
    margin: -4px 19px 10px 0
}

.thumb_right_dd, .thumb_right_dr {
    float: right;
    margin: 0 0 10px 19px
}

.thumb_center_dd, .thumb_center_dr {
    display: block;
    margin: 10px auto
}

.text_left, .text_left p {
    text-align: left
}

.text_right, .text_right p {
    text-align: right
}

.text_center, .text_center p {
    text-align: center;
    display: block
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit
}

:-moz-placeholder {
    opacity: 1;
    color: inherit
}

.btm1_form input.invalid {
    box-shadow: 0 0 3px #d92800 !important;
    border: 1px solid #d92800 !important
}

.wrapper {
    width: 100%;
    max-width: 1375px;
    margin: 0 auto;
    position: relative
}

header {
    padding: 0 15px;
    background: linear-gradient(#e4fdff 50%, #d7f9ff)
}

.header_con {
    min-height: 200px;
    padding: 20px;
    background: #fff
}

.main_logo {
    float: left;
    width: 238px
}

.head_info {
    float: right;
    text-align: right;
    padding-top: 28px
}

.header_info {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px
}

.header_info ul li {
    font-family: 'Happy Monkey';
    font-size: 18px
}

.header_info ul li mark {
    display: block;
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #d72f00
}

.header_info ul li a {
    display: block;
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #d72f00
}

.header_info ul li a:hover {
    text-decoration: underline
}

.social_media {
    display: inline-block;
    vertical-align: top
}

.social_media ul li {
    display: block;
    width: 35px;
    margin-bottom: 7px
}

.social_media ul li:hover {
    opacity: .75
}

#nav_area {
    background: #e4fdff;
    padding: 0 15px
}

.page_nav {
    height: 74px;
    text-align: center;
    background: #fff;
    padding-top: 22px
}

.page_nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.page_nav ul li a {
    display: block;
    width: 109px;
    line-height: 52px;
    border-radius: 7px;
    background: #3b69bd;
    text-align: center;
    color: #fff;
    font-family: 'Happy Monkey';
    font-size: 16px;
    margin: 0 4px
}

.page_nav ul li:first-child a {
    margin-left: 0
}

.page_nav ul li:last-child a {
    margin-right: 0
}

.page_nav ul li a:active, .page_nav ul li a:hover, .page_nav ul li.current_page_item>a {
    background: #d72f00
}

.page_nav ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default
}

.page_nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
    margin-top: 0;
    bottom: 0;
    text-transform: none
}

.page_nav ul ul li {
    float: none;
    display: block;
    font-weight: 400;
    width: 100%
}

.page_nav ul ul ul {
    top: 0;
    left: auto;
    right: -99.5%
}

.page_nav ul li:hover>ul {
    display: block
}

.page_nav ul li.current_page_item ul li a, .page_nav ul ul a {
    background: #799847;
    color: #fff;
    padding: 0;
    margin: 0 auto
}

.page_nav ul li.current_page_item ul li a:hover, .page_nav ul ul a:hover, .page_nav ul ul li.current_page_item a {
    background: #1a271a;
    color: #a5ff16
}

.page_nav ul ul ul {
    border-top: 0 none
}

.page_nav ul ul li {
    position: relative
}

.page_nav span {
    position: absolute;
    right: 25px;
    top: 32px;
    display: none;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    text-align: center
}

.fa {
    display: block;
    margin-top: -3px
}

.fa:before {
    position: absolute
}

.nav_toggle_button {
    display: none;
    text-align: left;
    position: relative
}

.nav_toggle_button.active {
    opacity: 1
}

.nav_toggle_button i {
    cursor: pointer
}

.nav_toggle_button .toggle_holder {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%)
}

.nav_toggle_button .hamburger-inner, .nav_toggle_button .hamburger-inner:after, .nav_toggle_button .hamburger-inner:before {
    background: #d72f00
}

.nav_toggle_button small {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #d72f00;
    display: block;
    text-align: center;
    line-height: 100%
}

.menu_slide_right {
    display: none
}

.menu_slide_right .hamburger-inner, .menu_slide_right .hamburger-inner:after, .menu_slide_right .hamburger-inner:before {
    background: #d72f00
}

.menu_slide_right .toggle_holder {
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translateY(-50%)
}

.menu_slide_right small {
    text-transform: uppercase;
    color: #d72f00;
    font-weight: 700;
    font-size: 13px;
    display: block;
    line-height: 100%;
    text-align: center
}

#banner {
    background: linear-gradient(#d6f8ff, #88deff)
}

.bnr_con {
    min-height: 666px;
    background: #fff;
    position: relative
}

.bnr_con:before {
    content: url(images/bnr-bg.png);
    position: absolute;
    bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    z-index: 145
}

.slider {
    width: 1336px;
    height: 590px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 17px;
    overflow: hidden;
    position: relative
}

.slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .87) 97%, rgba(0, 0, 0, .9) 98%);
    z-index: 140
}

.slider img {
    border-radius: 17px
}

.mobi_ban, .rslides {
    display: none
}

.bnr_info {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 105px;
    left: 0;
    z-index: 150
}

.bnr_info h2, .bnr_info h1 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    color: #fff;
    letter-spacing: .5px
}

.bnr_info h2 span, .bnr_info h1 span, {
    display: block
}

.bnr_ani {
    position: absolute;
    bottom: 88px;
    left: 0;
    right: 0;
    z-index: 141
}

.bnr_ani ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bnr_ani ul .tree_left {
    position: relative;
    left: -550px
}

.bnr_ani ul .tree_right {
    position: relative;
    right: -585px;
    top: 28px
}

.bnr_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px auto
}

.bnr_btns a {
    display: block;
    color: #fff;
    background: #c40101;
    margin: 0 5px 10px;
    padding: 8px 10px;
    border-radius: 5px
}

.bnr_btns a:hover {
    background: #3b69bd;
    color: #fff;
    text-decoration: none
}

#middle {
    background: #e4fdff;
    padding: 0 15px
}

.middle_con {
    min-height: 849px;
    padding: 180px 0 40px;
    text-align: center
}

.mid_info h2 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #3b69bd;
    margin-bottom: 16px
}

.middle_boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px
}

.middle_boxes section {
    width: 295px;
    min-height: 475px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #dbdbdb;
    position: relative;
    padding-bottom: 54px;
    animation-duration: 2s !important
}

.middle_boxes section figure {
    margin-bottom: 30px
}

.middle_boxes section figure img {
    border-radius: 5px
}

.middle_boxes section h2, .middle_boxes section h3 {
    font-family: 'Happy Monkey';
    font-size: 28px;
    line-height: 100%;
    color: #3b69bd;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px
}

.middle_boxes section.mid_box3 h2, .middle_boxes section.mid_box3 h3 {
    font-size: 20px
}

.middle_boxes section.mid_box3 h2 small, .middle_boxes section.mid_box3 h3 small {
    display: block
}
.middle_boxes section.mid_box3 h2 small q,
.middle_boxes section.mid_box3 h3 small q {
    display: block
}

.middle_boxes section p {
    padding: 0 44px;
    line-height: 23px
}

.middle_boxes section a {
    display: block;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: #3b69bd;
    border: 10px solid #fff;
    margin: 0 auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0
}

.middle_boxes section a:after {
    content: url(images/arrow.png);
    position: absolute;
    top: 18px;
    left: 0;
    right: 0
}

.middle_boxes section a:hover {
    background: #d72f00
}

.mid_box2 {
    animation-delay: .5s !important
}

.mid_box3 {
    animation-delay: 1s !important
}

.mid_box4 {
    animation-delay: 1.5s !important
}

#main_area {
    padding: 0 15px;
    background: linear-gradient(#e4fdff 50%, #adecf1)
}

.main_con {
    min-height: max-content;
    height: 100%;
    padding: 58px 0 40px;
    position: relative
}

.main_con:before {
    content: url(images/main-bg.png);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    z-index: 1
}

main {
    display: block;
    width: 660px;
    position: relative;
    z-index: 2
}

main .h1_title {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #3b69bd;
    margin-bottom: 46px;
    position: relative
}

main .h1_title:before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 93px;
    height: 4px;
    background: #3b69bd;
    border-radius: 20px
}

main .h1_title:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 101px;
    width: 14px;
    height: 4px;
    background: #3b69bd;
    border-radius: 20px
}

main .h1_title span {
    display: block;
    font-family: Questrial;
    font-size: 26px;
    line-height: 100%;
    color: #222;
    margin-bottom: 7px;
    letter-spacing: 6.5px
}

main p {
    margin-bottom: 15px
}

main ol {
    padding-left: 20px;
    margin-bottom: 25px
}

main ul li {
    position: relative
}

main .bullet {
    padding: 0;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-top: -15px
}

main .bullet li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px
}

main .bullet li:before {
    content: '››';
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: 700;
    font-size: 25px;
    color: #3b69bd
}

main a {
    font-weight: 700;
    color: #d72f00;
    text-decoration: none
}

main a:hover {
    color: #000;
    text-decoration: underline
}

.main_box {
    width: 628px;
    min-height: 163px;
    background: #fff;
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 10px;
    position: relative;
    padding: 27px 60px 15px 200px;
    margin-top: 57px;
    z-index: 2;
    animation-duration: 2s !important
}

.main_box figure {
    position: absolute;
    top: 0;
    left: 0
}

.main_box figure img {
    border-radius: 5px
}

.main_box h2 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #d72f00;
    margin-bottom: 10px
}

.main_box p {
    font-size: 16px;
    line-height: 23px
}

.main_box a {
    display: block;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: #d72f00;
    text-align: center;
    border: 10px solid #fff;
    margin: 0 auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .06);
    position: absolute;
    top: 43px;
    right: -27px
}

.main_box a:after {
    content: url(images/arrow.png);
    position: absolute;
    top: 18px;
    left: 0;
    right: 0
}

.main_box a:hover {
    background: #3b69bd
}

.sidebar ul li.sidebar1 {
    position: absolute;
    bottom: 48px;
    right: -230px;
    z-index: 1;
    overflow: hidden
}

.sidebar ul li.sidebar1 figure {
    animation-duration: 3.5s !important
}

.sidebar ul li.sidebar2 {
    position: absolute;
    bottom: 100px;
    left: -272px;
    z-index: 0
}

#bottom1 {
    background: linear-gradient(#4c290f 50%, #3d1d04);
    padding: 0 15px
}

.btm1_con {
    min-height: 755px;
    padding: 0 0 40px;
    position: relative;
    z-index: 1
}

.btm1_con:before {
    content: url(images/bottom1-bg.png);
    position: absolute;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px
}

.btm1_con:after {
    content: url(images/bottom1-bg2.png);
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px
}

.btm1_boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    top: -8px
}

.btm1_boxes section {
    width: 293px;
    min-height: 314px;
    text-align: center;
    background: #3b69bd;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    padding: 50px 36px 110px
}

.btm1_boxes section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 9px);
    background: #fff;
    z-index: -1;
    border-radius: 5px
}

.btm1_boxes section h2 {
    font-family: 'Happy Monkey';
    font-size: 25px;
    line-height: 100%;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1a1a1a
}

.btm1_boxes section h2 span {
    display: block;
    color: #3b69bd;
    margin-top: 6px
}

.btm1_boxes section p {
    font-size: 16px;
    line-height: 23px
}

.btm1_boxes section a {
    display: block;
    width: 139px;
    line-height: 49px;
    text-align: center;
    background: #3b69bd;
    border-radius: 4px;
    font-family: 'Happy Monkey';
    font-size: 18px;
    color: #f5f5f5;
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.btm1_boxes section a:hover {
    background: #d72f00
}

.btm1_info {
    color: #fff;
    position: relative;
    margin-top: 107px
}

.btm1_info h2 {
    font-family: 'Happy Monkey';
    font-size: 22px;
    line-height: 100%;
    position: relative;
    padding-left: 100px;
    display: inline-block
}

.btm1_info h2:before {
    content: url(images/chat-box.png);
    position: absolute;
    top: 2px;
    left: 0
}

.btm1_info h2:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -58px;
    width: 1px;
    height: 60px;
    background: rgba(200, 198, 197, .1)
}

.btm1_info h2 span {
    display: block;
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    color: #0083cc;
    margin-top: -4px
}

.btm1_info p {
    width: 925px;
    position: absolute;
    top: 6px;
    right: 0
}

.btm1_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 41px
}

.btm1_form .btm1_fields {
    font-family: Questrial;
    font-size: 18px;
    color: #fff;
    padding: 0 38px;
    width: 386px;
    height: 72px;
    background: #371801;
    border: 1px solid rgba(158, 103, 63, .25);
    border-radius: 6px;
    line-height: 72px
}

.btm1_form textarea.btm1_fields {
    width: 404px;
    resize: none;
    overflow: auto;
    line-height: 100%;
    padding: 26px 37px
}

.btm1_form .btm1_submit {
    width: 169px;
    height: 71px;
    background: #d72f00;
    border: 0;
    border-radius: 6px;
    font-family: 'Happy Monkey';
    font-size: 20px;
    color: #fff
}

.btm1_form .btm1_submit:hover {
    background: #3b69bd
}

footer {
    background: linear-gradient(#e4fdff 75%, #acecf1 90%);
    padding: 0 15px
}

footer .wrapper {
    max-width: 1360px
}

.footer_con {
    min-height: 770px;
    padding: 190px 0 40px;
    position: relative
}

.footer_con:before {
    content: url(images/ftr-bg.png);
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px
}

.contact_info {
    width: 700px
}
.contact_info h3,
.contact_info h2 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    color: #3b69bd;
    margin-bottom: 11px
}

.contact_info ul {
    margin-top: 25px;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact_info ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact_info ul li h4 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 11px
}

.contact_info ul li>span {
    position: relative;
    padding: 30px 18px;
    width: 100%;
    background: #d72f00;
    color: #fff;
    border-radius: 0px
}

.contact_info ul li address {
    display: inline-block
}

.contact_info ul li mark {
    color: #fff
}

.contact_info ul li a {
    color: #fff
}

.contact_info ul li a[href^="tel:"] {
    color: inherit
}

.contact_info ul li a:hover {
    text-decoration: underline
}

.contact_info ul li span {
    position: relative;
}

.contact_info ul li .address-icon:before {
    content: url(images/pins.png);
    top: 0px;
    left: 0px
}

.contact_info ul li .phone-icon:before {
    content: url(images/phone.png);
    top: 0px;
    left0px
}

.contact_info a.ftr_btn {
    display: inline-block;
    color: #3b69bd;
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-weight: 700;
    font-style: italic;
    margin-top: 25px
}

.contact_info a.ftr_btn:hover {
    text-decoration: underline
}

.gmap {
    width: 582px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 221px;
    right: 0
}

.gmap iframe {
    width: 100%;
    height: 100%
}

.footer_nav {
    margin-top: 42px
}

.footer_nav ul {
    text-align: center
}

.footer_nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.footer_nav ul li a {
    display: block;
    width: 109px;
    line-height: 51px;
    border-radius: 7px;
    background: #3b69bd;
    text-align: center;
    color: #fff;
    font-family: 'Happy Monkey';
    font-size: 16px;
    margin: 0 4px
}

.footer_nav ul li:first-child a {
    margin-left: 0
}

.footer_nav ul li:last-child a {
    margin-right: 0
}

.footer_nav ul li a:active, .footer_nav ul li a:hover, .footer_nav ul li.current_page_item>a {
    background: #d72f00
}

.footer_comp {
    display: inline-block;
    margin: 0 30px;
    position: relative
}

.footer_comp:before {
    content: "\2022";
    left: -20px;
    top: 0;
    position: absolute
}

.footer_comp:after {
    content: "\2022";
    right: -20px;
    top: 0;
    position: absolute
}

.copyright {
    color: #000;
    margin-top: 15px;
    font-size: 18px
}

.copyright a {
    color: #000
}

.copyright a:hover {
    text-decoration: underline
}

.resources a {
    display: block;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.resources a:hover {
    padding-left: 2px;
    text-decoration: none !important;
    color: red
}

.resources li, .resources ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.resources ul li {
    margin-bottom: 8px;
    padding: 12px;
    background: #fafdfe;
    border: 1px solid #ececec;
    word-wrap: break-word
}

.resources ul li:before {
    content: ""
}

.resources ul li:after {
    content: ""
}

.resources ul li a span {
    font-size: 11px;
    color: #666;
    letter-spacing: 1px;
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.lt-ie8 .dang-ie {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #00abdd
}

.message {
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0
}

.inner-message {
    position: relative;
    top: -20%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto
}

.inner-message img {
    position: relative;
    left: 0
}

.inner-message a.download {
    display: block;
    width: 300px;
    padding: 10px;
    color: #fff;
    margin: 2em auto;
    border: 1px solid #fff
}

.terms {
    color: #fff;
    font-size: 13px;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0
}

.terms a {
    color: #fff;
    font-weight: 700
}

.lt-ie8 .protect-me {
    display: none
}

.sitemap {
    list-style-type: none;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px
}

.sitemap li {
    counter-increment: step-counter;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.sitemap li {
    padding: 5px 15px;
    background: #e3e3e3
}

.sitemap li:nth-child(odd) {
    background: #f2f2f2
}

.sitemap li a {
    display: block
}

.sitemap li a:before {
    content: counter(step-counter) '. '
}

.sitemap ul {
    margin-top: 5px
}

.sitemap ul li:nth-child(odd) {
    background: #e3e3e3
}

.sitemap ul li:nth-child(even) {
    background: #f2f2f2
}

.sitemap ul li {
    counter-increment: sub-counter
}

.sitemap ul li a:before {
    content: counter(step-counter) '.'counter(sub-counter) ' '
}

#breadcrumbs {
    margin-bottom: 16px;
    padding-bottom: 11px;
    border-bottom: 1px dotted gray;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px
}

#breadcrumbs span {
    vertical-align: bottom;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}

#breadcrumbs span[property=name] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d72f00
}

#breadcrumbs span[property=name]:hover {
    text-decoration: underline
}

#breadcrumbs .post {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    word-wrap: normal;
    background: 0 0 !important
}

#breadcrumbs span[class='post post-page current-item'] {
    display: inline-block;
    padding: 0;
    max-width: 250px;
    white-space: nowrap
}

.non_ban {
    position: relative
}

.non_ban_img {
    width: 1374px;
    margin-left: 50%;
    transform: translateX(-50%)
}

.non_ban_img img {
    vertical-align: middle;
    height: auto
}

.page_title {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    font-size: 40px;
    line-height: 100%;
    padding: 15px;
    background: rgba(59, 105, 189, .8)
}

.intro_txt {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
    color: #3b69bd;
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 33px;
    line-height: 110%
}

.content_area h3 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 8px
}

.content_area .abt_us {
    width: 100%
}

.content_area .abt_us .thumb_right_dd {
    border-radius: 15px
}

.content_area #mission {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto
}

.content_area #mission section {
    width: 49.5%;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    background: #3b69bd;
    color: #fff
}

.content_area #mission section:first-child {
    width: 100%;
    margin-bottom: 1%
}

.content_area #mission section p {
    margin: 0
}

a, a span {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.serv_list {
    margin: 25px auto;
    text-align: center
}

.serv_list ul li {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    text-align: center;
    max-width: 400px;
    padding: 0 !important;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    background: #fff
}

.serv_list ul li img {
    display: block;
    width: 100%
}

.serv_list ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px
}

.serv_list ul li a span {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: rgba(59, 105, 189, .8);
    color: #fff;
    font-size: 16px;
    width: 95%;
    padding: 13px 10px;
    position: absolute;
    border-radius: 10px;
    line-height: 100%;
    left: 50%;
    bottom: 5px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 100%
}

.serv_list ul li a:hover span {
    bottom: -50px
}

.serv_list ul li a::before {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.serv_list ul li a:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

@media only screen and (max-width :1010px) {
    .serv_list ul li {
        width: 46%
    }
}

@media only screen and (max-width :600px) {
    .serv_list ul li {
        width: 100%;
        margin: 0 auto 20px auto;
        display: block
    }
}

#comments, #comments-title {
    padding-top: 15px
}

ol.commentlist {
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

ol.commentlist footer {
    padding: 0;
    text-align: left;
    background: 0 0
}

ol.commentlist footer time {
    display: none
}

ol.commentlist li {
    padding: 15px;
    margin-bottom: 10px;
    background: #e8e0ff;
    border-radius: 15px
}

ol.commentlist ul {
    border-top: 1px dashed #b75858;
    width: 560px;
    margin-top: 15px;
    list-style: none
}

ol.commentlist ul li {
    border-bottom: 1px dashed #b75858
}

.comment p {
    padding: 5px 0;
    line-height: 20px;
    margin: 0 !important
}

.fn {
    text-transform: capitalize
}

#respond {
    width: 100%;
    border: 1px solid #012658;
    padding: 10px 20px;
    margin-top: 25px
}

#respond p {
    margin: 10px 0;
    text-align: left
}

#commentform input, #commentform textarea {
    width: 100%;
    font-family: inherit;
    padding: 5px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit
}

#commentform .form-submit input[type=submit] {
    -webkit-border-radius: 0;
    background: #3b7bd5;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 7px;
    cursor: pointer
}

#commentform .form-submit input:hover {
    opacity: .8
}

#comments-title, #reply-title, .avatar, .reply, h3#comments {
    display: none
}

.fn {
    text-transform: capitalize
}

.required {
    color: red
}

.comment-awaiting-moderation {
    font-style: italic
}

@media only screen and (max-width:375px) {
    .g-recaptcha {
        transform: scale(.75) !important;
        -webkit-transform: scale(.75) !important;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

#wp-comment-cookies-consent {
    width: 30px !important
}

.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 890px;
    position: relative;
    border: 5px double #3b69bd
}

.modal-text {
    padding: 30px
}

.modal-text p {
    padding-bottom: 40px;
    font-size: 20px;
    font-family: 'Happy Monkey'
}

.modal-text a {
    line-height: 52px;
    border-radius: 7px;
    background: #3b69bd;
    text-align: center;
    color: #fff;
    font-family: 'Happy Monkey';
    font-size: 18px;
    margin: 0 auto 0;
    padding: 15px 20px;
    line-height: 100%;
    font-weight: 700
}

.modal-text a:hover {
    background: #d72f00
}

.close {
    color: #fff;
    top: 10px;
    right: 10px;
    border: 5px solid #d72f00;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    background: #3b69bd;
    line-height: 100%
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: #d72f00;
    border: 5px solid #3b69bd
}

.ms-container:nth-child(1) {
    display: none !important
}

.master-slider-parent {
    overflow: hidden
}

.ms-thumb-list.ms-dir-h {
    height: auto !important
}

.testimonialreq {
    box-shadow: 0 0 3px #d92800 !important;
    border: 1px solid #d92800 !important
}