/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
    04. START ABOUT DESIGN 
	05. START SERVICE DESIGN 
	06. START PROJECT DESIGN
	07. START TEAM DESIGN
		--START VIDEO DESIGN
	08. START GALLERY DESIGN
		--START COUNTER DESIGN
	09. START FREQUENTLY DESIGN
    10. START TESTIMONIAL DESIGN
    11. START BLOG DESIGN
    12.START NEWSLETTER DESIGN
    13. START CONTACT DESIGN (START MAP DESIGN)
    14. START FOOTER DESIGN

  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-family: var(--thm-font);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: var(--thm-p);
}
:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #a3d220;
  /* --thm-color: #f45906; */
  --thm-color: #009ebd;
  --thm-black: #00215c;
  --thm-white: #ffffff;
  --thm-ase: #afb2bf;
  --thm-gray: #8e8e8e;
  --thm-f6: #f1f8ff;
  --thm-fb: #f6f6f6;
  --thm-p: #757575;
  --thm-bg: linear-gradient(-110deg, #f6f6f6 50%, #fff 50%);
}
.bg-f0f0fa {
  background-color: #f0f0fa;
}
.bg-f6f6f6 {
  background-color: #f0f0fa;
}
.bg-F1F8FF {
  background-color: #f1f8ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--thm-font);
  color: var(--thm-black);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h2 {
  /* font-size: 40px; */
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0px;
  /* font-weight: 700; */
  font-weight: 500;
}
h3 {
  font-size: 18px;
  /* font-size: 30px; */
  line-height: 32px;
  margin-bottom: 0px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

p:last-child {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: var(--thm-p);
  line-height: 28px;
  font-family: var(--thm-font);
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: justify;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  color: var(--thm-color);
  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 {
  outline: medium none;
  color: inherit;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
::-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: 270px;
  z-index: 9;
  overflow: hidden;
}
.form-group {
  margin-bottom: 30px;
}
button,
input,
textarea {
  color: var(--thm-black);
}
button,
input,
textarea:focus {
  border: none;
  outline: none;
}
.atf-color-ase {
  color: var(--thm-ase);
}
.no-border {
  border: none !important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
  background: var(--thm-white);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.loader {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform-style: preserve-3d;
  perspective: 2000px;
  transform: rotateX(-30deg) rotateY(-45deg);
  position: relative;
}
.holder {
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transform: translate3d(0em, 3em, 1.5em);
  position: absolute;
  top: 50%;
  left: 50%;
}
.holder:last-child {
  transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em);
}
.holder:first-child {
  transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em);
}
.holder:nth-child(1) .loader-in {
  background-color: #1fbcd3;
}
.holder:nth-child(1) .loader-in:before {
  background-color: #126d7a;
}
.holder:nth-child(1) .loader-in:after {
  background-color: #1894a7;
}
.holder:nth-child(2) .loader-in {
  background-color: #cbe2b4;
}
.holder:nth-child(2) .loader-in:before {
  background-color: #98c66a;
}
.holder:nth-child(2) .loader-in:after {
  background-color: #b2d48f;
}
.holder:nth-child(3) .loader-in {
  background-color: #f6b6ca;
}
.holder:nth-child(3) .loader-in:before {
  /* background-color: #eb5b88; */
  background-color: navy;
}
.holder:nth-child(3) .loader-in:after {
  background-color: #f089a9;
}
.loader-in {
  width: 3em;
  height: 3em;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  /* animation: ani-box 6s infinite; */
}
.loader-in:before,
.loader-in:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.loader-in:before {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
  left: 100%;
  bottom: 0;
}
.loader-in:after {
  transform: rotateX(90deg);
  transform-origin: 0 100%;
  left: 0;
  bottom: 100%;
}
@keyframes ani-box {
  8.33% {
    transform: translate3d(-50%, -50%, 0) scaleZ(2);
  }
  16.7% {
    transform: translate3d(-50%, -50%, -3em) scaleZ(1);
  }
  25% {
    transform: translate3d(-50%, -100%, -3em) scaleY(2);
  }
  33.3% {
    transform: translate3d(-50%, -150%, -3em) scaleY(1);
  }
  41.7% {
    transform: translate3d(-100%, -150%, -3em) scaleX(2);
  }
  50% {
    transform: translate3d(-150%, -150%, -3em) scaleX(1);
  }
  58.3% {
    transform: translate3d(-150%, -150%, 0) scaleZ(2);
  }
  66.7% {
    transform: translate3d(-150%, -150%, 0) scaleZ(1);
  }
  75% {
    transform: translate3d(-150%, -100%, 0) scaleY(2);
  }
  83.3% {
    transform: translate3d(-150%, -50%, 0) scaleY(1);
  }
  91.7% {
    transform: translate3d(-100%, -50%, 0) scaleX(2);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scaleX(1);
  }
}
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/

.atf-scroll-top {
  position: fixed;
  right: 105%;
  bottom: 70px;
  z-index: 99;
  cursor: pointer;
  transition: 1.5s ease;
  border: none;
  background: transparent;
}
.atf-scrollup-icon:hover {
  background: var(--thm-color);
}
.atf-scrollup-icon {
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #009ebd;
  line-height: 50px;
  color: var(--thm-white);
  border-radius: 50%;
}
.atf-scroll-top.open {
  right: 30px;
}
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/

.atf-themes-btn {
  color: var(--thm-white);
  background: #009ebd;
  border-radius: 4px;
  /* font-size: 15px; */
  font-size: 10px;
  /* padding: 14px 23px; */
  padding: 9px 14px;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  -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;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}
.atf-themes-btn:hover {
  background: var(--thm-black);
  color: var(--thm-white);
}

.atf-main-btn .btn-2 {
  border: 1px solid var(--thm-white);
  background: transparent;
  padding: 11px 23px;
}
.atf-main-btn .btn-2:hover {
  background: var(--thm-black);
  color: var(--thm-white);
  border: 1px solid var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
  /* padding: 90px 0; */
  padding: 10px 0;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
  /* margin-bottom: 60px; */
  margin-bottom: 30px;
  text-align: center;
}
.atf-section-title h5 {
  font-size: 14px;
  color: #7f7f7f;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.atf-section-title h2 {
  font-size: 30px;
  line-height: 1.3;
  color: var(--thm-black);
  text-transform: uppercase;
  font-family: var(--thm-font);
}
.atf-section-title .atf-sec_icon i {
  color: var(--thm-color);
  margin: 0 3px 0 3px;
}
.atf-section-title .atf-sec_icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.atf-section-title .atf-sec_icon::before {
  position: absolute;
  content: "";
  top: 17.6px;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -5px 2px;
  background: var(--thm-color);
  display: inline-block;
}
.atf-section-title .atf-sec_icon::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  background: var(--thm-color);
  top: 13px;
  right: -58px;
  border-radius: 5px;
}
.atf-section-title .atf-sec_icon span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -5px 2px;
  background: var(--thm-color);
  display: inline-block;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -4px 2px;
  background: var(--thm-color);
  display: inline-block;
}
.atf-section-title h3 {
  text-transform: capitalize;
  font-family: var(--thm-font);
}
.atf-section-title p {
  font-family: var(--thm-font);
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--thm-p);
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
  position: relative;
  z-index: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.atf-top-header::after {
  background: var(--thm-black) none repeat scroll 0 0;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: calc(20% + 0px);
  -webkit-transform: skewX(-30deg);
  transform: skewX(30deg);
  border-right: 4px solid #fff;
}
.atf-header-top-auth {
  display: inline-block;
  margin-right: 10px;
}
.atf-header-top-auth a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
.atf-header-top-auth a i {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #6861bc;
  border-radius: 50%;
  margin-right: 10px;
}
.atf-header-top-right {
  text-align: right;
}
.atf-header-top-social {
  display: inline-block;
}
.atf-header-top-social ul li {
  display: inline-block;
  margin-left: 10px;
}
.atf-header-top-social ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover {
  color: var(--thm-white);
}
.atf-top-header {
  background-color: #009ebd;
  overflow: hidden;
}
.atf-top-header .atf-top-header-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s ease;
}
.atf-top-header .atf-top-social {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.4s ease;
  color: var(--thm-white);
  text-align: center;
}
.atf-top-social a i:hover {
  color: var(--thm-white);
}
.atf-top-social a i {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header {
  height: 0;
}
.atf-top-header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.atf-top-header-list li {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 3px;
}
.atf-top-header-list li:last-child {
  margin-right: 0;
}
.atf-top-header-list li i {
  margin-right: 10px;
}
.atf-top-header-list li a:hover {
  color: var(--thm-white);
}
.atf-site-branding.atf-white-logo img {
  width: 160px;
  height: auto;
}
.atf-site-header.atf-style1 {
  transition: all 0.4s ease;
}
.atf-site-header.atf-style1 .atf-main-header-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
.atf-site-header.atf-style1.atf-sticky-active {
  background: #fff;
  color: var(--thm-white) !important;
  box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}
.atf-nav .atf-nav-list > li > a {
  color: navy;
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    width: 100%;
  }

  .atf-top-header {
    display: none;
  }

  .atf-site-header.atf-style1 {
    background-color: var(--thm-black);
  }
}
.atf-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
}
.atf-main-header {
  position: relative;
}

