/* Theme Name: 
   Author: 
   Version: 1.0.0
   Created: 
   File Description:Main CSS file of the template
*/

body {
    background-color: #ffffff;
    color: #505458;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 15px;
    line-height: 1.8;
}

.font-12{
	font-size: 12px;
}

.font-13{
	font-size: 13px;
}

.font-14{
	font-size: 14px;
}

.font-15{
	font-size: 15px;
}

.font-16{
	font-size: 16px;
}

.font-18{
	font-size: 18px;
}

.font-20{
	font-size: 20px;
}

.font-24{
	font-size: 24px;
}



.bg-soft-light{
	background-color: #fdfdfd;
}

.bg-light {
    background-color: #eaf0f7!important;
}
.bg-dark {
    background-color: #0d213a!important;
}

.bg-white {
    background-color: #ffffff!important;
}

.text-custom{
    color: #0773FC !important;
}

.text-primary{
    color: #0773FC !important;
}

.text-secondary{
    color: #e2e2f1 !important;
}

.text-success{
    color: #1ecab8 !important;
}

.text-danger{
    color: #f93b7a !important;
}

.text-info{
    color: #00bcd4 !important;
}

.text-warning{
    color: #fbb624 !important;
}

.text-dark{
    color: #0d213a !important;
}

.text-muted{
	color: #738aad !important;
}

.text-dark-alt{
	color: #5d5b6f !important;
}


.btn {
    padding: 12px 25px;
    border: 1px solid;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: none !important;
}

.btn-new{
	font-size: 16px;
    font-weight: 600;
    color: #0773FC;
    width: 100%;
    text-align: left;
    padding: 15px;
    border: 0px ;
 
    border-radius: 0;
}

.btn-sm {
    padding: 10px 22px;
}

.btn-round {
    border-radius: 30px;
}

.btn-custom {
    color: #ffffff;
    background-color: #0773FC;
    border: none;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus{
    outline: none;
    text-decoration: none;
    color: #ffffff;
}



.btn-custom-white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: 3px solid #e0e0e0;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus {
    outline: none;
    background-color: #ededed;
    border-color: #ededed;
    border-bottom-color: #d9d9d9;
    color: #5d5b6f;
    text-decoration: none;
}



.section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.section-title{
	font-weight: 700;
	color: #0d213a;
}

/**********************
	Navbar
***********************/
.navbar{
  padding: 16px;
}
.navbar-nav .nav-item{
  margin: 0 8px;
}

.navbar-nav .nav-item .nav-link{
	color: #050506 !important;
	font-weight: 400;
	font-size:16px;
}



.bg-home{
  background-image: url('../images/main_bg.png');
  background-color:#eaeef7;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% ;
  background-repeat: no-repeat;

}
.home-text{
	padding: 100px 0
}
.mark-text{
  background-color: #e4d25052;
}
.home-text h5{
  background-color: #e3e6ef;
  padding: 8px 30px;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 0.25px #e3e6ef;
  border: 4px solid #fff;
}

.home-text h1{
	color: #050506;
  font-weight: 500;
  margin:20px 0 30px;
  font-size: 42px;
}
.home-text p {
	font-size: 18px;
	color: #6b6b77;
	font-weight: 500;
	padding: 0 20px;
	margin-bottom: 30px;
}

.lang_logo {
    position: absolute;
    bottom: -60px;
    z-index: 10;
    width: auto;
    left: 0;
    right: 0;
}

.banner{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 100px;
	border:5px double #dee6f1;
	box-shadow: 0px 0px 0px 0.25px #dee6f1;
}
.shadow-inset{
  box-shadow: 0px 0px 1px 5.25px #f6f8fb;
}


.banner img{
	height: 46px;
}

.demo-box {
    padding: 20px 0 30px 0;
    text-align: center;
    position: relative;
}
.demo-box a {
    border: 8px solid #ffffff;
    display: block;
    transition: all 400ms ease-in-out;
    box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
}

.demo-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}
.demo-box h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 24px;
    font-size: 16px;
}
.features-content i {
    display: inline-block;
    margin: 12px 0;
    font-size: 46px;    
}

.features-content i.one{
    color: #0773FC;
}
.features-content i.two{
    color: #0773FC;
}
.features-content i.three{
    color: #0773FC;
}

.features-content h5{
	font-weight: 700;
}

/*CTA*/

.bg-cta{
  background-color: #0d213a;
}

/*Ribbon*/

.ribbon {
  position: absolute;
  right: -5px; top: 16px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #ff5da0;
  background: linear-gradient(#ff5da0 0%, #ff5da0 100%);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ff5da0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff5da0;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ff5da0;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff5da0;
}



.navbar-dark .navbar-toggler {
    color: #000;

}

.index-word-wrap{
	word-wrap: break-word;
    word-break: normal;
}

@media (max-width: 414px) {
    .lang_logo{
    position: relative;
  }
}

.footer-widget {
    color:#a9baca;
}

.footer-widget a{
    color:#a9baca;
}

.footer-widget a:hover {
    color: #e6e6e6;
}

.tedian .card {
    -webkit-box-shadow: 0px 2px 4px rgba(31,30,47,0.03);
    box-shadow: 0px 2px 4px rgba(31,30,47,0.03);
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #eceff5;
}

.tedian .card-body{
	height: 310px;
}

.text-truncate__index{
	position: relative;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}

