

* {
  padding: 0;
  margin: 0
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible
}

body {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #fff;
  color: #666
}

.wrapper, body, html {
  height: 100%
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: 400;
  line-height: 1.2;
  font-family: Manrope, sans-serif;
  letter-spacing: 0;
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px
}

h1 {
  font-size: 40px
}

h2 {
  font-size: 36px
}

h3 {
  font-size: 27px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

img {
  border: none;
  outline: 0;
  max-width: 100%
}

label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%
}

.btn, a, button {
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  outline: medium none
}

a img, iframe {
  border: none
}

p {
  color: #666;
  line-height: 28px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143
}

input:focus, select:focus, textarea:focus {
  outline: 0;
  box-shadow: inherit
}

ul {
  margin: 0;
  list-style-type: none
}

a, a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  color: #232323
}

a:hover {
  color: #232323
}

a {
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-weight: 700
}

b, strong {
  font-weight: 900
}

.btn.active, .btn:active {
  background-image: inherit !important
}

.btn.focus, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover {
  outline: 0
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px
}

a.more-btn {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding-right: 40px
}

a.more-btn:hover {
  color: #5A79BD
}

a.more-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: #5A79BD;
  margin-top: -1px
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%
}

.bg-cover {
  background-position: center center;
  background-size: cover
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover
}

.bg-gray {
  background-color: #f3f7fd
}

.bg-theme-small {
  background-color: #edf5ff
}

.bg-light {
  background-color: #fff
}

.bg-theme {
  background-color: #5A79BD
}

.bg-light-gradient {
  background: linear-gradient(90deg, #f4f7fc 36%, #fff 100%)
}

.gradient-bg {
  background-image: linear-gradient(90deg, #023ba6 0, #437eeb 100%);
  background-color: #5A79BD
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative
}

.text-italic {
  font-style: italic
}

.text-light a, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p {
  color: #fff
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important
}

.shadow.dark::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.shadow.dark-hard::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.shadow.light::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.shadow.theme::after {
  background: #5A79BD none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.shadow.theme-hard::after {
  background: #5A79BD none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 33, 71, .8) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7
}

.default-padding, .default-padding-bottom, .default-padding-top {
  position: relative
}

.default-padding {
  padding-top: 120px;
  /*padding-bottom: 120px*/
}

.default-padding-top {
  padding-top: 120px
}

.default-padding-bottom {
  padding-bottom: 120px
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px
}

.default-padding-top.bottom-less {
  margin-bottom: -30px
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px
}

.top-border {
  border-top: 1px solid #e7e7e7
}

.align-center {
  align-items: center
}

.btn {
  display: inline-block;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: 5px
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px
}

.btn.btn-icon:hover {
  color: #fff
}

.btn-md {
  padding: 15px 40px
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block
}

.btn-border-light {
  border: 2px solid #fff
}

.btn.btn-sm-pro.btn-border-light:focus, .btn.btn-sm-pro.btn-border-light:hover {
  background-color: #fff;
  color: #232323;
  border: 2px solid #fff
}

.btn-dark {
  background-color: #232323;
  color: #fff;
  border: 2px solid #232323
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323 !important
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #fff !important;
  border: 2px solid #232323 !important
}

.btn-gray.border {
  background-color: transparent;
  color: #5A79BD;
  border: 2px solid #e7e7e7 !important
}

.btn-gray.border:hover {
  background-color: #5A79BD;
  color: #fff !important;
  border: 2px solid #5A79BD !important
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important
}

.btn.btn-light {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #232323
}

.btn.btn-light:focus, .btn.btn-light:hover {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff
}

.btn.btn-light.effect:focus, .btn.btn-light.effect:hover {
  background-color: #5A79BD;
  color: #fff !important;
  border: 2px solid #5A79BD
}

.btn.btn-light.border {
  background: 0 0;
  border: 2px solid #fff !important;
  color: #fff
}

.btn.btn-light.border:hover {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #fff !important;
  color: #232323 !important
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #5A79BD;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800
}

.btn-standard.md {
  padding: 13px 45px
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #5A79BD;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
  margin-right: 5px;
  background: #fff
}

.bg-dark .btn-standard:hover, .bg-gradient .btn-standard:hover, .bg-theme .btn-standard:hover, .shadow .btn-standard:hover {
  background: #fff;
  color: #5A79BD
}

.btn-dark:focus, .btn-dark:hover {
  color: #232323 !important;
  background: 0 0
}

.bg-dark {
  background: #1A2847 !important
}

.bg-dark-hard {
  background: #08111e
}

.bg-gradient {
  background-image: linear-gradient(97deg, #1A2849 36%, #1A2849 100%);
  background-color: #5A79BD
}

.bg-gradient-light {
  background-image: linear-gradient(90deg, #f4f7fc 0, #fff 100%)
}

.btn-theme {
  background-color: #5A79BD;
  color: #fff !important;
  border: 2px solid #5A79BD
}

.btn-theme.border {
  background-color: transparent;
  color: #5A79BD !important;
  border: 2px solid #5A79BD
}

.btn-theme.border:hover {
  background-color: #5A79BD;
  color: #fff !important;
  border: 2px solid #5A79BD
}

.btn-theme.effect:focus, .btn-theme.effect:hover {
  background: #5A79BD none repeat scroll 0 0;
  border: 2px solid #5A79BD;
  color: #fff
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px
}

.bg-theme a.btn-theme.btn:focus, .bg-theme a.btn-theme.btn:hover {
  border: 2px solid #fff;
  color: #fff
}

.btn-gradient {
  position: relative;
  z-index: 1;
  color: #fff
}

.btn-gradient:hover {
  color: #fff
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #5A79BD 0, #5A79BD 75%);
  transition: all .35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, .5), inset 0 0 1px 1px #5A79BD
}

.btn i {
  font-size: 12px
}

.btn-gradient i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, .8)
}

.btn-gradient.icon-normal i {
  border: none;
  background: 0 0;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, .5)
}

