/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/
	
@font-face {
    font-family: Montserrat;
    src: url('/wp-content/uploads/2023/12/Montserrat-Black-1.ttf');
    font-weight: normal;
}
 body {
    font-family: 'Nunito Sans', sans-serif;
}
.blue-theme{
/*	background-image:linear-gradient(to right,  #0b6afb 0%,#099fdc 63%,#099fdc 100%) !important;
*/
background: #ffffff;
}
.mainHeader {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    padding: 15px 0 20px;
    background-image: linear-gradient(to right, #0b6afb 0%,#099fdc 63%,#099fdc 100%) !important;
}
.mainHeader__logo img{
    max-width: 175px;
    width: 100% !important;
    height: auto !important;
}
.mainHeader__right-ul {
    color: #ffffff;
    font-size: .875rem;
}
.mainHeader__right-li {
    padding-left: 35px;
}
.mainHeader__nav ul li a{
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
}
.mainHeader__nav ul li:last-child a{
    color: #262c36 !important;
    background-color: #ffffff !important;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0.375rem 0.75rem;
}
.mainHeader:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background:  linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);
}
.mainHeader .container {
  max-width: 1140px;
}
img{
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.blue-theme .mainHeader.sticky {
    background: #099fdcd6;
}
.mainHeader.sticky{
	background: #121353D9;
    backdrop-filter: blur(4px);
    box-shadow: 0px 0px 20px rgba(16, 29, 144, 0.159);	
}
.mainHeader__nav li{
    padding-left: 25px;
}
.blue-theme .main-footer {
    background: #262c36;
}
.footer__logo{
        margin: 0 auto 10px;
}
.footer__logo{
    max-width: 130px !important;
    width: 100% !important;
    height:auto !important;
}
.contact-info__block {
    color: #ffffff;
}
.contact-info__icon {
    font-size: 1.5rem;
    margin-bottom: 10px;
    opacity: .7;
}
.contact-info__text {
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.blue-theme .contact-info__title {
    color: #099fdc;
}
.contact-info__title {
    font-size: .875rem;
}
.main-footer .breakLine {
    opacity: .5;
}
.certLogo{
    width: 95px;
    min-width: 95px;
    margin-right: 10px;
}
.footer_menu ul li:last-child{
    display:none !important;
}
.socialMedia__li a {
    display: block;
    padding: 10px;
    font-size: 1.25rem;
    color: #ffffff;
    opacity: .7;
}
.socialMedia__li a:hover {
    opacity: 1;
     color: #ffffff;
}
.copyrighTexts {
    text-align: center;
    color: #ffffff;
    opacity: .7;
    font-size: .8125rem;
    padding-top: 20px;
    margin-bottom: 0;
}
.breakLine {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(229,229,229,1) 50%,rgba(229,229,229,0) 100%) !important;
    max-width: 1200px;
    margin: 0 auto;
}
/*#content{
    margin-top: 80px;
}*/
.heroSection.inner-hero {
    background-image:linear-gradient(to right, #0b6afb 0%,#099fdc 63%,#099fdc 100%);
    padding-bottom: 20px
}
.heroSection{
	overflow: hidden;
	position: relative;
	padding-top: 140px;
	padding-bottom: 100px;
}
.heroSection .container {
    position: relative;
    z-index: 3;
}
.heroSection__top {
    max-width: 745px;
    margin: 0 auto 25px;
    text-align: center;
}
.heroSection__h2{
	color: #ffffff;
	text-shadow: 0px 4px 4px rgba(0,0,0,0.16);
	font-size: 2.125rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.inner__breadcrumb .breadcrumb {
    background: transparent;
    text-align: center;
    justify-content: center;
    color: #ffffff;
}
.inner__breadcrumb .breadcrumb a{
    color: #ffffff;
}
.inner__breadcrumb .breadcrumb-item.active {
    color: #ffee4e;
}
.inner__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
.content__title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #262c36;
    font-family: 'Montserrat', sans-serif;
}
.form-group label {
    font-weight: 700;
    color: #262c36;
}
.btn-rounded{
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	border-radius: 50px !important;
}
.btn-main{
	 background-image : linear-gradient(to right, #0b6afb 0%,#099fdc 63%,#099fdc 100%) !important;
	color: #ffffff !important;
	border: none !important;
}
.btn {
    font-family:  'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: .875rem !important;
}
.innnerSection__gradientmask {
    background: linear-gradient(to right, #0b6afb 0%,#099fdc 63%,#099fdc 100%) !important;
    position: absolute;
    top: -10px;
    height: 100px;
    left: 0;
    width: 100%;
}
.innnerSection {
    position: relative !important;
}
.feature_overlap{
    width:100%;
}
.feature-overlap-container{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.gray-bg {
    background-color: #f6f6f6;
}
.feature__lap-image {
    max-width: 550px;
    margin: -50px auto 0;
    position: relative;
    z-index: 2;
}
.heroSection__h1 {
  font-size: 3.125rem;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.16);
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.heroSection__lapslider {
  position: absolute;
  padding: 2% 11% 4%;
  top: 0;
	width: 100%;
  left: 0;
}
.heroSection__p {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  opacity: .8;
	margin-bottom: 0;
}
.hero__laptop {
  max-width: 575px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.heroWave {
  position: absolute;
  bottom: 10%;
  z-index: 1;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.heroWave img {
  margin: 0 auto;
  max-width: inherit;
}
.heroSection__mask {
  width: 120%;
  position: absolute;
  top: -59%;
  left: -110px;
  overflow: hidden;
  height: 125%;
  background: linear-gradient(to bottom,  #0b6afb 0%,#099fdc 75%,#099fdc 100%);
  transform: rotate(-13deg);
  border-radius: 0 0px 0 90px;
}
.client__slider-item {
  padding: 10px;
	max-width: 50%;
}
.client__slider-item:not(:first-child){
	display: none;
}
.client__slider-item.slick-slide{
	height: auto;
		padding:0px 10px;

}
.client__slider .slick-track {
  display: flex !important;
  flex-wrap: wrap;
}
.client__slider-item-in {
 border: 1px solid #E5E5E5;
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 22px;
  height: 100%;
}
.client__slider-qts {
  width: 50px;
  height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to right,  #5E61E7 0%,#099fdc 63%,#099fdc 100%);
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 50%;

}
.client__desgn {
  color: #099fdc;
  font-family: 'Montserrat', sans-serif;
  font-size: .875rem;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #0b6afb;
  color: #ffffff;
		z-index: 1;
}
.slide-arrow.next-arrow.slick-arrow {
  right: 0;
}
.client__slider-img {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.client__slider-img img{
	margin: 0 auto;
}
.client__slider .slick-track {
  display: flex !important;
  flex-wrap: wrap;
}
.slide-arrow.next-arrow .fa-arrow-right{
    position:absolute;
    top:8px;
    right:8px;
}
.slide-arrow.prev-arrow .fa-arrow-left{
    position:absolute;
    top:8px;
    left:8px;
}
.knowledge-list2 li.post_title
{
     margin: 0;
  line-height: 1.5;
  
	position: relative;
	font-size: 1rem;
  font-weight: 400;
  color: #696969;
  padding: 8px 0px 8px 20px;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: left;
}
.knowledge-list2 li.post_title::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 500;
    background: transparent !important;
    content: "\f105";
    color: #959499;
    margin-right: 10px;
    font-size: .75rem;
    position: absolute;
    left: 0;
    top: 11px;
}
.knowledge-list2 li.post_title a{
  color: #696969;
	display: block;
	text-decoration: none;
}
.feature__list {
    max-width: 760px;
    margin: 0 auto;
}
.feature__list-ul .list-group-item {
    padding-left: 50px;
}
.feature__list-ul .application__li-icon {
    left: 10px;
    top: 13px;
    background: #34BFA3;
    color: #ffffff;
}
.application__li-icon {
  position: absolute;
  background: #FFEE4E;
  color: #262c36;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  top: 5px;
  left: 0;
  font-size: .875rem;
}
/*h5.box__title{
    margin-bottom: 0px;
}*/
.knowledgeTopic__accordion{
    border-radius: 22px;
    box-shadow: 0 13px 33px rgba(16, 29, 144, 0.09);
}
.knowledgeTopic__accordion {
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.knowledgeTopic__accordion .card {
    border: none;
    box-shadow: 0px -1px 0px rgba(255,255,255,0.2);
}
.card-header.knowledgeTopic__head[aria-expanded="true"] {
    background: linear-gradient(to right, #0b6afb 0%,#099fdc 63%,#099fdc 100%);
}
.card-header.knowledgeTopic__head{
    color:#ffffff !important;
    padding: 20px 40px 20px 20px;
    position: relative;
}
.knowledgeTopic__accordion-head{
    color:#ffffff !important;
    border:none !important;
}
.knowledgeTopic__accordion .post_title a.current-post{
	color: #099fdc;
}
.knowledge-list2 li.post_title a, .knowledgeTopic__accordion .post_title a {
  color: #696969;
	display: block;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800 !important;
}
.knowledgeTopic__accordion .post_title {
    padding: 10px 0;
}
.knowledge-list2 li.post_title, .knowledgeTopic__accordion .post_title{
  margin: 0;
  line-height: 1.5;
  
	position: relative;
	font-size: 1rem;
  font-weight: 400;
  color: #696969;
  padding: 8px 0px 8px 20px;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: left;
  
}
.card-header.knowledgeTopic__head[aria-expanded="true"] .fa-solid.fa-chevron-right {
    transform: rotate(90deg);
}
.knowledgeTopic__head .fa-solid.fa-chevron-right {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.video-block {
    margin: 20px auto;
    width: 100%;
}
.video-block__frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.video-block__frame iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
 .knowledgeTopic__right-in {
	border-radius: 22px;
  box-shadow: 0 13px 33px rgba(16, 29, 144, 0.09);
}
.knowledgeTopic__right-in {
    padding: 30px;
    background: #ffffff;
}
.card-header.knowledgeTopic__head {
  background: #262c36;
  color: #ffffff;
	padding: 20px 40px 20px 20px;
	position: relative;
}
.card-header.knowledgeTopic__head:hover {
  background: #262c36;
}
.mainHeader.sticky .mainHeader__logo {
    max-width: 95px;
}
.mainHeader.sticky .mainHeader__right-top{
	display: none;
}
.mainHeader.sticky .mainHeader__in {
    align-items: center;
}
.heroSection::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(229,229,229,1) 50%,rgba(229,229,229,0) 100%);
    display: block;
}
.heading-link i{
    margin-right: 10px;
}
a.count-link:hover {
    color: #ffffff;
    background: #099fdc;
}
.page-id-78 .heroSection::after, .single-features .heroSection::after{
    display:none !important;
}
.bookDemoBody::after {
    content: "";
    background: linear-gradient(to right, #0b6afb 0%,#099fdc 63%,#099fdc 100%);;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 25%;
    right: 0;
}
.bookDemoFormImg img {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px){
    .mainHeader__nav ul li{
        padding: 0px 10px 10px 10px !important;
    }
    .mainHeader__nav ul li a{
        font-size: .8125rem !important;
    }
}
@media only screen and (max-width:767px){
    .video-block__frame {
        min-height: 350px;
    }
    .elementor-widget-contact{
        width:100% !important;
    }
    .form-container{
        display:block !important;
    }
    .mainHeader {
        padding-bottom: 10px;
    }
    .mainHeader__logo {
        max-width: 100px;
    }
    .mainHeader__right {
        width: 100%;
        margin-top: 15px;
    }
    .mainHeader__nav ul{
		white-space: nowrap;
		overflow: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
	}
	.mainHeader__nav ul li:last-child {
    	display: block;
        position: absolute;
        top: 10px;
        right: 5px;
	}
	.mainHeader.sticky .mainHeader__right{
		margin-top: 10px;
	}
	.mainHeader.sticky{
		padding-bottom: 10px;
        top: 10px;
        left: 10px;
        right: 10px;
        width: auto;
        border-radius: 10px;
	}
	.mainHeader.sticky .mainHeader__logo img, .mainHeader.sticky .mainHeader__logo{
        max-width: 65px !important;
    }
    .reporting{
        width:100% !important;
    }
}

@media only screen and (max-width: 991px){
    .mainHeader__right-top {
        display: none;
    }
}

@media only screen and (min-width:1200px){
	

	.mainHeader.sticky{
	
  max-width: 1000px;
  left: calc((100% - 1000px)/2);
  top: 10px;
  border-radius: 10px;	
}
}