@media screen and (min-width: 992px) {
  .atf-nav .atf-nav-list {
    display: flex !important;
    flex-wrap: wrap;
  }

  .atf-nav .atf-nav-list > li {
    margin-right: 25px;
    font-weight: 500;
  }
  .atf-nav .atf-nav-list > li:last-child {
    margin-right: 0;
  }
  .atf-nav .atf-nav-list > li > a {
    /* padding: 15px 0; */
    padding: 5px 0;
    display: inline-block;
  }
  .atf-nav .atf-nav-list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .atf-nav .atf-nav-list > li > ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    top: -6px;
    left: 16px;
  }
  .atf-nav .atf-nav-list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list li {
    position: relative;
  }
  .atf-nav .atf-nav-list li a.active {
    color: navy;
  }
  .atf-nav .atf-nav-list ul {
    width: 200px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: all 0.1s ease;
  }
  .atf-nav .atf-nav-list ul li:hover ul {
    top: 0px;
  }
  .atf-nav .atf-nav-list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    font-weight: bold;
    color: #000;
    width: 260px;
  }
  .atf-nav .atf-nav-list ul a {
    font-size: calc(100% - 1px);
    display: block;
    line-height: 1.6em;
    padding: 9px 20px;
    color: var(--thm-black);
    font-weight: bold;
  }
  .atf-nav .atf-nav-list ul a:hover {
    background-color: #009ebd;
    color: var(--thm-white);
  }
  .atf-nav .atf-nav-list ul ul {
    top: 15px;
    left: 100%;
    font-size: 12px;
    line-height: 1.8;
  }
  .atf-menu-toggle,
  .atf-menu-dropdown-toggle {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .atf-menu-dropdown-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .atf-menu-dropdown-toggle:before,
  .atf-menu-dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--thm-white);
    transition: all 0.3s ease;
  }
  .atf-menu-dropdown-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .atf-menu-dropdown-toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .atf-nav .atf-nav-list {
    position: absolute;
    left: 0;
    background-color: #009ebd;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    overflow: auto;
    max-height: calc(100vh - 80px);
    width: 50%;
  }
  .atf-nav .atf-nav-list ul {
    padding-left: 15px;
    display: none;
  }
  .atf-nav .atf-nav-list a {
    display: block;
    padding: 8px 20px;
    color: var(--thm-white);
  }
  .atf-nav .menu-item-has-children {
    position: relative;
  }
  .atf-nav .menu-item-has-children i {
    display: none;
  }

  /*Mobile Menu Button*/

  .atf-menu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
  }
  .atf-menu-toggle span,
  .atf-menu-toggle span:before,
  .atf-menu-toggle span:after {
    width: 100%;
    height: 2px;
    background-color: #009ebd;
    display: block;
  }
  .atf-menu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .atf-menu-toggle span:before {
    content: "";
    position: absolute;
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-menu-toggle span:after {
    content: "";
    position: absolute;
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .atf-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .atf-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
.atf-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
  background-image: url(../img/banner/bg-banner.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
}
.atf-cover-bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.atf-header-area {
  background-color: var(--thm-f6);
  height: 750px;
  overflow: hidden;
}
.atf-align-items-details {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.atf-content-details h5 {
  color: var(--thm-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}
.atf-single-details h2 {
  color: var(--thm-white);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--thm-font);
  font-size: 40px;
  letter-spacing: 0.7px;
  margin-left: -4px;
  line-height: 70px;
}
.atf-header-area .atf-single-details h2 {
  font-size: 70px;
  line-height: 80px;
}
.atf-header-area .atf-single-details span {
  margin-left: 2px;
}
.atf-header-area .atf-single-details p {
  color: var(--thm-white);
  font-size: 18px;
  margin: 20px 0 35px;
  line-height: 36px;
  letter-spacing: 0.6px;
}
.atf-home-social-icon {
  position: absolute;
  right: 0px;
  top: 115px;
  transform: rotate(90deg);
}
.atf-home-social-icon ul li a i {
  transform: rotate(-90deg);
}
.atf-banner-social ul li {
  display: inline-block;
}
.atf-banner-social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--thm-white);
  color: var(--thm-color);
  font-size: 25px;
  margin: 0 20px auto auto;
  border-radius: 50%;
}
.atf-home-social-icon ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
.atf-single-details h5 {
  -webkit-animation: 1.7s 0.7s fadeInLeft both;
  animation: 1.7s 0.7s fadeInLeft both;
}

.atf-single-details h2 {
  -webkit-animation: 1.7s 0.7s fadeInLeft both;
  animation: 1.7s 0.7s fadeInLeft both;
}

.atf-single-details p {
  -webkit-animation: 1.7s 0.7s fadeInLeft both;
  animation: 1.7s 0.7s fadeInLeft both;
}

.atf-single-details .atf-main-btn {
  -webkit-animation: 1.5s 1s fadeInLeft both;
  animation: 1.5s 1s fadeInLeft both;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * START HOME SLIDER
 *************************************/
.atf-slider.atf-style1 {
  position: relative;
}

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
  display: none;
}

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none;
}
.pagination.atf-style1 li,
.pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: var(--thm-white);
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background: var(--thm-color);
}
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none;
}

