/* CSS Document */
/** floating menu **/
.StickyBtns {
	position: fixed;
	bottom: 0;
	z-index: 109;
	right: 0;
	width: 100%;
}

.StickyBtns .FillRedBorder {
	height: 7px;
	background-color: var(--red-color-1);
	position: absolute;
	width: 100%;
	bottom: 0;
}

.StickyBtns .MainWrapper {
	position: relative;
	bottom: 7px;
}

.StickyBtns .FSocialIcon {
	float: right;
	background-color: var(--red-color-1);
	margin: 0 0 0 10px;
	padding: 6px 15px 4px;
	border-bottom: 0;
	width: auto;
	box-sizing: border-box;
}

.StickyBtns .FillRedBtn {
	display: inline-block;
	margin-left: 5px;
}

.StickyBtns .FillRedBtn a {
	display: block;
	background-color: var(--red-color-1);
	padding: 4px 33px 4px;
	transition: ease-in 0.3s;
	font-family: var(--lub_b);
	position: relative;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.StickyBtns .FillRedBtn .activator i {
	vertical-align: middle;
	margin: 3px 13px 0px 0px;
	display: inline-block;
}

.StickyBtns .RightWrapper {
	float: right;
}

.StickyBtns .MainWrapper .RightWrapper {
	display: inline-block;
	position: absolute;
	bottom: -2px;
	width: auto;
	right: 0px;
}

.StickyBtns .FillRedBtn a:hover {
	background-color: var(--blue-color);
}

/*-----StickyMenu-----------*/
/** index start **/
.IconWrap,
.RedBorderImg,
.ImgWrap,
.PlayIcon {
	line-height: 0;
}

.WoodBtn,
.FillRedBtn {
	display: inline-block;
}

.WoodBtn a {
	display: block;
	color: var(--black-color);
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding: 13px 21px;
	background-image: url(../images/imgs/button-bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	box-sizing: border-box;
	font-family: var(--lub_b);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.WoodBtn a:hover {
	color: var(--red-color);
}

.FillRedBtn a {
	display: block;
	color: var(--white-color);
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	background-color: var(--red-color);
	padding: 12px 28px;
	box-sizing: border-box;
	font-family: var(--lub_b);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.FillRedBtn a:hover {
	background-color: var(--blue-color);
}

.ThanksMsg {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1.5;
	font-family: var(--lub_b);
	text-align: center;
	margin: 100px 0px;
}

/** index end **/
h2.Title {
	color: var(--black-color);
	font-size: 40px;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: var(--site-font-b);
}

h3.Title {
	color: var(--blue-color);
	font-size: 35px;
	line-height: 1.2;
	font-family: var(--site-font-b);
}

h4.Title {
	color: var(--blue-color);
	font-size: 30px;
	line-height: 1.2;
	font-family: var(--site-font-b);
}

h5.Title {
	color: var(--black-color);
	font-size: 22px;
	line-height: 1.3;
	font-family: var(--site-font-b);
}

h6.SubTitle {
	color: var(--black-color);
	font-size: 20px;
	line-height: 1.5;
	font-family: var(--site-font-b);
}

.RedSepLine {
	width: 170px;
	height: 6px;
	margin: 10px 0px;
	text-align: left;
	background-color: var(--red-color);
}

.OnlyShortDescWrap .RedSepLine {
	margin: 30px auto;
}

.ContactWrapper {
	background-image: url(../images/imgs/contact-form-bg.jpg);
	background-repeat: repeat;
	background-position: top center;
	position: relative;
	overflow: hidden;
}

.ContactWrapper::before {
	content: "";
	position: absolute;
	background: url(../images/imgs/contact-form-box.png) repeat bottom left;
	width: 521px;
	height: 378px;
	bottom: 0;
	left: -15px;
}

.ContactWrapper .InnerContainWrapper {
	width: 970px;
	padding: 80px 0px 115px;
	position: relative;
	z-index: 1;
}
.ContactWrapper .Human span,
.ContactWrapper label{
	color: #000000;
}
.ContactWrapper .Human strong{
	font-weight: 600;
	color: #000000;
}
.SecondaryNavigationWrap+.ProductMainWrapper .InnerContainWrapper,
.SecondaryNavigationWrap+.OnlyShortDescWrap .InnerContainWrapper {
	padding-top: 0px;
}

.SecondaryNavigationWrap ul li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin: 0px 3px;
}

.SecondaryNavigationWrap ul li:first-child {
	margin-left: 0px;
}

.SecondaryNavigationWrap ul li:right-child {
	margin-right: 0px;
}

.SecondaryNavigationWrap ul li .ImgWrap {
	min-height: 145px;
	background-position: top center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 10px 40px;
	position: relative;
}

.SecondaryNavigationWrap ul li .ImgWrap::after {
	content: "";
	position: absolute;
	background-color: var(--red-color);
	width: 0%;
	height: 9px;
	bottom: -9px;
	left: 0;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.SecondaryNavigationWrap ul li .ImgWrap:hover::after,
.SecondaryNavigationWrap ul li a.active .ImgWrap::after {
	width: 100%;
}

.SecondaryNavigationWrap ul li h5.Title {
	color: var(--white-color);
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: var(--site-font-b);
	text-align: left;
}

.ProductMainWrapper .TitleDescWrapper {
	margin-bottom: 40px;
}

.ProductMainWrapper .TitleDescWrapper .TitleCol {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin-right: 20px;
}

.ProductMainWrapper .TitleDescWrapper .DescWrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 410px);
}

.ProductMainWrapper .TitleDescWrapper .RedSepLine {
	margin: 20px 0px 0px;
}

.ProductMainWrapper .TitleDescWrapper .DescWrap .Desc h6 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.ProductMainWrapper .TitleDescWrapper .DescWrap .Desc {
	font-size: 15px;
}

.ProductListWrap ul li {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin: 20px 8px;
}

.ProductListWrap ul li .ImgWrap {
	overflow: hidden;
	border-bottom: 9px solid var(--blue-color);
}

.ProductListWrap ul li h4.Title {
	color: var(--black-color);
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
	margin-top: 5px;
}

.StaffList ul li .ImgWrap img,
.ProductListWrap ul li .ImgWrap img {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.StaffList ul li .Col:hover .ImgWrap img,
.ProductListWrap ul li a:hover .ImgWrap img {
	transform: scale(1.1);
}

.ThinkInsideTheBoxWrapper .TitleDescWrap {
	width: 990px;
	margin: 0 auto 40px;
}

.ThinkInsideTheBoxWrapper .TitleDescWrap .TitleCol {
	width: 320px;
	margin-right: 50px;
	display: inline-block;
	vertical-align: middle;
}

.ThinkInsideTheBoxWrapper .TitleDescWrap .TitleCol h2.Title {
	font-size: 45px;
}

.ThinkInsideTheBoxWrapper .TitleDescWrap .DescWrap {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 375px);
}

.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 385px;
	margin: 10px 8px;
}

.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li:first-child,
.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li:first-child {
	margin-left: 0px;
}

.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li:last-child,
.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li:last-child {
	margin-right: 0px;
}

.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li .Col {
	background-image: url(../images/imgs/box-bg.jpg);
	background-repeat: repeat;
	position: relative;
	padding-bottom: 210px;
}

.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li .Col .ImgWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li .Col .DescWrap {
	padding: 35px;
	position: relative;
	z-index: 1;
}

.ThinkInsideTheBoxWrapper .ThreeBoxWrap ul li .Col .DescWrap .FillRedBtn a,
.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li .Col .DescWrap .FillRedBtn a {
	font-size: 14px !important;
	line-height: 24px !important;
	padding: 8px 18px !important;
}

.ThinkInsideTheBoxWrapper .RedSepLine {
	margin: 10px 0px 15px;
}

.ThinkInsideTheBoxWrapper .Desc {
	color: var(--white-color);
	font-size: 15px;
}

.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 588px;
	margin: 10px 8px;
}

