.navbar-brand img{
	width: 200px !important;
}

html * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	font-family: HelveticaNeueLTStd-Roman;
	overflow-x: hidden;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
main {
	overflow-x: hidden;
	overflow-y: hidden;
}
/* h1,
h2 {
	color: #fff;
	font-size: 95px;
	line-height: 85px;
	text-align: center;
	position: relative;
	font-weight: bold;
} */
.standout-head{
	font-size: 96px;
	line-height: 86px;
	font-weight: bold;
	color: white;
	text-align: center;
	/*letter-spacing: -2px;*/
}
h1 {
	font-size: 42px;
	line-height: 46px;
	font-weight: bold;
}

h2 {
	font-size: 62px;
	line-height: 68px;
	font-weight: bold;
}

h3{
	font-size: 26px;
	line-height: 35px;
	font-weight: bold;
}

a,
a:hover {
	text-decoration: none;
}

.none { display: none }
.block { display: block }

/*--------------------Start Header Css--------------------*/

header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #fff;
	z-index: 11111;
}

header.stick {
	/*animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
	box-shadow: 1px 0 25px rgb(0 0 0 / 10%);
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
header.stick .navbar-brand img {
	max-width: 240px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 800;
	color: #1f1f1f;
	text-transform: uppercase;
	padding: 30px 13px 10px;
}
header.stick .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 20px;
}
header .navbar-brand img {
	max-width: 340px;
	width: 100%;
	transition: 0.5s;
}
header .navbar-expand-lg {
	padding: 10px 0;
}
header.stick .navbar-expand-lg {
	padding: 6px 0;
}
header .sidemenu-logo {
	display: none;
}
.dropdown:hover .dropdown-menu{
display: block;
}
/*--------------------Start Banner section Css--------------------*/

#more-image-video-section {
	position: relative;
	top: 10px !important; 
/*	padding-top: 129px;
	padding-top: 0px; 
	height: 100vh !important;
	width: 100%;
	z-index: 1;
	*/
}
.home-banner-section {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.home-banner-section h1 {
	margin-bottom: 0;
	position: absolute;
	/*top: 40%;*/
	top: 50% ;
	left: 0;
	right: 0;
	/*bottom: 0;*/
	bottom: 0;
	transform: translateY(-50%) !important;
	/*transform: translateY(-40%) !important;*/
}
@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes bounce {
	50% {
		transform: translateY(-8px);
	}
}

/*.home-banner-section .mouse-scroll {
	position: absolute;
	bottom: 123px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	text-align: center;
	display:none; 
}
.home-banner-section .mouse-scroll .mouse {
	width: 40px;
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.home-banner-section .mouse-scroll .mouse>* {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 14px;
	background: white;
	border-radius: 20px;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.home-banner-section .mouse-scroll i {
	font-size: 35px;
	color: #fff;
	animation: bounce 2.5s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}*/

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 32px;
    margin-top: -35px;
    border: 2px solid #D3D3D3;
    border-radius: 25px;
    position: fixed;
    z-index: 9999;
}
.icon-scroll:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #D3D3D3;
    margin-left: -3px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 2.25s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

.icon-scroll:before2 {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    margin-left: -3px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 2.25s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

.icon-scroll.scrolled {
    border: 2px solid #f37021;
    /*transition: background-color 200ms linear;*/
}
.icon-scroll.scrolled:before {
    background: #f37021;
}

/*--------------------Start Image and video section Css--------------------*/

.img-video-section {
	position: relative;
	transform: scale(4.8);
	top: 0px;
	   /* top: 120px;*/
	/*overflow: hidden;*/
	/*height: 100vh;*/
}
.img-video-section .img-video-part img {
	/*height: 256px;*/
	height: 330px;
	width: 100%;
	object-fit: cover;
}
.img-video-text{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
/*	bottom: 0;
*/	transform: translateY(-50%) !important; 
	max-width: 655px;
	margin: 0 auto;
	opacity: 0;
	z-index: 1111;
}

.banner-part {
	height: 100%;
	z-index: 111;
}
/*--------------------Start Educate Section section Css--------------------*/
#timeline1 {
	width: 100%;
	height: 100vh;
	position: relative;
	top:0;
	bottom: 0;
	background-color: #000;
	

}
.educated-section {
	background-image: url(../img/educate-new-section-1047.jpg);
	/*background-position: bottom;*/
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.educated-section h2{
	opacity: 0;
}
/*--------------------Start essential Section section Css--------------------*/
.essential-section {
	background-color: #000;
	background-position: initial;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.essential-section img {
	position: absolute;
	bottom: -30%;
	right: -60%;
	opacity: 0;
}
.essential-section h2{
	opacity: 0;
}

/*--------------------Start Ingredient Section section Css--------------------*/

.ingredient-section {
    width: 100%;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
}
/*--------------------Start Your-Package Section Css--------------------*/
.your-package-section{
	position: absolute;
    width: 100%;
    height: 100%;
    /*top: 1875px;*/
    top: 120px;
    left: 0;
    opacity: 0;
    transform: scale(4.2);
    transform-origin:top left;
    overflow: hidden;
}
.your-package-section .img-video-part img {
	/*max-height: 192px;
	height: 192px;*/
	max-height: 250px;
    height: 250px;
	width: 100%;
	object-fit: cover;
}

.your-package-section .img-video-text{
	max-width: 1260px;
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.img-video-section.your-package-section:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 30%);
}
/*--------------------Start Full Potential Section Css--------------------*/

.full-potential-section {
	background-image: url(../img/full-potential-section.jpg);
	width: 100%;
	height: 768px;
	background-position: initial;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.full-potential-section:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 30%);
}


/*--------------------Start Change Logo Section Css--------------------*/

.change-logo-section .logo-part {
	text-align: center;
	padding: 110px 0;
}

.change-logo-section .logo-part img {
	max-width: 650px;
	max-height: 194px;
	height: 100%;
	margin: 0 auto;
}


/*--------------------Start Look at me DAM Section Css--------------------*/

.lookatme-dam-section {
	background-color: #EAEAEC;
	position: relative;
	z-index: 1;
}

