/*===============================================

Theme Name: Neete Law HTML Template
Version:3.0
Author: ITCLAN
Description: Neete Law HTML Template

NOTE:
=====
Please DO NOT EDIT THIS CSS, you may need to use "custom.css".

==============================================*/
/* CSS INDEX
/*==============================================  
    1. variable CSS
    2. mixin CSS
    3. common CSS
    4. spaceing CSS
    5. component CSS
    6. home CSS  

/*===============================================**/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
.cl-white {
  color: #fff;
}

.cl-primary {
  color: #f7b733;
}

.cl-text {
  color: #657389;
}

.cl-secondary {
  color: #ff9307;
}

/**Mixin**/
/**====================
    1. Theme Default CSS
========================
**/
* {
  padding: 0px;
  margin: 0px;
}

/**Font Size & Font Family**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
}
@media only screen and (max-width: 1399.98px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399.98px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399.98px) {
  h5 {
    line-height: 37px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  h5 {
    line-height: 32px;
  }
}

h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

a {
  text-decoration: none;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

i {
  font-size: 16px;
}

p,
a,
span,
label {
  margin: 0px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ic-heading-top-p {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

input:focus {
  outline: none;
}

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

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/**Default Button**/
button:focus {
  outline: none;
  box-shadow: none;
}

.ic-btn1 {
  width: 268px;
  height: 50px;
  border: 2px solid gray;
  line-height: 48px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  transition: all 0.6s ease-in-out 0s !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-btn1:hover {
  color: #fff;
  background: gray;
  border: 2px solid gray;
}

.ic-btn2, .ic-btn-secondary {
  width: 170px;
  height: 50px;
  line-height: 48px;
  background: gray;
  border: 2px solid gray;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transition: all 0.6s ease-in-out 0s !important;
}
.ic-btn2:hover, .ic-btn-secondary:hover {
  background: black;
  border: 2px solid black;
}

.ic-btn-secondary {
  background: black;
  border: 2px solid black;
}
.ic-btn-secondary:hover {
  background: gray;
  border: 2px solid gray;
}

.f-right {
  float: right;
}

/**Default Heading CSS**/
.ic-heading .ic-heading-top-p {
  text-transform: capitalize;
  color: gray;
}
.ic-heading h1 {
  color: #303030;
  font-weight: 900;
  position: relative;
}
.ic-heading h1::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: gray;
  bottom: -10px;
  left: 0;
}