.pagination.atf-style2 {
  position: absolute;
  bottom: 17px;
  left: 50%;
}

.pagination.atf-style1.container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px;
}

.atf-slider.atf-style2 {
  position: relative;
}
.atf-slider.atf-style2 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.atf-slider.atf-style2 .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -15px;
  margin-right: -15px;
}
.atf-slider.atf-style2 .slick-arrow {
  box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}
.atf-slider.atf-style2 .slick-arrow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
  left: 0px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
  right: -20px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
  right: 0px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
  left: -20px;
}
.atf-slider.atf-style2 .slick-arrow:hover {
  color: #222;
}
.atf-slider.atf-style2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
  left: -70px;
}
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
  right: -70px;
}

@media screen and (max-width: 991px) {
  .atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px;
  }

  .atf-slider .pagination.atf-style1 ul,
  .atf-slider .pagination.atf-style2 ul {
    justify-content: center;
  }

  .swipe-arrow.atf-style1 {
    display: none;
  }

  .atf-hidden.atf-hidden-md,
  .swipe-arrow.atf-style2 {
    display: none !important;
  }
}
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: #009ebd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: var(--thm-white);
  cursor: pointer;
  transition: all 0.3s ease;
}
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
  background: var(--thm-black);
  color: var(--thm-white);
}
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px;
}
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px;
}

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1;
}
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1.1);
  transition: all 2s ease;
}
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out;
}
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out;
}
.atf-slider-animation1 .atf-main-btn {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out;
}
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1);
  transition-delay: 0.7s;
  height: 100%;
  margin-top: 129px;
}
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-title {
  opacity: 1;
  top: 0;
  transition-delay: 0.8s;
}
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 1;
  top: 0;
  transition-delay: 0.9s;
}
.atf-slider-animation1 .slick-active .atf-main-btn {
  opacity: 1;
  top: 0;
  transition-delay: 1s;
}

