@charset "utf-8";
/* CSS Document */
/*
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');
*/
body { 
	font-size:15px; line-height:23px; color:#333; font-family: 'Rubik', sans-serif; font-weight: 400; text-align: justify;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight:500; margin-bottom:10px; font-family: 'Rubik', sans-serif;
}

h1 { 
	font-size:50px;
}

h2 { 
	font-size:40px;
}

h3 { 
	font-size:25px;
}

h4 { 
	font-size:25px;
}

h5 { 
	font-size:20px;
}

h6 { 
	font-size:18px;
}


p { 
	line-height:25px; margin:0;
}

a { 
	text-decoration:none; 
	color:#333;
}

a:hover { 
	text-decoration:none; 
	color: #333;
}

.pl-5, .px-5 {
  padding-left: 1.5rem !important;
}

.btn {
	padding: 7px 20px;
	width: 160px;
}

.bg-primary {
	background: #db2727 !important;
}

.btn-primary {
	background: #db2727 !important;
	border-color: #fff !important;;	
}

.linkstyle-1 {
	display: inline-block;
	margin: 10px 0;
	border: #ccc solid 1px;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
}

.linkstyle-1:hover i {
	margin-left: 8px;
	transition: ease-in .2s;
}

.linkstyle-2 {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	background: #db2727;
	width: 200px;
	color: #fff;
	text-align: center;
	border: 0;
}

.linkstyle-2:hover {
	background: #333;
	color: #fff;
}

.linkstyle-3 {
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	background: #eee;
	color: #333;
}

.linkstyle-4 {
	display: block;
	margin: 30px auto 0;
	padding: 10px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
	width: 300px;
	color: #d80000;
	text-align: center;
	border: #d80000 solid 2px;
	font-weight: 400;
}

.linkstyle-5 {
	display: block;
	background: #fff;
	color: #333;
	text-align: center;
	border: #333 solid 1px;
	font-weight: 400;
	width: 200px;
	margin: 15px auto 0;
	padding: 10px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
}

.linkstyle-6 {
	display: block;
	margin: 10px 0;
	padding: 10px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	background: #333;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	outline: 0;
	border: 0;
}

.linkstyle-6:hover {
	background: #000;
	color: #fff;
}

.sub-title {
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	margin-bottom: 50px;
}

.sub-title::before {
	display: none;
	width: 40px;
	height: 4px;
	content: '';
	position: relative;
	top: 35px;
	background: #d80000;
	margin: 0 auto;
	z-index: 99;
}

.sub-title::after {
	display: block;
	width: 100px;
	height: 4px;
	content: '';
	position: relative;
	top: 10px;
	background: #ddd;
	margin: 0 auto;
}

.linkstyle-1 i {
	color: #d80000;
}

.webs .linkstyle-1 i {
	color: #2f78b9;
}

.main-title {
	font-size: 30px;
	margin-bottom: 10px !important;
}

.form-control {
	margin-bottom: 20px;
	padding: 10px;
	height: auto;
}

.navbar {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	padding: 1.56rem 1rem 0;
}

.navbar-light .navbar-toggler-icon {
	background: url(../images/menu.svg) no-repeat;
	background-size: contain;
	background-position-y: 5px;
}

.navbar-light .navbar-toggler {
	border-color: #fff;
}

.menu .nav-item {
	margin: 0 10px;
}

.banner-container .carousel-item {
	height: 500px;
}

.banner-container .owl-carousel .owl-item .item {
	height: 600px;
	background-size: cover !important;
	background-position: center !important;
}

.banner-container .owl-dots {
	text-align: center;
}

.banner-container {
	background: #db2727;
}

.banner-container .owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50px;
	margin: 0 5px;
}

.banner-container .owl-carousel button.owl-dot.active {
	background: #db2727;
}

.banner-container .owl-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}

.banner-container .owl-carousel .owl-nav button.owl-prev {
	float: left;
}

.banner-container .owl-carousel .owl-nav button.owl-next {
	float: right;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
	font-size: 25px;
	font-family: 'Inter', sans-serif; 
	font-weight: 200;
	color: #666;
}

.banner-container .owl-carousel .owl-nav button.owl-prev i, .banner-container .owl-carousel .owl-nav button.owl-next i {
	color: #fff;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
	color: #fff;
}

.carousel-caption {
	right: 0;
	left: 0;
	position: absolute;	
	top: unset;
	padding: 10px 50px;
	bottom: 5%;
}

.banner-container .owl-dots {
	text-align: center;
	margin-top: -37px;
	position: relative;
	z-index: 99;
}

.banner-container .carousel-item img {
	opacity: 0.7;
}

.banner-container h2 {
	font-size: 30px;
	text-shadow: -1px 1px 1px #333
}

.banner-container h2 strong {
	display: inline-block;
	background: #db2727;
	padding: 0 7px 5px;
}

.banner-container p {
	font-size: 17px;
	margin-bottom: 20px;
	text-shadow: -1px 1px 1px #333
}

.banner-container .btn {
	width: 200px;
	background:rgba(255,255,255,0.4);
	color: #fff;
	text-transform: uppercase;
	box-shadow: -1px 1px 1px #333;
}

.banner-container .btn:hover {
	background: #fff;
	color: #000;
}

.logo {
	height: 40px;
}

.oracle-logo {
	height: 23px;
}

.content-wrapper {
	padding: 30px 0 10px;
}

.banner-sub {
	padding: 30px 0;
	background: #db2727;
	box-shadow: 0 3px 5px 1px #cecece;
	color: #fff;
}

.banner-sub h1 {
	font-size: 25px;
}

.banner-sub p {
	margin-bottom: 30px;
}

.service-box {
	margin-bottom: 20px;
	padding: 0;
}

