* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Alegra";
  src: url("../fonts/alegra/Alegra-Regular.ttf") format("truetype");
  src: url("../fonts/alegra/Alegra-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: var(--thm-font);
  line-height: 30px;
  color: var(--thm-p);
}
:root {
  --thm-font: "Poppins", sans-serif;
  --thm-font-secondary: "Alegra", sans-serif;
  --thm-base: #2d50ce;
  --thm-color: #2d6ed2;
  --thm-secondary-1: #19bbfb,
  --thm-dark-color: #211d5b;
  --thm-bg: #c6857d;
  --thm-black: #282828;
  --thm-title: #444444;
  --thm-white: #ffffff;
  --thm-eee: #eeeeee;
  --thm-ddd: #dddddd;
  --thm-f6: #f1f8ff;
  --thm-f5: #f5f5f5;
  --thm-f4: #f4f4f4;
  --thm-f3: #f3f3f3;
  --thm-f2: #f2f2f2;
  --thm-f1: #f1f1f1;
  --thm-fb: #f6f6f6;
  --thm-p: #677a85;
  --thm-9: #999999;

  /* Box Shadow Colors */
  --box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  /* like border */
  --box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  /* like border GGL */
  --box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  --box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
  /* Common Colors */
  --bg-1: #f2f6f7;
  /* White */
  --bg-2: #171b2a;
  /* Black */
  --bg-5: #fff2f0;
  /* White */
  --bg-6: #0b2c3d;
  /* Black */
  --bg-7: #282b38;
  /* Black */
  /* Border Colors */
  --border-1: #e5eaee;
  /* White */
  --border-2: #1e2021;
  /* Black */
  --border-3: #5c617f;
  /* Black */
  --border-4: #eb6954;
  /* Red */
  --border-5: #bc3928;
  /* Red */
  --border-6: #103034;
  /* Black */
  --border-7: #d1dae0;
  /* White */
  --border-8: #f6f6f6;
  /* White */
  --border-9: #e4ecf2;
  /* White */
  --border-10: #ebeeee;
  /* White */
  --border-11: #ededed;
  /* White */
  --border-12: #e1e6ff;
  /* White */
  --border-13: #f1f8ff;
}
.bg-color {
  background: var(--thm-color);
}
.bg-base {
  background: var(--thm-base);
}
.bg-1 {
  background: var(--bg-1);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--thm-black);
  clear: both;
  font-family: var(--thm-font);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
p {
  font-size: 15px;
  color: var(--thm-p);
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
*,
::before,
::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span {
  letter-spacing: 0;
}
a,
button,
input {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}
.form-group {
  margin-bottom: 20px;
}
button,
input,
textarea {
  color: var(--thm-black);
}
button,
input,
textarea:focus {
  outline: none;
}
.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.color-overlay {
  position: relative;
  z-index: 1;
}
.color-overlay ::before {
  position: absolute;
  content: "";
  background-color: var(--thm-color);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.overlay-gradient {
  position: relative;
  z-index: 1;
}
.overlay-gradient::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #2d6ed2, var(--thm-base));
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.right {
  text-align: right;
}
.border-left {
  border-left: 2px solid var(--thm-color);
}

#pre-loader {
  background: var(--thm-white);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0;
}

#pre-loading-center {
  position: absolute;
  left: 50%;
  top: 40%;
  height: 100px;
  width: 300px;
  transform: translate(-35%, -20%);
}

#pre-loading-center img {
  width: 180px;
}

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
  padding: 100px 0;
}

.atf-section-padding-2x {
  padding: 150px 0 100px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title .sub-title {
  position: relative;
  display: inline-block;
  color: var(--thm-color) !important;
  padding-left: 55px;
  font-weight: 600;

}
.atf-section-title .sub-title.sub-title-1 {
  padding-left: 0;
}
.atf-section-title .sub-title.sub-title-1::before {
  left: -55px;
}
.atf-section-title .sub-title::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 40px;
  border: 1.7px solid;
}
.sub-heading-border .atf-section-title .sub-title::after {
  position: absolute;
  content: "";
  top: 15px;
  right: -57px;
  width: 40px;
  border: 1.7px solid;
}
.atf-section-title img {
  display: block;
  margin: 0 auto;
  width: 50px;
}
.atf-section-title h3 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  font-weight: 700;
  color: var(--thm-black);
}

.title-color,
.sub-title h2{
  /* font-family: var(--thm-font-secondary); */
}

