html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent;box-sizing: border-box;}
article,aside,figure,footer,header,nav,section,details,summary{display:block;}
img,object,embed{max-width:100%;}
html{overflow-y:scroll;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
th{font-weight:bold;vertical-align:bottom;}
td{font-weight:normal;vertical-align:top;}
hr{display:block;height:1px;border:0;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
pre{white-space:pre; /* CSS2 */white-space:pre-wrap; /* CSS 2.1 */white-space:pre-line; /* CSS 3 (and 2.1 as well, actually) */word-wrap:break-word; /* IE */}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;}
select,input,textarea{font:99% sans-serif;}
table{font-size:inherit;}
small{font-size:85%;}
strong{font-weight:bold;}
td,td img{vertical-align:top;}
sub,sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
pre,code,kbd,samp{font-family:monospace,sans-serif;}
.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer;}
button,input,select,textarea{margin:0;}

/* make buttons play nice in IE */
button,input[type=button]{width:auto;overflow:visible;}

/* Let's Clear Some Floats
===================================================*/
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


/* Theme Font Family
=================================================== */
@font-face {
  font-family:'Gotham Medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham-Medium.woff2') format('woff2'),
  url('../fonts/Gotham-Medium.woff') format('woff'),
  url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family:'Gotham Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham-Book.woff2') format('woff2'),
  url('../fonts/Gotham-Book.woff') format('woff'),
  url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: 325;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSans-Regular.woff') format('woff'),
      url('../fonts/OpenSans-Regular.ttf') format('truetype'),
      url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/SofiaPro-Bold.eot');
  src: url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
      url('../fonts/SofiaPro-Bold.woff') format('woff'),
      url('../fonts/SofiaPro-Bold.ttf') format('truetype'),
      url('../fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/* Site Theme Starts Here
=========================================== */
body {
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	font-family: 'Gotham Book', sans-serif;
	color: #1C1A32;
	font-size: 16px;
	line-height: 1.5625;
	background: #ffffff;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
	display: none;
}
.post, .page {
	margin: 0;
}

.site_wrapper {
	overflow: hidden;
}
.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 30px;
  width: 100%;
}

h1,
.banner_content h2 {
	font-size: 57px;
	line-height: 1.108771929824561;
	font-family: 'Gotham Medium', sans-serif;
	color: #1C1A32;
	margin: 0;
  letter-spacing: -0.5px;
}
h2,
.content_with_links_module_sec h1 {
	color: #1C1A32;
	font-size: 38px;
	line-height: 1.184210526315789;
	display: block;
	font-family: 'Gotham Medium', sans-serif;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 26px;
}
h2::before,
.content_with_links_module_sec h1::before {
  content: "";
  width: 54px;
  height: 3px;
  display: block;
  background: #a06a44;
  position: absolute;
  bottom: 0;
  left: 0;
}
h3 {
	color: #1C1A32;
	font-size: 30px;
	line-height: 1.5;
	display: block;
	font-family: 'Gotham Medium', sans-serif;
  letter-spacing: -0.5px;
	margin-bottom: 20px;
}
h4 {
	font-size: 20px;
	line-height: 1.25;
	color: #1C1A32;
	font-family: 'Gotham Medium', sans-serif;
  letter-spacing: -0.84px;
	margin-bottom: 30px;
}


.primary_btn {
  background: #1C1A32;
  color: #ffffff;
  padding: 13px 15px;
  min-width: 250px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Medium', sans-serif;
  text-decoration: none;
  border: solid 2px #1C1A32;
  border-radius: 0;
  box-sizing: border-box;
}
.primary_btn:hover, .primary_btn:focus {
  background: #ffffff;
  color: #1C1A32;
}
.secondary_btn {
  background: #ffffff;
  color: #1C1A32;
  border-color: #ffffff;
}
.secondary_btn:hover, .secondary_btn:focus {
  background: #1C1A32;
  border-color: #1C1A32;
  color: #ffffff;
}
.brown_btn, .brown_button .primary_btn {
  background: #9F6A43;
  color: #ffffff;
  border-color: #9F6A43;
}
.brown_btn:hover, .brown_btn:focus,
.brown_button .primary_btn:hover, .brown_button .primary_btn:focus {
  background: #1C1A32;
  border-color: #1C1A32;
  color: #ffffff;
}
p {
  margin-bottom: 12px;
}



/* Header Starts Here
=============================================== */
#header {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
#header.fixed-header {
  position: fixed !important;
  background: #1C1A32;
  padding-bottom: 30px;
}
#header .container {
  max-width: 1402px;
  /* width: 1402px; */
}
.top_nav {
  border-bottom: solid 1px #ffffff;
  text-align: right;
  padding: 19px 0 16px;
  margin-bottom: 31px;
}
.top_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.166666666666667;
}
.top_nav ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 50px;
  display: inline-block;
  vertical-align: middle;
}
.top_nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-family: 'Gotham Book', sans-serif;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.top_nav ul li a:hover, .top_nav ul li a:focus {
  color: #1C1A32;
}
.netstrata_logo {
  width: 259px;
  display: block;
  float: left;
  margin-top: 4px;
}
.netstrata_logo img {
  display: block;
  width: 100%;
}
.head_right {
  float: right;
  width: calc(100% - 259px);
  text-align: right;
}
.head_right .primary_btn {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  background: transparent;
  min-width: 185px;
  font-size: 13px;
  line-height: 2.307692307692308;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 21px;
}
.head_right .primary_btn:hover, .head_right .primary_btn:focus {
  background: #ffffff;
  color: #1C1A32;
}
.search_wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 42px;
  position: relative;
  top: 2px;
}
.search_icon {
  background: url(../images/search_icon.svg) no-repeat center center;
  width: 23px;
  height: 23px;
  background-size: 100%;
  display: block;
}
nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 290px);
}
.enumenu_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.923076923076923;
}
.enumenu_ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 44px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.enumenu_ul > li:first-child {
  margin-left: 0;
}
.enumenu_ul > li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Gotham Book', sans-serif;
  position: relative;
}
.enumenu_ul > li.menu-item-has-children > a::after {
  content: "";
  background: url(../images/dropdown_arrow.svg) no-repeat center center;
  width: 10px;
  height: 5px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
}
.enumenu_ul > li ul {
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 250px;
  list-style: none;
  margin: 20px 0 0;
  text-align: left;
  display: none;
}
.enumenu_ul > li ul::before {
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  display: block;
  left: 0;
  right: 0;
}
.enumenu_ul > li ul::after {
  content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}
