/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2023.
    Document   : Framework
    Created on :  Oct 13 2024, 9.00 AM
*/


html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: #F1F5F8;
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
    font-family: var(--font-three);
}

::placeholder {
  color:  #fff;
  font-family: var(--font-one);
font-weight: 500;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
    font-family: var(--font-three);
}



a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4em;
  color: var(--whitecolor);
  font-weight: 400;
  font-family: var(--font-three);
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  line-height: 1.1;
  font-size: 4em;
  font-weight: 800;
  font-family: var(--font-three);
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--whitecolor);
  font-size: 2.8em;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-three);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--lightblack);
  line-height: 1.2;
  font-size: 2em;
  font-weight: 500;
  font-family: var(--font-three);
}

h4 {
  margin: 0;
  padding: 0;
  color: var(--whitecolor);
  line-height: 1.3;
  font-size: 1.8em;
  font-weight: 500;
 font-family: var(--font-three);
}
h5 {
  margin: 0;
  padding: 0;
  color: #878787;
  line-height: 1.2;
  font-size: 1.3em;
  font-weight: 400;
 font-family: var(--font-two);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  background: var(--whitecolor);
  overflow: hidden;
}

:root {
  --font-one: "Overpass", sans-serif;
  --font-two: "Inter", sans-serif;
  --font-three: "Instrument Sans", sans-serif;
  --btnradius: 8px;
  --maincolor: #2B3569;
  --textcolor: #4F4F4F;
  --whitecolor: #fff;
  --btnradius: 50px;
    --lightblack: #383838;
    --goldcolor: #BCAC8C;
}
 
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.medium-container {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
}
.small-container {
  margin: 0 auto;
  width: 90%;
  max-width: 650px;
}
.flex {
  display: flex;
}

.banner {
  position: relative;
  width: 100%;
  background: url(../img/banner.jpg) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
/*     height: 70vh; */
    min-height: 90vh;
flex-wrap: wrap;
    text-align: center;
}
a.btn {
    background-color: var(--maincolor);
    color: var(--whitecolor);
    border-radius: var(--btnradius);
    padding: 15px 25px;
    font-family: var(--font-three);
    font-size: 1.3em;
	font-weight: 500;
}
.contact-text a {
	text-transform: uppercase;
}
.header a.btn {
     font-size: 1em;
}
.banner p {
    font-size: 1.6em;
    color: var(--lightblack);
    padding: 20px 0 0 0;
}
.banner-text {
    padding:25% 0 100px 0;
}
.about {
    width: 100%;
    background: var(--maincolor) url(../img/bg-shade.png) no-repeat center center/cover;
    padding: 80px 0;
}
.about .left {
    width: 34%;
    opacity: 0.8;
}
.about .right {
    width: 60%;
    opacity: 0.8;
}
.about .flex {
    gap: 50px;
    justify-content: space-between;
}
.about .right p {
    font-size: 1.8em;
}
.about h2 {
    text-transform: capitalize;
}
a.line {
    font-family: var(--font-three);
    display: inline-block;
    margin: 20px 0 0 0;
    font-size: 1.3em;
    border-bottom: 1px solid var(--whitecolor);
}
.service-head {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.service-head span {
    display: block;
    font-size: 1.4em;
    font-weight: 500;
    padding: 0 0 10px 0;
    color: #B5B5B5;
}
a.text-btn {
    color: var(--goldcolor);
    display: inline-block;
    font-weight: 500;
    padding: 10px 0 0 0;
}
.service-head .carousel {
  width: 100%;
    margin: 80px 0 0 0;
}

.service-head .carousel-cell {
  width: 22%;
  margin: 0 0.2%;
    height: 400px;
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}


.service-head  .carousel-cell a {
    display: block;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}
.service-head .carousel-cell::after {
    content: '';
    position: absolute;
    width: 100%;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 43%, rgba(0,0,0,0.5830707282913166) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 450px;
}
.service-head .carousel-cell h4 {
  	text-transform: capitalize;
    padding: 70px 20px;
    position: relative;
    z-index: 2;
    font-size: 1.4em;
    line-height: 1.1;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
	 text-align: center;
	justify-content:center;
}
.service-head .carousel-cell h4:hover {
    background: rgba(43, 53, 105, 0.6);
	 transition: background-color 0.4s ease, border-color 0.4s ease;
   
}
.contact-text {
    width: 100%;
    padding: 0 0 50px 0;
    text-align: center;
}
.contact-text p {
    color: var(--lightblack);
    padding: 0 0 30px 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.8em;
}
.logo-description {
    width: 100%;
    margin: 50px 0;
    text-align: center;
}
.location-services {
     width: 100%;
    margin: 50px 0;
}
.location-services .flex {
     border-top: 1px solid var(--goldcolor);
    margin: 0 0 100px 0;
    padding: 50px 0 0 0;
}
.logo-sec {
    border-top: 1px solid var(--goldcolor);
    margin: 0 0 100px 0;
}

.location-services {
     width: 100%;
    margin: 50px 0;
}
.location-services  .medium-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1020px;
}
.sec {
    width: 33.3%;
}
.logo-sec .flex {
    gap: 50px;
    padding: 50px 0 0 0;
    align-items: center;
}
.sec img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: block;
    padding: 0 0 10px 0;
}

