/*--------------------------
    Project Name: Nova Mentis
---------------------------*/
/*---------------------------
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    09- Icons
    11- Pagination
    13- Animations
    22- Call to Action
    32- Blog
    35- Sidebar
    36- Services
    New- Libraries


----------------------------*/
/*-------------------------- 
      Global Styles
---------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #686868;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #2e3192;
  color: #ffffff;
}

::selection {
  background-color: #2e3192;
  color: #ffffff;
}

a {
  color: #1d7dc1;
  transition: color 0.3s ease;
}
a:hover {
  color: #1da4de;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

select {
  background-color: transparent;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

.svg-pathes {
  position: absolute;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  html,
body {
    overflow-x: hidden;
  }
}
/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}

.row-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-gutter-0 > [class*=col] {
  padding-right: 0;
  padding-left: 0;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

.align-v {
  display: flex !important;
  align-items: center !important;
}

.align-v-h {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 70px !important;
  }
  .pt-140 {
    padding-top: 70px !important;
  }
  .pt-150 {
    padding-top: 75px !important;
  }
  .pt-160 {
    padding-top: 80px !important;
  }
  .pt-170 {
    padding-top: 85px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 65px !important;
  }
  .pb-140 {
    padding-bottom: 70px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
  .pb-170 {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 991px) {
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
}
/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

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

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #2e3192 !important;
}

.color-secondary {
  color: #1da4de !important;
}

.color-heading {
  color: #252775 !important;
}

.color-body {
  color: #848e9f !important;
}

/* backgrounds */
.bg-transparent {
  background-color: transparent;
}

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

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #252775 !important;
}

.bg-primary {
  background-color: #2e3192 !important;
}

.bg-secondary {
  background-color: #1da4de !important;
}

.bg-light-blue {
  background-color: #3851a2 !important;
}

.bg-pink {
  background-color: #fff2f2;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  opacity: 0.65;
  background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
  background-color: rgba(244, 87, 46, 0.93);
}

.bg-overlay-primary:before {
  background-color: rgba(46, 49, 146, 0.9);
}

.bg-overlay-primary-gradient:before {
  opacity: 0.95;
  background-color: #2e3192;
  background-image: linear-gradient(90deg, rgba(29, 42, 77, 0) 0%, rgba(37, 39, 117, 0) 0%, rgb(37, 39, 117) 80%);
}

.bg-overlay-secondary-gradient:before {
  opacity: 0.95;
  background-color: transparent;
  background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(56, 81, 162, 0.9019607843) 21%, #263B72 86%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d7dc1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

p {
  line-height: 1.75;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1da4de;
  margin-bottom: 12px;
}

.heading-title {
  font-size: 37px;
  margin-bottom: 20px;
}
.heading-title .underlined-text {
  border-bottom: 4px solid #2e3192;
}

.heading-desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading-title {
  font-size: 40px;
}

.heading-layout3 .heading-title {
  font-size: 50px;
}

.heading-light .heading-subtitle {
  color: #c1c3ec;
}
.heading-light .heading-title {
  color: #ffffff;
}
.heading-light .heading-desc {
  color: #f9f9f9;
}

.text-block-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.text-block-desc {
  font-size: 16px;
}

.text-link {
  font-size: 14px;
  font-weight: 700;
}
.text-link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid #2e3192;
}
.text-link a:not(.btn).color-secondary {
  border-bottom-color: #1da4de;
}
.text-link:hover a:not(.btn) {
  color: #1da4de;
  border-bottom-color: #1da4de;
}
.text-link:hover a:not(.btn).color-secondary {
  color: #2e3192;
  border-bottom-color: #2e3192;
}

.underlined-text,
.underlined-text-secondary {
  padding-bottom: 2px;
  border-bottom: 2px solid;
}

.underlined-text {
  border-bottom-color: #2e3192;
}

.underlined-text-secondary {
  border-bottom-color: #1da4de;
}