.lookatme-dam-section .dam-content {
	padding-top: 80px;
	padding-bottom: 45px;
}

.lookatme-dam-section .dam-content h2 {
	color: #2E2E2E;
	margin-bottom: 30px;
	text-align: left;
	letter-spacing: -1px;
}

.lookatme-dam-section .dam-content p {
	font-size: 26px;
	line-height: 35px;
	color: #808080;
	margin-bottom: 45px;
	font-weight: bold;
}

.lookatme-dam-section .dam-content a {
	width: 185px;
/*	height: 43px;*/
	background-color: #000;
	color: #fff;
	font-size: 19px;
/*	line-height: 23px;*/
	display: inline-block;
	padding: 7px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.lookatme-dam-section:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 557px;
	height: 559px;
	background-image: url(../img/dam-bg-img.png);
	z-index: -1;
}

/*--------------------Start Empowering people and teams Section Css--------------------*/

.empowering-team {
	 padding-top: 110px; 
	padding-bottom: 125px;
}

.empowering-team .empowering-part .empowering-title {
	padding-top: 60px;
	max-width: 95%;
}

.empowering-team .empowering-part .empowering-title h2 {
	color: #2E2E2E;
	margin-bottom: 25px;
	text-align: left;
	letter-spacing: -1px;
}

.empowering-team .empowering-part .empowering-title p {
	font-size: 26px;
	line-height: 32px;
	color: #808080;
	margin-bottom: 65px;
	font-weight: bold;
}

.empowering-team .empowering-part .team-part:nth-child(2) {
	margin-top: 75px;
}

.empowering-team .empowering-part .team-part .team-img-blog {
	position: relative;
	margin-bottom: 34px;
}

.empowering-team .empowering-part .team-part .team-img-blog img {
	height: 401px;
	object-fit: cover;
	width: 100%;
}

.empowering-team .empowering-part .team-part .team-img-blog:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 30%);
	transition-delay: 2s;
	transition: all .4s ease;
-webkit-transition: all .4s ease;
}
.empowering-team .empowering-part .team-part .team-img-blog:hover:before {
	background-color: rgb(0 0 0 / 0%);
	transition-delay: 2s;
	transition: all .4s ease;
-webkit-transition: all .4s ease;
}
.empowering-team .empowering-part .team-part .team-img-blog h3 {
	position: absolute;
	bottom: 35px;
	color: #fff;
	left: 0;
	right: 0;
	margin-bottom: 0;
	/* font-weight: 400; */
	text-align: center;
	padding: 0 20px;
}


/*--------------------Start Loving Client Section Css--------------------*/

.loving-client-section h2 {
	color: #2E2E2E;
	font-size: 41px;
	line-height: 46px;
	margin-bottom: 76px;
}

/*--------------------Start Free Demo Section Css--------------------*/

.free-demo-section {
	width: 100%;
	height: 471px;
	background-position: initial;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/*margin-top: 153px;*/
}

.free-demo-section h2 {
	max-width: 100%;
	font-size: 41px;
	line-height: 46px;
	margin-bottom: 0;
	margin-bottom: 50px;
	color: white;
	text-align: center;
}

