/*======================
Template Name: OneLaw
Author: ThemeLeaf

####### Table of content #######

# Global
# Header
# Bredcrumb
# Service
# About
# Advantages
# Case Study
# Team Area
# Team
# Appointment
# Client
# News
# Fact
# Practic Area
# Sidebar
# Contact
# Footer
# Responsive
  # TAB
  # Phone
 */
/* -------------
#Global
------------- */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Montserrat:wght@500&display=swap");
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: "Jost", sans-serif;
  color: #b8ab6c;
}

body {
  background-color: #2e2e2e;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.3rem;
}

iframe {
  filter: invert(90%) hue-rotate(180deg);
}

h3.brighter {
  color: #4e6a96 !important;
}

h6 {
  font-family: "Jost", sans-serif;
  color: #516f9f;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

a:hover {
  text-decoration: none;
}

.glb-btn {
  background: transparent !important;
  color: #f43930;
  padding: 0 !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  border-radius: 0 !important;
  letter-spacing: 0.0333rem;
}

.glb-btn:hover {
  text-decoration: underline;
  color: #f43930;
  transition: 0.5s;
}

.btn-lg {
  background: #b8ab6c;
  color: #fff;
  margin-top: 20px;
  padding: 15px 50px;
  border: 2px solid #b8ab6c;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-lg:hover {
  background: #fff;
  color: #b8ab6c;
  border: 2px solid #b8ab6c;
  transition: 1s;
  -webkit-box-shadow: 0 0 15px 0 rgba(59, 83, 121, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(59, 83, 121, 0.3);
  box-shadow: 0 0 15px 0 rgba(59, 83, 121, 0.3);
}

.form-control {
  border: 1px solid #2e2e2e;
  background: #3e3e3e;
  padding: 25px 20px;
  border-radius: 2px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}

.section {
  background: #2e2e2e !important;
  padding: 100px 0 120px;
}

/* -------------
#Header
------------- */
.header-top {
  background: #b8ab6c;
  padding: 25px 0 10px;
}
.header-top p {
  color: #fff;
}
.header-top p i {
  font-size: 20px;
  color: #3b5379;
  margin-right: 10px;
}
.header-top p a:hover i {
  color: #fff;
}

.header-bottom .bg-light {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.header-bottom .bg-light img {
  height: 200px;
  width: auto;
}
.header-bottom .navbar-light .navbar-nav .nav-link {
  color: #3b5379;
  font-size: 15px;
  padding: 21px 20px;
  font-weight: 400;
  border-top: 2px solid #fff;
}
.header-bottom .navbar-light .navbar-nav .nav-link:hover {
  color: #85BCFF;
  border-top: 2px solid #85BCFF;
}
.header-bottom .navbar-light .navbar-nav .active > .nav-link,
.header-bottom .navbar-light .navbar-nav .nav-link.active,
.header-bottom .navbar-light .navbar-nav .nav-link.show,
.header-bottom .navbar-light .navbar-nav .show > .nav-link {
  color: #85BCFF;
  border-top: 2px solid #85BCFF;
}
.header-bottom .navbar-light .navbar-nav .dropdown-item {
  color: #3b5379;
}
.header-bottom .navbar-light .navbar-nav .dropdown-item:hover {
  color: #85BCFF;
  background: transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
}

.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  max-width: 100% !important;
  background-color: #4e4e4e !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}
.header-fixed .navbar-brand {
  transition: all 0.2s ease-in-out;
}
.header-fixed .navbar-brand img {
  height: 100px;
  width: auto;
  transition: all 0.2s ease-in-out;
}
.header-fixed .navbar-brand img#logo {
  position: absolute !important;
  height: 60px !important;
  width: auto;
  opacity: 0 !important;
}
.header-fixed .navbar-brand img#small-logo {
  position: absolute !important;
  height: 60px !important;
  width: auto;
  opacity: 1 !important;
}

#header-two {
  position: relative;
  z-index: 9999;
  background-color: #000 !important;
}
#header-two .container {
  padding: 0 !important;
  max-width: 100% !important;
}
#header-two .navbar {
  width: 100%;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-two .navbar .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-two .navbar-brand {
  height: 170px;
}
#header-two .navbar-brand img {
  position: absolute;
  height: 200px;
  width: auto;
  transition: all 0.2s ease-in-out;
}
#header-two .navbar-brand img#logo {
  height: 120px;
  width: auto;
  opacity: 1;
}
#header-two .navbar-brand img#small-logo {
  height: 60px;
  width: auto;
  opacity: 0;
}
#header-two .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: bottom;
}
@media only screen and (max-width: 1199px) {
  #header-two .navbar-dark .navbar-nav .nav-link {
    padding: 30px 5px;
    font-size: 22px;
  }
}
#header-two .navbar-dark .navbar-nav .nav-link:hover {
  color: #b8ab6c;
}
#header-two .navbar-dark .navbar-nav .active > .nav-link, #header-two .navbar-dark .navbar-nav .nav-link.active, #header-two .navbar-dark .navbar-nav .nav-link.show, #header-two .navbar-dark .navbar-nav .show > .nav-link {
  color: #b8ab6c;
}
#header-two .navbar-nav .dropdown-menu {
  border-radius: 0;
  background-color: #f43930;
  padding: 0;
  font-size: 15px;
  margin-left: 1.8px;
  margin-top: -3px;
}
#header-two .navbar-nav .dropdown-menu .dropdown-item {
  padding: 15px 25px;
  border-bottom: 1px dashed #f43930;
  font-weight: 500;
  color: #fff;
}
#header-two .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border: 0 !important;
}
#header-two .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #000;
}

