/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
	font-family: "museo-sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background: #fefefe;
	padding-top: 60px;
	color: #222;
}

p { font-family: "museo-sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: "museo-sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.thin {
	font-weight: 300;
}

p.lead.thin {
	color: #666;
	font-weight: 100;
}

ul.disc li {
	text-indent: -14px;
}

span.mms {
	font-weight
}

a img { border: none }

.nowrap {
	white-space: nowrap;
}

#navWrap {
	border-top: 10px solid #333;
}
#navLinks a {
	font-weight: 100;
}
#navLinks a:hover {
	-webkit-transition: border-top .05s linear;
	-o-transition: border-top .05s linear;
	-moz-transition: border-top .05s linear;
	transition: border-top .05s linear;
	border-top: 2px solid #579ed5;
}

.top-bar ul > li {
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.top-bar ul > li a:not(.button) {
	color: #ddd;
}
.top-bar ul > li:hover a, .top-bar ul > li.active a {
	color: #fff;
}
#navLinks li i {
	color: #ddd;
	font-size: 18px;
}
#navLinks li:hover i {
	color: #fff;
}
.top-bar ul > li.active a {
	border-top: 2px solid #e53e2c;
}
.top-bar ul li.has-dropdown.moved .back.title a:hover {
	border-top: none !important;
}
ul#navTwitter {
	width: 300px;
}
ul#navTwitter p {
	color: #ddd;
	font-style: italic;
}
ul#navTwitter blockquote {
	border-left: none;
}

li ul.submenu {
    display: none;
    padding: 7px 14px;
}
ul#menu li:hover > ul.submenu{
    display: block;
    position: absolute;
    float:left;
    border: 1px solid #e53e2c;
}
ul.submenu li:hover > ul.submenu{
    display: block;
    position:absolute;
    left:100%;
    top:0;
    border: 1px solid #e53e2c;
}
/*
#secName {
	width: 100%;
	background: #e53e2c;
	position: fixed;
	top: 55px;
	height: 40px;
	z-index: 9;
	-webkit-box-shadow: 0 0 6px 0 #333;
	   -moz-box-shadow: 0 0 6px 0 #333;
	        box-shadow: 0 0 6px 0 #333; 
}
#secName p {
	position: absolute;
	bottom: 6px; left: 50%;
	color: white;
	margin: 0 0 0 -450px; padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: 100;
	clear: all;
}
#secName a {
	color: #fff;
}
*/

#colorStrip {
	width: 100%;
	background: #e53e2c;
	position: fixed;
	top: 55px;
	height: 8px;
	z-index: 98;
	-webkit-box-shadow: 0 0 6px 0 #333;
	   -moz-box-shadow: 0 0 6px 0 #333;
	        box-shadow: 0 0 6px 0 #333; 
}

#featured { 
	background: url("../images/loading.gif") no-repeat center center #fefefe; 
	height: 364px; 
}
.container {
	margin-bottom: 30px;
}

#clientLogos { 
	/* background: url("../images/loading.gif") no-repeat center center #fefefe; */
	overflow: hidden;
	opacity: 0.5;
}
#clientLogos div {
	background: #fefefe;
	text-align: center;
}
#clientLogos .row img {
	display: inline;
}

/*
#featured img, 
#clientLogos img { display: none; }
#featured.orbit,
$clientLogos.orbit { background: none; }
#featured.orbit img,
#clientLogos.orbit img { display: block; }

.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

div.orbit-wrapper .timer { display: none !important; } 
*/

#clientLogos .row {
	margin-top: 30px;
}

a.homeLink {
	color: #222;
}
a.homeLink:hover {
	color: #396573;
}

.social.link-list { 
	overflow: visible;
}
.social.link-list li { 
	margin-bottom: 30px;
}

.reveal-modal {
	z-index: 999;
}
.reveal-modal-bg {
	z-index: 998;
}
.reveal-modal .close-reveal-modal {
	text-shadow: none;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
textarea {
	resize: none;
}
#contactUs textarea {
	height: 100px;
}

h3.pg-headline {
	margin-bottom: 45px;
}

h5.job-name {
	margin-bottom: 5px;
}
h6.subheader.job-title {
	margin: 0 0 25px;
}

.typekit-badge {
	display: none !important;
}

.hot div a img {
	border-radius: 10px;
}

