@font-face { font-family: SpaceMono-Regular; src: url('../fonts/SpaceMono-Regular.ttf'); } 
@font-face { font-family: SpaceMono-Bold; src: url('../fonts/SpaceMono-Bold.ttf'); } 
@font-face { font-family: Raleway-Bold; src: url('../fonts/Raleway-Bold.ttf'); } 
@font-face { font-family: Montserrat-Medium; src: url('../fonts/Montserrat-Medium.ttf'); } 
@font-face { font-family: Raleway-SemiBold; src: url('../fonts/Raleway-SemiBold.ttf'); } 
html {
    position: relative;
   height: 100%;
    scroll-behavior: smooth;
}
body{
     font-family: SpaceMono-Bold;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
        font-size: 15px;
        color: #727277;
    line-height: 27px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
    
}
a:hover{
     text-decoration: underline;
}
.nopadding{
    padding: 0px !important;
}
.navbar {
    padding: .5rem 2rem;
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #fff;
    z-index: 9999;
}
.nav-link {
    display: block;
    padding: 0.9rem 1rem !important;
    color: #36373d;
   
    font-size: 16px;
    letter-spacing: 0px;
    font-style: normal;
}
.nav-link:hover {
    color: #f15b54;
}
.hero-sec {
    background-color: #ff5951;
    padding: 5rem 0px;
    margin-top: 69px;
   
    height: 95vh;

    display: flex;
    align-items: center;
}
.innerpages{
     margin-top: 50px;
}
.hero-sec h1{
    color: #fff;
    font-size: 40pt;
}
.hero-sec p{
     font-family: Raleway-Bold;
     color: #36373d;
     font-size: 17pt
}
.hero-sec label {
    color: #f3c130;
    font-size: 40pt;
    letter-spacing: -19px;
}
.bg-grey{
    background-color: #f8f8f8;
}
.title{
   color: #36373d;
    font-size: 40pt;
     
}
.marketing, .data{
    padding-top: 100px;
}
.sub-title{
       font-size: 15pt;
    color: #6c6f7c;
    font-family: Raleway-Bold;
    margin-bottom: 7px;
    margin-top: 16px;
}
.normal{
        font-family: Montserrat-Medium;
    font-size: 10pt;
    color: #36373d;
}
.cust-list .circle{
    width: 9px;
    height: 9px;
    border-radius: 50px;
    border: 2px solid #ff5951;
}
.cust-list .media{
    padding: 10px 10px;
    display: flex;
    align-items: baseline;
}
.cust-list li{
    border-bottom: 1px solid #efefef;
       font-family: Montserrat-Medium;
       font-size: 11pt;
       color:#36373d;
}
.cust-list li:last-child{
    border-bottom: 0px solid #efefef;
 }
.box001{
    background-color: #efefef;
}
.list-green .circle{
    width: 9px;
    height: 9px;
    border-radius: 50px;
    border: 2px solid #a8b976;
}
.list-green .media{
    padding: 10px 10px;
    display: flex;
    align-items: baseline;
}
.list-green li{
    border-bottom: 1px solid #f8f8f8;
       font-family: Montserrat-Medium;
       font-size: 11pt;
       color:#36373d;
}
.list-green li:last-child{
    border-bottom: 0px solid #efefef;
 }
.box002{
       font-size: 11pt;
    color: #36373d;
    text-align: center;
    font-family: Raleway-Bold;
    margin-top: 26px;
    margin-bottom: 10px;
}
.box002 img{
    margin-bottom: 17px;
        width: 67px;
}
.list-green.cust-border li{
border-bottom: 1px solid #efefef;
}
.list-green.cust-border li:last-child{
border-bottom: 0px solid #efefef;
}
.agency{
     padding: 100px 0rem;
}

.bg-grey-darrk{
    background-color: #dfdfe0;
}
.lets-do-something{
    padding: 200px 0px;
}
.lets-form label{
font-family: Montserrat-Medium;
       font-size: 11pt;
       color:#36373d;
}
.lets-form .form-control{
       border: 1px solid #6c6f7c;
    border-radius: 5px;
    padding: 8px 19px;
}
.lets-form  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f15b54;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.lets-form1 .form-control{
       border: 1px solid #6c6f7c;
    border-radius: 5px;
    padding: 15px 19px;
}
.lets-form1  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f15b54;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
textarea{
    resize: none;
}
.btn-cust{
    background-color: #f15b54;
     border: 1px solid #f15b54;
    color: #fff;
    padding:14px 20px;
     font-family: Raleway-SemiBold; 
     margin-top: 20px;
     border-radius: 5px;
     transition: all 0.2s ease;
}
.btn-cust1{
    background-color: #f15b54;
     border: 1px solid #f15b54;
    color: #fff;
    padding:15px 20px;
     font-family: Raleway-SemiBold; 
     margin-top: 20px;
    border-radius: 5px;
     transition: all 0.2s ease;
     width: 100%
}
.btn-cust:hover{
    background-color: transparent;
     border: 1px solid #f15b54;
    color: #f15b54;
    }