/**====================
  Breadcumb  css
========================
**/
.ic-breadcumb-area {
  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ic-breadcumb-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 83, 156, 0.3294117647);
  top: 0px;
  left: 0px;
  z-index: 0;
}
.ic-breadcumb-area .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ic-breadcumb-area .content h1 a {
  text-transform: capitalize;
  font-size: 32px;
  color: #ffffff;
  font-weight: 900;
}
.ic-breadcumb-area .content ul {
  display: flex;
  justify-content: center;
}
.ic-breadcumb-area .content ul li:first-child a::before {
  display: none;
}
.ic-breadcumb-area .content ul li:first-child a {
  padding-left: 0px;
}
.ic-breadcumb-area .content ul a {
  color: #ffffff;
  font-size: 18px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-breadcumb-area .content ul a:hover {
  color: gray;
}
.ic-breadcumb-area .content ul a::before {
  content: "\eaa0";
  font-family: IcoFont !important;
  font-weight: 500;
  display: unset;
  vertical-align: 0;
  border-top: none;
  border: none;
  position: absolute;
  left: 7px;
  top: 0px;
  color: #fff;
}

/**====================
    2. Spaceing CSS
========================
**/
.ic-section-space {
  padding: 100px 0px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space {
    padding: 40px 0px;
  }
}

.ic-p-tb-80 {
  padding: 73px 0px 80px 0px;
}

.ic-pt-5 {
  padding-top: 5px;
}

.ic-pt-10 {
  padding-top: 10px;
}

.ic-pt-15 {
  padding-top: 15px;
}

.ic-pt-20 {
  padding-top: 20px;
}

.ic-pt-25 {
  padding-top: 25px;
}

.ic-pt-30 {
  padding-top: 30px;
}

.ic-pt-31 {
  padding-top: 31px;
}

.ic-pt-32 {
  padding-top: 32px;
}

.ic-pt-33 {
  padding-top: 33px;
}

.ic-pt-34 {
  padding-top: 34px;
}

.ic-pt-35 {
  padding-top: 35px;
}

.ic-pt-36 {
  padding-top: 36px;
}

.ic-pt-37 {
  padding-top: 37px;
}

.ic-pt-38 {
  padding-top: 38px;
}

.ic-pt-39 {
  padding-top: 39px;
}

.ic-pt-40 {
  padding-top: 40px;
}

.ic-pt-50 {
  padding-top: 50px;
}

.ic-pt-60 {
  padding-top: 60px;
}

.ic-pt-70 {
  padding-top: 70px;
}

.ic-pt-71 {
  padding-top: 71px;
}

.ic-pt-72 {
  padding-top: 72px;
}

.ic-pt-73 {
  padding-top: 73px;
}

.ic-pt-74 {
  padding-top: 74px;
}

.ic-pt-75 {
  padding-top: 75px;
}

.ic-pt-76 {
  padding-top: 76px;
}

.ic-pt-77 {
  padding-top: 77px;
}

.ic-pt-78 {
  padding-top: 78px;
}

.ic-pt-79 {
  padding-top: 79px;
}

.ic-pt-86 {
  padding-top: 86px;
}

.ic-pt-80 {
  padding-top: 80px;
}

.ic-pt-90 {
  padding-top: 90px;
}

.ic-pt-100 {
  padding-top: 100px;
}

.ic-pr-5 {
  padding-right: 5px;
}

.ic-pr-10 {
  padding-right: 10px;
}

.ic-pr-15 {
  padding-right: 15px;
}

.ic-pr-20 {
  padding-right: 20px;
}

.ic-pl-5 {
  padding-left: 5px;
}

.ic-pl-10 {
  padding-left: 10px;
}

.ic-pl-15 {
  padding-left: 15px;
}

.ic-pl-20 {
  padding-left: 20px;
}

.ic-pb-10 {
  padding-bottom: 10px;
}

.ic-pb-20 {
  padding-bottom: 20px;
}

.ic-pb-30 {
  padding-bottom: 30px;
}

.ic-pb-31 {
  padding-bottom: 31px;
}

.ic-pb-32 {
  padding-bottom: 32px;
}

.ic-pb-33 {
  padding-bottom: 33px;
}

.ic-pb-34 {
  padding-bottom: 34px;
}

.ic-pb-35 {
  padding-bottom: 35px;
}

.ic-pb-36 {
  padding-bottom: 36px;
}

.ic-pb-37 {
  padding-bottom: 37px;
}

.ic-pb-38 {
  padding-bottom: 38px;
}

.ic-pb-39 {
  padding-bottom: 39px;
}

.ic-pb-40 {
  padding-bottom: 40px;
}

.ic-pb-50 {
  padding-bottom: 50px;
}

.ic-pb-60 {
  padding-bottom: 60px;
}

.ic-pb-70 {
  padding-bottom: 70px;
}

.ic-pb-71 {
  padding-bottom: 71px;
}

.ic-pb-72 {
  padding-bottom: 72px;
}

.ic-pb-73 {
  padding-bottom: 73px;
}

.ic-pb-74 {
  padding-bottom: 74px;
}

.ic-pb-75 {
  padding-bottom: 75px;
}

.ic-pb-76 {
  padding-bottom: 76px;
}

.ic-pb-77 {
  padding-bottom: 77px;
}

.ic-pb-78 {
  padding-bottom: 78px;
}

.ic-pb-79 {
  padding-bottom: 79px;
}

.ic-pb-80 {
  padding-bottom: 80px;
}

.ic-pb-86 {
  padding-bottom: 86px;
}

.ic-pb-90 {
  padding-bottom: 90px;
}

.ic-pb-100 {
  padding-bottom: 100px;
}

/**Default Margin**/
.ic-mt-5 {
  margin-top: 5px;
}

.ic-mt-6 {
  margin-top: 6px;
}

.ic-mt-7 {
  margin-top: 7px;
}

.ic-mt-8 {
  margin-top: 8px;
}

.ic-mt-9 {
  margin-top: 9px;
}

.ic-mt-10 {
  margin-top: 10px;
}

.ic-mt-15 {
  margin-top: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mt-15 {
    margin-top: 12px;
  }
}

.ic-mt-16 {
  margin-top: 16px;
}

.ic-mt-20 {
  margin-top: 20px;
}

.ic-mt-25 {
  margin-top: 20px;
}

.ic-mt-30 {
  margin-top: 30px;
}

.ic-mt-35 {
  margin-top: 35px;
}

.ic-mt-40 {
  margin-top: 40px;
}

.ic-mt-50 {
  margin-top: 50px;
}

.ic-mt-60 {
  margin-top: 60px;
}

.ic-mt-70 {
  margin-top: 70px;
}

.ic-mt-80 {
  margin-top: 80px;
}

.ic-mt-90 {
  margin-top: 90px;
}

.ic-mt-100 {
  margin-top: 100px;
}

.ic-mb-10 {
  margin-bottom: 10px;
}

.ic-mb-12 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-12 {
    margin-bottom: 6px;
  }
}

.ic-mb-13 {
  margin-bottom: 13px;
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-13 {
    margin-bottom: 6px;
  }
}

.ic-mb-15 {
  margin-bottom: 15px;
}

.ic-mb-20 {
  margin-bottom: 20px;
}

.ic-mb-22 {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mb-22 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-22 {
    margin-bottom: 12px;
  }
}

