/*
 Theme Name:   Retrofit Technologies
 Description:  Retrofit Technologies Ulistic
 Author:       Ulistic
 Version:      5.0.0.2
 Text Domain:  Retrofit Technologies
*/
.single-page-content .page-content img {
    max-width: 171px;
    object-fit: inherit;
}

.awards-image-wrap img {
    width: 151px !important;
}

.logo-last-child {
    justify-content: center;
    display: flex;
}

body {
	color: #000000;
	font-size: 17px;
	line-height: 22px;
	font-family: 'sourcesanspro-regular';
	overflow-x: hidden;
}

.container-sm {
	max-width: 1290px !important;
	width: auto !important;
}

.container {
	max-width: 1460px;
	width: auto !important;
}

.container-min {
	max-width: 1610px !important;
	width: auto !important;
}

.hoveranimate {
	-moz-transition: background-color 0.8s ease;
	-ms-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease;
	transition: background-color 0.8s ease;
	-webkit-transition: background-color 0.8s ease;
}

.allanimated {
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
}

.equalspace {
	float: none !important;
	margin: 0 auto !important;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a:focus,
input:focus {
	outline: none;
}

input,
buttom {
	border-radius: none;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.block {
	display: block
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

ul.list li {
	padding-left: 30px;
	position: relative;
}

ul.list li:before {
	content: "\002022";
	color: #d0262b;
	font-size: 17px;
	vertical-align: middle;
	line-height: 28px;
	position: absolute;
	left: 0px;
}

/* .btn{background: #5b2e91;color: #ffffff;  border-radius: 5px;border:none;font-size: 20px;display: inline-block;overflow: hidden;transition: color 0.3s ease;-webkit-transition: color 0.3s ease;position: relative;transform: translateZ(0px);-webkit-transform: translateZ(0px); font-family: 'HelveticaNeueBoldCondensed';letter-spacing: .5px;padding: 10px 19px;}
.btn:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 5px;z-index: -2;}
.btn::after {z-index: -1;background: #331951 !important;bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;transform: scaleX(0);-webkit-transform: scaleX(0);transform-origin: 0 50% 0;-webkit-transform-origin: 0 50% 0;transition: transform 0.3s ease-out;-webkit-transition: transform 0.3s ease-out;}
.btn:hover:after {transform: scaleX(1);-webkit-transform: scaleX(1);} */
.btn.focus,
.btn:focus,
.btn:hover {
	color: #ffffff;
}

.wrapper {
	display: table;
}

.left_content {
	display: table-cell;
}

.right_content {
	display: table-cell;
}

.block {
	display: block;
}

h1,
h2,
h4,
h5,
h6 {
	font-family: 'HelveticaNeueBoldCondensed';
}

h1 {
	font-size: 80px;
	line-height: 80px;
}

h2 {
	font-size: 50px;
	line-height: 50px;
}

h3 {
	font-size: 36px;
	line-height: 36px;
}

h4 {
	font-size: 28px;
	line-height: 30px;
}

h5 {
	font-size: 24px;
	line-height: 26px;
}

h6 {
	font-size: 22px;
	line-height: 22px;
}


/***** header ****/
/* header{position: fixed;width: 100%;top: 0;left: 0;z-index: 999;} */
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 42px 0 0;
}

header .navigation {
	display: inline-block !important;
	letter-spacing: 1.6px;
}

header .nav-item {
	display: inline-block;
	padding: 0 3px;
}

header .nav-item>a {
	color: #ffffff;
	padding: 0 12px;
	font-size: 15px;
	line-height: 10px;
	text-transform: uppercase;
}

header .btn {
	font-size: 18px;
	line-height: 10px;
	padding: 14px 21px;
	border: none;
	letter-spacing: 1.4px;
	margin-left: 27px;
}

header .dropdown-toggle::after {
	border-top: .3em solid #5b2e91;
}

header.smaller {
	position: fixed;
	background-color: #0d1822;
}

/***** *main-banner ****/
#main-banner {
	position: relative;
}

#main-banner .hero-body {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#main-banner .bg1 {
	/* background-image: url(images/banner-1.jpg); */
}

#main-banner .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* background-image: url(images/banner-overlay.png); */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#main-banner .banner-content {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	padding-left: 157px;
}

#main-banner .banner-content p {
	max-width: 700px;
}

#main-banner .banner-content h1 {
	margin-bottom: 54px;
	position: relative;
}

#main-banner .banner-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-image: url(images/traingle.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#main-banner .banner-content h2 {
	font-size: 34px;
	line-height: 60px;
	margin-bottom: 38px;
	font-family: 'WalkwayBold', arial;
}

#main-banner .btn {
	padding: 8px 20px;
	letter-spacing: .5px;
}

#main-banner .btn:last-child {
	background: #4f5659;
	border-color: #747d89;
	margin-left: 25px;
}

#main-banner .btn:last-child::after {
	background: #747d89 !important;
}

#main-banner .scrollbar-wrap {
	position: relative;
}

#main-banner .scrollbar {
	position: absolute;
	bottom: -207px;
	;
	left: 15px;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #4a5154;
	transition: opacity .3s;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'sourcesanspro-bold';
	letter-spacing: 3px;
	padding-bottom: 20px;
}

#main-banner .scrollbar:hover {
	opacity: .8;
	color: #fff;
}

#main-banner .scrollbar span {
	position: absolute;
	top: 28px;
	left: 50%;
	width: 12px;
	height: 17px;
	margin-left: -12px;
	background: url(images/scroll-arrow.png) no-repeat center bottom;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/* #main-banner .banner-bg:before {content: "";position: absolute;top: 0;left: 0;background: #000;width: 100%;height: 100%;opacity: 0.6;} */
/***** *main-banner ****/

#main-banner .btn-wrap {
	margin-top: 54px;
}


/******services****/
#services {
	padding: 42px 0 76px;
}

#services .services_wrap .sub-list {
	list-style: none;
	padding-left: 20px;
	margin: 0 0 44px;
	font-family: 'sourcesanspro-bold';
	font-size: 22px;
	line-height: 22px;
}

#services .services_wrap .sub-list li {
	list-style: none;
	position: relative;
	padding-left: 22px;
	margin: 0 0 10px;
}

#services .services_wrap .sub-list li:before {
	content: "\002022";
	color: #5b2e91;
	font-size: 26px;
	vertical-align: middle;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: -5px;
}

#services .services_wrap .left_content {
	width: 43%;
	vertical-align: middle;
	padding-bottom: 50px;
	padding-right: 3px;
	padding-top: 57px;
}

#services .services_wrap .left_content h2 {
	margin: 0 0 36px;
}

#services .services_wrap .left_content h6 {
	font-family: 'sourcesanspro-bold';
	margin: 0 0 20px;
}

#services .services_wrap .left_content p {
	margin: 0 0 28px;
}

#services .services_wrap .right_content {
	padding-left: 83px;
}


/******services ****/



/******excellence****/
#excellence {
	position: relative;
	padding: 92px 0 50px;
}

#excellence .container {
	max-width: 1150px !important;
}

#excellence .excellence_wrap h2 {
	margin: 0 0 44px;
}

#excellence .excellence_wrap .sub-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 44px;
	font-family: 'sourcesanspro-bold';
	font-size: 22px;
	line-height: 22px;
}

#excellence .excellence_wrap .sub-list li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}

#excellence .excellence_wrap .sub-list li:before {
	content: "\002022";
	color: #5b2e91;
	font-size: 26px;
	vertical-align: middle;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: -3px;
}

#excellence::before {
	top: 0;
}

#excellence::before,
#excellence::after {
	content: "";
	position: absolute;
	border-top: 1px solid #d8dfe8;
	width: 780px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#excellence .excellence_wrap .left_content {
	width: 48%;
}

#excellence .excellence_wrap .left_content p {
	margin: 0 0 22px;
	padding-right: 14px;
}

#excellence .excellence_wrap .left_content .btn {
	margin: 20px 0 0;
	padding: 10px 23px;
	letter-spacing: .6px;
}

#excellence .excellence_wrap .right_content {
	padding-left: 87px;
	vertical-align: top;
}

#excellence .excellence_wrap {
	padding: 0 0 93px;
}

/******excellence ****/

/******organizations ****/
#organizations {
	padding: 31px 0 50px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}

#organizations .title h2 {
	width: 75%;
	max-width: 100%;
	margin: 0 auto 60px;
}

#organizations .title {
	margin: auto;
}

#organizations .organization_list {
	width: 100%;
	padding: 0 0 98px;
}

#organizations .organization_list .oraganizations_wrap {
	border: 1px solid #5b2e91;
	padding: 40px 32px;
	min-height: 333px;
	border-radius: 10px;
}

#organizations .organization_list .oraganizations_wrap .btn {
	background: none;
	color: #5b2e91;
	border: 2px solid #5b2e91;
	padding: 5px 19px;
}

#organizations .organization_list .oraganizations_wrap .btn:hover {
	color: #fff;
}

#organizations::after {
	content: "";
	position: absolute;
	border-top: 1px solid #d8dfe8;
	width: 780px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#organizations .organization_list .oraganizations_wrap .img_wrap {
	margin: 0 0 35px;
}