.footer {
    width: 100%;
    padding: 200px 0;
    background: url(../img/banner-footer.jpg) no-repeat center center/cover;
    position: relative;
    text-align: center;
    margin: 100px 0 0 0;
}
.footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.6951155462184874) 0%, rgba(0,0,0,0.700717787114846) 43%, rgba(0,0,0,0.6951155462184874) 100%);
    left: 0;
    right: 0;
    bottom: 0;
}
.first-footer {
    position: relative;
    z-index: 2;
}
.first-footer ul {
    display: flex;
     gap: 100px;
    justify-content: center;
}
.first-footer ul svg {
    width: 50px;
    height: 50px;
    padding: 8px;
} 
.first-footer ul span {
    width: 50px;
    height: 50px;
    background-color: var(--whitecolor);
    border-radius: 100%;
    display: block;
    margin: 0 20px 0 0;
}
.first-footer ul li {
    display: flex;
   
}
.first-footer ul li a {
   font-size: 1.7em;
    display: flex;
    align-items: center;
    font-family: var(--font-one);
}
.middle-footer {
    position: relative;
    z-index: 2;
    margin: 50px 0;
    border-top: 1px solid #685f5f;
    border-bottom: 1px solid #685f5f;
    padding: 30px 0;
}
.middle-footer ul {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.middle-footer ul li {
color: var(--whitecolor);
}
.middle-footer ul li a {
    text-transform: uppercase;
}
.bottom-footer {
    position: relative;
    z-index: 2;
}
.bottom-footer p {
    font-size: 1em;
}
.bottom-footer p img {
    margin: 0 5px;
    transform: translateY(4px);
}
.inner .banner { 
    min-height: 300px;
    margin: 120px 0 0 0;
    position: relative;
	align-items: center;
}
.inner .banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(43,53,105);
background: linear-gradient(180deg, rgba(43,53,105,0.7959558823529411) 0%, rgba(43,53,105,0.8015581232492998) 43%, rgba(43,53,105,0.8015581232492998) 100%);
    left: 0;
    right: 0;
    bottom: 0;
}
.inner .banner-text {
  position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.inner .banner-text h1 {
    color: var(--whitecolor);
    font-size: 3.5em;
	text-transform: capitalize;
}
.inner .banner-text span {
    color: var(--goldcolor);
    font-size: 1.3em;
    display: block;
    padding: 0 0 5px 0;
}
.service-link {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}
.service-link ul {
    display: flex;
    gap: 20px;
    justify-content: center;
	flex-wrap: wrap;
}
.header header nav ul li:last-child {
	display:none;
} 
.service-link ul li a {
    font-family: var(--font-two);
    color: #333;
    font-size: 1em;
    font-weight: 400;
    white-space: nowrap;
	text-transform: uppercase;
}
.service-link ul li a.active {
    color: var(--goldcolor);
     font-weight: 500;
	border-bottom :2px solid var(--goldcolor);
}

.service-link ul li a:hover {
	color: var(--maincolor);
}
.xl-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.content-sec {
    padding: 70px 0 0 0;
    width: 100%;
}
.content-sec p {
    color: #000;
    line-height: 1.4;
    font-size: 1.3em;
}
.service-list.flex {
    gap: 10px;
    flex-wrap: wrap;
    margin: 50px 0 100px 0;
}
.service-list-sec {
    width: 48%;
    background-color: #F7F5F0;
    padding: 60px;
}
.service-list-sec h3 {
    font-size: 1.4em;
    font-weight: 700;
     color: #000;
    max-width: 260px;
    margin: 20px 0 0 0;
}
.service-list-sec p {
  color: #000;
    padding: 10px 0 10px 0;
    font-size: 1.2em;
}
.about-description .left {
    width: 50%;
}
.about-description .left h3 {
    font-size: 1.9em;
    line-height: 1.4;
}
.about-description .right {
    width: 30%;
    
}
.about-description .flex {
    gap: 50px;
    padding: 100px 0 0 0;
    align-items: center;
}
.about-description .right img {
    max-width: 200px;
}
.text-description {
    width: 100%;
    padding: 50px 0 50px 0;
}
.text-description p {
    color: #666666;
    padding: 0 0 40px 0;
    line-height: 1.5;
}
.board-members {
    background-color: #F7F5F0;
    padding: 100px 0 100px 0;
    margin: 0 0 100px 0;
}
.board-members span {
    font-weight: 500;
     color: var(--maincolor);
}
.board-members h3 {
    font-weight: 600;
    font-size: 1.7em;
    padding: 10px 0 0 0;
}
.member-img {
    width: 30%;
}
.member-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}
.member-details {
    width: 60%;
}
.member-details b {
    font-weight: 600;
     color: var(--maincolor);
    font-size: 1.2em;
}
.members-list {
    margin: 40px 0 0 0;
}
.members-list .flex {
    gap: 30px;cccc
    margin: 0 0 50px 0;
}
.member-details p {
    color: #666666;
    font-size: 1.1em;
    line-height: 1.4;
    max-width: 370px;
    margin: 10px 0 0 0;
}
.inner .banner {
    position: relative;
    
}
.inner .banner::before {
   content: '';
    position: absolute;
    background: url(../img/bg-shade.png) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    
}
.inner.contact-page .banner {
    background: url(../img/contact-banner.jpg) no-repeat center center/cover; 
}
.inner.about-page .banner {
    background: url(../img/about-banner.jpg) no-repeat center center/cover; 
}
.inner.service-page .banner {
    background: url(../img/service-banner.jpg) no-repeat center center/cover; 
}
.contact-link-sec ul {
   display: flex;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 0;
}
.contact-link-sec li {
    width: 47%;
    display: flex;
}
.contact-link-sec li svg {
    width: 30px;
    height: 30px;
}
.contact-link-sec li span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--goldcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 20px 0 0;
}
.contact-link-sec li a {
   color: #000;
    font-size: 1.4em;
    display: flex;
    font-weight: 500;
    font-family: var(--font-two);
    line-height: 1.4;
    align-items: flex-start;
}
.contact-link-sec li:nth-child(2) a {
    padding: 0 15% 0 0;
}
.contact-link-sec {
    margin: 100px 0 0 0;
    width: 100%;
}
.contact-form {
 margin: 50px 0 0 0;
  width: 100%;
}