.free-demo-section a {
	width: 100%;
	max-width: 261px;
/*	line-height: 43px;*/
	line-height: 0px;
	font-size: 19px;
	background-color: #fff;
	color: #000;
	display: block;
	padding-left: 8px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
/*	height: 40px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 22px;
}


/*--------------------Start Footer Section Css--------------------*/

footer {
	background-color: #2E2E2E;
}

footer .footer-lists {
	padding: 40px 0;
}

footer .footer-lists li {
	display: inline-block;
	/*font-size: 14px;*/
	/*line-height: 18px;*/
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 0px 5px;
	border-right: 1px solid #fff;
}

footer .footer-lists li a {
	/*font-size: 14px;
	line-height: 18px;*/
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

footer .footer-lists li:last-child {
	border-right: 0;
	padding-right: 0;
}

footer .footer-lists li:first-child {
	padding-left: 0;
}

footer .social-icon-links {
	text-align: right;
}

footer .social-icon-links li {
	display: inline-block;
	padding: 0 4px;
}

footer .social-icon-links li a i {
	    font-size: 28px;
    padding: 4px;
    background-color: #fff;
    color: #2E2E2E;
    border-radius: 5px;
    width: 36px;
    text-align: center;
	/*font-size: 32px;
	padding: 10px;
	background-color: #fff;
	color: #2E2E2E;
	border-radius: 15px;
	width: 60px;
text-align: center;*/
}


/*--------------------/////////////Sub Pages css
////////////////////////////////////////////////--------------------*/


/*--------------------Solution page Css--------------------*/
/*.solution-page{
opacity: 1
}*/

.background-sec.solution-background-sec {
	background-image: url(../sub-img/solution-banner.jpg);
}

.background-sec.solution-background-sec .bg-heart span {
	color: #00472E;
}

/*.solution-page .solution-content {
	padding: 120px 0;
}*/
.solution-page .solution-page-followers-section {
	padding-top: 120px;
}
.solution-page .solution-content p {
	font-size: 41px;
	line-height: 46px;
	color: #2E2E2E;
	font-weight: 600;
	/*margin-bottom: 80px;*/
	margin-bottom: 0px;
}

.solution-page .solution-content ul li {
	display: inline-block;
	text-align: center;
	padding: 0 40px;
}

.solution-page .solution-content ul li:first-child {
	padding-left: 0;
}

.solution-page .solution-content ul li:last-child {
	padding-right: 0;
}

.solution-page .solution-content ul li h5 a{
	font-size: 19px;
	line-height: 23px;
	color: #000 !important;
	margin-bottom: 0;
	font-weight: bold;
}

.solution-page .solution-content ul li a img {
	width: 54px;
	margin-bottom: 15px;
}

.solution-page .solution-content .content-img {
	margin-top: 120px;
	margin-bottom: 62px;
}

.solution-page h2 {
	color: #2E2E2E;
	text-align: left;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.solution-page .more-love p {
	font-size: 26px;
	line-height: 35px;
	color: #808080;
	font-weight: 600;
}
.solution-page .your-team-love-section .your-team-love .your-team-img-part-director{
	max-width: 400px;
    height: 385px;
    width: 100%;
    background-position: 55% 14%;
    background-size: cover;
    -webkit-mask-image: url(../img/new-solutions-mask-heart.png);
    mask-image: url(../img/new-solutions-mask-heart.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    /*background-image: url(../sub-img/more-love-new-img.png);*/
    /*clip-path: url(#more-love-heart-path);
    -webkit-clip-path: url(#more-love-heart-path);*/
	
}
.solution-page .your-team-love-section .your-team-love .your-team-content-part-co-ordinator{
	background-image: url(../sub-img/more-love-second-new-img.png);
	max-width: 400px;
    height: 385px;
    width: 100%;
    background-position: 10% 10%;
    /*background-image: url(../sub-img/more-love-second-new-img.png);*/
    /*clip-path: url(#more-love-second-heart-path);
    -webkit-clip-path: url(#more-love-second-heart-path);*/
    background-size: cover;

    -webkit-mask-image: url(../img/new-solutions-mask-heart-second.png);
    mask-image: url(../img/new-solutions-mask-heart-second.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom;
}

.solution-page .your-team-love-section .your-team-love h2{
	margin-top: 104px;
	/*margin-bottom: 170px;*/
}
.solution-page .your-team-love-section:nth-child(even) .your-team-love{
margin-top: 0px;
}

.solution-page .your-team-love-section .your-team-love .your-team-content {
	padding-top: 40px;
	padding-left: 40px;
	height: 100%;
}

.solution-page .your-team-love-section .your-team-love .your-team-content.director {
	background-color: #484848;
}

.solution-page .your-team-love-section .your-team-love .your-team-content.co-ordinator {
	background-color: #017A20;
}

.solution-page .your-team-love-section .your-team-love .your-team-content .your-team-content-part {
	max-width: 400px;
	width: 100%;
}

.solution-page .your-team-love-section .your-team-love .your-team-content h4 {
	font-size: 26px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.solution-page .your-team-love-section .your-team-love .your-team-content p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.solution-page .your-team-love-section .your-team-love .your-team-co-ordinator,.solution-page .your-team-love-section .your-team-love .social-media-first {
	/*margin-top: 40px;*/
	    margin-bottom: 40px;
	    /*align-items: baseline;*/
}


/*.solution-page .row:last-child .your-team-love-section.social-media-anms .your-team-co-ordinator.social-media-second{
margin-bottom: 0px;
}*/


.solution-page .content-img-part-second {
	margin-bottom: 47px;
}

#block-views-block-solution-bottom-slider-block-1 .carousel {
	margin-top: 118px;
	/*margin-bottom: 65px;*/
}

#block-views-block-solution-bottom-slider-block-1 .carousel .carousel-caption {
	position: absolute;
	right: auto;
	bottom: auto;
	left: 50%;
	top: 50%;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
}

#block-views-block-solution-bottom-slider-block-1 .carousel .carousel-caption h2 {
	font-size: 95px;
	line-height: 89px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}

#block-views-block-solution-bottom-slider-block-1 .carousel .carousel-control-next,
#block-views-block-solution-bottom-slider-block-1 .carousel .carousel-control-prev {
	opacity: 1;
}

#block-views-block-solution-bottom-slider-block-1 .carousel .carousel-control-prev-icon,
#block-views-block-solution-bottom-slider-block-1 .carousel .carousel-control-next-icon {
	background-image: none;
	opacity: 1;
}

#block-views-block-solution-bottom-slider-block-1 .solution-view-site-now {
	margin-bottom: 130px;
	margin-top: 65px;
}

#block-views-block-solution-bottom-slider-block-1 .solution-view-site-now p {
	font-size: 41px;
	line-height: 46px;
	color: #2E2E2E;
	margin-bottom: 42px;
	font-weight: bold;
}

#block-views-block-solution-bottom-slider-block-1 .solution-view-site-now a {
	max-width: 200px;
	line-height: 43px;
	font-size: 19px;
	color: #fff;
	background-color: #000;
	display: block;
	text-align: center;
	font-weight: bold;
}



/*--------------------Contact page Css--------------------*/

.contact_wrapper .contact_hero {
	background-color: #00ADEE;
	/*margin-top: 129px;*/
	margin-top: 121px;
}

.contact_wrapper .contact_hero h1 {
	color: white;
	padding-top: 39px;
	padding-bottom: 39px;
	margin-bottom: 0px;
	text-align: left;
}

.contact_wrapper .contact_infomation {
	padding-top: 48px;
	padding-bottom: 63px;
}

.contact_wrapper .contact_infomation h2 {
	margin-bottom: 0px;
	color: #2E2E2E;
	text-align: left;
}

.contact_wrapper .contact_sales-support {
	padding-bottom: 79px;
}

.contact_wrapper .contact_partner {
	padding-bottom: 83px;
}

.contact_wrapper .contact_representatives {
	padding-bottom: 0px;
}

.contact_wrapper .contact_style h3 {
	color: #808080;
	margin-bottom: 0px;
}

.contact_wrapper .contact_style {
	padding-top: 40px;
}

.contact_wrapper .contact_style ul {
	list-style-type: none;
}

.contact_wrapper .contact_style li {
	font-size: 18px;
}

.contact_wrapper .contact_style a {
	font-size: 18px;
	color: black;
}

.contact_wrapper .free-demo-section {
	margin-top: 0;
	background-image: url(../sub-img/features-book-demo.jpg);
}


/*--------------------About page Css--------------------*/


/*------------------------ background-sec start css------------------------ */
   .parallax {
	overflow-y: hidden;
  }
.background-sec {
	/*background-image: url(../sub-img/about-bg.jpg);*/
	height: 768px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 0px; 
}
#background-sec-about {
	/*background-image: url(../sub-img/about-bg.jpg);
	height: 768px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;*/
	margin-top: 120px;
}

.background-sec h1{
    color: white;
    margin-bottom: 0px;
    position: absolute;
    top: 46px;
    /*/ left: 96px; /*/
    /*/ max-width: 515px; /*/
    max-width: 515px;
    text-align: left;
    padding: 0;
    white-space: pre-line;
    z-index:1;
}