.btn-yellow {
    background-color: transparent;
    color: #f3c130;
    padding: 11px 20px;
    font-family: Raleway-SemiBold;
    border: 1px solid #f3c130;
    margin-top: 37px;
    border-radius: 0px;
    font-size: 9pt;
    transition: all 0.2s ease;
}
.btn-yellow:hover {
    background-color: #f3c130;
    color: #fff;
    }
.datalogie{
    background-color: #a8b976;
    padding: 2rem;
    color: #fff;
    font-size: 20pt
}
.footer{
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
        padding: 3rem 0rem 1rem;
}
.footer li{
    font-family: Montserrat-Medium;
    color: #f8f8f8;
    font-size: 11pt;
    margin-bottom: 3px;
        margin-right: 0px !important;
}
.yellow{
    color: #f3c130;

}
.underline{
    text-decoration: underline;
}
.pink{
    color: #ff5951;
}
.footer ul li:hover .media-body{
    text-decoration: underline;
}
.navbar-toggler {
    padding: .3rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ff5951;
    border: 1px solid transparent;
    border-radius: 0rem;
}
.fa-bars{
    color: #fff;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.carousel-indicators {
      position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
        margin-right: 6%;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    
    margin-right: 6px;
    margin-left: 6px;

    text-indent: -999px;
    background-color: #6f768e;
    display: block;
    margin-bottom: 5px;
    border: 0px solid #00a199;
}
.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #fff;
}
.slider{
     background-image: url('../img/slider.jpg');
    background-size: cover;
    background-position: center;
    padding: 0rem 0rem;
}
.slider-text{
    color: #fff;
    font-size: 28pt;
        margin-bottom: 16px;
}
.carousel-item{
    padding: 6rem 0rem;
}
.slider-des{
    color: #ff5951;
    font-size: 14pt;
    font-family: Raleway-Bold; 
}
.navbar-brand img, .footer-logo{
    width: 125px;
}
.thanks{
  background-image: url('../img/thanks.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.pink-bg{
        position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #ff5951e0;
    top: 0px;
}
.blog-list{
    padding: 5rem 0rem;
    background-color: #f8f8f8;
}
.blog-post, .blog-post-video {
      background-color: #fff;
    border: 1px solid #d8d4d4cc;
    padding: 25px 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #f8f8f8;
    box-shadow: 0 0 0px rgba(30, 30, 30, .1);
    margin-bottom: 40px;
}
.blog-post-txt {
    padding: 0 25px 20px;
}
.blog-post-txt span, .sblog-post-txt p.post-meta {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 8px;
     font-family: Montserrat-Medium; 
        
    color: #6c6f7c;
}
.blog-post-txt h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        color: #36373d;
}
.blog-post-txt p {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     font-family: Raleway-SemiBold; 
    
    color: #6c6f7c;
}
.blog-post-link {
    padding: 18px 25px;
    position: relative;
       
    color: #6c6f7c;
}
.blog-post-link h5 {
    font-size: 0.975rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: Montserrat-Medium; 
}
.blog-post-link span {
    position: absolute;
    right: 25px;
    top: 12px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.single-blog-post p {
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Raleway-SemiBold;
    color: #6c6f7c;
}
.single-blog-post h2{

}
.popular-posts
{
    padding-left: 0px;
}
.popular-posts li {
    padding: 14px 0;
    border-bottom: 1px dashed #c0c0c0;
}
.popular-posts img {
    width: 75px;
}
.popular-posts img {
    text-align: center;
    float: left;
}
.post-summary {
    overflow: hidden;
    padding-left: 20px;
    font-family: Raleway-SemiBold;
}
.post-summary a {
    color: #555;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.post-summary a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.h-auto{
    height: auto !important;
}
.testi-box{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    padding: 15px 25px;
}
p.normal{
    line-height: 22px;
}
.testi-title{
font-size: 14pt;
    color: #36373d;
    font-family: Raleway-Bold;
    margin-bottom: 13px;
    margin-top: 16px;
}
.testi-info-title{
        font-size: 12pt;
    color: #36373d;
    font-family: Raleway-Bold;
    margin-bottom: 0px;
    margin-top: 0px;
}
.testi-box{
    position: relative;
}
.caret1.down {
    border-top-color: #e5e5e5;
}
.caret1 {
        position: absolute;
    bottom: -22px;
    width: 0;
    height: 0;
    display: inline-block;
    border: 11px solid transparent;
}
.testi-box::after{
    position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
  }
.testi-info{
    margin: 20px 0px 0px 20px;
}


.term-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      margin-top: 29px;
          font-family: Montserrat-Medium;
}

