@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff'),
        url('../fonts/JosefinSans-Regular.ttf') format('truetype'),
        url('../fonts/JosefinSans-Regular.svg#JosefinSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans-SemiBold.woff') format('woff'),
        url('../fonts/JosefinSans-SemiBold.ttf') format('truetype'),
        url('../fonts/JosefinSans-SemiBold.svg#JosefinSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff'),
        url('../fonts/JosefinSans-Bold.ttf') format('truetype'),
        url('../fonts/JosefinSans-Bold.svg#JosefinSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{ 
    font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
font-size:17px;
margin:0;
padding:0;
}
h1{ 
    font-family: 'Josefin Sans';
    font-weight: bold;
}
a{ text-decoration:none;}
.btn:focus {
  outline: none;
  box-shadow: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);

	box-shadow: 0 5px 10px 0 rgba(165, 138, 143, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(165, 138, 143, 0.15);
	    background: white !important;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header .navbar-brand-items-center img{
	width:234px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand-items-center img{
	width:180px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.bg-header{
	background-color:transparent;
	
}
.start-header.scroll-on.bg-header {
	background-color:#fff;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;padding-left: 30px;
    padding-right: 40px;
}

.nav-hover{
	position:relative;
}
.nav-hover:hover:after{
	    bottom: 0;
    opacity: 1;
	
}
.nav-hover:hover:after{
content:"";
	position:absolute;
	background-image:url(../images/navbarline.svg);
	top:35px;
	background-repeat:no-repeat;
	transition: all 200ms linear;
	height: 2px;
    width: 100%;
    left: 16px;
}

.nav-link{
color:#b72b28;}

.theme-color{
color:#b72b28;
}
.gray-color{
color:#7C8087;
}
.theme-btn{
background-color:#b72b28}

.card-size{
height:140px;}
.top-p{
	padding-top:12rem;
}
.top-p2{
	padding-top:5.2rem;
}
.clearboth{
	clear:both;
}


/*-------about css---------*/
.key-fun li{
line-height:2.5;
}
.key-fun ul li{
list-style-image:url(../images/point-wt.svg);
background-repeat:no-repeat;
}
.bpoint ul li{
list-style-image:url(../images/bpoint.png);
background-repeat:no-repeat;
padding-bottom:12px;
}
.bx-cn {
    position: absolute;
    right: 60px;
    background-color: #b72b28;
    top: 36%;
    padding: 20px;
    color: #FFFFFF;
    border-radius: 16px;
}

         .btn-grad {
            background-image: linear-gradient(to right, #b72b28 0%, #b72b28  51%, #b72b28  100%)
          }
         .btn-grad {
            margin: 10px;
            padding:9px 35px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
			letter-spacing:2px;
			text-decoration: none;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
.w-65{
width:65%;
}       
/*--------solutions section--------*/
.accordion-button:focus {
    box-shadow: none;
}
.card-cover{ border-radius:14px;}
.card-hover{
 cursor: pointer;
}
.card-hover:hover .f-icons .icon-bg{
 background-color:#b72b28;
 cursor: pointer;
}
.card-hover:hover .f-icons .change-color ul{
 color:#7C8087;
}
.card-hover:hover .f-icons .filter-green img{
        filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(10000%) contrast(119%);
    }
.card-hover:hover .text-secondary{
 color:#b72b28!important;
}
.f-icons .icon-bg{
    background-color: #FFFFFF;
    padding: 30px 14px 14px;
    border-radius: 0 0 20px 20px;
	display: inline-block;
	cursor: pointer;

}
.f-icons .icon-bg img{
height:46px;
width:36px;
}
.c-icons .icon-bg{
    background-color: #FFFFFF;
    border-radius: 0 0 20px 20px;
	display: inline-block;
	cursor: pointer;
	margin-bottom:10px;
	padding:0px;
}
.c-icons .icon-bg img{
    border-radius: 0 0 20px 20px;
	width: 75px;
	height:85px;

}

.reasontochoose .accordion-item{
	text-align: left;	
}
.reasontochoose .accordion-item .accordion-button{
	padding: 0;
}
.reasontochoose .accordion-item .accordion-button:not(.collapsed) {
    color: #b72b28;
    background-color: transparent;
    box-shadow:none;
}
.accordion-button::after {
    margin-right: 20px;
}

.tab-item .nav-link{
border-radius:12px;
color:#3e0205;}

.tab-item .nav-link:hover{
border-radius:12px;
background-color:#b72b28;
color:#FFFFFF;}

.tab-item .active{
border-radius:12px;
background-color:#b72b28!important;
color:#FFFFFF!important;}

.solution li{
line-height:2;
}
.solution ul li{
list-style-image:url(../images/point.svg);
background-repeat:no-repeat;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height:auto;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom:0;
  margin-top: 0;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
      overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}



/*-----i-Learnbay use cases section-------*/
.use-cases{
    border-radius: 0 0 10px 10px!important;
	padding:32px 15px 10px;
	

}
.use-cases img{
    border-radius:0px!important;
	width: 55px!important;
	height:55px!important;

}

/*---------Feature page-----*/
.btn-readmore{
background:#FFFFFF;
padding:8px 14px;
border-radius:16px;
box-shadow:0px 2px 8px 2px rgba(191,191,191,0.75);
-webkit-box-shadow: 0px 2px 8px 2px rgba(191,191,191,0.75);
-moz-box-shadow: 0px 2px 8px 2px rgba(191,191,191,0.75);
}


/*--------contact section--------*/

.contact-bg{
background-color:#F3F3F3;
}
.clickflip .front{
z-index:1;
}
.clickflip .back{
z-index:2;
}
.front img{
position:absolute;
top:44%;
right: 24px;
height: 30px;
}
.contact-bg-white{
width:82%;}
.contact-bg-back{
    height: 400px;
    background-color: #fff!important;
}
.note-bg{
    background-color: #D3E2FF;
    color: #b72b28;
    position: absolute;
    top: 40%;
    width: 580px;
    left: 25%;
    text-align: center;
	line-height: 2;
}
.food-note{
width:75%}
.cnt-flip{
 height:500px;
    position: relative;
    -ms-perspective: 800px;
    perspective: 800px;
    border-radius: 4px;
}
.clickflip{
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
 /* cursor: pointer;*/
}
.clickflip .contact-bg{
background-color:#F3F3F3;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}
.clickflip .back {
  transform: rotateY(180deg);
}
.clickflip.flipped {
  transform: rotateY(180deg);
}
.name input, .email input, .comment textarea{
background: #FFFFFF;
box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.05);
border-radius: 10px;
border:none;
}
.comment textarea{
height:140px!important;
}
.back img{
position: absolute;
    top: 0;
    right: 0;
    width: 55px;

}
.click{
	cursor: pointer;
}
.footerline{
box-shadow: 0px -4px 6px 0px rgba(233,233,233,0.75);
-webkit-box-shadow: 0px -4px 6px 0px rgba(233,233,233,0.75);
-moz-box-shadow: 0px -4px 6px 0px rgba(233,233,233,0.75);
border-radius: 20px;
}
.getintouch{
    position: absolute;
    top: 20px;
}

@media only screen and (max-width: 768px) {
.py-xs-0{ padding-top:90px!important; padding-bottom:0px!important;}
.navigation-wrap{
	padding-left: 10px;
    padding-right: 10px;
}
.comment textarea{
height:100px!important;
}

.food-note{
width:100%}
.bx-cn {
    right: 20px;
    top: 20%;
    padding: 20px;
	font-size: 12px;
}
.key-fun ul li {
    list-style-image: none;
    background-repeat: no-repeat;
    list-style-type: disc;
	line-height: 1.9;
}
.btn-grad {
    padding: 7px 18px;

}
.w-65{
width:100%;
}  
.h5-res h5{
    font-size: .9rem;
}
.nav-hover:hover:after{
display:none;
}


}

@media (min-width: 768px) and (max-width: 1024px){
.navbar-expand-sm .navbar-nav .nav-link {
    font-size: 13px;
}
.py-xs-0 {
    padding-top: 140px!important;

}
.start-header .navbar-brand-items-center img {
    width: 164px;
}
.start-header.scroll-on .navbar-brand-items-center img {
    width: 140px;
}



}
@media (min-width: 640px) and (max-width: 768px) and (orientation: landscape) {

.py-xs-0 {
    padding-top: 140px!important;

}
.start-header .navbar-brand-items-center img {
    width: 154px;
}
.start-header.scroll-on .navbar-brand-items-center img {
    width: 130px;
}

.navbar-expand-sm .navbar-nav .nav-link {
    font-size: 13px;
}
.key-fun ul li{
list-style-image:url(../images/point-wt.svg);
background-repeat:no-repeat;
    line-height: 2.2;
	font-size:14px;
}
}