.service-box h4 {
	margin-bottom: 15px;
	font-size: 20px;
}

.service-box h4::before {
	display: block;
	width: 10px;
	height: 4px;
	content: '';
	position: relative;
	top: 33px;
	background: #d80000;
}

.service-box h4::after {
	display: block;
	width: 50px;
	height: 4px;
	content: '';
	position: relative;
	top: 5px;
	left: 10px;
	background: #ddd;
}

.service-box.title {
	border: #ddd solid 1px;
	padding: 0 10px;
	border-radius: 15px;
	overflow: hidden;	
}

.service-box.title.web {
		
}

.webs .service-box h4::before {
	background: #2f78b9;
}

.service-box.title h2 {
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
	line-height: 25px;
	display: inline-block;
}

.webs .service-box.title h2 {
	color: #fff;
}

.webs .service-box.title i {
	color: #fff;
}

.service-box.title img {
	height: 220px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.service-box.title i {
	font-size: 25px;
	display: block;	
	margin: 0 10px 0 0;
	color: #fff;
	display: inline-block;
}

.service-box span {
	color: #666;
	font-weight: 600;
}

.service-main-page .service-box {
	border: #ddd solid 1px;
	padding: 30px;
	border-radius: 10px;
	min-height: 255px;
}

.service-main-page .service-box .linkstyle-1 {
	margin-bottom: 0;
}

.service-count-section {
	padding: 30px 15px;
	margin: 10px 0;
	border-top: #ddd solid 1px;	
}

.service-accnt {
	padding: 30px 0;
}

.service-accnt i {
	font-size: 50px;
	color: #db2727;
}

.service-accnt h3 {
	font-size: 30px;
	margin: 10px 0;
}

.service-accnt h4 {
	font-size: 18px;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

.casestudy-section {
	padding: 0 0 40px;
	margin: 20px 0 20px;
}

.casestudy-section h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}

.casestudy-section h4 {
	text-align: center;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	margin-bottom: 40px;
	font-weight: 400;
}

.case-box {
	border: #ddd solid 1px;	
	overflow: hidden;
	position: relative;
}

.case-box h3 {
	padding: 5px 10px;
	margin: 0;
	text-align: left;
	font-size: 22px;
}

.case-box h5 {
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	padding: 5px 10px;
	margin: 0;
	font-weight: 400;
}

.case-title-cover {
	position: absolute;
	left: 0;
	bottom: -37px;
	width: 99.7%;
	background: rgba(255, 255, 255, 0.7);
}

.case-box:hover .case-title-cover {
	bottom: 0;
	background: #d80000;
	transition: ease-in .2s;
	color: #fff;
}

.corp-video-section {
	position: relative;
}

.corp-video-section .square1 {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #db2727;
	right: 0;
	top: 0;
}

.corp-video-section .square2 {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #ddd;
	right: 50px;
	top: 20px;
	z-index: -1;
}

.corp-video-section h3 {
	text-align: left;
}

.corp-video-section h3::before {
	display: block;
	width: 10px;
	height: 4px;
	content: '';
	position: relative;
	top: 41px;
	background: #d80000;
}

.corp-video-section h3::after {
	display: block;
	width: 50px;
	height: 4px;
	content: '';
	position: relative;
	top: 1px;
	left: 10px;
	background: #ddd;
}

.mis-vis-box {
	padding: 20px 20px 20px 80px;	
	position: relative;
	overflow: hidden;
}

.mis-vis-box i {
	color: #db2727;
	position: absolute;
	font-size: 80px;
	left: -14px;
	top: 10px;
}

.mis-vis-box p {
	margin: 0;
}

.mis-vis .mis-vis-box i {
	left: 0;
	opacity: 1;
	position: relative;
	display: inline-block;
	margin: 0 50px 50px 0;
	float: left;
	top: 0;
}

.mis-vis .mis-vis-box {
	padding-left: 20px;
	margin-bottom: 40px;
	border-bottom: #ddd solid 1px;
}


/*---- scroll menu starts-----*/

.menu {
  background: rgba(0, 0, 0, 0.2);
  transition: .5s;
  border-bottom: #999 solid 1px;
}

.menu.hide1 {
  opacity: 1;
  background: #333;
  padding: .8rem 1rem;
  border-bottom: 0;
}

/*---- scroll menu ends-----*/

.navbar-light .navbar-nav .nav-link {
	color: #fff;	
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {	
	color: #fff;
	border-bottom: #fff solid 2px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ccc;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	border-bottom: #db2727 solid 3px;
	padding-bottom: 0.8rem;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding: 1rem 1.1rem;
}

/*---------dropdown menu----------*/

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
  margin: 0;
  background: #f5f5f5;
  border-bottom: solid 2px #ddd;
  border-radius: 0 !important;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
  text-transform: none;
  font-size: 14px;
  padding: 0;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 10px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
  border-bottom: #ddd solid 1px;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #db2727;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #333;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #333;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
	background: none;
}

.dropdown-item {
	padding: .25rem 1rem;
}

/*----*/



footer {
	background: #333;
	color: #fff;
	position: relative;
}

footer .footer-sec {
	padding-top: 40px;
	border-top: solid #db2727 4px;
}

.footer-blocks {
	padding-left: 0px;
}

footer h5 {
	font-size: 17px;
}

footer ul {
	padding: 0;
	position: relative;
	z-index: 9;
	text-align: left;
	padding-left: 0px;
}

footer ul li {
	line-height: 18px;
	font-size: 15px;
	list-style: square;
	margin: 0 7px 7px 0;
	text-decoration: underline;
	font-weight: 300;
	padding: 4px 0;
	display: inline-block;
}

footer ul li i {
	margin-right: 4px;
	display: none !important;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	color: #db2727;
	font-weight: 400;
	text-decoration: underline;
}

.footer-bottom {
	background: #222;
	font-size: 13px;
	color: #999;
	padding: 20px 0;
	margin-top: 30px;
}

.footer-bottom p {
	margin: 0;
	color: #fff;
	text-align: center;
}

.botom-link {
	text-align: center;
	color: #fff;
}

.botom-link a {
	color: #fff;
	text-decoration: underline;
}

footer h6 {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'Inter', sans-serif; 
	font-weight: 400;
}

footer p {
	margin-bottom: 20px;
	font-weight: 300;
	text-align: left;
}

footer .social-media a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 7px 7px 0;
	border: #ddd solid 1px;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
	z-index: 9;
	font-weight: 300;
	float: left;
}

