@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('remixicon.css');
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}
:root {
	--theme-color: #4272b8;
	--color-black:#242424;
	--color-white:#fff;
	--font-family: 'Urbanist', sans-serif;
	--color-red:#ef4036;
	--color-orange:#f7941d;
	--color-green:#0d9a49;
	--color-bg:#f4f4f4;
	--color-text:#5c5c5c;
}
body {
	font-size: 15px;
	line-height: 24px;
	color: var(--color-black);
	font-weight: 500;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: var(--font-family);
}
.container{
	max-width: 1240px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: var(--theme-color);
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	font-family: var(--font-family);
}
textarea {
	overflow: hidden;
}
button {
	outline: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.svg);
	filter: brightness(0) invert(1);
}

.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.loader-wrap .layer-one {
	position: absolute;
	left: 0%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
}
.home-header{
	position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9;
    background: var(--color-white);
	will-change: width;
	transition: width 0.4s ease,
        top 0.4s ease,
        border-radius 0.4s ease,
        box-shadow 0.4s ease;
		border-bottom:1px solid #e1e1e1;
}
.home-header-white{
	background:transparent;
}
.home-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
	background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
	z-index:99;
}
.logo-box {
    background: #f4f4f4;
    padding: 10px 30px 10px 75px;
    width: 25%;
}
.menu-box {
    padding: 0px;
    width: 61%;
	display: flex;
    align-items: center;
}
.header-logo{
	padding:0;
	margin:0;
}
.header-logo img {
    width: 100%;
}
.home-header.sticky .header-logo img {
    width: 100%;
}
.nav-header-big {
    justify-content: end;
	padding:0;
}
.navbar-expand-lg .navbar-collapse{
	justify-content:end;
}
.nav-item:last-child .nav-link{
	padding-right:0;
}
.menu-box .nav-item{
	position:relative;
	padding:20px 10px;
	margin-right:15px;
}
.menu-box  .nav-item .nav-link{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    color:var(--color-black);
	padding:10px 0;
	text-align:center;
}
.menu-box .nav-item:hover .nav-link{
	color:var(--theme-color);
}
.menu-box .nav-item.current:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    left: 50%;
    bottom: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -8px;
	opacity:1;
}
.menu-box .nav-item.current:after {
    position: absolute;
    content: '';
    background: var(--theme-color);
    left: 50%;
    bottom: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
	opacity:1;
}
.menu-box .nav-item:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    left: 50%;
    bottom: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -8px;
	opacity:0;
	transition:ease .3s;
}
.menu-box .nav-item:after {
    position: absolute;
    content: '';
    background: var(--theme-color);
    left: 50%;
    bottom: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
	opacity:0;
	transition:ease .3s;
}
.menu-box .nav-item:hover::before,
.menu-box .nav-item:hover::after{
	opacity:1;
	transition:ease .5s;
}
.menu-box .nav-item.current .nav-link{
	color:var(--theme-color);
}
.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: var(--color-black);
	padding: 10px 25px;
	padding-left: 50px;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
}

.btn-style-two:hover {
	color: #fff;
}

.btn-style-two:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 2px;
	width: 20px;
	top: 21px;
	left: 20px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.btn-style-two:hover:after {
	background: #fff;
}

.btn-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-two:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-two span {
	position: relative;
	z-index: 2;
}
.log-btn-box {
   margin-top: 8px;
    margin-left: 0;
    width: 14%;
    padding-right: 75px;
}
.top-header{
	position:relative;
	background:var(--color-black);
	padding:6px 0;
}
.contact-info-three {
	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;
	z-index: 9;
	margin-bottom:0;
}

.contact-info-three li {
	padding:0;
	padding-right: 20px;
	border-right: 1px solid #4b4b4b;
}
.contact-info-three li:last-child{
	border-right:0;
}
.contact-info-three li+li {
	margin-left: 20px;
}

.contact-info-three li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.contact-info-three li a i {
	margin-right: 10px;
    font-size: 14px;
    color: var(--color-white);
    width: 25px;
    height: 25px;
    background: var(--theme-color);
    border-radius: 7px;
    line-height: 25px;
    text-align: center;
	display:inline-block;
}

