/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(30,18,79); /* Fallback color */
	background-color: rgba(30,18,79,0.75); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	max-width: 1399px;
}
/* The Close Button */
.close {
	color: #1E124F;
	float: right;
	font-size: 35px;
	line-height: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #EB5894;
	text-decoration: none;
	cursor: pointer;
}
.modal-content .full-profile-wrapper {
	overflow: hidden;
	background: #1E124F;
	display: flex;
}
.modal-content .modal-header {
	padding: 21px 24px 0 0;
	float: right;
}
.modal-content .full-profile-wrapper .left-box {
	float: left;
	width: 34%;
	border-right: 2px solid #1E124F;
}
.modal-content .full-profile-wrapper .left-box img {
	width: 100%;
}
.modal-content .full-profile-wrapper .left-box .quote-box {
	background: #1E124F;
	color: #fff;
	padding: 41px 28px 42px 40px;
}
.modal-content .full-profile-wrapper .left-box .quote-box blockquote {
	padding: 0;
	font-size: 23px;
	line-height: 31px;
	font-family: 'GTLightIta';
	color: #fff;
	margin: 0;
}
.modal-content .full-profile-wrapper .right-box {
	overflow: hidden;
	padding: 68px 35px 0 87px;
	background: #fff;
	flex-grow: 1;
}
.modal-content .full-profile-wrapper .right-box h3 {
	margin: 0 0 5px;
}
.modal-content .full-profile-wrapper .right-box h6 {
	font-size: 23px;
	line-height: 31px;
	margin: 0 0 27px;
	font-family: 'GTLightIta'
}
.modal-content .full-profile-wrapper .right-box h6 em {
	color: #9390B4;
	font-style: normal;
}
.biolinkbutton {
	cursor: pointer;
}
#scrollingtextbox{
	margin: 0 auto;
}
#scrollingtextbox .wpb_column.columns .vc_column-inner .wpb_wrapper .slick-slide {
	float: left !important;
}
.single-post-wrapper .row.wpb_row.full-width-row .wpb_column.columns {
	padding: 0px;
}
/*conatct_us_page*/
.conatct_us_page {
	border-bottom: 1px solid #372FA5;
}
.conatct_us_page .contact_info {
	padding: 91px 20px 100px !important;
	background-image: url('../images/contact-us.gif');
	background-repeat: no-repeat;
	background-position: left -130px;
	background-size: 100% auto;
}
.conatct_us_page .contact_info h1 {
	font-size: 48px;
	line-height: 58px;
}
.conatct_us_page .contact_info .vc_column-inner {
	max-width: 517px;
	margin: 0 auto;
}
.contact_info .fields-group {
	overflow: hidden;
	margin: 0 0 33px;
}
.contact_info .wpcf7-form label {
	font-size: 16px;
	line-height: 19px;
	color: #1E124F;
	margin: 0 0 5px;
	font-family: 'GTBold';
	text-transform: capitalize;
	font-weight: 400;
}
.contact_info .wpcf7-form label small {
	font-size: 16px;
	line-height: 19px;
	color: #EB5894;
}
.contact_info .wpcf7-form-control-wrap input[type=text], .contact_info .wpcf7-form-control-wrap input[type=email], .contact_info .wpcf7-form-control-wrap input[type=tel] {
	background: rgba(147,144,180,0.3);
	height: 44px;
	line-height: 19px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0 20px;
}
.contact_info .wpcf7-form-control-wrap.industry {
	display: block;
}
.contact_info .wpcf7-form-control-wrap select {
	background: rgba(147,144,180,0.3);
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.contact_info .wpcf7-form-control-wrap.industry:after {
	position: absolute;
	top: 10px;
	right: 16px;
	font-family: "FontAwesome";
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	pointer-events: none;
	content: "\f078";
	color: #1E124F;
}
.contact_info .wpcf7-form-control-wrap select::-ms-expand {
 display: none;
}
.contact_info .wpcf7-form-control-wrap textarea {
	background: rgba(147,144,180,0.3);
	line-height: 19px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	min-height: 129px;
	max-height: 129px;
	height: 129px;
	resize: none;
	padding: 14px 20px;
}
.contact_info .wpcf7-form-control-wrap input[type=text] ::-webkit-input-placeholder, .contact_info .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder, .contact_info .wpcf7-form-control-wrap input[type=tel]::-webkit-input-placeholder {
 color: #9390B4;
}
.contact_info .wpcf7-form-control-wrap input[type=text]:-ms-input-placeholder, .contact_info .wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder, .contact_info .wpcf7-form-control-wrap input[type=tel]:-ms-input-placeholder {
 color: #9390B4;
}
.contact_info .wpcf7-form-control-wrap input[type=text]::placeholder, .contact_info .wpcf7-form-control-wrap input[type=email]::placeholder, .contact_info .wpcf7-form-control-wrap input[type=tel]::placeholder {
 color: #9390B4;
}
.contact_info .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
 color: #9390B4;
}
.contact_info .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
 color: #9390B4;
}
.contact_info .wpcf7-form-control-wrap textarea::placeholder {
 color: #9390B4;
}
.contact_info .left-field {
	width: 49%;
	float: left;
}
.contact_info .right-field {
	width: 49%;
	float: right;
}
.contact_info .submit-button-wrapper input[type=submit], .contact_info .submit-button-wrapper input.gds-submit-button {
	max-width: 245px;
	width: 100%;
	height: 42px;
	border: none;
	background: #EB5894;
	font-family: 'GTBook';
	font-size: 18px;
	line-height: 42px;
	border: none;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: #fff;
}
.contact_info .submit-button-wrapper input[type=submit]:hover, .contact_info .submit-button-wrapper input.gds-submit-button:hover {
	color: #1E124F;
}
/*solutions-page*/
.solutions-archive-page {
	/*background: url(http://gdslinkdevel.wpengine.com/wp-content/uploads/2019/07/Solutions.png) no-repeat;*/
	background: url('../images/Solutions.gif') no-repeat;
	background-position: left -118px;
}
.solutions-archive-page .solution-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 76px 0 0;
}
.solutions-archive-page .sol_head {
	padding: 0 630px 0 0;
	margin: 0 0 55px -107px;
}
.solutions-archive-page h1 {
	color: #1E124F;
	margin: 0;
	font-size: 50px;
	line-height: 60px;	
}
.solutions-archive-page .archives-container {
	max-width: 969px;
	margin: 0 auto 156px;
}
.solutions-archive-page .archives-container .single-grid-box {
	margin: 0 0 40px;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	position: relative;
}
.big-icon-box{
	overflow:hidden;
}
.solutions-archive-page .archives-container .single-grid-box:after {
	display: block;
	content: "";
	clear: both;
}
.solutions-archive-page .archives-container .single-grid-box .small-icon-box {
	position: absolute;
	top: 40px;
	left: -30px;
}
.solutions-archive-page .archives-container .single-grid-box .small-icon-box > img {
	width: 25%;
}
.solutions-archive-page .single-grid-box .textbox.left-box {
	width: 50%;
	float: left;
	padding: 50px 44px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.solutions-archive-page .single-grid-box .iconbox.right-box {
	width: 50%;
	float: left;
	position: relative;
}
.solutions-archive-page .single-grid-box .iconbox.right-box .more-link-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.solutions-archive-page .content-main-row.blue-bg-section {
	padding: 87px 0 78px;
	background: rgba(147,144,180, 0.3);
	border-bottom: 1px solid #372FA5;
	margin: 0;
}
.solutions-archive-page .content-main-row.blue-bg-section h3 {
	margin-bottom: 16px;
}
.solutions-archive-page .content-main-row.blue-bg-section p {
	color: #1E124F;
}
.solutions-archive-page .content-main-row.blue-bg-section a.btn.top-to-bottom {
	margin-top: 23px;
}
/*industries-page*/

.industries-archive-page {
	background: url('../images/Industries.gif') no-repeat;
	background-position: left -118px;
}
.industries-archive-page .industries-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 76px 0 0;
}
.industries-archive-page .sol_head {
	/*padding: 0 780px 0 0;*/
	padding: 0 600px 0 0;
	margin: 0 0 55px -107px;
}
.industries-archive-page h1 {
	color: #1E124F;
	margin: 0;
	font-size: 50px;
	line-height: 60px;	
}
.industries-archive-page .archives-container {
	max-width: 969px;
	margin: 0 auto 110px;
}
.industries-archive-page .archives-container .single-grid-box {
	overflow: hidden;
	margin: 0 0 40px;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
}
.industries-archive-page .archives-container .single-grid-top-box {
	background-color: rgba(0,0,0,0.13);
	background-repeat: no-repeat;
	padding: 68px 0 0;
	overflow: hidden;
	margin: 0 0 58px;
}
.industries-archive-page .small-icon-box {
	max-width: 200px;
	width: 100%;
	height: 200px;
	max-height: 200px;
	margin: 0 auto 21px;
	overflow: hidden;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	padding: 26px 0;
}
.industries-archive-page .archives-container .single-grid-top-box .more-link-button {
	float: right;
}
.industries-archive-page .archives-container .titlebox.left-box {
	width: 50%;
	float: left;
	text-align: center;
}
.industries-archive-page .archives-container .textbox.right-box {
	float: left;
	width: 40%;
	margin: 0 0 32px;
}
.industries-archive-page .content-main-row.blue-bg-section {
	padding: 87px 0 78px;
	background: #1E124F;
	margin: 0;
}
/*Company Page*/
.company_banner {
	position: relative;
	margin-bottom: 213px !important;
}
.company_banner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	content: "";
	display: block;
	background: rgba(30,18,79,0.79);
	display: block !important;
}
.company_banner .banner_info {
	position: relative;
	z-index: 99;
	padding: 208px 0 0 !important;
	margin: 0 0 -76px;
}
.company_banner .banner_info .vc_column-inner {
	padding: 38px 58px 55px;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	position: relative;
}
.company_banner .banner_info .vc_column-inner .blue_circle:before{
	top:30px;
}
.company_banner .banner_info h1 {
	font-size: 48px;
	line-height: 58px;
	margin: 0 0 17px;
}
.company_banner .banner_info p {
	font-size: 18px !important;
	padding: 0 240px 0 0;
}
.company_about-gds {
	margin-bottom: 135px;
}
.company_about-gds h3 {
	margin-bottom: 23px !important;
}
.company_leadership .vc_column-inner h3.vc_custom_heading {
	margin-bottom: 53px;
}
.company_leadership {
	margin-bottom: 102px;
}
.leadership_team .columns {
    padding-right: 29px;
}
.leadership_team .single-team-box {
	margin-bottom: 40px;
}
.leadership_team .team-mem-box-wrap {
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.team-member-meta-content{
	width:100%;
}
.single-team-box .vc_column-inner {
    display: flex;
}
.leadership_team .team-mem-box-wrap img {
	display: block;
	margin: 0 0 28px;
	width:100%;
	height: auto;
}
.leadership_team .team-mem-box-wrap h4 {
	padding: 0 42px;
	margin: 0 0 8px;
}
.leadership_team .team-mem-box-wrap h6 {
	padding: 0 42px;
	font-size: 23px;
	line-height: 31px;
	margin: 0 0 65px;
	font-family: 'GTLightIta'
}
.leadership_team .team-mem-box-wrap h6 em {
	color: #9390B4;
	font-style: normal;
}
.leadership_team .team-mem-box-wrap .biobutton {
	float: right;
	background: #1e124f;
	max-width: 185px;
	height: 48px;
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	font-family: 'GTBold';
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 0 30px;
	bottom: 0;
	right: 0;
}
.leadership_team .team-mem-box-wrap .biobutton:after {
	position: absolute;
	top: 15px;
	right: 29px;
	text-align: center;
	background: #fff;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	content: "\f04b";
	font-family: "FontAwesome";
	color: #9390B4;
	font-size: 7px;
	padding: 0 6px; 
	line-height: 17px;
}
.leadership_contact .columns {
    padding-right: 33px;
}
.leadership_contact {
	margin-bottom: 74px;
}
.leadership_contact h3 {
	margin: 0 0 29px;
}
.leadership_contact h4 {
	border-bottom: 2px solid #372FA5;
	padding: 0 0 4px;
	margin: 0 0 21px;
}
.leadership_contact p {
	font-size: 17px !important;
	margin: 0 0 22px;
}
.leadership_contact strong {
	font-family: 'GTBold';
}
.leadership_contact a {
	color: #71D9D6;
	font-family: "GTBold";
	text-decoration: none !important;
}
.leadership_contact a:hover {
	color: #EB5894;
}
.leadership_contact a:after {
	display: none;
}
.leadership_contact .row.vc_inner {
	margin-bottom: 46px;
}
.page-id-702 .content-main-row.blue-bg-section {
	margin: 0;
}
/*services-page*/

.services-archive-page {
	background: url('../images/Services.gif') no-repeat;
	background-position: left -118px;
}
.services-archive-page .services-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 76px 0 0;
}
.services-archive-page .sol_head {
	margin: 0 0 55px -107px;
}
.services-archive-page h1 {
	color: #1E124F;
	margin: 0;
	font-size: 50px;
	line-height: 60px;
}
.services-archive-page .sol_head p {
	padding: 0 630px 0 0;
}
.services-archive-page .archives-container {
	max-width: 969px;
	margin: 0 auto 156px;
}
.services-archive-page .archives-container .single-grid-box {
	margin: 0 0 40px;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	position: relative;
}
.services-archive-page .archives-container .single-grid-box:after {
	display: block;
	content: "";
	clear: both;
}
.services-archive-page .single-grid-box .textbox.left-box {
	width:48.6%;
	float: left;
	padding: 40px 35px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0 !important;
}
.services-archive-page .single-grid-box .textbox.left-box p{
	margin-bottom: 20px;
}
.services-archive-page .single-grid-box .textbox.left-box p:last-child {
    margin: 0;
}
.services-archive-page .single-grid-box .iconbox.right-box {
	width: 48%;
	float: right;
	position: relative;
}
.services-archive-page .single-grid-box .textbox.left-box .more-link-button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.services-archive-page .content-main-row.blue-bg-section {
	padding: 87px 0 78px;
	background: rgba(147,144,180, 0.3);
	border-bottom: 1px solid #372FA5;
	margin: 0;
}
.services-archive-page .content-main-row.blue-bg-section h3 {
	margin-bottom: 16px;
}
.services-archive-page .content-main-row.blue-bg-section p {
	color: #1E124F;
}
.services-archive-page .content-main-row.blue-bg-section a.btn.top-to-bottom {
	margin-top: 23px;
}
/*Post Page*/
.single-post-wrapper .post_banner {
	margin-bottom: 80px;
}
.single-post-wrapper .banner_sec {
	position: relative;
	z-index: 99;
	margin: 113px 0 80px 0;
	background: #fff;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
}
.single .post_banner .wpb_column.columns {
    max-width: 1200px;
    flex: 0 0 1200px;
    -ms-flex: 0 0 1200px;
    width: 100%;
}
.single .post_banner .banner_sec.columns {
    max-width: 970px;
    flex: 0 0 970px;
    -ms-flex: 0 0 970px;
    width: 100%;
	position: absolute;
	right: 0;
}
.company_banner .wpb_column.columns{
	max-width: 49.47%;
	flex: 0 0 49.47%;
    -ms-flex: 0 0 49.47%;
}
.company_banner .banner_info.columns{
	max-width: 50.53%;
    flex: 0 0 50.53%;
    -ms-flex: 0 0 50.53%;
}
.single-post-wrapper .banner_sec .vc_column-inner {
	padding: 55px 280px 46px 80px;
	margin: 0;
	position: relative;
	min-height: 376px !important;
	display: flex;
	align-items: center;
}
.blue_circle::before, .pink_circle::before{
	top:120px;
}
.single-post-wrapper .banner_sec .heading-top-icon {
	position: absolute;
	top: 100px;
	left: -41px;
	width: 76px;
	height: 76px;
}
.single-post-wrapper .banner_sec h1 {
	margin: 0;
	font-size: 50px;
	line-height: 55px;
}
.single-post-wrapper .post_two-columns {
	padding: 0 0 108px;
}
.single-post-wrapper .post_two-columns .content_two-columns {
	padding-top: 66px;
}
.single-post-wrapper .post_two-columns .content_two-columns .vc_column-inner {
	padding: 0 145px 0 0;
}
.single-post-wrapper .post_two-columns .content_two-columns h3 {
	margin: 0 0 35px;
}
.single-post-wrapper .post_two-columns .img_two-columns img {
	max-width: 740px;
	width: 100%;
	display: block;
	height: auto;
}
.single-post-wrapper .post_slides-sec {
	margin: 0 0 146px !important;
	padding: 158px 0 77px 188px !important;
}
.single-post-wrapper .post_slides-sec .slick-prev {
	position: absolute;
	width: 66px;
	height: 44px;
	background: #EB5894;
	left: 0;
	bottom: 0;
	z-index: 99;
	text-align: center;
	font-size: 33px;
	line-height: 32px !important;
	padding: 3px 0;
	color: #fff;
	cursor: pointer;
}
.single-post-wrapper .post_slides-sec .slick-next {
	position: absolute;
	width: 66px;
	height: 44px;
	background: #EB5894;
	left: 76px;
	bottom: 0;
	z-index: 99;
	text-align: center;
	font-size: 33px;
	line-height: 32px !important;
	color: #fff;
	padding: 3px 0;
	cursor: pointer;
}
.single-post-wrapper .post_slides-sec .slick-next:hover, .single-post-wrapper .post_slides-sec .slick-prev:hover {
	color: #1E124F;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, .single-post-wrapper .post_slides-sec .slick-prev{line-height: 41px !important;}
::i-block-chrome, .single-post-wrapper .post_slides-sec .slick-next{line-height: 41px !important;}
	}
