@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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
}

body {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 20px;
    color: #404447;
    font-weight: 300;
}

.main-outercon {
    position: relative;
    width: 100%;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat';
    font-weight: 400;
}

h1 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 45px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 21px;
}

p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #404447;
    margin: 0px;
    padding: 0 0 20px;
    font-family: 'Montserrat';
}



a {
    color: #D9ADAC;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px none !important;
    /* color: #94B3AC; */
    color: #cdded4;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

input:focus,
textarea:focus,
a:focus {
    outline: 0px none !important;
}

strong {
    font-weight: 700;
}
button:focus{
    outline: none;
}
input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="tel"],
textarea {
    width: 100%;
    height: 50px;
    border: 0px solid #404447;
    padding: 0 28px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #849994;
    background: #EFECE8;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 0 20px;
}
textarea {
    height: 185px;
    padding: 17px 28px;
    resize: none;
}
.btn,button,input[type="submit"] {
    width: auto;
    height: 50px;
    float: left;
    background: #D9ADAC;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 0 40px;
    border: none;
    text-align: center;
    line-height: 50px;
    position: relative;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover,.btn:focus, .btn:active,button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus {
    border: none;
    /* background: #94B3AC;  */
    background: #cdded4;
    box-shadow: none;
    color: #ffffff;
}
.btn.dark-btn{
    background: #404447;
    color: #ffffff;
    padding: 0 60px 0 20px;
}
.btn.dark-btn:after {
    position: absolute;
    right: 25px;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
}
.btn.dark-btn:hover, .btn.dark-btn:focus, .btn.dark-btn:active{
    background: #D9ADAC;
    color: #ffffff;
}
::-webkit-input-placeholder {
    color: #849994;
    opacity: 1;
}
:-moz-placeholder {
    color: #849994;
    opacity: 1;
}
::-moz-placeholder {
    color: #849994;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #849994;
    opacity: 1;
}

.link-btn {
    width: auto;
    height: auto;
    float: left;
    height: auto;
    font-size: 20px;
    color: #020447;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    background: none;
    border: none;
    padding: 0 0 5px 0;
    outline: none;
}
.link-btn:hover {
    color: #23cc7b;
}
.link-btn:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #23cc7b;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.link-btn:hover:after {
    width: 15%;
}

/*-----bootstrap style reset-----*/

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }
}




/*-----bootstrap style reset-----*/
body {

}
.main-outercon {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: url(../images/bg.png)no-repeat top center;
    /* background-size: contain; */
    /* background-size: initial; */
}
.main-outercon:before {
    position: absolute;
    left: 50%;
    content: "";
    right: 0;
    margin: 0 auto;
    height: 3346px;
    width: 3346px;
    border-radius: 100%;
    /* background-color: #94B3AC; */
    background-color: #cdded4;
    margin-top: -300px;
    top: 100%;
    z-index: 99999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;

}
.home .main-outercon:before {
    margin-top: -360px;
}
.content-section {
    width: 100%;
    height: auto;
}
.wrapper {
    width: 100%;
    max-width: 1286px;
    margin: 90px auto;
    /* background: #EFECE8; */
    background: white;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.22);
}