.contact-info-three li a span {
	position: relative;
	color: #797979;
}
.progress-footer{
	background:var(--color-black);
	padding:60px 0 20px;
}
.progress-footer-widget {
    padding-bottom: 30px;
}
.progress-footer-widget p{
    font-size:15px;
    line-height:24px;
	font-weight:500;
    color:#797979;
    margin-bottom:0;
}
.progress-footer .copyright{
	padding-top:20px;
}
.progress-footer .copyright p{
    font-size:15px;
    line-height:24px;
    color:#797979;
    margin-bottom:0;
	font-weight:500;
	margin-bottom:5px;
}
.progress-footer .copyright p:last-child{
	margin-bottom:0px;
}
.progress-footer .copyright p a{
	text-decoration:none;
	color:var(--color-white);
}
.progress-footer .copyright p a:hover{
	color:var(--color-orange);
}
.progress-footer-widget h4 {
    font-size: 20px;
    color: var(--color-white);
    font-weight: 800;
    margin-bottom: 20px;
}
.progress-footer-widget .footer-about p{
	padding-right:30px;
}
.footer-menu{
	display:block;
}

.footer-menu li a {
    padding: 3px 0;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
}
.footer-menu li a:hover{
	color:var(--color-white);
}
.footer-menu li:first-child a{
	padding-top:0;
}
.footer-menu li:last-child a{
	padding-bottom:0;
}
.progress-footer-widget .social-nav {
    padding: 0;
    margin: 0;
}
.progress-footer-widget .social-nav li{
    padding-bottom:5px
}
.progress-footer-widget .social-nav li a{
    font-size:15px;
    line-height:24px;
    text-decoration:none;
    color:#797979;
}
.progress-footer-widget .social-nav li a:hover{
	color:var(--color-white);
}
.progress-footer-widget .social-nav li i{
	font-size:15px;
	color:var(--color-white);
	margin-right:5px;
}
.footer-about img {
    width: 60%;
    filter: brightness(0) invert(1);
}
.intro-section {
	position: relative;
	padding: 60px 0;
}