.atf-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.atf-fixed-bg {
  background-attachment: fixed;
}

.atf-hero.atf-style1 {
  /* height: 820px; */
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.atf-hero.atf-style1.atf-size1 {
  height: 750px;
  /* height: 930px; */
  /* height: 690px; */
}
.atf-hero.atf-style1 .container {
  position: relative;
  z-index: 2;
}
.atf-hero.atf-style1 .atf-hero-title {
  /* font-size: 60px; */
  font-size: 40px;
  /* font-weight: 700; */
  font-weight: 650;
  margin-bottom: 19px;
}
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
  font-weight: 400;
}
.atf-hero.atf-style1 .atf-hero-subtitle {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 40px;
}
.atf-hero.atf-style1 .atf-hero-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.atf-hero.atf-style1 .atf-hero-img img {
  max-height: 94%;
}
.atf-hero.atf-style1.atf-white .atf-hero-title {
  color: #000;
  /* color:#00215c; */
}
.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.atf-hero.atf-style1 .atf-hero-img {
  right: 0px;
}

.atf-color-overlay:before,
.atf-hero-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.3); */
}

.atf-hero-overlay:before {
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.5); */
}

.atf-hero-img-group {
  height: 450px;
  width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  z-index: 2;
}
.atf-hero-img-group .atf-lg-img {
  height: 100%;
  width: 65%;
  margin-left: auto;
}
.atf-hero-img-group .atf-sm-img {
  position: absolute;
  height: 55%;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
}
.left-area {
  text-align: left;
}
.center-area {
  text-align: center;
}
.right-area {
  text-align: right;
}

.atf-hero-text.atf-style1 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 35px 50px 50px;
  border-radius: 10px;
}

.atf-hero-text.atf-style1 {
  min-width: 152px;
}

.atf-hero.atf-style1 .atf-hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .atf-hero-wrap .atf-hero-slider1 {
    display: none;
  }

  .atf-hero.atf-style1 {
    height: 550px;
  }

  .atf-hero.atf-style1 .atf-hero-title {
    font-size: 38px;
  }

  .atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .atf-hero-img-group {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .atf-hero-img-group {
    position: relative;
    transform: initial;
    right: initial;
    top: initial;
    margin-top: 40px;
  }

  .atf-hero.atf-style1.atf-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit;
  }

  .atf-hero-img-group .atf-lg-img {
    margin-left: 0;
  }

  .atf-hero-img-group .atf-sm-img {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .atf-hero.atf-style1 .atf-hero-title br,
  .atf-hero.atf-style1 .atf-hero-subtitle br {
    display: none;
  }
  .atf-hero-btn-group .btn {
    margin-bottom: 15px;
  }

  .atf-hero-text.atf-style1 {
    padding: 25px 30px 40px;
  }

  .atf-hero-btn-group {
    margin-bottom: -10px;
  }
  .atf-hero-btn-group .atf-btn {
    margin-bottom: 10px;
  }

  .atf-hero-img-group {
    width: 100%;
  }

  .atf-hero.atf-style1.atf-size1 {
    height: 560px;
  }

  .atf-hero-text.atf-style1 .atf-btn {
    min-width: 120px;
    padding: 0.62em 1.5em;
  }
}

.atf-slider .atf-style1 .home-area::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: -1;
  background: #4776e6;
  background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
  background: var(--thm-color);
}

.home-area .home-content .theme-btn {
  margin-right: 15px;
}

/**************************************
 * 03.START ABOUT DESIGN
 *************************************/