.single-post-wrapper .post_slides-sec h3 {
	margin: 0 0 47px;
}
.single-post-wrapper .post_slides-sec p {
	color: #fff;
	margin: 0 0 250px !important;
}
.post_slides-sec .slick-track .wpb_wrapper {
	padding: 0 230px 0 0;
}
.row.related-articles-row{
	max-width: 1260px;
}
.single-post-wrapper .post_related-article {
	margin-bottom: 163px;
	max-width:1260px;
}
.single-post-wrapper .post_related-article h3 {
	margin: 0 0 61px;
}
.single-post-wrapper .post_related-article .image-box .vc_column-inner, .single-post-wrapper .post_related-article .video-box .vc_column-inner {
	background: #fff;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	position: relative;
}
.single-post-wrapper .post_related-article .image-box .vc_column-inner figure {
	display: block;
	margin: 0 0 33px;
}
.single-post-wrapper .post_related-article .image-box .vc_column-inner .vc_single_image-wrapper {
	display: block;
}
.single-post-wrapper .post_related-article .image-box .vc_column-inner .vc_single_image-wrapper img {
	object-fit: cover;
	object-position: top center;
	width: 387px;
	height: 207px;
}
.single-post-wrapper .post_related-article .image-box h4 {
	padding: 0 42px 0 42px;
	text-align: left !important;
}
.single-post-wrapper .post_related-article .image-box .wpb_text_column {
	padding: 0 160px 0 42px;
	margin-bottom: 85px !important;
}
.single-post-wrapper .post_related-article .image-box .wpb_text_column p {
	font-size: 18px !important;
}
.single-post-wrapper .post_related-article .image-box .vc_btn3-left {
	display: none;
	width: 51%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
.single-post-wrapper .post_related-article .image-box .vc_btn3-left a {
	display: block !important;
	background: #1E124F !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 14px;
	color: #fff !important;
	font-family: 'GTBold';
}
.single-post-wrapper .post_related-article .image-box .vc_btn3-right {
	/*float: left;
	width: 51%;*/
	width:100%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.single-post-wrapper .post_related-article .image-box .vc_btn3-right a {
	display: block !important;
	background: #EB5894 !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 18px;
	color: #fff !important;
	font-family: 'GTBold';
	text-transform: uppercase;
}
.single-post-wrapper .post_related-article .image-box .vc_btn3-right a:after {
	position: absolute;
	top: 15px;
	right: 30%;
	text-align: center;
	background: #fff;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	content: "\f04b";
	font-family: "FontAwesome";
	color: #1E124F;
	font-size: 7px;
	padding: 0 7px;
	line-height: 17px;
	display: block !important;
	left: inherit !important;
	border-bottom: 0px !important;
	transform: inherit !important;
	transform-origin: inherit !important;
}
.single-post-wrapper .post_related-article .video-box .vc_column-inner {
	padding: 32px 44px 0;
}
.single-post-wrapper .post_related-article .video-box .vc_column-inner h4{
	padding:0 40px 0 0;
	text-align: left !important;
}
.single-post-wrapper .post_related-article .video-box .vc_column-inner figure {
	margin: 0 0 26px;
	display: block;
}
.single-post-wrapper .post_related-article .video-box .vc_column-inner figure .vc_single_image-wrapper{
	display:block;
}
.single-post-wrapper .post_related-article .video-box .vc_column-inner figure img{
	display:block;
	width: 100%;
}
.single-post-wrapper .post_related-article .video-box .wpb_text_column {
	margin-bottom: 85px !important;
}
.single-post-wrapper .post_related-article .video-box .wpb_text_column p {
	font-size: 18px !important;
}
.single-post-wrapper .post_related-article .video-box .vc_btn3-left {
	display: none;
	width: 51%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
.single-post-wrapper .post_related-article .video-box .vc_btn3-left a {
	display: block !important;
	background: #1E124F !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 14px;
	color: #fff !important;
	font-family: 'GTBold';
}
.single-post-wrapper .post_related-article .video-box .vc_btn3-right {
	/*float: left;
	width: 51%;*/
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.single-post-wrapper .post_related-article .video-box .vc_btn3-right a {
	display: block !important;
	background: #EB5894 !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 18px;
	color: #fff !important;
	font-family: 'GTBold';
	text-transform: uppercase;
}
.single-post-wrapper .post_related-article .video-box .vc_btn3-right a:after {
	position: absolute;
	top: 15px;
	right: 30%;
	text-align: center;
	background: #fff;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	content: "\f04b";
	font-family: "FontAwesome";
	color: #1E124F;
	font-size: 7px;
	padding: 0 7px;
	line-height: 17px;
	display: block !important;
	left: inherit !important;
	border-bottom: 0px !important;
	transform: inherit !important;
	transform-origin: inherit !important;	
}
.single-post-wrapper .content-main-row.blue-bg-section {
	margin: 0;
}
.single-post-wrapper .post_banner_image {
	position: relative;
}
.industries-template-default .single-post-wrapper .post_banner_image:after {
	display: block;
	content: "";
	background: rgba(147, 144, 180, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-post-wrapper .post_banner_icons {
	max-width: 225px;
	width: 100%;
	height: 225px;
	max-height: 225px;
	overflow: hidden;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	padding: 36px 0;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin: -112px 0 0 -112px;
}
.single-post-wrapper .post_banner_icons img {
	max-width: 130px;
}
.industries-template-default .content-main-row.blue-bg-section {
	padding: 87px 0 78px;
	background: rgba(147,144,180, 0.3) !important;
	border-bottom: 1px solid #372FA5;
	margin: 0;
}
.industries-template-default .content-main-row.blue-bg-section h3 {
	margin-bottom: 16px;
}
.industries-template-default .content-main-row.blue-bg-section p {
	color: #1E124F;
}
.industries-template-default .content-main-row.blue-bg-section a.btn.top-to-bottom {
	margin-top: 23px;
}
.services-template-default .content-main-row.blue-bg-section {
	padding: 87px 0 78px;
	background: rgba(147,144,180, 0.3) !important;
	border-bottom: 1px solid #372FA5;
	margin: 0;
}
.services-template-default .content-main-row.blue-bg-section h3 {
	margin-bottom: 16px;
}
.services-template-default .content-main-row.blue-bg-section p {
	color: #1E124F;
}
.services-template-default .content-main-row.blue-bg-section a.btn.top-to-bottom {
	margin-top: 23px;
}
/*Request Demo*/
.request-demo-page {
	position: relative;
	padding: 0 0 55px;
}
.request-demo-page .demo_r-img {
    padding: 0 0 0 89px;
}
.request-demo-page:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block !important;
	width: 100%;
	height: 100%;
	background: rgba(30,18,79,1);
	background: -moz-linear-gradient(top, rgba(30,18,79,1) 0%, rgba(51,47,161,0.84) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,18,79,1)), color-stop(100%, rgba(51,47,161,0.84)));
	background: -webkit-linear-gradient(top, rgba(30,18,79,1) 0%, rgba(51,47,161,0.84) 100%);
	background: -o-linear-gradient(top, rgba(30,18,79,1) 0%, rgba(51,47,161,0.84) 100%);
	background: -ms-linear-gradient(top, rgba(30,18,79,1) 0%, rgba(51,47,161,0.84) 100%);
	background: linear-gradient(to bottom, rgba(30,18,79,1) 0%, rgba(51,47,161,0.84) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e124f', endColorstr='#332fa1', GradientType=0 );
}
.request-demo-page .columns {
	position: relative;
	z-index: 99;
}
.request-demo-page .demo-page_form {
	padding: 75px 20px 37px 88px !important
}
.request-demo-page .demo-page_form h1 {
	color: #fff;
	margin: 0 0 48px;
}
.request-demo-page .demo-page_form p {
	color: #fff;
	margin: 0 0 61px !important;
}
.request-demo-page .demo-page_form .vc_column-inner {
	max-width: 555px;
	margin: 0 auto;
}
.demo-page_form .fields-group {
	overflow: hidden;
	margin: 0 0 17px;
}
.demo-page_form .wpcf7-form label {
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin: 0 0 5px;
	font-family: 'GTBook';
	text-transform: capitalize;
}
.demo-page_form .wpcf7-form-control-wrap input[type=text], .demo-page_form .wpcf7-form-control-wrap input[type=email] {
	background: #F2F2F2;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0 20px;
}
.demo-page_form .wpcf7-form-control-wrap textarea {
	background: #F2F2F2;
	line-height: 19px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	min-height: 129px;
	max-height: 129px;
	height: 129px;
	resize: none;
	padding: 14px 20px;
}
.demo-page_form .wpcf7-form-control-wrap input[type=text] ::-webkit-input-placeholder, .demo-page_form .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder {
 color: #9390B4;
}
.demo-page_form .wpcf7-form-control-wrap input[type=text]:-ms-input-placeholder, .demo-page_form .wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder {
 color: #9390B4;
}
.demo-page_form .wpcf7-form-control-wrap input[type=text]::placeholder, .demo-page_form .wpcf7-form-control-wrap input[type=email]::placeholder {
 color: #9390B4;
}
.demo-page_form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
 color: #9390B4;
}
.demo-page_form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
 color: #9390B4;
}
.demo-page_form .wpcf7-form-control-wrap textarea::placeholder {
 color: #9390B4;
}
.demo-page_form .left-field {
	width: 49%;
	float: left;
}
.demo-page_form .right-field {
	width: 49%;
	float: right;
}
.demo-page_form .submit-button-wrapper {
	margin: 23px 0 0 !important;
}
.demo-page_form .submit-button-wrapper input[type=submit], .demo-page_form .submit-button-wrapper input.gds-submit-button {
	max-width: 245px;
	width: 100%;
	height: 42px;
	border: none;
	background: #EB5894;
	font-family: 'GTBook';
	font-size: 18px;
	line-height: 42px;
	border: none;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: #fff;
}
.demo-page_form .submit-button-wrapper input[type=submit]:hover, .demo-page_form .submit-button-wrapper input.gds-submit-button:hover {
	color: #1E124F;
}
/*Privacy Policy*/
.privacy_banner{
	position: relative;
	padding: 173px 0 72px;
	margin-bottom: 77px;
}
.privacy_banner:after{
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(30, 18, 79, 0.79);
}
.privacy_banner .columns{
	max-width: 1088px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 99;
}
.privacy_content{
	border-bottom: 1px solid #372FA5;
	padding-bottom: 30px;
}
.privacy_content .columns{
	max-width: 1088px;
	margin: 0 auto;
	width: 100%;
}
.privacy_content h3{
	margin: 0 0 19px;
}
.privacy_content p{
	margin: 0 0 25px !important;
}
.privacy_content .wpb_text_column p:last-child{
	margin: 0 0 89px !important;
}

@media only screen and (max-width: 1919px) {
	.blue_circle::before, .pink_circle::before{
	top:80px;
}
	.post_slides-sec .slick-track .wpb_wrapper {
		padding: 0 160px 0 0;
	}
	.leadership_team .team-mem-box-wrap h6{
		font-size:22px;
	}
	.single .post_banner .wpb_column.columns {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    width: inherit;
}
.single .post_banner .banner_sec.columns {
   max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    width: inherit;
	position: relative;
	right: auto;
}
	.single-post-wrapper .banner_sec .vc_column-inner {
		min-height:100% !important;
		display: block;
	}
}
@media only screen and (max-width: 1600px) {
	body .single_page-wrapper .single-page-banner {
		padding-top: 160px;
	}
	
	body .single-post-wrapper .post_related-article .image-box h4 {
    padding: 0 42px 0 42px;
}
	.post_slides-sec .slick-track .wpb_wrapper {
		padding: 0 50px 0 0;
	}
	/*.resources-archive-page-grids-wrapper > .row.wpb_row.row-fluid > .wpb_column.columns.small-12.medium-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;

	}
	.resources-archive-page-grids-wrapper > .row.wpb_row.row-fluid > .wpb_column.columns.small-12.medium-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;

	}*/
	/*.resources-archive-page-grids-wrapper .post-item-box.wpb_column.columns.thb-dark-column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;

	}*/
	.vp-flex{
		max-width: 920px;
	}
	.services-archive-page .sol_head{
		margin-left: 0;
	}
	.industries-archive-page .sol_head{
		margin-left: 0;
	}
}
@media only screen and (max-width: 1400px) {
	body .single_page-wrapper .single-page-banner {
		padding-top: 100px;
	}
	.post_slides-sec .slick-track .wpb_wrapper {
		padding: 0 50px 0 0;
	}
	.resources-archive-page-grids-wrapper h4{
		font-size: 20px;
		line-height: 25px;
	}
	.request-demo-page .demo_r-img img{
		width:80%;
	}
	.vp-flex{
		max-width: 775px;
	}
}
@media only screen and (max-width: 1280px) {
.post_slides-sec .slick-track .wpb_wrapper {
		padding: 0;
	}
	.resources-archive-page-grids-wrapper .post-item-box.wpb_column.columns.thb-dark-column{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.vp-flex{
		max-width: 623px;
	}
}
@media only screen and (max-width: 1024px) {
	.row.wpb_row.vc_inner.row-fluid.content-in-middle.content-boxes {
		max-width: 100% !important;
	}
	.single-post-wrapper .banner_sec {
    	margin: 20px 0px 50px 0 !important;
	}
	.pink_circle::before{top:30px;}
	.single-post-wrapper .post_two-columns .content_two-columns .vc_column-inner{padding:0;}
	.language-list{display:none;}
}
@media only screen and (max-width: 1023.98px) {
	.single-post-wrapper .post_slides-sec {
		margin: 0 0 100px !important;
		padding: 100px 100px 100px !important;
	}
	#scrollingtextbox{width:100% !important;}
	.gds-footer-logo-holder{
		margin: 0 auto;
	}
	.padding_p{
		margin-right: 0;
	}
	.resources-archive-page-grids-wrapper > .row.wpb_row.row-fluid > .wpb_column.columns.small-12.medium-9{
		padding:0 !important;
	}
	.resources-archive-page-grids-wrapper .post-item-box{
		padding-right:15px !important;
	}
	.slick .slick-nav.slick-prev{
		left:-30px;
	}
	.slick .slick-nav.slick-next{
		right:-30px;
	}
}
@media only screen and (max-width: 991.98px) {
	.request-demo-page .columns.small-12.medium-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px !important;
	}
	.request-demo-page .demo_r-img{
		padding: 0;
		text-align: center !important;
	}
	.request-demo-page .demo_r-img img{
		width: 100%;
	}
	.related-articles-row .image-box.wpb_column.columns.thb-dark-column, .related-articles-row .video-box.wpb_column.columns.thb-dark-column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 50px;
	}
}
@media only screen and (max-width: 768px) {
.vp-flex {
    padding-top: 45%;
    height: auto !important;
}


.conatct_us_page .contact_info {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.vidid.vjs-big-play-centered .vjs-big-play-button {
		width: 120px;
		height: 120px;
		margin-top: -60px;
		margin-left: -60px;
}
	.vidid.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
		line-height: 120px;
		font-size: 80px;
	}
	.single-post-content-wrapper .wpb_column.columns.small-12.medium-4{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.resources-archive-page-grids-wrapper > .row.wpb_row.row-fluid > .wpb_column.columns.small-12.medium-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;

	}
	.resources-archive-page-grids-wrapper > .row.wpb_row.row-fluid > .wpb_column.columns.small-12.medium-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
#home-header-banner .wpb_column.columns.small-12.medium-1.thb-dark-column {
    display: none !important;
}
#home-header-banner .wpb_column.columns.small-12.medium-4.thb-dark-column {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
	#homevideo{
		padding-bottom: 180px !important;
		padding-top: 30px !important;
	}
	.pink_circle::before {
		top: -50px;
		left: 50%;
		margin: 0 0 0 -40px;

	}
	.single-post-wrapper .post_slides-sec{padding:100px 20px !important;}
	#menu-general-menu li {
		margin: 0 0 10px;
		display: block;
	}
	#menu-general-menu li a {
    	font-size: 15px;
	}
		#menu-general-menu li:after {
		display: none;
	}