.intro-section:before {
	position: absolute;
	content: '';
	background: url(../images/sketch.png) right no-repeat;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.intro-section .image-wrap {
	position: relative;
	padding-right: 0px;
	padding-top: 30px;
	text-align: right;
	margin-bottom: 0px;
}

.intro-section .image-wrap:before {
	position: absolute;
	content: '';
	left: 0px;
    top: 0;
    right: 0;
    bottom: 0px;
    background: url(../images/pattern.jpg);
    width: 90%;
    height: 90%;
}

.intro-section .image-wrap .image {
	position: relative;
	z-index: 3;
	padding-left:30px;
}
.intro-block h4 {
	position: relative;
	color: #4b4b4b;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.intro-block h1 {
	position: relative;
	font-size: 35px;
	line-height: 45px;
	font-weight: 900;
	text-transform: capitalize;
	color:var(--color-black);
	margin-bottom:10px;
}

.intro-block h1 span {
	color: var(--theme-color);
}
.intro-block p{
	font-size:15px;
	line-height:26px;
	text-align:justify;
	color:#4b4b4b;
	margin-bottom:10px;
	font-weight:500
}
.fixed-bg,
.parallax-bg {
  background-position: center;
  height:100%;
  width:100%;
  margin:0;
  position:absolute;
  left:0;
  top:0;
  z-index:-2;
}
.fixed-bg {
  background-attachment: scroll;
  background-size:cover;
}
.cont-inner {
  background:#f1eee9;
  z-index: 1;
  padding: 40px;
  width:100%;
}
.cont-inner svg path{
	stroke:#e5e5e5;
}
.cont-inner:before, 
.cont-inner:after {
  content: "";
  height: 1.5625rem;
  width: 1.5625rem;
  position: absolute;
  background: var(--theme-color);
}
.cont-inner::before {
  left: 10px;
  bottom: 10px;
}
.cont-inner::after {
  right: 10px;
  top: 10px;
}
.cont-inner > i {
  max-width: 15rem;
  width: 100%;
  bottom: -10px;
  right: 0;
  z-index: -1;
}
.cont-title {margin-bottom: 10px;}
.cont-title > h3 {
    position: relative;
    padding-bottom: 0;
    font-size: 35px;
	line-height:45px;
    font-weight: 900;
}
.cont-title > h3 span{
	color:var(--theme-color);
}
.cont-title > p{
	font-size:15px;
	line-height:24px;
	color:#4b4b4b;
	font-weight:500;
}
.cont-inner > form .field-box > input,
.cont-inner > form .field-box > textarea  {
  padding: 10px 2.5rem;
  height: 2.8125rem;
  background-color: transparent;
  border-bottom:2px solid #cbcbcb;
}
.cont-inner > form .field-box > textarea  {
  height:5rem;
}
.cont-inner > form .field-box > i {
  font-size: 1.125rem;
  line-height: 2.8125rem;
  left: 10px;
}
.cont-inner > form .field-box + .field-box {margin-top: 10px;}
.cont-inner > form button {margin-top: 20px;}
.contact-section{
	padding:60px 0;
}
.field-box > input, 
.field-box > textarea{
  width: 100%;
  height: 3.75rem;
  font-size: 15px;
  font-weight:500;
  color: #4b4b4b;
  padding: 1rem 4.0625rem;
}
.field-box > i {
    position: absolute;
    top: 0;
}
.content-tabs-section{
	position:relative;
	padding:80px 0;
}
.content-tabs-section .content-tabs-nav {
    width: 25%;
    background: var(--color-bg);
    padding: 10px;
    border: 3px solid #ebebeb;
	position: sticky;
    top: 60px;
}
.content-tabs-section .content-tabs-nav button{
    text-align:left;
    font-size:15px;
    font-weight:500 !important;
    border-bottom:1px dashed #ccc;
    border-radius:0 !important;
    padding:8px 10px;
    color:var(--color-black);
	background:transparent;
}
.content-tabs-section .content-tabs-nav button:last-child{
	border-bottom:0;
}
.content-tabs-section .content-tabs-content {
    width: 75%;
    padding:0 0 0 20px;
}
.content-tabs-section .content-tabs-nav .nav-link.active {
    background: var(--theme-color);
}
.content-tabs-section .content-tabs-nav .nav-link:hover {
    background: var(--color-red);
    color:var(--color-white);
}
.content-tabs-section .content-tabs-content .financial-tab {
    padding: 40px 0 20px;
}
.content-tabs-section .content-tabs-content .tabs-inner-content h1{
	font-size:35px;
    line-height:45px;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
}
.content-tabs-section .content-tabs-content .tabs-inner-content p{
	font-size: 15px;
    line-height: 24px;
    color:#4b4b4b;
	text-align:justify;
    font-weight: 500;
    margin-bottom: 5px;
}
.tabs-inner-benefit {
    background: var(--color-red);
    padding: 10px 15px;
}
.tabs-inner-benefit .tabs-benefit {
    margin-bottom:0;
    font-size:15px;
    line-height:24px;
    font-weight:500;
    color:var(--color-white)
}

.content-tabs-section .content-tabs-content .tabs-box {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    height: 100%;
}
.content-tabs-section .content-tabs-content .tabs-box .tabs-box-content h3{
    font-size:17px;
    font-weight:700;
    color:var(--color-red);
    line-height:26px;
	margin-bottom:5px;
	text-align:center;
}
.content-tabs-section .content-tabs-content .tabs-box .tabs-box-content p{
    font-size:14px;
    line-height:22px;
    color:var(--color-black);
	font-weight:500;
	text-align:center;
	margin-bottom:0;
}
.tab-360-img img {
    min-height: 480px;
    border-radius: 20px;
}
.tabs-benefit-box {
    background: var(--color-orange);
    padding: 10px 15px;
}
.content-tabs-section .content-tabs-content .tabs-benefit-box h1 {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-white);
	margin-bottom:5px;
	padding-bottom:0;
	text-transform:uppercase;
}
.content-tabs-section .content-tabs-content .tabs-benefit-box h1:after{
	content:none;
}
.content-tabs-section .content-tabs-content .tabs-benefit-box p{
	color: var(--color-white);
	margin-bottom:0;
}
.banner-text h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
    color: var(--color-black);
	margin-bottom:10px;
}
.banner-text h1 span{
	color: var(--theme-color);
}
.banner-text p{
	font-size:15px;
	line-height:24px;
	color:#4b4b4b;
	font-weight:500;
	text-align:justify;
}
.banner-bottom-section{
	position:relative;
	padding:0px;
}
.banner-bottom-section .bottom-cover .col-lg-4{
	padding:0;
}
.banner-bottom-section .bottom-box{
	background:var(--color-red);
	padding:20px 15px;
	display:flex;
	flex-direction: column;
    align-items: center;
	min-height: 310px;
	position:relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.banner-bottom-section .bottom-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(255,255,255,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
.banner-bottom-section .bottom-box:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
.banner-bottom-section .bottom-box.center{
	background:var(--color-orange);
	padding:20px 15px;
}
.banner-bottom-section .bottom-box .box-icon {
    text-align: center;
}
.banner-bottom-section .bottom-box .box-icon img {
    width:70%;
}
.banner-bottom-section .bottom-box .box-head h3{
    font-size:17px;
    line-height:26px;
    margin:10px 0;
    font-weight:700;
    color:var(--color-white);
	text-align:center;
}
.banner-bottom-section .bottom-box .box-text p{
    font-size:15px;
    line-height:22px;
    text-align:center;
    margin-bottom:0;
    color:var(--color-white);
	font-weight:500;
}
.moretext {
  display: inline;
}
.moreless-button{
	display:block;
	font-size: 14px;
	font-weight: 700;
    color: var(--theme-color);
    line-height: 1;
	margin-bottom:10px;
	text-transform:uppercase;
}
.moreless-button{
	display:none;
}
#panoCompare {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom:10px;
}

.viewer {
  position: absolute;
  inset: 0;
}

.clip {
  clip-path: inset(0 50% 0 0);
}

#divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #000;
  z-index: 10;
  cursor: ew-resize;
}