.atf-about-content h5 {
  color: #7f7f7f;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.atf-about-content h4 {
  margin-top: 30px;
  font-weight: 600;
  color: var(--thm-color);
  text-decoration: underline;
}
.atf-about-inner {
  margin-top: 30px;
}
.atf-about-inner li {
  line-height: 38px;
  font-weight: 600;
  color: var(--thm-color);
  font-size: 18px;
}
.atf-about-autor {
  margin-top: 30px;
  padding-left: 40px;
  border-left: 8px solid var(--thm-color);
}
.atf-about-autor img {
  border-radius: 50%;
}
.atf-about-constuct-img {
  position: relative;
}
.aft-about-contruct-content {
  position: absolute;
  top: 20px;
  left: 0px;
  background: var(--thm-color);
  padding: 16px 25px;
  color: var(--thm-white);
  text-align: left;
}
.atf-about-constuct2-img {
  position: absolute;
  bottom: -50px;
  right: 80px;
}

/**************************************
 *  04. END ABOUT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service {
  background: var(--thm-f6);
}
.atf-service-text {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: var(--thm-white);
}
.atf-single-service h3 {
  margin-bottom: 15px;
}
.atf-single-service strong {
  font-size: 22px;
}

.atf-construct-service h3 a:hover {
  color: var(--thm-color);
}
.atf-construct-service h3 a:hover {
  transition: all 0.3s ease-in-out 0s;
}
.atf-construct-service {
  /* padding: 30px 10px; */
  padding: 10px 10px;
}
.atf-construct-service-icon i {
  font-size: 29px;
  width: 60px;
  height: 60px;
  background: #00215c;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.atf-construct-service-img {
  position: relative;
}
.atf-construct-service-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 5px 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
#project {
  font-family: var(--thm-font);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--thm-white);
  background: #009ebd;
  transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
  color: var(--thm-white);
  background: #009ebd;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
  font-size: 15px;
  font-family: var(--thm-font);
  /* font-weight: 500; */

  text-transform: capitalize;
  background: var(--thm-black);
  color: var(--thm-white);
  border-radius: 0;
  margin-right: 5px;
}
.nav-tabs .nav-link {
  border: none !important;
}
.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 25px;
  color: var(--thm-black);
}
.atf-project-icon i {
  font-size: 60px;
  color: navy;
  margin-right: 25px;
}
.atf-project-img {
  position: relative;
}
.atf-project-img .atf-project-content {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.atf-project-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px;
  /* border-left: 5px solid var(--thm-color); */
  border-left: 7px solid #009ebd;
  border-radius: 8px;
}
.atf-project-content p {
  color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 06. END PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 07. START TEAM DESIGN
 *************************************/
#team {
  background: var(--thm-f6);
}

.our-team {
  text-align: center;
  z-index: 1;
  position: relative;
}
.our-team:before {
  content: "";
  width: 100%;
  background: var(--thm-color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%) scaleX(0.3);
  transition: all 0.3s ease 0s;
}

.our-team:hover:before {
  transform: translateY(-50%) scaleX(0.7);
}
.our-team img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.our-team .team-content {
  /* width: 93%; */
  width: 87%;
  padding: 12px 0 15px;
  background: #009ebd;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}
.our-team:hover .team-content {
  bottom: 15px;
  opacity: 1;
}
.our-team .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-white);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: var(--thm-white);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-team .social li {
  display: inline-block;
  margin: 0 5px;
}
.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: var(--thm-white);
  font-size: 15px;
  color: var(--thm-color);
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  background: var(--thm-black);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: var(--thm-white);
}
@media only screen and (max-width: 991px) {
  .our-team {
    margin-bottom: 30px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
#video {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 1;
}
#video::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: -1;
}
.atf-animation-zoom1 a {
  -webkit-animation: zoom1 1s infinite;
  animation: zoom1 1s infinite;
}

@-webkit-keyframes zoom1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes zoom1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.atf-video-icon {
  height: 80px;
  width: 80px;
  background-color: var(--thm-white);
  color: var(--thm-color);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  border-radius: 100%;
}
.atf-video-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 40px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**************************************
 * 07. End Team DESIGN
 *************************************/
/**************************************
 * 08. START GALLERY DESIGN
 *************************************/