@media (max-width: 992px) {
  .heading-title {
    font-size: 30px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .heading-subtitle,
.text-link {
    font-size: 15px;
  }
  .heading-desc {
    font-size: 15px;
  }
  .heading-layout2 .heading-title {
    font-size: 30px;
  }
  .text-block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
  margin-top: -135px;
}

.pagetitle-subheading {
  color: #2e3192;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.pagetitle-heading {
  font-size: 85px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
}

.pagetitle-desc {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

[class*=page-title] .breadcrumb-item a {
  font-weight: 700;
}
[class*=page-title] .breadcrumb-item a,
[class*=page-title] .breadcrumb-item + .breadcrumb-item::before {
  color: #2e3192;
}
[class*=page-title] .breadcrumb-item.active {
  color: #848e9f;
}
[class*=page-title] .btn,
[class*=page-title] .video-btn {
  margin-top: 32px;
}
[class*=page-title] .btn:not(.btn-xl) {
  min-width: 200px;
}
[class*=page-title].bg-overlay:before {
  opacity: 0.5;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgb(29, 42, 77) 0%, rgba(255, 255, 255, 0) 70%);
}
[class*=page-title].bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(13, 14, 67, 0.15);
}

.page-title-light .pagetitle-heading,
.page-title-light .breadcrumb-item a,
.page-title-light .breadcrumb-item.active,
.page-title-light .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.page-title-light .pagetitle-desc {
  color: #f9f9f9;
}

.page-title-layout1,
.page-title-layout2,
.page-title-layout3 {
  padding-top: 130px;
}
.page-title-layout1 .breadcrumb-area,
.page-title-layout2 .breadcrumb-area,
.page-title-layout3 .breadcrumb-area {
  margin-top: 150px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.page-title-layout3 {
  padding-top: 150px;
}
.page-title-layout3 .pagetitle-heading {
  font-size: 47px;
  font-weight: 600;
  line-height: 1.3;
}
.page-title-layout3 .pagetitle-categorey {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  background-color: #1da4de;
}
.page-title-layout3 .pagetitle-categorey a {
  position: relative;
  color: #ffffff;
  margin-right: 3px;
  padding-right: 3px;
}
.page-title-layout3 .pagetitle-categorey a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: -2px;
  color: #ffffff;
}
.page-title-layout3 .pagetitle-categorey a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.page-title-layout3 .pagetitle-categorey a:last-child:after {
  display: none;
}
.page-title-layout3 .pagetitle-categorey a:hover {
  color: #2e3192;
}