#handle {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width:45px;
  height:45px;
  line-height:43px;
  text-align:center;
  cursor: pointer;
  user-select: none;
}
.landing-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    align-items: center;
	height:100%;
}
.landing-box .landing-info .landing-head h4 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-red);
	text-align:center;
}
.landing-box .landing-info .landing-text p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #4b4b4b;
	margin-bottom:0;
	text-align:center;
}
.landing-box .landing-icon img {
    width: 70px;
}
.porfolio-landing-section .top-img{
	position:relative;
	z-index:9;
}
.home-banner-section-white{
	height:85vh;
	background-image:url('../images/home-bg-2.png');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	display: flex;
    align-items: center;
	position:relative;
	margin-bottom:20px;
}
.home-banner-section-white .home-text h1{
  margin-bottom: 15px;
  font-size:60px;
  line-height:70px;
  font-weight:900;
  color:var(--color-black);
}
.home-text p {
    font-size: 15px;
    line-height: 24px;
    color: #4b4b4b;
}
.home-banner-section-white .home-text h1 span{
  color:var(--theme-color);	
}
.home-text-2 h1{
  margin: 0;
  font-size:60px;
  line-height:70px;
  font-weight:900;
  color:var(--color-black);
}
.home-text-2 h1 span{
  color:var(--theme-color);	
}
.home-text h1{
  margin-bottom: 15px;
  font-size:80px;
  line-height:90px;
  font-weight:900;
  color:var(--color-black);
}
.home-text-2 {
    position: relative;
    z-index: 9;
}
.home-text-2 img {
    width: 20%;
    margin-bottom: 5px;
}
.home-text-2 ul {
  list-style: none;
  margin: 5px 0 10px;
}
.home-text-2 ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background: #f1eee9;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}
.home-text-2 ul li:before {
  content: '✓';
      margin-right: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
}
.page-title {
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #1c1f26;
	background-position:center right;
}
.page-title:before {
	position: absolute;
	content: '';
	background: var(--color-black);
	left: 0;
	top: 0;
	height: 100%;
	width: 40%;
}
.page-title .content-column {
	position: relative;
}

.page-title .title {
	position: absolute;
    left: 160px;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateX(-50%) translateY(0%);
    -ms-transform: rotate(-90deg) translateX(-50%) translateY(0%);
    transform: rotate(-90deg) translateX(-50%) translateY(0%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: transparent;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #353535;
    font-weight: 900;
}
.page-title.how .title{
	font-size: 45px;
    line-height: 45px;
}
.page-title h1 {
	position: relative;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-title h1:after {
	position: absolute;
	content: '';
	background: var(--theme-color);
	height: 2px;
	width: 75px;
	bottom: 0px;
	left: 0;
}

.page-title .text {
	color: #fff;
	margin-bottom: 0px;
}
.contact-info-section {
	position: relative;
	padding: 80px 0 60px;
}
.contact-info-block .inner-box {
	position: relative;
	padding: 20px;
	border: 1px solid #e7e7e7;
	margin-bottom:15px;
	text-align: left;
    display: flex;
    align-items: center;
	gap:15px;
}

.contact-info-block h5 {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 16px;
	color: #797979;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-weight:600;
	line-height:1;
	letter-spacing:1px;
}
.contact-info-block h5:before {
	position: absolute;
	content: '';
	right: -70px;
	top: 7px;
	width: 60px;
	height: 1px;
	background: var(--theme-color);
}

.contact-info-block .icon-box {
	position: relative;
	font-size: 50px;
	margin-bottom: 0px;
	color: var(--theme-color);
}

.contact-info-block h4 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	bottom: 5px;
}
.contact-info-block .text {
    font-size: 25px;
    line-height: 1.2;
    color: #4b4b4b;
    font-weight: 400;
}
.bottom-sec-ban{
	border:2px solid #ebebeb;
	padding:20px;
	position:relative;
}
.bottom-sec-ban:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0px;
    background: url(../images/pattern.jpg);
    width: 100%;
    height: 100%;
	opacity:0.6;
}