/* -------------
#Banner
------------- */
.banner h1 {
  font-size: 55px;
  margin: 50px 0 20px;
}

.banner-two {
  min-height: 100vh;
  background-image: url(../images/banner-img.jpg);
  background-size: cover;
  position: relative;
  margin-top: -82px;
}
.banner-two .row {
  min-height: 100vh;
  position: relative;
  z-index: 3;
}
.banner-two .row h1 {
  font-size: 65px;
  color: #fff;
  font-weight: 500;
  line-height: 70px;
}
.banner-two .row h1 span {
  color: #f43930;
  font-weight: 600;
}
.banner-two .row p {
  font-size: 17px;
  color: #fcfcfc;
  margin: 20px 0 40px;
}
.banner-two .row .btn {
  background: transparent !important;
  color: #f43930;
  padding: 0 0 2px 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #f43930;
  border-radius: 0 !important;
  letter-spacing: 2px;
}
.banner-two .row .counter h2 {
  color: #fff;
  margin: 0 !important;
}
.banner-two .row .counter p {
  margin: 0 !important;
}

.banner-two::after {
  background: #000;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  opacity: 0.85;
}

/* -------------
#Bredcrumb
------------- */
.bredcrumb {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 150px 0;
}
.bredcrumb .content {
  position: relative;
  z-index: 3;
}
.bredcrumb .content h1 {
  font-size: 55px;
  color: #fff;
}
.bredcrumb .content p {
  color: #fff;
  font-size: 20px;
}
.bredcrumb .content p a {
  color: #fff;
}
.bredcrumb .content p a:hover {
  color: #516f9f;
}

.bredcrumb::after {
  background: #000;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
}

/* -------------
#Servce
------------- */
.service {
  padding: 0 0 120px;
  color: #fff;
}
.service .service-box {
  margin-top: 30px;
  padding: 50px 40px 30px;
  background: #3b5379;
  border: 1px solid #fff;
}
.service .service-box h3 {
  color: #fff;
}
.service .service-box i {
  font-size: 50px;
  color: #85BCFF;
  margin: 0 0 20px;
}
.service .service-box:hover {
  margin-top: 10px;
  transition: 0.5s;
  background: #85BCFF;
}
.service .service-box:hover i {
  color: #3b5379;
}

.service-two {
  background: #fcfcfc;
}
.service-two p {
  font-weight: 500;
}
.service-two .services {
  background: #000;
  border-radius: 7px;
}
.service-two .services img {
  border-radius: 7px 7px 0 0 !important;
}
.service-two .services .content {
  padding: 25px;
  position: relative;
}
.service-two .services .content h3 {
  color: #fff;
}
.service-two .services .content p {
  color: #f9f9f9;
  font-size: 15px;
  opacity: 0.8;
}
.service-two .services .content::before {
  background: #f43930;
  content: "";
  height: 5px;
  width: 150px;
  left: 25px;
  top: -2.5px;
  position: absolute;
  border-radius: 5px;
}
.service-two .services:hover {
  -webkit-box-shadow: 0 0 15px 0 rgb(199, 175, 199);
  -moz-box-shadow: 0 0 15px 0 rgb(199, 175, 199);
  box-shadow: 0 0 15px 0 rgb(199, 175, 199);
}