/*header-section*/
.header-container {
    width: 100%;
    height: auto;
    z-index: 999;
    width: 100%;
    height: auto;
    padding: 44px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-innerblk {
    position: relative;
}

.header-container .logo-outer {
    width: 100%;
    height: auto;
    float: left;
    max-width: 285px;
}

.main-pagenav {
    width: auto;
    height: auto;
    float: left;
    padding-left: 75px;
    position: relative;
}

.main-pagenav li {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
}

.main-pagenav li a {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
    font-family: 'Montserrat';
    position: relative;
    padding: 0 18px 13px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.main-pagenav li a:after {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    background: #23CC7B;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.main-pagenav li a:hover {
    color: rgba(255, 255, 255, 1);
}

.main-pagenav li.active-nav a {
    color: rgba(255, 255, 255, 1);
}

.main-pagenav li.active-nav a:after {
    opacity: 1;
}

.right-navblock {
    width: auto;
    height: auto;
    float: right;
    list-style: none;
    position: relative;
    z-index: 99999;
    top:30px;
}

.right-navblock li {
    width: auto;
    height: auto;
    float: left;
}

.right-navblock li a {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #FFF;
    float: left;
}

.nav-trigger {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'Montserrat';
    color: #ffffff;
}

.nav-trigger i {
    width: auto;
    padding-right: 25px;
    color: #404447;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.nav-trigger.highlight i {
    color: #EFECE8;
}
.nav-trigger span {
    width: 16px;
    height: 3px;
    background: #404447;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    position: relative;
}

.nav-trigger span:nth-child(1) {}

.nav-trigger span:nth-child(2) {
    margin-top: 3px;
    opacity: 1;
}

.nav-trigger span:nth-child(3) {
    margin-top: 3px;
    right: 0;
    float: right;
}

.nav-trigger.highlight span:nth-child(1) {
    opacity: 0;
}
.nav-trigger.highlight span {
    background: #EFECE8;
    height: 2px;
}
.nav-trigger.highlight span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    margin-top: 0px;
}
.nav-trigger.highlight span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    margin-top: -2px;
}
.nav-trigger.highlight span.label {
    background: none;
}
.active-navblock {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(64, 68, 71, 0.94);
    padding: 30px 10px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.nav-visible {
    overflow: hidden;
}
.nav-visible .active-navblock {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}
.active-navblock .logo-outer {
    width: 100%;
    height: auto;
    float: left;
    max-width: 285px;
}
.logo-outer img {
    height: auto;
}
.active-navblock .header-innerblk {
    top: 107px;
}
.nav-visible .right-navblock li {
    display: none !important;
}
.nav-visible .right-navblock li.mobi-block {
    display: block !important;
}
.nav-content-blk {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 170px;
}
.main-nav {
    width: 100%;
    float: right;
    float: right;
    list-style: none;
    /* max-width: 190px; */
}
.main-nav li {
    width: 100%;
    float: right;
    text-align: right;
    line-height: 50px;
    position: relative;
}
.main-nav li a {
    width: auto;
    float: right;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.main-nav li:hover > a,.main-nav li a:focus {
    color: #D9ADAC;
}
.main-nav li.hassub > a:before{
    position: absolute;
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    left: -17px;
    margin: 0 auto;
    font-weight: 900;
    font-size: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-nav li ul {
    position: absolute;
    right: 100%;
    width: 100%;
    top: 19px;
    padding-right: 14px;
    border-right: 1px solid #D9ADAC;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    opacity: 0;
}
.main-nav li:hover ul {
    visibility: visible;
    opacity: 1;
}
.main-nav li ul li {
    line-height: 1;
    padding: 0 0 16px;
}
.main-nav li ul li:last-child {
    padding: 0;
}
.main-nav li ul li a {
    color: #ffffff;
}
.main-nav li ul li:hover a,.main-nav li ul li a:focus {
    /* color: #94B3AC; */
    color: #cdded4;
}

/*Header Section*/

.content-wrap {
    width: 100%;
    padding: 80px 75px 0 0;
}
.slider-section {
    width: 100%;
}
.btn-wrap {
    width: 100%;
    margin: 30px 0 0;
}
.slider-section .about-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 100px 0 70px;
}
.slider-section .about-inner h2 {
    margin: 0 0 40px;
}
.slider-section .btn {
    width: 190px;
    float: right;
}
.grid-block {
    width: 100%;
    padding: 40px 0;
}
.grid-block ul.grid-wrap {
    width: 100%;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}
.grid-block .grid-wrap li {
    width: 33.33%;
    position: relative;
    padding: 0 90px 0 0;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: block;
    z-index: 9;
}
.grid-image {
    width: 100%;
    height: 213px;
    margin: 0 0 10px;
}
.grid-item {
    width: 100%;
    min-height:auto;
}
.grid-block .grid-wrap li .btn {
    float: none;
    display: inline-block;
}
.details-blk {
    width: 100%;
    text-align: center;
    padding: 0 15px 10px;
}
.grid-content {
    width: 100%;
}
.grid-content h6 {
    color: #404447;
    text-transform: uppercase;
}
.grid-wrap li:hover .grid-content h6 {
    color: #d9adac;
}
.grid-content .details-blk h6{
    min-height: 40px;
}
.title-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 40px 0;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 15;
}
.grid-lay .title-wrap {
    padding: 50px 90px 55px 0;
}
.intro  {
    width: 65%;
}
.intro h2 {
    padding: 0 0 35px;
}
.intro p {
    padding: 0;
}
.slider-section .image-slider li {
    height: 390px;
}
.slider-section.contact-block:before {
    top: -180px;
}
.grid-lay {
    position: relative;
}
.grid-lay:after{
    position: absolute;
    content: "";
    right: -26%;
    top: 60px;
    background: url('../images/banner-pattern.png') no-repeat;
    height: 622px;
    width: 622px;
    background-size: 100% 100%;
}
.grid-lay .btn.dark-btn:after {
    content: "\f078";
}
.pagination {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 90px;
    margin: 50px 0 0;
}
.pagination .page-item .page-link {
    color: #404447;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #efece8;
    border-color: #404447;
    border-radius: 0;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    min-width: 46px;
    text-align: center;
}
.pagination .page-item.active .page-link,.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: #404447;
}
.pagination .page-item.disabled .page-link {
    opacity: 0.7;
}
.pagination .page-item .page-link i {
    margin: 0 5px;
}
.pagination .page-item:first-child .page-link {
    padding-right: 20px;
}
.pagination .page-item:last-child .page-link {
    padding-left: 20px;
}