.enumenu_ul > li ul ul {
  left: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  top: 0;
  margin-top: 0;
}
.enumenu_ul > li ul ul::before, .enumenu_ul > li ul ul::after {
  display: none;
}
.enumenu_ul > li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px rgba(0,0,0,.2);
}
.enumenu_ul > li ul li:last-child {
  border-bottom: none;
}
.enumenu_ul > li ul li a {
  color: #1C1A32;
  padding: 10px 10px;
}
.enumenu_ul li:hover > ul {
  display: block;
}
.head_search_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  padding: 0 30px;
}
.head_search_wrap.open_search_wrap {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
}
.head_search_wrap .search-form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.head_search_wrap .search-form input[type="search"], .head_search_wrap .search-form input[type="text"] {
  width: 100%;
  display: block;
  background: transparent;
  border: none;
  border-bottom: solid 2px #ffffff;
  padding: 15px 40px 15px 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-family: 'Gotham Book', sans-serif;
  outline: none !important;
  box-shadow: none !important;
}
.head_search_wrap .search-form input[type="submit"]{
  background: url(../images/search_icon.svg) no-repeat center center;
  width: 23px;
  height: 23px;
  background-size: 100%;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
}
.head_search_wrap .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
.head_search_wrap .search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.head_search_wrap .search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.head_search_wrap .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
.close_popup_form {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.menu_icon {
  display: none;
}
.menu-icon {
  display: none;
}
.enumenu_ul > li ul li {
  position: relative;
}
.enumenu_ul > li ul li.menu-item-has-children:after  {
  content: "";
  background: url(../images/slider-arrow.svg) no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 15px;
  right: 4px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.enumenu_ul > li ul li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.enumenu_ul > li ul ul:before {
  content: "";
  display: block;
  width: 15px;
  left: -15px;
  height: auto;
  top: 0;
  bottom: 0;
}



/* Banner Section Starts Here
=============================================== */
.banner_sec {
  position: relative;
  overflow: hidden;
}
.banner_slider figure {
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  margin: 0;
}
.banner_slider figure::before {
  content: "";
  background: rgba(30, 25, 51, 0.35);
  width: 50%;
  display: block;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.banner_slider figure::after {
  content: "";
  background: linear-gradient(89.96deg, rgba(0, 0, 0, 0.29) 26.35%, rgba(0, 0, 0, 0) 121.39%), linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%), url(1596_4_13_200605_122230-w2880-h2160.jpg);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.banner_slider .slick-slide {
  position: relative;
}
.banner_slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}
.banner_slider .slick-dots li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: block;
}
.banner_slider .slick-dots li:last-child {
  margin-bottom: 0;
}
.banner_slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: none;
  background: rgba(255,255,255,0.3);
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.banner_slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.banner_content_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 80px;
  display: block;
  z-index: 9;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_content {
  width: 50%;
  margin-left: auto;
  padding: 120px 0 50px 150px;
  color: #ffffff;
}
.banner_content h1, .banner_content h2 {
  color: #ffffff;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 22px;
}
.banner_content h1::after,
.banner_content h2::after {
  content: "";
  width: 54px;
  height: 3px;
  display: block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner_content p {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 30px;
}
.inner_banner_sec .banner_slider figure {
    height: 519px;
}
.inner_banner_sec .banner_slider figure::before {
  left: 0;
  right: auto;
}
.inner_banner_sec .banner_content_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_banner_sec .banner_content {
  margin-left: 0;
  padding: 150px 50px 50px 0;
  height: auto;
}
.inner_banner_sec .banner_content h1 {
  font-size: 52px;
  line-height: 1.211538461538462;
  padding-bottom: 0;
}
.inner_banner_sec .banner_content h1 br {
  display: none;
}
.inner_banner_sec .banner_content p {
  font-size: 18px;
  line-height: 1.666666666666667;
  max-width: 470px;
}
.inner_banner_sec .banner_content h1::after {
  display: none;
}
.inner_banner_sec .banner_content_wrap {
  height: 519px;
}
.banner_down_arrow {
  background: url(../images/banner_down_arrow.svg) no-repeat center center;
  background-size: 100%;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 50px;
  height: 30px;
  margin: 0 auto;
  /* -moz-animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite; */
  z-index: 9;
}

/* @keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
} */



/* Video Content Module Section Starts Here
=============================================== */
.video_content_module_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video_content_module {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 110px;
}
.module_content_inner {
  max-width: 593px;
  padding-right: 110px;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.module_content_inner .module_col {
  display: none;
}
.module_content_inner .video_wrap {
  display: none;
}
.module_content_inner .primary_btn {
  margin-top: 22px;
}
.video_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  height: 705px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.video_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-left: 72px solid #ffffff;
  border-bottom: 47px solid transparent;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}


/* Content With Links Module Section Starts Here
=============================================== */
.content_with_links_module_sec {
  background: #F4F4F4;
  padding: 140px 0 110px;
}
.module_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.module_col figure img {
  display: block;
  width: 100%;
}
.module_links {
  list-style: none;
  padding: 0 0 0 59px;
  margin: 0;
}
.module_links li {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: block;
}
.module_links li:last-child {
  margin-bottom: none;
}
.module_links li a {
  display: block;
  background: #ffffff;
  padding: 64px 110px 24px 92px;
}
.module_links li a {
  text-decoration: none;
  color: #1C1A32;
  position: relative;
  display: block;
}
.module_links li a::after {
  content: "";
  background: url(../images/links_arrow.svg) no-repeat center center;
  width: 61px;
  height: 20px;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 36px;
  bottom: 27px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.module_links li a h3 {
  font-size: 18px;
  line-height: 1.388888888888889;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.module_links li a:hover:after, .module_links li a:focus:after {
  right: 25px;
}
.module_links li a figure {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 63px;
  max-height: 65px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  opacity: 0.3;
}
.module_links li a figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
}


/* Content With Links Module Section Starts Here
=============================================== */
.img_content_slider_module_sec {
  padding: 127px 0 115px;
}
.img_content_slider_module_sec h2 {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 41px;
}
.img_content_slider_module_sec h2::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.img_content_slider {
  text-align: center;
}
.img_content_slider_inner figure {
  width: 77px;
  height: 77px;
  background: #1C1A32;
  display: block;
  margin: 0 auto 26px;
  line-height: 77px;
  text-align: center;
}
.img_content_slider_inner figure img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  line-height: 77px;
  vertical-align: middle;
}
.img_content_slider_inner h3 {
  line-height: 1.136363636363636;
  font-size: 22px;
}
.no_icon_full_img .img_content_slider_inner figure {
  height: auto;
  line-height: 1;
  width: 100%;
}
.no_icon_full_img .img_content_slider_inner figure img {
  max-width: 100%;
  max-height: 100%;
  line-height: 1;
  width: 100%;
}
.img_content_slider_inner {
  max-width: 260px;
  margin: 0 auto;
}
.no_icon_full_img .img_content_slider_inner {
  max-width: 100%;
  padding: 0 20px;
}
.no_icon_full_img .img_content_slider_inner p {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.img_content_slider_inner h4 {
  font-size: 22px;
  line-height: 1.136363636363636;
  margin: 0 0 12px;
  color: #1E1933;
  font-weight: 600;
}
.slick-arrow {
  background: url(../images/slider-arrow.svg) no-repeat center center;
  display: block;
  width: 22px;
  height: 36px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
}
.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.5;
}
.no_icon_full_img .img_content_slider {
  padding: 0 16px;
}
.no_icon_full_img .img_content_slider .slick-arrow {
  left: -51px;
  top: 30%;
}
.no_icon_full_img .img_content_slider .slick-arrow.slick-next {
  left: auto;
  right: -51px;
}



/* Resource Home Blog Module Section Starts Here
=============================================== */
.resource_blog_module_sec {
  padding: 85px 0 33px;
  position: relative;
  background: #F4F4F4;
}
.resource_blog_module_sec::before {
  content: "";
  background: url(../images/resouces_bg_logo.svg) no-repeat center center;
  width: 276px;
  height: 317px;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 140px;
}
.modules_content {
  text-align: center;
  max-width: 680px;
  display: block;
  margin: 0 auto;
}
.modules_content h2 {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.resource_blog_module_sec .modules_content h2 {
  font-size: 35px;
  line-height: 1.285714285714286;
}
.modules_content h2::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.resource_blog_module_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -26px;
}
.resource_blog_module_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 26px;
  margin-bottom: 52px;
}
.resource_blog_module_content {
  display: block;
  height: 402px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.resource_blog_module_content > h3 {
  background: rgba(68,63,81,0.38);
  padding: 27px 100px 29px 42px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  line-height: 1.727272727272727;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.resource_blog_module_content:after {
  content: "";
  background: url(../images/link_arrow_white.svg) no-repeat center center;
  width: 57px;
  height: 20px;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 40px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  z-index: 1;
}
.resource_blog_module_content_overlay {
  background: rgba(68,63,81,0.38);
  padding: 47px 100px 29px 42px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
}
.resource_blog_module_content_overlay h3 {
  font-size: 22px;
  line-height: 1.727272727272727;
  color: #ffffff;
  text-decoration: none;
  margin: 0 0 11px;
}
.resource_blog_module_content_overlay p {
  font-size: 15px;
  line-height: 1.466666666666667;
  color: #ffffff;
}
.resource_blog_module_content:hover .resource_blog_module_content_overlay {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
}
.resource_blog_module_content:hover > h3 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
}
.resource_blog_module_content:hover {
  box-shadow: 0px 0px 80px rgba(30, 25, 51, 0.05);
}
.resource_blog_module_content:hover::after {
  right: 20px;
}


/* Our Customer Module Section Starts Here
=============================================== */
.our_customers_module_sec {
  padding: 134px 0;
  position: relative;
}
.our_customers_module_sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.our_customers_module_sec .modules_content {
  padding-bottom: 0;
}
.our_customers_module_sec .modules_content h2 {
  margin-bottom: 55px;
  padding-bottom: 45px;
}
.our_customers_module_content {
  background: #F4F4F4;
  padding: 60px 81px 45px;
}
.our_customers_module_content figure {
  width: 154px;
  height: 154px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
}
.our_customers_module_content_inner {
  vertical-align: middle;
  width: calc(100% - 160px);
  display: inline-block;
  padding-left: 55px;
}
.our_customers_module_content_inner h3 {
  margin: 0 0 1px;
  font-size: 22px;
  line-height: 1.136363636363636;
  color: #1C1A32;
}
.our_customers_module_content_inner h4 {
  font-size: 14px;
  line-height: 1.785714285714286;
  margin: 0 0 15px;
  font-weight: 400;
}
.our_customers_module_slider {
  max-width: 934px;
  margin: 0 auto;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  padding: 0;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: none;
  background: rgba(158,104,55,0.15);
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
  background: rgba(158,104,55,1);
}
.our_customers_module_slider .slick-arrow {
  left: -134px;
  transform: translateY(-145%);
  -webkit-transform: translateY(-145%);
  -ms-transform: translateY(-145%);
  -o-transform: translateY(-145%);
  -moz-transform: translateY(-145%);
}
.our_customers_module_slider .slick-arrow.slick-next {
  left: auto;
  right: -134px;
  transform: rotate(180deg) translateY(145%);
  -webkit-transform: rotate(180deg) translateY(145%);
  -ms-transform: rotate(180deg) translateY(145%);
  -o-transform: rotate(180deg) translateY(145%);
  -moz-transform: rotate(180deg) translateY(145%);
}
.our_customers_invert_module_sec {
  background-color: #F4F4F4;
}
.our_customers_invert_module_sec .our_customers_module_content {
  background: #ffffff;
}
.our_customers_module_slider_list {
  max-width: 934px;
  margin: 0 auto;
}
.our_customers_module_slider_list > div {
  margin-bottom: 38px;
}
.our_customers_module_remove_slider {
  padding: 121px 0 10px;
}


/* Footer Banner Module Section Starts Here
=============================================== */
.footer_banner_module_sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 80px 0;
  position: relative;
  z-index: 1;
}
.footer_banner_module_sec::before {
  content: "";
  background: url(../images/foo_banner_logo.svg) no-repeat center center;
  background-size: 100%;
  display: block;
  width: 513px;
  height: 317px;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.footer_banner_content {
  text-align: center;
  color: #ffffff;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer_banner_content h2 {
  color: #ffffff;
  margin-bottom: 22px;
}
.footer_banner_content p {
  font-size: 18px;
  line-height: 1.777777777777778;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 29px;
}
.footer_banner_content h2::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.footerbanner_inner_sec {
  padding: 143px 0;
}
.footerbanner_inner_sec .footer_banner_module_sec .container {
  padding: 0;
}
.footerbanner_inner_sec .footer_banner_module_sec {
  padding: 105px 0 74px;
}
.footerbanner_inner_sec .footer_banner_module_sec::before {
  display: none;
}
.footerbanner_inner_sec .footer_banner_content h2 {
  padding: 0;
  margin: 0 0 18px;
  font-size: 35px;
  line-height: 1.285714285714286;
}
.footerbanner_inner_sec .footer_banner_content p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
}
.footerbanner_inner_sec .footer_banner_content .primary_btn {
  min-width: 183px;
  padding: 13px 15px 12px;
  font-size: 16px;
  line-height: 1.2;
}
.footerbanner_inner_sec .footer_banner_content h2::before {
  display: none;
}
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  display: block;
  z-index: 999999;
}
.preloader img {
  display: block;
  width: 150px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}


/* Footer Section Starts Here
=============================================== */
#footer {
  background: #1C1A32;
  padding: 100px 0 0;
}
#footer .container {
  max-width: 1400px;
}
.foo_logo {
  max-width: 303px;
  display: block;
  width: 100%;
  margin-bottom: 36px;
}
.foo_logo img {
  display: block;
  width: 100%;
}
.foo_content {
  width: 360px;
  float: left;
  padding-right: 50px;
  color: #ffffff;
}
.foo_content p {
  margin: 0 0 8px;
}
.foo_content a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.foo_content a:hover, .foo_content a:focus {
  text-decoration: underline;
}
.foo_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 615px);
  float: left;
}
.foo_menu > li {
  width: calc(35.4% - 50px);
  float: left;
  list-style: none;
  padding: 0 15px 0 0;
  margin: 0;
}
.foo_menu > li:last-child {
  width: 100px;
  padding-right: 0;
}
.foo_menu > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.388888888888889;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Gotham Medium', sans-serif;
  margin-bottom: 24px;
}
.foo_menu > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.foo_menu > li ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: block;
}
.foo_menu > li ul li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  line-height: 2;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.foo_menu > li ul li a:hover, .foo_menu > li ul li a:focus {
  opacity: 0.6;
}
.social_icons {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.social_icons li {
  list-style: none;
  padding: 0;
  margin: 0 9px 0 0;
  display: inline-block;
}
.social_icons li a {
  display: block;
  width: 26px;
  height: 26px;
  border: solid 1px #ffffff;
  background: #ffffff;
  border-radius: 100%;
  color: #1C1A32;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  box-sizing: border-box;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.social_icons li a:hover, .social_icons li a:focus {
  background: transparent;
  color: #ffffff;
}
.copyright_text {
  width: 360px;
  float: left;
  padding-right: 50px;
  color: #ffffff;
}
.foo_bottom_links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 578px;
  float: right;
  text-align: right;
}
.foo_bottom_links li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 39px;
  display: inline-block;
}
.foo_bottom_links li:first-child {
  margin-left: 0;
}
.foo_bottom_links li a {
  display: block;
  font-size: 14px;
  line-height: 1.214285714285714;
  color: #ffffff;
  opacity: 0.55;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  text-decoration: underline;
}
.foo_bottom_links li a:hover, .foo_bottom_links li a:focus {
  opacity: 1;
}
.copyrught-links-text {
  margin-top: 60px;
  padding-bottom: 23px;
}
.copyright_text p {
  font-size: 14px;
  line-height: 1.214285714285714;
  color: #ffffff;
  opacity: 0.55;
}
.copyright_text p a {
  color: #ffffff;
  opacity: 0.55;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.copyright_text p a:hover, .copyright_text p a:focus {
  opacity: 0.55;
}
.foo_right_content {
  width: 185px;
  float: right;
}
.foo_right_content h5 {
  display: block;
  font-size: 18px;
  line-height: 1.388888888888889;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Gotham Medium', sans-serif;
  margin-bottom: 35px;
}
.foo_right_content p {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.55;
}
.foo_right_content a {
  display: block;
  margin: 0 0 15px;
}
.foo_right_content a img {
  display: block;
  width: 100%;
}
.foo_right_content em {
  color: #ffffff;
  font-family:'Gotham Book', sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.214285714285714;
}


/* Key Client Module Section Starts Here
=============================================== */
.key_clients_module_sec {
  padding: 125px 0;
}
.key_clients_module_sec .modules_content h2 {
  font-size: 35px;
}
.key_clients_module_slider {
  padding: 0 30px;
}
.key_clients_module_slider figure {
  text-align: center;
  /* opacity: 0.15; */
}
.key_clients_module_slider figure img {
  display: inline-block;
}
.key_clients_module_slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.key_clients_module_slider .slick-arrow {
  left: -25px;
}
.key_clients_module_slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}



