/* default css */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');
/*
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
*/
:root {
	--thm-font:'Rubik', sans-serif;
	--heading-font:'Teko', sans-serif;
    --thm-primary: #154476;
	--thm-secondary:#77287f;
	--thm-base: #bc45c8;
	--thm-black: #222429;
	--thm-gray: #1C1E22;
	--thm-white:#fff;
}
body {
  font-family: var(--thm-font);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {float:left;}
.f-right {float:right;}
.fix {overflow:hidden;}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color:var(--thm-base);
  text-decoration: none;
}
a, button {
  color:var(--thm-secondary) ;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.h2d-form input:focus:-moz-placeholder {
  opacity: 0;
}

.h2d-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--thm-primary);
  margin-top: 0px;
  font-style: normal;
  font-weight:500;
  text-transform: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size:15px;
  line-height:27px;
  color:#3b3b3c;
  margin-bottom: 15px;
  font-family:var(--paragraph-font); 
  font-weight: 400;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.bg-one {
	background:#f2f7fb;
}
.scrollToTop {
  width:50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background:var(--thm-secondary);
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 99;
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background:var(--thm-secondary);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background:var(--thm-secondary);
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:16px 55px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background:var(--thm-secondary);
  border-radius: 0;
  font-family: "Heebo", sans-serif;
}
.btn:hover {
	background:var(--thm-base);
	color:#fff;
}
.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  padding: 20px 56px;
}

.btn-border:hover {
  background: #fff;
  color: #000;
}

.breadcrumb>.active {
  color: #888;
}
.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 69px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color:var(--thm-secondary);
  font-size:22px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-title__title {
  margin: 0;
  font-size:60px;
  line-height: 48px;
  font-weight:500;
  margin-top: 1px;
}

.section-title__line {
  position: absolute;
  bottom: -11px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-title__line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color:var(--thm-base);
}

.section-title__line:after {
  position: absolute;
  bottom: 0;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color:var(--thm-primary);
}

/* 2. header */
.header-area {
  padding-left: 85px;
  padding-right: 85px;
}
.header-right {
  display: flex;
  justify-content: center;
}

.header-right {
  padding-top: 9px;
  padding-right:10px;
}

.header-icon {
  font-size: 0;
  margin-top: 4px;
  padding: 12px;
  line-height: 0;
}

.header-h2d p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
  color:var(--thm-secondary);
  font-weight:500;
}

.header-h2d h4 {
  color:var(--thm-primary);
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 500;	
}

.header-icon i {
  color:var(--thm-secondary);
  font-size: 30px;
}
.header-icon .fa-phone {
  transform: scaleX(-1);
}
.logo {
	margin-top:0px;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 18px;
  position: relative;
  z-index: 999;
}

.main-menu ul li a {
  font-family: var(--heading-font);	
  color:var(--thm-primary);
  font-weight:600;
  font-size:18px;
  padding:25px 0px;
  display:list-item;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;	
}

/*.main-menu ul > li > a::before {
  background:var(--thm-secondary) none repeat scroll 0 0;
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
}*/

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu ul li:hover a,.main-menu ul li.active a {
  color:var(--thm-secondary);
}

.header-top-btn a {
 padding: 16px 36px;
font-size: 14px;
background: var(--thm-secondary);
font-weight: 600;
color: #fff;
text-transform: uppercase;
}

.header-top-btn {
  padding-top:12px;
}