.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li .Col {
	background-image: url(../images/imgs/box-bg.jpg);
	background-repeat: repeat;
	position: relative;
}

.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li .Col .ImgWrap {
	width: 275px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.ThinkInsideTheBoxWrapper .WhoBoxWrap ul li .Col .DescWrap {
	width: calc(100% - 275px);
	display: inline-block;
	vertical-align: top;
	padding: 25px;
}

.AboutWrapper .ImgWrap,
.WelcomeWrapper .ImgWrap {
	float: right;
	width: 660px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 0;
}
.AboutWrapper .ImgWrap video,
.WelcomeWrapper .ImgWrap video{
	height: auto;
}

.MissionStatementWrap .InnerContainWrapper {
	width: 1120px;
}

.StaffWrapper .RedSepLine,
.MissionStatementWrap .RedSepLine {
	margin: 15px auto;
}

.MissionStatementWrap .Desc {
	color: var(--white-color);
}

.StaffList ul li {
	width: 330px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 22px;
}

.StaffList ul li .Col {
	border-bottom: 5px solid var(--red-color);
	padding-bottom: 10px;
	position: relative;
}

.StaffList ul li .Col .Email {
	font-size: 22px;
	position: absolute;
	top: 356px;
	right: 0;
}

.StaffList ul li .ImgWrap {
	margin-bottom: 15px;
	overflow: hidden;
}

.StaffList ul li h5.Name {
	color: var(--black-color);
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: var(--site-font-b);
	margin-bottom: 5px;
}

.StaffList ul li .Designation {
	color: var(--primary-color);
	font-size: 15px;
	line-height: 1.2;
	font-family: var(--gotham_htfbold);
}

.BottomWelcomeWrapper .ImgWrap {
	width: 596px;
	float: left;
	margin-left: 0px;
	margin-right: 50px;
}

.BottomWelcomeWrapper .RedSepLine {
	margin: 15px 0px;
}

.TeamDetailsPopUpWrap {
	padding: 30px;
}

.TeamDetailsPopUpWrap .AuthorName {
	color: var(--blue-color);
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: var(--site-font-b);
	text-align: left;
	margin-bottom: 5px;
}

.TeamDetailsPopUpWrap h6 {
	color: var(--primary-color);
	font-size: 15px;
	line-height: 1.2;
	font-family: var(--gotham_htfbold);
	padding: 0px 0px 10px;
}

.TeamDetailsPopUpWrap .boxclose2 .fa.fa-close {
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 7px;
	color: #1c1c1c;
}

.BioInfoWrap .PhoneCol {
	margin-top: 5px !important;
}

.BioInfoWrap .EmailCol {
	margin-bottom: 10px;
}

.BioInfoWrap i {
	width: 20px;
}

.BioInfoWrap .PhoneCol .fa.fa-phone,
.BioInfoWrap .EmailCol .fa-envelope {
	font-size: 18px;
	color: var(--blue-color);
	margin-right: 5px;
}

.BioInfoWrap .PhoneCol .fa-phone {
	vertical-align: bottom;
}

.BioInfoWrap .PhoneCol,
.BioInfoWrap .EmailCol a {
	color: var(--blue-color);
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0px;
	word-break: break-all;
}

.BioInfoWrap .EmailCol a:hover {
	color: var(--red-color);
}

.BioImgWrap {
	float: left;
	line-height: 0px;
	margin: 0px 30px 10px 0px;
}

.TeamDetails .InnerBioInfo ul li,
.BottomWelcomeWrapper .DescWrap .Desc ul li {
	background-image: none !important;
	position: relative;
}

.TeamDetails .InnerBioInfo ul li::before,
.BottomWelcomeWrapper .DescWrap .Desc ul li::before {
	content: "";
	position: absolute;
	background: url(../images/bullet-1.png) no-repeat;
	width: 7px;
	height: 7px;
	top: 10px;
	margin-left: -18px;
}

.BioInfoWrap .PhoneCol .fa-mobile {
	font-size: 1.6em;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}

.product-container .InnerContainWrapper {
	padding: 40px 0 60px;
}

.product-container .RedSepLine {
	margin-top: 26px;
}

.product-container .flex {
	display: flex;
}

.product-container .flex .item {
	flex: 1 1;
}

.product-container .details {
	padding: 0px 40px 0 75px;
}

.product-container .details.FullWidth {
	padding: 0;
}

.product-container .short-desc {
	font-size: 18px;
	line-height: 30px;
	margin-top: 28px;
}

.product-container .desc {
	font-size: 15px;
	margin-top: 20px;
}

#carousel {
	margin-top: 4px;
	padding: 0 30px;
}