/* Simple Image Content Module Section Starts Here
=============================================== */
.simple_image_content_module_sec {
  padding: 142px 0;
}
.simple_image_content_module_sec + .simple_image_content_module_sec {
  padding-top: 0;
}
.simple_image_content_module_inner {
  padding-right: 110px;
}
.simple_image_content_module_inner h2 {
  padding-bottom: 25px;
  margin-bottom: 26px;
  max-width: 360px;
}
.simple_image_content_module_inner p {
  margin-bottom: 18px;
  padding-right: 20px;
}
.simple_image_content_module_inner .primary_btn {
  margin-top: 20px;
}
.simple_image_content_module_inner ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
.simple_image_content_module_inner .custom_link {
  margin-top: 4px;
}
.simple_image_content_module_inner .custom_link.custom_url::after {
  content: "";
  background: url(../images/link-right-arrow.svg) no-repeat center center;
  width: 7px;
  height: 13px;
  background-size: 100%;
  color: #9E6837;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  right: 0;
}
.simple_image_content_module_inner .custom_link.custom_url:hover::after, .simple_image_content_module_inner .custom_link.custom_url:focus:after {
  margin-left: 10px;
}
.custom_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5625;
  color: #1C1A32;
  font-family: 'Gotham Medium', sans-serif;
  text-decoration: none;
  position: relative;
}
.custom_link::after {
  content: "+";
  display: inline-block;
  color: #9e6839;
  margin-left: 5px;
}
.click_content_show {
  display: none;
}
.content_open_click.active::after {
  content: "-";
}

.simple_image_content_reverse_module_sec .module_col_wrap .module_col {
  order: 2;
}
.simple_image_content_reverse_module_sec .module_col_wrap .module_col:nth-child(2) {
  order: 1;
}
.simple_image_content_reverse_module_sec .simple_image_content_module_inner {
  padding-left: 110px;
  padding-right: 0;
}
.simple_image_content_module_slider {
  padding: 0 16px;
}
.simple_image_content_module_slider .slick-arrow {
  left: -51px;
  margin-top: -50px;
}
.simple_image_content_module_slider .slick-arrow.slick-next {
  left: auto;
  right: -51px;
}
.simple_image_content_module_inner .video_wrap {
  display: none;
}


/* Differces Block Module Section Starts Here
=============================================== */
.differences_block_module_sec {
  background: #F4F4F4;
  padding: 134px 0 103px;
}
.differences_block_module_sec .modules_content {
  max-width: 630px;
}
.differences_block_module_list {
    list-style: none;
    padding: 0;
    margin: 0 -21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.differences_block_module_list li {
    list-style: none;
    padding: 46px 61px 9px 61px;
    margin: 0 0 39px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.differences_block_module_list li::before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 21px;
  right: 21px;
  top: 0;
  display: block;
  z-index: 0;
}
.differences_block_module_list li > * {
  position: relative;
  z-index: 1;
}
.differences_block_module_list li figure {
  width: 89px;
  height: 89px;
  background: #1C1A32;
  display: inline-block;
  margin: 0 auto 26px;
  line-height: 89px;
  text-align: center;
  vertical-align: top;
}
.differences_block_module_list li figure img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  line-height: 89px;
  vertical-align: middle;
}
.differences_block_module_content {
  width: calc(100% - 94px);
  vertical-align: top;
  display: inline-block;
  padding-left: 34px;
  position: relative;
  top: -10px;
}
.differences_block_module_content h4 {
  margin-bottom: 14px;
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.differences_block_invert_module_sec {
  background: #ffffff;
}
.differences_block_invert_module_sec .differences_block_module_list li::before {
  background: #F4F4F4;
}
.differences_block_module_sec .text-center {
  margin-top: 31px;
}
.differences_block_module_content_mobile {
  display: none;
}


/* Icon Content Module Section Starts Here
=============================================== */
.icon_content_module_sec {
  padding: 133px 0 190px;
}
.icon_content_module_sec .modules_content {
  max-width: 700px;
}
.icon_content_module_sec .modules_content h2 {
  font-size: 35px;
  line-height: 1.285714285714286;
}
.icon_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1130px;
}
.icon_content_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 58px;
}
.icon_content {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}
.icon_content figure {
  width: 77px;
  height: 77px;
  background: #1C1A32;
  display: block;
  margin: 0 auto 26px;
  line-height: 77px;
  text-align: center;
}
.icon_content figure img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  line-height: 77px;
  vertical-align: middle;
}
.icon_content h4 {
  margin-bottom: 14px;
}