.form-group {
  position: relative; 
	margin: 0 0 10px 0;
}

input, textarea {
  width: 100%;
  padding: 20px 10px;
  border-radius: 2px;
  background: #F5F5F5;
  font-size: 16px;
  outline: none;
  transition: background-color 0.4s ease, border-color 0.4s ease;
    border: 0;
     margin: 10px 0;
}

input:focus, textarea:focus { 
  border-color: var(--maincolor);
}

label {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  padding: 0;
  font-family: var(--font-three);
  color: #353535;
  pointer-events: none;
  transition: top 0.4s ease, font-size 0.4s ease, color 0.4s ease;
}

label.focused {
	font-size: 16px;
}

input:focus + label, input:not(:placeholder-shown) + label,
textarea:focus + label, textarea:not(:placeholder-shown) + label {
     top: -10px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
      
     font-family: var(--font-three);
     color: #353535;
}

textarea {
  min-height: 150px;
  resize: none;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
    padding: 0 0 20px 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px auto;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    max-width: 850px;
}

input[type="submit"] {
  width: 20%;
  padding: 15px 30px;
  background-color: var(--maincolor);
  border: none;
  border-radius: 0;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
    font-family: var(--font-three);
    font-size: 1.4em;
    margin: 0 0 0 0;
}

button:hover {
  background-color: #008c9e;
}
.contact-form h2{
    color: #353535;
    font-size: 2em;
    margin: 0 0 60px 0;
    border-top: 1px solid var(--goldcolor);
    padding: 50px 0 0 0;
}
.header header nav ul li a:hover {
    color: var(--goldcolor);
}
a.btn:hover {
    background-color: var(--goldcolor);
}
a.line:hover {
    color: var(--goldcolor);
    border-color: var(--goldcolor);
}
a.text-btn:hover {
    color: var(--maincolor);
}
.middle-footer ul li a:hover {
    color: var(--goldcolor);
}
.location-set {
    width: 48%;
}
.location-flex {
    display: flex;
    align-items: flex-start;
}
.location-flex b {
    display: block;
    width: 100%;
    text-align: center;
     color: #878787;
    font-family: var(--font-two);
    font-weight: 400;
    padding: 10px 0 0 0;
    font-size: 12px;
}
.location-services .flex {
    gap: 30px;
    align-items: center;
}
.location-services ul {
    list-style: disc;
    margin: 0 0 0 50px;
}
.location-services ul li {
    list-style: disc;
    color: #878787;
    font-family: var(--font-two);
    font-weight: 400;
    padding: 0 0 5px 0;
    font-size: 0.9em;
}

.location-img {
	width:85px;
}

.location-content {
	width:calc(100% - 85px);
	
}
.location-img img {
    width: 85px;
    height: inherit;
    object-fit: cover;
    margin: 0 0 5px 0;
}
.about-sec-wrap {
    background: url(../img/shade-image.png) no-repeat bottom center/contain;
}

.header header nav ul li li:last-child {
    display: block;
}

div {
	  scroll-margin-top: 50px;

}

.service-list-sec img {
    max-width: 60px;
}

.home .flickity-page-dots {
    
    bottom: -45px; 
}

.page-template-about.about-page .contact-text  {
	padding: 100px 0 0 0;
}

a.btn-learn {
	color: var(--maincolor);
	font-size: 1.2em;
	margin:10px 0;
}

.home  .about .container {
        margin: 0 auto;
        width: 90%;
        max-width: 910px;
    }
 