@media only screen and (max-width: 930px) {
	* { 
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	}
	/*body { padding-top: 60px !important; }*/
	#navWrap { 
		border-top: 5px solid #1a1a1a; 
		border-bottom: 10px solid #e53e2c;
		-webkit-box-shadow: 0 0 6px 0 #333;
		   -moz-box-shadow: 0 0 6px 0 #333;
		        box-shadow: 0 0 6px 0 #333; 
	}
	.top-bar ul li.name, .top-bar ul li.toggle-topbar:hover { background: #1a1a1a; }
	#secName { display: none !important; }
	.top-bar ul li.has-dropdown p { padding-left: 20px; padding-right: 20px; }
	#colorStrip, #items { display: none }
}

@media only screen and (max-width: 767px) {
	body { padding-bottom: 30px; }
	.container { background: transparent; }
	.hot {
		padding-top: 30px;
	}
	/* Menu Icon */
	#navWrap .top-bar ul li.toggle-topbar a {
		/*display: none;*/
	}
	.vedio-part{ display:none; overflow:hidden;}
}

/* -----------------------------------------
   Home Page
----------------------------------------- */
.home {
	background: #fff;
}
#items {
	height: 270px;
	overflow: hidden;
}
.item {
	border-top: 0px solid #579ed5;
	margin: 0px; padding: 0px;
	width: 283px; height: 212px;
	overflow: hidden;
	background: #579ed5;
}
#items .columns div:first-child * {
	margin: 0; padding: 0;
}
#items .columns {
	position: relative;
}
#items .columns h4 {
	position: absolute;
	top: 30px; left: 25px;
	width: 250px;
	color: white;
	font-family: "museo-sans-condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 500;
	font-size: 27px;
	line-height: 1em;
	display: none;
}
.mask { 
	position: absolute;
	top: 0px; left: 15px;
	width: 283px; height: 212px;
	z-index: 100;
	background: transparent;
	cursor: pointer;
}

.hTab {
	display: none;
	height: 60px;
	background-color: #579ed5;
	z-index: 98;
	padding-left: 10px;
	padding-right: 10px;
}
.hTab h5 {
	color: white;
	font-family: "museo-sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 100;
	text-transform: uppercase;
}

.bellSlide {
	background: #fff;
	position: relative;
}
.bellSlide img {
	position: absolute;
	top: 0px; left: 50%;
	margin-left: -325px;
	max-height: 100%;
}

div.orbit-wrapper div.slider-nav span.right,
div.orbit-wrapper div.slider-nav span.left {
	/*opacity: 0.5;*/
}

.sequence-preloader,
.sequence-preloader * {
	display: none !important;
}


/* swipejs */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

#mobile-home {
	padding: 30px 0 0;
}

#mobile-home nav {
	position: relative;
	margin: 15px auto 0;
}

#mobile-home nav #position {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-home nav #position li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #ccc;
	box-shadow: inset 0 1px 3px #666;
	margin: 0 8px;
	cursor: pointer;
}