/* Meet Our Team Module Section Starts Here
=============================================== */
.meet_our_team_sec {
  padding: 140px 0;
  background: #F4F4F4;
  overflow: hidden;
}
.meet_our_team_slider {
  padding: 0;
  max-width: 595px;
  display: inline-block;
  vertical-align: middle;
}
.meet_our_team_slider::before {
  content: "";
  background: #F4F4F4;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -500%;
  width: 500%;
  z-index: 1;
}
.meet_our_team_slider .slick-list {
  overflow: inherit;
}
.meet_our_team_title {
  width: 30.5%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.meet_our_team_title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.meet_our_team_title h2::before {
  display: none;
}
.meet_our_team_content {
  padding: 0 15px;
}
.meet_our_team_content figure {
  padding-bottom: 109%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 19px;
}
.meet_our_team_content h4 {
  letter-spacing: -0.7px;
  font-size: 21px;
  line-height: 1.19047619047619;
  margin-bottom: 2px;
}
.meet_our_team_content p {
  font-size: 14px;
  line-height: 1.785714285714286;
  color: #1C1A32;
}
.news__arrows_2 {
  position: relative;
  width: 73px;
  height: 29px;
  margin-top: 37px;
}
.carousel-nav.slick-arrow{
  background-image: url(../images/meet-our-team-slider-arrow.svg);
  width: 14px;
  height: 27px;
}
.slick-arrow.carousel-prev {
  transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
}
.slick-arrow.carousel-next {
  left: auto;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.mobile_visible {
  display: none;
}


/* Portfolio Module Section Starts Here
=============================================== */
.key_clients_module_sec + .portfolio_filter_module_sec {
  margin-top: -40px;
}
.portfolio-categories-list {
  margin-bottom: 90px;
  margin-top: 90px;
}
.portfolio-cat-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 764px;
}
.portfolio-cat-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 6px 4px;
}
.portfolio-cat-list li a {
  display: block;
  font-size: 18px;
  line-height: 1.166666666666667;
  color: #1C1A32;
  font-family: 'Gotham Medium', sans-serif;
  text-decoration: none;
  position: relative;
  border: solid 2px #1C1A32;
  padding: 10px 20px 10px 19px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.portfolio-cat-list li a.active {
  background: #1C1A32;
  color: #ffffff;
}
.portfolio-cat-list li a::before {
  content: "+";
    display: inline-block;
    color: #9e6839;
    margin-right: 5px;
}
.project-tiles-portfolio {
  list-style: none;
  padding: 0 0 16px;
  margin: 0 -27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-tiles-portfolio > li {
  list-style: none;
  padding: 0 27px;
  margin: 0 0 53px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
.no-posts {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 27px;
  text-align: center;
}
.type-portfolio {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.type-portfolio::before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.5) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.type-portfolio .entry-content {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  padding: 44px 53px;
  color: #ffffff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.type-portfolio .entry-content h2 {
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 1.40625;
}
.type-portfolio .entry-content h2::before {
  display: none;
}
.type-portfolio .entry-content ul {
  margin-bottom: 19px;
}
.type-portfolio .entry-content p {
  margin-bottom: 17px;
}
.title-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 47px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.title-link h2 {
  color: #ffffff;
  padding: 0;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.40625;
}
.title-link h2::before {
  display: none;
}
.title-link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5625;
  font-family: 'Gotham Book', sans-serif;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.title-link a:hover, .title-link a:focus {
  opacity: 0.7;
}
.close_overlay {
  background: url(../images/close_icon_white.svg) no-repeat center center;
  width: 22px;
  height: 22px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 28px;
  right: 25px;
  font-size: 0;
  line-height: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.close_overlay:hover, .close_overlay:focus {
  opacity: 0.7;
}
.type-portfolio.active_overlay .entry-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
}
.type-portfolio.active_overlay .title-link {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
}
#more_posts {
  width: 250px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #1C1A32;
  color: #ffffff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Book', sans-serif;
  text-decoration: none;
  border: solid 2px #1C1A32;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
#more_posts:hover, #more_posts:focus {
  background: #ffffff;
  color: #1C1A32;
}


/* Image Content Grid Module Section Starts Here
=============================================== */
.img_content_grid_module_sec .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.img_content_grid_module_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img_content_grid_module_list > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.img_content_grid_module_list figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.img_content_grid_module_list figure span {
  max-width: 400px;
  max-height: 219px;
  line-height: 309px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  height: 100%;
}
.img_content_grid_module_list figure span img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.img_content_grid_module_list:nth-child(2n+2) .img_content_grid_module_content {
  order: 1;
}
.img_content_grid_module_list:nth-child(2n+2) figure {
  order: 2;
}
.img_content_grid_module_content {
  background: #F4F4F4;
  padding: 92px 50px 90px;
}
.img_content_grid_module_content_inner {
  max-width: 500px;
  margin: 0 auto;
}
.img_content_grid_module_content_inner h3 {
  margin-bottom: 24px;
  color: #1C1A32;
}
.img_content_grid_module_content_inner p {
  margin-bottom: 25px;
  color: #1C1A32;
}
.img_content_grid_module_content_inner a {
  font-size: 16px;
  color: #1C1A32;
  line-height: 1.5625;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Medium', sans-serif;
}
.img_content_grid_module_content_inner a::after {
  content: "";
  background: url(../images/link-right-arrow.svg) no-repeat center center;
  width: 7px;
  height: 13px;
  background-size: 100%;
  color: #9E6837;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  right: 0;
}
.img_content_grid_module_content_inner a:hover, .img_content_grid_module_content_inner a:focus {
  color: #9E6837;
}
.img_content_grid_module_content_inner a:hover::after, .img_content_grid_module_content_inner a:focus::after {
  margin-left: 10px;
}


/* Subscribe Banner Module Section Starts Here
=============================================== */
.subscribe_banner_module_sec {
  padding: 143px 0;
}
.subscribe_banner_module_inner {
  padding: 100px 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.subscribe_banner_module_inner #mc_embed_shell {
    padding: 0;
}
#mc_embed_signup_cont h3 {
    color: #fff;
}
.subscribe_banner_module_inner::before, .subscribe_banner_module_inner::after {
  content: "";
  display: table;
  clear: both;
}
.subscribe_banner_content {
  float: left;
  width: 46.6%;
}
.subscibe_footer_form {
  width: 53.4%;
  float: right;
  padding-right: 210px;
  position: relative;
  margin-top: 43px;
}
.subscibe_footer_form .wpcf7 form.sent .wpcf7-response-output {
  margin: -20px 0 0;
}
.subscribe_banner_content {
  color: #ffffff;
  padding-right: 30px;
}
.subscribe_banner_content h3 {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.285714285714286;
  padding-right: 110px;
  margin-bottom: 9px;
}
.subscribe_banner_content p {
  font-size: 16px;
  line-height: 2;
}
.subscibe_footer_form input[type="email"], .subscibe_footer_form input[type="text"] {
  height: 54px;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #ffffff;
  padding: 0 0;
  border: none;
  border-bottom: solid 2px #ffffff;
  font-size: 16px;
  line-height: 2;
  font-family: 'Gotham Book', sans-serif;
  width: 100%;
  height: 48px;
}
.subscibe_footer_form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Gotham Book', sans-serif;
}
.subscibe_footer_form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Gotham Book', sans-serif;
}
.subscibe_footer_form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Gotham Book', sans-serif;
}
.subscibe_footer_form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Gotham Book', sans-serif;
}
.subscibe_footer_form input[type="submit"] {
  width: 183px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1C1A32;
  color: #ffffff;
  padding: 3px ​15px 5px 15p;
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Medium', sans-serif;
  text-decoration: none;
  border: solid 2px #1C1A32;
  border-radius: 0;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  margin: 0;
}
.subscibe_footer_form input[type="submit"]:hover, .subscibe_footer_form input[type="submit"]:focus {
  background: #ffffff;
  color: #1C1A32;
}
.wpcf7-form-control-wrap {
  position: inherit;
  display: block;
}
.form_with_textbox .wpcf7-form-control-wrap {
   padding-top: 10px;
}
.priority_forms_wrap .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.priority_forms_wrap label {
  font-size: 18px;
  line-height: 1.555555555555556;
  color: #1E1933;
}
.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.priority_forms_sec .wpcf7-radio .wpcf7-list-item {
  padding-left: 20px;
  position: relative;
}
.priority_forms_sec .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 6px;
}
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
  padding-left: 29px;
  color: #1E1933;
}
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
  content: "";
  border: 1.5px solid #1E1933;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
}
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::after {
  content: "";
  background: #1E1933;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  box-sizing: border-box;
  opacity: 0;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.priority_forms_wrap .wpcf7-form-control-wrap.PaymentMethod .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.priority_forms_wrap .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
}
.priority_forms_wrap .wpcf7-form-control-wrap input[type="radio"] {
  vertical-align: middle;
  margin-right: 10px;
}
.priority_forms_wrap .wpcf7-form-control-wrap .wpcf7-list-item:first-child {
  margin-left: 0;
}
.priority_forms_wrap input[type="text"], .priority_forms_wrap input[type="email"], .priority_forms_wrap input[type="url"], .priority_forms_wrap input[type="password"], .priority_forms_wrap input[type="search"], .priority_forms_wrap input[type="number"], .priority_forms_wrap input[type="tel"], .priority_forms_wrap input[type="range"], .priority_forms_wrap input[type="date"], .priority_forms_wrap input[type="month"], .priority_forms_wrap input[type="week"], .priority_forms_wrap input[type="time"], .priority_forms_wrap input[type="datetime"], .priority_forms_wrap input[type="datetime-local"], .priority_forms_wrap input[type="color"], .priority_forms_wrap textarea {
  height: 50px;
  font-size: 18px;
  line-height: 1.555555555555556;
  color: #1E1933;
  font-weight: 600;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/* Frequently Asked Que Module Section Starts Here
=============================================== */
.frequently_asked_quem_module_sec {
  padding: 134px 0;
}
.frequently_asked_quem_module_sec .container {
  max-width: 1080px;
}
.frequently_asked_quem_module_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -43px;
  margin-left: -43px;
  padding-bottom: 30px;
}
.frequently_asked_quem_module_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 43px;
}
.accordion-content {
  display: none;
  padding: 15px;
  /*border-top: solid 2px rgba(28, 26, 50, 0.2);*/
}
.accordion-content p {
  font-size: 14px;
}
.accordion-content p a {
  color: #1C1A32;
  font-weight: 700;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.accordion-content p a:hover, .accordion-content p a:focus {
  color: #9E6837;
}
.accordion-content ul {
  /* font-size: 14px; */
  list-style: disc;
  margin-left: 30px;
}
.accordion-content ul li {
  margin-bottom: 5px;
}
.accordion-content ol {
  /* font-size: 14px; */
  margin-left: 30px;
}
.accordion-content ol li {
  margin-bottom: 5px;
}
.accordion {
  list-style: none;
  padding: 0;
  margin: 0 -43px;
}
.accordion::before, .accordion::after {
  content: "";
  display: table;
  clear: both;
}
.accordion > li {
  list-style: none;
  padding: 0;
  margin: 0 86px 42px 0;
  border-bottom: solid 2px rgba(28, 26, 50, 0.2);
  width: calc(50% - 43px);
  float: left;
}
.accordion > li:nth-child(2n+2) {
  margin-right: 0;
}
.accordion-title {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.5px;
  color: #1C1A32;
  text-decoration: none;
  padding: 13px 26px 13px 0;
  position: relative;
}
.accordion-title::after {
  content: "";
  background: url(../images/slider-arrow.svg) no-repeat center center;
  background-size: 100%;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 7px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.accordion-title.active::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.have_more_que_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.388888888888889;
}
.have_more_que_text a {
  display: inline-block;
  font-weight: 600;
  border-bottom: solid 2px #1C1A32;
  text-decoration: none;
  color: #1C1A32;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.have_more_que_text a:hover, .have_more_que_text a:focus {
  color: #9e6839;
  border-bottom-color: #9e6839;
}
.frequently_asked_quem_single_col_module_sec {
  padding: 104px 0 73px;
}
.frequently_asked_quem_single_col_module_sec .container {
  max-width: 928px;
}
.frequently_asked_quem_single_col_module_sec .frequently_asked_quem_module_list {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.frequently_asked_quem_single_col_module_sec .accordion-title {
  font-size: 18px;
  line-height: 1.555555555555556;
  letter-spacing: -0.5px;
  color: #1C1A32;
  font-weight: 500;
  padding: 25px 30px 25px 0;
}
.frequently_asked_quem_single_col_module_sec .accordion-title.active {
  padding-bottom: 19px;
}
.frequently_asked_quem_single_col_module_sec .accordion-title::after {
  right: 5px;
  top: 30px;
}
.frequently_asked_quem_single_col_module_sec .accordion > li {
  margin-bottom: 4px;
}
.frequently_asked_quem_single_col_module_sec .modules_content {
  padding-bottom: 15px;
}
.frequently_asked_quem_single_col_module_sec .modules_content h2 {
  margin-bottom: 24px;
  padding-bottom: 42px
}
.frequently_asked_quem_single_col_module_sec .accordion-content {
  padding: 0 0 15px;
  border-top: none;
}
.frequently_asked_quem_single_col_module_sec .accordion-content p {
  font-size: 16px;
  line-height: 1.75;
}
.frequently_asked_quem_module_sec + .subscribe_banner_module_sec {
  padding-top: 50px;
}
.frequently_asked_quem_module_sec + .careers_form_module_sec {
  padding-top: 0;
}


/* Action Plan Module Section Starts Here
=============================================== */
.action_plan_module_sec {
  padding: 110px 0;
}
.action_plan_module_content {
  width: calc(48% - 3px);
  display: inline-block;
  vertical-align: middle;
}
.action_plan_module_content h2 {
  max-width: 370px;
}
.action_plan_module_content p {
  margin-bottom: 17px;
}
.action_plan_module_content .primary_btn {
  margin-top: 21px;
}
.action_plan_module_tabs_wrap {
  width: calc(52% - 2px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 210px;
}
.action_plan_module_tabs_wrap .accordion {
  position: relative;
  margin: 0 !important;
}
.action_plan_module_tabs_wrap .accordion::before {
  content: "";
  width: 3px;
  background: #9E6837;
  display: block;
  position: absolute;
  top: 50px;
  left: -45px;
  bottom: 50px;
}
.action_plan_module_tabs_wrap .accordion li {
  border: none;
  margin: 0 0;
  padding: 35px 0;
  width: 100% !important;
  float: none !important;
}
.action_plan_module_tabs_wrap .accordion-title {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.76px;
  line-height: 1.666666666666667;
  color: rgba(28, 26, 50, 0.4);
  font-weight: 500;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Book', sans-serif;
  display: inline-block;
  font-weight: 600;
  max-width: 260px;
}
.action_plan_module_tabs_wrap .accordion-title::after {
  content: "";
  width: 34px;
  height: 34px;
  background: #ffffff;
  border: solid 3px #9e6837;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: -61px;
  box-sizing: border-box;
}
.action_plan_module_tabs_wrap .accordion-title::before {
  content: "";
  width: 34px;
  height: 34px;
  background: #9e6837;
  border: solid 3px #9e6837;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: -61px;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
}
.action_plan_module_tabs_wrap .accordion-title.active {
  color: rgba(28, 26, 50, 1);
  font-size: 23px;
}
.action_plan_module_tabs_wrap .accordion-title.active::before {
  opacity: 1;
}
.action_plan_module_tabs_wrap .accordion-content {
  padding: 11px 49px 0 0;
  border: none;
}
.action_plan_module_tabs_wrap .accordion-content p {
  font-family: 'Gotham Book', sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.6;
}

.action_plan_invert_module_sec {
  background: #F4F4F4;
}



/* Meet Our Team Module Section Starts Here
=============================================== */
.our_team_module_sec {
  padding: 128px 0 150px;
}
.our-team-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
/* old 3 column
.our-team-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 12px;
  margin-top: 23px;
  position: relative;
}
*/
/* new 4 column */
.our-team-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
  margin-top: 23px;
  position: relative;
}
.our-team-list::before {
  content: "";
  background: #F4F4F4;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 12px;
  right: 12px;
  display: block;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.our-team-list.active::before {
  bottom: -25px;
}
.our-team-box {
  position: relative;
  height: 100%;
}
/* .our-team-box::after {
  content: "";
  background: #F4F4F4;
  position: absolute;
  bottom: -23px;
  display: block;
  left: 0;
  right: 0;
  height: 23px;
  opacity: 0;
} */
.our-team-box.active::after {
  opacity: 1;
}
.our-team-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 97%;
  display: block;
}
.our-team-content {
  background: #F4F4F4;
  padding: 25px 27px 50px;
}
.our-team-content a.read-more-bio {
  position: absolute;
  left: 0;
  bottom: 25px;
  margin: 0 27px 0;
}
.our-team-content h3 {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin: -1px 0 3px 0;
}
.our-team-content p {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}
.read-more-bio {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  border-bottom: solid 2px #000000;
  position: relative;
  font-weight: 500;
}
.read-more-bio::after {
  content: "+";
  position: absolute;
  right: -15px;
  top: 2px;
  display: block;
  color: #9e6839;
}
.read-more-bio.read-less::after {
  content: "-";
}
.team-social-link {
  position: absolute;
  bottom: 13px;
  right: 26px;
}
.team-social-link svg {
  width: 31px;
  height: 31px;
}
.team-social-link svg path {
  fill: #000000;
}
.team-social-link:hover svg path {
  fill: #9E6837;
}
.team-intro.mobile {
  display: none;
}
.team-intro-wrap {
  background: #F4F4F4;
  padding: 42px 49px 20px 42px;
  margin: 25px 12px 0;
}
.team-intro-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.team-intro-wrap figure {
  width: 328px;
  display: block;
  float: right;
  padding: 27px;
}
.team-intro-wrap figure img {
  display: block;
  width: 100%;
}
.team-intro-content {
  width: calc(100% - 328px);
  float: left;
  padding-right: 40px;
}
.team-intro-content.full-width-intro {
  width: 100% !important;
  float: none !important;
  padding-right: 0 !important;
}
.our_team_module_sec .text-center {
  padding-top: 60px;
}



/* Careers Form Module Section Starts Here
=============================================== */
.careers_form_module_sec {
  background: #F4F4F4;
  padding: 130px 0;
}
.contact-us .careers_form_module_sec {
  padding: 40px 0;
}
.careers_form_module_sec .modules_content {
  max-width: 600px;
}
.careers_form_module_sec .modules_content h2 {
  color: #1C1A32;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  height: 60px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  padding: 0 27px;
  font-family: 'Gotham Book', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.5);
  opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.5);
  opacity: 1;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.5);
  opacity: 1;
}
input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.5);
  opacity: 1;
}
.careers_form_module_sec .wpcf7-form .wpcf7-form-control-wrap {
  width: 50%;
  float: left;
  padding: 0 7px;
  margin-bottom: 15px;
}
.careers_form_module_sec .wpcf7-form .wpcf7-form-control-wrap:nth-child(2n+1) {
  clear: both;
}
.careers_form_module_sec .wpcf7-form p {
  margin: 0 -7px;
}
.careers_form_module_sec .wpcf7-form p::before,.careers_form_module_sec .wpcf7-form p::after {
  content: "";
  display: table;
  clear: both;
}
.careers_form_module_sec .wpcf7-form br {
  display: none;
}
.careers_form_module_sec .wpcf7-form-control-wrap.JobAreaofInterest {
  width: 100%;
  float: none;
  clear: both;
}
.careers_form_module_sec .wpcf7-form-control-wrap.Message {
  width: 100%;
  float: none;
  clear: both;
}
textarea {
  height: 137px;
  padding-top: 13px;
  padding-bottom: 13px;
  resize: none;
}
.careers_form_module_sec .wpcf7-form .file_upload_captcha .wpcf7-form-control-wrap {
  float: none;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.file_upload_captcha label {
  display: inline-block;
  vertical-align: top;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 18px;
  line-height: 1.555555555555556;
  color: #1C1A32;
}
input[type=file]::file-selector-button {
  width: 138px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  line-height: 1.1875;
  font-family: 'Gotham Book', sans-serif;
}
input[type="submit"] {
  background: #1C1A32;
  color: #ffffff;
  padding: 5px 15px;
  width: 250px;
  height: 60px;
  margin: -93px 10px 0 auto;
  display: block;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Medium', sans-serif;
  text-decoration: none;
  border: solid 2px #1C1A32;
  border-radius: 0;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #ffffff;
  color: #1C1A32;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1a6421;
  text-align: center;
  color: #1a6421;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 18px;
  line-height: 1.555555555555556;
}


.careers_form_invert_module_sec {
  background: #ffffff;
}
.careers_form_invert_module_sec input[type="submit"] {
  margin: 33px auto 0;
}
.careers_form_wrap .sbHolder {
  display: block;
  margin: 0;
}
.careers_form_wrap .wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
    margin: 0;
    color: #008000;
    border-color: #008000;
}
.careers_form_wrap .sbHolder .sbSelector {
  overflow: hidden;
  min-width: inherit;
  width: 100%;
  background: #ffffff;
  font-size: 20px;
  color: rgba(0,0,0,0.5);
  opacity: 1;
  font-family: 'Gotham Book', sans-serif;
  white-space: nowrap;
}
.careers_form_wrap .sbHolder .sbSelector a {
  color: rgba(0,0,0,0.5);
}
.careers_form_wrap .sbHolder .sbToggle {
  background-color: #FFFFFF;
  background-image: url(../images/dropdown-arrow-color.svg);
}
.careers_form_wrap .sbOptions {
  background: #ffffff;
  border: solid 2px #1C1A32;
}
.careers_form_wrap .sbOptions li {
  border-bottom-color: #1C1A32;
}
.careers_form_wrap .sbOptions li a {
  color: #1C1A32;
}
.careers_form_invert_module_sec input[type="text"], .careers_form_invert_module_sec input[type="email"], .careers_form_invert_module_sec input[type="url"], .careers_form_invert_module_sec input[type="password"], .careers_form_invert_module_sec input[type="search"], .careers_form_invert_module_sec input[type="number"], .careers_form_invert_module_sec input[type="tel"], .careers_form_invert_module_sec input[type="range"], .careers_form_invert_module_sec input[type="date"], .careers_form_invert_module_sec input[type="month"], .careers_form_invert_module_sec input[type="week"], .careers_form_invert_module_sec input[type="time"], .careers_form_invert_module_sec input[type="datetime"], .careers_form_invert_module_sec input[type="datetime-local"], .careers_form_invert_module_sec input[type="color"], .careers_form_invert_module_sec textarea {
  background: #F4F4F4;
}
.careers_form_invert_module_sec .careers_form_wrap .sbHolder .sbToggle {
  background-color: #F4F4F4;
}
.careers_form_invert_module_sec .careers_form_wrap .sbOptions {
  background: #F4F4F4;
}
.careers_form_invert_module_sec .careers_form_wrap .sbHolder .sbSelector {
  background: #F4F4F4;
}


