@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Roboto";
	font-weight: 300;/*	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	-moz-osx-font-smoothing: grayscale;
	color: #000;*/
}
.container {
	padding: 0;
}
.topBar {
	background: #494949;
}
.socialTop {
	list-style: none;
	margin-bottom: 0;
	padding: 3px 0;
}
.socialTop li.social {
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
.socialTop li.phNum {
	margin-left: 10px;
	padding-left: 10px;
	color: #fff;
	border-left: 1px solid #E6E6E6;
	margin-top: 3px;
}
.socialTop li a {
	text-decoration: none;
}
.socialTop li a:hover {
	text-decoration: none;
}
.socialTop, .socialTop li, .socialTop li a {
	float: left;
}
.topUserLogin {
	list-style: none;
	margin-bottom: 0;
}
.topUserLogin li {
	line-height: 27px;
}
.topUserLogin, .topUserLogin li {
	float: right;
}
.topUserLogin li.signup a {
	background: #F6801D;
}
.topUserLogin li.login a {
	background: #0080FF;
}
.topUserLogin li.login a, .topUserLogin li.signup a {
	color: #fff;
	font-size: 14px;
	padding: 9px 40px;
	text-align: center;
	line-height: 13px;
	font-weight: 400;
	text-decoration: none;
	float: right;
}
.topUserLogin li.signup a:hover {
	background: #F5780F;
}
.topUserLogin li.login a:hover {
	background: #007CE2;
}
.topUserLogin li.lang a {
	color: #fff;
	font-family: "Adobe Arabic";
	text-decoration: none;
	font-size: 22px;
	padding: 9px 14px;
	font-weight: 300;
}
.myNavBar {
	position: relative;
	z-index: 10000;
	background: rgba(255, 255, 255, 0.95);
	padding: 0;
}

.myNavBar .container {
	padding: 0 15px;
}
.banner {
	background: url("/images/banner.jpg") center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0 80px 0;
	min-height: 600px;
}
.hero{
	padding: 0;
	position: relative;
	z-index: 2;
}
.hero .container {
	position: relative;
	z-index: 2;
	padding-top: 0;
}
.heroCopy{
	color: #1a1a1a;
}
.heroEyebrow{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #0080FF;
	margin-bottom: 15px;
}
.heroList{
	list-style: none;
	padding-left: 0;
	margin: 15px 0 25px;
}
.heroList li{
	padding-left: 26px;
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
}
.heroList li:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFC300;
	position: absolute;
	left: 0;
	top: 6px;
}
.heroCtas{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}
.heroPrimary{
	background: #0080FF;
	border-color: #0080FF;
	padding: 12px 24px;
	font-weight: 500;
	border-radius: 4px;
	color: #fff !important;
}
.heroGhost{
	border: 1px solid #0080FF;
	color: #0080FF !important;
	padding: 12px 24px;
	border-radius: 4px;
}
.heroStats{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 10px;
}
.heroStats div{
	background: #fff;
	border-radius: 6px;
	padding: 12px 18px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.05);
	min-width: 120px;
}
.heroStats strong{
	display: block;
	font-size: 24px;
	color: #0080FF;
	line-height: 1.1;
}
.heroStats span{
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
}
.heroForm{
	margin-top: 30px;
}
.heroForm .formHead{
	margin-top: 0;
}
.heroForm .myForm{
	background: rgba(255,255,255,0.95);
	box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}
.heroForm .myForm p,
.heroForm .myForm span{
	color: #1a1a1a;
}
.heroForm .form-group label {
	color: #1a1a1a !important;
	display: block !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	margin-bottom: 8px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}