@media (min-width:200px) and (max-width:767px){
	.home-header{
		left:0;
		transform:none;
	}
	
	.nav-header-big {
		justify-content: space-between;
		padding: 0;
	}
	.logo-box {
		background: #f4f4f4;
		padding: 10px 15px 10px 15px;
		width: 50%;
	}
	.menu-box{
		padding: 0px;
		width: 40%;
		display: flex;
		position: absolute;
		left:54%;
	}
	.log-btn-box {
		margin-top: 8px;
		margin-left: 0;
		width: 50%;
		padding-right: 15px;
		text-align: right;
	}
	.navbar-expand-lg .navbar-collapse {
		left: 0;
		position: fixed;
		width: 100%;
		top:67px;							
	}
	.navbar-expand-lg .navbar-collapse .navbar-nav{
		background: #fff;
		
	}
	.menu-box .nav-item .nav-link{
		text-align:left;
		padding:0;
		padding-left: 15px;
	}
	.menu-box .nav-item {
		position: relative;
		padding: 10px 0;
		margin-right: 0;
		border-bottom:1px dashed #ccc;
	}
	.menu-box .nav-item:last-child {
		border-bottom:0;
	}
	.menu-box .nav-item.current:before,
	.menu-box .nav-item.current:after{
		content:none;
	}
	.home-banner-section-white{
		height:20vh;
		margin-bottom:0;
	}
	.home-text{
		padding-top:10px;
	}
	.home-banner-section-white .home-text h1 {
		margin-bottom: 0px;
		font-size: 20px;
		line-height: 30px;
	}
	.home-text p {
		font-size: 13px;
		line-height: 20px;
		font-weight: 600;
		margin-bottom:8px;
	}
	.btn-style-two{
		font-size: 13px;
		line-height: 22px;
		padding: 7px 15px;
		padding-left: 40px;
	}
	.btn-style-two:after{
		top: 17px;
		left: 13px;
	}
	.intro-section{
		padding:50px 0;
	}
	.intro-section .image-wrap{
		margin-bottom:20px;
	}
	.intro-block h1 {
    font-size: 25px;
    line-height: 35px;
	}
	.content-tabs-section {
		padding: 50px 0;
	}
	.content-tabs-section .content-tabs-nav {
    width: 100%;
	position:relative;
    top: 0;
	height: 320px;
	overflow-x: scroll;
	display: block;
	}
	.content-tabs-section .content-tabs-content {
    width: 100%;
    padding: 20px 0 0;
	}
	.content-tabs-section .content-tabs-content .financial-tab {
    padding: 0;
    background: transparent;
    padding-bottom: 10px;
	}
	.content-tabs-section .content-tabs-content .tabs-inner-content h1 {
    font-size: 25px;
    line-height: 35px;
	}
	.content-tabs-section .content-tabs-content .tabs-inner-content p {
    font-size: 14px;
    line-height: 22px;
	}
	.content-tabs-section .content-tabs-content .tabs-inner-content .tabs-benefit {
    font-size: 16px;
    line-height: 24px;
	}
	.content-tabs-section .content-tabs-nav button {
    width: 100%;
    display: block;
	}
	.moreless-button{
	display:block;
	}
	#panoCompare {
		height: 300px;
		margin-bottom: -10px;
	}
	.banner-text h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.moretext{
		display:none;
	}
	.banner-text p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.banner-bottom-section {
		padding-top: 20px;
	}
	.banner-bottom-section .bottom-box{
		min-height: 260px;
	}
	.contact-section{
		padding:60px 0;
	}
	.cont-inner{
		max-width:100%;
		padding:20px;
	}
	.intro-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
	}
	.intro-block p {
    font-size: 14px;
    line-height: 22px;
	}
	.page-title{
		padding:30px 0;
	}
	.page-title h1{
		font-size:20px;
	}
	.page-title .text{
		display:none;
	}
	.page-title:before{
		width:60%;
	}
	.page-title .title{
		left: 100px;
		top: 20px;
		font-size: 35px;
		line-height: 45px;
		-webkit-transform: rotate(0deg) translateX(-50%) translateY(0%);
		-ms-transform: rotate(0deg) translateX(-50%) translateY(0%);
		transform: rotate(0deg) translateX(-50%) translateY(0%);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
	}
	.progress-footer {
		padding: 40px 0 30px;
	}
	.progress-footer-widget {
		padding-bottom: 10px;
	}
	.progress-footer-widget h4{
		margin-bottom:10px;
	}
	.contact-info-section {
    position: relative;
    padding: 50px 0;
	}
	.cont-inner > form button {
    margin-top: 10px;
    margin-bottom: 20px;
	}
	.home-text-2 img {
		width: 60%;
		margin-bottom: 5px;
	}
	.home-text-2 h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.bottom-sec-ban {
    padding: 15px;
	}
	.home-text-2 ul {
    margin: 5px 0 0px;
	}
	.home-text-2 ul li {
    font-size: 16px;
	margin-bottom:5px;
	}
}