#organizations .organization_list .oraganizations_wrap h6 {
	margin: 0 0 26px;
}

#organizations .organization_list .oraganizations_wrap p {
	min-height: 170px;
}

#organizations .organization_list .col-sm-3 {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	margin: auto;
	display: table;
}

/******organizations ****/


/******consultation ****/
#consultation {
	padding: 30px 0 96px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

#consultation .container {
	max-width: 1130px !important;
}

#consultation .title h2 {
	margin: 0 0 35px;
}

#consultation .title p {
	margin: 0 0 46px;
}

#consultation .consultation_list .col-sm-4:first-child {
	padding-right: 48px;
}

#consultation .consultation_list .col-sm-4:last-child {
	padding-left: 36px;
	padding-right: 0;
}

#consultation .consultation_list .content_wrap {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
}

#consultation .consultation_list .content_wrap h5 {
	margin: 0 0 26px;
}

#consultation .consultation_list .content_wrap p {
	margin: 0 0 43px;
	padding: 0 13px;
}

#consultation .consultation_list .consultation_wrap .img_wrap {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	height: 291px;
	margin: 0 0 43px;
}

#consultation .consultation_list .consultation_wrap .consultation_round-1 {
	background-image: url(images/consultation_1.png);
}

#consultation .consultation_list .consultation_wrap .consultation_round-2 {
	background-image: url(images/consultation_2.png);
}

#consultation .consultation_list .consultation_wrap .consultation_round-3 {
	background-image: url(images/consultation_3.png);
}

#consultation .consultation_list .consultation_wrap .img_wrap img {
	position: absolute;
	top: 64px;
	margin-left: -50px;
}

#consultation .consultation_list .consultation_wrap .consultation_round-3 img {
	top: 75px;
}

#consultation .consultation_list .btn {
	padding: 10px 20px;
}

/******consultation ****/

/***** testimonial *****/
#testimonial {
	padding: 85px 0 32px;
	background: url(images/testimonial_bg.png) no-repeat center top;
	background-size: cover;
	border-top: 1px solid #d8dfe8;
}

#testimonial .container-min {
	max-width: 1635px !important;
}

#testimonial .title h2 {
	text-align: center;
	font-size: 40px;
	margin: 0 0 60px;
}

#testimonial .testimonial_list {
	display: table;
	width: 100%;
}

#testimonial .testimonial_list li {
	float: left;
	width: 33.33333%;
	font-size: 17px;
	line-height: 26px;
	margin: 0 0 24px;
	padding: 0 15px;
}

#testimonial .testimonial_list li h4 {
	margin: 23px 0 31px;
}

#testimonial .testimonial_list li:first-child {
	padding-left: 0;
}

#testimonial .testimonial_list li:last-child {
	padding-right: 0;
}

#testimonial .testimonial_list li:first-child .text-wrap {
	float: left;
}

#testimonial .testimonial_list li:last-child .text-wrap {
	float: right;
}

#testimonial .text-wrap {
	max-width: 460px;
	margin: 0 auto;
}

#testimonial .comment {
	position: relative;
	width: 100%;
	display: table;
}

#testimonial .comment:after {
	content: "";
	top: 20px;
	left: 60px;
	position: absolute;
	width: 87%;
	border-top: 2px solid #909da3;
	padding: 1px;
	box-sizing: border-box;
}

#testimonial .testimonial_list li .name {
	font-size: 14px;
	line-height: 18px;
	color: #a3a5a7;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#testimonial .testimonial_list li p {
	margin: 0 0 16px;
}

#testimonial::after {
	content: "";
	position: absolute;
	border-top: 1px solid #d8dfe8;
	width: 780px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#testimonial .testimonial_content {
	padding-bottom: 75px;
}

/***** client_stories *****/

/***** blog-section *****/
#blog-section {
	padding: 50px 0 100px;
	background: url(images/steps-bg.jpg) no-repeat center top;
	background-size: cover;
}

#blog-section .container {
	max-width: 1170px !important;
}

#blog-section .title-wrap {
	margin: 0 auto 43px;
}

#blog-section .blog-content {
	background: #0d1822;
	max-width: 340px;
	margin: 0 auto 20px;
}

#blog-section .blog-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 212px;
	width: 100%;
	border: 1px solid #21242a;
	position: relative;
	border-bottom: none;
}

#blog-section .blog-1 {
	background-image: url(images/blog-1.jpg);
	border: 1px solid #939aa3;
}

#blog-section .blog-2 {
	background-image: url(images/blog-2.jpg);
}

#blog-section .blog-3 {
	background-image: url(images/blog-3.jpg);
}

#blog-section .text-wrap {
	padding: 29px 39px 31px 28px;
}

#blog-section .wrapper {
	min-height: 180px;
}

#blog-section .text-wrap h4 {
	position: relative;
	color: #ffffff;
	line-height: 30px;
}

#blog-section .text-wrap h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 43px;
	height: 1px;
	background: #5b2e91;
}

#blog-section .btn-wrap {
	display: table;
	width: 100%;
}

#blog-section .btn-wrap a {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: transparent;
	float: right;
	font-family: 'HelveticaNeueBoldCondensed';
}

#blog-section .blog_btn {
	padding: 10px 21px;
}

#blog-section .btn-wrap a::after {
	background: #fff;
}

#blog-section .btn-wrap a:hover::after {
	width: 100%;
}

/* #blog-section .btn-wrap a:hover{ color: #fff;} */
#blog-section .btn-wrap a::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #5b2e91;
	transition: width 0.3s;
}

#blog-section .col-md-4 {
	flex: 0 0 31.333%;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 0 16px;
}

/* #blog-section .col-md-4:last-child {
	right: -66px;
}

#blog-section .col-md-4:nth-child(2) {
	right: -33px;
} */

#blog-section .text-wrap h4 a:hover {
	color: #5b2e91;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#blog-section .col-md-4:first-child .blog-img {
	border-color: #939aa3;
	border-bottom: none;
}

/***** blog-section *****/
#blog-section .blog-img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #888;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .4s ease;
	opacity: .67;
}

#blog-section .blog-img:hover::after {
	width: 100%;
	background: #5b2e91;
	cursor: pointer;
}

#blog-section .btn-wrap a:hover {
	color: #5b2e91;
}

/***** news*****/
#news {
	padding: 60px 0;
	border-top: 1px solid #d8dfe8;
	border-bottom: 1px solid #d8dfe8;
	background-color: #f6f7f7;
}

#news .container {
	max-width: 1340px !important;
}

#news .title p {
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding-left: 15px;
}

#news .title p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	background-image: url(images/traingle2.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#news .wrapper {
	border: 10px;
	box-shadow: 15px 20px 33px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

#news .left_content .video-wrap {
	position: relative;
	border: 3px solid #000;
	border-radius: 10px 0 0 10px;
}

#news .left_content .video-wrap .play_button:before {
	content: "";
	height: 64px;
	width: 70px;
	background-image: url(images/news_button.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

#news .right_content .purple {
	color: #5b2e91;
}

#news .right_content h2 {
	position: relative;
	margin: 0 0 60px;
}

#news .right_content h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -32px;
	width: 43px;
	height: 1px;
	background: #d8dfe8;
}

#news .right_content {
	width: 53%;
	padding-left: 82px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #d8dfe8;
	border-radius: 0 10px 10px 0;
}

#news .left_content .video-wrap img {
	width: 100%;
}

/***** news*****/

/***** video-section *****/
#video-section {
	padding: 96px 0 119px;
	border-bottom: 1px solid #d8dfe8;
}

#video-section .title h2 {
	margin-bottom: 40px;
}

#video-section .video-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 408px;
	width: 100%;
	border: 1px solid #cccccc;
	position: relative;
	margin: 0 auto 36px
}

#video-section .video-wrap {
	max-width: 617px;
}

#video-section .video-1 {
	background-image: url(images/video-img1.jpg);
}

#video-section .video-2 {
	background-image: url(images/video-img2.jpg);
}

/* #video-section .video-1 {margin-left:95px;}
#video-section .video-2 {margin-right:95px;} */
#video-section .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#video-section .btn {
	padding: 8px 24px;
	letter-spacing: 1px;
}

#modal_popup #myModal {
	z-index: 999999;
}

/* #modal_popup #myModal  .modal-content {background-color: transparent;border: none;} */
#modal_popup button.close {
	opacity: 1;
	cursor: pointer !important;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}

div#modal_popup iframe {
	height: 400px;
	/* width: 700px; */
	max-width: 900px;
}

/***** video-section *****/

/***** partner *****/
#partner {
	padding: 101px 0 99px;
}

#partner .title h2 {
	margin-bottom: 40px;
}

#partner .partner_list li,
#partner .partner_list2 li {
	display: inline-block;
	margin-right: 35px;
	margin-right: 28px;
	margin-bottom: 40px;
}

#partner .partner_list li:nth-child(2) {
	margin-right: 16px;
}

#partner .partner_list li:nth-child(3) {
	margin-right: 28px;
}

#partner .partner_list li:nth-child(4) {
	margin-right: 12px;
}