.btn-gradient {
  padding: 17px 40px
}

.btn-gradient.btn-sm {
  padding: 12px 30px
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, .3) !important
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, .5) !important;
  background: rgba(255, 255, 255, .07);
  color: #fff !important
}

.relative {
  position: relative
}

.btn-simple.md {
  padding: 15px 60px
}

.btn-simple.light {
  background: #fff
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  color: #5A79BD;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden
}

a.btn-simple.md.light {
  color: #5A79BD
}

a.btn-simple.md.light:hover {
  color: #fff
}

.btn-simple:after {
  background: linear-gradient(90deg, #437eeb 0, #1e55bd 100%);
  color: #fff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .25s ease-in-out
}

.btn-simple:hover {
  color: #fff
}

.btn-simple:hover::after {
  left: 0
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover
}

.bg-cover {
  background-position: center center;
  background-size: cover
}

.overflow-hidden {
  overflow: hidden
}

.less-margin {
  margin: 0
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important
}


header {
  position: relative
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #fff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0
}

.attr-nav .social.right li {
  margin-left: 20px
}

.attr-nav .social li a {
  font-size: 16px
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px
}

.attr-nav > a.btn-theme.effect, .attr-nav > a.btn-theme.effect:focus, .attr-nav > a.btn-theme.effect:hover {
  background: #5A79BD none repeat scroll 0 0;
  border: 2px solid #5A79BD;
  color: #fff !important
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #5A79BD;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important
}

/*--------------------------------*/



.breadcrumb-area {
  padding-top: 250px;
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.breadcrumb-area .fixed-bg img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px
}

.breadcrumb-area h1 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1
}

.page-title-area {
  padding: 150px 0
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 0
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  height: 15px;
  width: 2px;
  transform: rotate(26deg);
  background: #fff
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px
}

.breadcrumb-area .breadcrumb li {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  padding: 0 7px
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none
}

.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #fff
}

.breadcrumb-area .breadcrumb li.active {
  color: #fff
}

.top-bar-area {
  padding: 10px 0
}

.top-bar-area .left-info {
  text-align: left
}

.top-bar-area .left-info li {
  margin-right: 20px
}

.top-bar-area .right-info {
  text-align: right
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center
}

.top-bar-area .right-info .item-flex {
  justify-content: flex-end
}

.top-bar-area .font-weight-normal a {
  font-weight: 400
}

.top-bar-area li {
  display: inline-block
}

.top-bar-area li i {
  margin-right: 7px
}

.top-bar-area .list li i {
  color: #fff
}

.top-bar-area .list li, .top-bar-area .list li a {
  font-weight: 600
}

.top-bar-area .list li a:hover {
  color: #5A79BD
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7
}

.top-bar-area .social a {
  display: inline-block;
  margin-left: 20px
}

.top-bar-area .right-info .social a {
  margin-left: 0;
  margin-right: 20px
}

.top-bar-area .social i {
  margin: 0
}

.top-bar-area .social li.facebook a {
  color: #3b5998
}

.top-bar-area .social li.twitter a {
  color: #1da1f2
}

.top-bar-area .social li.pinterest a {
  color: #bd081c
}

.top-bar-area .social li.g-plus a {
  color: #db4437
}

.top-bar-area .social li.linkedin a {
  color: #0077b5
}

.top-bar-area.bg-dark .social a {
  color: #fff
}

.top-bar-area .right-info .button a {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #666
}

.top-bar-area.transparent .right-info .button a {
  color: #fff !important;
  font-weight: 700
}

.top-bar-area.bg-dark .right-info .button a {
  color: #fff
}

.top-bar-area .right-info .button a:first-child, .top-bar-area .right-info .button a:hover {
  color: #5A79BD
}

.top-bar-area .right-info .button a i {
  margin-right: 5px
}

.top-bar-area .right-info .button a::after {
  position: absolute;
  left: -5px;
  top: 0;
  content: "/";
  height: 15px;
  width: 1px
}