.page-title-layout4 .breadcrumb-area {
  padding: 22px 0;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(132, 142, 159, 0.25);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pagetitle-heading {
    font-size: 60px;
  }
  .pagetitle-desc {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-title-layout1,
.page-title-layout2,
.page-title-layout3 {
    padding-top: 60px;
  }
  .page-title-layout1 .breadcrumb-area,
.page-title-layout2 .breadcrumb-area,
.page-title-layout3 .breadcrumb-area {
    margin-top: 70px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .pagetitle-heading {
    font-size: 35px;
    line-height: 1.3;
  }
  .pagetitle-desc {
    font-size: 15px;
    font-weight: 400;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagetitle-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pagetitle-heading {
    font-size: 30px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 195px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.btn:not(.btn-link), .btn:not(.btn-rounded) {
  -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}
.btn:focus, .btn.active, .btn:active {
  box-shadow: none;
  outline: none;
}
.btn span,
.btn i {
  margin: 0 5px;
}
.btn .icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s linear;
}

.btn-outlined:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  border-right: solid 3px transparent;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  transition: all 300ms ease-in-out;
}

.btn-primary {
  color: #ffffff;
  background-color: #2e3192;
}
.btn-primary .icon-outlined {
  color: #1da4de;
  border: 1px solid #2e3192;
  color: #2e3192;
  background-color: #ffffff;
}
.btn-primary .icon-filled {
  color: #ffffff;
  background-color: #2e3192;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-primary:hover .icon-outlined {
  color: #1da4de;
  background-color: #ffffff;
}
.btn-primary:hover .icon-filled {
  color: #ffffff;
  background-color: #1da4de;
}
.btn-primary.btn-outlined {
  color: #2e3192;
  background-color: transparent;
  border: 2px solid #2e3192;
}
.btn-primary.btn-outlined:hover {
  color: #ffffff;
  background-color: #2e3192;
}
.btn-primary-style2:hover {
  color: #2e3192 !important;
  background-color: #ffffff !important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:not(.btn-outlined):hover {
  color: #ffffff;
  border-color: #1da4de;
  background-color: #1da4de;
}

.btn-secondary {
  color: #ffffff;
  background-color: #1da4de;
}
.btn-secondary .icon-filled {
  color: #ffffff;
  background-color: #2e3192;
}
.btn-secondary:hover {
  color: #ffffff;
}
.btn-secondary:hover .icon-filled {
  background-color: #1da4de;
}
.btn-secondary.btn-outlined {
  color: #1da4de;
  background-color: transparent;
  border: 2px solid #1da4de;
}
.btn-secondary.btn-outlined:hover {
  color: #ffffff;
  background-color: #1da4de;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(.btn-link):hover, .btn-secondary:not(.btn-outlined):hover {
  color: #ffffff;
  border-color: #2e3192;
  background-color: #2e3192;
}
.btn-secondary-style2:active, .btn-secondary-style2:focus, .btn-secondary-style2:not(.btn-outlined):hover {
  color: #1da4de;
  background-color: #ffffff;
}

.btn-white {
  color: #1da4de;
  background-color: #ffffff;
}
.btn-white:active, .btn-white:focus {
  color: #1da4de;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #1da4de;
}
.btn-white.btn-outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn-white.btn-outlined:before {
  border-right-color: #ffffff;
}
.btn-white.btn-outlined:hover {
  color: #2e3192;
  background-color: #ffffff;
}
.btn-white-style2 {
  color: #2e3192;
  background-color: #ffffff;
}
.btn-white-style2:hover {
  color: #ffffff;
  background-color: #2e3192;
}

.btn-light {
  color: #1da4de;
  background-color: #6d6fb3;
}
.btn-light:active, .btn-light:focus {
  color: #1da4de;
  border-color: #6d6fb3;
  background-color: #6d6fb3;
}
.btn-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #1da4de;
}
.btn-light.btn-outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #6d6fb3;
}
.btn-light.btn-outlined:before {
  border-right-color: #6d6fb3;
}
.btn-light.btn-outlined:hover {
  color: #2e3192;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-light.btn-outlined:hover:before {
  border-right-color: #ffffff;
}

.btn-outlined {
  background-color: transparent;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
.btn-link:focus, .btn-link:active {
  background-color: transparent;
}
.btn-link.btn-icon {
  height: auto;
  line-height: 1;
  padding: 0;
}
.btn-link.btn-primary {
  color: #1d7dc1;
}
.btn-link.btn-primary-style2:hover {
  color: #ffffff !important;
}
.btn-link.btn-primary.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #2e3192;
}
.btn-link.btn-primary:hover {
  color: #1da4de;
  background-color: transparent;
}
.btn-link.btn-secondary {
  color: #1da4de;
}
.btn-link.btn-secondary:hover {
  color: #2e3192;
  background-color: transparent;
}
.btn-link.btn-white {
  color: #ffffff;
}
.btn-link.btn-white.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}
.btn-link.btn-white:hover {
  color: #1da4de;
}
.btn-link.btn-white:hover.btn-underlined {
  border-color: #1da4de;
}

.btn-block {
  width: 100%;
}

.btn-icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.btn-icon i,
.btn-icon span {
  margin: 0 5px;
}

.btn-social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn-facebook {
  background-color: #4267b2;
}