.atf-work-box {
  /* background: var(--thm-color); */
  background: #009ebd;
  font-family: var(--thm-font);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.atf-work-box::before {
  content: "";
  background: var(--thm-white);
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  transition: all 0.3s ease-in;
}
.atf-work-box:hover:before {
  opacity: 1;
}
.atf-work-box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.atf-work-box:hover img {
  opacity: 0.5;
}
.atf-work-box .box-content {
  color: var(--thm-white);
  /* background: var(--thm-color); */
  background: #009ebd;
  text-align: center;
  /* width: 80%; */
  width: 90%;
  padding: 15px 10px;
  opacity: 0;
  transform: translateX(-50%) translateY(-200%);
  position: absolute;
  /* top: 50%; */
  top: 58%;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.atf-work-box:hover .box-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-60%);
}
.atf-work-box .title {
  /* font-size: 22px; */
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: var(--thm-white);
}
.atf-work-box .post {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.atf-work-box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transition: all 0.3s ease 0s;
}
.atf-work-box:hover .icon {
  opacity: 1;
  bottom: 20px;
}
.atf-work-box .icon li {
  display: inline-block;
  margin: 0 5px;
}
.atf-work-box .icon li a {
  color: var(--thm-white);
  background: var(--thm-color);
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  width: 50px;
  height: 38px;
  outline-offset: -5px;
  outline: 2px solid var(--thm-white);
  display: block;
  transition: all 0.35s ease 0s;
}
.atf-work-box .icon li a:hover {
  color: var(--thm-color);
  background: var(--thm-white);
  outline-color: var(--thm-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
@media only screen and (max-width: 991px) {
  .atf-work-box {
    margin: 0 0 30px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter {
  background: var(--thm-f6);
  position: relative;
}
#counter:before {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.counter {
  color: #009ebd;
  background: #009ebd;
  font-family: var(--thm-font);
  text-align: center;
  width: 200px;
  padding: 45px 10px 0;
  margin: 0 auto;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}
.counter:before {
  content: "";
  background: var(--thm-white);
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: -1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}
.counter .counter-icon {
  font-size: 37px;
  line-height: 37px;
  margin: 0 0 15px;
}
.counter h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.counter .counter-value {
  background: #009ebd;
  font-size: 28px;
  font-weight: 600;
  line-height: 91px;
  width: 140px;
  height: 70px;
  margin: 0 auto;
  border-radius: 500px 500px 0 0;
  display: block;
  position: relative;
  z-index: 1;
}
.counter .counter-value:before {
  content: "";
  background: var(--thm-white);
  border-radius: inherit;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 12px;
  right: 12px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .counter {
    margin-bottom: 40px;
  }
}
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/**************************************
 * 08. END GALLERY DESIGN
 *************************************/
/*
/*
* ----------------------------------------------------------------------------------------
* 09.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#faq {
  background: var(--thm-f8);
}
#faq .atf-section-title {
  margin-bottom: 35px;
  text-align: left;
}
.atf-faq-accordion .card {
  border: none;
  display: block;
  text-align: left;
  margin-bottom: 15px;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  background-color: #f9faff;
  border-radius: 0 !important;
}

.atf-faq-accordion .card .card-header {
  padding: 0;
  border: none;
  text-align: left;
}
.atf-faq-accordion .card .card-header button {
  border: none;
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: var(--thm-black);
  -webkit-transition: all 0.5s ease in out;
  transition: all 0.5s ease in out;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 20px;
}
.atf-faq-accordion .card .card-header button::before {
  content: "\f078";
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.5s ease in out;
  transition: all 0.5s ease in out;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}

.atf-faq-accordion .card .card-header button.collapsed {
  border-bottom-width: 0;
}

.atf-faq-accordion .card .card-header button.collapsed::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.atf-faq-accordion .card .card-body ul {
  margin-bottom: 15px;
}

.atf-faq-accordion .card .card-body ul:last-child {
  margin-bottom: 0;
}

.atf-faq-accordion .card .card-body ul li {
  margin-bottom: 12px;
  color: var(--thm-color);
}

.atf-faq-accordion .card .card-body ul li:last-child {
  margin-bottom: 0;
}

.atf-faq-accordion .card:last-child {
  margin-bottom: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 09. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
#testimonial {
  background: var(--thm-f6);
}
.testimonial {
  margin: 0 20px 50px;
  background: var(--thm-white);
  padding: 20px;
}
.testimonial .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 15px 15px 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  padding: 4px;
}
.testimonial .testimonial-profile {
  display: inline-block;
  position: relative;
  top: -35px;
}
.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-black);
  text-transform: capitalize;
  margin: 0 0 7px 0;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  color: #5d7aa7;
}
.testimonial .description {
  padding: 20px 22px;
  font-size: 15px;
  color: var(--thm-p);
  background: var(--thm-white);
  position: relative;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 0px;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
  line-height: 0.7;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  border: 2px solid var(--thm-black);
  background: transparent;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
  background: #009ebd;
  border: 2px solid #009ebd;
}
/**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide {
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}
.post-slide .post-img {
  position: relative;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-slide .icons {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.post-slide .icons img {
  width: 100%;
  height: auto;
}
.post-slide .post-review {
  border: 1px solid #eee;
  border-top: none;
  padding: 25px 20px 25px;
  background: var(--thm-white);
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.post-slide .post-review:after {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  opacity: 0;
  background: rgba(0, 0, 0, 0)
    radial-gradient(
      ellipse at center center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%
    );
  transform: translateY(0);
  transition: all 0.3s ease 0s;
}
.post-slide:hover .post-review:after {
  opacity: 1;
  transform: translateY(5px);
}
.post-slide .post-bar {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.post-slide .post-bar li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--thm-font);
  color: var(--thm-black);
  margin-right: 10px;
  text-transform: capitalize;
}
.post-slide .post-bar li i {
  color: var(--thm-color);
  margin-right: 8px;
}
.post-slide .post-title a:hover {
  color: #009ebd;
}
.post-slide .post-title a {
  transition: all 0.3s ease-in-out;
}
.post-slide .post-title {
  margin: 6px 0 12px 0;
  color: var(--thm-black);
  font-weight: 600;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.post-slide .post-description {
  color: var(--thm-p);
  margin-bottom: 15px;
}
.post-slide .read {
  text-transform: capitalize;
  font-size: 16px;
  color: #009ebd;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.post-slide .read i {
  margin-left: 10px;
}
.post-slide .read:hover {
  text-decoration: none;
  color: var(--thm-black);
}
#blog .atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 30px;
}
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter {
  /* background:var(--thm-color); */
  background: #009ebd;
}
.atf-mailchamp-subscribe {
  position: relative;
}
.atf-mailchamp-headding h2 {
  font-size: 30px;
  color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
  background: var(--thm-white);
  color: var(--thm-black);
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  border-radius: 30px;
  display: inline-block;
}
.atf-mailchamp-subscribe .form-group {
  margin-bottom: 0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
  color: var(--thm-white);
  margin-top: 15px;
}
.atf-mailchamp-subscribe .btn i {
  font-size: 30px;
  color: var(--thm-white);
  border-radius: 30px;
  width: 55px;
  height: 15px;
  line-height: 24px;
}
.atf-mailchamp-subscribe .btn:hover {
  background: var(--thm-black);
}
.atf-mailchamp-subscribe .btn {
  position: absolute;
  right: 7px;
  background: transparent;
  box-shadow: none;
  top: 5px;
  background: var(--thm-color);
  border-radius: 30px;
  padding: 7px 20px;
  color: var(--thm-white);
  transition: all 0.5s ease-in-out 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.contact-title {
  margin: 25px 12px;
}
.atf-contact-address {
  display: block;
  overflow: hidden;
}
.atf-contact-address1 {
  margin-left: 20px;
}
.atf-contact-address1 {
  margin-left: 50px;
}
.atf-border-right {
  border-right: 1px solid #ddd;
}
.atf-contact-details {
  display: block;
  overflow: hidden;
  display: inline-flex;
}
.atf-contact-details h4 {
  color: var(--thm-black);
  margin-left: 15px;
  font-weight: 700;
}
.atf-contact-details p {
  margin-top: 10px;
  color: var(--thm-black);
  display: block;
  overflow: hidden;
  margin-left: 15px;
}
.atf-contact-form .button {
  margin: 0;
}
.atf-contact-area .form input,
.atf-contact-area .form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  background-color: var(--thm-f6);
  font-weight: 400;
  color: var(--thm-black);
  border: 1px solid #ddd;
}
.atf-contact-area .form textarea {
  max-height: 120px;
  max-width: 100%;
  color: var(--thm-black);
}
.form-message {
  color: var(--thm-black);
}
.atf-contact-btn .atf-themes-btn {
  color: var(--thm-white);
  width: 100%;
  letter-spacing: 0;
}
.atf-contact-btn:hover .atf-themes-btn {
  color: var(--thm-white);
}
/**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
  width: 100%;
  height: 450px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
  position: relative;
  background: var(--thm-black);
}
.atf-footer-top {
  /* padding-bottom: 55px; */
  padding-bottom: 10px;
}
/* Footer coloum */
.atf-footer-boottom {
  /* padding: 35px 0; */
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.4);
}
.atf-footer-box p {
  color: var(--thm-white);
  margin-bottom: 20px;
}
.atf-footer-box strong {
  font-weight: 700;
}
.atf-footer-social-icon a i:hover {
  background: var(--thm-color);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i {
  font-size: 25px;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: var(--thm-white);
  background: #ff8a00;
  text-align: center;
  background: var(--thm-black);
}
.atf-footer-area .atf-footer-social-icon a i {
  font-size: 17px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: var(--thm-white);
  background: #009ebd;
  text-align: center;
}
.atf-footer-area .atf-footer-link {
  position: relative;
}
.atf-footer-area .atf-footer-link::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 33px;
  background: var(--thm-white);
  width: 40px;
  height: 3px;
  border-radius: 10px;
}
.atf-footer-link h5 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
  color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
  color: var(--thm-white);
  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: #009ebd;
  padding-left: 4px;
}
.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-weight: 500;
  font-family: var(--thm-font);
}
.atf-footer-link p {
  color: var(--thm-white);
}
.atf-footer-boottom p {
  color: var(--thm-white);
}
.atf-footer-boottom a {
  color: var(--thm-color);
  font-weight: 700;
  -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;
}
.atf-footer-boottom a:hover {
  color: var(--thm-white);
}
.atf-payment-link img {
  margin-right: 6px;
}
.form-message {
  margin-top: 20px;
  margin-left: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.paa {
  width: 40%;
  /* border-radius: 30%; */
  border-radius: 10%;
}

.container_clients {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.items {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: carouselAnim 50s infinite alternate linear;
}

.entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 300px;
  background: #fff;
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .items {
    animation: carouselAnim 35s infinite alternate linear;
  }

  @keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + (2 * 300px)));
    }
  }
}