/* Our Portfolio Module Section Starts Here
=============================================== */
.our_portfolio_module_sec {
  padding: 140px 0;
  overflow: hidden;
}
.our_portfolio_module_slider {
  margin-bottom: 71px;
  padding: 0 56px;
}
.our_portfolio_module_slider .slick-arrow {
  left: 50px;
}
.our_portfolio_module_slider .slick-arrow.slick-next {
  left: auto;
  right: 50px;
}
.our_portfolio_module_slider .slick-list {
  overflow: inherit !important;
}
.our_portfolio_module_content {
  margin: 0 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 467px;
  position: relative;
}
.our_portfolio_module_content_inner {
  position: absolute;
  bottom: 48px;
  left: 72px;
  max-width: 413px;
  color: #ffffff;
}
.our_portfolio_module_content_inner h3 {
  color: #ffffff;
  margin-bottom: 7px;
}


/* Netstrata Achievement Module Section Starts Here
=============================================== */
.netstrata_achievement_module_sec {
  padding: 140px 0;
}
.netstrata_achievement_module_wrap {
  background: #F4F4F4;
  padding: 136px 80px 141px 80px;
}
.netstrata_achievement_module_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.netstrata_achievement_module_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 48px;
}
.netstrata_achievement_module_list span.number {
  background: url(../images/round-arrow1.svg) no-repeat center center;
  background-size: 100%;
  width: 229px;
  height: 229px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 38px;
  text-align: center;
  line-height: 259px;
}
.netstrata_achievement_module_list:nth-child(2) span.number {
  background-image: url(../images/round-arrow2.svg);
}
.netstrata_achievement_module_list:nth-child(3) span.number {
  background-image: url(../images/round-arrow3.svg);
}
.netstrata_achievement_module_list span.number span {
  text-align: center;
  letter-spacing: -0.688889px;
  font-size: 66px;
  line-height: 0.9393939393939394;
  color: #1C1A32;
  font-family: 'Gotham Medium', sans-serif;
}
.netstrata_achievement_module_list p {
  font-size: 22px;
  line-height: 1.136363636363636;
  color: #1C1A32;
  text-align: center;
  letter-spacing: -0.844445px;
  font-family: 'Gotham Medium', sans-serif;
  max-width: 213px;
  display: block;
  margin: 0 auto;
}
.img_content_slider_module_sec + .netstrata_achievement_module_sec {
  padding-top: 0;
}



/* Key Stat Name Module Section Starts Here
=============================================== */
.key_stat_name_module_sec {
  padding: 53px 0;
}
.key_stat_name_module_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.key_stat_name_module_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  text-align: center;
}
.key_stat_name_module_list span {
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: -0.688889px;
  color: #1C1A32;
  display: block;
  font-family: 'Gotham Medium', sans-serif;
  margin-bottom: 3px;
}
.key_stat_name_module_list h4 {
  font-size: 22px;
  line-height: 1.136363636363636;
  margin-bottom: 0;
}


/* Middle Banner Module Section Starts Here
=============================================== */
.middle_banner_module_sec {
  padding: 95px 0 92px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.middle_banner_invert_module_sec .middle_banner_content {
  margin-left: auto;
}
.middle_banner_invert_module_sec {
  background-position: left center;
}
.middle_banner_content {
  max-width: 480px;
  display: block;
  color: #ffffff;
}
.middle_banner_content h2 {
  color: #ffffff;
  margin: 0 0 3px;
  padding: 0;
}
.middle_banner_content h2::before {
  display: none;
}
.middle_banner_content h4 {
  color: #ffffff;
  margin: 0 0 21px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5625;
}
.middle_banner_module_sec figure {
  display: none;
}


/* Strata Banner Module Section Starts Here
=============================================== */
.strata_banner_sec .banner_slider figure::before {
  width: 100%;
}
.strata_banner_sec .banner_content {
  margin: 0 auto;
  text-align: center;
  max-width: 637px;
  width: 100%;
  padding: 209px 0 50px 0;
}
.strata_banner_sec .banner_slider figure {
  height: 551px;
}
.strata_banner_sec .banner_content_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strata_banner_sec .banner_content h1 {
  font-size: 52px;
  line-height: 1.115384615384615;
}
.strata_banner_sec .banner_content h1:after {
  display: none;
}
.strata_banner_sec .banner_content .resource-search form > div {
  padding-right: 148px;
  position: relative;
}
.strata_banner_sec .banner_content .resource-search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 148px;
}
.strata_banner_sec .banner_content .resource-search input[type="submit"]:hover, .strata_banner_sec .banner_content .resource-search input[type="submit"]:focus {
  border-color: #ffffff;
}
.strata_banner_sec .banner_content .resource-search input[type="search"], .strata_banner_sec .banner_content .resource-search input[type="text"] {
  padding: 0 24px;
  font-size: 16px;
  font-family: 'Gotham Book', sans-serif;
}
.strata_banner_sec .banner_content .resource-search input[type="search"]:disabled, .strata_banner_sec .banner_content .resource-search input[type="text"]:disabled {
  background: #ffffff;
}


/* Resources Topics Module Section Starts Here
=============================================== */
.resources_topics_module_sec {
  background: #F4F4F4;
  padding: 110px 0;
}
.wideColumn {
  width: 65.8%;
  float: left;
}
.wideColumn h2 {
  padding-bottom: 0;
  margin-bottom: 36px;
}
.wideColumn h2::before {
  display: none;
}
.sidebar {
  width: 28.5%;
  float: right;
}
.resources_topics_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resources_topics_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-top: solid 2px rgba(0,0,0,0.2);
  padding: 48px 0 22px;
}
.resources_topics_list:nth-child(2n + 2) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 25px;
}
.resources_topics_list figure {
  width: 89px;
  height: 89px;
  background: #1C1A32;
  display: inline-block;
  margin: 0 auto 26px;
  line-height: 89px;
  text-align: center;
  vertical-align: top;
}
.resources_topics_list figure img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 56%;
  max-height: 56%;
  line-height: 89px;
  vertical-align: middle;
}
.resources_topics_content {
  width: calc(100% - 94px);
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
  margin-top: 1px;
}
.resources_topics_content h4 {
  margin-bottom: 14px;
}
.resources_topics_content h4 a {
  color: #1C1A32;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  text-decoration: none;
}
.resources_topics_content h4 a:hover, .resources_topics_content h4 a:focus {
  color: #9e6839;
}
.populor_articles_widget {
  background: #ffffff;
  padding: 43px 45px 29px;
}
.populor_articles_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.populor_articles_widget ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 21px;
}
.populor_articles_widget ul li a {
  display: inline-block;
  color: #1C1A32;
  font-size: 16px;
  line-height: 1.5625;
}
.populor_articles_widget h4 {
  letter-spacing: -0.844445px;
  color: #1C1A32;
  font-size: 22px;
  line-height: 1.136363636363636;
}
.populor_articles_widget ul li a:hover, .populor_articles_widget ul li a:focus {
  text-decoration: none;
}
.looking_for_contact_widget {
  background: #1C1A32;
  padding: 40px 45px 45px;
  color: #ffffff;
}
.looking_for_contact_widget h4 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.318181818181818;
  letter-spacing: -0.844445px;
  font-weight: 400;
  margin-bottom: 24px;
}
.looking_for_contact_widget p {
  margin-bottom: 30px;
}
.looking_for_contact_widget .primary_btn {
  min-width: 100%;
  width: 100%;
}

.wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  border-color: #ffffff;
  text-align: center;
  color: #ffffff;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 18px;
  line-height: 1.555555555555556;
  width: calc(100% + 197px);
}