#carousel .flex-active-slide {
	box-shadow: 0px 0px 0px 4px #0055a5;
}

#carousel ul.NoBullet>li {
	margin: 4px;
}

#carousel .flex-direction-nav {
	height: 0;
	display: block;
}

#carousel .flex-direction-nav a {
	display: block;
	width: 28px;
	height: 100%;
	top: 0;
	margin: initial;
	background-position: center !important;
	line-height: 0;
}

#carousel .flex-direction-nav a.flex-prev {
	background: url(../images/icons/prev2.png) no-repeat top center,
		url(../images/bg/flex-silder-bg.png);
}

#carousel .flex-direction-nav a.flex-next {
	background: url(../images/icons/next2.png) no-repeat top center,
		url(../images/bg/flex-silder-bg.png);
}

.BioInfoWrap {
	/* text-align: center; */
}

.BioInfoWrap .ContactFormWrap {
	text-align: left;
	margin-top: 20px;
}

.TeamDetailsPopUpWrap .AuthorName {
	/* text-align: center; */
}

.BioInfoWrap .PhoneCol {
	/* display: inline-block;
	margin: 10px; */
}

.testimonial-container {
	background-image: url(../images/imgs/box-bg.jpg);
	background-repeat: repeat;
}

.testimonial-container .InnerContainWrapper {
	padding: 45px 0;
	width: 952px;
}