.btn-twitter {
  background-color: #1da0f0;
}

.btn-google-plus {
  background-color: #ea4335;
}

.btn-lg {
  min-width: 200px;
}

.btn-xl {
  height: 70px;
  line-height: 70px;
  min-width: 250px;
}
.btn-xl i,
.btn-xl span {
  margin: 0 7px;
}

.btn-xhight {
  height: 70px;
  line-height: 68px;
}

.btn-rounded {
  border-radius: 50px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn-link) {
    font-size: 13px;
    min-width: 120px;
    height: 55px;
  }
  .btn-icon {
    padding: 0 10px;
  }
  .btn-xl {
    height: 55px;
    min-width: 150px;
  }
}


/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 7px 7px 0 0;
  border-bottom: 8px solid #dfdfea;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  transition: all 0.4s ease;
}
.service-item .service-body {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.service-item .service-category {
  display: inline-flex;
  padding: 5px 12px;
  margin-bottom: 27px;
  border-radius: 0 0 3px 3px;
  background-color: #1da4de;
}
.service-item .service-category a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding-right: 7px;
}
.service-item .service-category a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #ffffff;
}
.service-item .service-category a:last-of-type {
  padding-right: 0;
}
.service-item .service-category a:last-of-type:after {
  display: none;
}
.service-item .service-category a:hover {
  color: #2e3192;
}
.service-item .service-icon {
  color: #1da4de;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  transition: all 0.3s linear;
}
.service-item .service-title {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 18px;
  transition: all 0.3s linear;
}
.service-item .service-desc {
  margin-bottom: 26px;
  transition: all 0.3s linear;
}
.service-item .btn-link.btn-primary:hover .plus-icon {
  background-color: #1da4de;
}
.service-item:hover {
  z-index: 3;
  border-color: #1da4de !important;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.services-layout1 .service-item {
  border-radius: 7px 0 0 7px;
}
.services-layout1 .service-item .service-body {
  padding: 0 0 40px 40px;
  margin: -50px 50px 0 0;
  border-top-right-radius: 7px;
}

.services-layout2 {
  overflow-x: hidden;
}
.services-layout2 .service-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  border-right: 8px solid #dfdfea;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
}
.services-layout2 .service-item .service-img {
  flex: 0 0 40%;
  max-width: 40%;
}
.services-layout2 .service-item .service-body {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 50px 50px 50px 0;
}
.services-layout2 .service-item .service-body:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  width: 72px;
  z-index: -1;
  background-color: #ffffff;
  -webkit-clip-path: url(#path-direction-left2);
          clip-path: url(#path-direction-left2);
}
.services-layout2 .slick-slider {
  padding-bottom: 70px;
}

[class*=services-layout] .slick-slide {
  margin: 15px;
  transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;
}
[class*=services-layout] .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
[class*=services-layout] .slick-list {
  margin: -15px;
  overflow: visible;
}

.list-filter li {
  margin-right: 30px;
}
.list-filter li:last-child {
  margin-right: 0;
}
.list-filter .filter {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #2e3192;
  padding-bottom: 3px;
}
.list-filter .filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1da4de;
  transition: 0.4s ease;
}
.list-filter .filter.active, .list-filter .filter:hover {
  color: #1da4de;
}
.list-filter .filter.active:before, .list-filter .filter:hover:before {
  width: 100%;
}

.mix {
  display: none;
}

.services-carousel .slick-arrow.slick-prev {
  left: -30px;
}
.services-carousel .slick-arrow.slick-next {
  right: auto;
  left: -30px;
  top: calc(50% + 70px);
}