/* Resources Topics Module Section Starts Here
=============================================== */
.news_blog_module_sec {
  background: #F4F4F4;
  padding: 101px 0;
}
.news_blog_module_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -27px;
  margin-left: -27px;
}
.news_blog_module_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 27px;
  margin-bottom: 51px;
}
.news_blog_img {
  padding-bottom: 53%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 23px;
}
.news_blog_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.news_blog_module_list h5 {
  display: block;
  font-size: 18px;
  line-height: 1.388888888888889;
  color: #9E6837;
  font-family: 'Gotham Medium', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news_blog_module_list h3 {
  font-size: 27px;
  line-height: 1.407407407407407;
  letter-spacing: -0.5px;
}
.news_blog_module_list h3 a {
  text-decoration: none;
  display: inline-block;
  color: #1C1A32;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.news_blog_module_list h3 a:hover, .news_blog_module_list h3 a:focus {
  color: #9e6837;
}
.news_blog_category_sec {
  padding: 80px 0;
}
.tag-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.tag-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 6px 4px;
}
.tag-list li a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.166666666666667;
  color: #1C1A32;
  font-family: 'Gotham Medium', sans-serif;
  text-decoration: none;
  position: relative;
  border: solid 2px #1C1A32;
  padding: 10px 20px 10px 19px;
  min-width: 172px;
  text-align: center;
  box-sizing: border-box;
}
.tag-list li:first-child > a {
  min-width: 84px;
}
.tag-list li a::before {
  content: "+";
    display: inline-block;
    color: #9e6839;
    margin-right: 0;
}
.dropdwn-filters-blog {
  text-align: center;
  padding-bottom: 21px;
  position: relative;
  z-index: 9;
}
.sbHolder {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  text-align: left;
  position: relative;
}
.sbSelector {
  min-width: 407px;
  padding: 16px 30px;
  background: #1C1A32;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.555555555555556;
  cursor: pointer;
}
.sbSelector a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.sbToggle {
  background:#1C1A32 url(../images/select-arrow.svg) no-repeat center center;
  background-size: 20px;
  width: 80px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.sbOptions {
  position: absolute;
  left: 0;
  right: 0;
  background: #1C1A32;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.sbOptions li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 2px #ffffff;
}
.sbOptions li:last-child {
  border-bottom: none;
}
.sbOptions li a {
  display: block;
  padding: 16px 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.555555555555556;
  text-decoration: none;
  text-transform: capitalize;
}
.sbToggleOpen {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.news_blog_module_sec .content_module {
  margin: 20px 0 62px;
  text-align: center;
}
.news_blog_module_sec .content_module h2 {
  padding-bottom: 40px;
  margin-bottom: 26px;
}
.news_blog_module_sec .content_module h2::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.news_blog_module_sec .text-center {
  padding-top: 10px;
}


/* News Single Page Module Section Starts Here
=============================================== */
.article_banner_sec {
  background: #1C1A32;
  padding: 219px 0 0;
}
.article_cat_list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.388888888888889;
}
.article_cat_list li {
  list-style: none;
  padding: 0;
  margin: 0 13px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.article_cat_list li::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  right: -19px;
}
.article_cat_list li:last-child:after {
  display: none;
}
.article_banner_content {
  text-align: center;
}
.article_banner_content h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.552631578947368;
  letter-spacing: -0.005em;
  max-width: 870px;
  margin: 0 auto 33px;
}
.article_banner_content .secondary_btn {
  border: solid 2px #ffffff;
}
.article_banner_content figure {
  margin: 90px 0 0;
}
.article_banner_content figure img {
  display: block;
  width: 100%;
}
.single_article_content_sec {
  padding: 307px 0 80px;
  background: #ffffff;
  margin: -230px 0 0;
}
.single_article_content {
  max-width: 882px;
  margin: 0 auto;
}
.single_article_content p {
  line-height: 1.75;
  margin-bottom: 28px;
}
.single_article_content a {
  color: #1C1A32;
  border: soli 1px #ffffff;
  text-decoration: underline;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.single_article_content a:hover, .single_article_content a:focus {
  color: #1C1A32;
  text-decoration: none;

}
.single_article_content a.secondary_btn:hover, .single_article_content a.secondary_btn:focus {
    background: #1C1A32;
    border-color: #ffffff;
    color: #ffffff;
}
.single_article_content figure {
  width: 100% !important;
}
.single_article_content figure figcaption {
  display: none;
}
.single_article_content img {
  display: block;
  margin: 72px 0;
  width: 100%;
}
.single_article_content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 29px 29px;
}
.single_article_content ul li {
  list-style: none;
  padding: 0 0 0 17px;
  margin: 0 0 3px;
  position: relative;
}
.single_article_content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #9e6839;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100%;
}
.single_article_content p + ul {
  margin-top: -26px;
}

.article_video_module {
  display: block;
  padding-bottom: 53.7%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 72px 0;
}
.article_video_module::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-left: 43px solid #ffffff;
  border-bottom: 29px solid transparent;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.call_to_action_module {
  text-align: center;
  padding: 65px 50px;
  background: #1C1A32;
  color: #ffffff;
  margin: 72px 0;
}
.call_to_action_module h3 {
  color: #ffffff;
  font-size: 29px;
  line-height: 1.551724137931034;
}
.pagination {
  text-align: center;
  padding-top: 30px;
}
#more_prev_posts, #more_blog_posts {
  background: #1C1A32;
  color: #ffffff;
  padding: 13px 15px;
  min-width: 250px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: 'Gotham Book', sans-serif;
  text-decoration: none;
  border: solid 2px #1C1A32;
  border-radius: 0;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
#more_prev_posts:hover, #more_blog_posts:hover, #more_prev_posts:focus, #more_blog_posts:focus {
  background: #ffffff;
  color: #1C1A32;
}
.page-nav-container {
  display: inline-block;
  vertical-align: middle;
}
.page-nav-container {
  margin: 0 24px;
}
.page-nav-container, .page-nav-container span {
  font-size: 18px;
  line-height: 1.388888888888889;
  color: #1C1A32;
  font-weight: 500;
}
.page-nav-container span {
  margin: 0 7px;
}
#more_prev_posts[disabled="disabled"], #more_blog_posts[disabled="disabled"], #more_prev_posts[disabled="disabled"]:hover, #more_blog_posts[disabled="disabled"]:hover, #more_prev_posts[disabled="disabled"]:focus, #more_blog_posts[disabled="disabled"]:focus {
    background: #b3b3bb;
    border-color: #b3b3bb;
    color: #ffffff;
    cursor: default;
}


/* Contact Detail Module Section Starts Here
=============================================== */
.contact_det_module_sec {
  padding-bottom: 100px;
  padding-top: 0;
  margin-top: 0;
}
.contact_det_module_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1117px;
}
.contact_det_module_list {
  padding: 45px 58px 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  position: relative;
  margin-bottom: 31px;
}
.contact_det_module_list::before {
  content:"";
  border: solid 2px rgba(28, 26, 50, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  right: 17px;
  bottom: 0;
  z-index: -1;
}
.contact_det_module_list h4 {
  color: #1C1A32;
  font-size: 21px;
  line-height: 1.285714285714286;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 0;
  font-weight: 500;
}
.contact_det_module_list p {
  line-height: 1.375;
  margin-bottom: 17px;
}
.tel_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tel_links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.tel_links ul li a {
  float: right;
  color: #000000;
  display: inline-block;
  font-weight: 500;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  margin-right: 2px;
}
.tel_links ul li::before, .tel_links ul li::after {
  content: "";
  clear: both;
  display: table;
}
.tel_links ul li a:hover, .tel_links ul li a:focus {
  color: #9e6839;
}
.contact_det_module_list .primary_btn {
  min-width: 156px;
  font-size: 11px;
  line-height: 1.90;
  padding: 9px 15px 8px;
}
.contact_link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact_link ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}
.contact_link ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.contact_link ul li a {
  width: auto;
  color: #000000;
  display: inline-block;
  font-weight: 500;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  vertical-align: middle;
  padding-right: 10px;
}
.cnt_link {
  color: #000000;
  text-decoration: underline;
}
.cnt_link::after {content: "";
  background: url(../images/link-right-arrow.svg) no-repeat center center;
  width: 7px;
  height: 13px;
  background-size: 100%;
  color: #9E6837;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  right: 0;
}


/* Office Location Module Section Starts Here
=============================================== */
.office_location_module_sec {
  background: #F4F4F4;
  padding: 135px 0;
}
.office_location_module_sec .module_content h2 {
  text-align: center;
}
.office_location_module_sec .module_content h2::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.office_listing_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.office_listing {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 11px;
}
.office_listing iframe {
  width: 100%;
  display: block;
  height: 257px;
  margin-bottom: 23px;
}
.office_listing h4 {
  font-size: 22px;
  line-height: 1.454545454545455;
  letter-spacing: 0;
  margin-bottom: 21px;
  color: #000000;
}
.office_listing p {
  line-height: 1.5;
  color: #000000;
}
.office_listing p a {
  color: #000000;
  text-decoration: none;
}
.office_listing p a:hover, .office_listing p a:focus {
  color: #9e6837;
}


/* Mid Content Module Section Starts Here
=============================================== */
.mid_content_sec {
   padding: 104px 0;
}
.mid_content_sec .modules_content {
  max-width: 100%;
}
.mid_content_sec .modules_content ul {
  list-style: disc;
  text-align: left;
  margin: 15px auto;
  max-width: 860px;
}
.mid_content_sec .modules_content p {
  max-width: 890px;
  margin: 0 auto 15px;
  line-height: 1.75;
}
.mid_content_sec .modules_content h2 {
  margin-bottom: 41px;
  padding-bottom: 40px;
  color: #1E1933;
}
.mid_content_sec .modules_content figure {
  margin: 85px 0 0;
}
.mid_content_sec .modules_content figure img {
  display: block;
  width: 100%;
}

/* Mid Content Module Section Starts Here
=============================================== */
.bullet_point_module_sec {
  padding: 104px 0 93px;
}
.bullet_point_module_sec .modules_content {
  padding-bottom: 29px;
  max-width: 750px;
}
.bullet_point_module_sec .modules_content h2 {
  margin-bottom: 24px;
  padding-bottom: 52px;
}
.bullet_point {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}
.bullet_point li {
  list-style: none;
  padding: 13px 0 27px 75px;
  margin: 0;
  position: relative;
  counter-increment: my-awesome-counter;
  font-family: 'Gotham Medium', sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  color: #000000;
}
.bullet_point li:nth-child(2n+2) {
  margin-left: 3%;
}
.bullet_point li::before {
  content: counter(my-awesome-counter);
  width: 52px;
  height: 52px;
  background: #9F6A43;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  display: block;
  font-size: 23px;
  position: absolute;
  top: 14px;
  left: 0;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
}

.addtoany_shortcode {
  display: none;
  padding-top: 15px;
}
.our_portfolio_module_slider .slick-slide > .our_portfolio_module_content_inner {
  display: none;
}