.conatct_us_page .contact_info {

    padding: 10px 20px 37px !important;
    background-position: left 0;
	}
	.resources-archive-page-grids-wrapper > .row.wpb_row.row-fluid > .wpb_column.columns.small-12.medium-9{
		padding:0;
	}
	.resources-archive-page-grids-wrapper .post-item-box.wpb_column.columns.thb-dark-column{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.resources-archive-page-grids-wrapper .post-item-box{
		padding-right:10px !important;
	}
	.related-articles-row .image-box.wpb_column.columns.thb-dark-column, .related-articles-row .video-box.wpb_column.columns.thb-dark-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 50px;
	}
}
@media only screen and (max-width: 640px) {
	body .single-post-wrapper .banner_sec {
		padding-bottom: 60px !important;
		margin-bottom: 30px;
	}
body .company_banner .banner_info .vc_column-inner {
    padding-bottom: 60px;
}
.company_banner {
    margin-bottom: 160px !important;
}
	.leadership_team .columns {
    padding-right: 15px;
    padding-left: 15px;

	}
	.single-post-wrapper .post_related-article .video-box .vc_column-inner, .resources-archive-page-grids-wrapper .post-item-box.video-box .vc_column-inner{
		padding:32px 44px 0 !important;
	}
	.resources-archive-page-grids-wrapper .post-item-box.video-box h4{
		padding:0 44px 0 0 !important;
	}
	.resources-archive-page-grids-wrapper .post-item-box.video-box .wpb_text_column {
		padding: 0 !important;
	}
		.leadership_team .team-mem-box-wrap .biobutton{
		position: relative;
	}
	.single-team-box .vc_column-inner{
		display: block;
	}
	.leadership_team .team-mem-box-wrap img{
		width: 100%;
		height: auto;
	}
	body .vp-flex, .Video-PopUp-Content .vp-flex{
		height: auto !important;
	}
	.industries-archive-page .archives-container .textbox.right-box p{
		margin-bottom: 23px;
	}
	.modal-content .modal-header{
		padding: 10px 20px 0 0;
	}
	.single .post_banner .wpb_column.columns{
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.single .post_banner .banner_sec.columns{
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.company_banner .wpb_column.columns{
	max-width: 100%;
	flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
.company_banner .banner_info.columns{
	max-width: 100%;
	flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
}
@media only screen and (max-width: 480px) {
	body .vp-flex, .Video-PopUp-Content .vp-flex {
		max-width: 390px !important;}
	.vidid.vjs-big-play-centered .vjs-big-play-button {
		width: 100px;
		height: 100px;
		margin-top: -50px;
		margin-left: -50px;
	}
	.vidid.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
		line-height: 100px;
		font-size: 60px;
	}
	.YouTubePopUp-Close {
		top: -25px;
		left: 98%;
	}
	#scrollingtextbox {
		margin-left: auto;
		margin-right: auto;
		padding-left: .625rem;
		padding-right: .625rem;
	}
	.resource-cont div {
		padding: 0 !important;
	}
	.slick .slick-nav.slick-prev{
		left:-20px;
	}
	.slick .slick-nav.slick-next{
		right:-20px;
	}
}
@media only screen and (max-width: 479px) {
	body .vp-flex, .Video-PopUp-Content .vp-flex {
		max-width: 298px !important;}
}
@media only screen and (min-width: 40.0625em) {
	.single-post-content-wrapper .wpb_column.columns.small-12.medium-4 {
    	padding-left: 55px;
	}
	.single_page-wrapper .heading-content .post_head-wrap .post-title {
	    width: 72%;
	}
	.single_page-wrapper .heading-content .post_head-wrap .post-share-wrapper {
		width: 28%;
	}
}
@media only screen and (min-width: 1024px) {
	body.industries-template-default.single-industries .single-post-wrapper .post_banner{
		margin-bottom: 0px;
	}

	body.industries-template-default.single-industries .single-post-wrapper .post_two-columns .img_two-columns img {
		position: relative;
		bottom: 50px;
	}
}
@media only screen and (max-width: 1365px) {
	#scrollingtextbox{
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.industries-archive-page .archives-container .single-grid-box {
		position: relative;
		padding-bottom: 50px;
	}
	.industries-archive-page .archives-container .single-grid-top-box .more-link-button {
		float: none;
		position: absolute;
		bottom: 0px;
		right: 0px;		
	}
	.services-archive-page .single-grid-box .textbox.left-box .more-link-button {
		position: relative;
	}
}

.topFixedTitle{
	position: absolute;
	background: rgba(30, 18, 79, 0.29) 0% 0% no-repeat padding-box;	
}
.topFixedTitle.FixedNow{
	position: fixed;
	top: 114px;
	z-index: 9;
}
@media only screen and (max-width: 1024px) {
	.topFixedTitle{
		position: fixed !important;
		top: 65px !important;
	}
}
.topFixedTitle .titlecontainer{
	max-width: 1800px;
	margin: 0 auto;	
}
.topFixedTitle .titlecontainer h2{
	font-family: 'GTBold';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #fff !important;
	margin: 0px;
	padding: 15px 0px;
}
.testimonialTopBannerRow{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 710px;
}
.testimonialTopRowCol-Left > .vc_column-inner{

}
.testimonialTopRowCol-Right > .vc_column-inner{

}
.testimonialTopRowCol-Image{
	
}
.testimonialTopRowCol-Text{
	text-align: center;
	color: #fff;
}
.testimonialTopRowCol-Text .wpb_text_column{
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}
.testimonialTopRowCol-Text p{
	font-family: 'GTLight';
	text-align: center;
	font-size: 30px !important;
	font-weight: normal;
	font-style: normal;
	padding:0px;
	margin: 0px;
	color: #fff;
	line-height: 36px !important;
}
.testimonialTopRowCol-Text strong{
	color: #fff;
	font-family: 'GTBold';
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	margin: 28px 0px !important;
	display: block;
}
.testimonialTopRowCol-Text a.btn.style3{
	font-family: 'GTBold';
	background: #EB5894;
	height: auto;
	margin: 0;
	padding: 15px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #fff !important;
	border: none !important;
	display: inline-block;
	font-weight: normal;
}
.testimonialTopRowCol-Text a.btn.style3::before{
	display: none !important;
}
.testimonialTopRowCol-Text a.btn.style3::after{
	display: none !important;
}
.customersScrolls {
	margin: 175px 0px 130px 0px !important;
}
.customersScrolls h3.full-width-section-heading {
    margin-bottom: 96px;
}
#customersLogoSlider{
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;	
}
#customersLogoSlider > .wpb_column.columns{
	padding: 0px !important;
}
#customersLogoSlider > .wpb_column.columns .wpb_single_image.vc_align_center {
	/*max-width: 250px;*/
}
#customersLogoSlider ul.slick-dots{
	margin: 80px auto 0px auto;
	text-align: center;
	list-style: none;
}
#customersLogoSlider ul.slick-dots > li{
	display: inline-block;
	margin-right: 10px;
}
#customersLogoSlider ul.slick-dots > li > a{
	display: block;
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
}
#customersLogoSlider ul.slick-dots > li > a > span{
	
}
#customersLogoSlider ul.slick-dots > li.slick-active{
	
}
#customersLogoSlider ul.slick-dots > li.slick-active > a{
	background: #000;
}
#customersLogoSlider ul.slick-dots > li.slick-active > a > span{
	
}
.topFixedTitle .titlecontainer h2 > a{
	font-family: 'GTBold';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;	
	color: #fff !important;
	display:inline-block;
	margin-right:5px;	
}
.topFixedTitle .titlecontainer h2 > a > span{

}
.IndtestimonialTopBannerRow{
	margin-bottom: 73px !important;
}
.testimonialTopRowsingleMiddleCol {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.testimonialTopRowsingleMiddleCol > .vc_column-inner > .wpb_wrapper {
	max-width: 593px;
	margin: 0 auto;
	width: 100%;
}
.testimonialTopRowsingleMiddleCol .wpb_single_image img.vc_single_image-img{
	max-width: 223px;
}
.testimonialTopRowsingleMiddleCol h2.vc_custom_heading{
	padding-top: 75px;
	color: #fff;
	font-family: 'GTBold';
	text-align: center;
	font-size: 53px;
	font-weight: normal;
	font-style: normal;
	line-height:64px;
	display: block;	
}
.testimonialTopRowsingleMiddleCol p.vc_custom_heading{
	padding-top: 30px;
	color: #fff;
	font-family: 'GTBook';
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	line-height:30px;
	display: block;	
}
.SmallContainer {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.IndCSSinglePageContent .IndTestimonialPageTopTextRow.wpb_text_column p{
	font-family: 'GTLight';
	font-size: 35px !important;
	line-height: 40px !important;
	letter-spacing:0px;
	color: #1E124F !important;
}
.IndCSSinglePageContent .IndTestimonialPageTopTextRow.wpb_text_column strong{
	font-family: 'GTBold';
	font-size: 25px !important;
	line-height: 30px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	font-weight: normal;
}
.IndCSSinglePageContentBlockRow{
	width: auto !important;
	margin-top: 79px !important;
	border-top: 1px solid #dedde8;
	border-bottom: 1px solid #dedde8;
}
.IndCSSinglePageContentBlockRow h3.vc_custom_heading{
	font-family: 'GTBold';
	font-size: 25px !important;
	line-height: 30px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	margin: 0px 0px 50px 0px !important;	
}
.IndCSSinglePageContentBlockRow-Left{
	padding-top: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 10px;
}
.IndCSSinglePageContentBlockRow-Right {	
	padding-top: 71px;
	background: rgba(147, 144, 180, 0.3);
	padding-left: 30px;
	padding-right: 30px;
}
.IndCSSinglePageContentBlockRow-Left .wpb_text_column p{
	font-family: 'GTBook';
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	line-height: 25px !important;
	padding:0px;
	margin: 0px 0px 20px 0px;
	color: #1E124F;	
}
.IndCSSinglePageContentBlockRow-Left .wpb_text_column strong{
	font-family: 'GTBold';
	font-size: 16px !important;
	line-height: 30px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	font-weight: normal;
}
.IndCSSinglePageContentBlockRow-Right .wpb_text_column p{
	font-family: 'GTBook';
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	line-height: 25px !important;
	padding:0px;
	margin: 0px 0px 20px 0px;
	color: #1E124F;	
}
.IndCSSinglePageContentBlockRow-Right .wpb_text_column strong{
	font-family: 'GTBold';
	font-size: 16px !important;
	line-height: 30px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	font-weight: normal;
}
.TestimonialIndPage-Simple-Text-Block {
    width: auto !important;
}
.TestimonialIndPage-Simple-Text-Block .wpb_text_column p{
	font-family: 'GTBook';
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	line-height: 25px !important;
	padding:0px;
	margin: 0px 0px 20px 0px;
	color: #1E124F;	
}
.TestimonialIndPage-Simple-Text-Block .wpb_text_column strong{
	font-family: 'GTBold';
	font-size: 16px !important;
	line-height: 30px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	font-weight: normal;
}
.TestimonialIndPage-Simple-Text-Block h3.vc_custom_heading{
	font-family: 'GTBold';
	font-size: 25px !important;
	line-height: 30px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	margin: 20px 0px 20px 0px !important;	
}
.TestimonialIndPage-Simple-Text-Block .vc_separator_no_text{
	margin-top: 50px !important;
	padding: 0px !important;	
}
#IndTestimonialCTA{
	width: auto;	
	background: rgba(147, 144, 180, 0.3);
	margin-top: 36px;
	margin-bottom: 85px;
}
.IndTestimonialCTA-Left{
	padding-bottom: 37px;
	padding-left: 61px;
}
.IndTestimonialCTA-Left h4.vc_custom_heading{
	font-family: 'GTLight';
	font-size: 35px !important;
	line-height: 42px !important;
	letter-spacing:0px;
	color: #1E124F !important;
	margin: 50px 0px 28px 0px !important;	
	font-weight: normal;
}

.IndTestimonialCTA-Left a.btn.style3::before{
	display: none !important;
}
.IndTestimonialCTA-Left a.btn.style3{
	font-family: 'GTBold';
	background: #EB5894;
	height: auto;
	margin: 0;
	padding: 15px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #fff !important;
	border: none !important;
	display: inline-block;
	font-weight: normal;
}
.IndTestimonialCTA-Left a.btn.style3::after{
	display: none !important;
}
.IndTestimonialCTA-Right{
	
}
.IndTestimonialCTA-Right .wpb_single_image img.vc_single_image-img{
	
}
#Banner-Style-3{
	position: relative;
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#Banner-Style-3 .wpb_column .vc_column-inner{
	position: relative;
}
#Banner-Style-3 .wpb_column .vc_column-inner::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(30, 18, 79, 0.61) 0% 0% no-repeat padding-box;
	opacity: 1;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper{
	width: 1600px;
	margin: 0 auto;
	max-width: 90%;
	padding-left: .9375rem;
	padding-right: .9375rem;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper h1{
    position: relative;
    padding-top: 6%;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs{
    position: relative;
    padding: 6% 0 0 0;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs ul{
	list-style: none;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs ul li{
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs ul li::after{
	content: '>';
	position: absolute;
	right: -20px;
	top: 0;
	color: #fff;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs ul li a{
	font-family: 'GTBold';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #fff !important;
	line-height: 25px;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs ul li.active{
	margin: 0px;
}
#Banner-Style-3 .wpb_column .vc_column-inner .wpb_wrapper .breadcrumbs ul li.active::after{
	display: none;
}
.partner-text-block p{
	font-size: 16px !important;
	line-height: 25px !important;	
}
#pcdatasection{
	border: 1px solid rgba(222, 221, 232, 1);
	border-radius: 10px;	
}
#pcdatasection .ui-accordion-header{
	background: rgba(237, 236, 248, 0.59) 0% 0% no-repeat;
	border: none;
	/*border-bottom: 1px solid rgb(237, 236, 248);*/
	border-bottom: 1px solid rgba(222, 221, 232, 1);
	border-radius: 0px;
	color: #1E124F;
	font-size: 24px;
	padding-left: 30px;
	margin: 0px;
	line-height: 25px;
}
#pcdatasection .ui-accordion-header:last-child{
	border-bottom: 0px;
}
#pcdatasection .ui-accordion-header .ui-icon{
	background: none;
	position: relative;	
}
#pcdatasection .ui-accordion-header::before{
	content: '+';
	position: absolute;
	left: 20px;
	top: 10px;
}
#pcdatasection .ui-state-active .ui-icon{
	background: none;	
}
#pcdatasection .ui-state-active::before{
	content: '-';
}
#pcdatasection .ui-button:active .ui-icon {
	background: none;
}
#pcdatasection .ui-accordion-content {
    padding: 0px;
	background: rgba(237, 236, 248, 0.59) 0% 0% no-repeat;
	border: none;	
}
#pcdatasection .partners-posts-list{
	border-bottom: 1px solid rgb(237, 236, 248);	
}
#pcdatasection .partners-posts-list ul{
	padding: 20px;	
}
#pcdatasection .partners-posts-list ul li{
	padding-bottom: 10px;	
}
#pcdatasection .partners-posts-list ul li:last-child{
	padding-bottom: 0px;	
}
#pcdatasection .partners-posts-list ul li a{
	font-family: 'GTBook';
	font-size: 19px;
	line-height: 25px;
	border: none;
	color: #1E124F;	
	padding-left: 10px;
}
.sidebar-short-form h3{
	font-size: 29px;
	line-height: 35px;
}
.sidebar-short-form .wpb_text_column p{
	font-size: 16px !important;
	line-height: 25px !important;	
}
.sidebar-short-form .wpb_text_column p a:hover{
	color: #EB5894;
}
.sidebar-short-form form{
	margin-top: 20px;
}
.gdspartners-template-default.single #CTA_Section{
	display: none;
	width: 0px;
	height: 0px;
	opacity: 0;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row{
	margin-top: -200px;
	position: relative;
	background: #fff;
	padding-top: 40px;
	max-width: 1600px;
	width: 90%;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .wpb_column .vc_column-inner{
	position: relative;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .left-side-col-inner{
	padding-left: 20px;
	max-width: 85%;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .right-side-col-inner{
	padding-right: 20px;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content{

}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-title{
	margin-top: 40px;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-title h3{
	font-size: 35px;
	line-height: 42px;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories{
	
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories strong{
	font-family: 'GTBold';
	font-weight: normal;
	font-style: normal;		
	font-size: 20px;
	line-height: 24px;
	color: #1E124F;
	display: inline-block;	
	margin-right: 10px;	
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories ul{
	list-style: none;
	display: inline-block;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories ul li{
	font-size: 20px;
	line-height: 24px;
	color: #1E124F;
	display: inline-block;	
	margin-right: 10px;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories ul li span{
	position: relative;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories ul li span::after{
	content: ',';
	position: absolute;
	top: 0px;
	right: -5px;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .heading-content .post-categories ul li:last-child span::after{
	display: none;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .partner-post-content-desc p{
	font-size: 16px !important;
	line-height: 25px !important;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .backtolinkwrapper{
	position: absolute;
	bottom: -15px;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .backtolinkwrapper a{
	font-family: 'GTBold';
	font-weight: normal;
	font-style: normal;		
	font-size: 20px;
	line-height: 24px;
	color: #1E124F;
}
.single-partner-post-wrapper .single-partner-post-content-wrapper #pulled-content-row .backtolinkwrapper a:hover{
	color: #EB5894;
}
.wpb_single_image.slick-slide figure {
	padding: 0 5px;
	max-width: 260px;
}
@media only screen and (max-width: 639px) {
	.testimonialTopBannerRow .testimonialTopRowsingleMiddleCol .wpb_single_image{
		padding-top: 55px;
	}
}

.hbspt-form fieldset{
	margin-bottom: 20px !important;
}

.hbspt-form .hs-form-field label {
	margin-bottom: 5px;
}

.hbspt-form .hs-form-field label span {
	font-size: 16px;
	line-height: 19px;
	color: #1E124F;
	margin: 0 0 5px;
	font-family: 'GTBold';
	text-transform: capitalize;
	font-weight: 400;
}
.hbspt-form .hs-form-field label span.hs-form-required {
	font-size: 16px;
	line-height: 19px;
	color: #EB5894;
}
.hbspt-form .hs-form-field .input input[type=text], .hbspt-form .hs-form-field .input input[type=email], .hbspt-form .hs-form-field .input input[type=tel] {
	background: rgba(147,144,180,0.3);
	height: 44px;
	line-height: 19px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0 20px;
}

.hbspt-form .hs-form-field .hs-error-msgs{
	list-style: none;
	margin: 0px;
	position: relative;
	top: 5px;	
}

.hbspt-form .hs-form-field .hs-error-msgs li{

}
.hbspt-form .hs-form-field .hs-error-msgs li label.hs-error-msg{
	font-family: 'GTLight';
	color: #EB5894;	
	font-size: 10px;
}

.hbspt-form .hs-form-field .input textarea {
	background: rgba(147,144,180,0.3);
	line-height: 19px;
	font-size: 16px;
	color: #9390B4;
	border: none;
	border-radius: 0;
	width: 100% !important;
	margin: 0;
	min-height: 129px;
	max-height: 129px;
	height: 129px;
	resize: none;
	padding: 14px 20px;
}
.hbspt-form .hs-form-field .input input[type=text] ::-webkit-input-placeholder, .hbspt-form .hs-form-field .input input[type=email]::-webkit-input-placeholder, .hbspt-form .hs-form-field .input input[type=tel]::-webkit-input-placeholder {
 color: #9390B4;
}
.hbspt-form .hs-form-field .input input[type=text]:-ms-input-placeholder, .hbspt-form .hs-form-field .input input[type=email]:-ms-input-placeholder, .hbspt-form .hs-form-field .input input[type=tel]:-ms-input-placeholder {
 color: #9390B4;
}
.hbspt-form .hs-form-field .input input[type=text]::placeholder, .hbspt-form .hs-form-field .input input[type=email]::placeholder, .hbspt-form .hs-form-field .input input[type=tel]::placeholder {
 color: #9390B4;
}
.hbspt-form .hs-form-field .input textarea::-webkit-input-placeholder {
 color: #9390B4;
}
.hbspt-form .hs-form-field .input textarea:-ms-input-placeholder {
 color: #9390B4;
}
.hbspt-form .hs-form-field .input textarea::placeholder {
 color: #9390B4;
}

.hbspt-form .hs-submit .actions .hs-button {
	max-width: 245px;
	width: 100%;
	height: 42px;
	border: none;
	background: #EB5894;
	font-family: 'GTBook';
	font-size: 18px;
	line-height: 42px;
	border: none;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: #fff;
}
.hbspt-form .hs-submit .actions .hs-button:hover {
	color: #1E124F;
}