@media (min-width: 1200px) {
  .services-carousel .carousel-wrapper {
    margin-right: -350px;
  }
  .services-carousel .service-item .service-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (min-width: 1500px) {
  .services-carousel .carousel-wrapper {
    margin-right: -550px;
  }
  .services-carousel .slick-arrow.slick-prev {
    left: -100px;
  }
  .services-carousel .slick-arrow.slick-next {
    left: -100px;
  }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 991px) {
  .service-item .service-title {
    font-size: 18px;
  }
  .service-item .service-desc {
    font-size: 14px;
  }
  .service-item .service-category {
    margin-bottom: 15px;
  }
  .services-layout2 .service-item .service-body {
    padding: 30px 30px 30px 0;
  }
  .services-carousel .slick-arrow {
    top: 50% !important;
  }
  .services-carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .services-carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .list-filter li {
    margin-right: 15px;
  }
}
@media (max-width: 450px) {
  .services-layout2 .service-item {
    flex-direction: column;
  }
  .services-layout2 .service-item .service-img,
.services-layout2 .service-item .service-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-layout2 .service-item .service-img {
    min-height: 250px;
  }
  .services-layout2 .service-item .service-body {
    padding: 20px;
  }
}




/*------------------- 
    Icons
------------------*/

.icon-arrow-right {
  font-size: 65%;
}

.plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  margin-right: 3px;
  font-style: normal;
  color: #ffffff;
  background-color: #1d7dc1;
  transition: all 0.3s linear;
}

.rating .active {
  color: #1da4de;
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  width: 58px;
  height: 58px;
  color: #1d7dc1;
  background-color: #ffffff;
  transition: all 0.3s linear;
  border: 2px solid #eaeaea;
}
.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  background-color: #1d7dc1;
  border: 2px solid #1d7dc1;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}


/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}
@keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}


/*-------------------------
    Call to Action
--------------------------*/
.cta-title {
  font-size: 26px;
  margin-bottom: 15px;
}

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

.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.cta-banner .cta-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.cta-banner .cta-desc {
  font-size: 17px;
}

.cta-layout1 .cta-icon,
.cta-layout2 .cta-icon {
  position: absolute;
  top: 55px;
  right: 40px;
  z-index: -1;
  color: #f0f0f7;
  font-size: 115px;
  line-height: 1;
}
.cta-layout1 .cta-icon i,
.cta-layout2 .cta-icon i {
  line-height: 1;
}
.cta-layout1 .cta-banner,
.cta-layout2 .cta-banner {
  padding: 55px 60px;
  margin-top: -175px;
  margin-bottom: 65px;
}

.cta-layout1 {
  padding-bottom: 180px;
}
.cta-layout1:after {
  content: "";
  position: absolute;
  top: -200px;
  left: -30px;
  width: calc(100% + 30px);
  height: 398px;
  z-index: 1;
  background-image: url(../images/backgrounds/pattern2.png);
}

.cta-layout1 + .banner-layout7 {
  margin-top: -130px;
}

.cta-layout2 .cta-banner {
  margin-bottom: 45px;
}
.cta-layout2 .icon-filled {
  background-color: #1da4de;
}

