body, * {
	margin: 0;
	box-sizing: border-box;
	font-family: 'RobotoRegular';
}

.cursor {
	cursor: pointer;
}

.RobotoRegular {
	font-family: 'RobotoRegular';
}

.RobotoThin {
	font-family: 'RobotoThin';
}

.RobotoMedium {
	font-family: 'RobotoMedium' !important;
}

.RobotoLight {
	font-family: 'RobotoLight';
}

.RobotoBold {
	font-family: 'RobotoBold' !important;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px !important;
}

.font18 {
	font-size: 18px;
}

.font22 {
	font-size: 22px;
}

.textGrey {
	color: #646464;
}

.blueBG {
	background-color: #1f4b99 !important;
}

.textBlue {
	color: #1f4b99;
}

.w-10 {
	width: 10% !important;
}

.w-90 {
	width: 90% !important;
}

.w-70 {
	width: 70% !important;
}

.w-80 {
	width: 80% !important;
}

.w-30 {
	width: 30% !important;
}

.w-auto {
	width: auto;
}

a {
	text-decoration: none !important;
}

.fixedHeader {
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 6%);
}

.logoText {
	font-size: 40px;
	font-weight: 900;
	color: #1f4b99 !important;
}

.headMenu .active {
	color: #1f4b99 !important;
	font-family: 'RobotoMedium';
}

.headMenu li a:hover {
	color: #1f4b99 !important;
	transition: 0.3s;
}

