
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none!important;
}

body {
	font-family: 'Barlow', sans-serif;
	color: #000000;
	font-size: 14px;
}
p {
	margin: 0px!important;
	padding: 0px!important;
}
a {
	text-decoration: none;
	color:#000000;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
header {
	width: 100%;
	display: inline-block;
}
header .menu {
	display: inline-block;
}
header .logo{
	width: auto;
	display: inline-block;
	float: left;
}
header .search{
	margin-top: 35px;
	margin-right: 10px;
}

.banner-slider {
    width: 88%;
    display: inline-block;
    margin: 0 auto;
}
.banner-slider div {
	position: relative;
}
.banner-slider .banner-inner {
	max-width: 500px;
	position: absolute;
	z-index: 99;
	top: 30%;
	left: 25%;
}
.banner-slider .banner-inner .banner-title{
	font-size: 40px!important;
	color: #2B3E59 !important;
	font-weight: 600!important;
}
.banner-slider .banner-inner p{
	font-size: 18px;
	color: #2B3E59;
}
.banner-slider .slick-dots li{
	background: url(../images/dots.png)!important;
	width: 48px!important;
	height: 35px!important;
	background-repeat: no-repeat!important;
	border-radius: 0px!important;
	opacity: 0.3;
}
.banner-slider li.slick-active {
	background: url(../images/dots.png)!important;
	opacity: 9.9!important;

}
.banner-slider .slick-dots {
    text-align: right;
}

.language-btn {
    font-size: 14px;
    font-weight: 600;
    color: #213E5B!important;
    display: inline-block;
    float: right;
    background: #e1e5e9;
    margin-top: 30px!important;
}
.language-btn:focus {
	box-shadow: none;
}
.language-drop .dropdown-item {
    font-weight: 400;
    color: #2b3e59;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    font-size: 13px!important;
    border-radius: 0px!important;
    font-weight: 500;
}
.language-drop .dropdown-item:hover {
    background-color: var(--bg-soft-gray);
}
.dropdown-menu.language-drop.show {
    background: #ffffff;
    border: 1px solid #E1E5E9;
    border-radius: 3px;
    margin-top: 2px;
    margin-left: -1px;
    box-shadow: 3px 2px 11px 0px rgb(0 0 0 / 15%);
}
.breadcrumb-wp {
	width: 100%;
	display: inline-block;
}
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.breadcrumb-item a{
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.breadcrumb-item.active {
	color: #ffffff;
    font-size: 14px;
    margin-top: 2px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    text-align: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
    font-size: 16px;
}
.tabs-menu .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #dd5252;
	border-color: #dd5252;
}
.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link:hover {
	color: #ffffff;
	background-color: #dd5252;
	border-color: #dd5252;
}
.tabs-menu .nav-tabs .nav-item {
	margin-bottom: 0px;
}
.tabs-menu .nav {
	text-align: center;
}
.tabs-menu .nav-link {
    display: block;
    padding: .8rem 1rem;
}
.tabs-menu .tab-content {
    background: var(--bg-soft-gray);
}
.size{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.wsmenu>.wsmenu-list {
  background-color: #fff;
}

/* Mobile Header */

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn01{
  background-color: #d7412e;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn02{
  border-color: #d7412e;
}

.wsmenu>.wsmenu-list>li>a:after {
 background-color: #213e5b;
}

.wsmobileheader {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  color: #444;
}
 
.wsmenu>.wsmenu-list>li>a.active {
  color: #d7412e;
}

.wsmenu>.wsmenu-list>li:hover>a {
  color: #d7412e;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #d7412e;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #d7412e;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li  > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
-o-transition: -o-transform 0.4s, opacity 0.4s;
-ms-transition: -ms-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.dropdown-menu {
    min-width: inherit;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
    padding: .25rem 0.9rem;
}
.features-wp {
	width: 100%;
	display: flex;
}
.features-wp .features-icon{ 
	width: 92px;
	height: 92px;
	background: #2B3E59;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.features-wp .features-content{
	width: 70%;
	display: inline-block;
}
.features-wp .features-content span{
	width: 100%;
	display: inline-block;
	font-size: 28px;
	color: #2B3E59;
	font-weight: 400;
}
.main-bg {
    background: url(../images/main-left.png);
    background-repeat: no-repeat;
    background-position: left 15%;
    background-color: #E1E5E9;
    background-size: 250px;
	margin-top: -1px;
}
.rotate {
	margin-top: -1px;
	transform: rotate(180deg);
}
.main-content p{
	font-size: 16px;
	color: #2B3E59;
	font-weight: 400;
    line-height: 26px;
	text-align: justify;
}
.btn-main a {
	width: 174px;
	height: 48px;
	display: inline-block;
	text-align: center;
	background: #2B3E59;
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding-top: 10px;
	transition: 0.3s;
}
.btn-main a i{
	font-size: 12px;
}
.btn-main a:hover {
	background: #4F687F;
	transition: 0.3s;
}
.main-img img{
	width: 100%;
}
.fields-wp {
	width: 100%;
}
.fields-top {
	width: 1100px;
	height: 110px;
	margin: auto;
	background: #fff;
	border-radius: 10px;
}
.top {
    margin-top: -90px!important;
    position: relative;
}
.top-left p{
	font-size: 20px;
	font-weight: 500;
	color: #2B3E59;
	line-height: 0px;
}
.top-left span{
	font-size: 36px;
	font-weight: 600;
	color: #2B3E59;
}
.fields-content {
	font-size: 16px;
	color: #8E9CAC;
}
.fields-slider {
	width: 100%;
	position: relative;
}
.fields-slider .slick-prev, .fields-slider .slick-next, .firm-slider .slick-next, .firm-slider .slick-prev{
	display: none!important;
}
.brand-slider .slick-prev, .brand-slider .slick-next{
	display: none!important;
}
.fields {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 10px;
}
.fields img{
	width: 100%;
	border-radius: 10px;
}
.fields span{
	width: 100%;
	font-size: 22px;
	color: #2B3E59;
	font-weight: 600;
}
.fields p{
	color: #8E9CAC;
	font-size: 16px;
}
.fields-slider .slick-dots li{
    width: 14px;
    height: 14px;
}
.firm-slider .slick-dots li{
    width: 14px;
    height: 14px;
    top: 48px!important;
}
.fields-slider li.slick-active, .firm-slider li.slick-active {
	background: #2B3E59;
}
.brand-slider li.slick-active {
	background: #fff!important;
	opacity: 9!important;
}
.brand-slider .slick-dots li {
    background: #E1E5E9!important;
    opacity: 0.2;
}
.firm-wp {
	width: 100%;
	background-image: url(../images/anjaleft.png);
	background-repeat: no-repeat;
	background-position: left center;
	/*padding-bottom: 80px!important;*/
	background-attachment: fixed;
	background-size: 75%;
}
.firm-slider {
	width: 80%;
	margin: auto;
}
.firm .title {
	color: #2B3E59;
	font-weight: 700;
	font-size: 36px;
}
.firm p{
	color: #2F343A;
	font-weight: 400;
	font-size: 16px;
}
.bg-blue {
	background: #2B3E59;
}
.brand-title span {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.bg-soft {
	background: #E1E5E9!important;
}
.contact-wp span{
	width: 100%;
	font-size: 36px;
	color: #2B3E59;
	font-weight: 600;
}
.contact-wp input[type=text] {
	width: 100%;
	height: 47px;
	border-radius: 3px;
	border: 0;
	font-size: 14px;
	color: #2B3E59;
	font-weight: 500;
	padding-left: 15px;
}
.contact-wp input[type=text]::placeholder {
	color: #2B3E59;
	font-weight: 500;
}
.contact-wp textarea {
	width: 100%;
	height: 130px;
	border-radius: 3px;
	border: 0;
	font-size: 14px;
	color: #2B3E59;
	font-weight: 500;
	padding-left: 15px;
	padding-top: 15px;
}
.contact-wp input[type=submit] {
	width: 160px;
	height: 47px;
	border-radius: 3px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: #2B3E59;
	font-weight: 500;
}
footer {
	width: 100%;
}
.footer-content {
	color: #2B3E59;
	font-size: 15px;
	height: 79px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.line {
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #EDF0F3;
}
.address {
	width: 100%;
	height: 50px;
	color: #2B3E59;
	font-size: 16px;
	font-weight: 400;
}
.address span a{
	width: 100%;
	color: #2B3E59;
	font-size: 16px;
	font-weight: 400;
	display: block;
}
.social-media ul li{
	display: inline-block;
	margin-right: 5px;
}
.social-media ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #E1E5E9;
	border-radius: 100%;
	color: #2B3E59;
	transition: 0.3s;
}
.social-media ul li a:hover{
	border: 1px solid #2B3E59;
	background: #2B3E59;
	color: #fff;
	transition: 0.3s;
}
.bottom {
	width: 100%;
	display: inline-block;
	border:1px solid #EDF0F3;
}
.bottom .info{
	width: auto;
	display: inline-block;
	font-size: 15px;
	color: #2B3E59;
	font-weight: 500;
}
.bottom .concept{
	width: auto;
	display: inline-block;
	float: right;
}
.page-header {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(../images/page-top.png);
	background-position: center center;
	background-size: cover;
}
.page-title {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
}
.pb50 {
	padding-bottom: 50px!important;
}
.page-content {
	width: 90%;
	margin: auto;
	color: #8E9CAC;
	font-size: 16px;
	text-align: center;
}
.works-img img{
	width: 100%;
	border-radius: 10px;
}
.works-wp {
	width: 100%;
	display: inline-block;
}
.works-wp span{
	width: 100%;
	display: inline-block;
	font-size: 22px;
	color: #2B3E59;
	font-weight: 600;
}
.works-wp p{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #8E9CAC;
	font-weight: 400;
	line-height: 26px;
}
.work-btn a {
	width: 116px;
	height: 48px;
	display: inline-block;
	text-align: center;
	background: #2B3E59;
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding-top: 10px;
	transition: 0.3s;
}
.work-btn a i{
	font-size: 12px;
}
.work-btn a:hover {
	background: #4F687F;
	transition: 0.3s;
}
.detail-title {
	width: 100%;
	font-size: 40px;
	color: #2B3E59;
	font-weight: 600;
}
.detail-wp {
	width: 100%;
	display: inline-block;
}
.detail-wp img{
	width: 100%;
	display: inline-block;
}
.detail-wp p{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #8E9CAC;
	font-weight: 400;
	line-height: 26px;
}
.accordion-menu {
	width: 100%;
	border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
	color: #2B3E59;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
	transform: rotate(180deg);
}

.dropdownlink {
	cursor: pointer;
	height: 58px;
	display: block;
	padding-top: 17px;
	background: #E1E5E9;
	color: #2B3E59;
	position: relative;
	transition: all 0.4s ease-out;
	border-radius: 10px;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 26px;
}

.dropdownlink i {
	position: absolute;
	top: 17px;
	left: 16px;
}

.dropdownlink .fa-chevron-down {
	right: 20px;
	left: auto;
	font-size: 15px;
	top: 21px;
}

.submenuItems {
	display: none;
	background: #F6F7F8;
	border-radius: 10px;
	margin-bottom: 20px;
}

.submenuItems a {
	display: block;
	color: #ffffff;
	padding: 12px 12px 12px 45px;
	transition: all 0.4s ease-out;
}

.submenuItems a:hover {}

.dropdownlink span {
	color: #F7931D;
	width: 62px;
	height: 25px;
	display: inline-block;
	padding-left: 21px;
	font-size: 18px;
	border-right: 1px solid #EFECEC;
	margin-right: 20px;
	display: none;
}
ul.submenuItems {
    padding: 20px;
    font-size: 14px;
    color: #545B63;
    font-weight: 500;
}
.gallery-img img{
	width: 100%;
	border-radius: 10px;
	display: inline-block;
}
.contact-top {
	width: 85%;
	margin: auto;
}
.contact-box {
	width: 100%;
	min-height: 225px;
	border-radius: 10px;
	background: #F1F6FC;
}
.contact-box span{
	width: 100%;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	display: inline-block;
	margin-top: 10px;
}
.contact-box p{
	width: 100%;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}
.contact-img img{
	width: 100%;
}
.color-white {
	color: #fff!important;
}
.btn-white {
	background: #fff!important;
	color: #2D4863!important;
}
.contact-text {
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.maps {
	width: 100%;
	position: relative;
}
.maps img{
	width: 100%;
	display: inline-block;
}
.maps .maps-svg{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.radius {
	border-radius: 0px 10px 10px 0px;
}



.block-button-search {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-search {
  font-size: 30vw;
  cursor: pointer;
  color: #C5E1A5;
}

#search-form {
  display: flex;
}
#search-form input[type="search"] {
  color: #2D4863;
  border: none;
  width: 100%;
  padding: 25px;
  font-size: 20px;
  letter-spacing: 1px;
  outline: none;
}
#search-form button {
  color: #2D4863;
  background: #fbfdf9;
  border: none;
  padding: 7px;
  cursor: pointer;
  font-size: 29px;
  padding-right: 19px;
}
#search-form button:focus {
  outline: none;
}

#search-toggle {
  display: none;
  transition: 0.2s;
}

.search-backdrop,
.search-content {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  transition: 0.2s;
}

.search-backdrop {

  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #2B3E591A;
  transform: translateY(100%);
}

.search-content {
  width: 100%;
  height: 78px;
  transform: translateY(-100%);
}

#search-toggle:checked ~ .search-backdrop {
  opacity: 1;
  z-index: 998;
  transform: translateY(0%);
}

#search-toggle:checked ~ .search-content {
  opacity: 1;
  z-index: 999;
  transform: translateY(0%);
}

.search-container input::-webkit-input-placeholder {
  color: #554D47;
}
.search-container input::-ms-input-placeholder {
  color: #554D47;
}
.search-container input:-ms-input-placeholder {
  color: #554D47;
}
.search-container input::placeholder {
  color: #554D47;
}
.maps-main img{
	width: 100%;
}
.mobile {
	display: none;
}
.order-2 {
	order: 1;
}
.order-1 {
	order: 2;
}
.footer-content {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.sticky{
	transition: 0.3s;
}
.sticky.is-sticky{
	transition: 0.3s;
	background: #fff;
	box-shadow: 3px 2px 11px 0px rgb(0 0 0 / 15%);
	padding-bottom: 10px;
}
.sticky.is-sticky .logo a img {
	width: 200px;
    margin-top: 6px;
	transition: 0.3s;
}
.custom-file-input {
    font-family: 'Barlow', sans-serif;
}