@media (max-width: 1199px) {
  .cta-layout1 .cta-banner,
.cta-layout2 .cta-banner {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cta-layout1 {
    margin-left: 30px;
  }
  .cta-layout1 > .container {
    max-width: 1310px;
    padding-right: 45px;
  }
}
@media (min-width: 1500px) {
  .cta-layout1 {
    margin-left: 60px;
  }
  .cta-layout1:after {
    left: -60px;
    width: calc(100% + 60px);
  }
  .cta-layout1 > .container {
    max-width: 1340px;
    padding-right: 75px;
  }
}
@media (max-width: 991px) {
  .cta-banner .cta-title {
    font-size: 16px;
  }
  .cta-layout1 .cta-banner,
.cta-layout2 .cta-banner {
    padding: 25px 30px;
    margin: 0 0 30px;
  }
}


/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
  transition: all 0.3s linear;
}
.post-item:not(.post-item-single):after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #1da4de;
  transform: scale(0.7);
  transition: all 0.3s ease-in-out 0s;
}
.post-item .post-img {
  position: relative;
  overflow: hidden;
}
.post-item .post-img img {
  transition: all 0.9s ease;
}
.post-item .post-img .post-meta-date {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 40px;
  height: 39px;
  display: flex;
}
.post-item .post-img .post-meta-date .day,
.post-item .post-img .post-meta-date .month {
  display: inline-flex;
  align-items: center;
}
.post-item .post-img .post-meta-date .day {
  padding: 0 10px;
  font-size: 26px;
  color: #ffffff;
  background-color: #2e3192;
}
.post-item .post-img .post-meta-date .month {
  padding: 0 15px;
  color: #848e9f;
  background-color: #ffffff;
}
.post-item .post-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 23px;
}
.post-item .post-title a {
  color: #252775;
}
.post-item .post-title a:hover {
  color: #2e3192;
}
.post-item .post-meta {
  margin-bottom: 18px;
}
.post-item .post-meta > * {
  position: relative;
  font-size: 13px;
  color: #2e3192;
  line-height: 1;
  margin-right: 8px;
  padding-right: 8px;
}
.post-item .post-meta > *:after {
  content: "-";
  position: absolute;
  top: 0;
  right: -2px;
  color: #848e9f;
}
.post-item .post-meta > *:last-child {
  padding-right: 0;
  margin-right: 0;
}
.post-item .post-meta > *:last-child:after {
  display: none;
}
.post-item .post-body {
  position: relative;
  z-index: 3;
  padding: 37px 45px;
  margin-bottom: -65px;
  transition: all 0.3s ease-in-out 0s;
}
.post-item .post-meta-cat {
  display: inline-flex;
}
.post-item .post-meta-cat a {
  position: relative;
  color: #1da4de;
  padding-right: 7px;
  font-weight: 700;
}
.post-item .post-meta-cat a:hover {
  color: #2e3192;
}
.post-item .post-meta-cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 1px;
  color: #1da4de;
}
.post-item .post-meta-cat a:last-child {
  padding-right: 0;
}
.post-item .post-meta-cat a:last-child:after {
  display: none;
}
.post-item .btn-link {
  padding: 12px 0;
  margin-top: 5px;
  opacity: 0;
  color: #ffffff;
}
.post-item .btn-link .plus-icon {
  color: #1da4de;
  background-color: #ffffff;
}
.post-item .btn-link:hover .plus-icon {
  color: #ffffff !important;
  background-color: #2e3192 !important;
}
.post-item:hover .post-img img {
  transform: scale(1.1) rotate(1deg);
}

.blog-layout1 .post-item {
  border-radius: 6px 6px 0 0;
  margin-bottom: 30px;
  border-bottom: 8px solid #dfdfea;
}
.blog-layout1 .post-item .post-img {
  border-radius: 6px 6px 0 0;
}
.blog-layout1 .post-item:hover {
  border-bottom-color: #2e3192;
}
.blog-layout1 .post-item:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.blog-layout1 .post-item:hover .post-img img {
  transform: scale(1.1) rotate(1deg);
}
.blog-layout1 .post-item:hover .post-desc,
.blog-layout1 .post-item:hover .post-title a,
.blog-layout1 .post-item:hover .post-meta-cat a,
.blog-layout1 .post-item:hover .post-meta-cat a:after {
  color: #ffffff;
}
.blog-layout1 .post-item:hover .post-body {
  transform: translateY(-65px);
}
.blog-layout1 .post-item:hover .btn-link {
  transition-delay: 0.2s;
  opacity: 1;
}