footer .social-media a:hover {
	color: #db2727;
	font-weight: 600;
}

footer .social-media i {
	margin-right: 7px;
}

.logo-footer {
	height: 35px;
	margin-bottom: 15px;
}

.clients-section {
	margin: 50px 0 0;
}

.clients-section img {
	border: solid 1px #ddd;
	filter: grayscale(100%);
}

.clients-section img:hover {
	filter: grayscale(0%);
}

.celebration-slider.clients-section img {
	border: solid 1px #ddd;
	filter: unset;
}

.clients-section h4 {
	text-align: center;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	margin-bottom: 40px;
	font-weight: 200;
}

.banner-inner {
	background: #db2727;
	padding: 30px 0;
	margin-top: 145px;
	position: relative;
}

.banner-inner img {
	position: absolute;
	right: 0;
	bottom: 20px;
	opacity: 0.1;
	height: 60%;
	top: 0;
}

.wrapper.inner .menu {
	background: #333;
}

.banner-inner h5 {
	margin: 0;
	font-family: 'Inter', sans-serif; 
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.banner-inner h2 {
	border-left: #fff solid 6px;
	line-height: 28px;
	padding-left: 7px;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.abt-content img {
	display: inline-block;
	margin: 0 0 10px 10px;
	float: right;
	min-width: 300px;
}

.team-section {
	margin: 60px 0;
	background: #eee;
	padding: 40px 0;
}

.team-box {
	margin: 0 25px 20px;
	text-align: center;
}

.team-box img {
	margin-bottom: 15px;
}

.team-box h5 {
	margin-bottom: 10px;
}

.team-box h6 {
	margin-bottom: 0px;
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	font-size: 15px;	
}

.team-section.inner {
	margin: 0;
	background: none;
}

.team-section.inner hr {
	margin: 40px 0;
}

.team-section.inner h5 {
	margin-bottom: 5px;
	font-weight: 600;
}

.team-section.inner h6 {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
}

.team-section.inner h6::after {
	display: block;
	position: relative;
	content: '';
	width: 300px;
	height: 2px;
	background: #db2727;
	top: 5px;
}

.sign {
	display: block;
	height: 40px;
}

.ceo-img {
	border-radius: 400px;
	border-bottom: #db2727 solid 12px;
}

.case-page .card {
	border-radius: 5px;
	overflow: hidden;
}

.case-page .card img {
	position: relative;
	z-index: 0;
}

.case-page .card img:hover {
	transform: scale(1.2,1.2);
	transition: .3s;
}

.case-page .card-body {
	position: relative;
	z-index: 1;
	background: #fff;
}

.case-page .card-title {
	font-size: 20px;
	margin-bottom: 7px;
	font-weight: 500;
	color: #db2727;
	text-align: left;
}

.case-page .card-date {
	padding: 0 7px;
	background: #333;
	border-radius: 5px;
	margin-bottom: 7px;
	display: inline-block;
}

.case-page .card-date .text-muted {
	color: #fff !important;
}

.case-page .card .linkstyle-1 {
	margin-bottom: 0;
}

.case-page .card .linkstyle-1:hover {
	background: #db2727;
	color: #fff;
}

.client-box {
	box-shadow: 0 0 3px 2px #ddd;
	padding: 5px;
	margin-bottom: 30px;
	background: #f9f9f9;
	position: relative;
}

.client-box img {
	border: solid 1px #eee;
}

.client-box h5 {
	margin: 5px 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}



.clients-section .owl-nav {
	text-align: center;
	margin-top: 10px;
}

.service-page blockquote {
	background: #eee url(../images/quote-red.svg) no-repeat 15px 33px;
	background-size: 40px;
	padding: 20px;
	border-radius: 10px;
	border-left: solid 3px #db2727;
	position: relative;
	padding-top: 80px;
	margin-bottom: 30px;
}

.service-page blockquote i {
	font-size: 30px;
	color: #db2727;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.service-page {
	padding-bottom: 50px;
}

.service-page p {
	margin-bottom: 20px;
}

.service-section-right {
	padding-left: 0px;
	margin-top: 30px;
}

.demo-request-box {
	border-radius: 10px;
	border: #ddd solid 1px;
	padding: 25px;
	text-align: center;	
	margin-bottom: 20px;
}

.demo-request-box h3 {
	text-align: center;
}

.demo-request-box i {
	font-size: 50px;
	margin-bottom: 10px;
	color: #db2727;
}

/*---- request a call back modal box ----*/

.modal-dialog.service-modal {
  max-width: 100%;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0)scale(1);
  transform: translate(100%, 0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 4rem;
  display: block;
}

/*-----------------------*/

.custom-list-1 ul {
	padding-left: 0px;
	line-height: 30px;
	list-style-position: inside;
	margin-bottom: 40px;
}

.custom-list-1 {
	padding-left: 0;
}

.custom-list-1 li {
	border-radius: 15px 0 0 15px;
	border-left: #db2727 solid 3px;
	border-bottom: #ccc solid 1px;
	padding: 5px 0 5px 15px;
	margin-bottom: 15px;
	list-style: none;
}

.custom-list-2 ul {
	padding-left: 20px;
	line-height: 25px;
	margin-bottom: 40px;
}

.custom-list-2 li {
	margin-bottom: 10px;
}

.custom-list-3 p {
	margin-bottom: 0;
}

.custom-list-2 h3 {
	text-align: left;
}

.custom-list-3 {
	padding-left: 0px;
	line-height: 30px;
	list-style-position: inside;
	margin-bottom: 40px;
}

.custom-list-3 li {
	border-bottom: #ccc solid 1px;
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	padding: 0 0 5px 0;
	padding-left: 30px;
}

.custom-list-3 i {
	font-size: 25px;
	color: #db2727;
	position: absolute;
	left: 0;
	top: 5px;
}

.custom-list-4 {
	padding-left: 0px;
	line-height: 30px;
	list-style-position: inside;
	margin-bottom: 40px;
}

.custom-list-4 li {
	border-radius: 20px 0 0 20px;
	border-left: #db2727 solid 3px;
	border-bottom: #ccc solid 1px;
	padding: 5px 0 5px 15px;
	margin-bottom: 15px;
	list-style: none;
}

.custom-box-1 {
	border: #ddd solid 1px;
	border-radius: 10px;
	padding: 20px;
	padding-left: 50px;
	position: relative;
	margin: 10px 0;
	min-height: 0px;
}

.custom-box-1 i {
	font-size: 30px;
	position: absolute;
	left: 20px;
	top: -3px;
	color: #db2727;
}

.custom-box-1 p {
	margin-bottom: 0;
}

.custom-list-3.related-item {
	line-height: 25px;
}

.client-testm-sec {
	margin: 40px 0;
	text-align: center;
	border: #db2727 solid 1px;
	padding: 20px;
	border-radius: 10px;
}

.client-testm-sec img {
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 500px;
	border: #db2727 solid 1px;
	overflow: hidden;
}

.client-testm-sec i {
	font-size: 25px;
	font-weight: 400;
	color: #db2727;
}

.client-testm-sec .carousel-control-prev-icon {
	background: url(../images/left-arrow.svg) no-repeat;
}

.client-testm-sec .carousel-control-next-icon {
	background: url(../images/left-arrow.svg) no-repeat;
	transform: rotate(180deg);
}

.footer-bg1 {
	background: url(../images/world-map.png) no-repeat;
}

.footer-img1 {
	opacity: 0.04;
	position: absolute;
	right: 0;
	bottom: -80px;
	width: 70%;
	z-index: 0;
}

.footer-sec {
	position: relative;
}

.contact-now {	
	border-radius: 10px;
	border: #ddd solid 2px;
	overflow: hidden;
	font-size: 16px;
	padding: 15px;
	border-left: #db2727 solid 4px;
	border-right: #db2727 solid 4px;
	margin: 25px 0;
}

.contact-now i {	
	color: #db2727;
	margin-right: 10px;
	font-size: 25px;
}

.case-studies-cover {
	position: relative;
	margin-bottom: 25px;
}

.case-studies-cover h3 {
	padding: 15px;
	position: relative;
	background: rgba(219, 39, 39, 1);
	left: 0;
	bottom: 0px;
	color: #fff;
	width: 100%;
	margin: 0;
	text-align: left;
}

.case-studies-cover h5 {
	padding: 10px;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0px;
	color: #333;
	width: 100%;
	margin: 0;
	font-family: 'Inter', sans-serif; 
	font-size: 15px;
}

.case-studies-content h2 {
	font-size: 25px;
	text-align: left;
}

.case-studies-content h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.case-studies-content h3::after {
	display: block;
	position: relative;
	content: '';
	width: 20%;
	height: 2px;
	background: #db2727;
	top: 5px;
}

.case-studies-content ul {
	padding: 10px 0 10px 20px;
	list-style-position: inside;
}

.case-studies-content ul li {
	line-height: 25px;
	margin-bottom: 7px;
}

.case-studies-details h4 {
	padding-bottom: 10px;
	font-size: 20px;
}

.case-studies-details h4::after {
	display: block;
	position: relative;
	content: '';
	width: 200px;
	height: 2px;
	background: #db2727;
	top: 5px;
}

.blog-box {
	border: #ddd solid 1px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-box h4 {
	padding: 10px;
	margin: 0;
	font-size: 20px;
	min-height: 0;	
	background: #db2727;
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 1;
}

.blog-box.latest {
	position: relative;
}

.blog-box img {
	position: relative;
	z-index: 0;
}

.blog-box img:hover {
	transform: scale(1.2,1.2);
	transition: .3s;
}

.blog-box.latest .blog-head {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
}

.blog-box.latest .blog-head h3 {
	padding: 10px;
	margin: 0;
	font-size: 25px;
	min-height: 0;	
	background: rgba(0, 0, 0, 1.0);
	color: #fff;
	border-bottom: solid 5px #db2727; 
}

.blog-box.latest .blog-head h3 a {
	color: #fff;
}

.blog-box.latest .latest-label {
	position: absolute;
	left: 0;
	top: 40px;
	display: inline-block;
	border-radius: 0 15px 0 0;
}

.blog-box.latest .latest-label h2 {
	padding: 10px;
	margin: 0;
	font-size: 20px;
	min-height: 0;	
	background: #db2727;
	color: #fff;
}

.blog-box.latest .latest-label span {
	background: #333;
	color: #fff;
	padding: 7px;
}

.blog-box.latest .blog-head .btn {
	color: #fff;
	padding: 0;
	text-decoration: underline;
	width: auto;
	position: relative;
	bottom: 0;
}

.blog-box h4 a {
	color: #db2727;
}

.blog-box h6 {
	padding: 5px 10px;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	background: #eee;
}

.blog-box p {
	padding: 10px;
}

.blog-box .linkstyle-1 {
	margin: 0 0 10px 10px;
	border-color: #db2727;
	border-width: 2px;
	color: #db2727;
}

.blog-box .linkstyle-1:hover {
	background: #db2727;
	color: #fff;
}

.blog-box .linkstyle-1:hover i {
	color: #fff;
}

.blog-cover {
	position: relative;
	margin-bottom: 25px;
}

.blog-cover h3 {
	padding: 15px;
	position: relative;
	background: rgba(219, 39, 39, 1);
	color: #fff;
	width: 100%;
	margin: 0;
	font-size: 20px;
	height: auto;
	text-align: left;
}

.blog-cover h5 {
	padding: 10px;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	color: #333;
	width: 100%;
	margin: 0;
	font-family: 'Inter', sans-serif; 
	font-weight: 400;
	font-size: 15px;
}

.blog-content p {
	line-height: 25px;
	margin-bottom: 10px;
}

.blog-content a {
	color: #db2727;
	font-weight: 500;
}

.blog-content ul, .blog-content ol {
	padding: 10px 0 10px 20px;
	list-style-position: outside;
}

.blog-content li {
	line-height: 25px;
	margin-bottom: 10px;
}

.blog-content h3 {
	text-align: left;
}

.career-sec {
	padding-bottom: 50px;
}

.career-sec .nav-pills .nav-link.active, .career-sec .nav-pills .show>.nav-link {
	background: #db2727;
}

.career-cov {
	padding: 15px;
	border: #ddd solid 1px;
	border-radius: 10px;
}

.career-cov h4 {
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 20px;
	max-width: 200px;
	font-weight: 500;
	text-align: left;
}

.career-cov p {
	margin-bottom: 0px;
	line-height: 20px;
}

.career-cov .career-row {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ddd solid 1px;
}

.career-cov .linkstyle-4 {
	float: right;
	margin: 0;
	width: auto;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.career-cov h4 .linkstyle-4:hover {
	background: #db2727;
	color: #fff;
}

.career-sec .nav-pills .nav-link {
	font-size: 17px;
	font-weight: 500;
}

.career-form .form-control {
	margin-bottom: 20px;
	padding: 10px;
	height: auto;
}

.career-right h4 {
	padding-left: 35px;
	position: relative;
	border-bottom: #db2727 solid 2px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
}

.career-right h4 i {	
	font-size: 25px;
	color: #db2727;
	position: absolute;
	left: 0;
	top: 5px;
}

.awards-slide {
	margin-bottom: 40px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 40px;
}

.awards-img {
	position: relative;
	border: #ddd solid 1px;
	margin-bottom: 20px;
}

.awards-img h2 {
	display: inline-block;
	position: absolute;
	padding: 10px 15px;
	background: #db2727;
	color: #fff;
	text-align: center;
	bottom: -16px;
	right: 0px;
	width: 100px;
}

.awards-img img {
	border: #db2727 solid 10px;
  border-top: 0;
  border-right: 0;
}

.awards-text {
	padding-left: 0px;
}

.awards-text h3 {
	margin-bottom: 10px;
}

.awards-text h4 {
	margin-bottom: 15px;
	background: #db2727;
	padding: 10px;
	color: #fff;
}

.awards-text h4 span {
	font-size: 18px;
}

.career-det h1 {
	font-size: 25px;
	text-align: left;
}

.job-desc ul {
	padding: 10px 0 10px 20px;
	list-style-position: outside;
	font-size:15px; 
	line-height:23px; 
	color:#333; 
	font-family: 'Inter', sans-serif; 
	font-weight: 400;
}

.career-det ul li {
	margin-bottom: 10px;
}

.job-desc ul li span {
	font-family: 'Inter', sans-serif !important; 
	font-size:15px !important; 
	line-height:23px !important; 
	color:#333 !important;
	font-weight: 400 !important;
}

.career-info {
	padding: 0 15px;
	list-style: none;
}

.career-info li {
	padding: 10px;
	border: #ddd solid 1px;
	background: none;
}

.career-info li:nth-child(odd) {
	background: #db2727;
}

.career-info li span {
	font-weight: 600;
	color: #fff;
}

.career-box1 {
	border: #db2727 solid 2px;
	border-radius: 10px;
	padding: 15px 10px;
}

.career-box1 i {
	display: inline-block;
	margin: 0 7px 0 0;
	color: #db2727;
}

.career-box1 h3 {
	font-size: 17px;
	display: inline-block;
	margin: 0;
}

.career-box1 span {
	display: block;
}

.contact-sec {
	padding-bottom: 50px;
}

.contact-box {
	border: #ddd solid 1px;
	padding: 20px;
	height: auto;
	border-radius: 5px;
	margin: 5px 0;
}

.contact-box.img {
	padding: 0 10px;
	text-align: center;
	border: 0;
}

.contact-box p {
	line-height: 25px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}

.contact-box i {
	color: #db2727;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 20px;
}

.contact-box h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contact-box h4::after {
	content: '';
	position: relative;
	width: 150px;
	height: 2px;
	top: 7px;
	background: #db2727;
	display: block;
}

.map-block {
	margin: 40px 0 0;
	border: #ddd solid 1px;
	background: #db2727;
	color: #fff;
}

.map-block iframe {
	margin: 0;
	height: 300px;
}

.contact-form {
	padding: 25px;
}

.contact-form h4 {
	text-align: left;
}

.contact-form .form-control {
	margin-bottom: 20px;
	padding: 10px;
	height: auto;	
}

.privacy-policy-sec p {
	margin-bottom: 20px;
}

.privacy-policy-sec ul {
	line-height: 30px;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
}

.footer-bg1 {
	margin-bottom: 20px;
}

.navbar-collapse {
	height: 100%;
}

.awards-detail-page p {
	margin-bottom: 15px;
}

.whatsapp-float {
	position: fixed;
	right: 30px;
	bottom: 60px;
	background: #25D366;
	border-radius: 100px;
	padding: 10px 13px;
	width: 60px;
	height: 60px;
	z-index: 999;
}

.whatsapp-float i {
	font-size: 40px;
	color: #fff;
}
/*send enquiry modal */
.quickenquiry-float {
	position: fixed;
	right: 30px;
	bottom: 140px;
	background: #db2727;
	border-radius: 100px;
	padding: 15px 12px 0 6px;
	width: 60px;
	height: 60px;
	z-index: 999;
	text-align: center;
}

.quickenquiry-float i {
	font-size: 28px;
	color: #fff;
}

/*send enquiry modal */
.quickenquiry-float {
	position: fixed;
	right: 30px;
	bottom: 140px;
	background: #db2727;
	border-radius: 100px;
	padding: 15px 12px 0 6px;
	width: 60px;
	height: 60px;
	z-index: 999;
	text-align: center;
}

.quickenquiry-float i {
	font-size: 28px;
	color: #fff;
}
#loader img{
    width: 75px;
}
.blog-pills {
	margin-bottom: 25px;
	flex-direction: row !important;
}

.nav-pills.blog-pills .nav-link {
	margin: 0 2px;
}

.nav-pills.blog-pills .nav-link:hover {
	background: #ddd;
}

.clients-section .owl-carousel .owl-nav button.owl-prev, .clients-section .owl-carousel .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	background: #db2727;
	font-size: 20px;
	color: #fff;
	border-radius: 100px;
	margin: 10px 4px 0;
}

.mis-vis-section {
	margin: 40px 0;
}

.btn-trans {
	background: rgba(255, 255, 255, 0.5) !important;
	color: #fff !important;
}

.btn-white {
	background: #fff !important;
	color: #333 !important;
}

.btn-red {
	background: #db2727 !important;
	color: #fff !important;
}

.blog-form {
	margin: 40px 0;
	padding: 30px;
	border: #ddd solid 1px;
	border-radius: 15px;
	background: #f5f5f5;
}

.blog-form .contact-box {
	background: #fff;
}

.error-page {
	padding: 30px 0;
	background: #fff;
	color: #db2727;
}

.error-page-box {
	padding: 120px 0 50px;
	text-align: center;
}

.error-page-box h1 {
	font-size: 100px;
}

.error-page-box h3 {
	margin-top: 30px;
}

.social-media-contact {
	margin: 20px 0 0;
	text-align: center;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 20px;
	border: #ddd solid 1px;
}

.social-media-contact span {
	font-weight: bold;
}

.social-media-contact a {
	border: #db2727 solid 2px;
	padding: 3px 7px;
	border-radius: 30px;
	color: #db2727;
	display: inline-block;
	margin: 3px 0;
}

.social-media-contact a:hover {
	background: #db2727;
	color: #fff;
}

.emp-corner-row {
	margin-bottom: 40px;
}

.emp-corner-row h3 {
	padding-bottom: 15px;
	text-align: left;
}

.emp-corner-row h3::after {
	content: '';
	display: block;
	width: 150px;
	height: 3px;
	background: #db2727;
	position: relative;
	top: 5px;
}

.emp-corn-img {	
	width: 100%;
}

.emp-corn-img-cover {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	position: relative;
}

.emp-corn-img-cover.left {
	float: left;
	margin: 0 20px 20px 0;
	border-right: solid 7px #db2727;
	border-bottom: solid 7px #db2727;
}

.emp-corn-img-cover.right {
	float: right;
	margin: 0 0 20px 20px;
	border-left: solid 7px #db2727;
}

.emp-corn-img-cover h4 {
	position: absolute;
	background: #db2727;
	color: #fff;
	padding: 15px;
	left: 0;
	bottom: 0;
	margin: 0;
	text-align: left;
}

.prize-box {
	text-align: center;	
}

.prize-box img {
	border: 0;
	border-bottom: solid 7px #db2727;
}

.prize-box h4 {
	padding: 10px 0 0;
	font-size: 20px !important;
	font-weight: 600 !important;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	margin: 0 !important;
}

.prize-box h5 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	margin: 0;
}

