/* font */

@font-face {
  font-family: Lato-Black;
  font-size: 13px;
  color: #000;
  src: url('../fonts/Lato-Black.ttf');
  font-display: swap;
}

@font-face {
  font-family: Lato-Regular;
  font-size: 13px;
  color: #000;
  src: url('../fonts/Lato-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: WorkSans-Regular;
  font-size: 13px;
  color: #000;
  src: url('../fonts/WorkSans-Regular.ttf');
  font-display: swap;
}




html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: WorkSans-Regular;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  background-color: #ffff;
  overflow-x: hidden;
  font-size: 15px;
  color: #727277;
}

.nopadding {
  padding: 0px !important;
}

.bg-white {
  background-color: #fff;
}

.title{
font-family: Lato-Black;
    color: #032f6a;
text-align: center;
    font-size: 33px;
        margin-bottom: 1rem;
}
.title-des{
     color: #5a5e6b;
    text-align: center;
    font-size: 20px;
        font-weight: 500;
}
.box001{
  border-radius: 50px;
  text-align: center;
  border:1px solid #d4d4d4;
  padding: 30px 20px;
  cursor: pointer;
 cursor: pointer;
    margin-bottom: 20px;
    margin-top: 30px;
  transition: all 0.2s;
  height: 434px;
  background-color: #fff;
}

.box001 img{
    margin-bottom: 24px;
}
.box001 h4{
      color: #0e1834;
    /* font-family: Lato-Black; */
    font-size: 23px;
    margin-bottom: 20px;
}
.box001 p{
  color: #5a5e6b;
  font-weight: 400;
      font-size: 17px;
}
.inner-box001{
  padding: 0rem 0.5rem;
}
.btn-buy {
    background-color: #ffb027;
    color: #000;
    width: 100%;
    border-radius: 0px;
    font-weight: bolder;
    font-size: 19px;
    padding: 12px 10px;
}
.btn-buy:hover {
  color: #000;
  background-color: #ed9b0c;
}
.sec-pad{
     padding: 4rem 0rem 4rem;
}
.box002{
      border-radius: 0px;
    border-top: 3px solid #0093df;
    background-color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.2s;
    text-align: center;
    margin-bottom: 10px;
    color: #4b5969;
    font-weight: bold;
}
.box002:hover{
  
   box-shadow: 0px 3px 11px 3px #cccccc14;
}
.box002 li{
  background-color: #fff;
}
.box002 li:nth-child(odd) {
  background: #f8f5f5;
}
.box002 p{
      font-size: 14px;
}
.plan-header{
  text-align: center;
  padding: 1.5rem 1rem;
  color: #000;
}
.plan-header label{
    font-size: 19px;

}
.price{
  color: #032f6a;
     font-family: Lato-Black;
         font-size: 2.7rem;

}
.price span{
  color: #000;
    font-family: Lato-Regular;
    font-size: 17px;
}
.plan-details li{
  padding: 0.8rem 1rem;
}
.box004{
   border-radius: 50px;
  text-align: center;
  border:1px solid #d4d4d4;
      padding: 1.5rem 0px;
  cursor: pointer;
 cursor: pointer;
    margin-bottom: 20px;
    margin-top: 10px;
  transition: all 0.2s;
  background-color: #fff;
}
.box004:hover{
   margin-top: 00px;
   margin-bottom: 30px;
       box-shadow: 0px 3px 11px 3px #cccccc14;
}
.box004 img{
  margin-bottom: 15px;
}
.box004 li i{
  color: #fbd390;
}
.box004 li {
    margin-right: 1px !important;
        font-size: 19px;
}
.footer{
  background-color: #032f6a;
  padding: 4rem 0px 2rem;
}
.t1-color{
  color: #f4f4f7;
}
.t1-des-color{
color: #b3bec5;
}
.btn-chat{
  background-color: #44b3e9;
  color: #fff;
      padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
}
.footer{
  position: relative;
}
.footer-hr{
  width: 100%;
      background-color: #9aacc085;
      margin: 3rem 0px 2rem;
}
.footer-socils{
  text-align: right;
}
.footer-socils a:hover, .footer-links a:hover{
  color: #afb0b5;
}
.footer-socils li a, .footer-links li a {
  text-transform: uppercase;
    color: #9aacc0;
    font-size: 20px;
    transition: all 0.2s;
    /* font-weight: bold; */
    font-size: 15px;
    margin: 0px 5px;
    transition: all 0.2s;
}
.footer-socils li a:hover, .footer-links li a:hover{
color: #ffb027;
}
a, a:hover{
  color: inherit;
}
.box004 a{
  color: #6374f4;
}
.footer-top{
  position: absolute;
  bottom: 0px;
      left: -105px;
}
.footer-top-box{
  position: relative;
}
.left-side{
     position: absolute;
    left: 0px;
    top: 225px;
}
.right-side{
      position: absolute;
    right: 0px;
    top: -132px;
}