.cta {
  background: url(../images/map.png);
  background-size: cover;
}
.cta h6 {
  color: #f43930;
}
.cta h1 {
  font-size: 60px;
  margin: 30px 0;
  color: #111;
}

/* -------------
#About
------------- */
.about {
  padding: 0 0 120px;
}
.about .content {
  padding: 10px 0 0 50px;
}
.about .content p {
  margin-bottom: 20px;
}

.about-us-two p {
  font-weight: 500;
}
.about-us-two h2 {
  position: relative;
}
.about-us-two h2::after {
  background: #f43930;
  content: "";
  height: 3px;
  width: 100px;
  left: 0;
  bottom: 0;
  margin-top: 12px;
  position: absolute;
}

/* -------------
#Advantages
------------- */
.advantages {
  background: #fcfcfc;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.advantages h1 {
  margin-top: 30px;
  font-size: 80px;
}
.advantages h4 {
  color: #85BCFF;
}

/* -------------
#Case Study
------------- */
.case-study .cases {
  margin-top: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}
.case-study .cases .content {
  padding: 20px 25px 30px;
}
.case-study .cases .content a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #3b5379;
}
.case-study .cases .content a i {
  margin-left: 15px;
}

.casestudy-two .cases {
  border-radius: 7px;
  background-color: #fcfcfc;
}
.casestudy-two .cases img {
  border-radius: 7px 7px 0 0;
}
.casestudy-two .cases .content {
  padding: 25px;
}
.casestudy-two .cases .content a {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
  line-height: 42px;
  background: #f43930;
  color: #fff;
  text-align: center;
  margin-top: -45px;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
.casestudy-two .cases .content h3 {
  margin-top: 5px;
}
.casestudy-two .cases:hover {
  -webkit-box-shadow: 0 0 15px 0 rgb(199, 175, 199);
  -moz-box-shadow: 0 0 15px 0 rgb(199, 175, 199);
  box-shadow: 0 0 10px 0 rgb(199, 175, 199);
}

/* -------------
#Team Area
------------- */
.team-area h5 {
  font-size: 22px;
  margin: 20px 0 25px;
  line-height: 35px;
}
.team-area p {
  font-size: 19px;
}
.team-area .content {
  margin-top: 80px;
}
.team-area .content img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}

/* -------------
#Team
------------- */
.team {
  background: #fcfcfc;
  padding-bottom: 120px;
}
.team h2 {
  color: #b8ab6c;
  margin-bottom: 50px;
}
.team .wow h1, .team .wow h3 {
  color: #b8ab6c;
}
.team .teams {
  padding: 0;
}
.team .teams img {
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
}
.team .teams .details {
  background: #3e3e3e;
  padding: 20px 20px 10px;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
}
.team .teams .details h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #9f9f9f;
}
.team .teams .details h6 {
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #666;
}
.team .teams .details i {
  margin-right: 10px;
  font-size: 18px;
  color: #444;
}

.team-two {
  background-color: #fcfcfc;
}
.team-two .teams .details {
  background-color: #000;
  padding: 25px 25px 10px 25px;
  margin-right: 60px;
  border-right: 5px solid #f43930;
}
.team-two .teams .details h4 {
  color: #fff;
}
.team-two .teams .details h6 {
  color: #fcfcfc;
  opacity: 0.8;
  font-size: 12px;
}
.team-two .teams .details a {
  color: #f43930;
  margin-right: 10px;
}

/* -------------
#Appointment
------------- */
.award .certificate {
  border: 5px solid #f43930;
}
.award h1 {
  color: #fff;
  font-size: 60px;
}
.award p {
  color: #fcfcfc;
}
.award .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 20px;
  height: 8px;
  border-radius: 8px;
}
.award .owl-theme .owl-dots .owl-dot.active span, .award .owl-theme .owl-dots .owl-dot:hover span {
  background: #f43930;
}