/* Hide the browser's default checkbox */
.term-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #6c6f7c;
}

/* On mouse-over, add a grey background color */
.term-check:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #6c6f7c;
}

/* When the checkbox is checked, add a blue background */
.term-check input:checked ~ .checkmark {
 background-color: #f15b54;
 border: 1px solid #f15b54;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.term-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.term-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-title{
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 20px;
    margin-bottom: 21px;
}
.footer hr {
     margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #505156;
}
.copyrights p{
    font-family: Montserrat-Medium;
    color: #f8f8f8;

    font-size: 13px;

}
.social-cir{
       background-color: #6c6f7c;
    padding: 9px;
    display: flex;
    text-align: center;
    align-items: center;
    color: #cacbd0;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    transition: all 0.2s ease;
}
.footer-social{
    margin-top: -23px;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
    color: #fff;
}
#navbar-close.show{
    display: block;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
}
.book-box{
    width: 100%;
    height: 300px;
}
.bg-grey1{
    background-color: #efefef;
}
.number-cir{
    background-color: #6c6f7c;
    color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 50px;
    font-family: SpaceMono-Bold;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 18px;
}



 .swiper-container {
    width: 100%;
    height: 300px;
}
    .swiper-slide {
      text-align: left;
      font-size: 18px;
      background: transparent;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .first-blog{
      width: 100%;
    height: 400px;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    }
    .first-blog .sub-title{
            font-size: 18pt;
    margin-bottom: 18px !important;
    line-height: 33px;
    color: #6c6f7c;
    font-family: Raleway-Bold;
    margin-bottom: 7px;
    margin-top: 16px;
    }
    .overlay{
         border-radius: 20px;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0000006e;
        top: 0px;
        left: 0px;
    }
    .first-blog-list1{
            width: 100%;
    height: 138px;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    }
    .blog-list1 .sub-title {
    font-size: 16pt;
    color: #36373d;
    font-family: Raleway-Bold;
    margin-bottom: 7px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-list1  .normal{
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.o-7{
    opacity: 0.7
}
.blog-list1{
    margin-bottom: 20px;
}
.categories-list a:hover .media{
        background-color: #e4dfdf;
}
.mp-count{
    font-family: SpaceMono-Bold;
    color: #a1a3aa;
    font-size: 22px;
}
.most-popular .sub-title {
    font-size: 12pt;
        line-height: 24px;
    color: #36373d;
     font-family: Raleway-SemiBold; 
    margin-bottom: 7px;
    margin-top: 0px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.most-popular li{
    border-bottom: 1px solid #e3e3e3;
        padding: 10px 0px 4px;
}
.most-popular li:hover  .sub-title {
    color: #f15b54
}
.sitemap li:hover{
  color: #f15b54
}
.footer-title1{
       color: #36373d;
    font-family: Raleway-Bold;
    font-size: 21px;
    margin-top: 56px !important;
    margin-bottom: 11px;

}
.list-footer1{
    font-family: Montserrat-Medium;
    color: #6c6f7c;
}
.list-footer1 a:hover, .term-check a:hover, .list-footer a:hover, .copyrights a:hover, .team-culture a:hover{
    color: #ff5951;
}
.book-color{
    color: #50a077;
}
.blog-color{
    color: #b46c83;
}
.blue{
    color: #65a9b9;
}
.text-black{
    color:#000;
}
a.social-cir:hover{
    text-decoration:none;
    color: #fff;
    background-color: #ff5951;
}
.grey{
    color: #b49a86;
}
.green{
    color:#a8b976;
}
.login-text{
    
}
.fees{
    padding-top:100px;
}
.inner-cust-sec {
    background-color: #ff5951;
    padding: 5rem 0px;
    margin-top: 69px;
    height: 89.2vh;
    display: flex;
    align-items: center;
}
.onhover-white, .hover-black{
    transition: all 0.2s ease;
}
a.onhover-white:hover{
    color: #fff;
}
a.hover-black:hover{
    color:#000;
}
.error{
color : red !important;
}
.first-blog .row{
    width:100% !important;
}
.most-popular a:hover{
    text-decoration:none;
}