
.border-top-class.text-center,
header button,
nav.main .megamenu h6 {
    font-weight: 500;
    font-family: "Fredericka the Great", cursive;
}
nav.sub {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
nav.main .nav-logo {
    max-width: 200px;
    width: 100%;
}
nav.main ul {
    padding-left: 0;
    list-style-type: none;
}
nav.main .megamenu {
    padding: 20px 20px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
nav.main .midmenu {
    position: absolute;
    padding: 20px 20px;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.dropdown-menu.megamenu.midmenu.show {
    right: 0;
}
.dropdown-menu.show {
    right: 0;
}
header {
    position: relative;
    z-index: 999;
}
.logo {
    height: 60px;
}
ul.dropdown-menu.megamenu {
    padding: 33px 40px;
}
.dropdown-menu {
    min-width: 14rem;
    padding: 0;
}
nav.main .megamenu {
    border-right: none;
    border-radius: 0;
}
nav.main .megamenu h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ce7045;
    font-size: 16px;
}
nav.main .megamenu li a {
    line-height: 22px;
    font-size: 16px;
    color: #3c4858;
}
nav.main .megamenu li {
    padding: 5px 7px;
}
.call-list h3,
.call-list span.callcontent,
.call-list a {
    text-align: left;
    color: #555252 !important;
    font-weight: 500;
    font-family: "Fredericka the Great", cursive;
}
.call-list span.callcontent {
    font-size: 32px;
    display: block;
    line-height: 40px;
}
.call-list h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.call-list a {
    font-size: 1.75rem !important;
    line-height: 38px !important;
}
li.nav-item {
    padding: 0 18px;
}
.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 0;
    line-height: 66px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    color: #3c4858;
    margin-bottom: -1px;
}
.dropdown-item {
    display: block;
    padding: 0 9px;
    position: relative;
    border-bottom: none;
    white-space: inherit;
    width: 14rem;
    font-weight: 500;
    padding: 7px 9px;
    line-height: 19px;
    padding: 7px 35px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    animation: spMenuFadeInUp 0.4s;
    padding: 28px 0;
}
@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.border-r {
    border-right: 1px solid #f1f0f0;
    padding-left: 0;
    min-height: 235px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 777;
    margin: auto;
    background: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.sticky#myHeader {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.sticky#myHeader .navbar {
    padding: 0;
    width: 1350px;
}
#myHeader {
    position: relative;
}
header button {
    letter-spacing: 2px;
}
.navbar {
    padding: 0rem;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ef6603;
}
.dropdown-toggle::after {
    position: relative;
    top: 0px;
    color: #d77e55;
}
.callbutton a {
    position: relative;
    top: -3px;
}
.mr13 {
    margin-right: 13px;
}
li.nav-item.call-item.calllisticon img {
    position: relative;
    top: -1px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
li.nav-item.call-item.calllisticon:hover img {
    -webkit-transform: rotateZ(720deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
}
li.nav-item.call-item.calllisticon a:hover {
    color: #fff;
}
li.nav-item.call-item.calllisticon:hover {
    box-shadow: 0 3px 7px rgba(57, 63, 72, 0.3);
}
.homelandsec.top0 {
    top: 0;
}
.nav-item a:hover,
.dropdown-menu.megamenu a:hover {
    color: rgb(231, 75, 44);
}
ul.dropdown-menu.megamenu {
    padding: 33px 40px !important;
}
.header.stivky {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
.top-auto {
    top: auto;
}
i.fa.fa-phone {
    color: #df5c1e;
    font-size: 25px;
    position: relative;
    top: 2px;
    left: 43px;
}
i.fa.fa-whatsapp.mobdisb {
    position: relative;
    left: 17px;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    margin-left: 55px;
}
.call-item {
    background: #000;
    padding: 0;
    border-radius: 5px;
    position: relative;
    top: 13px;
    height: 38px;
}
.navbar-light .navbar-nav .call-item .nav-link {
    color: #fff;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav ul.dropdown-menu.megamenu {
    background: linear-gradient(135deg, #fff 30%, #ffefe0 56%, #fff 83%, #fff);
    width: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    margin: 0;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
}
.menu_items {
    padding: 30px 50px;
    max-height: calc(100vh - 90px);
    min-height: auto;
    overflow: auto;
    background-image: url(../imags-og/footer-map.png);
}
.call-list h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.call-list a {
    font-size: 1.75rem !important;
    line-height: 38px !important;
}
#offcanvas-toggler {
    float: right;
    line-height: 1;
    z-index: 999;
    display: none;
    padding-right: 6px;
    margin-left: 70px;
}
#offcanvas-toggler > i {
    display: inline-block;
    padding: 0 0 0 1px;
    font-size: 40px;
    background: 0 0;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #eb550a;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
}
#offcanvas-toggler > i:hover {
    color: #eb550a;
}
.close-offcanvas {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #f1480b;
    border: 2px solid #f1480b;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.close-offcanvas:hover {
    background: #000;
    color: #fff;
}
.offcanvas-menu {
    width: 280px;
    height: 100%;
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 99;
    overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: none;
    width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:before {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
    -webkit-transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.ltr .offcanvas-menu {
    right: -280px;
}
.body-innerwrapper:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 7;
}
.offcanvas-menu {
    display: none;
}
.make-me-sticky a {
    padding: 8px 20px 10px;
}
#toggle1, #toggle2 {
    display: none;
}
.header#myHeader.stivky {
    position: fixed;
}
.header#myHeader.stivky .navbar-light .navbar-nav .nav-link,
.header#myHeader.stivky .navbar-light .navbar-nav .nav-link:focus,
.header#myHeader.stivky .navbar-light .navbar-nav .nav-link:hover {
    color: #3c4858;
}
.header#myHeader.stivky .navbar-light .navbar-nav .call-item .nav-link {
    color: #fff;
}
.fabs {
    bottom: 2%;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}