.background-sec-h1{
	font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    position: absolute;
    top: 46px;
    /*/ left: 96px; /*/
    /*/ max-width: 515px; /*/
    max-width: 515px;
    text-align: left;
    padding: 0;
    white-space: pre-line;
    z-index:1;
}

.background-sec .bg-heart {
	position: absolute;
	right: 0;
	bottom: 0;
	    /*max-width: 772px;
    width: 100%;
    height: 742px;
    height: 100%;*/
	height: 742px;
	width: 772px;

	/* -webkit-clip-path: url(#mask-bg-heart);
	clip-path: url(#mask-bg-heart); */

	
	-webkit-mask-image: url(../img/heart-image.png);
	mask-image: url(../img/heart-image.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	z-index:1;
}

.background-sec .bg-heart img {
	position: relative;
	width: 100%;
	max-width: 772px;
}

.background-sec .bg-heart p {
	font-size: 95px;
	color: white;
	margin-bottom: 0px;
	position: absolute;
	right: 82px;
	bottom: 160px;
	line-height: 86px;
	/*max-width: 489px;*/
	text-align: right;
	/*white-space: pre-line;*/
	font-weight: bold;
	letter-spacing: -2px;
}

.background-sec .bg-heart span {
	color: #00ADEE;
}


/*------------------------ Text-sec start css------------------------ */

.text-sec {
	/*margin-top: 112px;*/
	margin-top: 120px;
	margin-bottom: 192px;
}

.text-sec .hero-text p {
	margin-bottom: 55px;
	font-size: 41px;
	font-weight: bold;
	line-height: 47px;
}

.text-sec .hero-text p:last-child {
	margin-bottom: 0px;
}


/*------------------------ Counter-sec start css------------------------ */

.counter-sec {
	background-image: url(../sub-img/counter-bg.jpg);
	background-attachment: fixed;
	height: 471px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0px;
	overflow: hidden;
	/*/ width: 100%; */
	/*/ background-repeat: no-repeat; /*/
	/*/ background-size: cover; /*/
	position: relative;
	margin-top: 0;
}


.counter-sec h2 {
	/*font-size: 95px;
	line-height: 95px;*/
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 0px;
	text-align: left;
}

.counter-sec span {
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	text-align: left;
	display: block;
}


/*------------------------ Person-img section css------------------------ */

.person-sec {
	margin-bottom: 113px;
	margin-top: 160px;
	/*opacity: 1;*/
}

.person-sec h2 {
	margin: 60px 0px 38px 0px;
	color: #2E2E2E;
	text-align: left;
	white-space: pre-line;
	letter-spacing: -1px;
}

.person-sec .text-content {
	max-width: 647px;
}

.person-sec .sub-head {
	font-size: 27px;
	line-height: 35px;
	margin-bottom: 0px;
	color: #808080;
	font-weight: bold;
}

.person-sec .last-text {
	font-size: 18px;
	line-height: 24px;
	margin-top: 38px;
}

.person-sec sup {
	display: inline-block;
	font-size: 12px;
}

.yellow-heart {
	position: absolute;
	right: 0px;
	bottom: 0;
	left: auto;
}

.yellow-heart  .yellow-box{
	width: 150px;
	height: 145px;
	-webkit-mask-image: url(../img/about-small-heart.png);
	mask-image: url(../img/about-small-heart.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-size: cover;
	
	/*-webkit-clip-path: url(#orange-mask);
	clip-path: url(#orange-mask);*/

}

small {
	font-size: 18px;
}

.free-demo-section.about-us-demo {
	margin-top: 0;
}


/*--------------------Features page Css--------------------*/

.features-background-sec {
	background-image: url(../sub-img/features-bg.jpg);
}

.features-background-sec .bg-heart span {
	color: #C80CA6;
}


/*------------------------ Features-text start css------------------------ */

.features-text-sec {
	margin: 120px 0px;
}

.features-text-sec .features-hero-text p {
	font-size: 42px;
	font-weight: bold;
	line-height: 47px;
}


/*------------------------ Square-heart-sec css------------------------ */
.square-heart-sec{
	opacity: 1;
	 /*transition: 1s ease-in-out;*/
}

.square-heart-sec .first-square .features-section-blog .features-heart-mask {
	/* -webkit-clip-path: url(#mask);
	clip-path: url(#mask); */
	/*-webkit-mask-image: url(../img/heart-image.png);
	mask-image: url(../img/heart-image.png);*/
	-webkit-mask-image: url(../img/features-mask-img.png);
	mask-image: url(../img/features-mask-img.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	height: 355px;
	max-width: 100%;
	background-size: cover;
	/*background-image: url(../sub-img/heart-new-1.png);*/

}

.square-heart-sec .first-square {
	margin-bottom: 67px;
}

.square-heart-sec .features-heart {
	max-width: 377px;
	position: relative;
}

.square-heart-sec .first-square .features-heart img {
	width: 100%;
}

.square-heart-sec .first-square .features-heart span {
	position: absolute;
	right: 55px;
	/*bottom: 50px;*/
	bottom: 80px;
	font-size: 192px;
	color: #fff;
	font-weight: bold;
	line-height: 89px;
}

.square-heart-sec .square-text {
	margin-top: 60px;
	max-width: 377px;
}

.square-heart-sec .square-text h2 {
	margin-bottom: 38px;
	color: #2E2E2E;
	text-align: left;
	white-space: pre-line;
	letter-spacing: -1px;
}

.square-heart-sec .square-text p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
}

.square-heart-sec .features-square {
	max-width: 100%;
}


/*  Second-square-sec*/

.square-heart-sec .second-square .features-heart img {
	max-width: 100%;
}

.square-heart-sec .second-square .features-heart::after {
	content: url(../sub-img/features-two-img.png);
	position: absolute;
	right: 55px;
	bottom: 50px;
	height: 172px;
}

.square-heart-sec .second-square {
	margin-bottom: 62px;
}

.first-square .features-section-blog {
	position: relative;
    /*display: flex;
    flex-wrap: wrap;*/
}

.first-square .features-section-blog .features-img {
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	transform: translateY(-50%);
	max-width: 779px;
	width: 100%;
}

.first-square .features-section-blog {
	margin-bottom: 60px;
}

.first-square .features-section-blog.second-section .features-img {
	left: 0;
	right: auto;
}

.first-square .features-section-blog.second-section .features-heart,
.first-square .features-section-blog.second-section .square-text {
	margin-left: auto;
}


/* ====================== mixed css for animation ================================== */
.white-heart {
	position: absolute;
	height: 100vh;
	object-fit: cover;
	left: 0%;
	right: 0%;
	margin: 0 auto;
	width: 100%;	
	z-index: 1;
	transform: scale(20);
}
.masked-heart {
	/* position: relative; */
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
}

.first-img-text {
	z-index: 1;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
/*	transform: translateY(-42%);
*/}
.iner-imgs img{
	position: absolute;
	left: 0%;
	right: 0%;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	margin: 0 auto;
	
	
}
.love-img-txt {
	z-index: 1;
	top: 42%;
	left: 0px;
	width: 230px ;
	height: 154px;
	position: absolute;
}
.luv-img-main {
	position: relative;
	height: 100vh;
}
.luv-img-main .row {
	height: 100vh;
}
.we-lv-yr-imgs-too-sec , .we-lv-yr-imgs-too-sec2  {
	height: 100vh;
	position: absolute;
	top: 0;
}
.we-lv-yr-imgs-too-sec .row ,.we-lv-yr-imgs-too-sec2 .row {
	height: 100vh;
}
.we-lv-yr-img-left ,.we-lv-yr-img-left2 {
	position: relative;
}
.we-lv-yr-img-right ,.we-lv-yr-img-right2 {
	position: relative;
}
.blue-heart {
	position: absolute;
	width: 206px ;
	top: 39%;
	right: 123px;
	opacity: 0;
}
.look-at-heart {
    position: absolute;
    width: 206px;
    top: 39%;
    right: 273px;
    opacity: 0;
}
.orange-heart {
	position: absolute;
	/* width: 175px ; */
	height: 199px;
	top: 39%;
	right: 145px;
	opacity: 0;
	/* transform: translateY(0px); */
}
.me-heart{
    position: absolute;
    /* width: 175px; */
	height: 199px;
    top: 39%;
    right: 95px;
    opacity: 0;
	/* transform: translateY(-1px); */

}

.you-img {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 95.069 px;
	height: 44.2598px;
	transform: translate(0, -74px);
	/* opacity: 0; */
}
.we {
position: absolute;
z-index: 1;
top: 49.6%;
left: 0px;
transform: translate(0, -70px);
opacity: 0;
}
.luv-yr{
	position: absolute;
	top: 46.7%;
	left: 0px;
	z-index: 1;
	/* opacity: 0; */
}
.imgs-too {
	position: absolute;
	/*top: 49%;*/
	top: 48%;
	left: 0px;
	z-index: 1;
	opacity: 0;
	transform: translate(0, 95px);	
}
.look-at-me-logo-down .row{
 height: 100vh;
}
.look-at-me-logo-down {
	position: absolute;
	top: 0;
}
.look-at-me-logo-down img{
	width: 645px;
    left: 4.2%;
    top: 39%;
    right: 0%;
    z-index: 10;
    position: absolute;
    margin: 0 auto;
    opacity: 0;
}
.empowering-team {
	/* position: relative; */
	 /* opacity: 0;	  */
	left: 0;
	/* top: -800px; */
	right: 0;
	margin: 0 auto; 
}
.loving-client-section {
	/*opacity: 0;*/
	margin-bottom: 153px;
}

/* Login Form Css  */
#block-lookatme-local-tasks,#block-lookatme-page-title,#edit-name--description,#edit-pass--description{
	display: none;
}
#block-lookatme-local-tasks-login {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/themes/lookatme/form-background.jpg);
    width: 100%;
    /*height: 100%;*/
    height: 768px;
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#user-login-form {

    background-color: #ffffff;
    padding: 2rem;
    max-width: 700px;
}
#user-login-form:before {
    content: "Login";
    font-weight: 500;
    color: #000000;
    display: block;
    text-align: center;
    font-size: 2.25em;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 1.125rem;
}
#user-login-form input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 56px;
    border-radius: 30px;
    margin-bottom: 1.125rem;
    }