#mobile-home nav #position li.on {
	box-shadow: inset 0 1px 3px -1px #28b4ea,0 1px 2px rgba(0,0,0,.5);
	background-color: #1293dc;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1293dc),color-stop(100%,#0f6297));
	background-image: -webkit-linear-gradient(top,#1293dc,#0f6297);
	background-image: -moz-linear-gradient(top,#1293dc,#0f6297);
	background-image: -ms-linear-gradient(top,#1293dc,#0f6297);
	background-image: -o-linear-gradient(top,#1293dc,#0f6297);
	background-image: linear-gradient(top,#1293dc,#0f6297);
}

@media only screen and (max-width: 767px) {
	
	.home .container {
		margin-bottom: 0;
	}
	
}
@media only screen and (max-width: 767px) and (orientation:landscape){
	#mobile-home {
		padding: 30px 80px 0;
	}
	#mobile-home nav {
		position: relative;
		margin: 0 auto;
	}
}


/* -----------------------------------------
   What We Do
----------------------------------------- */
.what-we-do .container {
	background: #333 url('../images/bg_what-we-do.jpg') no-repeat 50% 30px;
	height: 355px;
}
.what-we-do .text-container img {
	max-width: 45%;
	padding-top: 90px;
}
@media only screen and (max-width: 767px) {
	.what-we-do .container {
		background: rgb(51,51,51);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjIyMjIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(top,  rgba(51,51,51,1) 80%, rgba(34,34,34,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,rgba(51,51,51,1)), color-stop(100%,rgba(34,34,34,1)));
		background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 80%,rgba(34,34,34,1) 100%);
		background: -o-linear-gradient(top,  rgba(51,51,51,1) 80%,rgba(34,34,34,1) 100%);
		background: -ms-linear-gradient(top,  rgba(51,51,51,1) 80%,rgba(34,34,34,1) 100%);
		background: linear-gradient(to bottom,  rgba(51,51,51,1) 80%,rgba(34,34,34,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
		height: auto;
	}
	.what-we-do .text-container {
		text-align: center;
	}
	.what-we-do .text-container img {
		max-width: 90%;
		padding: 50px 0;
	}
}

.product-service-blurb {
	cursor: pointer;
}

.round-icon {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;		
	background-size: cover;
	/*opacity: 0.4;*/
	margin: 5px 0 15px;
}
.round-icon.temp {
	background: url('../images/round-icon_imp.png') no-repeat center center;
}
.round-icon.temp-on {
	background: url('../images/round-icon_test_red.png') no-repeat center center;
}

.round-icon.imp {
	background: url('../images/round-icon_imp.png') no-repeat center center;
}
.round-icon.imp-on {
	background: url('../images/round-icon_imp-on.png') no-repeat center center;
}

.round-icon.rcs {
	background: url('../images/rcs-blue.png') no-repeat center center;
}
.round-icon.rcs-on {
	background: url('../images/rcs-red.png') no-repeat center center;
}

.round-icon.tv {
	background: url('../images/round-icon_tv.png') no-repeat center center;
}
.round-icon.tv-on {
	background: url('../images/round-icon_tv-on.png') no-repeat center center;
}

.round-icon.app {
	background: url('../images/round-icon_app.png') no-repeat center center;
}
.round-icon.app-on {
	background: url('../images/round-icon_app-on.png') no-repeat center center;
}

.round-icon.mpp {
	background: url('../images/round-icon_mpp.png') no-repeat center center;
}
.round-icon.mpp-on {
	background: url('../images/round-icon_mpp-on.png') no-repeat center center;
}

.round-icon.delivery {
	background: url('../images/round-icon_delivery.png') no-repeat center center;
}
.round-icon.delivery-on {
	background: url('../images/round-icon_delivery-on.png') no-repeat center center;
}

.round-icon.img-recognition {
	background: url('../images/round-icon_img-recognition.png') no-repeat center center;
}
.round-icon.img-recognition-on {
	background: url('../images/round-icon_img-recognition-on.png') no-repeat center center;
}

.round-icon.analytics {
	background: url('../images/round-icon_analytics.png') no-repeat center center;
}
.round-icon.analytics-on {
	background: url('../images/round-icon_analytics-on.png') no-repeat center center;
}

.round-icon.global {
	background: url('../images/round-icon_global.png') no-repeat center center;
}
.round-icon.global-on {
	background: url('../images/round-icon_global-on.png') no-repeat center center;
}

.round-icon.professional {
	background: url('../images/round-icon_professional.png') no-repeat center center;
}
.round-icon.professional-on {
	background: url('../images/round-icon_professional-on.png') no-repeat center center;
}

.round-icon.location {
	background: url('../images/round-icon_location.png') no-repeat center center;
}
.round-icon.location-on {
	background: url('../images/round-icon_location-on.png') no-repeat center center;
}

.round-icon.contact-center{
	background: url('../images/contact_center-blue.png') no-repeat center center;
}
.round-icon.contact-center-on{
	background: url('../images/contact_center-red.png') no-repeat center center;
}

.round-icon.whatsapp{
	background: url('../images/whatsapp-blue.png') no-repeat center center;
}
.round-icon.whatsapp-on{
	background: url('../images/whatsapp-red.png') no-repeat center center;
}

.round-icon.crm{
	background: url('../images/CRM-blue.png') no-repeat center center;
}
.round-icon.crm-on{
	background: url('../images/CRM-red.png') no-repeat center center;
}

.round-icon.broadcast{
	background: url('../images/round-icon_app.png') no-repeat center center;
}
.round-icon.broadcast-on{
	background: url('../images/round-icon_app-on.png') no-repeat center center;
}

.round-icon.healthcare{
	background: url('../images/Healthcare-blue.png') no-repeat center center;
}
.round-icon.healthcare-on{
	background: url('../images/Healthcare-red.png') no-repeat center center;
}

.round-icon.sms-delivery{
	background: url('../images/round-icon_analytics.png') no-repeat center center;
}
.round-icon.sms-delivery-on{
	background: url('../images/round-icon_analytics-on.png') no-repeat center center;
}


.what-we-do .pg-headline {
	margin-bottom: 30px;
}

.details {
	display: none;
	/*border-bottom: 1px dotted blue;*/
}
.all-collapse {
	/*border-bottom: 1px dotted red;*/
}
.details .row {
	position: relative;
}
.close-details {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
}

.details h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.details h1.mweb {
	text-transform: none !important;
}

.details li {
	margin-bottom: 10px;
}

.button.goback {
	margin: 30px 0;
}

@media only screen and (max-width: 767px) {
	.button.goback {
		margin: 0;
	}
}
@media only screen and (max-width: 450px) {
	.round-icon {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		margin: 15px 0 15px;
		background-size: 60px !important;
	}
}

.card {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-perspective: 5000;
  perspective: 5000; 
}

.card .flipcontainer {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.3s;
  transition: 0.3s; 
}

.card .flipcontainer .front, .card .flipcontainer .back {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}

.card .flipcontainer .front .row, .card .flipcontainer .front .column, .card .flipcontainer .front .columns, .card .flipcontainer .back .row, .card .flipcontainer .back .column, .card .flipcontainer .back .columns {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}

.card .flipcontainer .front {
  z-index: 2; 
}

.card .flipcontainer .back {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  /*overflow-y: scroll;*/
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); 
}

/*
.card .flipcontainer:hover {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg); 
}*/

.card .flipcontainer.hoverMe {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg); 
}

.card .flipcontainer {
  /*border: solid 1px #eeeeee; */
}

.card .flipcontainer .front, .card .flipcontainer .back {
  padding: 1em; 
}

.card.square .flipcontainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%; 
}