.testimonial-container .Col {
	background-color: #fff;
	padding: 70px 65px 55px;
	max-width: 766px;
	margin: 0 auto;
}

.testimonial-container .Col .desc {
	position: relative;
	padding-left: 36px;
	font-size: 18px;
	line-height: 1.5;
}

.testimonial-container .Col .desc::before {
	content: url(../images/icons/blockquote-left.png);
	width: 27px;
	height: 24px;
	position: absolute;
	top: -9px;
	left: 0;
}

#testimonial-slider {
	margin-top: 4px;
	padding: 0 40px;
}

#testimonial-slider .flex-direction-nav {
	height: 0;
	display: block;
}

#testimonial-slider .flex-direction-nav a {
	display: block;
	width: 33px;
	height: 26px;
	top: calc(50% - (26px / 2));
	margin: initial;
	background-position: center !important;
	line-height: 0;
}

#testimonial-slider .flex-direction-nav a.flex-prev {
	background: url(../images/icons/prev3.png) no-repeat top center;
}

#testimonial-slider .flex-direction-nav a.flex-next {
	background: url(../images/icons/next3.png) no-repeat top center;
}

.testimonial-container .heading {
	margin-bottom: 40px;
}

.testimonial-container h2.Title {
	text-align: center;
}

.testimonial-container .RedSepLine {
	margin-left: auto;
	margin-right: auto;
}

.HeaderBtnWarp {
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 20%;
}

.PhoneWrap {
	display: inline-block;
}

/* piyush 24-02-2021 */

.SecondaryNavigationWrap .jcarousel li .Col {
	width: calc(100% - 10px);
}

.SecondaryNavigationWrap .InnerContainWrapper {
	position: relative;
	width: 1280px;
	padding: 40px;
}

.SecondaryNavigationWrap .jcarousel ul li {
	margin: 0;
}

.SecondaryNavigationWrap .jcarousel-control-prev {
	left: 0;
}

.SecondaryNavigationWrap .jcarousel-control-next {
	right: 0;
}

.SecondaryNavigationWrap .jcarousel-control-prev,
.SecondaryNavigationWrap .jcarousel-control-next {
	display: none;
}

.StickyBtns .FSocialIcon {
	padding: 6px 5px 4px;
}

.SecNav {
	margin-bottom: 9px;
	display: block;
}

.SecondaryNavigationWrap+div .IdxContainWrapper,
.SecondaryNavigationWrap+section .IdxContainWrapper {
	padding-top: 0px;
}


/* blog css start */

.blog-container {
	background-color: var(--light-orange);
}

.blog-container .InnerContainWrapper {
	padding: 60px 0;
}