.entry p {
  text-align: center;
  padding: 1em;
}

.name {
  font-weight: bold;
  color: black;
  font-size: 15px;
}

@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-100% + (5 * 300px)));
  }
}

.container_clients .faders {
  width: 100%;
  position: absolute;
  height: 100%;
}

.faders .right,
.faders .left {
  /* background: linear-gradient(
	  to right,
	  rgba(245, 245, 245, 1) 0%,
	  rgba(255, 255, 255, 0) 100%
	); */
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.right {
  right: 0;
  /* background: linear-gradient(
	  to left,
	  rgba(245, 245, 245, 1) 0%,
	  rgba(255, 255, 255, 0) 100%
	); */
}

/* sub-banner code..................... */
#header_sub_banner {
  background: #009ebdd6;
  /* height: 350px; */
  height: 300px;
  /* padding: 100px 100px */
  padding: 189px 0px;
  padding-bottom: 20px;
}

/* Gallery Section code starts */
.gallery_code {
  /* height: 100vh; */
  height: 130vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #e9e9e9; */
  background: #f1f8ff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 1vh; */
  gap: 3vh;
  margin-inline: auto;
  /* max-width: 40rem; */
  background: #141414;
  padding: 1vh;
}

.gallery > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery:has(img:hover) img:not(:hover) {
  scale: 0.8;
  opacity: 0.5;
  filter: grayscale(70%);
}