.title-color span {
  color: var(--thm-color) !important;
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.scroll-top {
  position: fixed;
  right: 105%;
  bottom: 70px;
  z-index: 99;
  cursor: pointer;
  transition: 1.5s ease;
  border: none;
  background: transparent;
}

.scrollup-icon {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: var(--thm-color);
  line-height: 50px;
  color: var(--thm-white);
  border-radius: 50%;
}
.scrollup-icon:hover {
  background: var(--thm-black);
  transition: 0.3s;
}
.scroll-top.open {
  right: 30px;
}

/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-themes-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.atf-themes-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

/*Btn Style One*/

.atf-themes-btn-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  background: var(--thm-color);
  color: var(--thm-white);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.atf-themes-btn-one .btn-title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  padding: 12px 30px;
  z-index: 1;
}

.atf-themes-btn-one:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}

.atf-themes-btn-one .btn-curve {
  position: absolute;
  left: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-base);
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.atf-themes-btn-one:hover .btn-curve {
  opacity: 1;
  left: 0;
  width: 100%;
  transform: skewX(0deg);
}
/* END BTN STYLE */

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
  background-color: var(--thm-color);
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease 0s;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.8); */
}
.atf_header-social {
  list-style-type: none;
  text-align: right;
}
.atf_header_top_left p:hover,
.atf_header_top i:hover {
  color: var(--thm-white);
}
.atf_header-social li {
  display: inline-block;
  margin: 0 2px;
}
.atf_header_top i {
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.atf_header_top p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.atf_header_top_left p,
.atf_header_top_right p {
  display: inline-block;
}

.atf_header_top_left p {
  padding-right: 12px;
}
.atf_header_top_right p {
  padding-left: 8px;
}
.atf-top-header {
  margin-top: 38px;
}
#navigation.navbar-fixed {
  margin-top: 0;
}
.site-logo img {
  max-width: 147px;
  height: auto;
  margin-bottom: 10px;
}
.bg-faded {
  background-color: transparent;
  transition: all 0.5s ease 0s;
}
.navbar-fixed {
  z-index: 999;
  position: fixed;
  padding: 5px 0 0;
  opacity: 0.98;
  width: 100%;
  top: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
  background: var(--thm-white);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
}
#navigation {
  padding: 24px 0 26px;
  /* background-color: var(--thm-color); */
}
#navigation.navbar-fixed {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--thm-white);
}
.header_right {
  display: flex;
  flex-basis: auto;
}
#main-menu ul {
  list-style-type: none;
}
#main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

#main-menu ul li a {
  color: var(--thm-white);
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-font);
  transition: 0.5s;
  font-size: 17px;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  display: block;
}

#main-menu ul li a:hover,
#main-menu ul li a:focus {
  color: var(--thm-eee);
}

.about-company #main-menu ul li a,
.blog-details #main-menu ul li a,
.certificates #main-menu ul li a,
.contact-us #main-menu ul li a,
.key-person #main-menu ul li a, 
.blogs #main-menu ul li a,
.products #main-menu ul li a,
.product-details #main-menu ul li a {
  color: var(--thm-black);
}

.about-company #main-menu ul li a:hover,
.blog-details #main-menu ul li a:hover,
.certificates #main-menu ul li a:hover,
.contact-us #main-menu ul li a:hover,
.key-person #main-menu ul li a:hover, 
.blogs #main-menu ul li a:hover,
.products #main-menu ul li a:hover,
.product-details #main-menu ul li a:hover {
  color: var(--thm-color);
}

#navigation.navbar-fixed #main-menu ul li a {
  color: var(--thm-black) !important;
  padding: 10px 0;
}

#navigation.navbar-fixed #main-menu ul li li a {
  color: var(--thm-black) !important;
}

#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus {
  color: var(--thm-color);
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus {
  border-bottom: 1px solid var(--thm-white);
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus {
  border-bottom: 1px solid transparent;
}
.slicknav_nav_icon {
  color: var(--thm-color);
  font-size: 24px;
}
#mobile_menu {
  display: none;
}
.navbar-light .logo-black {
  display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-white {
  display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-black {
  display: block;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
  background: var(--thm-white);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  left: 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 115%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  border-radius: 4px;
}
#navigation #main-menu ul li ul li {
  position: relative;
}
#navigation #main-menu ul li ul li ul {
  top: 0;
  right: auto;
  left: 150px;
}
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#navigation #main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
  color: var(--thm-black);
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  padding: 5px 12px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  visibility: inherit !important;
  opacity: inherit !important;
  text-transform: capitalize;
}
#navigation #main-menu ul li ul li a:hover {
  color: var(--thm-color) !important;
  text-decoration: none;
}
#navigation #main-menu ul li ul li:hover > a::before {
  width: 20px;
}
#navigation #main-menu ul li ul li:hover > a {
  color: var(--thm-color);
  padding-left: 30px;
}
#navigation #main-menu ul li ul li a::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: var(--thm-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding-top: 20px;
  }
}