@media (min-width:768px) and (max-width:1025px){
	.logo-box {
    padding: 10px 30px 10px 10px;
    width: 40%;
	}
	.menu-box {
    width: 40%;
	}
	.log-btn-box {
    width: 20%;
	padding-right: 10px;
	}
	.log-btn-box .btn-style-two{
		width:100%;
		text-align:center;
	}
	.navbar-expand-lg .navbar-collapse {
		left: 0;
		position: fixed;
		width: 100%;
		top:99px;							
	}
	.navbar-expand-lg .navbar-collapse .navbar-nav{
		background: #fff;
		
	}
	.menu-box .nav-item .nav-link{
		text-align:left;
		padding:0;
		padding-left: 15px;
	}
	.menu-box .nav-item {
		position: relative;
		padding: 10px 0;
		margin-right: 0;
		border-bottom:1px dashed #ccc;
	}
	.menu-box .nav-item:last-child {
		border-bottom:0;
	}
	.menu-box .nav-item.current:before,
	.menu-box .nav-item.current:after{
		content:none;
	}
	.home-banner-section-white {
    height: 35vh;
	}
	.home-banner-section-white .home-text h1 {
    font-size: 40px;
    line-height: 50px;
	}
	.intro-section {
    padding: 30px 0;
	}
	.intro-section .image-wrap:before {
    width: 80%;
    height: 95%;
	}
	.intro-section .image-wrap img{
		width:100%;
	}
	.intro-section .image-wrap {
    margin-bottom: 30px;
	}
	.home-text-2 img {
    width: 40%;
	}
	.progress-footer {
    padding: 40px 0 20px;
	}
	.footer-about img {
    width: 40%;
	}
	.progress-footer-widget {
    padding-bottom: 20px;
	}
	.page-title {
    padding: 60px 0;
	}
	.page-title:before {
    width: 50%;
	}
	.page-title .title {
    font-size: 30px;
    line-height: 40px;
	}
	.content-tabs-section {
    padding: 40px 0;
	}
	.content-tabs-section .content-tabs-nav {
    width: 100%;
	position:relative;
    top: 0;
	height: 320px;
	overflow-x: scroll;
	display: block;
	}
	.content-tabs-section .content-tabs-content {
    width: 100%;
    padding: 20px 0 0;
	}
	.content-tabs-section .content-tabs-content .financial-tab {
    padding: 0;
    background: transparent;
    padding-bottom: 10px;
	}
	.content-tabs-section .content-tabs-content .tabs-inner-content h1 {
    font-size: 25px;
    line-height: 35px;
	}
	.content-tabs-section .content-tabs-content .tabs-inner-content p {
    font-size: 14px;
    line-height: 22px;
	}
	.content-tabs-section .content-tabs-content .tabs-inner-content .tabs-benefit {
    font-size: 16px;
    line-height: 24px;
	}
	.content-tabs-section .content-tabs-nav button {
    width: 100%;
    display: block;
	}
	.moreless-button{
	display:block;
	}
	#panoCompare {
		height: 450px;
	}
	.banner-text h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.moretext{
		display:none;
	}
	.banner-text p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.banner-bottom-section {
		padding-top: 20px;
	}
	.banner-bottom-section .bottom-box{
		min-height: 260px;
	}
	.contact-info-section,
	.contact-section{
		padding:40px 0;
	}
	.cont-inner{
		max-width:100%;
		padding:20px;
	}
	.intro-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
	}
	.intro-block p {
    font-size: 14px;
    line-height: 22px;
	}
}