.layout-content{
	margin-top: 121px;
}

.user-login-form .js-form-required {
	font-weight: 800;
    color: #000000;
    font-size: 1.25em;
    padding-left: 20px;
    display: block;
}

.second-text-section {
	max-width:750px ;
}

.button .js-form-submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 1rem 1.5rem !important;
    font-size: 1.125em !important;
    border-radius: 50px !important;
    margin: 1.125rem 0 0 0 !important;
    overflow: hidden !important;
    clear: both !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    border: none !important;
    text-align: center !important;
    letter-spacing: 0.125rem !important;
}
.masked-img7 {
	    filter: brightness(0.75);
}
#ingridient-tl{
	position: relative;
}
.lookatme-dam-section {
	overflow-x: hidden;
}
.solution-page-followers-section p{
	transition: opacity ease-out .7s;
}	
.carousel-item {
     transition: transform 2s ease, opacity .5s ease-out !important; 
}
#block-views-block-solution-bottom-slider-block-1 .custom-text-center{
	position:relative !important;
}
#block-views-block-solution-bottom-slider-block-1 .carousel .custom-text-center img{

	max-height: 757px;
	/*height: 100%;*/

}

.carousel-indicators {
	top: 715px !important;
}
.carousel-control-next, .carousel-control-prev{
	
	position: absolute;
    top: 365px;
    bottom: unset !important;
  /*  bottom: 0px*/
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;

}

/* change transition duration to control the speed of fade effect 

/*.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}*/
/*.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .2s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1;
    transition: opacity ease-out .2s;
}*/
@keyframes scroll {
    0% {
        opacity: 1;
    }
    33.33% {
        opacity: 0;
        transform: translateY(12px);
        height: 12px;
    }
    66.66% {
        opacity: 0;
        transform: translateY(0);
        height: 9px;
    }
    100% {
        opacity: 1;
        height: 6px;
    }
}