/* Custom styles for Gallery and Person hover effects */
#main-menu ul li ul li ul {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#main-menu ul li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;

}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/hero.png);
  background-size: cover;
  background-position: center center;
}

.atf-header-area {
  /* background-color: var(--thm-f6); */
  height: 750px;
  overflow: hidden;
  z-index: 1;
}
.atf-single-details img {
  width: 50px;
  height: 50px;
}
.atf-header-area::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
.atf-align-items-details {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.atf-header-area .atf-single-details h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--thm-secondary-1);
  font-family: var(--thm-font-secondary);
}
.atf-single-details h5 {
  -webkit-animation: 1.7s 0.9s fadeInDown both;
  animation: 1.7s 0.9s fadeInDown both;
}
.atf-single-details h2 {
  -webkit-animation: 1.7s 0.9s fadeInDown both;
  animation: 1.7s 0.9s fadeInDown both;
}

.atf-single-details p {
  -webkit-animation: 1.7s 0.9s fadeInLeft both;
  animation: 1.7s 0.9s fadeInLeft both;
}

.atf-single-details .atf-themes-btn {
  -webkit-animation: 1.9s 1s fadeInUp both;
  animation: 1.9s 1s fadeInUp both;
}

.atf-menu-btn a {
  padding: 1px 1px !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  border: none !important;
  border-bottom: none !important;
  background: var(--thm-color) !important;
  color: var(--thm-white) !important;
  overflow: clip;
}
.atf-menu-btn a:hover {
  color: var(--thm-white) !important;
}

@media only screen and (max-width: 768px) {
  #home {
    background-image: url(../img/bg/hero-sm.png);
  }

  .atf-header-area::before {
    /* background: rgba(0, 0, 0, 0.4); */
  }

  .atf-header-area .atf-single-details h2 {
    color: #000;
  }

  .atf-header-area .atf-single-details h2 span{
    color: var(--thm-white) !important;
  }

  .atf-single-details p {
    color: #000;
  }
}

/* ----------------------------------------
    Currency Menu
---------------------------------------- */
.atf-top-bar-menu .atf-currency-menu .active-currency {
  font-size: 14px;
  font-weight: 700;
}
.atf-header-options-2 .atf-drop-menu.atf-currency-menu > ul > li > a {
  height: inherit;
  width: inherit;
  line-height: inherit;
  background: inherit;
  color: inherit;
}
.atf-drop-menu > ul > li {
  display: inline-block;
  position: relative;
}
.atf-currency-menu .active-currency {
  font-size: 16px;
  font-weight: 700;
}

.atf-currency-menu ul li ul {
  min-width: 200px;
}

.atf-currency-menu .dropdown-toggle::after {
  margin-left: 3px;
  border-top: 0.25em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
}

.atf-language-menu .dropdown-toggle {
  padding-right: 10px !important;
  position: relative;
}