#partner .partner_list li:nth-child(5) {
	margin-right: 10px;
}

#partner .partner_list li:nth-child(6) {
	margin-right: 28px;
}

#partner .partner_list li:nth-child(7) {
	margin-right: 32px;
}

#partner .partner_list {
	margin: 0 0 43px;
}

#partner .partner_list2 li:first-child {
	margin-right: 40px;
}

#partner .partner_list2 li:nth-child(2) {
	margin-right: 36px;
}

#partner .partner_list2 li:nth-child(3) {
	margin-right: 26px;
}

#partner .partner_list2 li:nth-child(4) {
	margin-right: 42px;
}

#partner .partner_list2 li:nth-child(5) {
	margin-right: 30px;
}

/***** partner *****/

/***** footer *****/
footer {
	background: #0d1822;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}

/* footer .footer_top {position: relative;height: 137px;background: #000000;} */
footer .footer_top:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	right: auto;
	top: 0;
	left: 50%;
	z-index: -1;
	display: none;
}

footer .footer_top .congratulations h5 {
	font-family: 'sourcesanspro-regular';
	max-width: 192px;
	padding: 8px 0;
	position: relative;
	background-color: #5b2e91;
}

footer .footer_top .congratulations h5:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	border-bottom: 42px solid transparent;
	border-left: 18px solid #5b2e91;
	width: 0;
}

footer .container {
	max-width: 1490px !important;
}

footer .wrapper .left_content .orange {
	color: #e15a00;
	text-decoration: underline;
}

footer .wrapper .left_content p {
	background-color: #000;
	padding: 0 14px;
	font-family: 'sourcesanspro-bold';
	margin: 0;
}

footer .wrapper .right_content h3 {
	font-size: 40px;
	line-height: 45px;
	color: #5b2e91;
	font-family: 'HelveticaNeueBoldCondensed';
}

footer .wrapper .left_content {
	background-color: #0d1822;
	top: -28px;
	position: relative;
	z-index: 1;
	height: 138px;
}

footer .wrapper .left_content::before {
	content: '';
	position: absolute;
	top: 0;
	background: #0d1822;
	width: 500%;
	right: 50%;
	height: 105%;
	z-index: -1;
}

footer .wrapper .right_content {
	background-color: #000;
	display: table;
	position: relative;
	padding-left: 332px;
	padding-top: 30px;
	padding-bottom: 29px
}

footer .wrapper .left_content h3 {
	padding-right: 95px;
	margin-top: -27px;
	margin-bottom: 13px;
}

footer .wrapper .left_content .congratulations {
	position: relative;
	top: -38px;
}

footer .wrapper .left_content .congratulations:before {
	content: "";
	left: -500%;
	width: 500%;
	height: 100%;
	position: absolute;
	background-color: #5b2e91;
}

/* footer .wrapper .right_content:before{content:url(images/books.png);position:absolute;top:-87px;left: -76px;z-index: 9;} */
footer .wrapper .right_content:before {
	content: "";
	position: absolute;
	top: -70px;
	left: -120px;
	z-index: 9;
	background-image: url('/wp-content/uploads/2023/10/RetroFit-Ebook-Managed-Service-Pricing-Guide.png');
	background-repeat: no-repeat;
  background-size: 320px;
  width: 320px;
  height: 250px;
}

footer .wrapper .right_content::after {
	content: "";
	right: -500%;
	top: 0;
	width: 500%;
	height: 100%;
	position: absolute;
	background-color: #000;
}

footer .wrapper .right_content .button {
	display: table-cell;
	vertical-align: middle;
}

footer .wrapper .right_content .button .btn {
	background-color: #e15a00;
	font-size: 28px;
	line-height: 26px;
	padding: 14px 19px;
}

footer .wrapper .right_content .button .btn::after {
	background: #803b0e !important;
}

footer .wrapper .right_content .content {
	padding-right: 77px;
	padding-top: 7px;
}

footer .footer-menu_wrap .footer_menu {
	font-size: 16px;
	line-height: 36px;
}

footer .footer-menu_wrap .footer_menu h6 {
	font-family: 'sourcesanspro-regular';
	font-size: 20px;
	color: #4c5c6b;
	margin: 0 0 6px;
}

footer .footer-menu_wrap .footer_menu p {
	margin: 0;
}

footer .footer-menu_wrap {
	padding: 75px 0 53px;
}

footer .footer-menu_wrap {
	border-bottom: 1px solid #1f2932;
}

footer .footer-menu_wrap .footer_logo {
	margin: 0 0 44px;
}

footer .footer-menu_wrap .col-sm-2:first-child {
	max-width: 244px;
}

footer .footer-menu_wrap .col-sm-2:nth-child(2) {
	max-width: 188px;
}

footer .footer-menu_wrap .col-sm-2:nth-child(3) {
	max-width: 258px;
	flex: 0 0 17.667%;
}

footer .footer-menu_wrap .col-sm-2:nth-child(5) {
	max-width: 258px;
	flex: 0 0 17.667%;
}

.social-media {
	margin: 0 -10px 0;
}

.social-media li {
	padding: 0;
	display: inline;
	width: 100%;
}

footer .footer-menu_wrap .social-media li {
	padding-right: 0;
}

.social-media li a {
	height: 25px;
	display: inline-block;
	width: 45px;
	;
	overflow: hidden;
	text-indent: 999px;
	background-image: url(images/social_media.png);
	background-repeat: no-repeat;
}

.social-media li a.facebook {
	background-position: -9% top;
}

.social-media li a.facebook:hover {
	background-position: -9% bottom;
}

.social-media li a.twitter {
	background-position: 28% top;
}

.social-media li a.twitter:hover {
	background-position: 28% bottom;
}

.social-media li a.linkedin {
	background-position: 64% top;
}

.social-media li a.linkedin:hover {
	background-position: 64% bottom;
}

.social-media li a.youtube {
	background-position: 100% top;
}

.social-media li a.youtube:hover {
	background-position: 100% bottom;
}

footer .bottom_footer {
	padding: 36px 0;
}

footer .bottom_footer p {
	margin: 0;
}

footer .bottom_footer {
	font-size: 16px;
	line-height: 28px;
	color: #4c5c6b;
	text-align: center;
}

footer .bottom_footer p span {
	padding: 0 6px;
}

footer .footer-menu_wrap .footer_menu a:hover {
	color: #5b2e91;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

footer .bottom_footer p a:hover {
	color: #5b2e91;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

/***** footer *****/
#organizations .organization_list .oraganizations_wrap .btn a {
	color: inherit;
}

#consultation .consultation_list .btn a {
	color: inherit;
}

#blog-section .wrapper a {
	color: inherit;
}

footer .bottom_footer p a {
	color: #4c5c6b;
}

footer .footer-menu_wrap .footer_menu p a,
footer .footer-menu_wrap .footer_menu li a {
	color: inherit;
}

footer .wrapper .right_content .button a {
	color: inherit;
}

footer .wrapper .right_content h3 a {
	color: #5b2e91;
}

footer .footer-menu_wrap .footer_menu a {
	color: inherit;
}

/*sub menu*/
ul.sub-menu:before {
	border-bottom: 8px solid #385072;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	display: none;
	content: "";
	left: 28px;
	position: absolute;
	top: 0
}

header .navigation ul.sub-menu {
	border-radius: 0;
	display: none;
	font-weight: 500;
	height: auto;
	left: 0;
	margin: 0 !important;
	opacity: 1;
	padding: 10px 0 0;
	position: absolute;
	width: auto;
	z-index: 10000;
}

header .navigation ul.sub-menu li {
	border: 1px solid #000;
	background: #5b2e91;
	color: #fff;
	display: block !important;
	margin: 0 !important;
	padding: 4px 10px !important;
	text-align: left !important;
	text-decoration: none
}

header .navigation ul.sub-menu li a:hover {
	color: #fff !important
}