img.image-logo {
    width: 27.379vw;
    /*height: 12.884vw !important;*/
    position: absolute;
    right: 6.9%;
    bottom: 0;
    background: #ffffff;
    max-width: unset;
    object-fit: cover;
    padding: 1.098vw;
	max-width: 374px;
	max-height: 176px !important ;
}

#more-image-video-section {
	min-height: 100vh;
	top: 79px !important;
}
.order-2,.custom-bottom{
	display: flex;
    align-items: flex-end;
}

.navbar-nav .dropdown-menu{
	background-color:  #f7f7f7 ;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border-radius: unset;
    padding: 0px;	
    font-weight: bold;
    /*margin-top: 15px;*/
    /*top: 40px;*/
   }
   header .navbar-nav .nav-link:hover,
 header .navbar-nav .nav-link.active{
color: #00ADEE;
}

.navbar-nav .dropdown-menu li a:hover{
color: #00ADEE;
background-color:  #EAECEF ;
}


.navbar-nav .dropdown-menu li a:focus{
background-color:  unset;
color: unset;
}

.navbar-nav .dropdown-menu li a.active{
color:  #00ADEE;
background-color:  #EAECEF;
}

#assets_time,#assets_update_time,#user_time,#user_update_time,#trans_time,#tran_update_time{
	display: none;
}


/* ====================================== Insight page css========================================= */
.background-sec.insight-background-sec{
	background-image: url(../sub-img/insight-banner.png);
	position: relative;
	margin-top:120px;
}



/*.background-sec.insight-background-sec .bg-heart {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 742px;*/
/*    width: 772px;*/
/*    -webkit-mask-image: url(../sub-img/about-bg-heart.png);*/
/*    mask-image: url(../sub-img/about-bg-heart.png);*/
/*    -webkit-mask-size: 100%;*/
/*    mask-size: 100%;*/
/*    -webkit-mask-repeat: no-repeat;*/
/*    mask-repeat: no-repeat;*/
/*	z-index: 1;*/
/*}*/

/* <!-- insight-text-sec --> */
.insight-text-sec {
	padding: 30px 0px 60px;
}
.insight-text-sec .insight_text_head{
 font-size: 14px;
 line-height: 20px;
 max-width: 680px;
 }
 .insight-text-sec .insight_text_head p{
	font-weight: bold;
	margin-bottom: 20px;
 }
.insight_text_head span{
	color: #808080;
	display: block;
}

.insight-text-sec .insight_text_head p:nth-child(2){
	font-weight:400;
}
.insight-text-sec .insight_text_body{
	margin: 90px 0px 100px;
	max-width: 980px;
}
.insight-text-sec .insight_text_body p{
	font-size: 41px;
    line-height: 47px;
    color: #2E2E2E;
    font-weight: 600;
    margin-bottom: 0px;
	letter-spacing: -1px;
}

.insight-text-sec .insight_text_footer {
	max-width: 680px;
	font-size: 18px;
	line-height: 24px;
}
.insight-text-sec .insight_text_footer h1, h2, h3, h4, h5, h6 {
	font-size: 27px;
	line-height: 36px;
	/*margin-bottom:30px;*/
	margin-bottom:15px;
	padding: 0px !important;
}
.insight-text-sec .insight_text_footer p, .insight-text-sec .insight_text_footer span {
	/*margin-bottom: 30px;*/
	margin-bottom:24px;
	
}
.insight-text-sec .insight_text_footer a {
	color: #00A9EA;
	margin-bottom: 30px;

}
/* insight-banner-type-content  */
.insight_img_content .insight_content_hero img{
	width: 100%;
	max-height: 510px;
	object-fit: cover;
}
.insight_img_content .insight_content_hero .black_inner_content{
  font-size: 14px;
  line-height: 20px;
  background-color: #000;
  color: #ffff;
  padding: 50px 0px 0px 40px;
  height: 100%;

}
.insight_img_content .insight_content_hero .black_inner_content > *{
	max-width: 365px;
	width: 100%;
}
.insight_img_content  .black_inner_content p span{
	font-size: 18px;
	line-height: 24px;
	color: white;
	display: block;
	margin-bottom: 15px;
}

.insight_img_content  .black_inner_content p{
	font-size: 14px;
	line-height: 20px;
	color: #B7B7B7;
	margin-bottom: 0px;

}
.insight_img_content  .black_inner_content p:first-child{
	font-weight: bold;
}
.insight_img_content  .black_inner_content p:nth-child(2){
	color: white;
	margin-top: 45px;
	margin-bottom: 15px;
}

.insight_img_content .insight_content_hero .insight_bottom_content{
	margin: 85px 0px;
}
.insight_img_content .insight_content_hero .insight_bottom_content_wrapper{
	font-size: 18px;
	line-height: 24px;
	
}
.insight_img_content .insight_content_hero .insight_bottom_content_wrapper > *{
	max-width: 710px;
}
.insight_img_content .insight_content_hero .insight_bottom_content_wrapper h4, .insight_bottom_content_wrapper h2, .insight_bottom_content_wrapper h3, .insight_bottom_content_wrapper h5 , .insight_bottom_content_wrapper h1{
	font-size: 27px;
	font-weight: bold;
	line-height: 36px;
	/*margin-bottom: 30px;*/
	margin-bottom:15px;
	padding:0px;
}
.insight_img_content .insight_content_hero .insight_bottom_content_wrapper p{
	/*margin-bottom: 30px;*/
	margin-bottom: 24px;
}
.insight_img_content .insight_content_hero .insight_bottom_content_wrapper a{
	color: #00A9EA;
	margin-bottom: 30px;
	/*display: block;*/
	word-break: break-word;;
}
.insight_img_content .insight_content_hero .insight_bottom_content_wrapper a:last-child{
	margin-bottom: 0px;
}

.free-demo-section.insight-demo{
	background-image: url(../sub-img/insight_footer.png);
	/* background-size: 100% 100%; */
	background-repeat: no-repeat;
	background-position: 30% 70%;
	margin-top: 0px;
}