/* -----------------------------------------
   Case Studies
----------------------------------------- */
.case-studies .container {
	background: #fff url('../images/bg_case-studies.png') repeat-x bottom center;
	height: 355px;
}
.case-studies .container .row {
	background: transparent url('../images/bg_case-studies.jpg') no-repeat bottom center;
	height: 355px;
}
.case-studies .text-container img {
	max-width: 45%;
	padding-top: 45px;
}
@media only screen and (max-width: 767px) {
	.case-studies .container {
		background-size: contain;
		height: auto;
	}
	.case-studies .container .row {
		background-image: none;
		height: auto;
	}
	.case-studies .text-container {
		text-align: center;
	}
	.case-studies .text-container img {
		max-width: 90%;
		padding: 50px 0;
	}
	.case-studies .cases .panel .columns {
		text-align: center;
	}
	.case-studies .cases .panel .columns h5 {
		margin-top: 15px;
	}
}

.case-studies h5 {
	margin-top: 5px;
}

body.case-studies.extra-padding {
	padding-top: 80px;
}
.case-main ul li {
	margin-bottom: 15px;
}

.case-logo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.testimonial { 
	margin: 0; 
	background: #b8e0ff;     
	padding: 10px 50px;     
	position: relative;
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #edf7ff;     
	background-image: linear-gradient(#cfeaff, #b8e0ff); 
}
.testimonial p {
	font-family: Georgia, serif !important;     
} 
.testimonial:before, 
.testimonial:after {     
	content: "\201C";   
	font-family: Georgia, serif !important;      
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; 
} 
.testimonial:before {     
	top: 0;     
	left: 10px; 
} 
.testimonial:after {     
	content: "\201D";   
	font-family: Georgia, serif !important;      
	right: 10px;     
	bottom: -0.5em; 
} 
.arrow-down {     
	width: 0;     
	height: 0;     
	border-left: 15px solid transparent;     
	border-right: 15px solid transparent;     
	border-top: 15px solid #b8e0ff;     
	margin: 0 0 0 25px; 
} 
.testimonial-author {     
	margin: 0 0 0 25px;     
	color: #999;     
	text-align:left; 
} 
.testimonial-author span {     
	font-size: 12px;     
	color: #666; 
}


/* -----------------------------------------
   Our Company
----------------------------------------- */
.our-company .container {
	background: #fff url('../images/bg_our-company.jpg') no-repeat bottom center;
	background-size: cover;
	height: 355px;
}
.our-company .container .row {
	background: transparent url('../images/banner_our-company.png') no-repeat center 20px;
	background-size: contain;
	height: 355px;
}
@media only screen and (max-width: 767px) {
	.our-company .container {
		background: #fff url('../images/banner_our-company.jpg') no-repeat center top;
		height: 285px;
	}
	.our-company .container .row {
		background-image: none;
		height: 285px;
	}
	.our-company h3.pg-headline {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 540px) {
	.our-company .container {
		background: #fff url('../images/logo_mms_lrg.png') no-repeat center center;
		background-size: 320px 100px;
		border-bottom: 1px solid #ddd;
	}
	.our-company .container,
	.our-company .container .row {
		height: 220px;
	}
}
@media only screen and (max-width: 480px) {
	.our-company .container,
	.our-company .container .row {
		height: 170px;
	}
}
@media only screen and (max-width: 400px) {
	.our-company .container,
	.our-company .container .row {
		height: 150px;
	}
}
@media only screen and (max-width: 360px) {
	.our-company .container,
	.our-company .container .row {
		height: 130px;
	}
}


/* -----------------------------------------
   Careers
----------------------------------------- */
.careers .container {
	background-color: #9abdf3;
	background-image: url('../images/bg_careers_4.jpg');
	background-repeat: no-repeat;
	background-position: 50% 160px;
	background-size: cover;
	height: 550px;
}
.careers .text-container img {
	/*max-width: 45%;*/
	padding-top: 45px;
}
@media only screen and (max-width: 960px) {
	.careers .text-container img {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.careers .container {
		background-image: none;
		height: auto;
	}
	.careers .text-container {
		text-align: center;
	}
	.careers .text-container img {
		max-width: 90%;
		padding: 50px 0;
	}
}
.careers h4 {
	margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
	.careers .container {
		background-image: none;
		background-color: #134a8e;
	}
	.careers h4 {
		text-align: center;
		margin-bottom: 10px;
	}
}


/* -----------------------------------------
   Contact (Mobile)
----------------------------------------- */
body.contact {
	padding-top: 80px;
}


/* -----------------------------------------
   Contact (Captcha resets)
----------------------------------------- */
#recaptcha_table {
	margin: 0 auto !important;
}
#recaptcha_privacy a {
	font-size: 12px !important;
	color: #4379a3 !important;
}
/* ======== New Css for Vedio ======== */
.video_wrapper{
	position:relative;
	text-align:center;
}
.video_content{
	font-family:"museo-sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size:40px;
	top:35%;
	position:absolute;
	width:100%;
	text-align:center;
	text-transform:capitalize;
}
.video_content span{
	padding:5px 10px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	background-color:rgba(0, 0, 0, 0.5);}
 video{
 	width:100%;
 }
 .video-full{
	 height: 100%;
    padding-bottom: 56.25%;
    padding-top: 9px;
    top: 0;
    width: 100%;
 }
 .video-full iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
iframe {
    width: 100% !important;
}


/* -----------------------------------------
   Docs
----------------------------------------- */

/*
.resource .container {
	background-color: #9abdf3;
	background-image: url('/images/bg_careers_1.jpg');
	background-repeat: no-repeat;
	background-position: 5% 10px;
	background-size: cover;
	height: 340px;
}

*/
.resource .container {
    background: #fff url(../images/bg_our-company.jpg) no-repeat bottom center;
    background-size: cover;
    height: 355px;

}
.resource .container .row {
	background: transparent url('../images/banner_our-company.png') no-repeat center 20px;
	background-size: contain;
	height: 355px;
}

.resource .text-container img {
	/*max-width: 45%;*/
	padding-top: 45px;
}
@media only screen and (max-width: 960px) {
	.resource .text-container img {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.resource .container {
		background-image: none;
		height: auto;
	}
	.resource .text-container {
		text-align: center;
	}
	.resource .text-container img {
		max-width: 90%;
		padding: 50px 0;
	}
}
.resource h4 {
	margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
	.resource .container {
		background-image: none;
		background-color: #134a8e;
	}
	.resource h4 {
		text-align: center;
		margin-bottom: 10px;
	}
}

/* -----------------------------------------
   Captcha
----------------------------------------- */

.captcha-button {
	background-color: white;
	color: #579ed5;
	font-size: 16px;
	border: 2px solid #579ed5;
	border-radius: 50px;
	padding: 15px 30px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease;
	font-weight: bold;
}
.captcha-button:hover {
	background-color: #579ed5;
	color: white;
	border: 2px solid #579ed5;
}

.captcha-button:active {
	transform: scale(0.95);
}

.captcha-button:disabled {
	background-color: #ddd;
	color: #aaa;
	border: 2px solid #ddd;
	cursor: not-allowed;
}

.status-message {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
}

.success-container {
	display: none;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px; /* Space between the text and image */
}

.success-container img {
	width: 24px;
	height: 24px;
}

.success-text {
	font-size: 14px;
}