.atf-drop-menu ul li > ul {
  visibility: hidden;
}
.atf-drop-menu ul li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1080;
  overflow: hidden;
}
.atf-currency-menu ul li ul {
  min-width: 200px;
}
.atf-drop-menu ul {
  margin-bottom: 0;
}
.atf-drop-menu {
  display: inline-block;
  text-align: left;
  margin-left: 15px;
}
.atf-drop-menu ul li ul {
  position: absolute;
  min-width: 150px;
  right: 0;
  background-color: var(--thm-white);
  border-top: 1px solid #ececec;
  top: 130%;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.atf-drop-menu ul li ul li {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 500;
}
.atf-drop-menu ul li ul li a {
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.atf-drop-menu ul li ul li a:hover {
  color: var(--thm-color);
}

.atf-home-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* START HUMBERGER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf_body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.atf_body-overlay:hover {
  cursor: pointer;
}

.atf_body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.atf_hamburger-btn.sidebar-toggle-btn {
  background: transparent;
  border: none;
}
.atf_hamburger-btn {
  position: relative;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.atf_hamburger-btn span {
  background: var(--thm-color);
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.atf_hamburger-btn span:nth-child(even) {
  left: 13px;
}
.atf_hamburger-btn span:nth-child(odd) {
  left: 0px;
}
.atf_hamburger-btn span:nth-child(1),
.atf_hamburger-btn span:nth-child(2),
.atf_hamburger-btn span:nth-child(3) {
  top: 0px;
}
.atf_hamburger-btn span:nth-child(4),
.atf_hamburger-btn span:nth-child(5),
.atf_hamburger-btn span:nth-child(6) {
  top: 13px;
}
.atf_hamburger-btn span:nth-child(7),
.atf_hamburger-btn span:nth-child(8),
.atf_hamburger-btn span:nth-child(9) {
  top: 26px;
}
.atf_hamburger-btn span:nth-child(3) {
  left: 26px;
}
.atf_hamburger-btn span:nth-child(6) {
  left: 26px;
}
.atf_hamburger-btn span:nth-child(9) {
  left: 26px;
}
.atf_hamburger-btn-2 span {
  background: #fad105;
}
.atf_hamburger-btn-3 span {
  background: #0a4c48;
}
/*
* ----------------------------------------------------------------------------------------
* END HUMBERGER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/* slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: -120px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  right: 100px;
  border: 2px solid;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slick-arrow-2 .slick-arrow:hover {
  background-color: var(--thm-color);
  border-color: var(--thm-color);
  color: var(--thm-white) !important;
}

.slick-arrow-2 .slick-next {
  right: 15px;
  background-color: var(--thm-white);
  border-color: var(--thm-color);
  color: var(--thm-color) !important;
}

.slick-arrow-2 .slick-prev {
  background-color: var(--thm-color);
  border-color: var(--thm-color);
  color: var(--thm-white) !important;
}

/* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--thm-white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--thm-color);
  border-radius: 0%;
  text-align: center;
  font-size: 20px;
  color: var(--thm-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-arrow-1 .slick-arrow:hover {
  background-color: var(--thm-color);
  border-color: var(--thm-color);
  color: var(--thm-white) !important;
}

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto;
}

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto;
}

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto;
  }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto;
  }
}

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  padding-bottom: 20px;
  display: block;
  text-align: center;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: var(--thm-base);
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: var(--thm-color);
  height: 15px;
  width: 15px;
  margin-bottom: -2px;
}
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/

@media only screen and (max-width: 991px) {
  #main-menu {
    display: none;
  }
  #navigation.navbar-fixed {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #navigation .align-items-center {
    align-items: inherit !important;
  }
  .atf-top-header {
    margin-top: 0px;
  }
  #main-menu ul li a .arrow-btn {
    display: none;
  }
  #mobile_menu {
    display: block;
    width: 100%;
  }
  .slicknav_nav {
    background-color: var(--thm-black);
  }
  .slicknav_nav {
    background-color: var(--thm-black);
    width: 250px;
    float: right;
    overflow-y: scroll;
    height: 250px;
  }
  #navigation #mobile_menu li li a {
    color: var(--thm-black);
  }
  #navigation #mobile_menu li i {
    display: none;
  }
  #navigation ul li ul,
  #navigation ul {
    transition: 0.5s;
  }
  #navigation.navbar-fixed #mobile_menu li a {
    color: var(--thm-white);
  }
  .slicknav_nav a {
    padding: 3px 0px;
    transition: 0.5s;
  }
  #navigation #mobile_menu li a:hover,
  #navigation #mobile_menu li a:focus {
    color: var(--thm-color);
  }
  .slicknav_btn {
    top: 2px;
  }
  .slicknav_parent ul {
    background-color: var(--thm-color) !important;
    padding: 10px !important;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about {
  position: relative;
}
#about .atf-section-title img {
  display: block;
  margin: 20px 0;
  width: 50px;
  height: 50px;
}
.atf-about-icon {
  margin: 15px 0;
}
.atf-about-icon {
  padding: 12px 20px 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-left: 3px solid var(--thm-color);
  border-radius: 8px;
}
.atf-about-img img {
  width: 100%;
}
.atf-hire-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf__service-slider-active{
  height: 450px;
}

.atf-single-service {
  border-radius: 0;
  margin: 0 10px;
  background: var(--thm-white);
  border: 1px solid var(--thm-eee);
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-single-service:hover {
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
}
.atf-service-img {
  position: relative;
}
.atf-service-img .atf-service-icon {
  position: absolute;
  top: 5px;
  left: 3%;
}
.atf-service-icon {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
.atf-service-icon i:hover {
  background: var(--thm-black);
}
.atf-service-icon i {
  color: var(--thm-white);
  font-size: 25px;
  text-align: center;
  background: var(--thm-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
.atf-service-text .atf-service-title:hover {
  color: var(--thm-color);
}
.atf-service-text {
  text-align: left;
  padding: 30px 30px;
  transition: 0.3s all ease-in-out 0s;
  height: 300px;
}
.atf-service-admin img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
}
.atf-service-inner-content li {
  font-style: italic;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.atf_portfolio__details-info-item span {
	font-weight: 600;
	margin-right: 5px;
	color: var(--thm-black);
}
.atf_portfolio__details-info-item ul li a{
	color: var(--thm-base);
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio__details-info-item ul li a:hover{
	color: var(--thm-color);
	text-decoration:underline;
}
.atf_portfolio__details-goal-features .icon{
	color: var(--thm-color);
}
.atf_portfolio__details-social ul li {
  display: inline-block;
}
.atf_portfolio__details-social ul li:not(:last-child) {
  margin-right: 5px;
}
.atf_portfolio__details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: var(--thm-color);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}
.atf_portfolio__details-social ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
/*--------------------------------------------------------------
END PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/ 

/**************************************
 * 10. START GALLERY DESIGN
 *************************************/
 #portfolio {
  position: relative;
  overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
margin-bottom: 30px;
}
.atf-portfolio-area .portfolio-filter button {
font-size: 13px;
margin: 0 15px 20px 0;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
padding: 8px 15px;
transition: 0.4s;
outline: none;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
border-radius: 4px;
font-weight: 500;
letter-spacing: 0.4px;
color: var(--thm-black);
box-shadow: none;
border: none;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
color: var(--thm-white);
background: var(--thm-color);
}
.atf-portfolio {
text-align: center;
position: relative;
overflow: hidden;
margin: 0 6px;
height: 300px;
}
.atf-single-gallery .atf-portfolio {
margin: 8px 0px;
}
.atf-portfolio:before{
  content: "";
  background-color: #034356;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; 
  transition: all .3s ease-in-out;
}
.atf-portfolio:hover:before{ opacity: 0.5; }
.atf-portfolio img{
  width: 100%;
  transform: scale(1.1) translateX(0);
  transition: all 0.4s ease-out 0s;
}
.atf-portfolio:hover img{ transform: scale(1.1) translateX(20px); }
.atf-portfolio .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
}
.atf-portfolio .icon li{
  margin: 0 6px 0 0;
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  transition: all .5s ease-in-out;
}
.atf-portfolio .icon li:nth-child(1){ transform: translateX(60px); }
.atf-portfolio:hover .icon li{
  opacity: 1;
  transform: translateX(0);
}
.atf-portfolio .icon li a{
  color: var(--thm-color);
  background-color: var(--thm-white);
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all .5s ease-in-out;
}
.atf-portfolio .icon li a:hover{
  background-color: var(--thm-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 0 2px var(--thm-color);
}
.atf-portfolio .box-content {
color: var(--thm-black);
background: var(--thm-white);
width: 85%;
padding: 15px 0 25px;
border: 2px solid var(--thm-white);
opacity: 0;
transform: translateX(-50%);
position: absolute;
bottom: 15px;
left: 50%;
z-index: 1;
transition: all .4s ease-in-out;
clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.atf-portfolio:hover .box-content{
  opacity: 1;
  clip-path: polygon(50% 0%, 100% 0%, 100% 60%, 100% 100%, 0% 100%, 0% 60%, 0% 0%);
}
.atf-portfolio .title{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  margin: 0;
}
.atf-portfolio .post:hover{
color:var(--thm-color);
}
.atf-portfolio .post{
transition: all .4s ease-in-out;
  text-transform: capitalize;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  margin: 0;
}

.atf__gallery-slider-active .slick-slide{
  height: 350px;
}

/**************************************
* 10. END GALLERY DESIGN
*************************************/

/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-feature {
  position: relative;
  border: 1px solid var(--thm-eee);
  background: var(--thm-white);
  padding: 40px 25px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  height: 350px;
}
.atf-single-feature .atf-feature-icon i {
  font-size: 60px;
  color: var(--thm-color);
}
.box-shadow-active {
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
}
.atf-single-feature:hover {
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
}
.atf-feature-number {
  position: absolute;
  font-size: 100px;
  opacity: 0;
  font-weight: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50px);
}
.atf-single-feature:hover .atf-feature-number {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 0.15;
}
.atf-single-feature:hover h3 {
  color: var(--thm-color);
}
.read-more {
  color: var(--thm-black);
  text-transform: capitalize;
  position: relative;
  transition: color 0.2s linear;
}
.read-more:hover {
  text-decoration: none;
  color: var(--thm-color);
}
.read-more:after {
  content: "";
  position: absolute;
  width: 50%;
  display: block;
  border: 1px solid var(--thm-color);
  transition: all 0.3s ease;
  left: 0;
}
.read-more:hover:after {
  width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*--------------------------------------------------------------
START BREADCAMP DESIGN
----------------------------------------------------------------*/
.atf-page-heading {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed;
}
.atf-page-heading.atf-size-md {
  height: 450px;
}
.atf-page-heading:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.atf-page-heading > div {
  position: relative;
  z-index: 1;
}

.atf-page-heading-title {
  color: var(--thm-white);
  font-size: 60px;
  text-align: left;
  margin-bottom: 7px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
.breadcamp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.breadcamp li {
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
}
.breadcamp li:not(:last-child):after {
  content: "/";
  padding-right: 6px;
  margin-left: 6px;
}
.breadcamp a:hover {
  color: var(--thm-white);
}
.atf-post-label > span {
  display: inline-block;
  position: relative;
  color: var(--thm-base);
}
.atf-post-label > span:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}
.atf-post-label > span:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  background-color: #b5b5b5;
  right: 0;
  top: 8px;
}
.atf-page-heading-in .atf-post-label {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: start;
  margin-top: 10px;
  font-size: 24px;
}
.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
  background-color: var(--thm-white);
}

.atf-page-heading-in .atf-post-label > span:not(:last-child) {
  color: var(--thm-white);
}

.atf-page-heading-in .atf-post-label a:hover {
  color: var(--thm-color);
}
.atf-page-heading-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  margin-top: 7px;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  .atf-page-heading-title {
    font-size: 30px;
  }
  .atf-page-heading-in .atf-post-label {
    font-size: 18px;
  }
  .comments-area .children {
    padding-left: 15px !important;
  }
}
/*--------------------------------------------------------------
END BREADCAMP DESIGN
----------------------------------------------------------------*/

/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-area .owl-controls {
  display: none;
}
.atf-brand-active {
  text-align: center;
}
.atf-brand-active > a {
  display: inline-block;
}
.atf-brand-area img {
  padding: 25px;
  width: 150px;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact .form-control {
  padding: 12px 15px;
  border-radius: 8px;
  border-left: 2px solid var(--thm-color);
}
.contact .form-control:focus {
  border-color: var(--thm-color);
  box-shadow: none;
  outline: 0 none;
}
.contact textarea {
  border-radius: 0px;
  box-shadow: none;
  padding: 10px;
  height: 100px;
}
.contact textarea:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: var(--thm-color);
}
.success {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0;
  text-align: left;
}
.form-message {
  margin-top: 20px;
}
.accordion-button:not(.collapsed) {
  color: var(--thm-black);
}

/*
* ----------------------------------------------------------------------------------------
* 13. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

*/
/**************************************
 * 13. START BLOG DESIGN
 *************************************/
.atf_blog-item {
  position: relative;
  margin: 0 10px 10px;
}
.atf_blog-img {
  position: relative;
}
.atf_blog-img img {
  margin-bottom: 0;
}

.atf_blog-brief {
  padding: 30px 0 30px;
}

.atf_blog-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  height: 56px; /* Adjusted for two lines */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.atf_blog-title a:hover {
  color: var(--thm-color);
}
.atf_blog-meta {
  margin-bottom: 20px;
}
.atf_blog-meta ul {
  padding: 0;
  margin: 0;
}
.atf_blog-meta li {
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
}
.atf_blog-meta li:last-child {
  margin-right: 0;
}
.atf_blog-meta ul li a {
  transition: all 0.3s ease 0s;
}
.atf_blog-meta ul li a:hover {
  color: var(--thm-color);
}

.atf_blog-meta li i {
  color: var(--thm-color);
  margin-right: 5px;
}
.atf_blog-meta li img {
  margin-bottom: 0;
}

.atf_blog-tags a {
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.atf_blog-tags a::before {
  position: absolute;
  content: ",";
  right: -3px;
}
.atf_blog-tags a:last-child::before {
  display: none;
}

.atf_blog-author img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 30px;
  display: inline-block;
}

.atf_blog-btn {
  color: var(--thm-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.atf_blog-category a {
  background-color: var(--thm-color);
  color: var(--thm-white);
  padding: 5px 15px 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
}
.atf_blog-category a:last-child {
  margin-right: 0;
}
.atf_blog-category a:hover {
  background-color: var(--thm-color);
  color: var(--thm-white);
}

.atf_blog-meta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.atf_blog-meta-btn .atf_blog-meta {
  margin-bottom: 0;
}

.atf_blog-item .atf_blog-brief {
  padding: 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--thm-white);
  position: relative;
}
.atf_blog-item .atf_blog-meta {
  margin-bottom: 15px;
}

.atf_blog-item .atf_blog-meta-btn {
  border-top: 1px solid;
  border-color: #e5eaee;
  padding-top: 20px;
}

.atf_blog-item .atf_blog-meta-btn .atf_blog-meta {
  margin-bottom: 0;
}

.atf_blog-item .atf_blog-btn {
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-black);
  text-transform: uppercase;
}
.atf_blog-item .atf_blog-btn:hover {
  color: var(--thm-color);
  text-decoration: underline;
}
.atf_blog-item .atf_blog-brief {
  width: calc(100% - 30px);
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.atf_blog-item .atf_blog-img + .atf_blog-brief {
  margin-top: -50px;
}

.atf_blog-item .atf_blog-brief {
  width: calc(100%);
}
.atf_blog-item .atf_blog-img + .atf_blog-brief {
  margin-top: 0px;
}

.atf_blog-item .atf_blog-img {
  overflow: hidden;
}

.atf_blog-item .atf_blog-img .product-img-box {
  border-radius: 25px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.atf_blog-item:hover .atf_blog-img .product-img-box {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
  margin-top: 0px !important;
}
.atf-blog-area .atf_blog-item {
  margin: 10px 0px;
}

/*--------------------------------------------------------------
START WIDGET DESIGN
----------------------------------------------------------------*/
.blog_search {
  margin-bottom: 40px;
  position: relative;
}
.blog_search a {
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 15px;
  color: var(--thm-color);
  line-height: 50px;
}
.blog_search input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 0 !important;
  color: #161616;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: calc(2.5em + 0.75rem + 2px);
}
.blog_search .form-control:focus {
  border-color: var(--thm-color);
  box-shadow: none;
}
.blog_search i {
  position: absolute;
  top: 0;
  right: 5px;
}

.atf-post.atf-style1 .atf-post-title {
  font-size: 15px;
  font-weight: 400;
  margin: 6px 0 2px;
  line-height: 20px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
  width: 80px;
}
.atf-post.atf-style1 {
  display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
  flex: none;
  margin-right: 10px;
  width: 70px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.atf-widget {
  margin: 20px 0;
}
.atf-post.atf-style1 .atf-post-title a:hover {
  color: var(--thm-color);
}
.atf-post-info {
  margin-top: -4px;
}

/*--------------------------------------------------------------
END BREADCAMP DESIGN
----------------------------------------------------------------*/
.atf-widget {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 30px;
  background: #fff;
}
.atf-widget .atf-widget-title {
  font-size: 22px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
  margin-top: -3px;
}

.atf-widget .atf-widget-title::before {
  content: "";
  background-color: var(--thm-color);
  position: absolute;
  left: 15px;
  bottom: 1px;
  height: 3px;
  width: 43px;
}
.atf-widget .atf-widget-title::after {
  content: "";
  background-color: var(--thm-color);
  position: absolute;
  left: 2px;
  bottom: 0px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.atf-widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 3px;
  margin-bottom: -18px;
  margin-left: -6px;
}
.atf-widget-list li {
  border: 1px dotted #eaeaea;
  background: var(--thm-white);
  margin: 5px;
}
.atf-widget-list a {
  display: block;
  padding: 10px 0;
  padding-left: 12px;
  /* background: var(--thm-color); */
  color: var(--thm-p);
}
.atf-widget-list a:hover {
  color: var(--thm-color);
}
.atf-showcase img {
  width: 90px;
  height: 90px;
  margin: 5px 1px;
}
.atf-widget-list li::before {
  content: "\f35a";
  color: var(--thm-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 15px;
}
.atf-widget-list span {
  float: right;
  padding-right: 15px;
  font-weight: 600;
}
.atf-tagcloud {
  margin-bottom: -10px;
}

.atf-tagcloud .atf-tag {
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.atf-tagcloud .atf-tag:hover {
  color: var(--thm-white);
  background-color: var(--thm-color);
  border-color: var(--thm-color);
}

.atf-post-details.atf-style1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}

.atf-post-details.atf-style1 .slick-slide {
  line-height: 0;
}
.atf-post-details.atf-style1 .atf-post-thumb {
  margin-bottom: 25px;
}
.atf-post-details.atf-style1 .atf-post-thumb img {
  width: 100%;
}
.atf-post-details.atf-style1 .atf-post-title {
  font-size: 28px;
  margin-bottom: 9px;
}
.atf-post-details.atf-style1 .atf_blog-brief {
  box-shadow: inherit;
  padding: 20px 0;
}
.atf-post-details.atf-style1 blockquote {
  background-color: var(--thm-f6);
  margin: 0;
  padding: 27px 40px 25px;
  font-size: 19px;
  line-height: 1.6em;
  border-left: 5px solid var(--thm-base);
  border-radius: 100px;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--thm-black);
  text-align: center;
  border-right: 5px solid var(--thm-color);
  border-bottom: 3px solid var(--thm-base);
  font-style: italic;
  border-top: 3px solid var(--thm-color);
}
.atf-post-details.atf-style1 blockquote small {
  display: block;
  line-height: inherit;
  margin-top: 4px;
  color: #b5b5b5;
  font-size: inherit;
  font-size: 16px;
}
.atf-post-details.atf-style1 blockquote small span {
  color: var(--thm-black);
}
.atf-post-details.atf-style1 .atf-post-label {
  margin-bottom: 15px;
}
.atf-post-details.atf-style1 .atf-post-text p {
  margin-bottom: 15px;
}
.atf-post-details.atf-style1 .atf-post-meta {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.atf-post-details.atf-style1 h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.atf-post-details.atf-style1 p {
  margin-bottom: 15px;
}

.atf-post-details.atf-style1 .embed-responsive iframe {
  width: 100%;
  height: 460px;
  border: none;
}
.atf-post-details.atf-style1 .embed-responsive {
  margin-top: 0px;
  margin-bottom: 0px;
}

.atf-post-tage-list {
  display: flex;
  flex-wrap: wrap;
}
.atf-post-tage-list li {
  margin-right: 5px;
  color: var(--thm-black);
  font-weight: 600;
}
.atf-post-tage-list li:not(:last-child):after {
  content: ",";
}
.atf-post-tage-list li a:hover {
  color: var(--thm-color);
}

.atf-post-tages,
.atf-post-share {
  display: flex;
  align-items: center;
}
.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  line-height: 1.4em;
}

.atf-post-share-btn-list {
  display: flex;
  flex-wrap: wrap;
}
.atf-post-share-btn-list a:not(:last-child) {
  margin-right: 12px;
  color: var(--thm-black);
}
.atf-post-share-btn-list a:hover {
  color: var(--thm-color);
}

.atf-post-info.atf-post-date {
  font-size: 13px;
}
.atf-post-info .atf-post-date i {
  margin-right: 6px;
}

@media screen and (max-width: 991px) {
  .atf-page-heading-title {
    font-size: 38px;
  }

  .atf-page-heading-subtitle {
    font-size: 16px;
  }

  .atf-page-heading.atf-size-md {
    height: 350px;
    padding-top: 50px;
  }

  .atf-page-heading-title br {
    display: none;
  }

  .atf-page-heading {
    height: 500px;
    padding-top: 80px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
  background: var(--thm-black);
}
.atf-footer-area .atf-footer-link {
  position: relative;
}
.atf-footer-area .atf-footer-link::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 40px;
  background: var(--thm-white);
  width: 45px;
  height: 3px;
}
.atf-footer-area .atf-footer-link::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 38px;
  background: var(--thm-white);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.atf-footer-link h5 {
  margin-bottom: 40px;
  color: var(--thm-white);
}
.atf-footer-social-icon a i:hover {
  background: var(--thm-f6);
  color: var(--thm-black);
}
.atf-footer-social-icon a i {
  font-size: 16px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: var(--thm-white);
  background: var(--thm-color);
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-footer-link .atf-list-menu li a {
  color: var(--thm-eee);
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
  color: var(--thm-white);
  text-decoration: underline;
}
.atf-footer-link .atf-list-menu li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-family: var(--thm-font);
}
.atf-footer-link p {
  color: var(--thm-white);
}
.atf-footer-bottom p {
  color: var(--thm-white);
}
.atf-footer-bottom a {
  color: var(--thm-p);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* opacity: 0.8; */
  color: var(--thm-white);
}
.atf-footer-bottom {
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.4);
}
.atf-footer-bottom a:hover {
  color: var(--thm-base);
}
.atf-footer-link img {
  width: 90px;
  margin: 0 5px 8px 0;
}
.atf-payment-link img {
  width: 80px;
  margin: 0 5px 5px 0px;
}
/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