.prize-box h6 {
	padding: 10px 0;
	font-size: 15px;
	font-weight: 400;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	margin: 0;
}

.celebration-slider.clients-section {
	margin: 0;
}

.img-left {
	float: right;
	margin: 0 0 20px 20px;
	width: 40%;
	border-left: solid 5px #db2727;
	box-shadow: 0 2px 5px 2px #ddd;
}

.navbar-nav {
	background: rgba(0, 0, 0, 0.5);
}

.navbar-brand {
	margin-right: 0;
}

@media (min-width: 768px) {

	.navbar-brand {
		margin-right: 1rem;
	}

	.oracle-logo {
		height: 40px;
	}

	.navbar-nav {
		background: none;
	}

	.emp-corn-img-cover {
		width: 30%;
		display: inline-block;
	}

	h1, h2, h3, h4, h5, h6 { 
		font-weight:500;
		margin-bottom:15px;
	}

	.banner-container .carousel-item {
		height: 700px;
	}

	/*---- scroll menu starts-----*/

	.menu {
	  background: rgba(0, 0, 0, 0.4);
	  transition: .5s;
	  border-bottom: #999 solid 1px;
	}

	.menu.hide1 {
	  opacity: 1;
	  background: #333;
	  padding: .8rem 1rem;
	  border-bottom: 0;
	}

	.banner-sub {
		padding: 30px 0 40px;
	}

	.banner-sub h1 {
		font-size: 35px;
	}

	.content-wrapper {
		padding: 70px 0 30px;
	}

	.main-title {
		font-size: 40px;
		margin-bottom: inherit !important;
	}

	.service-box {
		margin-bottom: 40px;
		padding: 25px;
		border-radius: 15px;
		border: #ddd solid 1px;
		box-shadow: 0 0 4px 1px #ddd;
	}

	.service-box blockquote {
		margin: 0;
	}

	.service-count-section {
		padding: 50px 0;
		margin: 30px 0;
	}

	.mis-vis-box {
		padding: 40px 40px 40px 120px;
	}

	.mis-vis-box i {
		font-size: 150px;
		left: -34px;
		top: 30px;
	}

	.clients-section h4 {
		font-size: 18px;
		margin-bottom: 40px;
		font-weight: 400;
	}

	.sub-title::before {
		display: block;
	}

	footer .footer-sec {
		padding-top: 70px;
		border-top: solid #db2727 7px;
	}

	.footer-bg1 {
		margin-bottom: 0;
	}

	.footer-bottom {
		padding: 30px 0;
		margin-top: 60px;
	}

	.footer-bottom p {
		text-align: left;
	}

	.footer-bottom p.botom-link {
		text-align: right;
	}

	.banner-inner h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.team-box {
		margin: 0 25px;
	}

	.banner-inner {
		padding: 50px 0;
	}

	.awards-img h2 {
		bottom: -16px;
		right: -40px;
	}

	.awards-text {
		padding-left: 60px;
	}

	.awards-img {
		margin-bottom: 0;
	}

	.service-section-right {
		padding-left: 30px;
		margin-top: 0;
	}

	.career-det h1 {
		font-size: 40px;
	}

	.service-page blockquote {
		padding: 30px;
		padding-left: 100px;
		margin-bottom: 30px;		
		background-size: 60px;
	}

	.service-page blockquote i {
		font-size: 50px;
		margin-right: 10px;
		left: 30px;
		top: 30px;
	}

	h3 {
		font-size: 30px;
	}

	.custom-box-1 {
		padding: 20px;
		padding-left: 80px;
		margin: 20px 0;
		min-height: 370px;
	}

	.custom-box-1 i {
		font-size: 50px;
		left: 20px;
		top: -3px;
	}

	.blog-cover h3 {
		padding: 15px;
		position: absolute;
		background: rgba(219, 39, 39, 0.85);
		left: 0;
		bottom: 0;
		width: 50%;
		font-size: 40px;
		height: 100%;
	}

	.blog-cover h5 {
		padding: 10px;
		position: absolute;
		background: rgba(255, 255, 255, 0.85);
		left: 0;
		bottom: 0px;
		width: 50%;
		margin: 0;
		font-size: 15px;
	}

	.case-studies-cover h3 {
		padding: 15px;
		position: absolute;
		background: rgba(219, 39, 39, 0.85);
		left: 0;
		bottom: 38px;
		width: 80%;
	}

	.case-studies-cover h5 {
		padding: 10px;
		position: absolute;
		background: rgba(255, 255, 255, 0.85);
		left: 0;
		bottom: 0px;
		width: 80%;
		margin: 0;
	}

	.banner-container .owl-carousel .owl-item .item {
		height: 650px;
	}
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		padding: 20px 0;
		top: 40%;
	}

	.banner-container h2 {
		font-size: 45px;
		font-weight: 700;
	}

	.career-cov h4 { 
		max-width: 100%;
		font-size: 20px;
	}

	.contact-box {
		margin: 0 5px;
		height: 100%;
	}

	.contact-box.img {
		padding: 0 10px;
	}

	.map-block iframe {
		height: 100%;
	}

	footer .social-media a {
		display: block;
		margin: 0 0 7px 0;
		border: 0;
		padding: 0;
		float: none;
	}

	footer ul {
		padding-left: 15px;
	}

	footer ul li {
		margin: 0 0 7px 0;
		text-decoration: none;
		display: list-item;
	}

	.modal-dialog.service-modal {
	  max-width: 40%;
	}

	.banner-inner img {
		bottom: 20px;
		opacity: 0.1;
		height: 80%;
		top: auto;
	}

	.service-box.title {		
		padding: 9px;
		border-bottom: #db2727 solid 4px;
		text-align: center;	
	}

	.service-box.title i {
		font-size: 60px;
		display: block;	
		margin: 0 auto;
		margin-bottom: 10px;
		color: #db2727;
	}

	.service-box.title h2 {
		text-align: center;
		font-size: 30px;
		color: #db2727;
		margin-bottom: 0;
		line-height: 25px;
	}

	.service-box.title.web {
		border-bottom: #2f78b9 solid 4px;
	}

	.webs .service-box.title h2 {
		color: #2f78b9;
	}

	.webs .service-box.title i {
		color: #2f78b9;
	}

	.service-box.title.web {
		background: none;
	}

	.blog-box h4 {
		min-height: 68px;	
	}

	.banner-container p {
		font-size: 20px;
	}

	.abt-content img {
		max-width: 400px;
	}

	.blog-pills {
		flex-direction: row !important;
	}

	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		width: 80px;
		height: 80px;
		font-size: 45px;
	}

	.footer-blocks {
		padding-left: 50px;
	}

	.megamenu > div > li > ul > li {
		padding: 0 15px;
	}

	.megamenu > div > li > ul > li > a {
	  padding: 10px 10px;
	}

	.blog-box.latest .blog-head {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.blog-box.latest .blog-head h3 {
		font-size: 40px;
		background: rgba(0, 0, 0, 0.5);
		padding: 20px;
		text-align: left;
	}

	.blog-box.latest .blog-head .btn {
		bottom: -4px;
	}

	.blog-box.latest .latest-label h2 {
		font-size: 35px;
	}

	.error-page {
		padding: 100px 0;
	}

	.error-page-box {
		padding: 120px 0 50px;
	}

	.error-page-box h1 {
		font-size: 200px;
	}

	.error-page-box h3 {
		margin-top: 70px;
	}

	.banner-container .owl-dots {
		position: absolute;
		bottom: 20px;
		left: 46%;
		right: 46%;
	}

	.social-media-contact {
		margin: 60px 0 15px;
		padding: 40px 0;
		border-radius: 100px;
	}

	.social-media-contact a {
		padding: 8px 15px;
		border-radius: 50px;
	}

	.client-box h5 {
		font-size: 14px;
		font-weight: 400;
	}

	.career-right h4 {
		padding-left: 40px;
		font-size: 25px;
	}

	.career-right h4 i {	
		font-size: 30px;
		top: 7px;
	}

	.pl-5, .px-5 {
	  padding-left: 3rem !important;
	}

	.case-studies-content h2 {
		font-size: 40px;
	}

	.demo-request-box {
		padding: 40px;
	}

	.demo-request-box i {
		font-size: 80px;
	}

	.case-studies-details h4 {
		font-size: 25px;
	}

	.blog-box .linkstyle-1 {
		border-color: #ddd;
		border-width: 1px;
		color: #333;
	}

	.case-page .card-title {
		font-size: 22px;
		font-weight: 600;
	}

	.corp-video-section {
		padding-left: 40px;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.banner-container .carousel-item {
		height: 400px;
	}

	.navbar-expand-md.menu {
		justify-content: space-between;
		flex-flow: wrap;
	}

	.navbar-nav {
    margin: 0 auto;
    margin-left: auto;
    background: rgba(0,0,0,0.2);
    width: 100%;
  }
}

@media (min-width: 1140px) {

	.navbar-nav {
		background: none;
		margin: 0 0 0 auto;
		width: auto;
		margin-top: 15px;
	}
}

@media (min-width: 1300px)
{
	.container { max-width: 1280px;}	
}

@media (min-width: 1500px)
{
	.container { max-width: 1360px;}
	.banner-container .owl-carousel .owl-item .item {
		height: 750px;
	}
}

@media (min-width: 1600px)
{
	.container { max-width: 1360px;}
	.banner-container .owl-carousel .owl-item .item {
		height: 850px;
	}
}



.btn-1 {
	font-weight: 600;
	color: #db2727;
}

.menu .onam {
	position: absolute;
	top: -5px;
	z-index: 99;
	height: 100px;
	left: 22%;
	transition: .5s;
}

.menu.hide1 .onam {
	position: absolute;
	top: -5px;
	z-index: 99;
	height: 70px;
	left: 22%;
	transition: .5s;
}

.sitemap-cover {
	padding: 50px 0;
}

.sitemap-cover > ul {
	padding: 0 0 15px 0;
	margin-bottom: 0;
}

.sitemap-cover ul a {
	display: block;
}

.sitemap-cover > ul > li {
	padding: 10px;
	border-bottom: dashed 1px #666;
	list-style: none;
	background: #eee;
	font-weight: 600;
}

.sitemap-cover > ul > li > ul {
	background: #fff;
	margin-top: 10px;
	padding: 0 0 0 20px;
}

.sitemap-cover > ul > li > ul > li {
	padding: 5px 0;
	border-bottom: dashed 1px #ccc;
	font-weight: 400;
}

.sitemap-cover > ul > li > ul > li > ul {
	padding: 0 0 0 20px;
}

.sitemap-cover > ul > li > ul > li > ul > li {
	padding: 3px 0;
	border-bottom: dashed 1px #ccc;
}

.sitemap-cover i {
	font-size: 12px;
	color: #db2727;
	margin-left: 10px;
}

.faq-sec {
	padding: 50px 0;
	background: #eee;
}

.faq-sec .sub-text {
	max-width: 70%;
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px;
}

.faq-sec .card {
	border: 0;
	background: #fff;
}

.faq-sec .card-header {
	padding: 0;
}

.faq-sec .accordion {
	background: none;
	padding: 0;
}

.faq-sec .card-link {
	padding: 15px;
	display: flex;
	background: #ccc;
	font-weight: 600;
	justify-content: space-between;
}

.faq-sec .accordion .card-link i {
	line-height: 22px;
	margin: 0;
	transition: ease-in-out .2s;
}

.faq-sec .accordion .card-link.collapsed i {
	transform: rotate(180deg);
	transition: ease-in-out .2s;
}

.faq-sec .card-header .card-link.collapsed {
	background: #ccc;
	padding: 10px;
	font-weight: 400;
}

.faq-sec .faq_panel {
	padding: 10px;
	background: #fff;
}


.certi-cover {
	text-align: center;
	box-shadow: 0 0 7px 3px #eee;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.certi-cover img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	height: 140px;
	width: auto;
}

.certi-cover i {
	display: table;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: #fff;
	background: #db2727;
	padding: 13px 5px;
	text-align: center;
	font-size: 20px;
	margin:0 auto;
	margin-bottom: 10px;
}

.certi-cover h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	min-height: 138px;
	padding: 10px;
	border-radius: 6px;
	background: #f5f5f5;
}

.quick-box img {
	padding: 0 20px 0;
}

.webinar-main .awards-img h2 {
	width: 150px;
}

.webinar-main .awards-img h2 span {
	font-size: 20px;
	display: block;
}

.webinar-main .awards-text h5 span {
	padding: 5px 7px;
	background: #ddd;
}