.blog-layout2 .post-item {
  box-shadow: none;
  margin-bottom: 40px;
}
.blog-layout2 .post-item .post-img {
  overflow: hidden;
  border-radius: 5px;
}
.blog-layout2 .post-item.featured-post .post-img {
  max-height: 360px;
}
.blog-layout2 .post-item.featured-post .post-img img {
  width: 100%;
}
.blog-layout2 .post-item.featured-post .post-title {
  font-size: 24px;
}
.blog-layout2 .post-item:not(.featured-post) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog-layout2 .post-item:not(.featured-post) .post-img {
  flex: 180px 0 0;
  max-width: 180px;
}
.blog-layout2 .post-item:not(.featured-post) .post-body {
  padding: 15px 30px;
  margin-bottom: 0;
  flex: calc(100% - 180px) 0 0;
  max-width: calc(100% - 180px);
}
.blog-layout2 .post-item:not(.featured-post) .post-title {
  margin-bottom: 0;
}

/* Blog Single */
.post-item-single .post-img {
  border-radius: 5px 5px 0 0;
}

.blog-widget-title {
  font-size: 21px;
  margin-bottom: 24px;
}

.widget-nav .nav-icon {
  position: relative;
  max-width: 60px;
  flex: 0 0 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eaeaea;
  transition: all 0.3s linear;
}
.widget-nav .nav-ttile {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #1d7dc1;
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  transition: all 0.3s linear;
}
.widget-nav .nav-next .nav-icon {
  margin-right: 20px;
}
.widget-nav .nav-prev .nav-icon {
  margin-left: 20px;
}
.widget-nav .nav-prev .nav-ttile {
  text-align: right;
}
.widget-nav .nav-next,
.widget-nav .nav-prev {
  flex: 0 0 160px;
  max-width: 160px;
}
.widget-nav .nav-next:hover .nav-icon,
.widget-nav .nav-prev:hover .nav-icon {
  color: #ffffff;
  border-color: #1d7dc1;
  background-color: #1d7dc1;
}
.widget-nav .nav-next:hover .nav-ttile,
.widget-nav .nav-prev:hover .nav-ttile {
  color: #1da4de;
}

.bordered-box {
  border-radius: 4px;
  border: 1px solid #e5e8ea;
}
.bordered-box .blog-share,
.bordered-box .blog-tags {
  padding: 25px;
}