.top-bar-area .right-info .button a:first-child::after {
  display: none
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle {
  background: 0 0;
  border: none;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle img {
  height: 35px;
  width: 35px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  padding: 3px
}

.top-bar-area .item-flex.border-less .language-switcher .dropdown-toggle {
  color: #fff
}

.top-bar-area .item-flex.border-less .language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 50%;
  height: 45px;
  width: 45px
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle li {
  display: block
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li:last-child {
  border: none
}

.top-bar-area .item-flex .language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  top: 10px !important
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600
}

.language-switcher span {
  font-size: 12px
}

.top-bar-area.transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 30px 0
}
/*       ---------------------     */
.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%
  }
}

@media only screen and (min-width: 1367px) {
  .categories-area.thumb-cats .container-full {
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit
  }
}
@media only screen and (min-width: 1367px) {
  .why-choseus-area .container-full {
    margin-left: calc((100% - 1140px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit
  }
}


/*----------------------------------*/

footer .item {
  margin-top: 50px
}

footer .f-items.default-padding {
  padding-top: 70px
}

footer .f-item.about {
  padding-right: 30px
}

footer .item img {
  margin-bottom: 30px
}

footer .item .widget-title {
  margin-bottom: 30px;
  font-weight: 800
}

footer .item .link ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative
}

footer .item .link ul li::after {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #bcb3b3
}

footer.bg-dark .item .link li a {
  color: #ccc
}

footer .link li a:hover {
  color: #5A79BD
}

footer .item .link li:last-child {
  margin-bottom: 0
}

footer .item .subscribe form {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  position: relative;
  border-radius: 30px
}

footer.bg-dark .item .subscribe form {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1)
}

footer .item .subscribe form input {
  background: 0 0;
  border: none;
  color: #fff;
  padding-left: 25px;
  border-radius: 30px
}

footer .item .subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background: #5A79BD;
  border-radius: 50%
}

footer.bg-dark .item .subscribe form button {
  color: #5A79BD;
  background: #fff
}

footer .item .opening-info {
  margin-top: 30px
}

footer .item .opening-info h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px
}

footer .item .opening-info li {
  float:left;list-style:none;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600
}

footer.bg-dark .item .opening-info li {
  float:left;list-style:none;
  font-weight: 400
}

footer.bg-dark .item .opening-info li {
  float:left;list-style:none;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

footer .item .opening-info li:last-child {
  float:left;list-style:none;
  margin: 0;
  padding: 0;
  border: none
}

footer .address li {
  margin-bottom: 10px
}

footer.bg-dark .address li {
  color: #ccc
}

footer .address li:last-child {
  margin-bottom: 0
}

footer.bg-dark .address li strong {
  color: #fff
}

footer .social {
  margin-top: 30px
}

footer .social h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px
}

footer.bg-dark .social h5 {
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

footer .social li {
  display: inline-block;
  margin-right: 25px
}

footer .social li a {
  color: #666
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
  background: #fafafa
}

footer.bg-dark .footer-bottom {
  border-top: 1px solid #000;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  background: 0 0
}

.footer-bottom li {
  display: inline-block
}

.footer-bottom .text-right li {
  margin-left: 20px
}

.footer-bottom p {
  margin: 0
}



/*  faq ------------------*/

.faq-items .faq-content h2 {
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: -5px;
  text-transform: capitalize
}

.faq-items .faq-content h2 strong {
  display: block;
  margin-top: 5px
}

.faq-area .thumb {
  padding-left: 35px
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 600
}

.accordion .card-header h4.collapsed:after {
  content: "\f070";
  font-weight: 600
}

.faq-area .faq-content .card {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: inherit;
  background: #fff;
  border-radius: 5px
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: 0 0;
  padding: 0
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 30px;
  padding-right: 50px;
  cursor: pointer
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding-top: 0
}

.faq-area .ask-question a {
  color: #5A79BD;
  text-decoration: underline
}



/*
================================================
15. CTA Sec
================================================
*/
.cta-sec::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35, 74, 102, 0.85);
}
.cta-sec {
  position: relative;
  background: #333;
  padding: 50px 0 22px;
  background-size: cover;
  background-repeat: repeat;
  background-image: url(./images/index/cta-bg.jpg);
  /*float: left;*/
  width: 100%;
  padding: 30px 0;
}
.cta-sec .wrapper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-sec .wrapper-box h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: capitalize;
}
/* Button Effects */
.bttn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4f71bd), color-stop(63%, #5A79BD ));
  background: linear-gradient(90deg, #4f71bd 0%, #5A79BD  63%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}
.bttn:hover::before {
  width: 0;
  opacity: 0;
}
.bttn {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  width: 120px;
  padding: 12px 0;
  position: relative;
  z-index: 1;
  border-image-source: linear-gradient(90deg, #4f71bd 0%, #5A79BD  63%);
  border-image-slice: 1;
  color: #ffffff;
  border: 1px solid #17a43b;
  width: 150px;
}
.bttn:hover {
  color: #fff;
  border: 1px solid #fff;
}
/* Button Effects */
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 0;
  padding: 11px 25px 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  background: #17a43b;
  border: none;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242c42;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footcontactinput{
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  height: 55px;
  border-radius: 0px;
  background: none !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.25;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-right: 20px;

}
.footcontactinput::placeholder{
  color: #fff;
}