/* Priority Requests Module Section Starts Here
=============================================== */
.priority_requests_list_sec {
  background: #E5E5E5;
  padding: 109px 0;
}
.priority_requests_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.priority_requests_list li {
  padding: 0 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 22px;
}
.priority_requests_icon_title > a {
  background: #ffffff;
  padding: 50px 25px;
  text-align: center;
  text-decoration: none;
  color: #1C1A32;
  display: block;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.priority_requests_icon_title > a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.priority_requests_icon_title h4 {
  font-size: 16px;
  line-height: 1.1875;
  color: #1C1A32;
  font-family:'Gotham Medium', sans-serif;
  max-width: 130px;
  margin: 0 auto;
  min-height: 38px;
}
.priority_requests_icon_title figure {
  width: 43px;
  height: 41px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 41px;
  vertical-align: middle;
}
.priority_requests_icon_title figure img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 41px;
  vertical-align: middle;
}
.priority_requests_form {
  background: #1C1A32;
  padding: 60px 38px 27px;
}
.priority_requests_form h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.230769230769231;
  text-align: center;
  margin-bottom: 0;
}
.priority_requests_form h2::before {
  display: none;
  padding: 0;
  margin: 0;
}
.priority_requests_form label {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-family:'Gotham Book', sans-serif;
}
.priority_requests_list_sec .sidebar {
  width: 32.07%;
}
.priority_requests_form input[type="text"], .priority_requests_form input[type="email"], .priority_requests_form input[type="url"], .priority_requests_form input[type="password"], .priority_requests_form input[type="search"], .priority_requests_form input[type="number"], .priority_requests_form input[type="tel"], .priority_requests_form input[type="range"], .priority_requests_form input[type="date"], .priority_requests_form input[type="month"], .priority_requests_form input[type="week"], .priority_requests_form input[type="time"], .priority_requests_form input[type="datetime"], .priority_requests_form input[type="datetime-local"], .priority_requests_form input[type="color"], .priority_requests_form textarea {
  height: 40px;
  font-size: 16px;
  padding: 0 10px;
}
.priority_requests_form textarea {
  height: 138px;
}
.priority_requests_form input[type="submit"] {
  margin: 0;
  color: #ffffff;
  border-color: #ffffff;
  width: 100%;
  min-width: inherit;
}
.priority_requests_form input[type="submit"]:hover, .priority_requests_form input[type="submit"]:focus {
  color: #1C1A32;
}
.priority_requests_form .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  width: 100%;
}
.priority_requests_form br {
  display: none;
}
.priority_requests_form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.priority_requests_form .wpcf7-form-control-wrap label {
  display: inline-block;
  margin-bottom: 2px;
}
.mobile_show {
  display: none;
}
.mobile_explore_trigger {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile_explore_trigger {
    display: none !important;
  }
}


/* Priority Requests Forms Module Section Starts Here
=============================================== */
.page-template-request-page #header {
  background: #1C1A32;
  padding-bottom: 20px;
}
.priority_forms_sec {
  background: #E5E5E5;
  padding: 60px 0 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.priority_forms_content, .priority_forms_content + div {
  background: #e5e5e5a3;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
.priority_forms_content + div {
  padding-bottom: 70px;
  padding-top: 0;
}
.priority_forms_sec .container {
  max-width: 1150px;
}
.priority_forms_sec .container > div > ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
.priority_forms_sec .container > div > ul li {
  margin-bottom: 10px;
}
.priority_forms_content {
  text-align: center;
  padding-bottom: 48px;
}
.priority_forms_content figure {
  margin: 0 auto 9px;
  max-width: 70px;
}
.priority_forms_content figure img {
  display: inline-block;
}
.priority_forms_content h3 {
  font-size: 35px;
  line-height: 1.285714285714286;
  color: #1E1933;
  margin-bottom: 38px;
}
.priority_forms_content .primary_btn {
  background: transparent;
  border-color: #9E6837;
  color: #1C1A32;
  padding: 14px 15px 12px;
  min-width: 250px;
}
.priority_forms_content .primary_btn:hover, .priority_forms_content .primary_btn:focus {
  background: #9E6837;
  color: #ffffff;
}
.form_custome_msg {
  border: solid 2px #1C1A32;
  padding: 12px 25px 10px;
  font-size: 16px;
  line-height: 1.75;
  font-family:'Gotham Medium', sans-serif;
  margin-top: 47px;
}
.form_custome_msg p {
  margin: 0;
  color: #1E1933;
}
.priority_forms_wrap h1, .priority_forms_wrap h2 {
  color: #ffffff;
  background: #1C1A32;
  padding: 22px 31px;
  font-size: 24px;
  line-height: 1.166666666666667;
  margin-bottom: 40px;
}
.priority_forms_wrap h3 {
  color: #FF0000;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
.priority_forms_wrap h3 strong {
  font-weight: 600;
}
.priority_forms_wrap h4 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.priority_forms_wrap p {
  margin-bottom: 32px;
}
.priority_forms_wrap p + h1, .priority_forms_wrap p + h2, .priority_forms_wrap p + h3 {
  margin-top: 84px;
}
.priority_forms_wrap input[type="submit"] {
  margin: 0;
  width: 100%;
  float: none;
  background: #9E6837;
  border-color: #9E6837;
}
.priority_forms_wrap input[type="submit"]:hover, .priority_forms_wrap input[type="submit"]:focus {
  background: #1C1A32;
  border-color: #1C1A32;
  color: #ffffff;
}
.priority_forms_wrap .sbHolder {
  display: block;
  margin: 0;
}
.priority_forms_wrap .sbSelector {
  min-width: inherit;
  padding: 11px 23px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(30, 25, 51, 0.5);
  background: #ffffff;
}
.priority_forms_wrap .sbSelector a {
  color: rgba(30, 25, 51, 0.5);
}
.priority_forms_wrap .wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  margin: 0;
  color: #008000;
  border-color: #008000;
}
.priority_forms_wrap .sbToggle {
  background: #ffffff url(../images/slider-arrow.svg) no-repeat center center;
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
  background-size: 12px;
  right: 24px;
}
.priority_forms_wrap .sbOptions {
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}
.priority_forms_wrap .sbOptions li a {
  font-size: 16px;
  line-height: 1.75;
  background: #ffffff;
  color: rgba(30, 25, 51, 0.5);
}
.priority_forms_wrap .sbOptions li {
  border-bottom-color: #dfdfdf;
}
.priority_forms_wrap .sbOptions li:last-child {
  border-bottom: solid 2px #dfdfdf;
}
.wpcf7-spinner {
  display: block !important;
  margin: 40px auto 10px !important;
}
.acf-map {
  height: 257px !important;
  border: none !important;
}
.priority_requests_form .wpcf7-spinner {
  background: url(../images/form_loader.gif) no-repeat center center;
  background-size: 100%;
}
.priority_requests_form .wpcf7-form label.error {
  color: #ffffff;
}
.cf-form {
  padding-top: 75px;
  padding-bottom: 20px;
}
.cf-form h1 {
  margin-bottom: 50px;
  text-align: center;
}
.cf-form h2 {
  border: 2px solid #1E1933;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #1E1933;
  padding: 12px 0;
}
.cf-form h2::before {
  display: none;
}
.cf-form input[type="submit"] {
  margin: 50px 0;
}
.cf-form .wpcf7 form.sent .wpcf7-response-output{
  width: 100%;
  color: #1a6421;
  border-color: #1a6421;
}
.cf-form br {
  display: none;
}
.cf-form label {
  margin-bottom: 30px;
  display: block;
}


/* 404 page Module Section Starts Here
=============================================== */
.error404  #header, .error404  #footer {
  display: none;
}
.error404 .page-content-section {
  height: 100vh;
  background: #1C1A32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  padding: 50px 0;
}
.error-main {
  background: #ffffff;
  margin: 0 auto;
  max-width: 400px;
  display: block;
  text-align: center;
  padding: 50px 25px;
}
.error-main .logo404 {
  background: #9E6837;
  padding: 13px 10px 6px;
  display: inline-block;
  margin-bottom: 20px;
}
.error-main .logo404 img {
  display: inline-block;
}
.error-main .primary_btn {
  background: #9E6837;
  border-color: #9E6837;
  color: #ffffff;
  padding: 9px 15px;
  min-width: 200px;
}
.error-main .primary_btn:hover, .error-main .primary_btn:focus {
  background: #ffffff;
  color: #1C1A32;
}
.wpcf7 input[type="file"] {
  text-transform: capitalize;
}


.search #header {
  background: #1c1a32;
  padding-bottom: 20px;
}
.search .site_wrapper {
  padding-top: 90px;
}
.search .page-header .page-title {
  margin-bottom: 30px;
}
.search .news_blog_module_list h3 a {
  color: #1C1A32;
  text-decoration: none;
}
.search .news_blog_module_sec {
  background: #ffffff;
}
.play_youtube_popup {
  position: absolute;
  bottom: 20px;
  right: 26px;
  background: #9E6837;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: block;
}
.play_youtube_popup:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 8px;
  left: 11px;
  margin: 0;
}
.img-mobile {
  display: none;
}
.our-team-icons .play_youtube_popup,
.our-team-icons .team-social-link {
    position: relative;
    bottom: auto;
    right: auto;
	line-height: 0;
}
.our-team-icons {
    position: absolute;
    right: 26px;
    bottom: 20px;
    display: flex;
    gap: 10px;
}
.email_addresses_popup {
  position: relative;
  background: #9E6837;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.phone_numbers_popup {
  position: relative;
  background: #9E6837;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.email_addresses_popup .fa {
    color: #fff;
	margin-left: 1px;
    font-size: 13px;
}
.phone_numbers_popup .fa {
    color: #fff;
    font-size: 12px;
    transform: rotate(90deg);
}
.play_youtube_popup span,
.phone_numbers_popup span,
.email_addresses_popup span {
    position: absolute;
    top: -40px;
	right: -15px;
    background-color: #1c1934;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
	white-space: nowrap;
	line-height: 1.6;
}
.play_youtube_popup:hover span,
.phone_numbers_popup:hover span,
.email_addresses_popup:hover span {
	display: block;
}


/* Cognito Form CSS Starts Here
=============================================== */
.priority_forms_sec {
  color: #1C1A32 !important;
  font-size: 16px !important;
  line-height: 1.5625 !important;
}
.wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 12px;
}
.priority_forms_sec .cog-header__description {
  color: #1C1A32 !important;
  font-size: 16px !important;
  line-height: 1.5625 !important;
}
html .cog-cognito--styled textarea, html .cog-cognito--styled select, html .cog-cognito--styled input[type='text'], html .cog-cognito--styled [type='tel'], html .cog-cognito--styled [type='password'], html .cog-cognito--styled [type='date'], html .cog-cognito--styled [type='email'], html .cog-cognito--styled [type='url'], html .cog-cognito--styled [type='time'], :root:root:root:root:root .cog-cognito--styled textarea, :root:root:root:root:root .cog-cognito--styled select, :root:root:root:root:root .cog-cognito--styled input[type='text'], :root:root:root:root:root .cog-cognito--styled [type='tel'], :root:root:root:root:root .cog-cognito--styled [type='password'], :root:root:root:root:root .cog-cognito--styled [type='date'], :root:root:root:root:root .cog-cognito--styled [type='email'], :root:root:root:root:root .cog-cognito--styled [type='url'], :root:root:root:root:root .cog-cognito--styled [type='time'] {
  height: 50px !important;
  font-size: 16px !important;
  line-height: 1.555555555555556 !important;
  color: #1E1933 !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
}
html .el-radio__label.el-radio__label, html .el-checkbox__label.el-checkbox__label, :root:root:root:root:root .el-radio__label.el-radio__label, :root:root:root:root:root .el-checkbox__label.el-checkbox__label {
  font-size: 16px !important;
  line-height: 1.5625 !important;
}
.cog-label {
  font-weight: 600 !important;
}
html .cog-cognito--styled .cog-checkable .el-checkbox__input, html .cog-cognito--styled .cog-checkable .el-radio__input, :root:root:root:root:root .cog-cognito--styled .cog-checkable .el-checkbox__input, :root:root:root:root:root .cog-cognito--styled .cog-checkable .el-radio__input {
  margin-top: 7px !important;
}
html .cog-cognito--styled .el-textarea__inner, :root:root:root:root:root .cog-cognito--styled .el-textarea__inner {
  height: 137px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  resize: none !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  outline: none !important;
}
html .cog-html *:last-child, :root:root:root:root:root .cog-html *:last-child {
  font-size: 16px !important;
  line-height: 1.5625 !important;
}
html .cog-field, :root:root:root:root:root .cog-field {
  width: 98% !important;
  min-width: 98% !important;
}
html .cog-cognito--styled .cog-picker .el-input__inner, html .cog-cognito--styled .cog-input--icon .el-input__inner, :root:root:root:root:root .cog-cognito--styled .cog-picker .el-input__inner, :root:root:root:root:root .cog-cognito--styled .cog-input--icon .el-input__inner {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.cog-confirmation__message {
  color: #008000 !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: solid 2px #008000 !important;
  padding: 10px 15px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.cog-content p {
  font-size: 16px !important;
  line-height: 1.5625 !important;
}

.single_article_content iframe {
  max-width: 768px;
  width: 100%;
  display: block;
  margin:  0 auto;
}
.no-featured-img {
  padding-bottom: 100px;
}
.no-featured-img + .single_article_content_sec {
  padding-top: 120px;
  margin-top: 0;
}
.post-date {
  color: #1C1A32;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: block;
}

.mCSB_inside>.mCSB_container {
  margin-right: 20px !important;
}

.remove-top-spacing {
  padding-top: 0 !important;
}
.remove-bottom-spacing {
  padding-bottom: 0 !important;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1150px;
}
.a_tag_class a {
  display: block;
}



/* ------- new css ------- */
.get-a-quote .priority_forms_sec .container,
.pet-request-form .priority_forms_sec .container{background-color: rgba(239, 239, 239, 0.85);padding: 30px;}
.guide-to-serving-on-a-strata-committee .module_col_wrap{align-items: flex-start;}
.guide-to-serving-on-a-strata-committee .module_col_wrap .module_col:first-of-type{-ms-flex: 0 0 70%;flex: 0 0 70%;max-width: 70%;}
.guide-to-serving-on-a-strata-committee .module_col_wrap .module_col:last-of-type{-ms-flex: 0 0 30%;flex: 0 0 30%;max-width: 30%;}
.guide-to-serving-on-a-strata-committee .simple_image_content_module_inner{padding-right: 150px;}
.accordion-content p a{cursor: pointer;}
input[type="checkbox"] {vertical-align: middle;}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px !important;
}

#gform_submit_button_1 {
    margin: 0;
}