/* -------------
#Appointment
------------- */
.appointment .form {
  padding-left: 50px;
}
.appointment .btn {
  margin-top: 0;
}

/* -------------
#Client
------------- */
.client {
  background: #fcfcfc;
}
.client img {
  margin-top: 30px;
}

/* -------------
#News
------------- */
.news {
  background-color: #2e2e2e !important;
}
.news .card {
  background-color: #2e2e2e;
  border: 0;
}
.news .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.news .card .image-frame {
  background-size: cover;
  position: relative;
  width: 500px;
  height: 500px;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .news .card .image-frame {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news .card .image-frame {
    width: 300px;
    height: 300px;
  }
}
.news .card .image-frame img {
  position: absolute;
  top: 164px;
  left: 225px;
  width: 211px;
  height: 211px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .news .card .image-frame img {
    top: 66px;
    left: 91px;
    width: 83px;
    height: 83px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news .card .image-frame img {
    top: 99px;
    left: 136px;
    width: 125px;
    height: 125px;
  }
}
.news .card h3 {
  color: #b8ab6c;
}
.news .card p {
  color: #888 !important;
}
.news .card div {
  color: #999;
}
.news .card div a {
  color: #b8ab6c;
}
.news .card div a:hover {
  color: #4e6a96;
}
.news .card div b {
  color: #fff;
}
.news .company-name {
  color: #b8ab6c;
}
.news .news-block {
  margin-top: 30px;
  background-color: #444;
  color: #4e6a96;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.2);
  border-radius: 3px;
}
.news .news-block .meta {
  color: #fcfcfc;
  padding: 20px 25px 0;
}
.news .news-block .meta p {
  font-weight: 400;
}
.news .news-block .meta p.float-left {
  margin-right: 30px;
}
.news .news-block .meta i {
  font-size: 20px;
  margin-right: 10px;
}
.news .news-block .content {
  padding: 10px 25px 30px;
}
.news .news-block .content span {
  display: block !important;
}
.news .news-block .content h2 {
  margin-top: 30px;
  text-align: left;
  display: block;
}
.news .news-block .content h3 {
  margin-top: 30px;
  text-align: left;
  display: block;
  color: #b8ab6c;
}
.news .news-block div {
  padding-left: 20px;
}
.news .news-block.single {
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.news .news-block.single .meta {
  background: transparent;
}
.news .news-block.single .content {
  background: transparent;
  color: #4e6a96;
}
.news .pagination {
  margin-top: 50px;
}
.news .pagination ul li {
  list-style: none;
  display: inline-block;
  font-size: 20px;
}
.news .pagination ul li a {
  padding: 5px 12px;
  margin: 0 5px;
  color: #3b5379;
}
.news .pagination ul li a.active {
  background: #3b5379;
  color: #fff;
  border-radius: 50%;
}
.news .pagination ul li a:hover {
  background: #3b5379;
  color: #fff;
  border-radius: 5px;
}

.blog-two .blogs img {
  border-radius: 7px 7px 0 0;
}
.blog-two .blogs .content {
  background: #f9f9f9;
  border-radius: 0 0 7px 7px;
}
.blog-two .blog-btn {
  color: #f43930;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 2px solid #f43930;
  letter-spacing: 2px;
}

/* -------------
#Fact
------------- */
.fact {
  padding: 120px 0;
}
.fact img {
  height: 60px;
  width: auto;
  margin-right: 20px;
  float: left;
}
.fact p {
  margin-left: 80px;
  font-size: 18px;
}

/* -------------
#Practic Area
------------- */
.practice-area {
  padding: 120px 0;
}
.practice-area p {
  font-size: 20px;
}
.practice-area h3 {
  font-size: 1.5em;
  margin-top: 25px;
  color: #85BCFF;
}

.practice {
  padding: 0 0 120px;
}
.practice .practices {
  margin-top: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}
.practice .practices img {
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}
.practice .practices .content {
  padding: 30px 25px;
}
.practice .practices .content a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #3b5379;
}
.practice .practices a i {
  margin-left: 15px;
}

/* -------------
#Sidebar
------------- */
.sidebar {
  margin-top: 30px;
  padding-left: 30px;
}
.sidebar .sidebar-widget {
  background: #fcfcfc;
  padding: 30px 35px 15px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .form-control {
  border: 1px solid #fcfcfc;
  padding: 25px 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}
.sidebar .sidebar-widget .input-group-text {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #3b5379;
  background: #3b5379;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
  box-shadow: 0 0 5px 0 rgba(59, 83, 121, 0.1);
}
.sidebar .sidebar-widget h3 {
  margin-bottom: 20px;
}
.sidebar .sidebar-widget ul {
  padding-left: 0;
}
.sidebar .sidebar-widget ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.sidebar .sidebar-widget ul li a {
  color: #516f9f;
}
.sidebar .sidebar-widget ul li a span {
  color: #333;
  margin-left: 20px;
}
.sidebar .sidebar-widget .col-md-4 {
  padding: 0 10px;
}
.sidebar .sidebar-widget img {
  height: 80px;
  margin-bottom: 20px;
  width: 100%;
}

/* -------------
#Contact
------------- */
.contact {
  padding: 100px 50px 120px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.contact h2 {
  margin-bottom: 50px;
}
.contact ul {
  padding-left: 10px;
}
.contact ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 20px;
  color: #3b5379;
  font-weight: bold;
}
.contact ul li i {
  font-size: 22px;
  margin-right: 15px;
  color: #85BCFF;
}

/* -------------
#Footer
------------- */
.footer {
  padding: 0;
}
.footer .footer-top {
  background: #3b5379;
  padding: 100px 0 95px;
}
.footer .footer-top h3 {
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-top ul {
  padding-left: 0 !important;
}
.footer .footer-top ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer .footer-top ul li a {
  color: #fff;
}
.footer .footer-top ul li a i {
  color: #85BCFF;
  margin-right: 10px;
}
.footer .footer-top ul li a:hover i {
  color: #fff;
}
.footer .footer-top p {
  margin-bottom: 20px;
  color: #fff;
}
.footer .footer-top p i {
  font-size: 25px;
  color: #85BCFF;
  margin-right: 10px;
}
.footer .footer-top p a:hover i {
  color: #fff;
}
.footer .footer-top h6 {
  color: #fff;
}

.footer-two {
  margin: 0;
  padding: 0;
}
.footer-two .footer-top-two {
  padding: 80px 0;
  background-image: url(../images/map.png);
  background-size: cover;
}
.footer-two .footer-top-two .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-two .footer-top-two .widget_wrapper p {
  color: #fff;
}
.footer-two .footer-top-two .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}
.footer-two .footer-top-two .widget_wrapper .widget .widget_title h4 {
  color: #fff;
  font-size: 32px;
}
.footer-two .footer-top-two .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
  color: #fff;
}
.footer-two .footer-top-two .widget_wrapper .widget_link ul {
  padding: 0 !important;
}
.footer-two .footer-top-two .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
  list-style: none;
}
.footer-two .footer-top-two .widget_wrapper .widget_link ul li i {
  font-size: 13px;
  color: #f43930;
  margin-right: 10px;
}
.footer-two .footer-top-two .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #fff;
}
.footer-two .footer-top-two .widget_wrapper .widget_link ul li a:hover, .footer-two .footer-top-two .widget_wrapper .widget_link ul li a:focus {
  color: #f43930;
}
.footer-two .footer-top-two .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-two .footer-top-two .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #f43930;
  margin-right: 10px;
}
.footer-two .footer-top-two .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #fff;
}
.footer-two .footer-top-two .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}
.footer-two .footer-top-two .widget_wrapper .form_control {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.footer-two .footer-top-two .widget_wrapper .btn {
  width: 100%;
  background-color: #f43930;
  color: #fff;
  border: 0;
  height: 45px;
  line-height: 40px;
  text-transform: uppercase;
}
.footer-two .footer-bottom ul {
  list-style: none;
  padding: 0;
}
.footer-two .footer-bottom ul li {
  display: inline;
  margin-right: 20px;
}
.footer-two .footer-bottom ul li a {
  color: #f43930;
  font-size: 20px;
}
.footer-two .footer-bottom p {
  color: #fcfcfc;
  float: right;
}

/*----------------
# Responsive
--------------- */
/* Tab */
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .ml-auto, .mx-auto {
    margin-left: inherit !important;
  }
  .section {
    padding: 80px 0;
  }
  .header-top p {
    float: left !important;
  }
  .banner h1 {
    margin-top: 0;
    font-size: 45px;
  }
  .service {
    padding-bottom: 80px;
  }
  .about {
    padding: 0 0 60px;
  }
  .about .content {
    padding: 50px 20px 0;
  }
  .advantages img {
    margin-top: 50px;
  }
  .appointment h6 {
    margin-top: 50px;
  }
  .appointment .form {
    padding-left: 20px;
  }
  .footer-top {
    padding: 80px 0 30px;
  }
  .footer-top .footer-widget {
    margin-bottom: 50px;
  }
  .footer-top h3 {
    margin-bottom: 20px;
  }
  .bredcrumb {
    padding: 100px 0;
  }
  .bredcrumb .content h1 {
    font-size: 40px;
  }
  .fact {
    padding: 80px 0;
  }
  .practice {
    padding-bottom: 80px;
  }
  .practice-area {
    padding: 80px 0;
  }
  .practice-area img {
    margin-bottom: 50px;
  }
  .practice-area h3 {
    font-size: 1.3em;
  }
  .team-area img {
    margin-bottom: 50px;
  }
  .team-area .content {
    margin-top: 10px;
  }
  .team-area .content img {
    margin-top: 30px;
  }
  .news.news-normal .news-block .content .title {
    margin-top: 30px;
  }
  .sidebar {
    margin-top: 50px;
    padding-left: 15px;
  }
  .sidebar .sidebar-widget .col-md-4 {
    width: 33% !important;
  }
  .contact {
    padding: 80px 50px;
  }
  .contact .btn {
    margin-bottom: 50px;
  }
  .banner-two {
    padding: 150px 0 100px;
  }
  .banner-two h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .banner-two img {
    margin-top: 40px;
  }
  .about-us-two img {
    margin-bottom: 40px;
  }
  .award h1 {
    font-size: 40px;
  }
}
/* Mobile */
@media only screen and (max-width: 667px) {
  h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .ml-auto, .mx-auto {
    margin-left: inherit !important;
  }
  .section {
    padding: 60px 0;
  }
  .header-top p {
    float: left !important;
  }
  .banner h1 {
    margin-top: 0;
  }
  .banner .btn {
    margin-bottom: 50px;
  }
  .service {
    padding-bottom: 60px;
  }
  .about {
    padding: 0 0 60px;
  }
  .about .content {
    padding: 50px 20px 0;
  }
  .advantages img {
    margin-top: 50px;
  }
  .appointment h6 {
    margin-top: 50px;
  }
  .appointment .form {
    padding-left: 20px;
  }
  .footer-top {
    padding: 60px 0 30px;
  }
  .footer-top .footer-widget {
    margin-bottom: 30px;
  }
  .footer-top h3 {
    margin-bottom: 15px;
  }
  .bredcrumb {
    padding: 100px 0;
  }
  .bredcrumb .content h1 {
    font-size: 40px;
  }
  .fact {
    padding: 60px 0;
  }
  .practice {
    padding-bottom: 60px;
  }
  .practice-area {
    padding: 60px 0;
  }
  .practice-area img {
    margin-bottom: 50px;
  }
  .practice-area h3 {
    font-size: 1.3em;
  }
  .team-area img {
    margin-bottom: 50px;
  }
  .team-area .content {
    margin-top: 10px;
  }
  .team-area .content img {
    margin-top: 30px;
  }
  .news.news-normal .news-block .content .title {
    margin-top: 70px;
  }
  .sidebar {
    margin-top: 50px;
    padding-left: 15px;
  }
  .sidebar .sidebar-widget .col-md-4 {
    width: 33% !important;
  }
  .contact {
    padding: 60px 20px;
  }
  .contact .btn {
    margin-bottom: 50px;
  }
  .banner-two {
    padding: 150px 0 60px;
  }
  .banner-two h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .banner-two img {
    margin-top: 40px;
  }
  .about-us-two img {
    margin-bottom: 40px;
  }
  .cta h1 {
    font-size: 45px;
  }
  .award h1 {
    font-size: 40px;
    margin-top: 40px;
  }
}
.profile-frame {
  position: relative;
}

