:root{
	--primary-color:#5138ee;
	--primary-color-darker:#4731d3;
	--text-color-dark:#141125;
	--text-color-muted:#333333;
	--light-bg-color:#f8f7fc;
	--dark-blue-color:#3921cf;
	--border-color: #e6e2ff;
	--heading-color: #141125;
	--base-color: #5b5675;
}

html{
	font-size: 16px;
}
body{
	font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    color: #333;
}
td p{
	margin-bottom: 0 !important;
}
.page-wrapper{
/*	background-color: #fff;*/
	min-height: 1600px;
}
.main_navbar{
	-webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.navbar{
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-light{
	background-color: #fff;
/*	box-shadow: 0 0.275rem 1.25rem rgb(19 16 34 / 5%), 0 0.25rem 0.5625rem rgb(19 16 34 / 3%);*/
  box-shadow: 0 0 30px 0 rgb(87 95 245 / 20%);
}
.navbar-light.affixed{
	background-color: #fff !important;
	box-shadow: 0 0.275rem 1.25rem rgb(19 16 34 / 5%), 0 0.25rem 0.5625rem rgb(19 16 34 / 3%) !important;

}
.navbar-light .navbar-nav .nav-link{
	font-weight: 600;
	padding-top: 0.6rem ;
	padding-bottom: 0.6rem ;
}
.navbar-light .navbar-nav .nav-link.active{
	color: #6366f1;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #6366f1;
}


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show>.nav-link{
	color: #000;
}

.navbar-light .navbar-nav .nav-link:hover{
	/*background: transparent;*/
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover{
	color: #000;
}
.navbar-brand{
	font-weight: 800;
	font-size: 2rem;
	margin-right: 0rem;
	padding: 6px 6px 6px 6px !important;
	position: absolute;
	top: 0;
  /*box-shadow: 0px 5px 18px -3px #9398a7;*/
  /*border-radius: 0px 0px 8px 8px;*/
}
.navbar-brand img{
	width: 230px;
	/*background-color: #fff;*/
	border-radius: 0px 0px 8px 8px;

}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #e54e21;
    font-weight: 600;
}

.main_navbar{
	background-color: #fff;
}
.main_navbar, .main_navbar *{
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.main_navbar .navbar-nav{
	margin-top: 40px;
}

.main_navbar .dropdown-menu>li>a{
  color: #666;
  /*text-transform: uppercase;*/
  padding: 6px 20px;

  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.main_navbar .dropdown-menu>li>a:hover{
  /*padding-left: 25px;*/
}
.navbar-light .navbar-nav .nav-link.active{
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}
/* Navbar Ebds  */


.page-wrapper {
    flex: 1 0 auto;
    padding-top: 78px;
}

/* Theme Starts  */

.btn-outline-primary {
  color: var(--primary-color);
  border-color: transparent;
  background: #ece9ff;
}

.btn-check:active+.btn-outline-primary, 
.btn-check:checked+.btn-outline-primary, 
.btn-outline-primary.active, 
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active, 
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #4229dd;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary:hover, 
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color-darker);
    border-color: var(--primary-color-darker);
}

/* Theme Ends  */
.text-gray{
    color: #585c7b;
}

.text-primary{
	color:  var(--primary-color) !important;
}
/* End Buttons  */

.page_header{
	font-weight: 800;
	color: #000;
	font-size: 2rem;
}

.bg-blue{
	background-color: #004aad;
}

.text-red{
	color: #dc3545;
}

.bg-red{
	background-color: #dc3545;
}

.bg-green{
	background-color: #17a563;
}

.bg-orange{
	background-color: #e97520;
}



@keyframes pulsating-bg {
  0% {
    background-color: #c35200;
  }
  50% {
    background-color: #ff720c;
  }
  100% {
    background-color: #c35200;
  }
}

.bg-footer{
/*	background-color: #fff !important;*/
	background-color: var(--primary-color);
}
.page_footer {
	color: #fff;
}

.page_footer a{
	color : #fff;
	text-decoration: none;
	/*font-weight: 600;*/
}


.top_right_btn{
	position: absolute;
	right: 0rem;
	top: -2.5rem;
}

/* POLLS Starts  */




#top_marquee a{
	padding: 0px 16px;
}
#top_marquee a:hover{
	background-color: #ffa500;
}

.vertical_scroller a{
	text-decoration: none !important;
	color: #444;
}
.vertical_scroller a:hover{
	text-decoration: none !important;
	color: #ffa500;
}

/* Helper classes */




.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: #f8a531;
  color: #fff;
}

.owl-theme .owl-nav{
  position: absolute;
  top:-60px;
  right:10px;
}
.owl-theme .owl-dots{
  margin-top:20px;
}
.owl-dots{
	display: none !important; 
}



#main_slider{
  /*max-height: 450px;*/
  height: auto;
}
#main_slider .owl-nav {
  top: 40%;
  width: 100%;
  right:0;
}
#main_slider .owl-prev, 
#main_slider  .owl-next{
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  position: absolute;
}
#main_slider .owl-prev{
  left: 20px;
}
#main_slider .owl-next{
  right: 20px;
}
#main_slider .owl-nav .fa{
  color :#fff;
}

#main_slider .owl-prev:hover, 
#main_slider  .owl-next:hover{
  background: rgba(0,0,0,0.6);
}

#main_slider .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}

strong{
	font-weight: 600;
}