/* on page social icons */
.social_icons_onpage {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.social_icons_onpage li {
  list-style: none;
  padding: 0;
  margin: 0 9px 0 0;
  display: inline-block;
}
.social_icons_onpage li a {
  display: block;
  width: 100px;
  height: 100px;
  border: solid 1px #ffffff;
  background: #ffffff;
  border-radius: 100%;
  color: #1C1A32;
  text-align: center;
  line-height: 25px;
  font-size: 80px;
  box-sizing: border-box;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}
.social_icons_onpage li a:hover, .social_icons li a:focus {
  background: transparent;
  color: #a06a44;
}
body.page-id-10640 section.mid_content_sec .container {
    position: relative;
}
body.page-id-10640 section.mid_content_sec .container figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.page-id-10640 section.mid_content_sec .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  border-radius: 10px;
}
.mc_embed_custom {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.mc_embed_custom {
    display: flex;
    padding: 100px 50px;
    gap: 50px;
}
div#mc_embed_signup_cont {
    width: 50%;
    text-align: left;
}
div#mc_embed_signup {
    width: 50%;
    text-align: center;
}
div#mc_embed_signup_cont h2 {
    color: #fff;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
}
div#mc_embed_signup_cont h2::before{
  display:none;
}
div#mc_embed_signup_cont p {
    color: #fff;
}
.mc_embed_custom .indicates-required,
.mc_embed_custom label {
    color: #fff;
}
.mc_embed_custom .mc-field-group input {
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    outline: 0 !important;
    height: auto;
    border-radius: 5px !important;
    font-weight: 400 !important;
    font-size: 18px;
    padding: 10px 0 !important;
}
.mc_embed_custom #mc_embed_signup .helper_text {
    background-color: transparent;
    color: #fff;
}
.mc_embed_custom #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent;
    font-weight: 600;
}
.mc_embed_custom #mc_embed_signup .button {
    background-color: #fff;
    color: #000;
    padding: 8px 35px;
    height: auto;
    width: auto;
    border-radius: 5px;
	margin: 0;
	border: 1px solid #fff;
}
.mc_embed_custom #mc_embed_signup form {
    margin: 0;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;  
}
.indicates-required {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #fff !important; 
}
#mc_embed_signup .button:hover {
    background-color: #000 !important; 
    color: #ffff !important; 
    border: 1px solid !important; 
}
.office_location_module_sec .office_listing_wrap {
    justify-content: center;
}
.mc_embed_custom #mc_embed_signup #mce-error-response,
.mc_embed_custom #mc_embed_signup #mce-success-response {
    width: auto;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.mc_embed_custom #mc_embed_signup #mce-responses {
    width: auto;
    padding: 0;
    margin: 0;
}
.responrow {
    display: flex;
    gap: 20px;
	align-items: center;
}

.full-banner-image-text {
    background-repeat: no-repeat;
    background-position: 0%;
    margin-bottom: 60px;
    padding: 50px 0;
    background-size: contain;
}
.text_left_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}
.text_left b, .text_right b {
    color: #1D1934;
    font-weight: 800;
}
.background_image_no_padding {
    padding: 0 !important;
}
.page-id-1219 section.bullet_point_module_sec.remove-top-spacing {
    padding-bottom: 36px;
}
.background_image_no_arrow button.slick-prev.slick-arrow, .background_image_no_arrow button.slick-next.slick-arrow  {
    display: none !important;
}
.icon-bottom-right img, .icon-top-left img {
    width: 90px;
}
.background_image_no_arrow .our_customers_module_content figure {
    display: none;
}
.background_image_no_arrow .our_customers_module_content {
    background: rgba(239, 239, 239, 0.85);
    text-align: center;
    padding: 120px 70px;
}
.background_image_no_arrow .our_customers_module_slider {
    max-width: 1200px;   
}
.background_image_no_arrow .our_customers_module_content_inner, .background_image_no_arrow .our_customers_module_content_inner h3 {
    color: #1C1A32;

}
.background_image_no_arrow .our_customers_module_content_inner h3 {
  padding-bottom: 20px;
}
.icon-top-left {
    position: absolute;
    top: 25px;
    left: 25px;
}
.icon-bottom-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.background_image_no_arrow .our_customers_module_content {
    position: relative;
}
.background_image_no_arrow .icon-bottom-right img {
    /*transform: rotate(170deg);*/
}
.background_image_no_arrow .slick-dots li button {
    width: 6px;
    height: 12px;
    background: #fff;
}

.background_image_no_arrow .slick-dots li.slick-active button{
  background: #9F6A43;
}
.background_image_no_arrow .slick-dots {
    margin: 20px 0 0px;
}
.background_image_no_arrow .modules_content h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #fff;
}
.background_image_no_arrow .our_customers_module_content_inner {
    width: 100%;
    padding-left: 0;
}
.logo-slider-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px 0;
    line-height: 1.75;
}
.logo-new-content .slick-list.draggable {
    max-width: 1050px;
    margin: 0 auto;
}
.get-a-quote .priority_forms_sec .container.form_with_textbox {
    padding: 0;
    display: flex;
}
.container.form_with_textbox .cf-form {
    width: 70%;
	padding-top: 30px;
	padding-bottom: 0;
}
.container.form_with_textbox  .priority_forms_content {
    width: 30%;
    padding: 30px 20px;
    background-color: #1E1933;
}
.form_with_textbox .priority_forms_content h3 {
    color: #fff;
    text-align: left;
    font-size: 30px;
	margin-bottom: 40px; 
}
.container.form_with_textbox .priority_forms_content .top_titles::after {
    content: "";
    width: 54px;
    height: 3px;
    display: block;
    background: #a06a44;
    position: absolute;
    margin-top: 15px;
    margin-bottom: 15px;
}
.container.form_with_textbox .cf-form {
    background: #fff !important;
}
.cf-form .wpcf7-text {
    background: #EBEBEC;
    border: 1px solid #b3b3b3;
}
.form_with_textbox .priority_forms_content h3 hr {
    margin: 20px 0 0;
    display: block;
    background-color: #a06a44;
    width: 54px;
    height: 3px;
}
.form_with_textbox .form_custome_msg {
    border: 0;
    text-align: left;
    margin-top: 20px;
    padding: 0;
    font-size: 14px;
    font-family: 'Gotham Book';
    margin-bottom: 30px;
}
.form_with_textbox .form_custome_msg p {
    margin: 0;
    color: #fff;
}
.form_our_locations, .form_head_office {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: 'Gotham Book';
    padding: 30px 0;
    border-top: 1px solid #6c6a74;
}
.form_our_locations strong, .form_head_office strong,
.form_with_textbox .priority_forms_content .form_social_icons h3 {
    color: #a06a44;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Gotham Medium';
	margin: 0;
}
.form_social_icons {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
	border-top: 1px solid #6c6a74;
}
.form_social_icons ul.social_icons {
    margin: 15px 0 0;
}
.bullet_point_module_sec ol.bullet_point {
	-webkit-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    display: block;
}
.bullet_point_module_sec ol.bullet_point li {
    max-width: 100%;
    margin-left: 0;
}
.custom_containers {
    position: relative;
}
.custom_containers .modules_content.top_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 999;
}

.custom_containers .modules_content.top_title h2 {
    color: #000;
    margin-top: 18px;
    font-size: 24px;
    text-transform: uppercase;
}

.custom_containers .modules_content h2:before{
  display: none;
}
.custom_containers .icon-top-left {
  top: 25px;
    left: 50px;
    z-index: 9;
}
.custom_containers .icon-bottom-right {
    bottom: 60px;
    right: 50px;
    z-index: 9;
}
.form_with_textbox .form_custome_msg p, .form_our_locations, .form_head_office {
    font-size: 16px;
} 
.form_our_locations strong, .form_head_office strong, .form_social_icons h3 {
  font-size: 18px;
}
.form_with_textbox .cf-form input[type="submit"] {
    margin-bottom: 0;
}
.form_with_textbox form span.wpcf7-spinner {
    display: none !important;
}
.form_with_textbox .cf-form input[type="submit"] {
    margin-bottom: 0;   
    margin-top: 60px;
}
.form_with_textbox p {
    margin-bottom: 0;
}
.form_with_textbox .cf-form label {
    margin-bottom: 33px;
}
.container.form_with_textbox .cf-form {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {

 .custom_containers .icon-top-left {
     top: 25px;
     left: 100px;
  }

  .custom_containers .icon-bottom-right {
    bottom: 60px;
    right: 100px;
}
.container.form_with_textbox .cf-form {
    padding-bottom: 30px;
}

.priority_forms_sec {
    padding: 50px 0 30px !important;
}

}

@media only screen and (max-width: 749px) {

 .custom_containers .icon-top-left {
     top: 25px;
     left: 50px;
  }

  .custom_containers .icon-bottom-right {
    bottom: 60px;
    right: 50px;
}
.container.form_with_textbox .cf-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

}

@media only screen and (max-width: 550px) {

.custom_containers .modules_content.top_title h2 {
    color: #000;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 38px !important;
    margin-top: 20px;
}
.custom_containers .icon-bottom-right {
    bottom: 80px;
}
.background_image_no_arrow .our_customers_module_content {
    padding: 170px 70px 50px;
}
.custom_containers .modules_content.top_title h2{
  color: #000;
  margin-top: 18px;
  font-size: 28px;
}
}
.article_date {
    color: #fff;
    padding-bottom: 25px;
}
.video_wrap::after {
    content: "";
    width: 110px;
    height: 110px;
    border: 5px solid #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 15px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-radius: 100px;
    box-shadow: inset 0 0 16px 5px #00000052;
}
.video_wrap.video_wrap_full_width {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 80vh;
    max-height: 700px;
	margin-top: 50px; 
}