.heroForm .form-control {
	color: #1a1a1a !important;
	border-color: #ddd !important;
	background-color: #fff !important;
}
.heroForm .form-control:focus {
	background-color: #fff !important;
	border-color: #0080FF !important;
	box-shadow: 0 0 0 2px rgba(0,128,255,0.2) !important;
}
.heroForm .form-control::placeholder {
	color: #999 !important;
	opacity: 1 !important;
}
.servicesArea {
	text-align: center;
	margin-bottom: 40px;
}
.servicesHead {
	text-align: center;
	margin: 60px auto;
}
.servicesHead h4 {
	font-size: 50px;
	font-weight: 400
}
.solutionHighlights{
	padding: 60px 0;
	background: #fff;
}
.sectionIntro{
	text-align: center;
	max-width: 780px;
	margin: 0 auto 40px;
}
.sectionIntro h3{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 15px;
}
.sectionEyebrow{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #0080FF;
	margin-bottom: 10px;
	display: inline-block;
}
.highlightCards{
	margin: 0;
}
.highlightCard{
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 20px 35px rgba(0,0,0,0.04);
	margin-bottom: 25px;
	text-align: left;
}
.highlightCard img{
	width: 52px;
	height: 52px;
	margin-bottom: 15px;
}
.highlightCard h4{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.highlightCard p{
	font-size: 14px;
	color: #5a5a5a;
}
.services {
	width: 50% !important;
	float: left;
}
.service {
	text-align: left;
	height: 100px;
	margin-bottom: 40px;
}
.service * {
	float: left;
}
.service img {
	width: 100px;
	height: 100px;
	background: #89292B;
	margin-right: 10px;
}
.service h2 {
	margin-bottom: 5px !important;
	font-size: 24px;
}
.service h2, .service p {
	float: left;
	margin: 0;
	width: 75%;
}
.service p {
	font-weight: 300;
}
.siteContnt {
	background: #FFD300;
}
.whatsappSuite{
	padding: 60px 15px 40px;
}
.suiteContent h3{
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 15px;
}
.suiteContent p{
	font-size: 16px;
	color: #4d4d4d;
}
.suiteVisual{
	text-align: center;
}
.suiteVisual img{
	max-width: 100%;
	border-radius: 16px;
	box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}
.suiteGrid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-top: 40px;
}
.suiteItem{
	background: #f8fbff;
	border: 1px solid #dfeefe;
	border-radius: 10px;
	padding: 18px 20px;
	min-height: 140px;
}
.suiteItem h4{
	font-size: 18px;
	margin-bottom: 10px;
	color: #0a5bb6;
}
.suiteItem p{
	font-size: 14px;
	margin: 0;
}
.statsBand{
	background: #0a5bb6;
	color: #fff;
	padding: 35px 0;
	text-align: center;
}
.statsBand .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px;
}
.statsBand .stat{
	min-width: 160px;
}
.statsBand strong{
	font-size: 34px;
	font-weight: 600;
	display: block;
}
.statsBand span{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.useCases{
	padding: 60px 15px;
}
.useCases h3{
	font-size: 32px;
	margin-bottom: 20px;
}
.useCases ul{
	padding-left: 18px;
}
.useCases li{
	margin-bottom: 10px;
	font-size: 15px;
}
.testimonial{
	padding: 30px;
	background: #f8f8f8;
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}
.testimonial .quote{
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
	color: #333;
}
.testimonial .quote span{
	display: block;
	margin-top: 12px;
	font-style: normal;
	font-weight: 500;
	color: #0080FF;
}
.miniList h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.miniList ul{
	padding-left: 18px;
}
.ctaPanel{
	background: #082b5c;
	color: #fff;
	text-align: center;
	padding: 50px 15px;
	margin-top: 40px;
}
.ctaPanel h3{
	font-size: 32px;
	margin-bottom: 15px;
}
.ctaPanel p{
	max-width: 720px;
	margin: 0 auto 25px;
	font-size: 16px;
}
.ctaPanel .heroGhost{
	border-color: #fff;
	color: #fff !important;
}
.ctaPanel .heroPrimary{
	background: #FFC300;
	border-color: #FFC300;
	color: #1a1a1a !important;
}
.rightPanel {
	background: #0080FF;
	color: #fff;
}
.rightPanel, .leftPanel {
	width: 50%;
	float: left;
	border: 0px solid #000;
	padding: 30px 0;
}
.ltPanelCntnt {
	float: right;
	padding-right: 20px;
}
.rtPanelCntnt {
	float: left;
	padding-left: 20px;
}
.ltPanelCntnt, .rtPanelCntnt {
	width: 60%;
}
.ltPanelCntnt h3, .rtPanelCntnt h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 500;
}
.ltPanelCntnt p, .rtPanelCntnt p {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 300;
}
.btmContact {
	background: #F2F2F2;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.btmContact p span:first-child, .btmContact p span:last-child {
	color: #FF931E;
	font-size: 20px;
	font-weight: 500;
}
.btmContact p span:last-child a {
	text-decoration: none;
	color: #FF931E;
}
.btmLogoSec {
	padding: 40px 0;
}
.ourClients {
	width: 823px;
	float: left;
	border: 1px solid #ccc;
	height: 170px;
}
.recentProjects {
	width: 100%;
	float: left;
	border: 0px solid #ccc;
}
.brdr {
	border: 1px solid #ccc;
}
footer {
	background : #1A1A1A url("../images/Artboard 4-100.jpg") center bottom no-repeat;
}
.footerMenu {
	float: left;
	margin-top: 50px;
}
.footerMenu ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	color: #808080;
}
.footerMenu ul li:first-child {
	font-weight: 500;
	color: #CDCDCD;
	margin-bottom: 20px;
	font-size: 16px;
}
.footerMenu ul li a {
	text-decoration: none;
	color: #808080;
	display: inline-block;
	font-weight: 300;
}
.footerMenu ul li a:hover {
	text-decoration: underline;
}
.newsletter {
	float: left;
	width: 100%
}
.newsletter span {
	font-weight: 300;
	font-size: 14px;
	color: #808080;
	margin-bottom: 5px;
	float: left;
}
.newsletter input[type="email"] {
	width: 100%;
	padding: 5px;
	font-weight: 300;
}
.newsletter button {
	padding: 10px 25px;
	color: #fff;
	background: #F6801C;
	font-size: 16px;
	font-weight: 400;
	border: 0px;
	margin-top: 10px;
}
.socialbtm {
	float: left;
	list-style: none;
	margin-top: 10px;
}
.socialbtm li {
	list-style: none !important;
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 0 !important;
}
.copyRights {
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-top: 50px;
}
.siteContnt {
	padding: 0 !important;
}
.bannerTxt {
	float: left;
	width: 100%;
	margin-top: 250px;
	margin-bottom: 30px;
}
.banTxtHead {
	background: rgba(0,0,0, 0.5);
	color: #fff !important;
	font-size: 36px;
	font-weight: bold;
}
.banTxtBody {
	background: rgba(255, 211, 0, 0.5);
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.banTxtBody span {
	font-weight: bold;
	font-size: 20px;
}
.txtban {
	padding: 0
}
.banTxtBody, .banTxtHead {
	float: left;
	width: 100%;
	color: #000;
	padding: 10px;
}
.banTxtBody a {
	background: #402D2C;
	padding: 10px 27px;
	font-weight: 500;
	color: #fff;
	float: right;
}
.myForm {
	width: 330px;
	background: rgba(34,155,255, 0.95);
	border: 0px solid #F0F0F0;
	float: right;
	padding: 14px;
}
.myForm span {
	font-family: "Roboto";
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	float: left
}
.myForm p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.cta {
	background: #FC971E;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	font-family: "Roboto";
	font-weight: 700;
	margin-top: -10px;
}

.cap {
	display: inline-block;
	width: 75%;
	margin: 0 auto 12px;
	margin-left: 33px;
	margin-bottom: 12px;
}
.cap span {
	float: left;
	width: 50%;
	font-size: 16px;
	margin: 0;
}
.capTxt {
	color: #fff;
	font-size: 16px;
	float: left;
	line-height: 28px;
}
.capNum {
	line-height: 28px;
	padding-right: 10px;
	text-align: right !important;
}
.capResult input {
	width: 40px;
	color: #000;
	text-align: left !important;
	float: left;
}
.formHead {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	border-bottom: 8px solid #006DC6;
	background: #229BFF;
	width: 330px;
	float: right;
	text-align: center;
	margin-top: 64px;
	padding: 8px 0;
}

.form-group {
	margin-bottom: 15px;
}
.form-group label {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.form-control {
	height: 40px;
	line-height: 1.5 !important;
	color: #fff !important;
	background-color: transparent !important;
	border: 2px solid #fff !important;
	border-radius: 0px !important;
}
.form-control:focus {
	background-color: rgba(255,255,255,0.1) !important;
	border-color: #FFC300 !important;
	outline: none;
	box-shadow: 0 0 0 2px rgba(255,195,0,0.2);
}
textarea.form-control {
	height: auto;
	min-height: 80px;
	resize: vertical;
}




/* do not group these rules */
*::-webkit-input-placeholder {
 color: #fff !important;;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #fff !important;;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #fff !important;;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;;
}

.workHead h4{
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	margin: 45px 0;
}

.clients{
	background: #FBFBFB;
	padding: 30px 0;
	border-top: 1px solid #eee;
		text-align: center;
	margin-top: 50px;
}

.clients img{
	margin-right: 2px;margin-bottom: 2px;
	border: 1px solid #eee;

}

.our_clients{
	padding: 0;
	margin: 0 0 30px 0;
}
.our_clients ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.our_clients li{
	margin-bottom: 15px;
}
.our_clients img{
	width: 100%;
	border: 1px solid #f2f2f2;
	padding: 8px;
	background: #fff;
}

.item{
	margin-bottom: 25px;
}
.item ul{
	list-style: disc;
	padding-left: 18px;
}
.smsImgLink{
	max-width: 100%;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.contactIntro p{
	font-size: 16px;
	line-height: 26px;
}
.contactInfo{
	background: #f8f8f8;
	padding: 20px;
	margin-top: 20px;
	border-left: 4px solid #0080FF;
}
.contactInfo span{
	display: inline-block;
	margin-top: 10px;
}
.contactInfo i{
	color: #0080FF;
	margin-right: 10px;
}
.contactMap{
	margin-top: 20px;
}
.contactMap iframe{
	border: 0;
	min-height: 320px;
}

.clr{
	clear: both;
}






@media (min-width: 768px) and (max-width: 991px) {
.service {
	text-align: center;
	height: auto;
	margin-bottom: 70px;
	display: inline-block;
}
.service img {
	margin: 0 auto !important;
	float: none;
}
.service p {
	width: 100%;
	padding: 0 20px;
}
.service h2 {
	width: 100%;
}
.rightPanel, .leftPanel {
	width: 100%;
}
.siteContnt {
	padding: 0;
}
.ltPanelCntnt {
	float: left;
	padding-left: 20px;
}
.ltPanelCntnt, .rtPanelCntnt {
	width: 100%;
}
.footerMenu {
	width: 50%;
}
}






















.navbar{
	border: 0px; 
	margin-bottom: 0;
	min-height: 70px;
	display: flex;
	align-items: center;
}

.navbar-collapse {
	display: flex !important;
	flex: 1;
	overflow: visible !important;
}

.navbar-nav {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	margin: 0 !important;
}

.navbar-header {
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-header h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.navbar-header h1 img {
	max-height: 65px;
	width: auto;
}

.navbar-default{
	background: none;
	border: none;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 3px solid #0080ff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav>li>a {
 	font-weight: 500;
	padding: 20px 12px;
	line-height: 1.4;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #333;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.navbar-default .navbar-nav>li>a .glyphicon {
	line-height: 1;
	margin-left: 8px;
	font-size: 10px;
	vertical-align: middle;
	display: inline-block;
}

.mega-dropdown {
  position: static !important;
 /* width: 100%;*/
}

.mega-dropdown-menu {
  padding: 25px 0px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-top: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: #fff !important;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 8px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -8px;
  left: var(--arrow-position, 50%);
  transform: translateX(-50%);
  z-index: 10;
  transition: left 0.3s ease;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 10px solid #0080ff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -10px;
  left: var(--arrow-position, 50%);
  transform: translateX(-50%);
  z-index: 8;
  transition: left 0.3s ease;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  white-space: normal;
  transition: all 0.2s ease;
  font-size: 14px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #0080ff;
  background-color: #f0f7ff;
  padding-left: 25px;
}

.mega-dropdown-menu .dropdown-header {
  color: #0080ff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 20px 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.glyphicon{
	line-height: 1;
	margin-left: 0;
	font-size: 9px;
	display: block;
	margin-top: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover  {
    color: #fff;
	background-color: #0080ff;
}


.dropdown-menu .sub-menu {
    visibility: hidden;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}










/*     Inner page       */

.clrDivider{
	border-top: 3px solid #0080FF;
	border-bottom: 18px solid #FFC577;
	height: 22px;
}


.breadsSection{
	margin: 40px auto;
}

.breadcrumb {
    padding: 0px ;
    margin-bottom: 10px;
    background-color: transparent !important; 
	
}
.breadcrumb li{
	font-size: 18px; font-weight: 300;
}


.pageTitle{
	margin: 0; font-size: 55px; font-weight: bold;
}
.borderLeft{
	border-left: 1px solid #eee;
}

.cntnt{
	padding: 0;
/*	margin-top: 80px !important;*/
}

.cntnt img{
  margin: 15px;
}
.cntnt h1{
	font-weight: 200; font-size: 40px;
}

.imgAdjustment div:nth-child(2n+2) > img {
    margin-left: 0px !important;
}
/*.imgAdjustment div:nth-child(2n+2){
    margin-top: 80px !important;
}*/

.imgAdjustment div:nth-child(2n+1) > img {
    margin-right: 0px !important;
}

.cntnt ul{
	margin: 25px; float: left;
}
.innerFormHead {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	width: 330px;
	float: right;
	text-align: center;
	padding: 8px 0;
	border-bottom: 8px solid #006DC6;
	background: #229BFF;
}

.rightContainer{
	padding-bottom: 300px;
	position: static;
}

.myFormParent{
	width: 332px;
	float: right;
}

/*
.formFix{
	position: fixed;
	width: 332px;
}
*/

.sideNav{
	float: left; list-style: none; margin-top: 60px; width: 100%;
}


.sideNav li{
	border-bottom: 1px dashed #e5e5e5; padding-top: 8px; padding-bottom: 8px; padding-left: 8px
}
.sideNav li a{
 text-decoration: none; 
}

.sideNav li a:hover, .sideNav li:hover{
	background:#F7F7F7; 
}














@media (min-width: 992px) and (max-width: 1024px) {
	.myForm, .sideNav{
		width: 288px;
	}
	.innerFormHead{
		width: 288px;
		font-size: 25px;
	}
	.sideNav{
		float: right
	}
	.breadsSection{
		margin: 40px auto 60px !important;
	}
}





@media (min-width: 768px) and (max-width: 991px) {
	.breadsSection{
		margin: 40px auto 60px !important;
	}
	.borderLeft{
		border: 0px !important;
	}
	
	
/*.navbar-header {
	float: none;
	margin-bottom: 12px;
}
.navbar-toggle {
	display: block;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}

@media (max-width: 991px) {
.banTxtHead {
	font-size: 22px;
}
.banTxtBody span {
	font-size: 18px;
}
.myFormParent {
	width: 315px;
	margin: 0 auto;
}
.bannerTxt {
	margin-top: 100px;
}
.navbar-default .navbar-nav > li > a {
	line-height: 24px;
}*/
	
}








@media (max-width: 767px) {
	
	.borderLeft{
		border: 0px !important;
	}
	
	.topSocials {
		text-align: center;
	}
	.topSocials ul {
		display: inline-block;
		margin: 0 auto !important;
		float: none;
	}
	.service {
		text-align: center;
		margin-bottom: 40px;
		display: inline-block;
		height: auto;
	}
	.services {
		width: 100% !important;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.service h2, .service p {
		width: 100%;
		text-align: center;
	}
	.service img {
		float: none;
	}
	.rightPanel, .leftPanel {
		width: 100%;
	}
	.ltPanelCntnt, .rtPanelCntnt {
		width: 100%;
		padding: 0 25px;
	}
	.topUserLogin {
		float: none;
		margin: 0 auto;
		width: 311px;
	}
	
	
	.myFormParent, .myForm, .formHead {
		width: 100% !important;
	}
	
	
	.formHead {
		font-size: 22px;
	}
	
	.cap {
		width: 100%;
		margin: 10px auto 12px;
		margin-left: 10px;
	}
	
	.bannerTxt{
		margin-top: 30px;
	}
	.banTxtHead{
		font-size: 19px;
	}
	
	
	.cntnt img {
		margin: 15px;
		width: 100%;
	}
	
	
	
	.pageTitle{
		font-size: 48px;
	}
	
	.innerFormHead {
		
		font-size: 24px;
		width: 100%;
		
	}
	
	
	
	
	
	.mega-dropdown-menu::before {
		display: none;
	}
	
	.navbar-toggle{
		margin-top: 15px;
		margin-bottom: 15px;
		border-color: #0080ff;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #0080ff;
	}
	
	.navbar-nav{
		float: none !important;
		margin: 0 !important;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 12px 15px !important;
		line-height: 1.5 !important;
		border-bottom: 1px solid #f0f0f0;
	}
	
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: none;
	}
	
	.glyphicon {
		float: right;
		margin-top: 4px;
	}
	
	.navbar-header {
		margin-right: 0px !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	.navbar-header h1 img {
		max-height: 55px;
	}
	
	.mega-dropdown-menu {
		position: static !important;
		float: none !important;
		width: 100% !important;
		margin-top: 0 !important;
		box-shadow: none !important;
		border: none !important;
		background: #f9f9f9 !important;
	}
	
	.mega-dropdown-menu:before,
	.mega-dropdown-menu:after {
		display: none;
	}
	
	.breadsSection{
		margin: 40px auto 60px !important;
	}
	
}