header .navigation ul.sub-menu li:hover {
	background: linear-gradient(to bottom, #000 0%, #4f5659 100%);
	background: -moz-linear-gradient(to bottom, #000 0%, #4f5659 100%);
	background: -webkit-linear-gradient(to bottom, #000 0%, #4f5659 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#00569f', GradientType=0)
}

header .navigation ul.sub-menu li a {
	background: transparent !important;
	color: #fff !important;
	display: block;
	font-size: 13px !important;
	line-height: 25px !important;
	overflow-wrap: break-word;
	padding: 10px !important;
	text-align: left;
	white-space: nowrap;
	width: auto;
	letter-spacing: 0;
	font-family: 'sourcesanspro-regular', arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

li.menu-item {
	position: relative
}

header .navigation ul.sub-menu li a::before {
	content: ""
}

header .navigation ul li.open ul.sub-menu {
	display: block
}

header .navigation ul.sub-menu a:hover {
	background: #fff none repeat scroll 0 0;
}

header .navigation ul li.current-menu-item a {
	color: #fff;
}

header .navigation ul.nav-list>li.current-menu-item>a::after,
/* header .navigation ul.nav-list>li.current-menu-ancestor>a::after {background-color:transparent;content:"";display:block;height:2px;transform-origin:left;transform:scaleX(1);transition:transform .75s cubic-bezier(.19,1,.22,1);width:100%;position:absolute;bottom:-7px;left:0} */
header .navigation ul.sub-menu li.current-menu-item>a {
	color: #ffffff !important
}

header .navigation li li a::after {
	background: none
}

.main-headerr .nav-list li:first-child {
	border-radius: 10px 10px 0 0
}

.main-header .nav-list li:last-child {
	border-radius: 0 0 10px 10px
}

header .navigation li.menu-item:hover .sub-menu {
	display: block;
}

.responsiveSelectContainer {
	margin-bottom: 10px;
}

.responsiveSelectContainer select.responsiveMenuSelect,
select.responsiveMenuSelect {
	font-size: 15px;
	font-family: 'Neutrif Pro-SemiBold', arial;
	height: 50px;
	width: 100%;
	background: #888;
	color: #fff;
	border-radius: 10px;
}

header .nav-link {
	position: static;
	width: 100%;
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
}

header .dropdown {
	position: relative;
}

header .menu-item-has-children>a:after {
	position: absolute;
	content: "";
	right: 0;
	top: 9px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #5b2e91;
}

#services .cols-m-12 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

header.smaller {
	position: fixed;
	background-color: #0d1822;
	padding: 15px 0;
	z-index: 99;
}

html.no-js {
	margin-top: 0 !important;
}

/****/
.page-id-193 #inner-banner .banner-wrapper {
	overflow: hidden;
}

.inner-container {
	max-width: 1450px !important;
	width: auto !important;
}

#inner-banner.contact-us {
	background: url(images/inner-bg.jpg) no-repeat center top;
	background-size: cover;
}

#inner-banner .banner-wrapper {
	/*  background: url(images/inner-bg.jpg) no-repeat center top; background-size: cover; */
	display: table;
	width: 100%;
	height: 100%;
}

#inner-banner .table-wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 55px 0;
}

#inner-banner .banner-content {
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'source_sans_proregular', arial;
}

#inner-banner .banner-content h1 {
	font-size: 66px;
	color: #ffffff;
	line-height: 70px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	position: relative;
	margin-bottom: 75px;
}

/* #inner-banner .banner-content h1:after{ content: ""; position: absolute; left: 0; bottom:-37px; width: 85px; height: 3px; background: #99cc33;} */
#inner-banner.contact-us .title {
	position: relative;
	padding-left: 78px;
}

#inner-banner.contact-us .title::before {
	content: url(images/text-icon.png);
	position: absolute;
	left: 10px;
	top: 9px;
}

#inner-banner.contact-us .banner-content h1 {
	margin-bottom: 54px;
	position: relative;
	padding-bottom: 16px;
}

#inner-banner.contact-us .banner-content h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #5b2e91;
	width: 100%;
	height: 5px;
}

#inner-banner.contact-us .banner-content h1::before {
	bottom: -57px;
}

#inner-banner.contact-us .contact-list {
	display: block;
	width: 100%;
	max-width: 346px;
	margin: 0 auto;
}

#inner-banner.contact-us .contact-list li, .bottom-map-section .contact-list li {
	font-size: 20px;
	line-height: 24px;
	font-family: 'sourcesanspro-regular', arial;
	position: relative;
	padding-left: 65px;
	margin-bottom: 29px;
	border-bottom: 1px solid #363636;
	padding-bottom: 21px;
}

#inner-banner .contact-list li {
	width: 271px;
	margin-left: 45px;
}
.bottom-map-section {
    padding-bottom: 130px;
}
.bottom-map-section iframe{
	border-radius: 10px;
	display: block;
}
.bottom-map-section .row {
	background: #f9f9f9;
    border-radius: 10px;
    margin: 0;
    box-shadow: 0 13px 45px rgba(0, 0, 0, 0.2);
    border: solid 5px #fff;
}
.bottom-map-section .right-contact-sec {
    padding-left: 50px;
    padding-right: 50px;
}
.bottom-map-section .contact-list li, .bottom-map-section .contact-list li span, .bottom-map-section .contact-list li a{
	font-family: "HelveticaNeueBoldCondensed", arial;
	letter-spacing: 0.5px;
}
#inner-banner.contact-us .contact-list li:last-child, .bottom-map-section .contact-list li:last-child {
	margin-bottom: 0;
}

#inner-banner.contact-us .contact-list li:before {
	position: absolute;
	left: 0;
	top: 3px;
}
.bottom-map-section .contact-list li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	background: #5b2e91;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-size: 30px;
	background-repeat: no-repeat;
    background-position: center;
}
.bottom-map-section .contact-list li.map:before {
    background-image: url(images/map.png);
   
}
.bottom-map-section .contact-list li.tollfree:before{
	background-image: url(images/tollfree.png);
	top: -10px;
}
.bottom-map-section .contact-list li.phone:before{
	background-image: url(images/phone.png);
}
.bottom-map-section .contact-list li.mail:before{
	background-image: url(images/mail.png);
	top: -10px;
}
#inner-banner.contact-us .contact-list li.map:before {
	content: url(images/map.png);
}

#inner-banner.contact-us .contact-list li.tollfree:before {
	content: url(images/tollfree.png);
	top: -10px;
}

#inner-banner.contact-us .contact-list li.phone:before {
	content: url(images/phone.png);
}

#inner-banner.contact-us .contact-list li.mail:before {
	content: url(images/mail.png);
	top: -10px;
}

#inner-banner.contact-us .contact-list a {
	color: #fff;
}
.bottom-map-section .contact-list li a{
	color: #000;
}

#inner-banner.contact-us .contact-list li.tollfree, .bottom-map-section .contact-list li.tollfree {
	padding-bottom: 29px;
}

#inner-banner.contact-us .contact-list li:last-child, .bottom-map-section .contact-list li:last-child  {
	border-bottom: none;
}

#inner-banner.contact-us .form-content {
	background: url(images/form-bg.jpg) no-repeat center right;
	background-size: cover;
	padding: 50px 60px 40px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'source_sans_proregular', arial;
	color: #000;
}

#inner-banner .fsBody {
	background-color: #fff0 !important;
}

#inner-banner .fsBody .fsForm {
	background-color: #fff0 !important;
}

#inner-banner.contact-us .form-content h2 {
	font-size: 50px;
	font-family: 'HelveticaNeue-CondensedBlack', arial;
	margin-bottom: 31px;
	line-height: 26px;
}

#inner-banner.contact-us .form-content .btn {
	background: #481586;
	color: #ffffff;
	border-radius: 5px;
	border: none;
	font-size: 34px;
	line-height: 25px;
	font-family: 'HelveticaNeue-CondensedBlack', arial;
	border-radius: 0;
	padding: 15px 53px;
	display: inline-block;
}

#inner-banner.contact-us .banner-content {
	padding-left: 0;
	padding-top: 100px;
}

#inner-banner.contact-us .left-content {
	padding-top: 50px;
}

#map-section {
	padding: 101px 0 170px;
}

#map-section .wrapper {
	box-shadow: 0 13px 45px rgba(0, 0, 0, 0.2);
	border: 5px solid #ffffff;
	border-radius: 17px;
}

#map-section .contact-textimonial {
	background: #fcfcfc;
	padding: 25px 40px 0 23px;
	height: 411px;
	border-radius: 11px 0 11px 0;
}

#map-section .contact-textimonial h3 {
	font-size: 28px;
	line-height: 52px;
	color: #000001;
	font-family: 'HelveticaNeue-CondensedBlack', arial;
	text-transform: uppercase;
}

#map-section .textimonial-content {
	position: relative;
	padding-left: 34px;
	margin: 14px 0 28px;
	font-size: 12px;
	line-height: 18px;
	font-family: 'source_sans_proregular', arial;
}

#map-section .textimonial-content:before {
	content: url(images/conact-comment.png);
	position: absolute;
	left: 3px;
	top: 0;
}

#map-section .textimonial-content:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 32px;
	width: 3px;
	height: 61%;
	background: #353535;
}

#map-section .col-md-6:last-child .textimonial-content:after {
	height: 27%;
}

#map-section .textimonial-content h4 {
	font-size: 18px;
	line-height: 22px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	margin-bottom: 12px;
}

#map-section .textimonial-content p {
	margin-bottom: 12px;
}

#map-section .profile h5 {
	font-size: 10px;
	line-height: 12px;
	font-family: 'source_sans_proregular', arial;
	color: #95979a;
	text-transform: uppercase;
}

#map-section .map {
	background: url(images/map-img.jpg) no-repeat center top;
	background-size: cover;
	height: 411px;
	position: relative;
	border-radius: 11px 0 11px 0;
}

#map-section .map:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/map-shadow.png) no-repeat top;
	width: 141px;
	height: 100%;
}

#map-section .btn {
	font-size: 17px;
	line-height: 24px;
	color: #5b2e91;
	border: 2px solid #5b2e91;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	background: #fff;
	padding: 4px 15px;
	margin-top: 5px;
}

#map-section .btn:hover {
	color: #fff
}

/*inner banner style*/
#inner-banner {
	position: relative;
}