.fabs i.fa.fa-phone {
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 0;
    left: 0;
}
.fab {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: red;
    margin: 13px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}
.fab > i {
    font-size: 27px;
    line-height: 45px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-in-out;
}
.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 15px auto 0;
    opacity: 0;
    visibility: hidden;
}
.fab:not(:last-child) > i {
    font-size: 23px;
    line-height: 44px;
}
.fab:not(:last-child).is-visible {
    width: 43px;
    height: 43px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}
.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
}
.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
    background: #3b5998;
}
.fabs a:hover {
    color: #fff;
    cursor: pointer;
}
.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
    background: #5ad061;
}
.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
    background: #1da1f2;
}
.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}
.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #eceff1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
.fab_field a {
    display: inline-block;
    text-align: center;
}
#fab_listen {
    float: left;
    background: rgba(0, 0, 0, 0);
}
#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}
.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}
.fab_field .fab > i {
    font-size: 1.6em;
    line-height: 35px;
    color: #263238;
}
.is-active {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
.is-max {
    box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.1);
}
.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    transform: scale(0);
}
.ink.animate {
    animation: ripple 0.5s ease-in-out;
}
@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        transform: scale(5);
    }
}
#prime {
    background: #7bab67;
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
#prime i {
    position: relative;
    top: 3px;
    font-size: 25px;
}
.fabs i.fa.fa-phone {
    transform: rotate(93deg);
}
.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
    transform: rotate(45deg);
    position: relative;
}
.is-float i {
    display: none;
}
.is-float:before {
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    content: "\f00d";
    font-family: "Fontawesome";
    font-size: 30px;
    transform: rotate(45deg);
    color: #fff;
    left: 17px;
}
.is-float i {
    top: 0px !important;
}
.fabs a:hover {
    color: #fff !important;
}
@media screen and (max-width: 1400px) {
li.nav-item {
    padding: 0 12px;
}
}
@media screen and (max-width: 1290px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    li.nav-item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    li.nav-item {
        padding: 0 7px;
    }
}