.h-section{
	min-height: 300px;
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.h-section.bgprimary{
	background-color: var(--primary-color);
}
.h-section.bglight{
	background-color: var(--light-bg-color);
}

.dark_section .section_heading,
.dark_section .section_subheading{
	color:#fff;
}
.dark_section .section_heading{

}

.customers_row img{
	max-height: 70px;
	max-width: 100%;
}
.solution-item-three>i {
    height: 85px;
    width: 85px;
    z-index: 1;
    font-size: 38px;
    line-height: 85px;
    background: #fff;
    position: relative;
    border-radius: 7px;
    margin-bottom: 44px;
    display: inline-block;
    color: var(--primary-color);
}
.solution-item-three a{
	color:#fff;
	font-weight: 600;
	text-decoration: none;
}

/*// X-Small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/


/* Content Page Starts  */

.content_page_header{
  min-height:80px;
  position: relative;
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.content_page_header .shadeoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: linear-gradient(to right, #5138ee 0%, #0068ac 100%);
    opacity: .92;
}
.content_page_header h1{
  font-weight: 800;
}
.content_page_header .content{
  position: relative;
  z-index:99; 
  color :#fff;
}

.content_page_content_wrapper{
  padding: 40px 0px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}
.content_page_content_wrapper h3,
.content_page_content_wrapper h4{
  color: #444;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
.content_page_content_wrapper p {
    margin-bottom: 20px;
}


/* Content Page Ends  */


/* IMG Modal Starts */
.img_modal_container{
  background: rgba(0,0,0,0.8);
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 10000;
}
.img_modal_container .close_modal_btn{
  position: absolute;
  top:0;
  right:0;
  display: inline-block;
  padding:10px 20px;
  color :#ccc;
  font-size:40px;
  cursor: pointer;
}

.img_modal_container .close_modal_btn:hover{
  color: #fff;
}

.img_modal_link_wrapper{
  position: absolute;
  display: block;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%) ;
  text-align: center;
  /*width:100%;*/
}
.img_modal_container img{
  max-width: 100%;
}
/* IMG Modal Ends */

/*New CSS Starts */

.hero_div{

}

.hero_div h1{
	font-weight: 600;
	font-size: 1.9rem;
	color: var(--text-color-dark);
	text-align: center;
}

.hero_div h1 span,
span.light_bg_text{
	display: inline-block;
  color: #fff;
  background-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #ece9ff;
  padding: 8px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.hero_div p{
	font-size: 16px;
	color:var(--text-color-light);
}
.hero_div img{
	max-width: 100%;
	max-height: 600px;
}
.hero-about-bg{
	z-index: -1;
  left: 0;
  top: -537px;
/*  width: 100%;*/
  position: absolute;
}

.hero-about-bg img{
	max-width: 100%;
}
.team_card{
	margin-bottom: 2rem;
}
.team_card img{
	max-width: 100%;
	width: 250px;
	border-radius: 35px;
  background: #e9e6ff;
  box-shadow: 0px 10px 15px 5px #e9e6ff;
}

.read-more-link{
	text-decoration: none!important;
	font-weight: 600;
	color: var(--primary-color);
	display: inline-block;
}
.card-title{
	font-weight: 600;
	font-size: 1.2rem;
}
.card-subtitle{
	font-size: 16px;
	color:#777;
}
.card-img-wrapper{
	background-color: #f4f4f4;
	height: 240px;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: center;
}

.solution-item {
    transition: .5s;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
/*    border: 1px solid var(--border-color);*/
}
.solution-content {
    padding: 35px 30px 10px;
/*    border-bottom: 1px solid var(--border-color);*/
}
.solution-content i {
    z-index: 1;
    font-size: 65px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    color: var(--primary-color);
}
.solution-item h3{
	font-weight: 600;
	font-size: 22px;
	color: var(--heading-color);
  
}
.solution-item h3 a{
	text-decoration: none;
	color: var(--heading-color);
}
.learn-more {
    padding: 10px;
    display: block;
    font-weight: 600;
    text-align: center;
    color: var(--primary-color);
    text-decoration: none;
}
.learn-more:hover {
    color: #fff;
    background: var(--primary-color);
}
p.content{
	color: var(--base-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}
.contact-info-item {
    display: flex;
    padding: 35px;
    transition: .5s;
    border-radius: 7px;
    margin-bottom: 30px;
    background: var(--light-color);
}

.contact-info-item.style-two {
    padding: 0;
    margin-bottom: 40px;
    align-items: center;
    background: 0 0;
}
.contact-info-item>i {
    height: 55px;
    width: 55px;
    flex: none;
    color: #fff;
    transition: .5s;
    border: 2px solid;
    line-height: 51px;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    background: var(--primary-color);
}
.contact-info-item.style-two>i {
    height: 60px;
    width: 60px;
    border: none;
    font-size: 22px;
    line-height: 60px;
}

.contact-info-item.style-two h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.contact-info-item.style-two span {
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}

.contact-info-item.style-two span, .contact-info-item.style-two span a {
    color: var(--base-color);
    text-decoration: none;
}

/*New CSS Ends */

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.navbar-brand img{
		width: 248px;
	}
	
	.owl-dots{
		display: block !important; 
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.navbar-light.homepage{
    background-color: transparent;
    box-shadow: none;
		/* background-color: #fff;*/
		/* box-shadow: none;*/
	}
	.main_navbar .navbar-nav{
		margin-top: 0px;
	}
	.hero_div h1{
		font-size: 4rem;
		text-align: left;
	}
	.hero_div p {
    font-size: 18px;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.navbar-light .navbar-nav .nav-link{
		/*padding-top: 1.5rem ;*/
		/*padding-bottom: 1.5rem ;*/
	}
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

	
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.container{
/*		min-width: 80% !important;*/
	}
}