#inner-banner .banner-bg {
	background: url(images/inner-bg.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #142841;
}

#inner-banner .table-wrapper {
	display: table;
	width: 100%;
	position: relative;
}

#inner-banner .banner-content {
	display: table-cell;
	vertical-align: middle;
	padding: 60px 0;
	padding-left: 85px;
	position: relative;
}

#inner-banner .banner-text {
	color: #ffffff;
	font-size: 22px;
	line-height: 28px;
	font-family: 'sourcesanspro-regular';
	max-width: 800px;
	font-weight: normal;
	margin-top: 100px;
}

#inner-banner .banner-content h2 {
	font-size: 80px;
	line-height: 80px;
	font-family: 'HelveticaNeueBoldCondensed';
	position: relative;
	margin-bottom: 36px;
	font-weight: 900;
}

/*.page-id-130 #inner-banner .banner-content h2::before {content:url(images/traingle_3.png);position:absolute;top:0;left: -85px;}*/
/* #inner-banner  .banner-content:before{content:url(images/traingle_3.png);position:absolute;top:180px;left: 0;}  */
#inner-banner .banner-content p {
	margin-bottom: 35px;
}

.blue_btn {
	font-size: 22px;
	color: #ffffff;
	background: #5b2e91;
	padding: 9px 29px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	border: 0;
	margin-bottom: 49px;
}

.blue_btn:hover {
	color: #ffffff;
	background: #331951;
}

.blue_btn.focus,
.blue_btn:focus {
	box-shadow: none;
}

.blue_btn a {
	color: inherit;
}

#inner-banner .banner-text .blue_btn {
	font-size: 20px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 11px 4px;
	width: 295px;
	max-width: 100%;
}

#inner-banner.contact-us .banner-content:before {
	display: none;
}

/*****************************************/
#sidebarform .fsBody .fsForm {
	margin: 0;
	padding: 0;
	background: transparent !important;
}

#sidebarform .fsBody.fsEmbed {
	padding: 0;
	background: transparent;
}

#sidebarform .fsBody .fsFieldRow,
#sidebarform .fsBody .fsRowBody {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

#sidebarform .fsBody .fsFieldRow {
	margin-bottom: 0 !important;
}

#sidebarform .fsRequiredMarker {
	display: none !important;
}

/* #sidebarform #fsRow4341862-1, #sidebarform #fsRow4341862-3 {width: 47%;float: left;clear: left;}
#sidebarform #fsRow4341862-2, #sidebarform #fsRow4341862-4 {width: 47%;float: right;clear: right;} */
#sidebarform .fsForm select.fsRequired,
#sidebarform .fsForm textarea.fsRequired,
#sidebarform .fsRowBody input[type=email].fsRequired,
#sidebarform .fsRowBody input[type=number].fsRequired,
#sidebarform .fsRowBody input[type=tel].fsRequired,
#sidebarform .fsRowBody input[type=text].fsRequired {
	border: 2px solid #000;
	background-color: #fff;
	height: 40px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-family: 'WalkwayBlack', arial;
	box-shadow: none;
}

#sidebarform .fsLabelVertical .fsLabel {
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: 'sourcesanspro-regular', arial;
	line-height: 24px;
	text-align: left;
}

#sidebarform .fsFieldFocused:not(.fsValidationError).fsSpan100 {
	padding: 0 !important;
	margin: 0 !important;
}

#sidebarform .fsForm .fsSubmit {
	margin-top: 0;
	padding: 10px 0 0;
}

/* #sidebarform .fsSubmit input.fsSubmitButton {background: #d0262b !important;font-size: 20px !important;line-height: 0;font-family: 'Neutrif Pro-Bold',arial;color: #ffffff !important;text-transform: capitalize;padding: 13px 15px !important;width: 100%;border-radius: 5px !important;margin-top: 0;height: 40px;border: 1px solid #000;}
#sidebarform .fsSubmit input.fsSubmitButton:hover {background: #d0262b !important;-webkit-transition: ease-out 0.7s;-moz-transition: ease-out 0.7s;transition: ease-out 0.7s; cursor: pointer;} */
.fsValidationError {
	background: transparent;
	border: none;
	color: #000;
	box-shadow: none;
}

.fsValidationError .fsLabel,
.fsValidationError .fsRequiredLabel,
.fsValidationError .fsRequiredMarker {
	color: inherit !important;
}

.fsValidationError .fsLabel,
.fsValidationError .fsRequiredLabel,
.fsValidationError .fsRequiredMarker {
	color: #000 !important;
}

#sidebarform .fsForm .fsSubmit {
	background: #4f5659;
	color: #ffffff;
	border-radius: 5px;
	border: none;
	font-size: 22px;
	line-height: 31px;
	display: inline-block;
	overflow: hidden;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	position: relative;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	border: 1px solid #142841;
	padding: 10px 30px;
	width: 100%;
	margin-top: 15px;
}

#sidebarform .fsForm .fsSubmit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -2;
}

#sidebarform .fsForm .fsSubmit::after {
	z-index: -1;
	background: #331951;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 50% 0;
	-webkit-transform-origin: 0 50% 0;
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
}

#sidebarform .fsForm .fsSubmit:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

#sidebarform .fsForm .fsSubmit.focus,
#sidebarform .fsForm .fsSubmit:focus,
#sidebarform .fsForm .fsSubmit:hover {
	color: #ffffff;
}

#sidebarform .fsForm .fsSubmit a {
	color: #fff;
	font-family: 'LT Amber Regular', arial;
}

#sidebarform .fsForm .fsSubmitButton {
	padding: 10px 10px;
	border: 0 solid transparent;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0 !important;
	font-size: 30px !important;
	font-weight: 400;
	font-style: normal;
	line-height: 14px;
	color: #fff !important;
	background-color: transparent !important;
	font-family: 'HelveticaNeueBoldCondensed', arial !important;
}

/**/
#body-content {
	padding: 84px 0 60px;
}

#body-content .content-wrap {
	font-family: 'Neutrif Pro-Regular';
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

#body-content h2 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	margin-bottom: 43px;
}

#body-content p {
	margin-bottom: 26px;
}

#body-content .sub-list {
	list-style: none;
	padding-left: 30px;
	margin: 0 0 40px;
}

#body-content .sub-list li {
	list-style: none;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px
}

#body-content .sub-list li:before {
	content: "\002022";
	color: #005ddb;
	font-size: 26px;
	vertical-align: middle;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: -3px;
}

#body-content .blue_btn {
	padding: 10px 32px;
	margin-top: 5px;
}

#body-content .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* #body-content .text-wrap{ margin-bottom: 42px;} */
#body-content .block {
	display: block;
}

#body-content .text-wrap h3 {
	font-size: 34px;
	line-height: 40px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	border-bottom: 2px solid #005ddb;
	padding-bottom: 12px;
	margin-bottom: 35px;
}

#body-content .text-wrap .blue-text {
	text-decoration: underline;
}

#body-content .text-wrap h3 {
	position: relative;
	padding-left: 48px;
}

#body-content .text-wrap h3:after {
	content: url(images/icon.png);
	position: absolute;
	left: 0;
	top: 3px;
	width: 30px;
	height: 33px;
}

#body-content .content .comment {
	position: relative;
	width: 100%;
	display: table;
	padding-bottom: 31px;
}

#body-content .content .comment:after {
	content: "";
	top: 20px;
	left: 60px;
	position: absolute;
	width: 91%;
	background-image: linear-gradient(to right, #0B62D8 0%, #5686c8 50%, #a5acb6 100%);
	padding: 1px;
	box-sizing: border-box;
}

#body-content .testimonail-wrap {
	padding: 35px 65px 6px 60px;
	margin: 44px 0 48px;
	letter-spacing: 1.3px;
	position: relative;
	background: #f1f3f6;
}

#body-content .content .comment img {
	margin-top: -4px;
}

#body-content .testimonail-wrap h3 {
	font-family: 'sourcesanspro-regular', arial;
	color: #000000;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 33px;
	letter-spacing: 0;
	border: none;
	padding-left: 0;
	padding-bottom: 0;
}

#body-content .testimonail-wrap h3::after {
	display: none;
}

#body-content .content {
	position: relative;
}

#body-content .content h3 {
	margin-bottom: 33px;
}

#body-content .content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 33px;
	letter-spacing: 0;
	margin-top: 25px;
}

#body-content .content h4 {
	font-size: 14px;
	line-height: 30px;
	color: #828385;
	text-transform: uppercase;
}

#body-content .content p {
	margin-bottom: 21px;
}

#body-content .content p:last-child {
	margin-bottom: 0;
}

#body-content ol {
	counter-reset: section;
	margin: 36px 0 0;
	padding: 0;
	list-style: none;
}

#body-content ol li h5 {
	font-size: 22px;
	line-height: 26px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	padding-bottom: 18px;
}

#body-content ol li h5 {
	position: relative;
}

#body-content ol li h5::before {
	background: none;
	content: counter(section, decimal) ".";
	counter-increment: section;
	height: auto;
	font-size: 22px;
	line-height: 26px;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	display: inline-block;
	/*float: left;*/
	margin-right: 10px;
	width: auto;
	position: static;
}