@media screen and (max-width: 700px) {
  .gallery {
    max-width: 40rem;
  }
  .gallery_code {
    /* height: 100vh; */
    height: 70vh;
  }
}

@media (min-width: 1159px) and (max-width: 1500px) {
  .gallery_code {
    height: 150vh;
  }
}
/* Gallery section code ends */

/* Careers code start */

.container_careers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_careers {
  max-width: 100%;
  max-height: 100%;
}

.text_careers {
  font-size: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 700px) {
  /* .image_careers{
    width:500px;
    height:500px;
  } */
}

/* Careers code end */

/* Products code start */

.pd-wrap {
  /* padding: 40px 0; */
  padding: 35px 0;
}

.heading-section {
  text-align: center;
  margin-bottom: 20px;
}

.sub-heading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}

.product-price-discount {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0;
  clear: both;
}

.product-price-discount span.line-through {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #a5a5a5;
}

.display-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.product-info {
  width: 100%;
}
.rate {
  float: left;
  padding: 0 10px 0 0;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 15px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 21px;
  color: #ccc;
  margin-bottom: 0;
  line-height: 21px;
}

.rate:not(:checked) > label:before {
  content: "\2605";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.product-dtl .form-control {
  font-size: 15px;
}

.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.product-count {
  margin-top: 15px;
}

.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
  height: 34px;
  background: #212529;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}

.product-count .qtyminus {
  border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
  border-radius: 0 3px 3px 0;
}

.product-count .qty {
  width: 60px;
  text-align: center;
}

.round-black-btn {
  border-radius: 4px;
  background: #212529;
  color: #fff;
  padding: 7px 45px;
  display: inline-block;
  margin-top: 20px;
  border: solid 2px #212529;
  transition: all 0.5s ease-in-out 0s;
}

.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px;
}

.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}

.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}

.product-info-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #323232;
}

.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}

.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .rate {
  float: none;
  display: inline-block;
}

.review-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}

.review-form .form-control {
  font-size: 14px;
}

.review-form input.form-control {
  height: 40px;
}

.review-form textarea.form-control {
  resize: none;
}

.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}

.products-home {
  margin-top: 20px;
}

.item {
  margin-bottom: 30px;
  border: 3px solid #009ebd;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .atf-main-header-right {
    top: -73px;
    position: relative;
    left: 77px;
  }
  .atf-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
    left: 90px;
    position: relative;
  }
}

.text-justify {
  text-align: justify;
}

.reviews-counter {
  font-size: 13px;
}
.mb-20 {
  margin-bottom: 20px;
}

@media (min-width: 450px) and (max-width: 520px) {
  .font-awesome_icons {
    right: -160px !important;
  }
}

@media (min-width: 521px) and (max-width: 600px) {
  .font-awesome_icons {
    right: -180px !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .font-awesome_icons {
    right: -20px !important;
    font-size:42px !important;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  .font-awesome_icons {
    right: -36px !important;
  }
}

@media (min-width: 851px) and (max-width: 993px) {
  .font-awesome_icons {
    right: -40px !important;
  }
}

@media (min-width: 994px) and (max-width: 1200px) {
  .font-awesome_icons {
    right: -70px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .font-awesome_icons {
    right: -90px !important;
  }
}