.insert {
  position: absolute;
  bottom: 28.25%;
  height: 180px;
  width: 180px;
  left: 9vh;
}

#dashboard-container {
  max-width: 90%;
}
#dashboard-container .navbar {
  background-color: #3e3e3e;
  border: 1px solid #222;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #dashboard-container .navbar .collapse {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #dashboard-container .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #dashboard-container .navbar .navbar-nav li a {
    color: #fff;
    padding: 0 10px;
    transition: 0.3s;
  }
  #dashboard-container .navbar .navbar-nav li a:hover {
    color: #cc9931;
  }
}
@media only screen and (max-width: 991px) {
  #dashboard-container .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #dashboard-container .navbar .navbar-nav li.active a {
    color: #b8ab6c !important;
  }
  #dashboard-container .navbar .navbar-nav li a {
    color: #fff;
    padding: 15px 0;
    transition: 0.3s;
    border-top: 1px solid #222;
  }
  #dashboard-container .navbar .navbar-nav li a:hover {
    color: #cc9931;
  }
}
#dashboard-container table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #222;
  margin-top: 10px;
}
#dashboard-container table th, #dashboard-container table td {
  border: 1px solid #222;
  padding: 5px;
  text-align: center;
  color: #b8ab6c;
  font-weight: bold;
}
#dashboard-container table th img, #dashboard-container table td img {
  background-color: #b8ab6c;
  border: 0;
  padding: 0.1rem;
}
#dashboard-container table th {
  background-color: #3e3e3e;
  color: #fff;
}
#dashboard-container a.btn-outline-dark {
  background-color: #3e3e3e;
  color: #b8ab6c;
  border: 1px solid #222;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s;
}
#dashboard-container a.btn-outline-dark:hover {
  background-color: #fff;
}
#dashboard-container .card {
  background-color: #3e3e3e;
  padding-top: 30px;
  padding-bottom: 30px;
}
#dashboard-container .card.no-bg {
  background-color: #2e2e2e !important;
  padding-top: 0;
  padding-bottom: 0;
}
#dashboard-container .card .row {
  margin: 0;
}
#dashboard-container .card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#dashboard-container .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#dashboard-container .card .card-content div.h3 {
  color: #b8ab6c;
}
#dashboard-container .card .card-content div.small {
  color: #b8ab6c;
}
#dashboard-container .form-group .control-label {
  color: #b8ab6c;
}
#dashboard-container .form-group .control-group {
  margin-bottom: 10px;
}
#dashboard-container .form-group .control-group input, #dashboard-container .form-group .control-group select {
  border: 1px solid #222;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  background-color: #3e3e3e;
  transition: 0.3s;
}
#dashboard-container .form-group .control-group a {
  transition: 0.3s;
}
#dashboard-container .form-group .control-group a:hover {
  color: #cc9931;
}