.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width:240px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: var(--thm-primary);
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	color: #262626;
	font-weight: 500;
	font-size:18px;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-h2d h4 {
	color: #262626;
}
/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.mi-welcome {
	background:#090c0f;
  position: relative;
  display: block;
  padding:90px 0px 180px;
}
.mi-welcome .section-title__title {color:#fff;}
.mi-welcome-left {
  position: relative;
  display: block;
  margin-left: -70px;
  margin-right: 270px;
}
.mi-welcome-left.right {
	margin-left:0 !important;
	margin-right:0 !important;
}
.mi-welcome-img-box {
  position: relative;
  display: block;
  z-index: 1;
}
/*.mi-welcome-img-box:before {
  border-style: solid;
  border-width:9px;
  border-color:var(--thm-secondary);
  background-color: rgba(9, 9, 9, 0);
  position: absolute;
  right: -55px;
  top: 40px;
  width: 181px;
  height: 167px;
  content: "";
  z-index: -1;
}*/

.mi-welcome-img-01 {
  position: relative;
  display: block;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 3;
}

.mi-welcome-img-01 img {
  width: 100%;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.mi-welcome-img-02 {
  position: absolute;
  top: 125px;
  right: -270px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 1;
}

.mi-welcome-img-02 img {
  width: auto;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.mi-welcome-experience {
  position: absolute;
  bottom: -94px;
  left: 130px;
  background-color: #fef0ff;
  border: 10px solid #fff;	
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-right: 58px;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 3;
}


.mi-welcome-experience:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color:var(--thm-secondary);
  content: "";
}
.mi-welcome-experience-year h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.mi-welcome-experience-text {
  font-size: 20px;
  line-height: 26px;
  margin-left: 16px;
}

.mi-welcome-wave {
  position: absolute;
  bottom: -26px;
  left: -110px;
  opacity: .3;
}

.mi-welcome-wave img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mi-welcome-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.mi-welcome-right .section-title {
  margin-bottom: 49px;
}

.mi-welcome-right .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mi-welcome-right-text {
  font-size:16px;
  line-height: 34px;
	color:#fff;
}
.mi-welcome-right .btn-border {
	border-width: 2px;
	margin-top: 15px;
	border-color: var(--thm-secondary);
	color: var(--thm-secondary);
	display: inline-block;
	padding: 10px 25px;
	font-weight: 500;
	text-transform: capitalize;
}
.mi-welcome-right .btn-border:hover {
	border-color: var(--thm-primary);
	color: var(--thm-primary);
	

}
/*Our Services Start Here*/
.our-services {
	padding:60px 0;
	background: #0e1317;
}
.our-services .section-title__title {color:#fff;}
.our-services .our-services-box { 
	margin: 0px 0px 0px 0px; 
	padding: 30px 30px 30px 30px; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	border-radius: 10px;
	border-color:#1f2020; 
	display: flex; 
	align-items: flex-start;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	background: #000;
}
.our-services .our-services-box p {color:#fff;}
.our-services .our-services-box:hover { 
	box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%); 
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%); 
	-moz-box-shadow: 0px 0px 30px 0px rgb(0 36 80 / 10%); 
}
.our-services .our-services-box h4{
	font-size: 36px;
color: var(--thm-secondary);
line-height: 36px;
letter-spacing: 1px;
font-weight: 600;
}
.our-services .our-services-box .our-services-box-media { 
	margin-right: 15px; 
}
.our-services .our-services-box .our-services-box-media i { 
	font-size: 64px; list-style: 72px; color: var(--primary-color); 
}
.our-services .our-services-box .our-services-box-content .our-services-box-description { 
	margin-bottom: 0px; 
}
/*Our Guarantee End Here**/
/*Icon Area Start Here*/
.icon-area {
	padding-top:50px;
	padding-bottom:50px;
	background: #090d10;
}
.icon-box {
	text-align: center;
	padding: 50px 30px;
	position: relative;
	z-index: 1;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	border: 1px solid #1c1c1c;
	min-height: 370px;
	background:linear-gradient(118.28deg,#17181a -8.97%,#636675 141.84%);
}
.icon-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgb(0, 66, 120);
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.icon-box>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.icon-box:hover:after,
.icon-box:hover>img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.icon-text {
	margin-top: 30px;
}
.icon-text h3 {
	font-family: var(--thm-font);
	color: #fff;
font-size:27px;
    font-weight: 400;
}

.icon-text p,
.icon-text h3 {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.icon-box:hover .icon-text p,
.icon-box:hover .icon-text h3 {
	color: #fff
}

.icon-text .btn-border {
	border-width: 1px;
	margin-top: 15px
}

.icon-box:hover .btn-border {
	color: #fff;
	border-color: #fff;
}

.icon-area {
	padding-top: 70px;
	padding-bottom: 100px
}

.icon-area .section-title__title {color:#fff;}

.icon-area .icon-box {
	margin-top: 30px;
	margin-bottom: 0
}
.icon-area .core-values-list{
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.icon-area .core-values-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.icon-area .core-values-list li .core-values-content {
  position: relative;
  display: block;
}
.icon-area .core-values-list li .core-values-content .core-values-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  /*background-color:#ebebee;
  border-radius: 50%;*/
  margin: 0 auto;
  z-index: 1;
}
.icon-area .core-values-list li .core-values-content h3 {
	font-size: 27px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 17px;
	text-align: center;
	color: #1567c1;
}

/*Icon Area End Here*/
/*Facility Management Start Here*/
.fm-section {
  background: #0e1317;	
  position: relative;
  display: block;
  padding: 120px 0;
}
.fm-section .section-title-title {color:#fff;}


.fm-section-left {
  position: relative;
  display: block;
  margin-left: 100px;
}

.fm-section-left-img {
  position: relative;
  display: block;
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
  border-bottom-right-radius: 78px;
  z-index: 1;
}

.fm-section-left-img:before {
  position: absolute;
  bottom: -30px;
  left: -30px;
  height: 186px;
  width: 180px;
  content: "";
  background-color:var(--thm-primary);
  border-top-right-radius: 52px;
  border-top-left-radius: 52px;
  border-bottom-right-radius: 52px;
  z-index: -1;
}

.fm-section-left-img img {
  width: 100%;
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
  border-bottom-right-radius: 78px;
}

.fm-section-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.fm-section-right .section-title {
  margin-bottom: 52px;
}

.fm-section-right .section-title-line {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fm-section-points {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.fm-section-points li {
  position: relative;
  display: block;
  padding-left: 90px;
  border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.fm-section-points li p {color:#fff;}

.fm-section-points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fm-section-points li .icon {
  position: absolute;
  height:80px;
  width:80px;
  background-color:var(--thm-primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 8px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fm-section-points li:hover .icon {
  background-color:var(--thm-secondary);
}

.fm-section-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fm-section-points li:hover .icon span {
  color: var(--ambed-white, #ffffff);
}

.fm-section-points li .text h4 {
  font-size: 27px;
 font-weight: 500;
line-height: 30px;
margin-bottom: 13px;
	color: #ae32bb;
}
/*Facility Management End Here*/
/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.fm-icon {
  position: relative;
  display: block;
  z-index: 1;
	background: #0e1317;
}

.fm-icon-box {
  position: relative;
  display: block;
  top: -60px;
}

.fm-icon-box-inner {
  position: relative;
  display: block;
  background-color:#090d10;
  padding: 50px 80px 17px;
  border-bottom-left-radius: 52px;
  border-bottom-right-radius: 52px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.fm-icon-box-icon-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fm-icon-box-icon-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.fm-icon-box-icon-list-content {
  position: relative;
  display: block;
}

.fm-icon-box-icon-list-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100px;
  background-color:var(--thm-secondary);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.fm-icon-box-icon-list-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color:var(--thm-primary);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.fm-icon-box-icon-list li:hover .fm-icon-box-icon-list-icon:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fm-icon-box-icon-list-icon span {
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fm-icon-box-icon-list li:hover .fm-icon-box-icon-list-icon span {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.fm-icon-box-title {
  font-size:24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 12px;
	color: #1567c1;
}


.mti-other-business-units {
	position:relative;
	padding:90px 0;
}
.mti-other-business-units .grid-item {
	padding: 30px 15px 0;
}


/*Our Other Business Units Start Here*/
.mti-other-business-units {
    position: relative;
    display: block;
    padding: 120px 0 90px;
	background: #000;
}
.mti-other-business-units .section-title__title {color:#fff;}

.mti-other-business-units-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.mti-other-business-units-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 25px;
    margin-left: 25px;
}

.mti-other-business-units-img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 50%;
    background-color:rgba(119, 40, 128, 0.7);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(100%);
    transform-origin: left;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mti-other-business-units-box:hover .mti-other-business-units-img:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.mti-other-business-units-img:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 50%;
    height: 50%;
    background-color:rgba(119, 40, 128, 0.7);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(-100%);
    transform-origin: top;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mti-other-business-units-box:hover .mti-other-business-units-img:after {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.mti-other-business-units-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mti-other-business-units-box:hover .mti-other-business-units-imgg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mti-other-business-units-content {
    position: relative;
    display: block;
    text-align: center;
    padding:28px 0 20px;
    z-index: 1;
}

.mti-other-business-units-content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color:#30373c;
    box-shadow: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    opacity: 0.65;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.mti-other-business-units-box:hover .mti-other-business-units-content:before {
    border: 2px solid var(--thm-secondary);
}

.mti-other-business-units-name {
    font-size: 27px;
line-height: 32px;
	color: #fff
}
/*Our Other Business Units End Here*/


/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 0px;
}
.sub-banner-height {
  min-height:540px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:215px;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}

.sub-banner-area .block {
  text-align: center;
}
.sub-banner-area .block h1 {
  font-size: 2.5rem;
  color:var(--thm-secondary);
  font-weight: 600;
}
.sub-banner-area .block ul li {
  color:var(--thm-black);
  font-weight: 600;
  text-transform: uppercase;
  font-size:24px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color:var(--thm-black);
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}


.inner-page-header {
  background:var(--thm-primary);
  padding: 20px 0;
}
.inner-page-header .header-page-title h2 {
  font-family:var(--thm-base);
  color: #ffffff;
  margin: 0;
  font-size: 36px;
}
 .inner-page-header .header-page-locator ul {
  text-align: right;
}
 .inner-page-header .header-page-locator ul li {
  display: inline-block;
  color:var(--thm-base);
  font-weight: bold;	 
}
 .inner-page-header .header-page-locator ul li a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
 .inner-page-header .header-page-locator ul li a:hover {
  color:var(--thm-base);
}
@media only screen and (max-width: 767px) {
	.inner-page-header {padding:5px 0;}
    .inner-page-header .header-page-locator ul,
    .inner-page-header .header-page-title h2 {
        text-align: center;
        margin-bottom: 5px;
    }
	.inner-page-header .header-page-title h2 {
		font-size:27px;
	}
	.inner-page-header .header-page-locator ul {
		font-size:14px;
	}
}

/*Why Choose Us Start Here*/
.why-choose-section {
	padding:90px 0 110px;
	position:relative;
	background: #0e1317;
}
.why-choose-section .section-title__title {
	color: var(--thm-white);	
}
.why-choose-section .why-choose-item {
  background: #18191d;
  border: 1px solid #23262f;
  box-shadow: 0 64px 64px -48px hsla(0,0%,6%,.1);
  padding: 40px 30px 40px 30px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px -10px 0 0;
  min-height: 430px;
}
.why-choose-section .why-choose-item:hover, .why-choose-section .why-choose-item .why-choose-content:hover {
	background:rgb(0, 66, 120);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color:#000;
}

.why-choose-section .why-choose-item.interiors-box {min-height: 325px;}
.why-choose-section .why-choose-item.fm-services {
	min-height: 370px;
}

.why-choose-section .why-choose-item .why-choose-icon {
  margin-bottom: 17px;
}
.why-choose-section .why-choose-item .why-choose-icon img {
  width:75px;
  padding: 8px 0px 0px 0px;
}
.why-choose-section .why-choose-item .why-choose-content .title {
  font-size:20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--thm-font);
  color:#ae32bb;	
}
.why-choose-section .why-choose-item .why-choose-content .title a {
  color: #0a0a0a;
}
.why-choose-section .why-choose-item .why-choose-content .title a:hover {
  color: #0082f1;
}
.why-choose-section .why-choose-item .why-choose-content p {
  font-size: 15px;
  color: var(--thm-white);	
}
/*Why Choose Us End Here*/
/*Photos Start*/
.photos-section {
	background: #090c0f;
	position:relative;
}
.photos-section .section-title__title {
	color: var(--thm-white);
}
.photos-img {
	background: #7030a0;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom:30px;
}
.photos-img p {
	color: #FFF;
	font-size: 18px;
	padding-top: 25px;
	font-weight: 500;
}
.photos-img p a {
	color:#FFF;
}
.photos-img p a:hover {
	color:#FFF;
	text-decoration: underline;
}
.spotlight-img {
 margin-bottom: 30px;
border: 1px solid var(--thm-base);
border-radius: 6px;
padding: 5px;	
}
.spotlight-img h3 {
	background:var(--thm-white);
	padding: 6px 0;
    margin: 0;
}
/*Photos End*/ 
/*Service Grid Start Here*/
.service-grid-section {
  background-color: #f9f9f9;
  padding:90px 0;
}
.service-grid-section .service-grid {
	background: #fff;
	padding: 15px;
	margin-bottom:23px;
}
.service-grid-section .service-grid .item_image {
  overflow: hidden;
  margin-bottom: 30px;
}
.service-grid-section .service-grid .item_image img {
  width: 100%;
  display: block;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service-grid-section .service-grid:hover .item_image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.service-grid-section .service-grid .item_title {
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: 0.13px;
}
.service-grid-section .service-grid p {
  margin-bottom:12px;
}
/*Service Grid End Here*/



/*Contact Us Start Here*/
.contact-section {
	background: #090c0f;
	position:relative;
	padding:60px 0;
}
.contact-section .bg-info {
	background-color:transparent !important;
}
.contact-section .section-title__title {
	color:var(--thm-white);
}
.contact-info-box {
	/*box-shadow: 0 20px 48px 0 rgba(153, 161, 170, 0.25);*/
	background: #18191d;
    border: 1px solid #23262f;
    /*box-shadow: 0 64px 64px -48px hsla(0,0%,6%,.1);*/
	
	padding: 30px 25px;
	margin: 0 auto;
	min-height:300px;
	border-radius: 30px;
}
.contact-info-box .contact-logo{
	margin-bottom:5px;
}
.contact-info-box h3 {
   font-size: 18px;
   font-family: var(--thm-font);
   color: var(--thm-white);	
}
.contact-info-box .title-area {
  margin-bottom: 15px;
}
.contact-info-box .contact-info {
  background-color: var(--color-dark);
  border-radius: 14px;
}
.contact-info-box .contact-info .title {
  color: var(--thm-base);
  margin-bottom:10px;
  font-size: 24px;
}
.contact-info-box .contact-info p {
  color: var(--thm-white);
  margin: 0 0 36px 0;
  font-size: 18px;
}
.contact-info-box .contact-info .footer-social {margin-top: 5px;}
.contact-info-box .contact-info .footer-social a {color:var(--thm-white);}

.contact-form-box{
	background: #18191d;
    border: 1px solid #23262f;
	padding: 30px 25px 0;
	margin: 0 auto;
	min-height:300px;
	border-radius: 30px;
}
.contact-form-box p{ color: var(--thm-white);}
/*Contact Us End Here*/
/* footer */
.footer-top {
	padding:50px 0 35px;
	background:var(--thm-black);
}
.footer-bottom {
  background:var(--thm-gray);
}
.footer-top .content{
	position:relative;
}
.footer-top .content .logo{
	position:relative;
}
.footer-top .content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin:0 auto;
	color:#fff;
}
.footer-top .footer-nav{
	position:relative;
}
.footer-top .footer-nav h2 {
	position: relative;
	color:#FFF;
	font-size:27px;
	font-weight: 500;
}
.footer-top .footer-nav h2:before {
  height: 3px;
  width: 45px;
  background:var(--thm-base);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.footer-top .footer-nav ul{
	position:relative;
}
.footer-top .footer-nav ul li {
	position:relative;
	margin:0px 0px 4px;
	color:#fff;
	font-size: 16px;
	/*display:inline-block;*/
}
.footer-top .footer-nav ul li i {
	color:var(--thm-base);
	margin-right:5px;
}
.footer-top .footer-nav ul li .fa-phone {
  transform: scaleX(-1);
}
.footer-top .footer-nav ul li a{
	position:relative;
	color:#fff;
	font-size:16px;
	letter-spacing: 1px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.footer-top .footer-nav ul li a:hover{
	color:var(--thm-base);
}
.footer-text p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.footer-social-link li {
  display: inline-block;
}
.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-social-link li a:hover {
  background: #ed1216;
  color: #fff;
	border: none;
}

/* 13. Footer css */
footer {
	position:relative;
	overflow:hidden;
}
.footer-area {
 background: #000;
  border-top: 3px solid #131212;
}

.footer-top {
	background: #000;
	padding: 70px 0
}

.single-footer h3 {
	color: #fff;
    margin-bottom: 20px;
   font-weight: 400;
   letter-spacing: 1px;
   font-size: 32px;
}

.single-footer li {
	list-style: none;
	margin-bottom: 10px;
	color: #777;
	font-weight: 500;
	font-size: 16px
}

.single-footer li:last-child {
	margin-bottom: 0
}

.single-footer a,
.single-footer p {
	color: #777;
	font-weight: 500;
	font-size: 16px
}

.single-footer a:hover {
	color: #fff
}

.footer-contact i {
	color:var(--thm-base);
	margin-right: 5px
}

.footer-contact li {
	color: #ccc
}

.newsletter_form form {
	position: relative;
	height: 50px;
}

.newsletter_form input {
	background: transparent;
	font-weight: 500;
	padding: 0;
	height: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	color: #fff
}

.newsletter_form button {
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px
}

.newsletter_form input:focus {
	outline: none
}

.footer-social {
	margin-top: 30px
}

.footer-social li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0
}

.footer-social a {
	display: block;
	color: #fff;
	font-size: 20px
}

.newsletter_form {
	margin-top: 35px
}

ul.footer-contact {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(119, 119, 119, 0.32);
}

.copyright {
	padding: 30px 0;
	text-align: center;
	background: #000
}

.copyright p {
	font-size:14px;
	font-weight:400;
	letter-spacing: 1px;
	margin: 0;
	color:#fff;
}
.copyright p a {
  color: var(--thm-base);
  text-decoration: none;
}
.copyright p a:hover {
  color:#fff;
}

.fade_rule {
	height: 1px;
	background-color: rgba(119, 119, 119, 0.32);
	width: 66em;
	background-image: -webkit-linear-gradient(right, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -webkit-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -ms-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, #000), color-stop(0.5, rgba(119, 119, 119, 0.32)), color-stop(0.98, #000));
	margin: auto;
}