#body-content .content .comment:before {
	content: "";
	background: url(images/comment.png) no-repeat center top;
	position: absolute;
	left: -3px;
	top: 0;
	width: 51px;
	height: 39px;
}

#body-content .content .comment:after {
	content: "";
	top: 20px;
	left: 60px;
	position: absolute;
	width: 91%;
	background-image: linear-gradient(to right, #1ea759 0%, #1ea759 50%, #a5acb6 100%);
	padding: 1px;
	box-sizing: border-box;
}

#body-content .sidebar span {
	display: block;
}

#body-content .sidebar-content {
	background: #5b2e91;
	color: #fff;
	border-radius: 10px;
	max-width: 300px;
	/*   margin: 6px 0 0; */
	float: right;
	padding: 28px 22px;
	font-family: 'NeutrifPro-Regular';
	text-align: center;
}

#body-content .sidebar-content h3 {
	font-size: 22px;
	line-height: 28px;
	font-family: 'HelveticaNeue-Condensed', arial;
	margin-bottom: 15px;
	letter-spacing: 0.7px;
	border: none;
	padding-left: 0;
	padding-bottom: 0;
}

#body-content .sidebar-content h3::after {
	display: none;
}

#body-content .sidebar-content h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
	font-family: 'HelveticaNeue-Condensed', arial;
	color: #fff;
}

#body-content .sidebar-content .btn {
	font-size: 24px;
	line-height: 22px;
	padding: 10px 77px;
	width: 100%;
	background: #005ddb;
	font-family: 'HelveticaNeueBoldCondensed', arial;
	text-transform: uppercase;
	color: #fff;
}

/* #body-content form{ height: 300px;} */
#body-content .btn.focus,
#body-content .btn:focus {
	box-shadow: none;
}

#body-content .btn:hover {
	background: #888;
}

#body-content .sidebar-content {
	width: 300px;
}

#body-content .sidebar {
	width: 300px;
	float: right;
	position: relative;
	;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
	cursor: pointer;
}

#body-content .right-container {
	margin: 6px 0 0;
	width: 300px;
	float: right;
	position: sticky;
	top: 110px;
}

#body-content .stick {
	position: fixed;
	width: 300px;
	top: 120px;
}

#body-content .abs {
	position: absolute;
	bottom: 0px;
	width: 300px;
	top: auto !important;
}

#body-content .fixed {
	/* position: fixed; */
	width: 300px;
	top: 120px;
}

/* #body-content .sidebar-content {width: 300px;position: absolute;}
#body-content .sidebar-content.fixed {  position: fixed; top: 20px;} */
/* #body-content .sidebar-content h3:after {} */

#body-content h3 {
	font-size: 28px;
	line-height: 120%;
	font-family: 'HelveticaNeueBoldCondensed';
	border-bottom: 2px solid #331951;
	padding-bottom: 6px;
	margin-bottom: 18px;
	position: relative;
	padding-left: 48px;
	font-weight: bold;
	text-transform: capitalize;
}

#body-content h3:after {
	content: url(images/icon.png);
	position: absolute;
	left: 0;
	top: 3px;
	width: 30px;
	height: 33px;
}

#body-content ul {
	list-style: none;
	padding-left: 30px;
	margin: 0 0 40px;
}

#body-content ul li {
	list-style: none;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	font-family: 'sourcesanspro-regular', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
}

#body-content ul li:before {
	content: "\002022";
	color: #331951;
	font-size: 26px;
	vertical-align: middle;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: -3px;
}

#body-content .blue_btn a {
	color: inherit;
}

#body-content p a {
	color: inherit;
}

#body-content p {
	margin: 0 0 1.35em;
	font-family: 'sourcesanspro-regular', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	padding-bottom: 0;
}

#body-content h1,
#body-content h2,
#body-content h4,
#body-content h5 {
	font-size: 28px;
	line-height: 30px;
}

#body-content p a:hover,
#body-content ul li a:hover {
	color: #5b2e91;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#body-content ul li a {
	color: inherit;
	text-decoration: underline !important;
}


#inner-banner.contact-us .form-wrap .fsBody .fsForm {
	margin: 20px 0;
	padding: 0;
}

#inner-banner.contact-us .form-wrap .fsBody.fsEmbed {
	padding: 0;
}

#inner-banner.contact-us .form-wrap .fsBody .fsFieldRow,
#contact-banner .form-wrap .fsBody .fsRowBody {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

#inner-banner.contact-us .form-wrap .fsBody .fsFieldRow {
	margin-bottom: 0 !important;
}

#inner-banner.contact-us .form-wrap .fsRequiredMarker {
	color: red;
}

#inner-banner.contact-us .form-wrap .fsForm select.fsRequired,
#inner-banner.contact-us .form-wrap .fsForm textarea.fsRequired,
#inner-banner.contact-us .form-wrap .fsRowBody input[type=email].fsRequired,
#contact-banner .form-wrap .fsRowBody input[type=number].fsRequired,
#inner-banner.contact-us .form-wrap .fsRowBody input[type=tel].fsRequired,
#inner-banner.contact-us .form-wrap .fsRowBody input[type=text].fsRequired {
	border: 1px solid #7d7575;
	background-color: #fff;
	height: 34px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-family: 'sourcesanspro-regular';
	box-shadow: none;
	margin-bottom: 8px;
}

#inner-banner.contact-us .form-wrap .fsLabelVertical .fsLabel {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'sourcesanspro-regular';
	line-height: 24px;
	margin-bottom: 6px;
	text-align: left;
}

#inner-banner.contact-us .form-wrap .fsFieldFocused:not(.fsValidationError).fsSpan100 {
	padding: 0 !important;
	margin: 0 !important;
}

#inner-banner.contact-us .form-wrap .fsForm .fsSubmit {
	/*margin-top: 0;*/
	padding: 10px 0 0;
	position: relative;
	margin: 0 auto;
	width: 50%;
}

#inner-banner.contact-us .form-wrap .fsSubmit input.fsSubmitButton {
	background: #5b2e91 !important;
	font-size: 34px !important;
	line-height: 0;
	font-family: 'HelveticaNeue-CondensedBlack', arial;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 13px 15px !important;
	width: 94%;
	border-radius: 5px !important;
	margin-top: 0;
	height: 55px;
	letter-spacing: 1px;
}

#inner-banner.contact-us .form-wrap .fsForm .fsSubmit::after {
	z-index: -1;
	background: #054f8e !important;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 50% 0;
	-webkit-transform-origin: 0 50% 0;
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
}

#inner-banner.contact-us .form-wrap .fsForm .fsSubmit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -2;
}

#inner-banner.contact-us .form-wrap .fsSubmit input.fsSubmitButton:hover {
	background: #3d495a !important;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
	cursor: pointer;
}

.fsValidationError {
	background-color: transparent !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.fsValidationError .fsLabel,
.fsValidationError .fsRequiredLabel,
.fsValidationError .fsRequiredMarker {
	color: #000 !important;
}

div.fsError {
	border: 1px solid #ce5f6d;
	color: #ce5f6d;
	background-color: #000;
	font-family: 'sourcesanspro-regular', arial;
}

#inner-banner.contact-us .form-wrap .fsForm textarea.fsRequired {
	height: 105px;
}

#inner-banner.contact-us .form-wrap #fsRow4387218-1,
#inner-banner.contact-us .form-wrap #fsRow4387218-3 {
	width: 47%;
	float: left;
	clear: left;
}

#inner-banner.contact-us .form-wrap #fsRow4387218-2,
#inner-banner.contact-us .form-wrap #fsRow4387218-4 {
	width: 47%;
	float: right;
	clear: right;
}

#inner-banner.contact-us .form-content h2::before {
	background: transparent;
}

#inner-banner.contact-us .form-wrap .fsBody .fsRowBody {
	margin-bottom: 0 !important;
}

/**************** Category **********************/
/* .blog_container{max-width:1514px; width:auto;} */
#retrofit-blog-section {
	padding: 107px 0 123px;
}

#retrofit-blog-section .content-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#retrofit-blog-section .blog-list li {
	list-style: none;
	float: left;
	margin-bottom: 66px;
	padding: 0 15px;
	color: #000;
}

#retrofit-blog-section .blog {
	margin: 0 auto;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
}

#retrofit-blog-section .blog-img {
	border: 1px solid #5b2e91;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 212px;
	width: 100%;
}

#retrofit-blog-section .blog-1 {
	background-image: url(images/blog-1.jpg);
}

#retrofit-blog-section .blog-2 {
	background-image: url(images/blog-2.jpg);
}

#retrofit-blog-section .blog-3 {
	background-image: url(images/blog-3.jpg);
}

#retrofit-blog-section .text-wrap {
	background: #fff;
	padding: 31px 30px 34px;
}

#retrofit-blog-section .text-wrap h4 {
	font-size: 24px;
	line-height: 30px;
	color: #fffefe;
	font-family: 'Roboto-Bold', arial;
	margin: 0 0 26px;
}

#retrofit-blog-section .text-wrap h4 span {
	display: block;
}