.ic-mb-23 {
  margin-bottom: 23px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mb-23 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mb-23 {
    margin-bottom: 14px;
  }
}

.ic-mb-24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .ic-mb-24 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-24 {
    margin-bottom: 10px;
  }
}

.ic-mb-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mb-25 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-25 {
    margin-bottom: 12px;
  }
}

.ic-mb-26 {
  margin-bottom: 26px;
}
@media only screen and (max-width: 991.98px) {
  .ic-mb-26 {
    margin-bottom: 16px;
  }
}

.ic-mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mb-30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-30 {
    margin-bottom: 12px;
  }
}

.ic-mb-33 {
  margin-bottom: 33px;
}

.ic-mb-34 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 991.98px) {
  .ic-mb-34 {
    margin-bottom: 26px;
  }
}

.ic-mb-40 {
  margin-bottom: 40px;
}

.ic-mb-44 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-44 {
    margin-bottom: 8px;
  }
}

.ic-mb-42 {
  margin-bottom: 42px;
}

.ic-mb-48 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 575.98px) {
  .ic-mb-48 {
    margin-bottom: 30px;
  }
}

.ic-mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mb-50 {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mb-50 {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-mb-50 {
    margin-bottom: 30px;
  }
}

.ic-mb-53 {
  margin-bottom: 53px;
}

.ic-mb-58 {
  margin-bottom: 58px;
}

.ic-mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mb-60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mb-60 {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-mb-60 {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-mb-60 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-mb-60 {
    margin-bottom: 24px;
  }
}

.ic-mb-70 {
  margin-bottom: 70px;
}

.ic-mb-76 {
  margin-bottom: 76px;
}

.ic-mb-80 {
  margin-bottom: 80px;
}

.ic-mb-90 {
  margin-bottom: 90px;
}

.ic-mb-100 {
  margin-bottom: 100px;
}

.ic-p-tb-20 {
  padding: 20px 0px;
}

/**Colume  Padding Remove**/
.ic-col-pl {
  padding-left: 0px;
}

.ic-col-pr {
  padding-right: 0px;
}

.ic-col-p {
  padding: 0px;
}

.ic-btn {
  display: flex;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 48px;
  border-radius: 4px;
  color: #1e1e1e;
  transition: all 0.3s;
  display: inline-flex;
  font-weight: 600;
}
.ic-btn.primary {
  background: #f7b733;
}
.ic-btn.white-btn {
  background: #fff;
}
.ic-btn:hover {
  background: #1e1e1e;
  color: #fff;
}

/**Pages**/
/**====================
   1. Preloader CSS
========================
**/
#ic-preloader {
  background: black;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

#ic-preloader-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#ic-preloader-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.ic-loader {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#ic-loader-one {
  -webkit-animation: loader-one 1.5s infinite;
  animation: loader-one 1.5s infinite;
}

#ic-loader-two {
  -webkit-animation: loader-two 1.5s infinite;
  animation: loader-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#ic-loader-three {
  -webkit-animation: loader-three 1.5s infinite;
  animation: loader-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader-one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes loader-one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes loader-two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes loader-two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes loader-three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes loader-three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
/**====================
    2. Header CSS
========================
**/
header {
  background: #1e1e1e;
}

.m-logo {
  display: none;
}

.ic-navbar {
  padding: 0px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar {
    display: none;
  }
}

.ic-navbar-nav {
  position: relative;
}
.ic-navbar-nav li {
  padding: 0px 14px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav li {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav li {
    padding: 0px 2px;
  }
}
.ic-navbar-nav li:hover {
  background: black;
}
.ic-navbar-nav li a {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 30px 0px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  gap: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav li a {
    gap: 5px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav li a {
    gap: 0px;
  }
}
.ic-navbar-nav li a.active {
  background: black;
}
.ic-navbar-nav li a:hover {
  color: white;
}
.ic-navbar-nav li a:focus {
  color: #fff;
}

.ic-dropdown-item {
  position: relative;
}
.ic-dropdown-item .ic-dropdown-menu li {
  padding: 0;
}
.ic-dropdown-item .ic-dropdown-menu li:hover {
  background: unset !important;
}
.ic-dropdown-item .ic-dropdown-menu li a {
  padding: 6px 10px !important;
  display: block;
  color: #303030;
  transition: all 0.3s;
}
.ic-dropdown-item .ic-dropdown-menu li a:hover {
  background: #e6e8ec;
}
.ic-dropdown-item:hover .ic-dropdown-menu a {
  background: none;
}
.ic-dropdown-item .ic-dropdown {
  position: relative;
}
.ic-dropdown-item .ic-dropdown:after {
  content: unset;
  font-family: IcoFont !important;
  font-weight: 700;
  display: unset;
  vertical-align: 0;
  border-top: none;
  border: none;
  position: absolute;
  right: -18px;
  margin-top: 2px;
  font-size: 15px;
  margin-left: 0px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-dropdown-item .ic-dropdown:after {
    right: -14px;
  }
}

.navbar-collapse {
  justify-content: space-between;
}

@media (min-width: 768.98px) {
  .ic-navbar .dropdown:hover > .dropdown-menu {
    display: block;
    top: 98%;
    opacity: 1;
    visibility: visible;
  }
  .ic-navbar-nav .dropdown-menu {
    background: #fff;
    min-width: 200px;
    transition: all linear 0.4s;
    top: 120%;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.ic-navbar-search-icon a i {
  font-size: 20px;
}

.ic-menu-search-warper {
  position: relative;
}

.ic-search-close {
  display: none;
}

.ic-nav-search-box {
  position: absolute;
  top: 80px;
  width: 300px;
  z-index: 99;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.ic-nav-search-box.active {
  opacity: 1;
  visibility: visible;
  top: 55px;
}
.ic-nav-search-box .ic-search-area .form-group {
  position: relative;
}
.ic-nav-search-box .ic-search-area .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}
.ic-nav-search-box .ic-search-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.ic-nav-search-box .ic-search-area button {
  background: #00539c;
  border: 1px solid #00539c;
  border-radius: 0px;
  padding: 0.375rem 0.75rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 991.98px) {
  .ic-navbar-right {
    display: none;
  }
}
.ic-navbar-right .ic-btn {
  border: 1px solid transparent;
}
.ic-navbar-right .ic-btn:hover {
  border-color: #fff;
  color: #fff;
}

/** ===============
    mobile menu 
================= **/
.ic-mobile-navbar {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-navbar {
    display: block;
    padding: 15px 0;
  }
}
.ic-mobile-navbar .ic-mobile-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ic-mobile-navbar .ic-mobile-wrap .ic-btn {
  padding: 0px 18px;
  background: transparent;
  border: unset;
  color: #f7b733;
}
.ic-mobile-navbar .ic-mobile-wrap .ic-btn i {
  font-size: 24px;
}

.offcanvas-backdrop {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .offcanvas-backdrop {
    display: block;
  }
}

.ic-offcanvas {
  max-width: 300px;
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .ic-offcanvas {
    display: block;
  }
}
.ic-offcanvas .btn {
  border: unset;
}
.ic-offcanvas .accordion-item {
  border: unset;
  padding: 10px 0;
}
.ic-offcanvas .accordion-item button {
  padding: unset;
  font-weight: 600;
}
.ic-offcanvas .accordion-item button:focus {
  box-shadow: unset;
}
.ic-offcanvas .accordion-item .accordion-body {
  padding: 15px 0;
}
.ic-offcanvas .accordion-item .ic-mobile-menu li a {
  list-style-type: none;
  color: #1e1e1e;
  padding: 5px 10px !important;
  transition: all 0.3s;
  display: block;
}
.ic-offcanvas .accordion-item .ic-mobile-menu li a:hover {
  background: rgba(128, 128, 128, 0.3215686275);
  margin-left: 5px;
}
.ic-offcanvas .accordion-button:not(.collapsed) {
  background: unset;
  box-shadow: unset;
}

/**====================
    6. Banner CSS
========================
**/
.ic-banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.banner-right-image {
  position: absolute;
  bottom: 0;
}

.ic-banner-content {
  padding: 164px 0px 274px 0px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-content {
    padding: 120px 0px 160px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-banner-content {
    padding: 90px 0px 160px 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-content {
    padding: 70px 15px 120px 15px;
  }
}
.ic-banner-content .ic-heading-top-p {
  color: #f7b733;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 13px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.ic-banner-content p {
  color: #ffffff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: inline-flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575.98px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    top: 96%;
    width: 30px;
    height: 30px;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  left: 100px;
}
@media only screen and (max-width: 991.98px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 40%;
    transform: translate(-40%, -96%);
  }
}

.owl-carousel .owl-nav button.owl-next {
  right: 100px;
}
@media only screen and (max-width: 991.98px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 40%;
    transform: translate(-40%, -96%);
  }
}

.ic-banner-carousel {
  position: relative;
}
.ic-banner-carousel .ic-slider-item {
  position: relative;
}
.ic-banner-carousel .ic-slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 33, 40, 0.7) 0%, rgba(34, 33, 40, 0.8) 100%);
  top: 0px;
  left: 0px;
  z-index: 1;
}
.ic-banner-carousel .ic-slider-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/**====================
    7. banner buttom item CSS
========================
**/
.ic-banner-bottom-counter {
  margin-top: -109px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-bottom-counter {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-banner-bottom-counter {
    margin-top: -98px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-bottom-counter {
    margin-top: 30px;
  }
}

.ic-banner-bottom-item {
  border-radius: 8px;
  background: var(--Black, #1e1e1e);
  padding: 50px 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-banner-bottom-item {
    padding: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-bottom-item {
    padding: 15px;
  }
}
.ic-banner-bottom-item .icon {
  width: 98px;
  height: 98px;
  border-radius: 50px;
  border: 2px solid #f7b733;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-banner-bottom-item .icon {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-bottom-item .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-bottom-item .icon img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-bottom-item .icon img {
    width: 24px;
    height: 24px;
  }
}
.ic-banner-bottom-item p {
  font-weight: 300;
  transition: all 0.3s;
}
.ic-banner-bottom-item h4 {
  transition: all 0.3s;
}
.ic-banner-bottom-item:hover {
  background: #f7b733;
}
.ic-banner-bottom-item:hover .icon {
  border-color: #1e1e1e;
  background: #1e1e1e;
  color: #fff;
}
.ic-banner-bottom-item:hover h4 {
  color: #1e1e1e;
}
.ic-banner-bottom-item:hover p {
  color: #1e1e1e;
}

.ic-common-section-title h6 {
  font-weight: 600;
}

/**====================
   8. About CSS
========================
**/
.ic-about-left {
  margin-right: 34px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-left {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-left {
    margin-right: unset;
    margin-bottom: 30px;
  }
}
.ic-about-left .ic-heading-top-p {
  text-transform: uppercase;
}
.ic-about-left .ic-about-bottom-content {
  display: flex;
  justify-content: space-between;
}
.ic-about-left .ic-about-bottom-content .law-wrap {
  display: flex;
  gap: 66px;
}
@media only screen and (max-width: 575.98px) {
  .ic-about-left .ic-about-bottom-content .law-wrap {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-about-right {
    text-align: center;
  }
}
.ic-about-right img {
  border-radius: 16px;
}
/**====================
   9. Why choose CSS
========================
**/
.ic-why-choose-section {
  background: #f5f6f7;
}

.ic-why-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose-item {
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose-item {
    gap: 15px;
  }
}
.ic-why-choose-item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1399.98px) {
  .ic-why-choose-item .icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose-item .icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose-item .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-why-choose-item .icon svg {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose-item .icon svg {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose-item .icon svg {
    width: 30px;
    height: 30px;
  }
}
.ic-why-choose-item .icon svg path {
  transition: all 0.3s;
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose-item p {
    line-height: 20px;
    font-size: 14px;
  }
}
.ic-why-choose-item h5 {
  position: relative;
}
.ic-why-choose-item h5::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 68px;
  background: #f7b733;
  left: 0;
  bottom: -14px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .ic-why-choose-item h5::before {
    bottom: -8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose-item h5::before {
    bottom: -5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-why-choose-item h5 {
    line-height: 30px;
    font-size: 18px;
  }
}
.ic-why-choose-item:hover h5::before {
  background: #e6e8ec;
}
.ic-why-choose-item:hover .icon svg path {
  fill: #f7b733;
}

.ic-law-img-wrap {
  padding: 30px;
  border-radius: 16px;
  background: white;
}
@media only screen and (max-width: 1199.98px) {
  .ic-law-img-wrap {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-law-img-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
}

.ic-why-choose-right .ic-why-choose-item {
  flex-direction: row-reverse;
}
.ic-why-choose-right .ic-why-choose-item .item-content {
  text-align: end;
}
.ic-why-choose-right .ic-why-choose-item .item-content h5::before {
  left: auto;
  right: 0;
}

/**====================
   10. expert CSS
========================
**/
.ic-expert-section {
  background-image: linear-gradient(180deg, rgba(34, 33, 40, 0.9) 0%, rgba(34, 33, 40, 0.9) 100%), url("../../../assets/images/banner/home-banner.png");
}

.ic-expert-item-wrap {
  border-radius: 10px;
}
@media only screen and (max-width: 575.98px) {
  .ic-expert-item-wrap {
    padding: 0 15px;
  }
}
.ic-expert-item-wrap .col-xl-3 {
  padding-left: unset;
  padding-right: unset;
}
.ic-expert-item-wrap .col-xl-3:first-child .ic-expert-item {
  border-radius: 10px 0 0 0;
}
.ic-expert-item-wrap .col-xl-3:nth-child(4) .ic-expert-item {
  border-radius: 0px 10px 0 0;
}
.ic-expert-item-wrap .col-xl-3:nth-child(5) .ic-expert-item {
  border-radius: 0px 0px 0 10px;
}
.ic-expert-item-wrap .col-xl-3:last-child .ic-expert-item {
  border-radius: 0px 0px 10px 0px;
}

.ic-expert-item {
  background: #1e1e1e;
  padding: 60px 50px 66px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-expert-item {
    padding: 50px 40px 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-expert-item {
    border-radius: unset !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-expert-item {
    padding: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-expert-item .icon img {
    width: 60px;
    height: 60px;
  }
}
.ic-expert-item .item-content h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  color: #f7b733;
}
@media only screen and (max-width: 575.98px) {
  .ic-expert-item .item-content h4 {
    font-size: 18px;
  }
}
.ic-expert-item .item-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  transition: all 0.3s;
  color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .ic-expert-item .item-content p {
    font-size: 14px;
  }
}
.ic-expert-item:hover {
  background-color: #f7b733;
}
.ic-expert-item:hover h4,
.ic-expert-item:hover p {
  color: #1e1e1e;
}

/**====================
   11. countdown CSS
========================
**/
.ic-counter-section {
  position: relative;
}
.ic-counter-section .ic-law-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.ic-countdown-wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 73px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-countdown-wrap ul {
    gap: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-countdown-wrap ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-countdown-wrap ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-countdown-wrap ul {
    gap: 16px;
  }
}
.ic-countdown-wrap ul li {
  text-align: center;
  position: relative;
}
.ic-countdown-wrap ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 46px;
  background: #e6e8ec;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-countdown-wrap ul li::after {
    right: -30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-countdown-wrap ul li::after {
    right: -10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-countdown-wrap ul li::after {
    right: -15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-countdown-wrap ul li::after {
    right: -8px;
  }
}
.ic-countdown-wrap ul li:last-child::after {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .ic-countdown-wrap ul li:nth-child(2)::after {
    content: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-countdown-wrap ul li:nth-child(3)::after {
    content: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-countdown-wrap ul li:nth-child(3)::after {
    content: "";
  }
}
.ic-countdown-wrap ul li p:last-child {
  text-transform: capitalize !important;
}
.ic-countdown-wrap .ic-counter, .ic-countdown-wrap .ic-counter span {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 991.98px) {
  .ic-countdown-wrap .ic-counter, .ic-countdown-wrap .ic-counter span {
    font-size: 30px;
    line-height: normal;
  }
}
.ic-video-player-wrap img {
  overflow: hidden;
  border-radius: 16px;
}
.ic-video-player-wrap .ic-video-content {
  position: relative;
}
.ic-video-player-wrap .ic-player-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .ic-video-player-wrap .ic-player-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-video-player-wrap .ic-player-icon {
    width: 60px;
    height: 60px;
  }
}
.ic-video-player-wrap .ic-thambnail-box {
  position: relative;
}
.ic-video-player-wrap .ic-thambnail-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(34, 33, 40, 0.63) 0%, rgba(34, 33, 40, 0.63) 100%);
}
.ic-video-player-wrap .ic-thambnail-box img {
  width: 100%;
  height: auto;
}

/**====================
   12. talent section CSS
========================
**/
.ic-talent-section {
  background: #f5f6f7;
}
@media only screen and (max-width: 991.98px) {
  .ic-talent-section .ic-header-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-talent-section .ic-header-wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-talent-section .ic-header-wrap {
    gap: 15px;
  }
}

.ic-talent-item {
  border-radius: 8px;
  background: #2c2725;
  position: relative;
  transition: all 0.3s;
  height: 100%;
}
.ic-talent-item .ic-talent-img {
  height: 100%;
}
.ic-talent-item .ic-talent-img img {
  height: 100%;
  object-fit: cover;
}
.ic-talent-item .ic-talent-img {
  text-align: center;
}
.ic-talent-item .ic-talent-content {
  position: absolute;
  border-radius: 4px;
  background: #fff;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  padding: 22px 20px;
  overflow: hidden;
  transition: 0.4s;
}
.ic-talent-item .ic-talent-content h6 {
  font-weight: 700;
}
.ic-talent-item .ic-talent-content .ic-social-wrap {
  transition: all 0.3s;
  position: absolute;
  width: calc(100% - 40px);
  transform: translateY(10px);
}
.ic-talent-item .ic-talent-content .ic-social-menu {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0 0px 0;
  margin-top: 20px;
  border-top: 1px solid #f7b733;
  transition: all 0.3s;
}
.ic-talent-item .ic-talent-content .ic-social-menu a {
  color: #1e1e1e;
  transition: all 0.3s;
}
.ic-talent-item .ic-talent-content .ic-social-menu a:hover {
  color: #f7b733;
}
.ic-talent-item:hover .ic-talent-content {
  padding: 22px 20px 75px 20px;
}
.ic-talent-item:hover .ic-social-wrap {
  transform: translateY(0);
}

/**====================
   13. year section CSS
========================
**/
.ic-year-section {
  padding: 126px 0;
  background: linear-gradient(180deg, rgba(34, 33, 40, 0.9) 0%, rgba(34, 33, 40, 0.9) 100%), url("../../../assets/images/banner/home-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-year-section {
    padding: 70px 0;
  }
}

/**====================
   13. Testomonial CSS
========================
**/
.ic-testimonial-heading h1 {
  color: black;
}
.ic-testimonial-heading h1::after {
  background: black;
}

.ic-testimonial-content {
  position: relative;
}
.ic-testimonial-content .ic-mb-48 {
  line-height: 26px;
}
@media only screen and (max-width: 991.98px) {
  .ic-testimonial-content .ic-mb-48 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-testimonial-content .ic-mb-48 {
    line-height: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-testimonial-content .ic-mb-44 {
    margin-bottom: 20px;
  }
}
.ic-testimonial-content .top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ic-testimonial-content .top img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ic-testimonial-content .top .title .txt-bold {
  font-weight: 700;
  color: black;
}
.ic-testimonial-content .top .title p {
  font-size: 14px;
  color: #4e4e4e;
}
.ic-testimonial-content .footer-icon i {
  font-size: 26px;
  color: #f7b733;
}

.ic-border .main-image {
  position: absolute;
  height: 100%;
  bottom: 0;
}
.ic-border .hover-image {
  position: absolute;
  height: 100%;
  bottom: 0;
  display: none !important;
}

.ic-testimonial-area {
  overflow: hidden;
}

#ic-testimonial .item {
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 50px 64px 70px 50px;
  opacity: 0.4;
  filter: drop-shadow(0px 0px 20px #dbdbdb);
}
@media only screen and (max-width: 991.98px) {
  #ic-testimonial .item {
    padding: 30px;
  }
}
#ic-testimonial .owl-dot {
  margin-top: 40px;
}
#ic-testimonial .owl-dot span {
  background: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
}
#ic-testimonial .owl-dots .active span {
  background: black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 30px;
}
#ic-testimonial .owl-stage-outer {
  overflow: visible;
}
#ic-testimonial .owl-item {
  margin-right: 24px;
}
#ic-testimonial .owl-item.active .item {
  opacity: 1;
}

/**====================
   14. success section CSS
========================
**/
.ic-success-section {
  position: relative;
}
.ic-success-section .ic-law-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.ic-success-content-right {
  margin-left: 60px;
  padding: 89px 0px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-success-content-right {
    margin-left: unset;
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-success-content-right {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-success-content-right {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-success-content-right {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-success-content-right {
    padding: 30px 0px;
  }
}
.ic-success-content-right h2 {
  line-height: 56px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-success-content-right h2 {
    line-height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-success-content-right h2 {
    line-height: 46px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-success-content-right h2 {
    line-height: normal;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-success-content-left {
    text-align: center;
  }
}

.ic-success-bottom-wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b5bac1;
  justify-content: center;
}
.ic-success-bottom-wrap .ic-success-bottom-item {
  height: 320px;
  width: 16.6666666667%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b5bac1;
}
.ic-success-bottom-wrap .ic-success-bottom-item:last-child {
  border-right: unset;
}
@media only screen and (max-width: 1399.98px) {
  .ic-success-bottom-wrap .ic-success-bottom-item {
    height: 213px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-success-bottom-wrap .ic-success-bottom-item {
    height: 165px;
    border-bottom: 1px solid #b5bac1;
  }
  .ic-success-bottom-wrap .ic-success-bottom-item img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-success-bottom-wrap .ic-success-bottom-item {
    width: 33.3333333333%;
  }
  .ic-success-bottom-wrap .ic-success-bottom-item:nth-child(3) {
    border-right: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-success-bottom-wrap .ic-success-bottom-item {
    width: 50%;
  }
  .ic-success-bottom-wrap .ic-success-bottom-item:nth-child(even) {
    border-right: unset;
  }
  .ic-success-bottom-wrap .ic-success-bottom-item:nth-child(3) {
    border-right: 1px solid #b5bac1;
  }
}

/**====================
   15. gallery section CSS
========================
**/
.ic-gallery-content-wrap img {
  border-radius: 10px;
}
@media only screen and (max-width: 575.98px) {
  .ic-gallery-content-wrap img {
    width: 100%;
  }
}
.ic-gallery-content-wrap .img-wrap .img-box {
  overflow: hidden;
  position: relative;
  display: block;
}
.ic-gallery-content-wrap .img-wrap .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(34, 33, 40, 0.63) 0%, rgba(34, 33, 40, 0.63) 100%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.ic-gallery-content-wrap .img-wrap .img-box .box-title {
  position: absolute;
  z-index: 9;
  bottom: 28px;
  left: 28px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.ic-gallery-content-wrap .img-wrap .img-box .box-title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.ic-gallery-content-wrap .img-wrap .img-box .ic-ct {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.ic-gallery-content-wrap .img-wrap .img-box .ic-ct i {
  font-size: 24px;
}
.ic-gallery-content-wrap .img-wrap .img-box:hover::after,
.ic-gallery-content-wrap .img-wrap .img-box:hover .box-title,
.ic-gallery-content-wrap .img-wrap .img-box:hover .ic-ct {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 575.98px) {
  .ic-gallery-content-wrap .img-wrap .img-box .big-img {
    height: 350px;
    object-fit: cover;
  }
}

/**====================
   16. blog section CSS
========================
**/
.ic-blog-content-wrap {
  padding-top: 120px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-content-wrap .col-xl-4:last-child {
    margin-top: 142px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-blog-content-wrap .col-xl-4:nth-child(2) {
    margin-top: 142px;
  }
}

.ic-blog-item {
  border-radius: 16px;
  border: 1px solid #b5bac1;
  padding: 0px 33px 30px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item {
    padding: 0px 18px 30px;
  }
}
.ic-blog-item .img-box {
  display: block;
  margin-top: -120px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ic-blog-item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(34, 33, 40, 0.63) 0%, rgba(34, 33, 40, 0.63) 100%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.ic-blog-item .img-box img {
  border-radius: 12px;
  transition: all 0.4s;
}
@media only screen and (max-width: 1199.98px) {
  .ic-blog-item .img-box img {
    width: 100%;
  }
}
.ic-blog-item .img-box .ic-ct {
  position: absolute;
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  background: #f7b733;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-blog-item .img-box .ic-ct i {
  font-size: 24px;
  color: #1e1e1e;
}
.ic-blog-item .item-content h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1e1e1e;
  transition: all 0.4s;
}
.ic-blog-item .item-content .ic-diveder {
  display: block;
  width: 100%;
  height: 1px;
  background: #f7b733;
}
.ic-blog-item .item-content .user {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item .item-content .user {
    gap: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-blog-item .item-content .user {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.ic-blog-item .item-content .user .user-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-blog-item .item-content .user .user-item {
    flex: 0 0 auto;
  }
}
.ic-blog-item .item-content .user .user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1.5px solid #f7b733;
}
.ic-blog-item:hover img {
  transform: scale(1.1);
}
.ic-blog-item:hover .ic-ct,
.ic-blog-item:hover .img-box::after {
  visibility: visible;
  opacity: 1;
}
.ic-blog-item:hover h6 {
  color: #f7b733;
}

/**====================
  16. Footer CSS
========================
**/
.ic-footer-top {
  padding: 0px 0 46px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ic-footer-top .left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ic-footer-top .left h5 {
  font-size: 26px;
  line-height: 28px;
}
.ic-footer-top .ic-send-mail {
  border-radius: 8px;
  display: flex;
  background-color: #fff;
  color: #838e9e;
  padding: 6px 7px 6px 20px;
  max-width: 440px;
  height: 54px;
  position: relative;
}
.ic-footer-top .ic-send-mail .form-control {
  border: unset;
  padding: unset;
}
.ic-footer-top .ic-send-mail .form-control:focus {
  box-shadow: unset;
}
.ic-footer-top .ic-send-mail button {
  border: unset;
  height: 40px;
  display: flex;
  width: 110px;
  padding: 0px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #f7b733;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.ic-footer-top .ic-send-mail button i {
  font-size: 18px;
}

.footer-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #52535a;
}

.ic-footer-warper {
  background: #121319;
}

.ic-footer-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ic-footer-left ul a {
  color: white;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ic-footer-left ul a i {
  font-size: 18px;
}
.ic-footer-left ul a:hover {
  color: #f7b733;
}
.ic-footer-left p {
  color: #fff;
}

.ic-footer-title {
  padding-bottom: 16px;
  position: relative;
}
.ic-footer-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #f7b733;
  left: 0;
  bottom: 0;
}
.ic-footer-title h6 {
  font-size: 22px;
  font-weight: 500;
  color: white;
}

.ic-footer-middle {
  display: flex;
  gap: 40px;
}
.ic-footer-middle span {
  color: #fff;
  font-weight: 700;
}
.ic-footer-middle p {
  color: #fff;
  margin-top: 5px;
}
.ic-footer-middle p a {
  color: #fff;
}

.ic-footer-useful-link li {
  margin-bottom: 8px;
}
.ic-footer-useful-link li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ic-footer-useful-link li a:hover {
  color: #f7b733;
}

.ic-footer-last-col {
  margin-left: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer-last-col {
    margin-left: unset;
  }
}

.ic-footer-second-col {
  margin-left: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer-second-col {
    margin-left: unset;
  }
}

.ic-footer-bottom {
  background: #121319;
  text-align: center;
}

.ic-footer-copyright p {
  color: #303030;
}
.ic-footer-copyright p span {
  text-transform: uppercase;
  color: black;
  font-weight: 700;
}
.ic-footer-copyright p strong {
  text-transform: uppercase;
  color: black;
}

.ic-fotter-bottom-right ul li {
  display: inline-block;
}
.ic-fotter-bottom-right ul li a {
  color: #000000;
  padding: 0px 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ic-fotter-bottom-right ul li a:hover {
  color: black;
}
.ic-fotter-bottom-right ul li:last-child a {
  padding-right: 0px;
}

/**====================
  17. Scrool Top CSS
========================
**/
@keyframes ic_up_down {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.ic-scroll-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: black;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: fixed;
  right: 4%;
  text-decoration: none;
  z-index: 99;
  animation: ic_up_down 3s linear infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-scroll-top:hover {
  color: black;
}
.ic-scroll-top i {
  font-size: 22px;
}

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