/*Banner Section*/

.banner-outerblk {
    width: 100%;
    height: auto;
    position: relative;
}
.banner-outerblk:after{
    position: absolute;
    content: "";
    right: -59px;
    top: -30px;
    background: url('../images/banner-pattern.png') no-repeat;
    height: 622px;
    width: 622px;
    background-size: 100% 100%;
}
.banner-slider{
    z-index: 9;
}

.slick-prev,
.slick-next {
    width: 50px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block !important;
    min-width: 0;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    background: #404447;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-prev:hover,.slick-next:hover {
    outline: none;
    opacity: 0.9;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before{
    position: absolute;
    right: 0;
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin: 0 auto;
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}
.slick-next:before{
    position: absolute;
    right: 0;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin: 0 auto;
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}
.banner-image {
    width: 100%;
    height: 501px;
    position: relative;
    z-index: 9;
}
.home .banner-image {
    height: 446px;
}
.image-slider li{
    height: 330px;
    width: 100%;
}
.about-section {
    width: 100%;
    padding: 35px 0 136px;
}

.about-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.left-content {
    width: 50%;
    padding-right: 45px;
}

.right-content {
    width: 50%;
    padding: 10px 0 0;
}

.left-content h2 {
    text-transform: uppercase;
    padding-bottom: 35px;
    word-break: break-word;
}

.left-content p {
    font-weight: 300;
    font-family: 'Montserrat';
}

.contact-block{
    position: relative;
    width: 100%;
}
.contact-block:before{
    position: absolute;
    content: "";
    left: -39%;
    top: -100px;
    background: url('../images/body-pattern.png') no-repeat;
    height: 879px;
    width: 879px;
    background-size: 100% 100%;
}

.contact-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contact-details {
    width: 50%;
    position: relative;
    padding: 0 280px 0 0;
}
.contact-details h2 {
    padding: 0 0 38px;
    word-break: break-all;
}

.g-recaptcha .fas{
    padding-left: 20px;
}

.address-block {
    width: 100%;
    /* padding: 80px 0 0; */
}
.address-block h6 {
    font-size: 14px;
    padding: 0 0 20px;
}
.address-block p a{
    color: #404447;
}
.address-block p span {
    font-weight: 600;
}
.address-block p a:hover,
.address-block p a:active,
.address-block p a:focus{
    color: #D9ADAC;
}

.contact-details .img-div {
    position: absolute;
    right: 24px;
    top: 114px;
    height: 311px;
    width: 311px;
    border-radius: 50%;
}

.contact-form{
    width: 50%;
}

.contact-form .btn{
    min-width: 196px;
}

.bottom-block{
    width: 100%;
    padding: 125px 0 0;
    position: relative;
}
.bottom-block-inner{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.bottom-left-block{
    width: 41%;
    padding: 0 160px 0 70px;
    text-align: right;
}
.bottom-left-block h2{
    padding-bottom: 34px;
    word-break: break-word;
}
.bottom-left-block span {
    font-weight: 400;
}
.bottom-right-block{
    width: 59%;
    position: relative;
}
.image-blk{
    height: 446px;
    width: 100%;

}
.small-img {
    height: 235px;
    width: 235px;
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
}

/*Footer Section*/
.footer-container {
    width: 100%;
    height: auto;
    position: relative;
}
.footer-wrap {
    width: 100%;
    position: relative;
    padding-top: 110px;
    top: 40px;
    z-index: 99;
    text-align: center;
}
.footer-wrap p {
    color: #ffffff;
    font-weight: 400;
}
.footer-wrap p a, .footer-menu a {
    color: #ffffff;
}
.footer-wrap img {
    margin: 0 0 10px;
    filter: brightness(0) invert(1);
    max-width: 70%;
    height: auto;
}
.footer-wrap p a:hover, .footer-menu a:hover {
    color: #404447;

}

.footer-menu {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu a{
    background: #404447;
    color: #ffffff;
    padding: 12px 40px 0 40px;
    /* float: left; */
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    height: 50px;
}
.dropdown-menu a:hover{
    background: #D9ADAC;
    color: #ffffff;
}
.dropdown-menu{
    width: auto;
    background: #404447;
}
.dropdown-item{
    width: 100%;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