#main-container {
  background: #2e2e2e;
  min-height: 60vh;
}
#main-container p {
  color: #acacac;
}
#main-container .img-fluid {
  padding: 0;
  border-radius: 5px;
}
#main-container .card {
  background-color: #3e3e3e;
  padding: 20px;
}
#main-container .card.no-bg {
  background-color: #2e2e2e !important;
}
#main-container .card a[role=tab] {
  color: #4e6a96 !important;
  font-weight: bold;
  transition: 0.3s;
}
#main-container .card .tab-pane {
  padding: 20px;
  background-color: #2e2e2e;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4e6a96;
}
#main-container .card .tab-pane h3 {
  color: #4e6a96;
}
#main-container .card .tab-pane p {
  color: #4e6a96;
}
#main-container a {
  color: #b8ab6c;
  transition: 0.3s;
}

#members .owl-stage-outer {
  padding: 15px !important;
}
#members .row .owl-carousel .item .teams .details {
  height: 100px;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.arrow-down-up .fa-angle-down {
  display: none;
}
.arrow-down-up .fa-angle-up {
  display: inherit !important;
}
.arrow-down-up #createdNeeds {
  display: block !important;
}

.django-ckeditor-widget, #cke_id_description {
  width: 100% !important;
}

select, input[type=date] {
  padding: 0 10px !important;
}

#navbar-profile-picture a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  #navbar-profile-picture a img {
    width: 140px;
    height: 140px;
  }
}

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