.blog-container .InnerContainWrapper h3.Title {
	margin-bottom: 40px;
	font-size: 35px;
}

.blog-container .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 22px;
}

.blog-container .Col {
	position: relative;
	height: 100%;
	background-color: #fff;
	max-width: 385px;
	/* box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1); */
	height: auto;
	border-bottom: 4px solid var(--blue-color);
}

.blog-container .Col .sepline {
	width: 100px;
	height: 4px;
	background-color: var(--red-color);
	margin: 8px 0 20px;
	border: 0;
}

.blog-container .Col a {
	display: block;
	height: 100%;
}

.blog-container .ImgWrap {
	position: relative;
	overflow: hidden;
	line-height: 0;
	aspect-ratio: 385 / 258;
}

.blog-container .ImgWrap img {
	transition: all .5s ease-in-out;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-container h6.Title {
	font-family: var(--site-font-b) !important;
	font-weight: 500 !important;
	font-size: 22px;
	line-height: 1.3 !important;
	color: var(--blue-color);
	margin: 0;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}

.blog-container .text {
	padding: 20px 15px 90px;
}

.blog-container .sepline {
	margin: 8px 0 20px;
	width: 100px;
}

.blog-container .desc {
	margin-top: 8px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.blog-container .btn-wrap {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 15px;
}

.blog-container .btn-wrap .redmore-btn {
	display: block;
	color: var(--white-color);
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	background-color: var(--red-color);
	padding: 12px 25px;
	box-sizing: border-box;
	font-family: var(--lub_b);
	transition: all 0.3s ease-in-out;
}

.blog-container .Col:hover .ImgWrap img {
	transform: scale(1.1);
}

.blog-container .Col:hover h6.Title {
	color: var(--red-color-1);
}

.blog-container .Col:hover .btn-wrap .redmore-btn {
	background-color: var(--blue-color);
}

/* blog css End */
/** service-area-wrapper page start**/

.service-area-wrapper .RightFloat {
	float: right;
	margin: 0 0 15px 40px;
	min-width: 640px;
	max-width: 640px;
	position: relative;
	z-index: 2;
}

.service-area-wrapper .RightFloat .form-cover {
	position: relative;
	z-index: 9;
	/* margin-top: -194px; */
	/* margin-top: -150px; */
	padding: 30px 20px;
	background-color: var(--blue-color);
}

.service-area-wrapper .RightFloat h4.Title {
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}

.service-area-wrapper .RightFloat .form-cover .heading-text {
	display: flex;
	gap: 25px;
	justify-content: space-between;
	color: #fff;
}

.service-area-wrapper .RightFloat .form-cover .heading-text i {
	min-width: 50px;
	max-width: 50px;
	max-height: 50px;
	min-height: 50px;
	background-color: #fff;
	border-radius: 100%;
	font-size: 30px;
	color: var(--blue-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-area-wrapper .Human .text-white {
	color: #fff;
}

.service-area-wrapper .RightFloat .form-cover .FormWrapper {
	margin-top: 20px;
}

.service-area-wrapper .LoaderImg,
.service-area-wrapper .ThanksMsg {
	text-align: center;
	color: #fff;
}

.service-area-wrapper .RightFloat a:hover {
	color: #ffffff;
}

.service-area-wrapper .ThanksMsg {
	margin: 100px 0;
}

.service-area-wrapper .ThanksMsg a {
	color: #fff;
	text-decoration: underline !important;
	word-break: break-word;
}

.service-area-wrapper .ThanksMsg a:hover {
	color: #fff;
	text-decoration: underline !important;
}

.desc2 .InnerContainWrapper {
	padding-top: 0;
}

.service-area-wrapper .Col3.SecurityCode {
	margin: 0;
}

.desc2 .ShortDesc a,
.service-area-wrapper .ShortDesc a {
	color: var(--red-color);
}

.service-area-wrapper .SubmitBtn a:hover {
	background-color: #fff !important;
	color: var(--red-color) !important;
}

.desc2 .ShortDesc a:hover,
.service-area-wrapper .ShortDesc a:hover {
	color: var(--blue-color);
}

/* body:has(.service-area-wrapper) h1.Page_Title {
	max-width: 550px;
} */

/* services area pages end */