.carousel-item {
  height: 300px;
}
 .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
 .carousel-caption h3 {
  color: #3d3d3d;
}
 .carousel-caption p {
  line-height: 30px;
}

 .carousel-control-prev,  .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
.carousel-item h5{
      color: #858585;
    line-height: 33px;
}
.carousel-control-prev {
    left: -10%;
    top: 17%;
}
.carousel-control-next {
    right: -10%;
    top: 17%;
}
.carousel-control-next .fa, .carousel-control-prev .fa{
     font-size: 41px;
    color: #85868f;
}

.bg-custom-1 {
  background-color: #85144b;
}

.bg-custom-2 {
background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
.navbar-brand span{
  color: #ffb027;
   font-family: Lato-Black;
}
.navbar-brand{
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
   
}

.navbar-dark .navbar-nav .pricing>.nav-link {
  color: #ffe56f;
}

.btn-getstarted{
  font-family: Lato-Black;
  color:#000;
  background-color: #ffb027;
  text-transform: uppercase;
    padding: 8px 30px;
      transition: all 0.2s ease;
      border:1px solid #ffb027;

}
.btn-getstarted:hover{
 border:1px solid #ffb027;
 background-color: transparent;
 color: #ffb027;
  }
.nav-link{
   padding: 10px 25px !important;
}
.navbar{
 background-color: transparent;
    position: fixed;
    width: 100%;
    padding-top: 21px;
        z-index: 99;
}
.slider{
     background-image: url(../img/slider.png);
    background-size: cover;
    background-position: bottom;
    display: block;
    width: 100%;
    padding: 13rem 0px 2rem;


}
.circle{
     color: #fff;
    background-color: #ffb027;
    font-size: 16px;
    position: absolute;
    padding: 1px 7px;
    border-radius: 50px;
    top: -11px;
    right: -8px;

}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 17px;
}
.navbar-fixed-top{
    background-color: #03286c;
    position: fixed;
    width: 100%;
    padding-top: 5px;
    z-index: 999;
    padding-bottom: 5px;
    border-bottom: 2px solid #352f90;
}

.slider h1{
  font-family: Lato-Black;
    color: #fff;
    font-size: 3.4rem;}
.slider h1 span{
  color: #ffe56f;
}
.slider p{
color: #fefefe;
    font-size: 19px;
    margin-top: 27px;
    font-weight: normal;

}
.navbar-dark .navbar-brand {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}
.slider p span{
  color: #ffe56f;
}
.plan_box1{
      padding: 24px;
    
    height: 174px;
    margin-bottom: 16px;
}
.plan_details_box h1{
  font-family: Lato-Black;
    font-size: 3.4rem;
    color: #000
}
.plan_details_box small{
  font-size: 25px;
   font-family: WorkSans-Regular;
}
.plan_details_box{
  padding: 20px;
  border-radius: 5px;
  background-color: transparent;
}
.plan_details_box li{
font-size: 18px;
    color: #415257;
        margin-bottom: 12px;
}
.unlimited-img {
    width: 104px;
    margin-top: 12px;
    margin-bottom: 25px !important;
}
.plan_box1.active {
    border: 4px solid #59afca;
}
.plans .box002:hover {
    margin-top: 10px;
    margin-bottom: 0px;
    box-shadow: 1px -1px 17px 2px #726e791c;
}
.big-font {
    font-weight: bold;
    font-family: Lato-Black;
    font-size: 31px !important;
}
.plan_box{
  display: flex;
    justify-content: center;
    align-items: center;
}
.big-font{
  font-size: 30px;
}
.plan_box1 p{
  font-size: 22px;
}
.phone-img{
width: 45px;
}
.accordion-item{
    position: relative;
}
.accordion a {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
      font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.accordion a.active {
    background-color: #edf0f4;
    color: #000;
}
.accordion a::after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  float: right;
  right: 1rem;
  top: 5px;
  font-size: 2rem;
  color: #7288a2;
  padding: 5px;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'FontAwesome';
  content: '\f106';
  color: #032f6a;
}
.carousel-indicators {
      bottom: -2rem;
  }
.carousel-indicators .active {
    background-color: #032f6a;
}
.carousel-indicators li {
    position: relative;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
        background-color: rgb(216, 214, 214);
}
.bg-blue{
  background-color: #edf0f4;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #000;
    text-decoration: none;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}
.accordion .content p {
      font-size: 1.2rem;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
      padding: 1rem 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}
.f-box{
  border-radius: 21px;
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 15px 15px;
    cursor: pointer;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.2s;
    background-color: #fff;
}
.f-box{
  text-align: left;
}
.f-box h3{
  color: #000;
      font-size: 20px;
}
.logo-fixed-top{
  width: 83px;
}