@media (min-width: 1200px) {
  .blog-single .post-item .post-title {
    font-size: 40px;
  }
  .blog-single .post-item .post-desc p {
    margin-bottom: 25px;
  }
  .blog-single .post-item .post-body {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .widget-nav-next {
    text-align: right;
    flex-direction: row-reverse;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .post-item {
    margin-bottom: 15px;
  }
  .post-item .post-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .post-item .post-body {
    padding: 17px 20px;
  }
  .post-item .post-img .post-meta-date {
    top: 20px;
    left: 20px;
    height: 29px;
  }
  .post-item .post-img .post-meta-date .day {
    padding: 0 7px;
    font-size: 20px;
  }
  .post-item .post-img .post-meta-date .month {
    padding: 0 7px;
  }
  .widget-nav .nav-icon {
    max-width: 40px;
    flex: 0 0 40px;
    height: 40px;
  }
  .widget-nav .nav-next .nav-icon {
    margin-right: 10px;
  }
  .widget-nav .nav-prev .nav-icon {
    margin-left: 10px;
  }
  .widget-nav .nav-ttile {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .bordered-box .blog-share,
.bordered-box .blog-tags {
    padding: 10px;
  }
  .blog-carousel .heading-wrapper {
    margin-bottom: 60px !important;
  }
  .blog-carousel .btn-explore {
    position: relative;
    right: 0;
  }
  .blog-carousel .heading-title {
    font-size: 18px;
  }
  .blog-carousel .slick-arrow {
    top: -30px;
  }
}



/*--------------------
    Sidebar
----------------------*/
.sidebar.sticky-top {
  top: 100px;
}

.widget {
  position: relative;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 5px;
  border-bottom: 8px solid #dfdfea;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 22px;
  margin-bottom: 23px;
}

.widget-search {
  background-color: #2e3192;
}
.widget-search .widget-form-search {
  position: relative;
}
.widget-search .widget-form-search .form-control {
  height: 55px;
}
.widget-search .widget-form-search .form-control:focus {
  border-color: #2e3192;
}
.widget-search .widget-form-search .btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  color: #1da4de;
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}
.widget-search .widget-form-search .btn:before {
  display: none;
}
.widget-search .widget-form-search .btn:hover {
  color: #2e3192;
}

.widget-categories ul li {
  margin-bottom: 11px;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.widget-categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 20px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #2e3192;
  transition: all 0.3s linear;
}
.widget-categories ul li a .cat-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1da4de;
  transition: all 0.3s linear;
}
.widget-categories ul li a:hover, .widget-categories ul li a.active {
  background-color: #1da4de;
  -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}
.widget-categories ul li a:hover .cat-count, .widget-categories ul li a.active .cat-count {
  color: #1da4de;
  background-color: #ffffff;
}

.widget-categories-layout2 ul li {
  margin-bottom: 11px;
}
.widget-categories-layout2 ul li:last-child {
  margin-bottom: 0;
}
.widget-categories-layout2 ul li a {
  position: relative;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  color: #1da4de;
}
.widget-categories-layout2 ul li a:hover {
  color: #2e3192;
}

.widget-services ul li {
  margin-bottom: 4px;
}
.widget-services ul li:last-child {
  margin-bottom: 0;
}
.widget-services ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 30px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: "Titillium Web", sans-serif;
  color: #1da4de;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-services ul li a:hover {
  color: #ffffff;
  background-color: #2e3192;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  border: 1px solid #1da4de;
  color: #1da4de;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-tags ul li a:hover {
  color: #ffffff;
  border-color: #1da4de;
  background-color: #1da4de;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}
.widget-post-item:last-of-type {
  margin-bottom: 0;
}
.widget-post-item .widget-post-title {
  font-size: 16px;
  margin-bottom: 0;
}
.widget-post-item .widget-post-title a {
  color: #252775;
}
.widget-post-item:hover .widget-post-title a {
  color: #2e3192;
}
.widget-post-item .widget-post-img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}
.widget-post-item .widget-post-img img {
  border-radius: 5px;
}
.widget-post-item .widget-post-date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}



/* Widget download */
.widget-download .btn {
  height: 80px;
  border-radius: 0;
  -webkit-clip-path: none;
          clip-path: none;
  padding: 0;
  justify-content: flex-start;
  text-align: center;
}
.widget-download .btn:not(:last-child) {
  margin-bottom: 20px;
}
.widget-download .btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 30px;
  margin-right: 10px;
  margin: 0;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
}
.widget-download .btn .btn-text {
  flex: 1;
}

/* Widget Filter */
.widget-filter .ui-slider {
  background-color: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #1da4de;
}
.widget-filter .price-output {
  flex: 0 0 50%;
  max-width: 50%;
}
.widget-filter label {
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 0;
}
.widget-filter input {
  background-color: transparent;
  color: #2e3192;
  font-size: 14px;
  border: none;
}
.widget-filter .btn-filter {
  font-size: 14px;
  font-weight: 700;
  color: #252775;
}

.ui-slider {
  position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #1da4de;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.sidebar-layout2 .widget {
  padding: 0;
  box-shadow: none;
  border-bottom: 0;
  background-color: transparent;
}
.sidebar-layout2 .widget:after {
  display: none;
}

@media (min-width: 1200px) {
  .sidebar.has-marign-right {
    margin-right: 40px;
  }
  .sidebar.has-marign-left {
    margin-left: 40px;
  }
  .widget-member.shifted-top {
    margin-top: -450px;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
  .widget:after {
    top: 20px;
    bottom: 20px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }
  .widget:after {
    top: 15px;
    bottom: 15px;
  }
  .widget .widget-title {
    margin-bottom: 14px;
  }
  .widget-categories ul {
    padding: 0;
  }
  .widget-categories ul li a {
    font-size: 13px;
  }
}



/*# sourceMappingURL=style.css.map */