#retrofit-blog-section .wrap {
	text-align: left;
}

#retrofit-blog-section .blog-img {
	position: relative;
}

#retrofit-blog-section .text-wrap a.btn {
	margin: 24px 0 30px;
	padding: 9px 15px;
	font-size: 15px;
	font-family: 'HelveticaNeue-Condensed';
	font-weight: 700;
	letter-spacing: .84px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	color: #fff !important;
	border: 2px solid #5b2e91;
	border-radius: 5px;
	transition: all 0.2s;
	background: #5b2e91;
}

#retrofit-blog-section .text-wrap h4 a {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	line-height: 30px;
	color: #12283f;
	font-family: 'HelveticaNeueBoldCondensed';
	text-align: initial;
	transition: ease-in-out .3s;
	text-transform: uppercase;
	font-weight: 700;
}

#retrofit-blog-section .text-wrap h4 a:hover {
	color: #5b2e91;
}

#retrofit-blog-section .text-wrap .date {
	padding: 0 0 12px;
	display: block;
}

#retrofit-blog-section .text-wrap a.btn:hover {
	border-color: #5b2e91;
	background: #5b2e91;
	color: #fff !important;
}

#retrofit-blog-section .blog-img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #888;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .4s ease;
	opacity: .67;
}

/* #retrofit-blog-section .text-wrap p {min-height: 182px;} */
#retrofit-blog-section .text-wrap {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 400;
}

#retrofit-blog-section .blog_container {
	max-width: 1260px !important;
}

#retrofit-blog-section .blog-img:hover::after {
	width: 100%;
	background: #5b2e91;
	cursor: pointer;
}

.wp-pagenavi {
	clear: right;
	float: right;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 5px;
	color: #000;
}

.wp-pagenavi span.current,
.wp-pagenavi a.current {
	color: #5b2e91;
}

.wp-pagenavi span,
.wp-pagenavi a {
	font-weight: bold !important;
	font-size: 16px !important;
}

.wp-pagenavi a:hover {
	color: #5b2e91 !important;
}

#retrofit-blog-section .text-wrap p.video-content {
	min-height: 0;
}

#retrofit-blog-section .text-wrap p {
	font-family: 'sourcesanspro-regular', arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}


.home .awards-section-block .awards-block .awards-images {
	justify-content: flex-end;
	width: 100% !important;
	flex: inherit !important;
}
.home .awards-section-block .awards-block .awards-images .awards-image-wrap {
	margin: 0 5px 10px !important;
	padding: 0 !important;
	border: 1px solid #ccc;
}
/***** technology_partners *****/
#technology_partners {
	padding: 73px 0 134px;
}

#technology_partners .container {
	max-width: 1210px !important;
}

#technology_partners .title {
	text-align: center;
	margin: 0 auto 55px;
	display: table;
	width: 100%;
}

#technology_partners .title h2 {
	font-size: 50px;
	margin-bottom: 45px;
}

#technology_partners ul.partner_lists {
	text-align: center;
}

#technology_partners .partner_lists li {
	display: inline-block;
	width: 252px;
	margin-bottom: 20px;
	padding: 0 11px;
}

#technology_partners .partner_lists li:nth-child(4),
#technology_partners .partner_lists li:nth-child(8),
#technology_partners .partner_lists li:nth-child(12),
#technology_partners .partner_lists li:last-child {
	margin-right: 0;
}

#technology_partners .partner_lists li .icon_wrap {
	text-align: center;
	border: 1px solid #d8dfe8;
	min-height: 172px;
	display: table;
	width: 100%;
	background: #fff;
	box-shadow: 20px 11px 29px rgba(115, 113, 113, 0.1);
}

#technology_partners .partner_lists li .icon_wrap .icon {
	display: table-cell;
	vertical-align: middle;
}

#technology_partners .title p {
	width: 100%;
	padding: 0px 142px;
	margin: 0 auto;
}

/***** technology_partners *****/
#main-banner .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}


/***** thankyou-banner *****/
#thankyou-banner {
	background: url(images/banner-1.jpg) no-repeat center top;
	padding: 265px 0 239px;
	background-size: cover;
	border-bottom: 1px solid #b4cad8;
	background-color: #99cc33;
	position: relative;
}

#thankyou-banner .banner-content {
	max-width: 550px;
	padding: 0 59px;
}

#thankyou-banner .banner-content img {
	margin-bottom: 15px;
}

#thankyou-banner .banner-content h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 32px;
	color: #fff;
}

#thankyou-banner .btn {
	font-size: 22px;
	line-height: 34px;
	padding: 8px 23px;
	text-transform: capitalize;
}

#thankyou-banner .btn a {
	color: #fff;
	font-family: 'HelveticaNeueBoldCondensed', arial;
}

#thankyou-banner .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/banner-overlay.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/***** experience form *****/

#experience-page.bad-experience .form-content .fsBody .fsForm {
	margin: 20px 0;
	padding: 0;
}

#experience-page.bad-experience .form-content .fsBody.fsEmbed {
	padding: 0;
}

#experience-page.bad-experience .form-content .fsBody .fsFieldRow,
#contact-banner .form-wrap .fsBody .fsRowBody {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

#experience-page.bad-experience .form-content .fsBody .fsFieldRow {
	margin-bottom: 0 !important;
}

#experience-page.bad-experience .form-content .fsRequiredMarker {
	color: red;
}

#experience-page.bad-experience .form-content .fsForm select.fsRequired,
#experience-page.bad-experience .form-content .fsForm textarea.fsRequired,
#inner-banner.contact-us .form-wrap .fsRowBody input[type=email].fsRequired,
#contact-banner .form-wrap .fsRowBody input[type=number].fsRequired,
#experience-page.bad-experience .form-content .fsRowBody input[type=tel].fsRequired,
#experience-page.bad-experience .form-content .fsRowBody input[type=text].fsRequired {
	border: 1px solid #7d7575;
	background-color: #fff;
	height: 40px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-family: 'sourcesanspro-regular';
	box-shadow: none;
	margin-bottom: 10px;
}

#experience-page.bad-experience .form-content .fsLabelVertical .fsLabel {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'sourcesanspro-regular';
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
}

#experience-page.bad-experience .form-content .fsFieldFocused:not(.fsValidationError).fsSpan100 {
	padding: 0 !important;
	margin: 0 !important;
}

#experience-page.bad-experience .form-content .fsForm .fsSubmit {
	/*margin-top: 0;*/
	padding: 10px 0 0;
	position: relative;
	margin: 0 auto;
	width: 50%;
}

#experience-page.bad-experience .form-content .fsSubmit input.fsSubmitButton {
	background: #5b2e91 !important;
	font-size: 34px !important;
	line-height: 0;
	font-family: 'HelveticaNeue-CondensedBlack', arial;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 13px 15px !important;
	width: 94%;
	border-radius: 5px !important;
	margin-top: 0;
	height: 55px;
	letter-spacing: 1px;
}

#experience-page.bad-experience .form-content .fsForm .fsSubmit::after {
	z-index: -1;
	background: #054f8e !important;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 50% 0;
	-webkit-transform-origin: 0 50% 0;
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
}

#experience-page.bad-experience .form-content .fsForm .fsSubmit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -2;
}

#experience-page.bad-experience .form-content .fsSubmit input.fsSubmitButton:hover {
	background: #3d495a !important;
	-webkit-transition: ease-out 0.7s;
	-moz-transition: ease-out 0.7s;
	transition: ease-out 0.7s;
	cursor: pointer;
}

.fsValidationError {
	background-color: transparent !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.fsValidationError .fsLabel,
.fsValidationError .fsRequiredLabel,
.fsValidationError .fsRequiredMarker {
	color: #000 !important;
}

div.fsError {
	border: 1px solid #ce5f6d;
	color: #ce5f6d;
	background-color: #000;
	font-family: 'sourcesanspro-regular', arial;
}

#experience-page.bad-experience .form-content .fsForm textarea.fsRequired {
	height: 100px;
}

#experience-page.bad-experience .form-content #fsRow4387218-1,
#experience-page.bad-experience .form-content #fsRow4387218-3 {
	width: 47%;
	float: left;
	clear: left;
}

#experience-page.bad-experience .form-content #fsRow4387218-2,
#experience-page.bad-experience .form-content #fsRow4387218-4 {
	width: 47%;
	float: right;
	clear: right;
}

#inner-banner.contact-us .form-content h2::before {
	background: transparent;
}

#experience-page.bad-experience .form-content .fsBody .fsRowBody {
	margin-bottom: 0 !important;
}


/*home pages fixes*/
#main-banner .hero-body::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

iframe#nbcLMP15207673519 {
	/*display: none;*/
	border: 3px solid #000 !important;
	border-radius: 10px 0 0 10px;
}

#news .left_content {
	position: relative;
}

#news .left_content .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fluid-video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 55.5737%;
}