@media (max-width: 1024px) {
    li.nav-item {
        padding: 0 5px;
    }
    .logo {
    height: 46px;
}
}
@media (max-width: 991px) {
    .navbar-brand {
        display: block !important;
    }
    a.nav-link.pl0 {
        padding-left: 15px !important;
    }
    .mr13 {
        margin-right: 0;
    }
    .mobdisb {
        display: block;
    }
    .logo {
        height: 58px;
    }
    #offcanvas-toggler {
        margin-left: 45px;
    }
    i.fa.fa-phone {
        left: 30px;
    }
    i.fa.fa-whatsapp.mobdisb {
        position: relative;
        left: 8px;
    }
    #offcanvas-toggler {
        position: absolute;
        right: 15px;
    }
    i.fa.fa-whatsapp.mobdisb {
        display: block;
        position: absolute;
        right: 80px;
        left: auto;
        top: auto;
    }
    .whychooserightcont {
        margin-top: 30px !important;
    }
    .gt3-core-imagebox-wrapper img {
        width: 50px;
    }
    .whychoosesecafter {
        padding: 30px 15px !important;
    }
    .mobdisb {
        position: absolute;
        right: 85px;
    }
    #myHeader {
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        line-height: 1;
    }
    .offcanvas-menu .offcanvas-inner {
        position: fixed;
        background-color: #fff;
        height: 100%;
        padding: 20px;
        overflow-y: scroll;
    }
    #offcanvas-toggler {
        display: block !important;
    }
    .ltr.offcanvas .offcanvas-menu {
        right: 0;
        position: absolute;
        opacity: 1;
        background: #fff;
        height: 100%;
        display: block;
    }
    .navbar {
        padding: 0 1rem;
    }
    .mobdisb {
        display: block;
    }
    .offcanvas .blacksec {
        z-index: 0;
    }
    .sp-module-title {
        background: #de6b13;
        display: inline;
        padding: 8px 24px;
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
        margin: 0 0 20px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
        box-shadow: inset 1px 5px 10px -5px rgba(0, 0, 0, 0.55);
    }
    .offcanvas .sticky#myHeader,
    .offcanvas #myHeader {
        z-index: 6;
    }
    .sp-module ul > li > a {
        display: block;
        line-height: 36px;
        padding: 2px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #525354 !important;
    }
    .menu .nav-child.small {
        font-size: inherit;
    }
    .sp-module-title {
        background: #de6b13;
        display: inline;
        padding: 8px 24px;
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
        box-shadow: inset 1px 5px 10px -5px rgba(0, 0, 0, 0.55);
    }
    .sp-module .sp-module-title {
        margin: 0 0 20px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
    }
    .sp-module-title {
        background: #de6b13;
        display: inline;
        padding: 8px 24px;
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
        box-shadow: inset 1px 5px 10px -5px rgba(0, 0, 0, 0.55);
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul > li a {
        border-bottom: 1px dotted #e8e8e8;
        padding: 4px 20px;
    }
    .sp-dropdown-inner {
        border-top: 3px solid #eb550a;
    }
    .sp-module ul {
        list-style: none;
    }
    .sp-dropdown-items {
        border-top: 1px solid #f3580b;
        border-bottom: 1px solid #f3580b;
    }
}
@media (max-width: 375px) {
    .logo {
        height: 51px;
    }
}
@media (max-width: 360px) {
    .logo {
        height: 47px;
    }
}
@media (max-width: 320px) {
    .logo {
        height: 39px;
    }
}
@media screen and (min-width: 1900px) {
    .navbar-expand-lg .navbar-nav ul.dropdown-menu.megamenu {
        width: 1635px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
.whychooserightcont {
    margin-top: 20px !important;
    margin-bottom: 15px;
}
}