.insight_img_content .insight_content_hero .insight_bottom_content_wrapper ul li{
    list-style: disc;
    list-style-position: inside;
}

/* ========================================= Insight-mini-home ========================================= */
.insight_mini_sec{
	margin-top: 121px;
}

.insight_mini_sec .insight_mini_head{
	padding: 73px 0px 60px;
	background-color: #00ADEE;
}
.insight_mini_sec .insight_mini_head h1{
	font-size: 62px;
	line-height: 68px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}

.insight_mini_sec .img_card_hero{
	padding-top: 58px;
}
.minihome-content{
    padding-bottom:58px;
}
.insight_mini_sec  .row > .col-lg-4.col-md-6{
	margin-bottom: 55px;
	height: auto;
}
.insight_mini_sec .img_card_hero .card_main{
	text-decoration: none;
	color: #000;
	display: flex;
    flex-direction: column;
	height: 100%;


}
.insight_mini_sec .card_main .card-img{
	overflow: hidden;
	/*max-width: 100%;*/
	padding-top: 55.55%;
    height: 0;
    position: relative;

}
.insight_mini_sec .card_main .card_body{
	/*flex-grow: 1;*/
}
.insight_mini_sec .img_card_hero .card_main img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.insight_mini_sec .img_card_hero .card_main img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
  }
.insight_mini_sec .card_main h4{
	font-size: 26px;
	line-height: 33px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.insight_mini_sec .card_main h4:hover{
	color: #00ADEE;
}
.insight_mini_sec .card_main p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	/* margin-bottom: 55px; */
}

.insight_mini_sec .insight_mini_btn{
	display: block;
	text-align: center;
}
.insight_mini_sec .insight_mini_btn a {
font-size: 20px;
line-height: 24px;
font-weight: bold;
color: #00ADEE;
padding: 7px 18px;
border: 3px solid #00ADEE;
display: inline-block;
}
.insight_mini_sec .insight_mini_btn a span {
	margin-right: 10px;
}
.insight_mini_sec .insight_mini_btn a  i{
	font-size: 24px;
}
.free-demo-section.insight-mini-demo{
	background-image: url(../sub-img/insight-mini-footer.png);
	margin-top: 0;
	/* background-size: 100% 100%; */
	background-repeat: no-repeat;
	background-position:center;
}

/*11-06-2022*/
#loadMore {
    display:block;
    text-align:center;
   
}
#loadMore a{
     font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #00ADEE;
    padding: 7px 18px;
    border: 3px solid #00ADEE;
    display: inline-block;
    cursor: pointer;
}


.load-more-content{ display:none;
}

/*#loadMore {*/
/*    color:green;*/
/*    cursor:pointer;*/
/*}*/
/*#loadMore:hover {*/
/*    color:black;*/
/*}*/