#nbc_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
	max-width: 100%;
	object-fit: cover;
	border: 3px solid #000 !important;
	border-radius: 10px 0 0 10px;
}
.forty-years-logo .container.banner_container {
  position: relative;
}
.forty-years-logo .container.banner_container:before,.home #main-banner .container.container-min::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20px;
  width: 130px;
  height: 130px;
  background-image: url("/wp-content/uploads/2023/10/RetroFit-Celebrating-40-Years-Logo.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain !important;
	background-size:140px;
	z-index:1;
}
.home #main-banner .banner-content::after {
	display: none !important;
}
.home #main-banner .container.container-min::before {
	right: 10%;
	bottom: 83px;
}
.home #main-banner .banner-content::after {
	bottom: -90px !important;
}
#testimonial .testimonial_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.location-box-wrap {
    display: flex;
    flex-flow: wrap;
	justify-content: center;
}
.location-box-wrap .location-box {
    width: calc((100%/3) - 30px);
    background: #f2f2f2;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 0 15px;
	margin-bottom: 30px;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.location-box-wrap .location-box h3 {
    font-size: 24px;
    position: relative;
    padding-left: 35px;
    padding-bottom: 15px;
    border-bottom: solid 1px #5b2e91;
    margin-bottom: 30px;
}
.location-box-wrap .location-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('https://www.retrofit.com/wp-content/uploads/2024/10/location-dot-solid.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.location-box-wrap .location-box ul li {
    list-style-type: disc;
    margin-bottom: 4px;
}
.location-box-wrap .location-box ul {

    margin-left: inherit;
}
.location-box-wrap .location-box ul li a {
    color: #5b2e91;
    font-size: 18px;
}
.location-box-wrap .location-box ul li a:hover {
    text-decoration: underline !important;
}
.page-template-default-template h3 a {
    color: #5a2d8f;
}
.page-template-default-template h3 a:hover {
    text-decoration: underline !important;
}
@media (max-width:1199px){
	.bottom-map-section .right-contact-sec {
		padding-left: 20px;
		padding-right: 30px;
	}
}
@media (max-width:1024px){
	.home #main-banner .container.container-min::before {
	bottom: 25px;
}
	.home #main-banner .banner-content::after {
	bottom: -60px !important;
}
.bottom-map-section .contact-list li {
    font-size: 17px;
}
.location-box-wrap .location-box {
    width: calc((100% / 2) - 20px);
	margin: 0 10px;
	padding: 30px 20px;
	margin-bottom: 30px;
}
}
@media (max-width:992px){
	.bottom-map-section .right-contact-sec {
        padding: 40px 30px;
    }
	.bottom-map-section .contact-list li.phone .contact-list-item-content {
		max-width: 370px;
	}
}
@media (max-width: 767px) {
	#nbc_video {
		border-radius: 10px 10px 0 0;
	}
	.forty-years-logo .container.banner_container::before, .home #main-banner .container.container-min::before {
	width: 80px;
	height: 80px;
	background-size: 80px;
}
	.home #main-banner .banner-content::after {
	bottom: 0px !important;
}
	.home #main-banner .container.container-min::before {
	right: 20px;
	bottom: 15px;
	left: inherit;
}
.bottom-map-section .contact-list li.map span {
    display: block;
}
.bottom-map-section .right-contact-sec {
	padding: 30px 20px;
}
.bottom-map-section {
    padding-bottom: 80px;
}
.location-box-wrap .location-box {
    width: 100%;
}
.location-box-wrap .location-box h3 {
    font-size: 22px;
}
.location-box-wrap .location-box ul li a {
    font-size: 16px;
}
}
@media (max-width: 479px) {
.home #main-banner .container.container-min::before {
	bottom: 15px;
	
}
	.forty-years-logo .container.banner_container::before, .home #main-banner .container.container-min::before {
	width: 60px;
	height: 60px;
	background-size: 60px;
}
}
html {
	overflow: auto;
}

footer .wrapper {
	width: 100%;
	padding-left: 10px;
}

footer .right_wrap {
	display: table;
	float: right;
	padding-right: 33px;
}

footer .wrapper .left_content {
	width: 30%;
}

footer .wrapper .right_content {
	padding-left: 0;
	float: right;
	width: 100%;
}

footer .wrapper .left_content {
	top: -28px;
	vertical-align: top;
}

footer .wrapper .left_content .congratulations {
	top: -29px;
}

footer .wrapper .right_content {
	padding-top: 29px;
	padding-bottom: 24px;
}

footer .wrapper .left_content h3 {
	margin-top: -14px;
	margin-bottom: 12px;
}

footer .wrapper .left_content::before {
	content: "";
	left: -500%;
	width: 500%;
	height: 100%;
	position: absolute;
	background-color: #0d1822;
}

footer .right_wrap h5 {
	letter-spacing: .4px;
}

footer .wrapper .right_content h3 {
	letter-spacing: 2px;
}

footer .wrapper .left_content p {
	letter-spacing: .8px;
}

footer .footer-menu_wrap .container {
	max-width: 1470px !important;
}

footer .footer-menu_wrap .col-sm-2:nth-child(4) {
	max-width: 253px;
	flex: 0 0 17.667%;
}

footer .footer-menu_wrap .footer_menu p .block,
footer .footer-menu_wrap .footer_menu li .block {
	margin-top: -13px;
}

footer .footer-menu_wrap .footer_menu h6 {
	letter-spacing: .6px;
}

footer .footer-menu_wrap .footer_menu p,
footer .footer-menu_wrap .footer_menu li {
	letter-spacing: .4px;
}

footer .footer-menu_wrap .col-sm-2:nth-child(2) {
	max-width: 195px;
}

footer .footer-menu_wrap .col-sm-2:nth-child(3) {
	max-width: 270px;
	flex: 0 0 20.667%;
}

footer .footer-menu_wrap .col-sm-2:nth-child(4) {
	max-width: 260px;
	flex: 0 0 18.667%;
}

footer .footer-menu_wrap .col-sm-2:nth-child(5) {
	max-width: 275px;
	flex: 0 0 18.667%;
}

footer .footer-menu_wrap .col-sm-2:last-child {
	flex: 0 0 13.8%;
}

footer .footer-menu_wrap {
	padding: 47px 0 53px;
}

#partner .partner_list2 li {
	margin: 0 0 45px !important;
}

#partner .partner_list2 li {
	margin-right: 35px !important;
}

#partner .partner_list2 li:last-child {
	margin-right: 0 !important;
}

#partner .partner_list2 li:nth-child(3) {
	margin-right: 26px !important;
}

#partner .container {
	max-width: 1300px;
}

#partner {
	padding: 82px 0 131px;
}

.btn {
	background: #5b2e91;
	display: inline-block;
	padding: 10px 19px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: .5px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'HelveticaNeueBoldCondensed';
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #331951;
	transition: all 0.3s;
	z-index: -2;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	width: 100%;
}

footer .wrapper .right_content .button .btn::before {
	background-color: #843806;
}

#main-banner .btn:last-child::before {
	background-color: #3c4244;
}

.logo img {
	width: 210px;
	height: 85px;
}
img[src*="pixel-geo"] {
	display: none !important;
}

img[data-lazy-src*="pixel-geo"] {
	display: none !important;
}

img.entered.exited {
	display: none !important;
	display: none !important;
}
header .wl-header-topbar ul li img {
    width: 24px;
    margin-right: 7px;
}
.ser-title {
	margin-bottom: 60px;
  }
  .services-box-inner {
	padding: 25px 40px;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 1.5% 3%;
	width: 100%;
	max-width: 30.3%;
}
  .services-box-inner h4 {
	margin-bottom: 15px;
  }
  .services-box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  .services-box-inner p {
	font-size: 16px;
	line-height: 1.4;
  }
  .services-box-inner .btn {
	margin-top: 10px;
}
.services-box-inner a {
	color: #ffffff;
}
.services-listed {
	padding: 70px 20px;
	background-color: #f5f5f5;
}
.ser-title > p {
	margin-top: 30px;
  }
  .divider {
	display: inline-block;
	margin: 50px 0;
	border: 1px solid #5b2e91;
	width: 100%;
	padding: 0;
}
.services-box-border .services-box-inner {
	background-color: transparent;
	border: 2px solid #5b2e91;
  }
  .services-box-inner.ser-col-50 {
	max-width: 47%;
  }
  .services-sec-detail h2 ~ h4 {
	margin-top: 10px;
}
.services-box-inner p a {
	color: #5b2e91;
	font-weight: 700;
}
.faq-sec {
	padding: 70px 20px 130px;
	background-color: #f5f5f5;
}
.faq-ans-que-wrap .faq-que {
	margin-bottom: 20px;
}
.faq-ans-que-wrap {
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 1px rgba(223, 223, 223, 0.2);
}
@media (max-width:991px){
	.services-box-inner {
		padding: 20px 30px;
		max-width: 47%;
	}
	.ser-title {
		margin-bottom: 40px;
	}
}
@media (max-width:767px){
.logo img {
    width: 180px;
    height: 75px;
}
.services-box-inner {
	padding: 20px 25px;
	margin: 0 0 20px;
	max-width: 100%;
}
.services-listed {
	padding: 50px 15px;
}
.divider {
	margin: 30px 0;
}
.services-box-inner.ser-col-50 {
	max-width: 100%;
}
.faq-sec {
	padding: 50px 15px 50px;
}
}