.topBanner {
	background-image: url(../img/top_banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
/*	height: 100%;*/
}

.topBanner .cPadding, .pageTopPadding {
	padding-top: 140px;
}

.topBanner h1 {
	font-size: 50px;
}

.topBanner .leftSection {
	padding: 100px 0;
}

.topBanner .leftSection p {
	padding: 15px 0;
	font-size: 19px;
}

.topBannerRGBA {
	background: rgba(3, 0, 95, 0.6);
/*	height: 100%;*/
}

.formPanel {
	border-radius: 10px;
	margin-top: 110px;
}

/*.topBanner .formPanel {
	margin-top: 180px !important;	
}*/

.bRadius_5 {
	border-radius: 5px !important;
}

.bRadius_10 {
	border-radius: 10px !important;
}

.formPanel input {
	border-radius: 4px;
	border-color: #EDEDED;
	font-size: 15px;
}

.formPanel input:focus {
	outline: inherit;
	box-shadow: inherit;
	border-color: #EDEDED;
}

.formPanel input::placeholder {
	color: #8c8d8f;
}

.formPanel button:hover {
	background-color: #FD5110 !important;
	cursor: pointer;
	transition: 0.5s;
}

.serveicePanel .sContent label {
	font-size: 20px !important;
}

.serveicePanel .box img {
	width: 60px;
}

.serveicePanel .box p {
	line-height: 26px;
}

.serveicePanel .box {
	background: linear-gradient(180deg,#f8f8f8,hsla(0,0%,100%,0));
	border: 1px solid;
	border-image-source: linear-gradient(90deg,#ecf2f6,rgba(236,242,246,0) 70.31%);
	background-color: #fff;
	border-radius: 30px;
	transition: all .3s ease-in-out
}

.serveicePanel .box:hover {
	background-color: #ecf2f6;
	transition: all .3s ease-in-out
}


.subHeading label {
	font-size: 40px;
}

.subHeading hr {
	width: 150px;
	border-width: 4px;
	opacity: 1;
	border-color: #1f4b99;
	margin: 15px auto;
}

.text-justify {
	text-align: justify;
}

.salesSpecialist {
	background-color: transparent;
    background-image: linear-gradient(90deg, #880fc4 0%, #1d39f2 100%);
}

.salesSpecialist label {
	font-size: 30px;
}
.salesSpecialist button {
 	background-color: #ff0044;
 	border-radius: 0;
 	box-shadow: 0px 8px 22px 0px rgba(255,91,135,0.5);
 	color: #fff;
 	padding: 20px 40px;
 	font-size: 18px;
}

.salesSpecialist button:hover {
	color: #5550c4;
	background-color: #fff;
	transform: scale(1.1);
	transition: 0.5s;
}

.servicesCovers {
	line-height: 65px;
}

.servicesCovers .box img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.servicesCovers svg {
	font-size: 32px;
	margin-bottom: -8px;
}

.servicesCovers label {
/*	padding-left: 12px;*/
}

/*.servicesCovers ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}*/

.topBanner .formPanel img {
	width: 20%;
	margin: auto;
}

.topBanner ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.servicesCovers p {
	line-height: 20px;
    font-size: 14px;
    text-align: justify;
    width: 90%;
    color: #525151;
    height: 100px;
}

.weServe, .faqsBG {
	background-color: #eee;
}

.weServe .box {
	border-radius: 10px;
	margin-top: 55px;
	transition: 0.7s;
}

.weServe .box:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: 0.7s;
}

.weServe .box p {
	height: 130px;
}

.weServe .iconOuter {
	border: solid 8px #fff;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-top: -70px;
	background-color: #eee;
}

.weServe .iconOuter img {
	padding-top: 17px;
}

/*.hireOurAMC {
	background-image: url(../img/amc-service-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.hireOurOuter .bgRFGBA {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
}

.hireOurOuter .box {
	border-radius: 5px;
}

.hireOurOuter .heading {
	font-size: 30px;
}

.headingHR {
	opacity: inherit;
	border-width: 2px;
	width: 250px;
}

.hireOurOuter hr {
	margin: 15px auto 15px 0;
}

.hireOurOuter ul li {
	line-height: 30px;
	font-size: 15px;
}*/


.hireOurAMC {
	background-color: #f1f6fc;
}

.hireOurAMC .heading {
	font-size: 40px;
}

.footerLogoBG {
	background-color: #fff;
	border-radius: 10px;
	width: 250px;
}

.testimonialBG .box {
	background-color: #f5f5f5;
	border-radius: 8px;
}

.testimonialBG .box p {
	color: #3c3c3c !important;
	height: 145px;
}

.testimonialBG .innerBox {
	width: 80%;
}

.testimonialBG .borderEnd {
	border-right: 1px solid;
    border-image: linear-gradient(to top, transparent, #34495e, transparent) 1;
}

.testimonialBG .carousel-control-next-icon, .testimonialBG .carousel-control-prev-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.testimonialBG .carousel-control-prev, .testimonialBG .carousel-control-next {
	height: 45px;
	width: 45px;
	background-color: #1f4b99;
	opacity: 1;
	top: 65px;
	border-radius: 5px;
}

.testimonialBG .carousel-control-prev {
	left: -45px;
}

.testimonialBG .carousel-control-next {
    right: -45px;
}

.breadcrumbBG {
	background-color: #eee;
}

.breadcrumb a {
	color: #1f4b99 !important;
}

.footerBG {
	background-color: transparent;
    background-image: linear-gradient(180deg,#1F4B99 0%,#1A6FBF 100%);
}

.footerBG .subHeading label {
	font-size: 30px;
}

.footerBG .subHeading p {
	font-size: 24px;
}

.footerBG .topContent button {
	text-transform: uppercase;
    background: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e0e0e0;
    border-radius: 0px 0px 0px 0px;
    transition-duration: .3s;
    transition-property: transform;
}

.footerBG .topContent button:hover {
	transform: scale(0.9);
}

.footerBG .qickLinks img {
	width: 20px;
}

.footerBG .qickLinks label {
	font-size: 15px;
}

.footerBG .qickLinks a, .footerAbout a, .footerBG .haveQues span {
	color: #D7D7D7 !important;
	transition: color 0.3s;
}

.footerBG .qickLinks a:hover, .footerAbout a:hover {
	color: #fff;
	transition: color 0.3s;
}

.footerBG .qickLinks ul li {
	line-height: 28px;
	font-size: 15px;
}

.footerAbout{
	background-color: #1F4B99;
}

.footerAbout label {
	font-size: 20px;
}

.footerBG .haveQues .socialIcon label {
	width: 23px;
	height: 23px;
	font-size: inherit;
	background-color: #fff;
	border-radius: 50%;
}

.footerBG .haveQues .socialIcon svg {
	font-size: 11px;
}

.footerBG .contact .iconSection {
	width: 10% !important;
}

.footerBG .contact .contentSection {
	width: 90% !important;
}

.footerBG .contact p {
	color: #D7D7D7 !important;
}

.footerBG .contact {
	font-size: 14px;
}

.footerBG .contact ul li {
	line-height: 30px;
}

.contactPage .icon {
	height: 60px;
	width: 60px;
	background-color: #eee;
	border-radius: 5px;
}


#digitalMarketing {
	border: 0;
	border-bottom: solid 2px #1f4b99;
}

.ackMsg {
	background-color: #1f4b99 !important;
	bottom: 30px;
	right: 70px;
	min-width: 220px;
	border-radius: 3px;
}

.abouService .subHeading hr {
	margin: 15px auto 15px 0;
}

.dNone {
	display: none;
}

#openNav {
	display: none;
}


/* Mobile Navigation */

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #052c72;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(-100%);
    padding-top: 45px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 30px;
}
.open-bg {
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
}
.open {
  transform: translateX(0px);
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.accordion-item {
  color: #3c3c3c;
  margin: 1rem 0;
  border-radius: 10px;
  border-color: #fff !important;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #3c3c3c;
  font-size: 18px;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
	
	background: #ededed;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	text-align: center;
	padding-top: 9px;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}