/* dam calculator css */
.button_org{
    font-weight: 600
}
.button_org{
    display: inline-block
}
.button_org{
    background-color: #ef753d;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 170px
}
.button_org:hover {
    background-color: #cc6633;
}
.button_org.button_white:hover {
    background-color: transparent !important
}
.button_white {
    background-color: transparent;
    border: 1px solid #fff
}
.look-calculator {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    display: table;
	    table-layout: fixed;
}
.look-calculator .col-6 {
    margin: 0;
    padding: 88px 112px;
    width: 50%;
    min-height: 100%;
    display: table-cell;
    /*vertical-align: top;*/
    /*height: 100vh;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.look-calculator.thankyou .col-6{
     margin: 0;
    padding: 88px 8%;
    width: 50%;
    /*min-height: 100%;*/
    /*display: table-cell;*/
    vertical-align: top;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blue-bg {
    background: #00ADEE
}
.look-calculator-heading {
    margin: 0 0 40px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 82px;
    font-weight: 100;
    color: #ffffff;
    line-height: 82px;
}
.look-calculator-heading span {
    color: #99DEF8
}
.look-calculator .big-heading {
    margin: 0 0 40px 0;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300
}
.white-logo {
    /*position: absolute;
    bottom: 33px;
    left: 33px;*/
    margin-top: 30px;
    max-width: 204px;
}
.look-calculator-form .form-group:last-child {
    margin-bottom: 0
}
.look-calculator-form .form-group {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.look-calculator-form h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
    padding: 0;
}
.look-calculator-form h3 span {
    color: #999999;
    font-weight: 400;
    font-size: 18px;
    display: block;
    line-height: 26px;
    margin-top: 10px;
}
.look-calculator-form p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.look-calculator-primary-heading {
    font-weight: 100;
    font-size: 52px;
    line-height: 58px;
    margin-bottom: 30px;
    color: #99DEF8;
}
.look-calculator-primary-heading span {
    display: block;
    color: #ffffff
}
.normal-heading {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
    max-width:750px;
}
p.normal-heading:last-child {
    margin-bottom: 0;
}
.look-calculator-step {
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none;
}
.look-calculator-step li {
    width: 20px;
    height: 20px;
    float: left;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 0;
    margin-right: 25px;
    border-radius: 50%;
    position: relative;
}
.look-calculator-step li:after {
        content: "";
    position: absolute;
    top: 0;
    right: -27px;
    width: 25px;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    margin: auto;
}
.look-calculator-step li.active {
    background: #EF753D url('../img/check-icon.svg') center center / 10px no-repeat
}
.look-calculator-step li:last-child:after {
    display: none
}
.look-calculator-step li:last-child {
    margin-right: 0
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control {
    position: relative;
    display: block;
    padding-left: 34px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.custom-control:last-child {
    margin-bottom: 0;
}
.custom-control-label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px; 
    border: 2px solid #CCCCCC;
    border-radius: 50%;
}
.custom-control-input:checked~.custom-control-label::after {
   background: #00ADEE url('../img/check-icon.svg') center center / 10px no-repeat;
    border-color: #00ADEE
}
.custom-control-label .form-control {
    margin-top: 14px
}
.form-control {
    background: #E0F5FD;
    border: 1px solid #CCEFFC !important;
    border-radius: 3px;
    height: 38px;
    padding: 10px;
    width: 100%;
}
textarea.form-control {
    height: auto;
    resize: none
}
.look-calculator-form-button {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 18px 24px;
    border-top: 1px solid #E5E5E5;
    width: 50%;
    text-align: right;
    background: #ffffff
}
.look-calculator-form-button a {
    font-size: 16px;
    padding: 13px 26px;
    background: #000000;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    margin-right: 18px;
}
.look-calculator-form-button a:last-child {
    margin-right: 0
}
.look-calculator-form-button a.back {
    background: #00ADEE;
}
.look-calculator-form-button a.next {
    background: #EF753D;
}
.estimate-input-bg {
    margin: 0 -5px;
    padding: 15px 0 12px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}
.estimate-input-bg:last-child, .estimate-input-bg:first-child {
    border-bottom: 0;
    padding-bottom: 0
}
.estimate-heading {
    margin: 0;
    padding: 0 20px 0 5px;
    float: left;
    width: calc(100% - 180px);
}
.estimate-heading h4 {
    font-size: 18px;
    font-weight: normal;
    color: #000000
}
.estimate-heading p {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-top: 5px
}
.estimate-input {
    margin: 0;
    padding: 0 5px;
    width: 50%;
    float: left;
}
.estimate-input h5 {
    font-weight: 700;
    font-size: 13px
}
.pos-rel {
    position: relative;
}
.estimate-input-bg.two-col .estimate-input input {
    padding-left: 28px;
}
.data-attr {
    position: absolute;
    top: 1px;
    right: 7px;
    font-size: 12px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}
.estimate-input-bg.two-col .data-attr{
    right: inherit;
    left: 7px;
}
.inline-group {
    width: auto;
    display: inline-block;
    float: none;
    margin-right: 36px;
    /*margin-bottom: 0;*/
}
.inline-group:last-child {
    margin-right: 0
}
.estimate-input-bg.two-col .estimate-heading{
    width: calc(100% - 100px);
}
.estimate-input-bg.two-col .estimate-input{
    width: 200px;
}
.form-group .desc {
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    width: 100%;
}
.form-group .desc p {
    margin: 0 0 20px 0
}
.form-group .desc p:last-child {
    margin: 0
}
.form-label {
    font-size: 18px;
    font-weight: 700;
    line-height: normal !important;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
}
.form-input {
    margin: 0 0 16px 0;
    padding: 0;
    float: left;
    width: 100%;
}
.full-width {
    width: 100% !important;
    float: none !important;
}
.thankyou {
    text-align: center;
}
.thankyou img{
    width: 268px;
    margin-bottom: 40px
}
.thankyou a {
    font-size: 16px;
    padding: 13px 26px;
    border-radius: 30px;
    color: #ffffff;
    border:1px solid #ffffff;
    display: inline-block;
    margin-right: 18px;
    margin-top: 36px;
}
.look-calculator-main-bg {
    height: 100%
}
@media(max-width:767px) {
.look-calculator .col-6 {
    float: left;
width: 100%;
padding: 30px 20px;
position: relative !important;
 
}
.look-calculator-step {
margin-bottom: 20px
}
.look-calculator {
height: auto !important;
}
.white-logo {
/*position: inherit !important;
top: 0;
left: 0;
margin-bottom: 30px;*/
max-width: 150px
}
.look-calculator-step li:after {
right: -15px;
width: 14px;
}
.look-calculator-step li {
margin-right: 11px;
}
.look-calculator-primary-heading {
font-size: 35px;
line-height: 40px;
margin-bottom: 20px
}
.normal-heading {
font-size: 18px
}
.look-calculator-form-button {
width: 100%;
padding: 10px 20px
}
.form-group .desc p, .form-label {
font-size: 16px;
}
.mobile-padding {
padding-bottom: 80px !important
}
.back {
    float: left;
}
.look-calculator .big-heading {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px;
}
.look-calculator-heading {
    margin: 0 0 20px 0;
    font-size: 45px;
    line-height: 45px;
}
}
.custom-control-label.cal-error::after, textarea.cal-error,input[type="text"].cal-error{
	background: #FECDCD;
    border-color: #FECDCD;
}
.mb-0{
    margin-bottom: 0px;
}
@media(min-width:768px) and (max-width:1024px) {
	.look-calculator .col-6 {
		    padding: 88px 30px;
	}
	.look-calculator-heading {
		font-size: 62px;
	}
	.look-calculator .big-heading {
		font-size: 22px;
	}
	.look-calculator-step li {
		margin-right: 17px;
	}
	.look-calculator-step li:after {
		right: -21px;
    width: 20px;
	}
}
.right-text-pos {
	right: 7px !important;
    left: inherit !important;
}
/** banner-29Nov19 */
.hero-section-wrapper {
			margin: 0;
			padding:0 30px 112px 30px;
			background: url('../img/hero-section-image.jpg') center center / cover no-repeat;
			min-height: 612px;
			display: flex;
				align-items: flex-end;
			color: #ffffff;
		}
		.hero-section-wrapper h1 {
			font-size: 75px;
			font-weight: 600;
			line-height: 70px;
			margin-bottom: 40px
		}
		.hero-section-wrapper h1 span {
			display: block;
			font-size: 37px;
			line-height: normal;
			margin-bottom: 10px
		}
		.hero-section-content {
			max-width: 626px;
		}
		.hero-section-content p {
			font-size: 19px;
			margin-bottom: 36px;
		}
		.hero-section-content .button_org {
			background: #ffffff;
			color: #FF1898;
			width: 147px;
		}
		@media(max-width:767px) {
		  .hero-section-wrapper br{display:none;}
			.hero-section-wrapper {
				    min-height: 570px;
					padding-bottom: 47px;
					padding-top: 0;
			}
			.hero-section-wrapper h1 span {
				font-size: 25px;
			}
			.hero-section-wrapper h1 {
				font-size: 55px;
                line-height: 54px;
			}
		}
h1.dam-cal-heading{
    font-weight: 700;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 10px;
} 
#dam-calculator-form .form-control{
    line-height: 1.2 !important;
}
@-moz-document url-prefix() {
    header .navbar-brand img{
    	width:300px !important;
    }
}
