@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #67a5d7;
    font-family: 'Roboto Slab', serif;
}

body {
    color: #67a5d7;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    background: url(../img/bg.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #67a5d7;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: url(../img/bg.jpg);
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #67a5d7;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .5;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #CC5261;
    display: none;
    cursor: pointer;
    position: relative;
    top: 0;
    margin-left: 20px;
    margin-right: 5px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.logo-main img {
    max-width: 350px;
}

.main-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    margin-left: 25px;
}

.main-menu ul li a {
    text-decoration: none;
    color: #226eb6;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1px;
}

.header-area {
    position: relative;
    padding-top: 75px;
}

.head-border {
    text-align: center;
    padding: 0 35px;
}

.color-1 {
    color: #df0914!important;
}

.color-2 {
    color: #de4824!important;
}

.color-3 {
    color: #fbbb0e!important;
}

.color-4 {
    color: #73bb6a!important;
}

.color-5 {
    color: #c066a5!important;
}

.color-6 {
    color: #dc287f!important;
}

/*---------------------- Header area end ----------------------*/

/*---------------------- Main area start ----------------------*/

.main-area {
    padding: 150px 0;
    padding-top: 170px;
    position: relative;
}

.common-title h4 {
    font-size: 68px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

.common-title {
    margin-bottom: 65px;
}

.common-txt-area p {
    font-size: 19px;
    line-height: 1.6;
}

.contact-txt h4 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 35px;
}

.contact-txt p {
    font-size: 41px;
    color: #59529f;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.contact-txt a {
    display: block;
    color: #de4824;
    text-decoration: none;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
}

.map-big {
    margin-bottom: 53px;
}

.single-img {
    margin-bottom: 26px;
}

.single-img-wrap {
    padding: 60px 35px;
    padding-bottom: 0;
}

.content-blk {
    margin-bottom: 60px;
}

.content-blk h4 {
    font-size: 44px;
    line-height: 1.2;
    color: #de4824;
    margin-bottom: 18px;
}

.common-title p {
    font-size: 35px;
    color: #de4824;
    line-height: 1.3;
    text-align: center;
    padding-top: 10px;
}

.main-area.diff {
    padding-top: 80px;
}

.image-wrapper {
    padding-top: 20px;
    padding-bottom: 73px;
}

.map .gmap_canvas {
    height: 255px!important;
    width: auto!important;
}

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

.map-big .mapouter {
    width: 100%;
}

.map-big .gmap_canvas {
    width: 100%;
}

.map-big iframe {
    width: 100%;
}

/*---------------------- Main area end ----------------------*/

/*---------------------- Footer area start ----------------------*/

.footer-area {
    padding: 25px 0;
    margin-top: 100px;
	background: url(../img/bg-footer.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.line {
    position: absolute;
    right: 0;
    top: 13px;
    height: 90%;
}

.line img {
    height: 100%;
}

.footer-wrap {
    display: flex;
    padding: 60px 0;
    position: relative;
	text-shadow: 2px 1px 4px #000;
}

.ft-item h4 {
    font-size: 23px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.ft-item p {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.ft-item {
    padding-left: 95px;
}

/*---------------------- Footer area end ----------------------*/

#cookiedingsbums div {
    padding: 		23px;
    padding-right: 	23px;
    padding-right: 	23px;
    padding-right: 	50px;
}

#cookiedingsbums {
    text-align: left;
    padding-right: 60px;
    color: #000;
    background: #67a5d7;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

#cookiedingsbumsCloser {
    color: #494948;
    font: 13px/100% arial, sans-serif;
    position: absolute;
    right: 23px;
    text-decoration: none;
    top: 20px;
    cursor: pointer;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
}

.text-white a {
    color: #fff !important;
}