@charset "UTF-8";
/*-------------------------------------
    
	Author: Ibadat
	Copyright © 2023-24
	
---------------------------------------
 
    CSS INDEX
    ===================
	
    1. ibadat-main-banner-wrapper

	2. ibadat-audio-main-wrapper

	3. ibadat-about-main-wrapper 

	4. ibadat-five-pillars-main-wrapper

	5. ibadat-charity-main-wrapper

	6. ibadat-upcoming-events-main-wrapper

	7. ibadat-service-main-wrapper

	8. ibadat-praying-main-wrapper

	9. ibadat-islamic-praying-main-wrapper

	10. ibadat-testimonial-main-wrapper

	11. ibadat-gallery-main-wrapper

	12. ibadat-stay-connected-main-wrapper

	13. ibadat-our-team-main-wrapper

	14. ibadat-blog-main-wrapper

	15. ibadat-subcribe-main-wrapper

	16. ibadat-footer-main-wrapper

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
/* ....................................
1.1 Common CSS 
.......................................*/
/*1.Theme default CSS
--------------------------*/
/* ||Text color var|| */
/* ||Text color var|| */
/* ||Border color var|| */
/* ||Border color var|| */
/* ||Backgorund color var|| */
/* ||Backgorund color var|| */
/* ||Gradient var|| */
/* ||Gradient var|| */
/* ||Box Shadow var|| */
/* ||Box Shadow var|| */
/* ||Font Weight var|| */
/* ||Font Weight var|| */
/* ||Font Size var|| */
/* ||Font Size var|| */
/*|| font size classes ||*/
.fs6 {
  font-size: 0.375rem;
}

.fs8 {
  font-size: 0.5rem;
}

.fs10 {
  font-size: 0.625rem;
}

.fs12 {
  font-size: 0.75rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs16 {
  font-size: 1rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs20 {
  font-size: 1.3rem;
}

.fs22 {
  font-size: 1.375rem;
}

.fs24 {
  font-size: 1.5rem;
}

.fs26 {
  font-size: 1.625rem;
}

.fs28 {
  font-size: 1.75rem;
}

.fs30 {
  font-size: 1.875rem;
}

.fs32 {
  font-size: 2rem;
}

.fs34 {
  font-size: 2.125rem;
}

.fs36 {
  font-size: 2.25rem;
}

.fs38 {
  font-size: 2.375rem;
}

.fs40 {
  font-size: 2.5rem;
}

.fs42 {
  font-size: 2.625rem;
}

/*|| font size classes ||*/
/*|| font weight classes ||*/
.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/*|| font weight classes ||*/
.fontbold {
  font-family: 'Montserrat-Bold';
}

.fontsemi {
  font-family: 'Montserrat-SemiBold';
}

.fontmedium {
  font-family: 'Montserrat-Medium';
}

.fontregular {
  font-family: 'Montserrat-Regular';
}

.fontlight {
  font-family: 'Montserrat-Light';
}

/*|| Text color classes ||*/
.txtPink {
  color: #E5AE49;
}

.txtBlack {
  color: #111111;
}

.txtWhite {
  color: #ffffff;
}

/*|| Text color classes ||*/
/*|| Border color classes ||*/
.borderPink {
  border-color: #E5AE49;
}

.borderWhite {
  border-color: #ffffff;
}

.borderBlack {
  border-color: #111111;
}

/*|| Border color classes ||*/
/*|| Backgorund color classes ||*/
.bgPink {
  background-color: #E5AE49;
}

.bgWhite {
  background-color: #ffffff;
}

.bgBlack {
  background-color: #000;
}

/*|| Backgorund color classes ||*/
@font-face {
  font-family: 'verdana';
  src: url("../font/verdana.ttf");
}

body {
  font-size: 1rem;
  font-family: "verdana";
  color: #111111;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #111111;
  font-family: 'PT Sans';
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #E5AE49;
}

p {
  color: #111111;
  margin: 0;
}

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

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.form-control:focus {
  box-shadow: none;
}

.center-btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.multi-btn {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

/*------ responsive ----*/
/* PRELOADER CSS */
.page-loader {
  background-color: #111111;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*-- Preloader css start --*/
/*-- Preloader css End --*/
.custom-container {
  max-width: 1520px !important;
}

.redButton {
  background-color: #E5AE49;
  color: #ffffff;
  border-radius: 6px;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  font-family: 'PT Sans';
  overflow: hidden;
}

.redButton:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #009146;
  color: #ffffff;
  transition: all 0.3s ease;
}

.redButton span {
  position: relative;
  z-index: 2;
}

.redButton:hover span {
  color: #ffffff;
}

.redButton:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.greenButton {
  background-color: #009146;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  font-family: 'PT Sans';
  margin-top: 12px;
  font-size: 1.125rem;
  position: relative;
  overflow: hidden;
}

.greenButton:before {
  background-color: #E5AE49;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.greenButton:hover {
  color: #ffffff;
}

.greenButton:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.35;
}

.animate-top-y {
  animation-name: top-y;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes top-y {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}

@keyframes rotate {
  20%,
  80% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #d6d6d6;
  opacity: 0;
  border-radius: 100%;
  right: -75px;
  bottom: -75px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wrapper .wave-1 {
  animation-delay: 0s;
}

.wrapper .wave-2 {
  animation-delay: 1s;
}

.wrapper .wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.review {
  display: flex;
  gap: 12px;
}

.review li a {
  color: #ffffff;
}

.review li.yellow a {
  color: #FFD954;
}

.cat {
  display: flex;
  flex-wrap: wrap;
}

.cat label {
  width: 30%;
  margin: 5px;
}

.cat label:hover span {
  background: #009146;
  border: 1px solid #009146;
  color: #fff;
  cursor: pointer;
}

.cat label span {
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
}

.cat label input {
  position: absolute;
  display: none;
  color: #797979 !important;
}

.cat label input + span {
  color: #000000;
}

.cat input:checked + span {
  color: #ffffff;
}

.action input:checked + span {
  background-color: #009146;
  border: 1px solid #009146;
}

.upcoming-slider-wrapper .owl-item.active.center .item img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.upcoming-slider-wrapper .owl-item.active.center .item .portfolio_img_wrapper .portfolio_img:before {
  transform: scale(1.2);
  transition: all 0.5s;
}

.upcoming-slider-wrapper .owl-item .item img {
  transform: scale(0.8);
  transition: all 0.5s;
}

/* ....................................
1.1 Header CSS 
.......................................*/
/*--------
header css
--------*/
.main-header-wrapper1 {
  position: relative;
  z-index: 999;
}

.main-header-wrapper1 .right-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #009146fa;
  z-index: 99999;
  box-shadow: 0 -12px 46px 12px #b60e0e0d;
  transform: translate3d(20px, 0, 0);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.main-header-wrapper1 .right-sidebar .sidebar-close {
  width: 100%;
  float: right;
  position: relative;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

.main-header-wrapper1 .right-sidebar .sidebar-close:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.main-header-wrapper1 .right-sidebar .sidebar-close:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffffff;
  transform: rotate(-45deg);
}

.main-header-wrapper1 .right-sidebar .toggle-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 94%;
}

.main-header-wrapper1 .right-sidebar .toggle-content .search-box {
  width: 100%;
  padding: 0px 50px;
  position: relative;
}

.main-header-wrapper1 .right-sidebar .toggle-content .search-box input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
}

.main-header-wrapper1 .right-sidebar .toggle-content .search-box span {
  position: absolute;
  right: 70px;
  top: 8px;
}

.main-header-wrapper1 .right-sidebar .toggle-content ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.main-header-wrapper1 .right-sidebar .toggle-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

.main-header-wrapper1 .right-sidebar .toggle-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.main-header-wrapper1 .open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .index1-logo {
  width: 200px;
  float: left;
  padding-top: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .index1-logo .sticky-logo {
  display: none;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav {
  padding: 0;
  margin-right: 18px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items {
  position: absolute;
  background-color: #ffffff;
  z-index: 999;
  top: 35px;
  display: none;
  width: 700px;
  right: -315px;
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 #20212447;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li {
  padding: 3px 8px;
  position: relative;
  transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li a {
  color: #111111;
  font-size: 16px;
  padding: 0.25rem 1rem;
  font-family: 'PT Sans';
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li:hover:after {
  display: none;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li:hover a {
  color: red;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li + li {
  margin-left: 0;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs {
  width: 100%;
  display: flex;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs {
  width: 30%;
  padding: 20px;
  background-color: #E5AE49;
  border: 0;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs li button {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  color: #ffffff;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs li button.active {
  color: #E5AE49;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs li button:hover {
  background-color: #ffffff;
  color: #E5AE49;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content {
  width: 70%;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper {
  width: 100%;
  display: flex;
  padding: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-text {
  width: 60%;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-text p {
  font-size: 14px;
  color: #111111;
  padding-bottom: 10px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-img {
  width: 40%;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-img img {
  width: 100%;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1.clicked .dropdown-items {
  display: block;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li {
  position: relative;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li a {
  color: #ffffff;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'PT Sans';
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li a span {
  font-size: 10px;
  margin-left: 3px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu {
  left: 0;
  top: 35px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-radius: 8px;
  position: absolute;
  transform: scaleY(0);
  background-color: #ffffff;
  background-clip: inherit;
  transition: all 0.4s ease-in-out;
  transform-origin: center top 0;
  box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li {
  display: block;
  margin: 0 !important;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 10px 20px 10px;
  color: #111111;
  font-weight: 600;
  font-size: 15px;
  transition: 500ms all ease;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li a:hover {
  margin-left: 8px;
  background-color: transparent;
  color: #E5AE49;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li .sub-dropdown {
  position: absolute;
  left: 200px;
  padding: 0px 0px;
  top: 0;
  width: 170px;
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
  box-shadow: 2px 0 10px #0000001a;
  transition: 0.3s all ease-in-out;
  transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li:hover .sub-dropdown {
  display: block;
  transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu {
  width: 690px;
  left: -237%;
  padding: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li {
  border-bottom: 0;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list {
  width: 100%;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #E5AE49;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a {
  color: #111111;
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #111111;
  left: 0;
  top: 18px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:hover {
  margin-left: 8px;
  color: #E5AE49;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:hover:before {
  background-color: #E5AE49;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:last-child a {
  border-bottom: 0;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li:hover .dropdown-menu {
  transform: scaleY(1);
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li + li {
  margin-left: 18px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons li .redButton {
  margin-top: 3px;
  padding: 12px 20px;
  font-size: 14px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons li + li {
  margin-left: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .login-btn {
  text-align: left;
  display: inline-block;
  position: relative;
  display: none;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .login-btn i {
  margin-right: 5px;
  font-size: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .login-btn a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .login-btn a span {
  padding-right: 4px;
  vertical-align: text-bottom;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .login-btn img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 8px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .user-text {
  width: 150px;
  position: absolute;
  top: 60px;
  right: 0px;
  float: left;
  z-index: 99;
  background: #ffffff;
  border-radius: 12px;
  padding: 5px 0px;
  display: none;
  overflow: hidden;
  box-shadow: 8px 0px 29px #0000000a;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .user-text a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #111111;
  padding: 9px 18px;
  text-align: left;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .user-text a span {
  display: inline-block;
  padding-right: 8px;
  line-height: inherit;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .user-text a span svg {
  width: 20px;
  height: 20px;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons .user-text a:hover {
  color: #111111;
  background-color: #e5e5e5;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper {
  background-color: #111111;
  position: fixed;
  top: 0;
  width: 100%;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons {
  padding-top: 10px;
  padding-right: 20px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul {
  width: 100%;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn {
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn i {
  margin-right: 5px;
  font-size: 20px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a {
  color: #ffffff;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a span {
  padding-right: 4px;
  vertical-align: text-bottom;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 8px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text {
  width: 150px;
  position: absolute;
  top: 60px;
  right: 0px;
  float: left;
  z-index: 99;
  background: #ffffff;
  border-radius: 12px;
  padding: 5px 0px;
  display: none;
  overflow: hidden;
  box-shadow: 8px 0px 29px #0000000a;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #111111;
  padding: 9px 18px;
  text-align: left;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a span {
  display: inline-block;
  padding-right: 8px;
  line-height: inherit;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a span svg {
  width: 20px;
  height: 20px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a:hover {
  color: #111111;
  background-color: #e5e5e5;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar {
  position: relative;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_bar {
  color: #444;
  font-size: 16px;
  cursor: pointer;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_bar a span svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box {
  position: absolute;
  width: 270px;
  top: 66px;
  right: -35px;
  padding: 20px;
  font-size: 16px;
  display: inline-block;
  border-top: 4px solid #111111;
  border-radius: 0px;
  -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box input {
  float: left;
  color: #111111;
  width: calc(100% - 45px);
  padding: 0px 10px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 0px;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box button {
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-left: none;
  background-color: #ffffff;
  color: #111111;
  text-align: center;
  padding: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box button:hover {
  color: #ffffff;
  background: #cca334;
  border-color: #cca334;
  transition: all 0.5s;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li {
  display: inline-block;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .sidebar-toggle {
  position: relative;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .sidebar-toggle span svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li + li {
  margin-left: 10px;
}

.main-header-wrapper1 .sb-main-header1.home-sec-header-wrapper {
  background: linear-gradient(270deg, #070707 0%, #1B442F 100.55%);
}

.mega-menu {
  width: 700px !important;
  padding: 20px 0;
  display: flex !important;
  left: -330px !important;
}

.mega-menu ul {
  display: block !important;
}

.mobile-menu-wrapper {
  background-color: #111111;
  padding: 15px 0px;
  display: block;
}

.mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 12px;
}

.mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(1) {
  top: 36px;
  transform: rotate(135deg);
  position: absolute;
}

.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(3) {
  top: 36px;
  transform: rotate(-135deg);
  position: absolute;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  left: -500px;
  width: 300px;
  background-color: #009146;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#sidebar .sidebar_logo {
  float: left;
  width: 300px;
  padding: 15px 24px;
  background: #000;
}

#sidebar .sidebar_logo a img {
  width: 150px;
}

#sidebar.open {
  left: 0;
}

#sidebar #cssmenu {
  width: 300px;
}

#sidebar #cssmenu .center-btn {
  padding-top: 12px;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
}

#sidebar #cssmenu .center-btn .redButton {
  padding: 8px 20px;
}

#sidebar #cssmenu ul {
  width: 100%;
  float: left;
}

#sidebar #cssmenu ul li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  width: 100%;
  float: left;
}

#sidebar #cssmenu ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-transform: capitalize;
}

#sidebar #cssmenu ul li .social-icon {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 20px;
}

#sidebar #cssmenu ul li .social-icon li {
  border: none;
  width: 47px;
  height: 46px;
  background: #E5AE49;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

#sidebar #cssmenu ul li .social-icon li a {
  color: #111111;
  display: inline-block;
  padding: 10px 0px;
}

#sidebar #cssmenu ul .has-sub ul {
  display: none;
}

#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #cccccc;
}

#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
  font-size: 14px;
}

#sidebar #cssmenu ul .has-sub:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: #cccccc;
  height: 2px;
  width: 10px;
  transition: all 0.5s;
}

#sidebar #cssmenu ul .has-sub:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  background-color: #cccccc;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
}

#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}

#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}

/* ....................................
1.1 Inner page CSS 
.......................................*/
.ibadat-inner-banner-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-image: url("../images/home/inner-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 469px;
  margin-top: -102px;
  display: flex;
  align-items: center;
}

.ibadat-inner-banner-main-wrapper .inner-page-title h2 {
  font-size: 40px;
  color: #ffffff;
}

.ibadat-inner-banner-main-wrapper .inner-page-title ul {
  display: flex;
  gap: 20px;
  padding-top: 12px;
}

.ibadat-inner-banner-main-wrapper .inner-page-title ul li a {
  color: #ffffff;
}

.ibadat-about-text-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .abt-img {
  width: 50%;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .abt-img img {
  width: 100%;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper {
  width: 50%;
  padding: 0px 80px;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper {
  width: 100%;
  display: flex;
  gap: 50px;
  margin-top: 50px;
  flex-direction: column;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper .about-mission {
  width: 100%;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-icon-wrapper .mission-icon span {
  width: 70px;
  height: 70px;
  background-color: #E5AE49;
  border: 3px solid #009146;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-icon-wrapper .mission-text h4 {
  font-size: 1.625rem;
  font-weight: 500;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-content {
  margin-top: 18px;
}

.ibadat-about-text-main-wrapper .about-inner-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-content p {
  font-size: 14px;
}

.ibadat-about-text-main-wrapper:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 0px;
  background-image: url(../images/home/audio-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  z-index: -1;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

.ibadat-about-text-main-wrapper:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 20%;
  background-image: url(../images/home/half-ring.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 124px;
  height: 322px;
}

.ibadat-event-text-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper {
  width: 100%;
  display: flex;
  gap: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper {
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-img {
  overflow: hidden;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-text {
  padding: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-text h4 {
  font-size: 30px;
  padding-top: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-text p {
  font-size: 14px;
  padding: 8px 0px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-text ul li {
  padding-top: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-text ul li span {
  display: inline-block;
  padding-right: 8px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .event-text .read-btn {
  display: inline-block;
  margin-top: 12px;
  color: #009146;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .date-tag {
  width: 118px;
  height: 90px;
  background-color: #E5AE49;
  text-align: center;
  padding: 12px;
  left: 20px;
  top: 46%;
  position: absolute;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .date-tag h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-wrapper .date-tag span {
  color: #ffffff;
  display: block;
}

.ibadat-event-text-main-wrapper.event-grid-wrapper .event-inner-main-wraper {
  flex-wrap: wrap;
}

.ibadat-pegination-main-wrapper {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
  background: #E5AE49;
  padding: 24px;
  border-radius: 10px;
}

.ibadat-pegination-main-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ibadat-pegination-main-wrapper ul li a {
  color: #ffffff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.ibadat-pegination-main-wrapper ul li a span {
  display: inline-block;
  padding: 0px 6px;
}

.ibadat-pegination-main-wrapper ul li a:hover {
  background-color: #ffffff6b;
}

.ibadat-pegination-main-wrapper ul li.pre-btn a {
  width: inherit;
  height: inherit;
}

.ibadat-pegination-main-wrapper ul li.pre-btn a:hover {
  background-color: transparent;
}

.ibadat-pegination-main-wrapper ul li.active a {
  background-color: #ffffff6b;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper {
  width: 70%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper {
  position: relative;
  overflow: hidden;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper .custom-counter {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper .custom-counter .count-down-wrappper {
  width: 100%;
  display: flex;
  gap: 20px;
  background-color: #e5ae49ba;
  padding: 24px;
  justify-content: space-between;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper .custom-counter .count-down-wrappper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper .custom-counter .count-down-wrappper ul li {
  color: #ffffff;
  font-size: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper .custom-counter .count-down-wrappper ul li span {
  font-size: 50px !important;
  font-weight: 600;
  color: #ffffff !important;
  display: inline-block;
  padding-right: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-img-wrapper:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper {
  padding: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper p {
  font-size: 14px;
  padding-bottom: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper h4 {
  font-size: 30px;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .date-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .share-icon-wrapper {
  display: flex;
  align-items: center;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .share-icon-wrapper ul {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  padding: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .share-icon-wrapper ul li a svg {
  width: 24px;
  height: 24px;
  fill: #111111;
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .share-icon-wrapper ul li a:hover {
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .share-icon-wrapper ul li a:hover svg {
  fill: #E5AE49;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .share-icon-wrapper p {
  color: #111111;
  font-weight: 600;
  padding-right: 20px;
  padding-bottom: 0;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-single-blog-wrapper .event-text-wrapper .event-footer-wrapper .redButton {
  margin-top: 0;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar {
  width: 28%;
  padding-left: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-details-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-details-wrapper .event-d-list {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-details-wrapper .event-d-list p {
  color: #111111;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-details-wrapper .event-d-list p span {
  display: inline-block;
  padding-right: 8px;
  vertical-align: 2px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-details-wrapper .event-d-list p span svg {
  width: 20px;
  height: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-ticket-wrapper {
  width: 100%;
  margin: 50px 0px;
  background-color: #FDF7ED;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #E5AE49;
  display: flex;
  justify-content: space-between;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-ticket-wrapper p {
  color: #111111;
  font-weight: 600;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-blog-wrapper {
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-blog-wrapper .date-tag {
  top: 50%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-blog-wrapper .event-text h4 {
  font-size: 20px;
  font-weight: 600;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-popular {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .event-popular h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .search-box h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .search-box .inupt-box {
  width: 100%;
  position: relative;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .search-box .inupt-box input {
  width: 100%;
  background-color: #FDF7ED;
  border-color: #FDF7ED;
  padding-right: 40px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .search-box .inupt-box span {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .recent-box {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .recent-box h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .recent-box .post-recent-wrapper {
  width: 100%;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .recent-box .post-recent-wrapper .recent-text h4 {
  padding-bottom: 0;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .recent-box .post-recent-wrapper .recent-text p {
  font-size: 14px;
  padding-top: 6px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category .category-list {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category .category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category .category-list a p {
  color: #111111;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category .category-list a:hover {
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category .category-list a:hover p {
  color: #E5AE49;
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .post-category .category-list a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #E5AE49;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 8px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .golden-hajj {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .golden-hajj h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .golden-hajj img {
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper .insta-post-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper .insta-post-wrapper .insta-img {
  position: relative;
  overflow: hidden;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper .insta-post-wrapper .insta-img .insta-icon {
  position: absolute;
  bottom: -40px;
  left: -40px;
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper .insta-post-wrapper .insta-img .insta-icon a {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper .insta-post-wrapper .insta-img:hover {
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .event-blog-sidebar .insta-wrapper .insta-post-wrapper .insta-img:hover .insta-icon {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e5ae49a1;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper {
  width: 32%;
  text-align: center;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper .portfolio_img:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #009146 100%);
  z-index: 9;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 60%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block.gallery-4-wrapper .portfolio_img_wrapper {
  width: 23%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-block.gallery-2-wrapper .portfolio_img_wrapper {
  width: 48%;
}

.ibadat-cause-grid-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .search-box {
  width: 25%;
  position: relative;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .search-box input {
  width: 100%;
  background-color: #FDF7ED;
  border: 1px solid #FDF7ED;
  padding-right: 40px;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .search-box span {
  position: absolute;
  top: 10px;
  right: 20px;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper .nav-tabs {
  border: none;
  gap: 15px;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper .nav-tabs .nav-item .nav-link {
  margin-bottom: 0px;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper .nav-tabs .nav-item .nav-link span svg {
  fill: #D9D9D9;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: 1px solid #E5AE49;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper .nav-tabs .nav-item .nav-link.active span svg {
  fill: #E5AE49;
}

.ibadat-cause-grid-main-wrapper .cause-grid-top-wrappper .menu-tabs .tabs-panel-wrapper .select-category select {
  width: 160px;
  height: 51px;
  padding: 0px 10px;
  border: 1px solid #C0D4A2;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 3% bottom 45%;
  cursor: pointer;
  appearance: none;
}

.ibadat-cause-grid-main-wrapper .tab-content {
  width: 100%;
  margin-top: 40px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper {
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-img {
  overflow: hidden;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text h4 {
  font-size: 22px;
  padding-top: 14px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text p {
  font-size: 14px;
  padding: 8px 0px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text span svg {
  fill: #009146;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text .donate-need {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text .donate-need .price-donate h4 {
  font-size: 20px;
  color: #009146;
  font-weight: 600;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text .donate-need .price-donate p {
  color: #111111;
  font-size: 16px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper .event-text .donate-need .redButton {
  margin-top: 0;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .event-inner-main-wraper .event-blog-wrapper:hover .event-text h4 a {
  color: #E5AE49;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper {
  width: 100%;
  display: flex;
  padding: 40px;
  background: #ffffff;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  gap: 30px;
  margin-bottom: 30px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper .blog-list-content {
  padding-right: 60px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper .blog-list-content h4 {
  font-size: 22px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper .blog-list-content p {
  font-size: 14px;
  padding-top: 12px;
  color: #111111;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper .blog-list-content .price-donate {
  margin-top: 30px;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper .blog-list-content .price-donate h4 {
  font-size: 30px;
  color: #009146;
  font-weight: 600;
}

.ibadat-cause-grid-main-wrapper .tab-content .tab-pane .blog-list-main-wappper .blog-list-content .price-donate p {
  color: #111111;
  font-size: 16px;
}

.ibadat-blog-single-form-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper {
  width: 100%;
  background: #ffffff;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content {
  width: 50%;
  padding: 0px 40px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content h4 {
  font-size: 34px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content p {
  font-size: 14px;
  color: #111111;
  padding-top: 30px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider {
  width: 100%;
  margin-top: 40px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .progressBar {
  margin-bottom: 26px;
  margin-bottom: 1.66em;
  position: relative;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .progressBarcontainer {
  width: 100%;
  height: 10px;
  background: #E1E1E1 !important;
  overflow: hidden;
  border-radius: 0.3em;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .progressBarValue {
  height: 10px;
  float: left;
  border-radius: 0.3em;
  background-color: #009146;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .speech-bubble {
  font-size: 0.75em;
  line-height: 38px;
  position: absolute;
  top: -20px;
  text-align: center;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: 600;
  color: white;
  display: none;
  background-color: #E5AE49;
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px rgba(184, 184, 184, 0.17);
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .jquery {
  left: calc(58.5% - 1.5em);
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .jquery:after {
  border-top-color: #a487b2;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .rate-progress {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .rate-progress h4 {
  font-size: 30px;
  color: #009146;
  font-weight: 600;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .rate-progress h4 span {
  display: block;
  font-size: 18px;
  text-align: center;
  padding-top: 8px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .img-content-wrapper .blog-content .price-range-slider .rate-progress h4 small {
  display: block;
  font-size: 18px;
  text-align: center;
  padding-top: 8px;
  color: #111111;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper {
  width: 100%;
  padding-top: 30px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper h4 {
  font-size: 34px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .wrapper-radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .wrapper-radio input[type="radio"] {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1;
  width: 1;
  margin: -1;
  padding: 0;
  border: 0;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .wrapper-radio .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #111111;
  border-radius: 8px;
  padding: 12px 20px;
  overflow: hidden;
  border: 1px solid #cccccc;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .wrapper-radio .icon:hover {
  cursor: pointer;
  background-color: #E5AE49;
  color: #ffffff;
  border-color: #E5AE49;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .wrapper-radio .peer:checked ~ .icon {
  background-color: #E5AE49;
  color: #ffffff;
  border-color: #E5AE49;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .input-box {
  width: 40%;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .amount-tag-wrapper .input-box input {
  width: 100%;
  padding: 10px 10px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper form {
  margin-top: 30px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper form .form-group {
  margin-bottom: 20px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper form .form-group label {
  margin-bottom: 10px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper form .form-group input {
  padding: 10px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper p {
  color: #111111;
  padding-top: 10px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:checked,
.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:checked + label,
.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #111111;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:checked + label:before,
.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #009146;
  border-radius: 100%;
  background: #ffffff;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:checked + label:after,
.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #009146;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.ibadat-blog-single-form-wrapper .blog-form-list-wrapper .ibadat-donation-wrapper .payment-wrapper .check-box-wrapper [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.ibadat-donation-wrapper .action input:checked + span {
  background-color: #E5AE49;
  border: 1px solid #E5AE49;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper {
  width: 70%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper .event-blog-wrapper {
  width: 48%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper .event-blog-wrapper .event-text {
  position: relative;
  z-index: 1;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper .event-blog-wrapper .event-text .date-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper .event-blog-wrapper .event-text .read-btn span svg {
  fill: #009146;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper .event-blog-wrapper .event-text .date-wrapper span svg {
  fill: #009146;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper .multi-blog-wrapper .event-blog-wrapper:hover .event-text h4 a {
  color: #E5AE49;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-3-coloumn {
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-3-coloumn .multi-blog-wrapper .event-blog-wrapper {
  width: 32%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-4-coloumn {
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-4-coloumn .multi-blog-wrapper {
  justify-content: center;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-4-coloumn .multi-blog-wrapper .event-blog-wrapper {
  width: 23%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-4-coloumn .multi-blog-wrapper .event-blog-wrapper .event-text h4 {
  font-size: 25px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .single-blog-wrapper.blog-4-coloumn .multi-blog-wrapper .event-blog-wrapper .event-text .date-wrapper span {
  font-size: 14px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper {
  width: 70%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .event-single-blog-wrapper {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .event-single-blog-wrapper .video-box-wrapper {
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .event-single-blog-wrapper .video-box-wrapper iframe {
  width: 100%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-say {
  width: 100%;
  background-color: #F8F2E8;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 30px 0px 20px;
  border-left: 6px solid #E5AE49;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-say h2 {
  font-size: 25px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-say h2 span {
  color: #E5AE49;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-say .quotes-img {
  position: absolute;
  right: 25px;
  bottom: 36px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-say p {
  font-size: 16px;
  font-style: italic;
  padding-top: 0;
  line-height: 24px;
  padding-bottom: 15px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  margin-top: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details .cat {
  margin-top: 0;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details .cat label {
  width: auto;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details ul {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  padding: 12px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details ul li a svg {
  width: 24px;
  height: 24px;
  fill: #111111;
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details ul li a:hover {
  transition: all 0.5s;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-footer-wrapper .b-footer-details ul li a:hover svg {
  fill: #E5AE49;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper h4 {
  font-size: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-text {
  width: calc(100% - 100px);
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-text .coment-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-text .coment-name h4 {
  font-size: 24px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-text .coment-name p {
  color: #009146;
  font-size: 14px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-text .reply {
  padding-top: 8px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .client-comment-wrapper .comment-main-wrapper .comment-blog-wrapper .comment-text .reply a {
  color: #009146;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .leave-reply-form-wrapper {
  margin-top: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .leave-reply-form-wrapper h4 {
  font-size: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .leave-reply-form-wrapper .leave-form {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .leave-reply-form-wrapper .leave-form form .form-group {
  margin-bottom: 30px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .leave-reply-form-wrapper .leave-form form .form-group label {
  display: block;
  margin-bottom: 5px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .leave-reply-form-wrapper .leave-form form .form-group input {
  padding: 10px;
}

.ibadat-event-text-main-wrapper .event-inner-main-wraper .blog-single-main-wrapper .blog-single-slider .owl-dots .owl-dot.active span {
  background-color: #E5AE49;
}

.ibadat-contact-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-contact-main-wrapper .contact-top-block {
  width: 100%;
  display: flex;
  gap: 20px;
  position: relative;
}

.ibadat-contact-main-wrapper .contact-top-block .block {
  width: 32%;
  background: #ffffff;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 45px;
  text-align: center;
}

.ibadat-contact-main-wrapper .contact-top-block .block h4 {
  font-size: 30px;
  padding: 6px 0px;
}

.ibadat-contact-main-wrapper .contact-top-block .block p a {
  color: #111111;
}

.ibadat-contact-main-wrapper .contact-top-block .block p a:hover {
  color: #111111;
}

.ibadat-contact-main-wrapper .contact-top-block:before {
  content: '';
  position: absolute;
  left: -83px;
  top: -56px;
  background-image: url(../images/home/ring.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.ibadat-contact-main-wrapper .contact-form-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-form {
  width: 50%;
  background: #ffffff;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-form h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-form form .form-group {
  margin-bottom: 30px;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-form form .form-group label {
  display: block;
  margin-bottom: 6px;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-form form .submitForm {
  border: 0;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-location {
  width: 50%;
}

.ibadat-contact-main-wrapper .contact-form-wrapper .contact-location iframe {
  width: 100%;
  height: 100%;
}

.ibadat-contact-main-wrapper:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 0px;
  background-image: url(../images/home/audio-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  z-index: -1;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

.ibadat-sermons-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog {
  width: 32%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-img {
  position: relative;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-img img {
  width: 100%;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-img .youtube {
  z-index: 1;
  position: absolute;
  top: 38%;
  left: 43%;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-text ul {
  display: flex;
  padding: 16px 0px;
  align-items: center;
  gap: 15px;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-text ul li {
  color: #009146;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-text h4 {
  font-size: 24px;
  padding-bottom: 12px;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-text p {
  font-size: 14px;
  color: #111111;
}

.ibadat-sermons-wrapper .sermons-blog-wrapper .sermons-blog .sermons-text .name {
  padding-top: 12px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  font-size: 18px;
}

.ibadat-seremons-list-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-seremons-list-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-seremons-list-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #E5AE49;
  position: relative;
  display: inline-block;
}

.ibadat-seremons-list-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-seremons-list-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-seremons-list-main-wrapper .center-title h2 {
  color: #111111;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-tabs {
  width: 30%;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-tabs .nav-tabs {
  border-bottom: 0;
  gap: 10px;
  flex-direction: column;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-tabs .nav-tabs li button {
  background: #FDF7ED;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  padding: 15px 30px;
  border: 3px solid #FDF7ED;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-tabs .nav-tabs li button.active {
  color: #111111;
  border-left: 3px solid #E5AE49;
  border-bottom-color: #FDF7ED;
  border-right-color: #FDF7ED;
  border-top-color: #FDF7ED;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-tabs .nav-tabs li button:hover {
  border-left: 3px solid #E5AE49;
  border-bottom-color: #FDF7ED;
  border-right-color: #FDF7ED;
  border-top-color: #FDF7ED;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-tabs .nav-tabs li button:focus {
  border-bottom-color: #FDF7ED;
  border-right-color: #FDF7ED;
  border-top-color: #FDF7ED;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text {
  width: 70%;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper {
  width: 100%;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  gap: 24px;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-img {
  width: 40%;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-img img {
  width: 100%;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-info {
  width: 60%;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-info h4 {
  font-size: 20px;
  font-weight: 600;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-info .tabs-list {
  width: 100%;
  padding-top: 12px;
  padding-left: 20px;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-info .tabs-list li + li {
  margin-top: 6px;
}

.ibadat-seremons-list-main-wrapper .sermons-list-tabs-wrappper .sermons-text .tab-content .tab-pane .tabs-content-wrapper .tabs-info .tabs-list li {
  list-style: disc;
}

.ibadat_modalpop .modal-dialog {
  max-width: 1110px;
  height: 580px;
}

.ibadat_modalpop .modal-dialog .ibadat-content {
  width: 100%;
  height: 100%;
  background: #E5AE49;
  background-image: url("../images/modal-bg-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  position: relative;
  padding: 0;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body {
  padding: 0;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .btn-closebox {
  background-color: #ffffff !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .btn-closebox .btn-close {
  border: 0;
  outline: 0;
  color: #111111;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .btn-closebox .btn-close:hover {
  border: none;
  outline: none;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .btn-closebox .btn-close:active {
  border: none;
  outline: none;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent {
  padding: 100px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donate-wrapper {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-bottom: 30px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donate-wrapper .donate-box1 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donate-wrapper .donate-box2 h3 a {
  color: #ffffff;
  font-family: 'ceraprobold';
  font-size: 45px;
  font-weight: 500;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox h6 {
  margin-bottom: 10px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox h6 a {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox form input {
  border: 1px solid #ffffff;
  outline: none;
  width: 100%;
  padding: 15px 0px 15px 25px;
  color: #ffffff;
  font-family: 'verde';
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox form input::placeholder {
  color: #ffffff;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox form input:hover {
  outline: none;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .amount_box {
  margin-top: 15px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .amount_box ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .amount_box ul li .amount_btn_box a {
  border: 1px solid #ffffff;
  height: 50px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Verdana';
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  background-color: transparent;
  transition: all 0.5s;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .amount_box ul li .amount_btn_box a:hover {
  background-color: #009146;
  color: #ffffff;
  border: 1px solid #009146;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .modal-btnbox {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-top: 40px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .modal-btnbox .backbtnbox a {
  background-color: #ffffff;
  width: 175px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.5s;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .modal-btnbox .backbtnbox a:hover {
  background-color: #009146;
  color: #ffffff;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .modal-btnbox .donatebtnbox a {
  background-color: #009146;
  width: 340px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
}

.ibadat_modalpop .modal-dialog .ibadat-content .modal-body .modal-innercontent .donation-formbox .modal-btnbox .donatebtnbox a:hover {
  background-color: #ffffff;
  color: #111111;
}

/* ....................................
1.1 Footer CSS 
.......................................*/
/*---------
 ibadat-footer-main-wrapper Css Start
-----------*/
.ibadat-footer-main-wrapper {
  width: 100%;
  padding: 50px 0px;
  background-image: url(../images/home/footerbg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.ibadat-footer-main-wrapper .footer-logo {
  margin-top: 50px;
  padding-right: 40px;
}

.ibadat-footer-main-wrapper .footer-logo p {
  color: #ffffff;
  padding-top: 18px;
}

.ibadat-footer-main-wrapper .social-icon {
  margin-top: 20px;
}

.ibadat-footer-main-wrapper .social-icon ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ibadat-footer-main-wrapper .social-icon ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background-color: #E5AE49;
  border: 1px solid #009146;
}

.ibadat-footer-main-wrapper .social-icon ul li a:hover {
  background-color: #009146;
  border: 1px solid #E5AE49;
}

.ibadat-footer-main-wrapper .footer-link {
  margin-top: 50px;
}

.ibadat-footer-main-wrapper .footer-link h4 {
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 30px;
}

.ibadat-footer-main-wrapper .footer-link ul {
  margin-top: 12px;
}

.ibadat-footer-main-wrapper .footer-link ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.ibadat-footer-main-wrapper .footer-link ul li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}

.ibadat-footer-main-wrapper .footer-link ul li a:hover {
  color: #E5AE49;
}

.ibadat-footer-main-wrapper .footer-link ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #E5AE49;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.ibadat-footer-main-wrapper .footer-link .footer-blog {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-img {
  width: 150px;
  position: relative;
  overflow: hidden;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-img .insta-icon {
  position: absolute;
  bottom: -40px;
  left: -40px;
  transition: all 0.5s;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-img .insta-icon a {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-img:hover {
  transition: all 0.5s;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-img:hover .insta-icon {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e5ae49a1;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text p a {
  color: #ffffff;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text p a:hover {
  color: #E5AE49;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text .date-details {
  display: flex;
  gap: 20px;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text .date-details li {
  padding-left: 0;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text .date-details li:before {
  display: none;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text .date-details li a {
  font-size: 14px;
}

.ibadat-footer-main-wrapper .footer-link .footer-blog .footer-text .date-details li a span {
  display: inline;
  padding-right: 4px;
}

.ibadat-footer-main-wrapper .footer-link .footer-contact-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}

.ibadat-footer-main-wrapper .footer-link .footer-contact-wrapper .contact-icon span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #E5AE49;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.ibadat-footer-main-wrapper .footer-link .footer-contact-wrapper .contact-icon span:hover {
  background-color: #009146;
  border: 1px solid #E5AE49;
}

.ibadat-footer-main-wrapper .footer-link .footer-contact-wrapper .contact-text p {
  color: #ffffff;
}

.ibadat-footer-main-wrapper .footer-link .footer-contact-wrapper .contact-text p a {
  color: #ffffff;
}

.ibadat-footer-main-wrapper.ibadat-home-sec-footer {
  background-image: none;
  background: linear-gradient(270deg, #070707 28.47%, #359262 143.06%), url(<path-to-image>), lightgray -0.882px 0px/167.947% 100% no-repeat;
}

.bottom-footer {
  width: 100%;
  text-align: center;
  background-color: #009146;
  padding: 16px 0px;
}

.bottom-footer p {
  margin: 0;
  color: #ffffff;
  font-size: 0.875rem;
}

/* ....................................
1.1 INDEX 01 CSS 
.......................................*/
/*---------
 ibadat-main-banner-wrapper Css Start
-----------*/
.ibadat-main-banner-wrapper {
  width: 100%;
  margin-top: -158px;
  position: relative;
  height: 880px;
  display: flex;
  align-items: center;
}

.ibadat-main-banner-wrapper img {
  width: 100%;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper .slide-img {
  padding-top: 50px;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper .slide-img:hover {
  animation-duration: 2s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
  transition: all 0.5s;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper .slide-text {
  width: 50%;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper .slide-text img {
  width: 500px;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper .slide-text .left-title h2 {
  font-family: 'PT Sans';
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 14px;
  font-weight: 700;
  color: #fff;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .slider-wrapper .slide-text .left-title h4 {
  font-family: 'PT Sans';
  font-size: 50px;
  color: #E5AE49;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-nav {
  position: absolute;
  right: 0;
  display: flex;
  gap: 18px;
  bottom: 0;
  display: none;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-nav button {
  color: #ffffff;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-nav button:hover {
  background-color: transparent;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-nav button span {
  display: inline-block;
  padding-left: 6px;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-dots {
  flex-direction: column;
  display: flex;
  position: absolute;
  right: 0%;
  top: 20%;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-dots .owl-dot span {
  height: 58px;
  width: 3px;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-dots .owl-dot span:hover {
  background-color: #E5AE49;
}

.ibadat-main-banner-wrapper .ibadat-main-slider-wrapper .home-slider .owl-dots .owl-dot.active span {
  background-color: #E5AE49;
}

/*---------
 ibadat-audio-main-wrapper Css Start
-----------*/
.ibadat-audio-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper {
  background-color: #f8f2e8;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  display: flex;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-img {
  width: 35%;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-img img {
  width: 360px;
  position: absolute;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-text {
  width: 50%;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-text h2 {
  font-size: 50px;
  font-weight: 600;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-text p {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  padding-top: 12px;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-text audio {
  width: 100%;
  background-color: transparent;
  margin-top: 20px;
}

.ibadat-audio-main-wrapper .ibadat-audio-wrapper .book-text audio source {
  background-color: transparent;
}

.ibadat-audio-main-wrapper:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0px;
  background-image: url("../images/home/audio-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  z-index: -1;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

.ibadat-audio-main-wrapper:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0px;
  background-image: url("../images/home/audio-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  z-index: -1;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

/*---------
 ibadat-about-main-wrapper Css Start
-----------*/
.ibadat-about-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper {
  width: 50%;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .left-title p {
  font-size: 1rem;
  color: #797979;
  padding-top: 20px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .about-mission-wrapper {
  width: 100%;
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .about-mission-wrapper .about-mission {
  width: 100%;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-icon-wrapper .mission-icon span {
  width: 70px;
  height: 70px;
  background-color: #E5AE49;
  border: 3px solid #009146;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-icon-wrapper .mission-text h4 {
  font-size: 1.625rem;
  font-weight: 500;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .about-mission-wrapper .about-mission .mission-content {
  margin-top: 18px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-text-wrappper .redButton {
  margin-top: 30px;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-img-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-img-wrapper .circle-img {
  text-align: center;
  position: relative;
  width: 665px;
  height: 665px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-img-wrapper .circle-img img {
  width: 100%;
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-img-wrapper .circle-img .img-bless {
  width: 100%;
  background-color: #009146;
  border-radius: 50%;
  width: 555px;
  height: 555px;
  overflow: hidden;
  position: absolute;
}

.ibadat-about-main-wrapper .ibadat-about-main-content-wrapper .about-img-wrapper .circle-img .img-bless img {
  animation: inherit;
}

/*---------
 ibadat-five-pillars-main-wrapper Css Start
-----------*/
.ibadat-five-pillars-main-wrapper {
  width: 100%;
  padding: 60px 0px 140px;
  background-image: url("../images/home/bg-five.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ibadat-five-pillars-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-five-pillars-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #E5AE49;
  position: relative;
  display: inline-block;
}

.ibadat-five-pillars-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-five-pillars-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-five-pillars-main-wrapper .center-title h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper {
  width: 100%;
  display: flex;
  gap: 41px;
  margin-top: 60px;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper {
  width: 100%;
  position: relative;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  border-top: 7px solid #009146;
  padding: 20px;
  text-align: center;
  position: relative;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper h4 {
  color: #009146;
  font-size: 35px;
  font-weight: 600;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper span {
  font-size: 25px;
  padding-top: 8px;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .pillars-icon {
  width: 120px;
  height: 120px;
  line-height: 104px;
  border: 6px solid #009146;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: 26%;
  bottom: -60px;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .top-border {
  width: 100%;
  position: absolute;
  top: 0;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .top-border img {
  width: 100%;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background-color: #009146;
  border-radius: 12px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover {
  transition: all 0.5s;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover:before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover h4 {
  color: #ffffff;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover span {
  color: #ffffff;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper {
  position: relative;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper .pillard-block-wrapper {
  z-index: 1;
  border-bottom: 7px solid #E5AE49;
  border-top: 0;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper .pillard-block-wrapper .pillars-icon {
  top: -285px;
  border-color: #E5AE49;
}

.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper .pillard-block-wrapper:before {
  background-color: #E5AE49;
}

/*---------
 ibadat-charity-main-wrapper Css Start
-----------*/
.ibadat-charity-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-charity-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-charity-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #E5AE49;
  position: relative;
  display: inline-block;
}

.ibadat-charity-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-charity-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-charity-main-wrapper .center-title h2 {
  color: #111111;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  background-color: #ffffff;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  padding: 30px;
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text {
  width: 40%;
  padding: 30px;
  background-color: #009146;
  border-radius: 12px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text .date {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 0;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text h2 {
  color: #ffffff;
  margin-top: 20px;
  font-size: 42px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text p {
  color: #ffffff;
  padding-top: 14px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text h4 {
  color: #ffffff;
  margin: 14px 0px;
  font-size: 42px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text span {
  color: #ffffff;
  display: block;
  padding-top: 2px;
  font-size: 18px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-text .redButton {
  margin-top: 24px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-img {
  width: 60%;
  overflow: hidden;
  border-radius: 8px;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-img img {
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-charity-main-wrapper .charity-main-wrapper .charity-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-charity-main-wrapper .charity-main-wrapper:before {
  content: '';
  position: absolute;
  left: -125px;
  top: -125px;
  background-image: url("../images/home/ring.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 322px;
  height: 322px;
  z-index: -1;
}

/*---------
 ibadat-upcoming-events-main-wrapper Css Start
-----------*/
.ibadat-upcoming-events-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-upcoming-events-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-upcoming-events-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #E5AE49;
  position: relative;
  display: inline-block;
}

.ibadat-upcoming-events-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-upcoming-events-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-upcoming-events-main-wrapper .center-title h2 {
  color: #111111;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper {
  width: 100%;
  display: flex;
  gap: 22px;
  margin-top: 60px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-img {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-img .img-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94px;
  height: 423px;
  background: linear-gradient(0.55deg, #FFFFFF 0.53%, rgba(255, 255, 255, 0) 98.48%);
  opacity: 0.9;
  writing-mode: vertical-lr;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-img .img-caption h4 {
  text-orientation: mixed;
  color: #555555;
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  bottom: 52px;
  left: 28px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text {
  width: 50%;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text h4 {
  font-size: 30px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text p {
  padding-top: 12px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text ul {
  margin-top: 20px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text ul li {
  margin-top: 12px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text ul li span {
  display: inline-block;
  padding-left: 12px;
  font-weight: 600;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper {
  margin-top: 40px;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E5AE49;
  color: #ffffff;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E5AE49;
  color: #ffffff;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper {
  width: 100%;
  text-align: center;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  width: 100%;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper .portfolio_img:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #009146 100%);
  z-index: 9;
  transform: scale(0.8);
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 60%;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ibadat-upcoming-events-main-wrapper .upcoming-main-wrapper .upcoming-text .upcoming-slider-wrapper .portfolio_img_wrapper.small-portfolio {
  width: 30%;
}

.ibadat-upcoming-events-main-wrapper:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 5px;
  background-image: url("../images/home/half-ring.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 124px;
  height: 322px;
}

/*---------
 ibadat-service-main-wrapper Css Start
-----------*/
.ibadat-service-main-wrapper {
  width: 100%;
  padding: 60px 0px 140px;
  background-image: url("../images/home/service-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}

.ibadat-service-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-service-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.ibadat-service-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-service-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-service-main-wrapper .center-title h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-service-main-wrapper .service-slider-wrapper {
  width: 100%;
  margin-top: 30px;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper {
  width: 100%;
  background-color: #f8f2e8;
  border-bottom: 4px solid #f8f2e8;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper .service-img {
  overflow: hidden;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper .service-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper .service-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper .service-text {
  padding: 30px;
  text-align: center;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper .service-text h4 {
  font-size: 30px;
  padding-bottom: 12px;
}

.ibadat-service-main-wrapper .service-slider-wrapper .service-box-wrapper:hover {
  border-bottom: 4px solid #009146;
}

.ibadat-service-main-wrapper .service-slider-wrapper .owl-dots .owl-dot {
  margin-top: 30px;
}

.ibadat-service-main-wrapper .service-slider-wrapper .owl-dots .owl-dot span {
  background-color: #C7C7C7;
  width: 50px;
  height: 10px;
}

.ibadat-service-main-wrapper .service-slider-wrapper .owl-dots .owl-dot.active span {
  background-color: #009146;
}

/*---------
 ibadat-praying-main-wrapper Css Start
-----------*/
.ibadat-praying-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  margin-top: 16%;
  background-color: #f8f2e8;
  position: relative;
}

.ibadat-praying-main-wrapper .praying-main-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .left-title {
  width: 30%;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .left-title p {
  font-size: 1rem;
  color: #797979;
  padding-top: 20px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .left-title .redButton {
  margin-top: 20px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name {
  position: relative;
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name .prayer-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 28%;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name .prayer-text h4 {
  font-size: 20px;
  font-weight: 600;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name .prayer-text p {
  color: #111111;
  font-weight: 500;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name span {
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name span svg {
  width: 169px;
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name span svg .st0 {
  fill: #0D964F;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name span svg .st1 {
  fill: #0D964F;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name span svg .st2 {
  fill: #0D964F;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name span svg .st3 {
  fill: #0D964F;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover {
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover span {
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover span svg {
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover span svg .st0 {
  fill: #E5AE49;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover span svg .st1 {
  fill: #E5AE49;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover span svg .st2 {
  fill: #E5AE49;
}

.ibadat-praying-main-wrapper .praying-main-wrapper .prayers-types-wrapper .prayer-name:hover span svg .st3 {
  fill: #E5AE49;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper {
  justify-content: center;
  gap: 20px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  width: 23%;
  text-align: center;
  padding-bottom: 20px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name span {
  display: inline-block;
  margin-top: -25px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name .prayer-text {
  position: inherit;
  top: inherit;
  left: inherit;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name .prayer-text span svg {
  fill: #111111;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name .prayer-text h4 {
  padding: 12px 0px;
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name .prayer-text h6 {
  color: #111111;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #009146;
  display: inline-block;
  margin-bottom: 12px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name .prayer-text p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px;
  line-height: 18px;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name:hover .prayer-text h4 {
  color: #E5AE49;
  transition: all 0.5s;
}

.ibadat-praying-main-wrapper .praying-main-wrapper.pray-learn-timing-wrapper .prayers-types-wrapper .prayer-name:hover .prayer-text span svg {
  fill: #E5AE49;
}

.ibadat-praying-main-wrapper:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  background-image: url(../images/home/prayer-ring.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 322px;
}

/*---------
 ibadat-islamic-praying-main-wrapper Css Start
-----------*/
.ibadat-islamic-praying-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-islamic-praying-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-islamic-praying-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #E5AE49;
  position: relative;
  display: inline-block;
}

.ibadat-islamic-praying-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-islamic-praying-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-islamic-praying-main-wrapper .center-title h2 {
  color: #111111;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-islamic-praying-main-wrapper .namaj-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ibadat-islamic-praying-main-wrapper .namaj-wrapper .redButton {
  margin-top: 40px;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper {
  background-color: #ffffff;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper .center-title p {
  color: #797979;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: 860px;
  margin: auto;
  padding-top: 12px;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper .namaj-wrapper {
  width: 100%;
  flex-direction: inherit;
  flex-wrap: wrap;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper .namaj-wrapper .pray-img-wrapper {
  width: 23%;
  margin-bottom: 20px;
  text-align: center;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper .namaj-wrapper .pray-img-wrapper .pray-name {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  max-width: 200px;
  margin: auto;
  margin-top: 20px;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper .namaj-wrapper .pray-img-wrapper .pray-name h2 {
  color: #0A8D4A;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}

.ibadat-islamic-praying-main-wrapper.learn-pray-wrappper .namaj-wrapper .pray-img-wrapper .pray-name p {
  color: #E5AE49;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding-top: 5px;
}

/*---------
 ibadat-testimonial-main-wrapper Css Start
-----------*/
.ibadat-testimonial-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
  background-image: url("../images/home/testimonial.png");
  background-size: auto;
  background-repeat: no-repeat;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block {
  width: 100%;
  display: flex;
  justify-content: end;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider {
  width: 100%;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper {
  width: 65%;
  background-color: #009146;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  float: right;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
  color: #ffffff;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title p {
  color: #ffffff;
  font-size: 16px;
  padding-top: 20px;
  max-width: 700px;
  font-family: 'PT Sans';
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .quotes-img {
  position: absolute;
  right: 45px;
  top: 40px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .client-profile-wrapper {
  width: 100%;
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
  gap: 24px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .client-profile-wrapper .client-profile {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  border: 4px solid #E5AE49;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .client-profile-wrapper .client-profile img {
  width: 100%;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .client-profile-wrapper .client-text .review {
  display: flex;
  gap: 5px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .client-profile-wrapper .client-text h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 12px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .client-profile-wrapper .client-text p {
  color: #ffffff;
  font-size: 20px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .owl-dots {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .owl-dots .owl-dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .owl-dots .owl-dot span {
  margin: auto;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .owl-dots .owl-dot.active {
  border: 1px solid #E5AE49;
}

.ibadat-testimonial-main-wrapper .ibadat-test-main-block .testimonial-slider .owl-dots .owl-dot.active span {
  background-color: #E5AE49;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper {
  background-image: url("../images/home/team-bg.jpg");
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper {
  padding-left: 90px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title h4 {
  font-size: 40px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title h5 {
  color: #ffffff;
  font-size: 25px;
  padding-top: 6px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .left-title p {
  padding-bottom: 10px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper ul {
  padding-top: 20px;
  padding-bottom: 25px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper ul li {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 10px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper ul li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E5AE49;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .media-icon {
  background-color: #E5AE49;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 70px;
  padding: 11px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.5s ease-out;
  border-bottom-left-radius: 12px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .media-icon li a span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  line-height: 40px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .media-icon li a span svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .media-icon li a:hover span {
  border-color: #009146;
}

.ibadat-testimonial-main-wrapper.team-single-wrapper .ibadat-test-main-block .testimonial-slider .testimonial-wrappper .media-icon li a:hover span svg {
  fill: #009146;
}

/*---------
 ibadat-gallery-main-wrapper Css Start
-----------*/
.ibadat-gallery-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper {
  width: 100%;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs {
  border-bottom: 0;
  gap: 20px;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(124, 124, 124, 0.09);
  border-radius: 5px;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button.active {
  border-color: transparent;
  background-color: #E5AE49;
  color: #ffffff;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button:hover {
  border-color: transparent;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button:focus {
  border-color: transparent;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .filters {
  text-align: center;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs {
  border-bottom: 0;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(124, 124, 124, 0.09);
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li.active {
  border-color: transparent;
  background-color: #E5AE49;
  color: #ffffff;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li:hover {
  border-color: transparent;
}

.ibadat-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li:focus {
  border-color: transparent;
}

.ibadat-gallery-main-wrapper .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.ibadat-gallery-main-wrapper .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.ibadat-gallery-main-wrapper .filters-content .item {
  margin-bottom: 30px;
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper {
  width: 70%;
  text-align: center;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #009146 100%);
  z-index: 9;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 60%;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ibadat-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper.small-portfolio {
  width: 30%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper {
  width: 70%;
  text-align: center;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #009146 100%);
  z-index: 9;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 60%;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ibadat-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper.small-portfolio {
  width: 30%;
}

/*---------
ibadat-stay-connected-main-wrapper Css Start
-----------*/
.ibadat-stay-connected-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-color: #009146;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .left-title {
  width: 30%;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
  color: #ffffff;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .left-title p {
  color: #ffffff;
  padding-top: 12px;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper {
  width: 70%;
  display: flex;
  gap: 24px;
  justify-content: end;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block {
  position: relative;
  overflow: hidden;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block .img-text {
  width: 100%;
  background: #009146b5;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block .img-text h4 {
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 6px;
  max-width: 205px;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block .img-text p {
  color: #ffffff;
  max-width: 205px;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-stay-connected-main-wrapper .stay-connected-wrapper .stay-img-wrapper .img-block:hover .img-text h4 {
  color: #E5AE49;
}

/*---------
 ibadat-our-team-main-wrapper Css Start
-----------*/
.ibadat-our-team-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-our-team-main-wrapper .center-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.ibadat-our-team-main-wrapper .center-title h4 {
  font-size: 25px;
  color: #E5AE49;
  position: relative;
  display: inline-block;
}

.ibadat-our-team-main-wrapper .center-title h4:before {
  content: '';
  position: absolute;
  left: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
  transform: rotate(180deg);
}

.ibadat-our-team-main-wrapper .center-title h4:after {
  content: '';
  position: absolute;
  right: -110px;
  top: 5px;
  background-image: url("../images/home/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 19px;
}

.ibadat-our-team-main-wrapper .center-title h2 {
  color: #111111;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

.ibadat-our-team-main-wrapper .our-team-main-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper {
  width: 32%;
  position: relative;
  overflow: hidden;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img {
  width: 100%;
  padding: 30px;
  overflow: hidden;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img img {
  width: 100%;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img .media-icon {
  background-color: #E5AE49;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 70px;
  padding: 11px;
  position: absolute;
  bottom: 94px;
  right: -70px;
  transition: 0.5s ease-out;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img .media-icon li a span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  line-height: 40px;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img .media-icon li a span svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img .media-icon li a:hover span {
  border-color: #009146;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-img .media-icon li a:hover span svg {
  fill: #009146;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-text {
  width: 100%;
  padding: 0px 30px 10px 30px;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-text h4 {
  font-size: 25px;
  font-weight: 600;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper .team-text p {
  color: #111111;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/home/border.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 155px;
  height: 155px;
}

.ibadat-our-team-main-wrapper .our-team-main-box .team-wrapper:hover .team-img .media-icon {
  right: 33px;
  transition: 0.5s ease-out;
}

/*---------
 ibadat-blog-main-wrapper Css Start
-----------*/
.ibadat-blog-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-blog-main-wrapper .blog-main-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .left-title {
  width: 30%;
  padding-right: 40px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .left-title p {
  font-size: 1rem;
  color: #797979;
  padding-top: 20px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .left-title .redButton {
  margin-top: 20px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider {
  width: 70%;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper {
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-img {
  overflow: hidden;
  border-radius: 8px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text h4 {
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: 600;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text p {
  font-size: 14px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text .read-btn {
  display: inline-block;
  margin-top: 12px;
  color: #009146;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text .read-btn span svg {
  fill: #009146;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text .date {
  display: flex;
  gap: 18px;
  padding-bottom: 12px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text .date p span {
  display: inline-block;
  padding-right: 8px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper .service-text .date p span svg {
  fill: #009146;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper:hover .service-text h4 a {
  color: #E5AE49;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper:hover .service-text .read-btn {
  color: #E5AE49;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .service-box-wrapper:hover .service-text .read-btn span svg {
  fill: #E5AE49;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .owl-dots .owl-dot {
  margin-top: 30px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .owl-dots .owl-dot span {
  background-color: #ffffff87;
  width: 50px;
  height: 10px;
}

.ibadat-blog-main-wrapper .blog-main-wrapper .blog-slider .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

.ibadat-blog-main-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #009146;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/*---------
 ibadat-subcribe-main-wrapper Css Start
-----------*/
.ibadat-subcribe-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-color: #ECFFF5;
  margin-top: 60px;
  position: relative;
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper .subcribe-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper .subcribe-text span {
  width: 85px;
  height: 85px;
  display: inline-block;
  text-align: center;
  background-color: #E5AE49;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 77px;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.07);
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper .subcribe-text h4 {
  font-size: 30px;
  font-weight: 600;
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper .subcribe-search {
  width: 35%;
  position: relative;
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper .subcribe-search input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
}

.ibadat-subcribe-main-wrapper .subcribe-wrapper .subcribe-search button {
  position: absolute;
  top: 5px;
  right: 6px;
  margin-top: 0;
  padding: 10px 17px;
  border: 1px solid #E5AE49;
}

.ibadat-subcribe-main-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/home/newsletter.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 188px;
}

.ibadat-subcribe-main-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  top: 45px;
  background-image: url("../images/home/cursive.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 204px;
  height: 97px;
}

/* ....................................
1.1 INDEX 02 CSS 
.......................................*/
/*---------
 ibadat-main-banner-wrapper Css Start
-----------*/
.ibadat-home-sec-banner-wrapper {
  width: 100%;
  background-image: url("../images/home2/banner-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider {
  width: 100%;
  display: flex;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider .slider-img {
  width: 30%;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider .slider-img img {
  width: 100%;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider .slider-content {
  width: 70%;
  max-width: 600px;
  margin-left: auto;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider .slider-content h4 {
  color: #E5AE49;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  padding-top: 20px;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider .slider-content h2 {
  color: #ffffff;
  font-size: 65px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-top: 20px;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .home-sec-inner-slider .slider-content img {
  width: initial;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .owl-nav .owl-prev {
  color: #ffffff;
  width: 45px;
  height: 45px;
  background: #E5AE49;
  display: inline-block;
  border-radius: 0;
  transition: all 0.5s;
  position: absolute;
  right: 64px;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .owl-nav .owl-prev:hover {
  background-color: #ffffff;
  color: #E5AE49;
  transition: all 0.5s;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .owl-nav .owl-next {
  color: #ffffff;
  width: 45px;
  height: 45px;
  background: #E5AE49;
  display: inline-block;
  border-radius: 0;
  position: absolute;
  right: 0;
}

.ibadat-home-sec-banner-wrapper .home-sec-slider .owl-nav .owl-next:hover {
  background-color: #ffffff;
  color: #E5AE49;
  transition: all 0.5s;
}

.ibadat-home-sec-banner-wrapper:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0px;
  background-image: url(../images/home/audio-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

.ibadat-home-sec-banner-wrapper .side-social {
  width: 75px;
  background-color: #009146;
  position: absolute;
  bottom: 20%;
  left: 0;
  padding: 24px 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.ibadat-home-sec-banner-wrapper .side-social ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.ibadat-home-sec-banner-wrapper .side-social ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.ibadat-home-sec-banner-wrapper .side-social ul li a svg {
  width: 20px;
  height: 20px;
}

.ibadat-home-sec-banner-wrapper .side-social ul li a:hover {
  background-color: #E5AE49;
  border: 1px solid #E5AE49;
}

.ibadat-home-sec-about-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 30px;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content {
  width: 45%;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content h4 {
  color: #209E5D;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content h2 {
  color: #111111;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content p {
  padding: 20px 0px;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content .about-tag-wrapper {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content .about-tag-wrapper .tag-text {
  background-color: #1D4B34;
  padding: 20px 0px;
  padding-left: 20%;
  position: absolute;
  width: 86%;
  bottom: 0;
  left: 75px;
  z-index: -1;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content .about-tag-wrapper .tag-text h2 {
  color: #ffffff;
  font-weight: 500;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-content .about-tag-wrapper .tag-text h4 {
  color: #E5AE49;
  font-size: 40pxpx;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-img {
  width: 55%;
  position: relative;
  overflow: hidden;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-home-sec-about-wrapper .home-about-inner-wrapper .home-about-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-home-sec-about-wrapper:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0px;
  background-image: url(../images/home/audio-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

.ibadat-home-sec-srvices-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-home-sec-srvices-wrapper .home-sec-title {
  margin-bottom: 55px;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box {
  width: 31%;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box .service-img {
  position: relative;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box .service-img img {
  width: 100%;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box .service-content {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.05);
  padding: 24px;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box .service-content h4 a {
  color: #111111;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box:hover .service-content {
  background-color: #F9A73F;
  transition: 0.5s ease-out;
}

.ibadat-home-sec-srvices-wrapper .ibadat-main-service-inner-wrapper .service-box:hover .service-content h4 a {
  color: #ffffff;
  transition: 0.5s ease-out;
}

.ibadat-audio-home-sec-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-color: #f8f2e8;
  position: relative;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper {
  padding: 30px;
  border-radius: 12px;
  position: relative;
  display: flex;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-img {
  width: 35%;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-img img {
  width: 360px;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-text {
  width: 50%;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-text h2 {
  font-size: 50px;
  font-weight: 600;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-text p {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  padding-top: 12px;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-text audio {
  width: 100%;
  background-color: transparent;
  margin-top: 20px;
}

.ibadat-audio-home-sec-wrapper .ibadat-audio-wrapper .book-text audio source {
  background-color: transparent;
}

.ibadat-home-sec-pillars-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-image: url("../images/home2/pillar-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ibadat-home-sec-pillars-wrapper .home-sec-title {
  text-align: center;
}

.ibadat-home-sec-pillars-wrapper .home-sec-title h2 {
  color: #E5AE49;
}

.ibadat-home-sec-pillars-wrapper .home-sec-title h4 {
  color: #E5AE49;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box {
  width: 18%;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box .pillars-title {
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 0px;
  background-color: #6f6f6f;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box .pillars-icon {
  padding: 12px 0px 30px;
  background-color: #464646;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box .pillars-icon p {
  color: #ffffff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 0px 20px;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box .pillars-icon span {
  background-color: #0F6D3C;
  width: 70px;
  height: 70px;
  line-height: 66px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box h2 {
  color: #FFF;
  text-align: center;
  font-size: 113px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.16;
  padding-top: 30px;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box:hover .pillars-title {
  color: #E5AE49;
}

.ibadat-home-sec-pillars-wrapper .home-sec-pillars-wrapper .pillars-box:hover .pillars-icon span {
  background-color: #E5AE49;
}

.ibadat-home-sec-upcoming-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-image: url("../images/home2/upcoming-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-title {
  margin-bottom: 20px;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper {
  width: 100%;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item {
  width: 100%;
  display: flex;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-img {
  width: 40%;
  margin: 30px 0px;
  margin-right: -30px;
  position: relative;
  overflow: hidden;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-content {
  width: 60%;
  background-color: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.05);
  padding: 40px;
  padding-left: 8%;
  padding-top: 5%;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-content h4 a {
  color: #009146;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-content p {
  padding-top: 20px;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-content ul {
  margin-top: 30px;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-content ul li {
  padding-bottom: 20px;
  color: #111111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .upcoming-item .upcoming-content ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fee8cd;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav {
  margin-top: 40px;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav .owl-prev span {
  background-color: #E5AE49;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 35px;
  color: #ffffff;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav .owl-prev:hover {
  background-color: transparent;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav .owl-prev:hover span {
  background-color: #009146;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav .owl-next span {
  background-color: #E5AE49;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 35px;
  color: #ffffff;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav .owl-next:hover {
  background-color: transparent;
}

.ibadat-home-sec-upcoming-wrapper .home-sec-up-slider-wrapper .owl-nav .owl-next:hover span {
  background-color: #009146;
}

.ibadat-home-sec-upcoming-wrapper:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0px;
  background-image: url(../images/home/audio-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 198px;
  height: 527px;
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

.ibadat-home-sec-prayer-time-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-image: url("../images/home2/prayer.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper {
  background-color: #11111185;
  padding: 40px;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .home-sec-title {
  text-align: center;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .home-sec-title h4 {
  color: #E5AE49;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .home-sec-title h2 {
  color: #E5AE49;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper p {
  color: #ffffff;
  max-width: 960px;
  margin: auto;
  text-align: center;
  padding-top: 24px;
  font-size: 14px;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .pray-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .pray-inner-wrapper .pray-box {
  position: relative;
  width: 18%;
  text-align: center;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .pray-inner-wrapper .pray-box .pray-text {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 36%;
  flex-direction: column;
  text-align: center;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .pray-inner-wrapper .pray-box .pray-text h4 {
  color: #E5AE49;
}

.ibadat-home-sec-prayer-time-wrapper .home-sec-prayer-inner-wrapper .pray-inner-wrapper .pray-box .pray-text h5 {
  color: #ffffff;
  padding-top: 12px;
}

.ibadat-home-sec-team-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-home-sec-team-wrapper .home-sec-title {
  text-align: center;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box {
  width: 23%;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-img {
  background-image: url("../images/home2/green.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-img .media-icon {
  background-color: #E5AE49;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 70px;
  padding: 11px;
  position: absolute;
  bottom: 94px;
  right: -70px;
  transition: 0.5s ease-out;
  border-bottom-left-radius: 20px;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-img .media-icon li a span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  line-height: 40px;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-img .media-icon li a span svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-img .media-icon li a:hover span {
  border-color: #009146;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-img .media-icon li a:hover span svg {
  fill: #009146;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-content {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.05);
  padding: 20px;
  max-width: 85%;
  margin: auto;
  margin-top: -50px;
  position: relative;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-content h4 a {
  color: #111111;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box .team-content h5 {
  color: #E5AE49;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box:hover .team-img .media-icon {
  right: 0px;
  transition: 0.5s ease-out;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box:hover .team-content {
  background-color: #E5AE49;
  transition: 0.5s ease-out;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box:hover .team-content h4 a {
  color: #ffffff;
}

.ibadat-home-sec-team-wrapper .home-sec-team-inner-wrapper .team-main-box:hover .team-content h5 {
  color: #ffffff;
}

.ibadat-home-sec-team-wrapper:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  background-image: url("../images/home2/team-side.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 190px;
  height: 370px;
}

.ibadat-home-sec-charity-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-image: url("../images/home2/charity.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper {
  width: 100%;
  display: flex;
  gap: 34px;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-sldier-wrapper {
  width: 50%;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-sldier-wrapper .owl-nav {
  margin-top: 40px;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-sldier-wrapper .owl-nav .owl-prev {
  background-color: #E5AE49;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: -26px;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-sldier-wrapper .owl-nav .owl-prev:hover {
  background-color: #009146;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-sldier-wrapper .owl-nav .owl-next {
  background-color: #E5AE49;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 45%;
  right: -7px;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-sldier-wrapper .owl-nav .owl-next:hover {
  background-color: #009146;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-content-wrapper {
  width: 50%;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-content-wrapper form {
  margin-top: 40px;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-content-wrapper form .form-box {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.ibadat-home-sec-charity-wrapper .home-sec-charity-wrapper .charity-content-wrapper form .form-box input {
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.05);
}

.ibadat-home-sec-testimonial-wrapper {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper {
  width: 100%;
  display: flex;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-content {
  width: 30%;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper {
  width: 70%;
  border-radius: 310px 0px 0px 310px;
  background: linear-gradient(270deg, #070707 28.47%, #359262 143.06%), url(<path-to-image>), lightgray -0.549px 0px/167.947% 100% no-repeat;
  padding: 24px;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item {
  display: flex;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-img {
  width: 30%;
  overflow: hidden;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-img img {
  width: 100%;
  max-width: 222px;
  border-radius: 50%;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-text {
  width: 70%;
  position: relative;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-text p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-text h4 {
  padding-top: 12px;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-text h4 a {
  color: #FAB257;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.1px;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .testi-item .testi-text ul {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .owl-nav .owl-prev {
  background-color: #E5AE49;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: -48%;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .owl-nav .owl-prev:hover {
  background-color: #009146;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .owl-nav .owl-next {
  background-color: #E5AE49;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: -41%;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper .test-slider-wrapper .owl-nav .owl-next:hover {
  background-color: #009146;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper:after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0px;
  width: 13%;
  height: 70%;
  background-color: #060606;
  z-index: -1;
}

.ibadat-home-sec-testimonial-wrapper .home-sec-testimonial-wrapper:before {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  background-image: url("../images/home2/testi-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 157px;
  height: 307px;
}

.ibadat-home-sec-gallery-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper {
  width: 100%;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .left-title h4 {
  color: #E5AE49;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .left-title h4 span {
  display: inline-block;
  padding-left: 12px;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .left-title h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  padding-top: 20px;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs {
  border-bottom: 0;
  gap: 20px;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(124, 124, 124, 0.09);
  border-radius: 5px;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button.active {
  border-color: transparent;
  background-color: #E5AE49;
  color: #ffffff;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button:hover {
  border-color: transparent;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .nav-tabs li button:focus {
  border-color: transparent;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .filters {
  text-align: center;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs {
  border-bottom: 0;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(124, 124, 124, 0.09);
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li.active {
  border-color: transparent;
  background-color: #E5AE49;
  color: #ffffff;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li:hover {
  border-color: transparent;
}

.ibadat-home-sec-gallery-main-wrapper .gallery-tabs-wrapper .filters .nav-tabs li:focus {
  border-color: transparent;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item {
  margin-bottom: 30px;
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper {
  width: 70%;
  text-align: center;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #009146 100%);
  z-index: 9;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 60%;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ibadat-home-sec-gallery-main-wrapper .filters-content .item .portfolio_img_wrapper.small-portfolio {
  width: 30%;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper {
  width: 70%;
  text-align: center;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img:before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #009146 100%);
  z-index: 9;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 60%;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ibadat-home-sec-gallery-main-wrapper .tab-content .tab-pane .gallery-main-wrapper .portfolio_img_wrapper.small-portfolio {
  width: 30%;
}

.ibadat-home-sec-community-wrapper {
  width: 100%;
  padding: 0px 0px 60px;
}

.ibadat-home-sec-community-wrapper .home-sec-title {
  text-align: center;
}

.ibadat-home-sec-community-wrapper .home-sec-title p {
  padding-top: 12px;
  max-width: 600px;
  margin: auto;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper .community-box {
  width: 50%;
  display: flex;
  align-items: center;
  background-image: url("../images/home2/com-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper .community-box .community-img {
  width: 30%;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper .community-box .community-img img {
  width: 100%;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper .community-box .community-text {
  width: 70%;
  padding-left: 60px;
  max-width: 300px;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper .community-box .community-text h4 a {
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ibadat-home-sec-community-wrapper .home-sec-community-wrapper .community-box .community-text p {
  color: #ffffff;
  font-family: Verdana;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 10px 0px;
}

.ibadat-home-sec-blog-wrapper {
  width: 100%;
  padding: 60px 0px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper {
  width: 100%;
  display: flex;
  gap: 25px;
  margin-top: 40px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper {
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-img {
  overflow: hidden;
  border-radius: 8px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-img img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
  transition: all 0.5s;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text h4 {
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: 600;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text p {
  font-size: 14px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text .read-btn {
  display: inline-block;
  margin-top: 12px;
  color: #009146;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text .read-btn span svg {
  fill: #009146;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text .date {
  display: flex;
  gap: 18px;
  padding-bottom: 12px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text .date p span {
  display: inline-block;
  padding-right: 8px;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper .service-text .date p span svg {
  fill: #009146;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper:hover .service-text h4 a {
  color: #E5AE49;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper:hover .service-text .read-btn {
  color: #E5AE49;
}

.ibadat-home-sec-blog-wrapper .home-sec-blog-wrapper .service-box-wrapper:hover .service-text .read-btn span svg {
  fill: #E5AE49;
}

.ibadat-home-sec-subcribe-main-wrapper {
  width: 100%;
  padding: 60px 0px;
  background-color: #FEF2E2;
  margin-top: 60px;
  position: relative;
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper .subcribe-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper .subcribe-text span {
  width: 85px;
  height: 85px;
  display: inline-block;
  text-align: center;
  background-color: #E5AE49;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 77px;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.07);
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper .subcribe-text h4 {
  font-size: 30px;
  font-weight: 600;
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper .subcribe-search {
  width: 35%;
  position: relative;
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper .subcribe-search input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
}

.ibadat-home-sec-subcribe-main-wrapper .subcribe-wrapper .subcribe-search button {
  position: absolute;
  top: 5px;
  right: 6px;
  margin-top: 0;
  padding: 10px 17px;
  border: 1px solid #E5AE49;
}

.home-sec-title h4 {
  color: #209E5D;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
}

.home-sec-title h2 {
  color: #111111;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

/* ....................................
1.1 LOGIN 03 CSS 
.......................................*/
.food-login-page-main-wrapper {
  width: 100%;
  padding: 175px 0px;
  background-image: url(../images/bg-login.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.food-login-page-main-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/login.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 50%;
  height: 97%;
}

.food-login-page-main-wrapper .login-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.food-login-page-main-wrapper .login-wrapper .login-form {
  width: 40%;
  background-color: #ffffff;
  box-shadow: 1px -3px 21px 3px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 30px;
}

.food-login-page-main-wrapper .login-wrapper .login-form h2 {
  text-align: center;
  font-family: 'Judson';
  font-size: 40px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form {
  margin-top: 40px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .form-group {
  margin-bottom: 20px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .form-group label {
  display: block;
  padding-bottom: 12px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .form-group label span {
  color: #E5AE49;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .form-group .input-box {
  position: relative;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .form-group .input-box span {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #E5AE49;
  font-size: 20px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .forgot-wrapper {
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .forgot-wrapper .form-check {
  display: flex;
  gap: 8px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .forgot-wrapper a {
  color: #E5AE49;
  font-weight: 500;
}

.food-login-page-main-wrapper .login-wrapper .login-form form button {
  border: none;
  width: 100%;
  margin-top: 20px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form p {
  position: relative;
  padding: 20px 0px;
  text-align: center;
}

.food-login-page-main-wrapper .login-wrapper .login-form form p:before {
  content: '';
  position: absolute;
  width: 47%;
  height: 1px;
  background-color: #E5AE49;
  left: 0;
  top: 31px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form p:after {
  content: '';
  position: absolute;
  width: 47%;
  height: 1px;
  background-color: #E5AE49;
  right: 0;
  top: 31px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .google-btn {
  width: 100%;
  text-align: center;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .google-btn a {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
}

.food-login-page-main-wrapper .login-wrapper .login-form form .google-btn a:hover {
  color: #ffffff;
  background-color: #000;
}

.food-login-page-main-wrapper .login-wrapper .login-form .login-bottom {
  width: 100%;
  padding: 12px 0px;
  text-align: center;
}

.food-login-page-main-wrapper .login-wrapper .login-form .login-bottom p {
  color: #111111;
}

.food-login-page-main-wrapper .login-wrapper .login-form .login-bottom p a {
  color: #E5AE49;
}

.food-coming-page-main-wrapper {
  width: 100%;
  padding: 70px 0px;
  background-image: url(../images/coming-soon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.food-coming-page-main-wrapper .coming-text {
  width: 100%;
  text-align: center;
}

.food-coming-page-main-wrapper .coming-text h1 {
  font-family: 'Italianno';
  font-style: normal;
  font-weight: 400;
  font-size: 170px;
  color: #E5AE49;
}

.food-coming-page-main-wrapper .coming-text h4 {
  font-family: 'Judson';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #111111;
}

.food-coming-page-main-wrapper .coming-text form {
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding-top: 30px;
}

.food-coming-page-main-wrapper .coming-text form input {
  width: 65%;
  padding: 15px 10px;
  background: transparent;
  border: 1px solid #E5AE49;
  border-radius: 10px;
}

.food-coming-page-main-wrapper .coming-text form .redButton {
  margin-top: 0;
}

.food-coming-page-main-wrapper .coming-text .com-bottom-img img {
  width: 530px;
}

/* ....................................
1.2 SHORTCODE 03 CSS 
.......................................*/
a {
  text-decoration: none;
  color: #111111;
}

p {
  color: #808080;
}

.padd-100 {
  padding: 100px 0;
}

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

.page-header {
  padding: 30px 0;
  background-color: #fafafa;
}

.page-header .heading h4 {
  font-size: 24px;
  color: #111111;
}

/*===================================== ACCORDION PAGE START ================================*/
/*============================ first accordion ==============================*/
.accor-heading {
  margin-bottom: 30px;
}

.accor-heading h3 {
  font-size: 24px;
  text-align: center;
}

.accordion1-main-wrapper .accordion-button span {
  display: inline-block;
  margin-right: 20px;
}

.accordion1-main-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion1-main-wrapper .accordion-button:not(.collapsed) {
  color: #E5AE49;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion1-main-wrapper .accordion-button:after {
  background-image: none;
}

.accordion1-main-wrapper .accordion-item {
  border: none;
}

.accordion1-main-wrapper .accordion-item .accordion-body {
  margin: 1rem 1.25rem;
  padding: 0 35px;
  border-left: 2px solid #E5AE49;
}

/*============================ second accordion ==============================*/
.accordion2-wrapper {
  background-color: #232323;
}

.accordion2-wrapper .accor-heading h3 {
  color: #ffffff;
}

.accordion2-wrapper .accordion-button span {
  display: inline-block;
  margin-right: 20px;
}

.accordion2-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion2-wrapper .accordion-button:not(.collapsed) {
  color: #E5AE49;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion2-wrapper .accordion-button:after {
  background-image: none;
}

.accordion2-wrapper .accordion-item {
  border: none;
  margin-top: 20px;
}

.accordion2-wrapper .accordion-item .accordion-header button {
  position: relative;
}

.accordion2-wrapper .accordion-item .accordion-header button:before {
  content: '';
  text-align: center;
  background: #232323;
  font-size: 14px;
  width: 15px;
  height: 1px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 13px;
}

.accordion2-wrapper .accordion-item .accordion-header button:after {
  content: '';
  text-align: center;
  background: #232323;
  font-size: 14px;
  width: 1px;
  height: 15px;
  line-height: 24px;
  display: block;
}

.accordion2-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  display: none;
}

/*============================ Third accordion ==============================*/
.accordion3-wrapper {
  background-color: #f7f7f7;
}

.accordion3-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion3-wrapper .accordion-button:not(.collapsed) {
  color: #E5AE49;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion3-wrapper .accordion-button:after {
  background-image: none;
}

.accordion3-wrapper .accordion-item {
  border: none;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px #00000014;
}

.accordion3-wrapper .accordion-item .accordion-header button {
  position: relative;
}

.accordion3-wrapper .accordion-item .accordion-header button:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  color: #111111;
  font-size: 14px;
  display: block;
}

.accordion3-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  transform: rotate(90deg);
}

/*============================ Fourth accordion ==============================*/
.accordion4-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion4-wrapper .accordion-button:not(.collapsed) {
  color: #E5AE49;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion4-wrapper .accordion-button:after {
  background-image: none;
}

.accordion4-wrapper .accordion-item {
  border: none;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px #00000014;
}

.accordion4-wrapper .accordion-item .accordion-header button {
  position: relative;
}

.accordion4-wrapper .accordion-item .accordion-header button:before {
  content: '+';
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 23px;
  top: 15px;
  z-index: 9;
  color: #111111;
}

.accordion4-wrapper .accordion-item .accordion-header button:after {
  content: '';
  text-align: center;
  background: #f7f7f7;
  width: 20px;
  height: 20px;
  line-height: 24px;
  display: block;
}

.accordion4-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  background: #E5AE49;
}

.accordion4-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
  content: '-';
  right: 23px;
  color: #ffffff;
  font-size: 24px;
}

/*============================ Five accordion ==============================*/
.accordion5-wrapper {
  background-color: #E5AE49;
}

.accordion5-wrapper .accor-heading h3 {
  color: #ffffff;
}

.accordion5-wrapper .accordion-button {
  background-color: transparent;
}

.accordion5-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion5-wrapper .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.accordion5-wrapper .accordion-button:after {
  background-image: none;
}

.accordion5-wrapper .accordion-item {
  border: none;
  background-color: transparent;
}

.accordion5-wrapper .accordion-item .accordion-header button {
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid #009146;
  transition: all 0.5s;
}

.accordion5-wrapper .accordion-item .accordion-header button:before {
  content: '+';
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 23px;
  top: 10px;
  z-index: 9;
  color: #ffffff;
}

.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed) {
  border-bottom: none;
  background-color: #009146;
}

.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
  content: '-';
  right: 25px;
  font-size: 24px;
}

.accordion5-wrapper .accordion-item .accordion-body {
  background-color: #009146;
}

.accordion5-wrapper .accordion-item .accordion-body p {
  color: #ffffff;
}

/*=================================== ACCORDION PAGE END ===============================*/
/*======================BUTTON PAGE START ==============================*/
.section-heading {
  margin-bottom: 50px;
}

.section-heading h4 {
  font-size: 24px;
  text-align: center;
}

.button1-wrapper {
  text-align: center;
}

.button1-wrapper .btn1 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 2px solid #E5AE49;
  background-color: #E5AE49;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s;
}

.button1-wrapper .btn1:hover {
  background-color: #ffffff;
  color: #E5AE49;
}

.button1-wrapper .btn1.xl-btn {
  padding: 16px 40px;
}

.button1-wrapper .btn1.lg-btn {
  padding: 12px 32px;
}

.button1-wrapper .btn1.md-btn {
  padding: 10px 26px;
}

.button1-wrapper .btn1.sm-btn {
  padding: 8px 22px;
}

.button1-wrapper .btn1.xs-btn {
  padding: 6px 16px;
}

/* second button section */
.button2-wrapper {
  text-align: center;
  background-color: #f7f7f7;
}

.button2-wrapper .btn2 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 2px solid #232323;
  background-color: #232323;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  padding: 12px 32px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button2-wrapper .btn2:hover {
  background-color: #ffffff;
  color: #232323;
}

.button2-wrapper .btn2.radius1-btn {
  border-radius: 10px;
}

.button2-wrapper .btn2.radius2-btn {
  border-radius: 5px;
}

.button2-wrapper .btn2.rounded-btn {
  border-radius: 50px;
}

/* third button section */
.button3-wrapper {
  text-align: center;
  background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
}

.button3-wrapper .btn3 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 2px solid #E5AE49;
  background-color: #E5AE49;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  padding: 12px 32px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button3-wrapper .btn3:hover {
  background-color: transparent;
  color: #E5AE49;
}

.button3-wrapper .btn3.gray-btn {
  background-color: #333333;
  border: 2px solid #333333;
  color: #ffffff;
}

.button3-wrapper .btn3.gray-btn:hover {
  background-color: transparent;
  color: #333333;
  border: 2px solid #333333;
}

.button3-wrapper .btn3.black-btn {
  background-color: #111111;
  border: 2px solid #111111;
  color: #ffffff;
}

.button3-wrapper .btn3.black-btn:hover {
  background-color: transparent;
  color: #232323;
  border: 2px solid #111111;
}

.button3-wrapper .btn3.white-btn {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #232323;
}

.button3-wrapper .btn3.white-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* fourth button section */
.button4-wrapper {
  text-align: center;
}

.button4-wrapper .btn4 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 2px solid #E5AE49;
  background-color: transparent;
  color: #111111;
  margin: 0 6px;
  font-weight: 600;
  padding: 12px 32px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button4-wrapper .btn4:hover {
  background-color: #E5AE49;
  color: #ffffff;
}

.button4-wrapper .btn4.light-border {
  border-color: #dbdbdb;
  border-radius: 10px;
}

.button4-wrapper .btn4.light-border:hover {
  background-color: #232323;
  color: #ffffff;
  border-color: #232323;
}

.button4-wrapper .btn4.black-border {
  border-color: #111111;
  border-radius: 50px;
}

.button4-wrapper .btn4.black-border:hover {
  background-color: #111111;
  color: #ffffff;
}

/*fifth button section*/
.button5-wrapper {
  text-align: center;
  background-color: #232323;
}

.button5-wrapper .section-heading h4 {
  color: #ffffff;
}

.button5-wrapper .btn5 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button5-wrapper .btn5.gradient1 {
  background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient1:hover {
  background-position: right center;
}

.button5-wrapper .btn5.gradient2 {
  background-image: linear-gradient(to right, #662D8C, #ED1E79, #662D8C);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient2:hover {
  background-position: right center;
}

.button5-wrapper .btn5.gradient3 {
  background-image: linear-gradient(to right, #EA8D8D, #A890FE, #EA8D8D);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient3:hover {
  background-position: right center;
}

.button5-wrapper .btn5.gradient4 {
  background-image: linear-gradient(to right, #C33764, #1D2671, #C33764);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient4:hover {
  background-position: right center;
}

.button5-wrapper .btn5.gradient5 {
  background-image: linear-gradient(to right, #764BA2, #667EEA, #764BA2);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient5:hover {
  background-position: right center;
}

/*six button section*/
.button6-wrapper {
  text-align: center;
}

.button6-wrapper .btn6 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  border: 2px solid #E5AE49;
  font-size: 14px;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button6-wrapper .btn6 span {
  margin: 0 5px;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button6-wrapper .btn6.blog1 {
  background-color: #E5AE49;
}

.button6-wrapper .btn6.blog1:hover {
  background-color: transparent;
  color: #E5AE49;
}

.button6-wrapper .btn6.blog1:hover span {
  color: #E5AE49;
}

.button6-wrapper .btn6.checkout {
  background-color: #232323;
  border-color: #232323;
}

.button6-wrapper .btn6.checkout:hover {
  background-color: transparent;
  color: #232323;
}

.button6-wrapper .btn6.checkout:hover span {
  color: #232323;
}

.button6-wrapper .btn6.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background-size: 140% auto;
  border: none;
}

.button6-wrapper .btn6.instagram:hover {
  background-position: right center;
}

.button6-wrapper .btn6.explore {
  background-color: transparent;
  border-color: #232323;
  color: #232323;
}

.button6-wrapper .btn6.explore span {
  color: #232323;
}

.button6-wrapper .btn6.explore:hover {
  background-color: #232323;
  color: #ffffff;
}

.button6-wrapper .btn6.explore:hover span {
  color: #ffffff;
}

/*seven button section*/
.button7-wrapper {
  text-align: center;
  background-color: #f7f7f7;
}

.button8-wrapper {
  text-align: center;
  background-color: #232323;
}

.button8-wrapper .section-heading h4 {
  color: #ffffff;
}

.button8-wrapper .btn8 {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 12px 32px;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px;
}

.button8-wrapper .btn8:hover {
  border-color: #E5AE49;
}

.button8-wrapper .btn8:after {
  transition: all 0.3s;
}

.button8-wrapper .btn8:after, .button8-wrapper .btn8:before {
  background: #E5AE49;
  content: '';
  position: absolute;
  z-index: -1;
}

.button8-wrapper .btn8.slide-1:after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.button8-wrapper .btn8.slide-1:hover:after {
  height: 100%;
}

.button8-wrapper .btn8.slide-2:after {
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.button8-wrapper .btn8.slide-2:hover:after {
  height: 100%;
}

.button8-wrapper .btn8.slide-3:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.button8-wrapper .btn8.slide-3:hover:after {
  width: 100%;
}

.button8-wrapper .btn8.slide-4:after {
  height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

.button8-wrapper .btn8.slide-4:hover:after {
  width: 100%;
}

.button8-wrapper .btn8.slide-5:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.button8-wrapper .btn8.slide-5:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.button8-wrapper .btn8.slide-6:before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.button8-wrapper .btn8.slide-6:after {
  background: #232323;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.button8-wrapper .btn8.slide-6:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.button8-wrapper .btn8.slide-7 {
  overflow: hidden;
  color: #ffffff;
}

.button8-wrapper .btn8.slide-7:after {
  height: 100%;
  left: -45%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.button8-wrapper .btn8.slide-7:hover:after {
  height: 100%;
  width: 145%;
}

.button8-wrapper .extra-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Nine button section */
.button9-wrapper {
  text-align: center;
}

.button9-wrapper .expan-rouded-btn {
  display: inline-block;
  text-transform: uppercase;
  color: #232323;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 28px 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button9-wrapper .expan-rouded-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  transition-duration: .3s;
  background-color: #E5AE49;
}

.button9-wrapper .expan-rouded-btn:hover {
  color: #ffffff;
}

.button9-wrapper .expan-rouded-btn:hover span {
  width: 100%;
}

.button9-wrapper .expan-rouded-btn.squre span {
  border-radius: 5px !important;
  width: 90px;
}

.button9-wrapper .expan-rouded-btn.squre:hover {
  color: #ffffff;
}

.button9-wrapper .expan-rouded-btn.squre:hover span {
  width: 100%;
}

/*Ten button section*/
.button10-wrapper {
  text-align: center;
  background-color: #232323;
}

.button10-wrapper .section-heading h4 {
  color: #ffffff;
}

.button10-wrapper a {
  margin: 0 10px;
}

.button10-wrapper a:hover {
  opacity: .7;
}

.button10-wrapper .text-gradient {
  padding: 7px 0 2px;
  position: relative;
  border: 0;
  background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button10-wrapper .text-gradient span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
}

.button10-wrapper .text-undeline {
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.button10-wrapper .text-thin-underline {
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}

/*Eleven button section */
.button11-wrapper {
  text-align: center;
  background-color: #f7f7f7;
}

.button11-wrapper .btn11 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: #111111;
  margin: 0 6px;
  font-weight: 600;
  padding: 12px 32px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button11-wrapper .btn11:hover {
  box-shadow: 0 8px 30px -5px #00000033;
  transform: translate3d(0, -3px, 0);
}

.button11-wrapper .btn11.shadow-rounded {
  background-color: #ffffff;
  border-radius: 50px;
}

.button11-wrapper .btn11.shadow-squre {
  background-color: #232323;
  color: #ffffff;
}

/*Eleven button section*/
.button12-wrapper {
  text-align: center;
}

.button12-wrapper .flat-shadow-btn {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 1px solid #232323;
  box-shadow: 2px 2px 0 #232323;
  color: #111111;
  margin: 0 6px;
  font-weight: 600;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button12-wrapper .flat-shadow-btn:hover {
  background-color: #232323;
  color: #ffffff;
  box-shadow: none;
}

/*RESPONSIVE CSS*/
/*--width 1199 --*/
@media (max-width: 1199px) {
  .btn-sizes a {
    font-size: 14px;
  }
}

/*--width 991 --*/
@media (max-width: 991px) {
  .btn-sizes a {
    display: block !important;
    width: max-content !important;
    margin: 15px auto !important;
    text-align: center !important;
  }
  .btn-sizes .extra-btns {
    display: block !important;
    margin: 15px auto !important;
  }
}

/*======================BUTTON PAGE END =======================*/
/*=====================================CLIENT PAGE START ===============================*/
.client1-wrapper {
  background-color: #f7f7f7;
  text-align: center;
}

.client1-wrapper a {
  display: block;
  text-align: center;
  padding: 40px 0;
  opacity: .5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.client1-wrapper a:hover {
  background-color: #ffffff;
  opacity: 1;
}

.client2-wrapper {
  text-align: center;
}

.client2-wrapper a {
  display: inline-block;
}

.client2-wrapper a img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.client2-wrapper a img:hover {
  filter: grayscale(0);
}

.client3-wrapper {
  background-color: #f7f7f7;
  text-align: center;
}

.client3-wrapper .hover-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.client3-wrapper .hover-box a {
  display: inline-block;
}

.client3-wrapper .hover-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  background-color: #ffffff;
  transition-duration: .3s;
  box-shadow: 0 0 15px #00000014;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.client3-wrapper .hover-box:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.client4-wrapper {
  text-align: center;
}

.client4-wrapper .client-carousel .owl-carousel .owl-nav {
  display: block;
}

.client4-wrapper .client-carousel .owl-carousel .owl-nav button {
  height: 40px;
  width: 40px;
  background: #0a58ca;
  color: #ffffff;
  font-size: 14px;
  margin-top: 30px;
  border-radius: 50px;
}

.client4-wrapper .client-carousel .owl-carousel .item img {
  width: auto;
}

/*=================================== CLIENT PAGE END ===============================*/
/*======================== Google Map section ===================*/
.g-map1-section .h-500px {
  height: 500px;
}

/*=========================== TAB PAGE START ====================*/
/*------ tab-one ------*/
.tab-one-wrapper .tab-one .nav-tabs {
  border: none;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item {
  padding: 0px 25px;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #808080bf;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #232323;
  color: #232323;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: #232323;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 100% 50%;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  background: #232323;
  transform-origin: 0 50%;
}

.tab-one-wrapper .tab-content .tab-one-home {
  margin: 60px 0 0 0;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h4 {
  color: #E5AE49;
  text-transform: uppercase;
  font-size: 20px;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h1 {
  font-weight: bold;
  font-size: 32px;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content p {
  color: #808080d9;
  padding: 20px 0 0 0;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content a {
  border: 2px solid #232323;
  padding: 10px 30px;
  font-weight: 500;
  background-color: #232323;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.5s;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content a:hover {
  background-color: transparent;
  color: #232323;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-img img {
  width: 100%;
}

/*-------- tab-two ------*/
.tab-two-wrapper {
  background-color: #f7f7f7;
}

.tab-two-wrapper .nav-pills .nav-item {
  padding: 0 25px;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link {
  font-size: 18px;
  color: #808080;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link i {
  display: block;
  margin-bottom: 10px;
  transform: translateY(0);
  transition: all 0.5s;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #E5AE49;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link:hover {
  color: #E5AE49;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link:hover i {
  transform: translateY(-5px);
}

.tab-two-wrapper .tab-content .tab-two-head {
  margin-top: 60px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-img img {
  width: 100%;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper {
  padding-left: 35px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a {
  border-bottom: 1px solid #232323;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a:hover {
  color: #232323;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-content h6 {
  line-height: 26px;
  font-size: 20px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-content p {
  padding: 12px 0 0 0;
}

/*------ tab-two-end -----*/
/*------- tab-three-start ------*/
.tab-three-wrapper .nav-pills .nav-item {
  padding: 0 30px;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link {
  background-color: transparent;
  padding: 10px 35px;
  color: gray;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link.active {
  background: #ffffff;
  box-shadow: 0 0 15px 0 #17171714;
  border-radius: 20px;
  color: #232323;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link:hover {
  color: #232323;
}

.tab-three-wrapper .tab-content .tab-three-accordion {
  background-color: #ffffff;
  padding: 30px 0;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-header button {
  background-color: #232323;
  color: #ffffff;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-header button::after {
  color: #ffffff;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-body {
  background-color: #232323;
}

/*-------- tab-four-start --------*/
/*------- tab-five-start ---------*/
.tab-five-wrapper .nav-pills {
  border-top: 1px solid #80808082;
  border-bottom: 1px solid #80808082;
  padding: 20px 0 0;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #232323;
  position: relative;
  border-bottom: 3px solid transparent;
  padding-bottom: 20px;
  border-radius: 0px;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link:hover {
  opacity: 1;
  border-bottom: 3px solid #e5ae49;
  color: #e5ae49;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link.active {
  border-bottom: 3px solid #e5ae49;
  color: #e5ae49;
}

.tab-five-wrapper .tab-content .tab-five-head {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.tab-five-wrapper .tab-content .tab-five-content {
  margin-left: 100px;
}

.tab-five-wrapper .tab-content .tab-five-content h2 {
  padding-bottom: 50px;
  font-size: 32px;
}

.tab-five-wrapper .tab-content .tab-five-content .tab-five-strategic {
  display: flex;
}

.tab-five-wrapper .tab-content .tab-five-content .tab-five-strategic .tab-icon i {
  font-size: 30px;
  color: #e5ae49;
}

.tab-five-wrapper .tab-content .tab-five-content .straregic-two {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tab-five-wrapper .tab-content .tab-five-content .strategic-content {
  margin-left: 25px;
}

.tab-five-wrapper .tab-content .tab-five-content .strategic-content p {
  max-width: 350px;
}

.tab-five-wrapper .tab-content .tab-five-content a {
  border-bottom: 2px solid #232323;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
}

.tab-five-wrapper .tab-content .tab-five-content a:hover {
  color: #808080c2;
}

@media (max-width: 991px) {
  .tab-five-wrapper .tab-content .tab-five-head {
    display: block;
  }
  .tab-five-wrapper .tab-content .tab-five-content {
    margin-left: 0px;
    margin-top: 30px;
  }
}

/*==================== FORM PAGE START ====================*/
/*--------- form-one-start ---------*/
.form-control {
  padding: 12px 10px;
}

.form-control:focus {
  box-shadow: none;
}

.form-btn {
  background-image: linear-gradient(to right, #662D8C, #ED1E79, #662D8C);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: none;
}

.form-btn.btn-two {
  background-image: linear-gradient(to right, #7c5236, #3e5810, #6e5432);
  width: 100%;
}

.form-btn.send-btn {
  float: right;
  margin-top: 20px;
}

.form-btn.float-btn {
  background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
  margin-top: 20px;
}

.form-btn:hover {
  background-position: right center;
}

.form-one-wrapper .form-one form input {
  padding: 12px 10px;
}

.form-one-wrapper .form-one form textarea {
  height: 110px;
}

.form-one-wrapper .form-one .form-control:focus {
  border: 1px solid #86b7fe;
}

/*--------- form-two-start ---------*/
.form-two-wrapper {
  background-image: url("../images/form/bg-two.jpg");
  background-size: cover;
  position: relative;
}

.form-two-wrapper .form-two form {
  background-color: #ffffff;
  padding: 40px 30px;
  box-shadow: 0 0 30px #00000014;
}

.form-two-wrapper .form-two .form-control:focus {
  border: 1px solid #86b7fe;
}

/*------- form-three-start --------*/
.form-three-wrapper .form-three form textarea {
  height: 195px;
}

.form-three-wrapper .form-three .form-control:focus {
  border: 1px solid #86b7fe;
}

/*----- form-four-start ------*/
.form-four-wrapper {
  background-color: #1f232c;
}

.form-four-wrapper .section-heading h4 {
  color: #ffffff;
}

.form-four-wrapper .form-four form input {
  background: transparent;
  border-bottom: 1px solid #80808087;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 10px;
}

.form-four-wrapper .form-four form input::placeholder {
  color: gray;
}

.form-four-wrapper .form-four form .form-check-input:focus {
  box-shadow: none;
}

.form-four-wrapper .form-four form .check-btn {
  font-size: 14px;
  color: gray;
  margin-left: 8px;
}

.form-four-wrapper .form-four form textarea {
  background: transparent;
  border-bottom: 1px solid #80808087;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  color: #ffffff;
}

.form-four-wrapper .form-four .form-control:focus {
  border: 1px solid #86b7fe;
}

.form-five .form-control:focus {
  border: 1px solid #86b7fe;
}

/*========================== FORM PAGE END ====================*/
/*===================== COUNTER PAGE START ==================*/
/*------- counter-one-start -------*/
.counter-one-wrapper .counter-one {
  text-align: center;
}

.counter-one-wrapper .counter-one .our-progress {
  margin-top: 20px;
}

.counter-one-wrapper .counter-one .our-progress .chart-one {
  position: relative;
  margin-bottom: 15px;
}

.counter-one-wrapper .counter-one .our-progress h4 {
  font-size: 24px;
  line-height: 35px;
}

.counter-one-wrapper .percent {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 3px;
}

.counter-one-wrapper .percent::after {
  content: '%';
  font-size: 18px;
  position: absolute;
  margin-top: -5px;
}

/*------ counter-two-start -------*/
.counter-two-wrapper {
  background-color: #f9f9f9;
}

.counter-two-wrapper .counter-two {
  text-align: center;
}

.counter-two-wrapper .counter-two .our-progress {
  margin-top: 20px;
}

.counter-two-wrapper .counter-two .our-progress .chart-two-one,
.counter-two-wrapper .counter-two .our-progress .chart-two-two,
.counter-two-wrapper .counter-two .our-progress .chart-two-three,
.counter-two-wrapper .counter-two .our-progress .chart-two-four {
  position: relative;
  margin-bottom: 15px;
}

.counter-two-wrapper .counter-two .our-progress h4 {
  font-size: 24px;
  line-height: 35px;
}

.counter-two-wrapper .percent-one {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 80px;
  width: 80px;
  background-color: #E5AE49;
  border-radius: 50%;
  font-size: 24px;
  line-height: 80px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
}

.counter-two-wrapper .percent-one::after {
  content: '%';
  font-size: 18px;
  position: absolute;
  color: #ffffff;
}

.counter-two-wrapper .percent-one.percent-two {
  background-color: #7197b3;
}

.counter-two-wrapper .percent-one.percent-three {
  background-color: #73ca8d;
}

.counter-two-wrapper .percent-one.percent-four {
  background-color: #ea6a38;
}

/*------ counter-three-start -------*/
.counter-three-wrapper {
  background-color: #1f232c;
}

.counter-three-wrapper .section-heading h4 {
  color: #ffffff;
}

.counter-three-wrapper .counter-three .our-progress {
  margin-top: 20px;
  text-align: center;
}

.counter-three-wrapper .counter-three .our-progress .chart-three h2 {
  font-size: 45px;
  color: #ffffff;
  display: inline-block;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .count-plus {
  color: #E5AE49;
  font-size: 25px;
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  top: -20px;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .counter-head {
  clear: both;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .counter-head p {
  font-size: 20px;
  text-transform: uppercase;
}

/*------ counter-four-start -------*/
.counter-four-wrapper .counter-four {
  text-align: center;
}

.counter-four-wrapper .counter-four .our-progress-one {
  margin-top: 20px;
  background-color: #E5AE49;
  border-radius: 5px;
}

.counter-four-wrapper .counter-four .our-progress-one h2 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 30px;
}

.counter-four-wrapper .counter-four .our-progress-one h2 a {
  color: #ffffff;
}

.counter-four-wrapper .counter-four .our-progress-one .chart-four-1st,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-2nd,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-3rd,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-4th {
  position: relative;
  padding: 32px 0;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-two {
  margin-top: 20px;
  background-color: #7197b3;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-three {
  margin-top: 20px;
  background-color: #73ca8d;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-four {
  margin-top: 20px;
  background-color: #ea6a38;
}

.counter-four-wrapper .percent {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
}

.counter-four-wrapper .percent::after {
  content: '%';
  font-size: 18px;
  position: absolute;
  color: #ffffff;
}

/*===================== COUNTER PAGE END ==================*/
/*================= COUNT-DOWN PAGE START ================*/
/*-------- countdown-first-start --------*/
.count-one-wrapper #countdown-one {
  text-align: center;
  background: #222;
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 40px 0;
  position: relative;
}

.count-one-wrapper #countdown-one::before {
  content: '';
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 60px;
  left: -9px;
}

.count-one-wrapper #countdown-one::after {
  content: '';
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 60px;
  right: -9px;
}

.count-one-wrapper #countdown-one #tiles span {
  width: 92px;
  max-width: 92px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #111111;
  background-color: #ddd;
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}

.count-one-wrapper #countdown-one #tiles span::before {
  content: '';
  width: 100%;
  height: 13px;
  background: #111111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

.count-one-wrapper #countdown-one #tiles span::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

.count-one-wrapper #countdown-one .labels {
  text-align: center;
  margin-top: 12px;
}

.count-one-wrapper #countdown-one .labels li {
  width: 102px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

/*---- count-down-two-start -----*/
.count-two-wrapper {
  text-align: center;
  background-color: #232323;
}

.count-two-wrapper .section-heading h4 {
  color: #ffffff;
}

.count-two-wrapper div {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
}

.count-two-wrapper span {
  display: block;
  font-size: 20px;
  color: white;
}

#days {
  font-size: 100px;
  color: #db4844;
}

#hours {
  font-size: 100px;
  color: #f07c22;
}

#minutes {
  font-size: 100px;
  color: #f6da74;
}

#seconds {
  font-size: 50px;
  color: #abcd58;
}

/*================= PRICING PAGE START ================*/
/*-------- pricing-first-start --------*/
.price-btn {
  border: 2px solid #262b35;
  padding: 8px 22px;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.price-btn:hover {
  color: #ffffff;
  background-color: #262b35;
}

.price-btn.price-gradient {
  background-image: linear-gradient(to right, #ec606c, #eb7242, #ec606c);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
}

.price-btn.price-gradient:hover {
  background-position: right center;
}

.pricing-one-wrapper .pricing-one .pricing-table {
  text-align: center;
  padding: 65px;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head h5 {
  color: #374162;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0px;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head span {
  font-size: 13px;
  text-transform: uppercase;
  color: gray;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head h2 {
  margin-top: 40px;
  color: #374162;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu {
  padding: 30px 0;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li {
  color: gray;
  padding: 10px 0;
  border-bottom: 1px solid #8080806b;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li span {
  color: #111111;
  font-weight: bold;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li:last-child {
  border-bottom: none;
}

.pricing-one-wrapper .pricing-one.pricing-two {
  box-shadow: 0 0 30px #00000014;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

/*-------- pricing-two-start --------*/
.box-two {
  padding-right: 0px;
}

.box-two-left {
  padding-left: 0px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  text-align: center;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .price-two-head {
  background-color: #f7f7f7;
  padding: 12px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .price-two-head h6 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body {
  padding: 40px 0;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .price-icon i {
  font-size: 35px;
  color: #E5AE49;
  margin-bottom: 20px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu {
  padding: 30px 0;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu ul li {
  color: gray;
  padding: 15px 0;
  border-bottom: 1px solid #8080806b;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu ul li span {
  color: #111111;
  font-weight: bold;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body .pricing-menu ul li:last-child {
  border-bottom: none;
}

.pricing-two-wrapper .pricing-two .pricing-table-two.box-two-shadow {
  box-shadow: 0 0 30px #00000014;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

/*-------- pricing-three-start --------*/
.pricing-three-wrapper .pricing-three .pricing-table-three {
  box-shadow: 0 0 25px #00000014;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  text-align: center;
  border-radius: 5px;
  padding: 60px;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head span {
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 10px;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head h6 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 12px 0 25px 0;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head h2 {
  font-size: 36px;
  color: #0b4ebd;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head strong {
  text-transform: uppercase;
  font-weight: 500;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three {
  padding: 30px 0;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three ul li {
  color: #828282;
  padding: 20px 0;
  border-bottom: 1px solid #8282827d;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three ul li:last-child {
  border-bottom: none;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three {
  background-color: #232323;
  color: #ffffff;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 2px solid #232323;
  border-radius: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three:hover {
  background-color: transparent;
  color: #232323;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three.btn-clr {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #232323;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three.btn-clr:hover {
  color: #ffffff;
  background-color: transparent;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(90deg, #020024 0%, #12408b 62%, #4285f4 100%);
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg h6 {
  color: #ffffff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg h2 {
  color: #ffffff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg strong {
  color: #ffffff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg .pricing-body-three {
  padding: 30px 0;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg .pricing-body-three ul li {
  color: #ffffff;
}

/*-/================= TESTIMONIAL PAGE START ================*/
/*-------- testimonial-first-start --------*/
.testimonial-one-wrapper {
  background-color: #f7f7f7;
}

.testimonial-one-wrapper .testimonial-one {
  background-color: #ffffff;
}

.testimonial-one-wrapper .testimonial-one:hover {
  box-shadow: 0 0 20px #00000012;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.testimonial-one-wrapper .testimonial-one .test-img img {
  width: 100%;
}

.testimonial-one-wrapper .testimonial-one .test-content {
  text-align: center;
  position: relative;
  padding: 45px 20px;
}

.testimonial-one-wrapper .testimonial-one .test-content h6 {
  font-size: 22px;
  line-height: 40px;
}

.testimonial-one-wrapper .testimonial-one .test-content .test-icon {
  height: 75px;
  width: 75px;
  line-height: 71px;
  overflow: hidden;
  box-shadow: 0 0 25px #0000000d;
  position: absolute;
  top: 0;
  left: 50%;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transition: all .3s ease-in-out;
}

.testimonial-one-wrapper .testimonial-one .test-content .test-icon i {
  background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}

.testimonial-one-wrapper .testimonial-one .test-content span {
  color: #808080c2;
  font-weight: 500;
}

/*------------ testimonial-two -----------*/
.testimonial-two-wrapper {
  background-color: #232323;
}

.testimonial-two-wrapper .section-heading h4 {
  color: #ffffff;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 20px #00000014;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content::before {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #ffffff transparent transparent;
  border-width: 27px 10px 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -19px;
  left: 50px;
  z-index: 1;
  transform: rotate(27deg);
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content:hover {
  transform: translate3d(0, -3px, 0);
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img img {
  width: 80px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head {
  margin-left: 22px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head h6 {
  color: #ffffff;
  margin-bottom: 2px;
  font-size: 22px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head span {
  color: #808080d9;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots .owl-dot.active span {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -52px;
  top: 220px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -52px;
  top: 220px;
}

/*--------- testimonial-three-start ---------*/
.testimonial-three-wrapper {
  background-color: #dbdbdb;
}

.testimonial-three-wrapper .slider-two-wrapper {
  background-color: #f7f7f7;
  position: relative;
  padding: 45px;
  transition-duration: .5s;
}

.testimonial-three-wrapper .slider-two-wrapper:hover {
  box-shadow: 0 0 15px #00000012;
  background: #ffffff;
}

.testimonial-three-wrapper .slider-two-wrapper:hover .slider-quote {
  transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
}

.testimonial-three-wrapper .slider-two-wrapper .slider-quote {
  position: absolute;
  top: 0;
  transform: translateY(-50%) rotateY(0) rotateX(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-quote i {
  font-size: 35px;
  color: #1a5cc9;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-two-content {
  border-bottom: 1px solid #80808069;
  padding-bottom: 20px;
  display: inline-block;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author img {
  width: 50px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name {
  margin-left: 15px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name h6 {
  margin-bottom: 0px;
  font-size: 22px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name span {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}

/*------- testimonial-four-start -------*/
.testimonial-four-wrapper .test-bg {
  background-image: url("../images/testimonial/image_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  width: 100%;
}

.testimonial-four-wrapper .test-bg .test-bg-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: #121517;
  opacity: 0.7;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item img {
  width: 158px;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .slider-img-wrapper {
  float: left;
  width: 15%;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content {
  float: left;
  width: calc(100% - 15%);
  padding-left: 30px;
  padding-top: 45px;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content p {
  color: #ffffff;
  font-style: italic;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content h3 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content span {
  color: #3f80ea;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-dots {
  text-align: center;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #676b6e;
  border-radius: 50px;
  margin: 10px;
  transition: all 0.5s;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot span:hover {
  background: #E5AE49;
  width: 12px;
  height: 12px;
  transition: all 0.5s;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot.active span {
  background: #E5AE49;
  width: 12px;
  height: 12px;
  transition: all 0.5s;
}

/*------- testimonial-five-start -------*/
.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper {
  text-align: center;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper h4 {
  font-size: 22px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper .test-five-icon {
  margin-bottom: 20px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper .test-five-icon i {
  color: #E5AE49;
  font-size: 40px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper p {
  max-width: 925px;
  font-style: italic;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .item .test-five-wrapper h6 {
  margin: 10px 0;
  font-size: 20px;
  color: #E5AE49;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-prev,
.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-next {
  background: #f7f7f7;
  color: #999999;
  transition: all .5s;
  position: absolute;
  top: 220px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-prev {
  left: -52px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-next {
  right: -52px;
}

/*--width 991 --*/
@media (max-width: 991px) {
  .tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper {
    padding: 20px 0;
  }
  .tab-one-wrapper .tab-content .tab-one-home .tab-one-content h4 {
    margin-top: 20px;
  }
  .testimonial-three-wrapper .slider-two-wrapper {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .tab-one-wrapper .tab-one .nav-tabs .nav-item {
    padding: 0px 5px;
  }
  .tab-two-wrapper .nav-pills .nav-item {
    padding: 0 3px;
  }
  .tab-three-wrapper .nav-pills .nav-item {
    padding: 0 3px;
  }
}

@media (max-width: 580px) {
  .tab-one-wrapper .tab-one .nav {
    display: block;
  }
  .tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link {
    margin: 0 auto;
  }
  .tab-two-wrapper .nav {
    display: block;
  }
  .tab-two-wrapper .nav-pills .nav-item .nav-link {
    margin: 0 auto;
  }
  .tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2 {
    font-size: 24px;
  }
  .tab-three-wrapper .nav {
    display: block;
  }
  .tab-three-wrapper .nav-pills .nav-item .nav-link {
    margin: 10px auto;
  }
  .tab-five-wrapper .nav {
    display: block;
  }
  .tab-five-wrapper .nav-pills .nav-item .nav-link {
    margin: 8px auto;
    padding-bottom: 10px;
  }
  .tab-five-wrapper .tab-content .tab-five-img img {
    width: 100%;
  }
}

/*--------- ALERT PAGE START ---------*/
.al-section-1 .alert-section-1 {
  margin-top: 40px;
}

.al-section-1 .alert-section-1 .alert-icon {
  font-size: 18px;
  margin-right: 15px;
  color: #797979;
}

.al-section-1 .alert-section-1 .envelope-color {
  color: #797979;
}

.al-section-1 .alert-section-1 .triangle-color {
  color: #eb768c;
}

.al-section-1 .alert-section-1 .umbrella-color {
  color: #31aae2;
}

.al-section-1 .alert-section-1 .bell-color {
  color: #f0c440;
}

.al-section-1 .alert-section-1 .check-color {
  color: #73c8b7;
}

.al-section-1 .alert-section-1 .bullhorn-color {
  color: #5581c4;
}

.al-section-1 .alert-section-1 p {
  font-size: 16px;
}

/*--------section-top-padding------*/
.al-section-2 {
  background-color: #f9f9f9;
}

.al-section-2 span i {
  padding: 24px;
}

.al-section-2 .alert-img {
  float: left;
  padding: 0px 25px;
}

.al-section-2 .alert-img span {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.al-section-2 .alert-content {
  margin-left: 115px;
}

.al-section-2 .alert-content h4 {
  font-size: 24px;
  line-height: 35px;
}

.al-section-2 .alert-light {
  padding: 30px;
  margin-top: 40px;
}

.al-section-2 .envelope-color {
  background-color: #797979;
  color: #ffffff;
  border-radius: 40px;
}

.al-section-2 .triangle-color {
  background-color: #eb768c;
  color: #ffffff;
  border-radius: 40px;
}

.al-section-2 .umbrella-color {
  background-color: #31aae2;
  color: #ffffff;
  border-radius: 40px;
}

.al-section-2 .bell-color {
  background-color: #f0c440;
  color: #ffffff;
  border-radius: 40px;
}

.al-section-2 .check-color {
  background-color: #73c8b7;
  color: #ffffff;
  border-radius: 40px;
}

.al-section-2 .bullhorn-color {
  background-color: #5581c4;
  color: #ffffff;
  border-radius: 40px;
}

/*--------section-top-padding------*/
.al-section-3 span i {
  padding: 21px;
  color: #ffffff;
}

.al-section-3 .alert-img {
  float: left;
  padding: 0px 25px;
}

.al-section-3 .alert-img span {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #ffffff;
  border-radius: 40px;
  line-height: 70px;
  text-align: center;
}

.al-section-3 .alert-light {
  padding: 30px;
  margin-top: 40px;
}

.al-section-3 .envelope-color {
  background-color: #797979;
  color: #ffffff;
}

.al-section-3 .triangle-color {
  background-color: #eb768c;
  color: #ffffff;
}

.al-section-3 .umbrella-color {
  background-color: #31aae2;
  color: #ffffff;
}

.al-section-3 .bell-color {
  background-color: #f0c440;
  color: #ffffff;
}

.al-section-3 .check-color {
  background-color: #73c8b7;
  color: #ffffff;
}

.al-section-3 .bullhorn-color {
  background-color: #5581c4;
  color: #ffffff;
}

.al-section-3 .alert-content {
  margin-left: 115px;
}

.al-section-3 .alert-content p {
  color: #ffffff;
}

.al-section-3 .alert-content h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
}

.al-section-3 .btn-close {
  background: none;
  opacity: 1;
}

.al-section-3 .btn-close:focus {
  box-shadow: none;
}

.al-section-3 span.cancle-icon {
  position: absolute;
  right: 0px;
  top: 0;
}

/*----alert section-4----*/
.al-section-4 {
  background-color: #f9f9f9;
}

.al-section-4 .alert-box {
  background-color: #ffffff;
  margin-top: 30px;
}

.al-section-4 .alert {
  padding: 0px;
}

.al-section-4 .alert-icon {
  display: inline-block;
  height: 100%;
  border-right: 1px solid #e9e9e9;
  padding: 40px;
}

.al-section-4 .alert-icon i {
  font-size: 30px;
}

.al-section-4 .alert-text {
  padding-left: 30px;
  font-size: 16px;
  font-family: 'Poppins';
}

.al-section-4 .btn-close {
  padding: 1rem;
}

.al-section-4 .envelope-color {
  color: #696868;
}

.al-section-4 .triangle-color {
  color: #eb768c;
}

.al-section-4 .umbrella-color {
  color: #31aae2;
}

.al-section-4 .bell-color {
  color: #f0c440;
}

.al-section-4 .check-color {
  color: #73c8b7;
}

.al-section-4 .bullhorn-color {
  color: #5581c4;
}

/*----alert section-5----*/
.al-section-5 .alert-img {
  float: left;
  padding: 0px 25px;
}

.al-section-5 .alert {
  padding: 40px;
}

.al-section-5 .alert-content p {
  color: #ffffff;
}

.al-section-5 .alert-content h4 {
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
}

.al-section-5 .envelope-color {
  background-color: #797979;
  color: #ffffff;
  position: relative;
}

.al-section-5 .triangle-color {
  background-color: #eb768c;
  color: #ffffff;
}

.al-section-5 .umbrella-color {
  background-color: #31aae2;
  color: #ffffff;
}

.al-section-5 .bell-color {
  background-color: #f0c440;
  color: #ffffff;
}

.al-section-5 .check-color {
  background-color: #73c8b7;
  color: #ffffff;
}

.al-section-5 .bullhorn-color {
  background-color: #5581c4;
  color: #ffffff;
}

.al-section-5 .alert-icon {
  display: inline-block;
  height: 100%;
  padding: 15px;
}

.al-section-5 .alert-dismissible .btn-close {
  background: none !important;
}

.al-section-5 i {
  font-size: 30px;
}

.al-section-5 span i {
  font-size: 36px;
  color: #ffffff;
}

.al-section-5 span.cancle-icon {
  position: absolute;
  right: 40px;
  top: 40px;
}

@media (max-width: 767px) {
  .al-section-5 .alert-icon {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .al-section-5 .alert-text {
    text-align: center;
    display: block;
  }
  .al-section-5 .alert-img {
    float: none;
  }
  .al-section-5 .alert-content {
    text-align: center;
  }
  .al-section-5 span.cancle-icon {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 580px) {
  .al-section-4 .alert-icon {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .al-section-4 .alert-text {
    text-align: center;
    display: block;
  }
}

@media (max-width: 480px) {
  .al-section-2 .alert-img {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .al-section-2 .alert-content {
    margin-left: 0px;
    text-align: center;
  }
  .al-section-3 .alert-img {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .al-section-3 .alert-content {
    margin-left: 0px;
    text-align: center;
  }
}

/*--------- text-box-start ----------*/
.team-one-wrapper {
  padding-bottom: 150px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper {
  position: relative;
  width: auto;
  display: inline-block;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .2s ease;
  transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  text-align: center;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper h4 {
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 22px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper h5 {
  color: #ffffff;
  padding-bottom: 15px;
  font-size: 18px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon {
  display: inline-block;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li {
  float: left;
  margin-left: 4px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li:first-child {
  margin-left: 0px;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li a {
  float: left;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 34px;
  transition: all .5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper .social-icon li a:hover {
  border: 1px solid #E5AE49;
  background: #E5AE49;
  transition: all .5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content:hover .image-wrapper-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-prev {
  color: #999999;
  font-size: 30px;
  height: 50px;
  display: inline-block;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #999999;
  position: absolute;
  left: 33%;
  bottom: -96px;
  z-index: 100;
  transition: all .5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-next {
  color: #999999;
  font-size: 30px;
  height: 50px;
  display: inline-block;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #999999;
  position: absolute;
  left: 61%;
  bottom: -96px;
  z-index: 100;
  transition: all .5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -83px;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot {
  margin-left: 3px;
  transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #cccccc;
  transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot:hover span, .team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #E5AE49;
  width: 8px;
  height: 8px;
  transition: all 0.5s;
}

.team-two-wrapper {
  background-color: #f9f9f9;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .image-two-wrapper {
  position: relative;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .image-two-wrapper .overlay-two-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .team-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .team-sub-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two {
  color: #ffffff;
  transform: translateY(15px);
  opacity: 0;
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two {
  position: absolute;
  bottom: 30px;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two a {
  margin: 0 10px;
  color: #ffffff;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two a:first-child {
  margin: 0px;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content .team-two-content .social-icon-two a:last-child {
  margin: 0px;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .image-two-wrapper .overlay-two-wrapper {
  opacity: 1;
  visibility: visible;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content {
  opacity: 1;
}

.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content .team-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content .team-sub-title,
.team-two-wrapper .slider-two-wrapper .owl-carousel .item .slider-two-content:hover .team-two-content .social-icon-two {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  display: block;
}

.team-three-wrapper .team-three-wrapper .team-three-img {
  position: relative;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  overflow: hidden;
}

.team-three-wrapper .team-three-wrapper .team-three-img img {
  display: block;
  margin: auto;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  background-color: #e5ae4982;
  overflow: hidden;
  visibility: hidden;
  color: #ffffff;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay span {
  text-transform: uppercase;
  font-weight: 500;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three {
  position: absolute;
  bottom: 40px;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three a {
  margin: 0 10px;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three a i {
  color: #ffffff;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay .social-icon-three a:first-child {
  margin-left: 0px;
}

.team-three-wrapper .team-three-wrapper:hover .team-three-img .team-three-overlay {
  top: 0;
  visibility: visible;
}

.team-four-wrapper {
  background-color: #f7f7f7;
}

.team-four-wrapper .owl-carousel .item .four-content {
  text-align: center;
  box-shadow: 0 0 20px #00000014;
  transition: all .3s ease-in-out;
  display: inline-block;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-img {
  position: relative;
  overflow: hidden;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-img img {
  transform: scale(1);
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content {
  background-color: #ffffff;
  padding: 40px 0;
  display: inline-block;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content h6 {
  text-transform: uppercase;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content span {
  margin-bottom: 20px;
  line-height: 22px;
  color: #828282;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four {
  margin: 12px 0 0;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four a {
  margin: 0 10px;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four a:first-child {
  margin-left: 0px;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content .social-icon-four a:last-child {
  margin-right: 0px;
}

.team-four-wrapper .owl-carousel .item .four-content:hover .team-four-img img {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.team-four-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -83px;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot {
  margin-left: 3px;
  transition: all 0.5s;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #cccccc;
  transition: all 0.5s;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot:hover span, .team-four-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #E5AE49;
  width: 8px;
  height: 8px;
  transition: all 0.5s;
}

/*--------- social icons css start ---------*/
.icon1-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon1-main-wrapper .social-icons ul li {
  padding: 25px;
}

.icon1-main-wrapper .social-icons ul li a {
  font-size: 22px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.icon1-main-wrapper .social-icons ul li a:hover {
  color: #0038e3;
}

.icon2-main-wrapper {
  background-color: #e9e9e9;
}

.icon2-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon2-main-wrapper .social-icons ul li {
  padding: 25px;
}

.icon2-main-wrapper .social-icons ul li a {
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.icon2-main-wrapper .social-icons ul li a.facebook:hover {
  color: #3b5998;
  transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.twitter:hover {
  color: #00aced;
  transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.google:hover {
  color: #dc4a38;
  transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.dribbble:hover {
  color: #ea4c89;
  transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.linkedin:hover {
  color: #0077b5;
  transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.instagram:hover {
  color: #fe1f49;
  transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.behance:hover {
  color: #1769ff;
  transform: translateY(-10px);
}

.icon3-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon3-main-wrapper .social-icons ul li {
  padding: 25px;
}

.icon3-main-wrapper .social-icons ul li a {
  font-size: 22px;
  display: inline-block;
  height: 50px;
  width: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.icon3-main-wrapper .social-icons ul li a:hover {
  border-radius: 50px;
}

.icon3-main-wrapper .social-icons ul li a.facebook {
  background-color: #3b5998;
}

.icon3-main-wrapper .social-icons ul li a.twitter {
  background-color: #00aced;
}

.icon3-main-wrapper .social-icons ul li a.google {
  background-color: #dc4a38;
}

.icon3-main-wrapper .social-icons ul li a.dribbble {
  background-color: #ea4c89;
}

.icon3-main-wrapper .social-icons ul li a.linkedin {
  background-color: #0077b5;
}

.icon3-main-wrapper .social-icons ul li a.instagram {
  background-color: #fe1f49;
}

.icon3-main-wrapper .social-icons ul li a.behance {
  background-color: #1769ff;
}

.icon4-main-wrapper {
  background-color: #e9e9e9;
}

.icon4-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon4-main-wrapper .social-icons ul li {
  padding: 25px;
}

.icon4-main-wrapper .social-icons ul li a {
  font-size: 22px;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.icon4-main-wrapper .social-icons ul li a:hover {
  background-color: #ffffff !important;
  box-shadow: 0 0 30px #17171740;
  transform: translate3d(0, -5px, 0);
}

.icon4-main-wrapper .social-icons ul li a.facebook {
  background-color: #3b5998;
}

.icon4-main-wrapper .social-icons ul li a.facebook:hover {
  color: #3b5998;
}

.icon4-main-wrapper .social-icons ul li a.twitter {
  background-color: #00aced;
}

.icon4-main-wrapper .social-icons ul li a.twitter:hover {
  color: #00aced;
}

.icon4-main-wrapper .social-icons ul li a.google {
  background-color: #dc4a38;
}

.icon4-main-wrapper .social-icons ul li a.google:hover {
  color: #dc4a38;
}

.icon4-main-wrapper .social-icons ul li a.dribbble {
  background-color: #ea4c89;
}

.icon4-main-wrapper .social-icons ul li a.dribbble:hover {
  color: #ea4c89;
}

.icon4-main-wrapper .social-icons ul li a.linkedin {
  background-color: #0077b5;
}

.icon4-main-wrapper .social-icons ul li a.linkedin:hover {
  color: #0077b5;
}

.icon4-main-wrapper .social-icons ul li a.instagram {
  background-color: #fe1f49;
}

.icon4-main-wrapper .social-icons ul li a.instagram:hover {
  color: #fe1f49;
}

.icon4-main-wrapper .social-icons ul li a.behance {
  background-color: #1769ff;
}

.icon4-main-wrapper .social-icons ul li a.behance:hover {
  color: #1769ff;
}

.icon5-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon5-main-wrapper .social-icons ul li {
  padding: 25px;
}

.icon5-main-wrapper .social-icons ul li a {
  font-size: 22px;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #111111;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.icon5-main-wrapper .social-icons ul li a span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: all .5s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  width: 0;
  z-index: -1;
}

.icon5-main-wrapper .social-icons ul li a:hover {
  color: #ffffff !important;
}

.icon5-main-wrapper .social-icons ul li a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}

.icon5-main-wrapper .social-icons ul li a.facebook span {
  background-color: #3b5998;
}

.icon5-main-wrapper .social-icons ul li a.twitter span {
  background-color: #00aced;
}

.icon5-main-wrapper .social-icons ul li a.google span {
  background-color: #dc4a38;
}

.icon5-main-wrapper .social-icons ul li a.dribbble span {
  background-color: #ea4c89;
}

.icon5-main-wrapper .social-icons ul li a.linkedin span {
  background-color: #0077b5;
}

.icon5-main-wrapper .social-icons ul li a.instagram span {
  background-color: #fe1f49;
}

.icon5-main-wrapper .social-icons ul li a.behance span {
  background-color: #1769ff;
}

.icon6-main-wrapper {
  background-color: #e9e9e9;
}

.icon6-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon6-main-wrapper .social-icons ul li {
  padding: 25px;
}

.icon6-main-wrapper .social-icons ul li a {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.icon6-main-wrapper .social-icons ul li a span {
  line-height: inherit;
  font-weight: 500;
  top: 0;
  position: relative;
  transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.icon6-main-wrapper .social-icons ul li a span.brand-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .3s;
}

.icon6-main-wrapper .social-icons ul li a.facebook {
  color: #3b5998;
}

.icon6-main-wrapper .social-icons ul li a.dribbble {
  color: #ea4c89;
}

.icon6-main-wrapper .social-icons ul li a.behance {
  color: #1769ff;
}

.icon6-main-wrapper .social-icons ul li a.instagram {
  color: #fe1f49;
}

.icon6-main-wrapper .social-icons ul li a:hover .brand-label {
  top: -50px;
  transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.icon6-main-wrapper .social-icons ul li a:hover .brand-icon {
  top: 0;
  transition-duration: .3s;
}

.icon7-main-wrapper {
  background-color: #111111;
}

.icon7-main-wrapper .accor-heading h3 {
  color: #ffffff;
}

.icon7-main-wrapper .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.icon7-main-wrapper .social-icons ul li {
  padding-right: 25px;
}

.icon7-main-wrapper .social-icons ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  z-index: 1;
  color: #ffffff;
}

.icon7-main-wrapper .social-icons ul li a i {
  padding-right: 0px;
  position: relative;
  color: #ffffff;
  transition: .5s;
  z-index: 3;
}

.icon7-main-wrapper .social-icons ul li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b5998;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 2;
}

.icon7-main-wrapper .social-icons ul li a:hover {
  border-color: #3b5998;
}

.icon7-main-wrapper .social-icons ul li a:hover i {
  color: #ffffff;
  transform: rotateY(360deg);
}

.icon7-main-wrapper .social-icons ul li a:hover::before {
  top: 0;
}

/* responsive of shortcode */
@media (max-width: 767px) {
  .icon1-main-wrapper .social-icons ul li,
  .icon2-main-wrapper .social-icons ul li,
  .icon3-main-wrapper .social-icons ul li,
  .icon4-main-wrapper .social-icons ul li,
  .icon5-main-wrapper .social-icons ul li,
  .icon7-main-wrapper .social-icons ul li {
    padding: 12px;
  }
  .icon6-main-wrapper .social-icons ul li {
    padding: 5px;
  }
}

@media (max-width: 580px) {
  .icon1-main-wrapper .social-icons ul,
  .icon2-main-wrapper .social-icons ul,
  .icon3-main-wrapper .social-icons ul,
  .icon4-main-wrapper .social-icons ul,
  .icon5-main-wrapper .social-icons ul,
  .icon7-main-wrapper .social-icons ul {
    display: block;
    column-count: 3;
    column-gap: 10px;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
  }
  .icon1-main-wrapper .social-icons ul li,
  .icon2-main-wrapper .social-icons ul li,
  .icon3-main-wrapper .social-icons ul li,
  .icon4-main-wrapper .social-icons ul li,
  .icon5-main-wrapper .social-icons ul li,
  .icon7-main-wrapper .social-icons ul li {
    display: inline-block;
  }
  .icon6-main-wrapper .social-icons ul {
    display: block;
    column-count: 3;
    column-gap: 10px;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
  }
  .icon6-main-wrapper .social-icons ul li {
    display: inline-block;
    padding: 15px;
  }
}

/*-------- gallery section -----------*/
.gallery1-wrapper .img-gallery-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li {
  padding: 10px;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
  text-align: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img {
  position: relative;
  overflow: hidden;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img img {
  opacity: 1;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .img-responsive {
  width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
  background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: translateX(-15px) translateY(-15px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  transition: .2s ease;
  transition: all 0.5s;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
  visibility: visible;
  opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  opacity: .15;
}

/*------------------- gallery section -----------*/
.gallery1-wrapper .img-gallery-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li {
  padding: 10px;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
  text-align: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img {
  position: relative;
  overflow: hidden;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img img {
  opacity: 1;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .img-responsive {
  width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
  background: #833ab4;
  background: linear-gradient(90deg, rgba(131, 58, 180, 0.779149) 0%, rgba(253, 29, 29, 0.563463) 46%, rgba(252, 176, 69, 0.823967) 100%);
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: translateX(-15px) translateY(-15px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  transition: .2s ease;
  transition: all 0.5s;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
  visibility: visible;
  opacity: 1;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  opacity: .15;
}

/* gallery second start  */
/* section_1 css */
.gallery2-wrapper {
  background-color: #e9e9e9;
}

.gallery2-wrapper .portfolio_img img {
  width: 100%;
}

.gallery2-wrapper .portfolio_img_wrapper {
  text-align: center;
}

.gallery2-wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.gallery2-wrapper .portfolio_img_overlay {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  height: calc(100% - 60px);
  left: 30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 30px;
  transform: translateX(-15px) translateY(-15px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: calc(100% - 60px);
  transition: .2s ease;
  transition: all 0.5s;
}

.gallery2-wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.gallery2-wrapper .portfolio_img_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.gallery2-wrapper .portfolio_img_wrapper:hover .portfolio_img_text {
  visibility: visible;
  opacity: 1;
}

.gallery2-wrapper .portfolio_img_text a {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #E5AE49;
  color: #E5AE49;
}

.gallery2-wrapper .portfolio_img_text a:hover {
  background: #E5AE49;
  color: #ffffff;
}

/* section_1 css end*/
.gallery3-wrapper .img-gallery-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery3-wrapper .img-gallery-wrapper ul li {
  padding: 10px;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
  text-align: center;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img {
  position: relative;
  overflow: hidden;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img img {
  opacity: 1;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .img-responsive {
  width: 100%;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
  background-image: linear-gradient(to top right, #80063F, #FC035A, #FFBF00);
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: translateX(-15px) translateY(-15px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  transition: .2s ease;
  transition: all 0.5s;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
  visibility: visible;
  opacity: 1;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper:hover .portfolio_img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  opacity: .15;
}

.gallery3-wrapper .section4_portfolio_slider {
  float: left;
  width: 100%;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -56px;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot {
  margin-left: 3px;
  transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot.active span,
.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #E5AE49;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot.active,
.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot:hover {
  transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-nav {
  display: none;
}

.gallery3-wrapper .portfolio_image_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.gallery3-wrapper .portfolio_image {
  position: relative;
  width: auto;
  display: inline-block;
}

.gallery3-wrapper .portfolio_image_overlay {
  position: absolute;
  top: 400px;
  left: 300px;
  right: 400px;
  opacity: 0;
  transition: .2s ease;
  transition: all 0.5s;
}

.gallery3-wrapper .portfolio_image_wrapper:hover .portfolio_image_overlay {
  background-color: #E5AE49;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.gallery3-wrapper .portfolio_img_icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
}

/* section_4 css end*/
/* section_6 css start*/
.gallery4-wrapper {
  background-color: #e9e9e9;
}

.gallery4-wrapper .tab_image,
.gallery4-wrapper .tab_image_text {
  float: left;
  width: 100%;
}

.gallery4-wrapper .tab_image_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.5s;
}

.gallery4-wrapper .section6_nav_tabs {
  float: left;
  width: 100%;
  text-align: center;
}

.gallery4-wrapper .section6_nav_tabs .nav_tabs {
  display: inline-block;
  padding-bottom: 50px;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills > li + li {
  margin-left: 30px;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills > li > a {
  border: 1px solid #ffffff;
  color: #999999;
  text-transform: uppercase;
}

.gallery4-wrapper .section6_nav_tabs .nav > li > a:focus,
.gallery4-wrapper .section6_nav_tabs .nav > li > a:hover {
  text-decoration: none;
  color: #E5AE49;
  border: 1px solid #E5AE49;
  border-radius: 35px;
  background: #ffffff;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills > li a.active,
.gallery4-wrapper .section6_nav_tabs .nav-pills > li a.active > :focus,
.gallery4-wrapper .section6_nav_tabs .nav-pills > li a.active > :hover {
  color: #E5AE49;
  border: 1px solid #E5AE49;
  border-radius: 35px;
  background: #ffffff;
}

.gallery4-wrapper .tab_image_text {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-top: none;
}

.gallery4-wrapper .project_category {
  float: left;
}

.gallery4-wrapper .project_likes {
  float: right;
}

.gallery4-wrapper .project_category h4 a {
  color: #999999;
  font-size: 14px;
}

.gallery4-wrapper .project_title h4 {
  font-size: 18px;
  font-weight: bold;
}

.gallery4-wrapper .project_title h4 a {
  color: #111111;
}

.gallery4-wrapper .project_title {
  padding-bottom: 20px;
  text-align: left;
}

.gallery4-wrapper .project_likes a i {
  color: #E5AE49;
}

.gallery4-wrapper .tab_image_wrapper:hover .tab_image_text {
  border: 1px solid #E5AE49;
  background: #E5AE49;
  border-top: none;
  transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_title h4 a {
  color: #ffffff;
  transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_category h4 a {
  color: #ffffff;
  transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_likes a {
  color: #ffffff;
  transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_likes a i {
  color: #ffffff;
  transition: all 0.5s;
}

.gallery4-wrapper .tab_image figure {
  display: block;
  margin: 0;
  overflow: hidden;
}

.gallery4-wrapper .tab_image figure img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.gallery4-wrapper .tab_image:hover figure img {
  transform: scale(1.1, 1.1);
}

/* section_6 css end*/
/* media query css for mobile */
@media (max-width: 991px) {
  .gallery1-wrapper .img-gallery-wrapper ul {
    display: block;
    column-count: 2;
    column-gap: 10px;
  }
}

@media (max-width: 480px) {
  .gallery1-wrapper .img-gallery-wrapper ul {
    column-count: 1;
  }
  .nav-link {
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {
  .tab_img {
    float: left;
    width: auto;
    position: relative;
  }
  .right {
    float: none;
  }
  .section3_img1,
  .section3_img3,
  .section3_img4 {
    float: left;
    width: 100%;
  }
  .section3_img2 {
    float: left;
    width: 100%;
    position: relative;
  }
  .nav-pills > li {
    margin-left: 30px;
  }
  .nav-pills > li + li {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .section6_nav_tabs .nav-pills > li {
    margin: 10px 0;
  }
  .section6_nav_tabs .nav-pills > li + li {
    margin-left: 5px;
  }
  .section5_portfolio_slider .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .section5_portfolio_slider .owl-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
  }
  .gallery4-wrapper .section6_nav_tabs .nav_tabs .nav {
    display: block;
  }
  .gallery4-wrapper .section6_nav_tabs .nav-pills > li + li {
    margin-left: 0px;
  }
}

/*===========================pricing table css start=============================*/
.p-top-padding {
  padding-top: 40px;
}

.p-bottom-padding {
  padding-bottom: 40px;
}

/*---pricing page first section ----*/
.pt-section-1 .p-box-1 {
  height: 660px;
  margin-top: 20px;
  box-shadow: 0px 0px 5px #e9e9e9;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.7s;
}

.pt-section-1 .p-box-1 h4 {
  font-size: 16px;
  padding-bottom: 20px;
}

.pt-section-1 .p-box-1 .text-1 {
  margin: 20px 0px;
  padding: 15px 0px;
  background-color: #fafafa;
  color: #797979;
  font-size: 16px;
}

.pt-section-1 .p-box-1 .heading-1 {
  height: 75px;
  line-height: 75px;
  background-color: #fafafa;
  color: #E5AE49;
  text-transform: capitalize;
}

.pt-section-1 .p-box-1 .btn-1 {
  width: 230px;
  height: 40px;
  border-radius: 30px;
  color: #E5AE49;
  border: 1px solid #E5AE49;
  background: #ffffff;
  transition: all 0.7s;
}

.pt-section-1 .p-box-1:hover .btn-1 {
  background-color: #E5AE49;
  color: #ffffff;
}

.pt-section-1 .p-box-1.box-border {
  transition: color 0.25s;
  position: relative;
}

.pt-section-1 .p-box-1.box-border:before, .pt-section-1 .p-box-1.box-border:after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.pt-section-1 .p-box-1.box-border:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.pt-section-1 .p-box-1.box-border:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

.pt-section-1 .p-box-1.box-border:hover:before, .pt-section-1 .p-box-1.box-border:hover:after {
  border-color: #E5AE49;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.pt-section-1 .p-box-1.box-border:hover:before {
  transition-delay: 0s, 0s, 0.25s;
}

.pt-section-1 .p-box-1.box-border:hover:after {
  transition-delay: 0s, 0.25s, 0s;
}

/*----------Animation Css over--------*/
.pt-section-2 {
  background-color: #e9e9e9;
}

.pt-section-2 .p-box-2 {
  margin-top: 20px;
  height: 610px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.7s;
}

.pt-section-2 .p-box-2 h4 {
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
}

.pt-section-2 .p-box-2 h4:after {
  content: '';
  border: 1px dashed #797979;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 77px;
}

.pt-section-2 .p-box-2 .heading-2 {
  transition: none;
  font-size: 28px;
  margin-top: 10px;
}

.pt-section-2 .p-box-2 .text-2 {
  color: #797979;
  font-size: 16px;
  margin-top: 10px;
}

.pt-section-2 .p-box-2 h3 .small {
  font-size: 16px;
  color: #797979;
}

.pt-section-2 .p-box-2 .btn-2 {
  width: 210px;
  height: 40px;
  border-radius: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #E5AE49;
  border: 1px solid #E5AE49;
  background: #ffffff;
  margin-top: 30px;
  transition: all 0.7s;
}

.pt-section-2 .p-box-2:before {
  content: '';
  position: absolute;
  color: #ffffff;
  background: #E5AE49;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
}

.pt-section-2 .p-box-2:hover {
  box-shadow: 0px 0px 15px 7px #e9e9e9;
}

.pt-section-2 .p-box-2:hover h4 a {
  color: #ffffff;
}

.pt-section-2 .p-box-2:hover h4 a:after {
  border-color: #ffffff;
}

.pt-section-2 .p-box-2:hover .text-2 {
  color: #ffffff;
}

.pt-section-2 .p-box-2:hover .small {
  color: #ffffff;
}

.pt-section-2 .p-box-2:hover:before {
  width: 100%;
  height: 100%;
}

/*------------------- 3rd style -------------------*/
.pt-section-3 {
  text-align: center;
}

.pt-section-3 .p-box-3 .p-promo {
  background: #0F1012;
  color: #f9f9f9;
  border: 2px solid transparent;
  transition: all 0.7s;
}

.pt-section-3 .p-box-3 .deal {
  padding: 10px 0 0 0;
}

.pt-section-3 .p-box-3 .deal span {
  display: block;
  text-align: center;
  transition: all 0.7s;
}

.pt-section-3 .p-box-3 .deal span:first-of-type {
  font-size: 23px;
}

.pt-section-3 .p-box-3 .deal span:last-of-type {
  font-size: 13px;
}

.pt-section-3 .p-box-3 .price {
  font-weight: bold;
  transition: all 0.7s;
  display: block;
  background: #292b2e;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
}

.pt-section-3 .p-box-3 ul {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #999999;
}

.pt-section-3 .p-box-3 ul li {
  display: block;
  margin: 10px 0 0 0;
  line-height: 35px;
}

.pt-section-3 .p-box-3:hover span {
  color: #64AAA4;
}

.pt-section-3 .p-box-3 .btn-5 {
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  padding: 10px 37px;
  transition: all 0.7s;
}

.pt-section-3 .p-box-3 .btn-5:hover {
  background: #64AAA4;
}

.pt-section-4 {
  background-color: #e9e9e9;
}

.pt-section-4 .p-box-4 {
  margin-top: 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px #0000001f;
  padding-bottom: 40px;
}

.pt-section-4 .p-box-4 .p-box-4-1 {
  height: 165px;
  padding: 40px;
  margin-bottom: 30px;
  background-color: #edecfc;
  transition: all 0.7s;
}

.pt-section-4 .p-box-4 .p-box-4-1 h2 {
  transition: none;
  font-size: 26px;
}

.pt-section-4 .p-box-4 .p-box-4-1 h3 {
  box-shadow: 1px 1px 8px #0000001f;
  background-color: #ffffff;
  height: 90px;
  margin-top: 24px;
  padding: 30px 52px;
  font-weight: 700;
  font-size: 26px;
}

.pt-section-4 .p-box-4 .p-box-4-1 h3 span {
  font-size: 14px;
}

.pt-section-4 .p-box-4 .list-6 {
  padding: 20px;
  margin: 0;
}

.pt-section-4 .p-box-4 .list-6 li {
  line-height: 35px;
}

.pt-section-4 .p-box-4 .btn-6 {
  padding: 10px 50px;
  background-color: #ffffff;
  border: 1px solid #797979;
  border-radius: 5px;
  transition: all 0.7s;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 {
  background-color: #E5AE49;
  color: #ffffff;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 h2 {
  color: #ffffff;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 h3 {
  color: #111111;
}

.pt-section-4 .p-box-4:hover .btn-6 {
  background-color: #E5AE49;
  color: #ffffff;
}

/*------------------- fifth table css -----*/
.pt-section-5 .p-box-5 {
  margin-top: 20px;
  background-color: #444444;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.7s;
}

.pt-section-5 .p-box-5 .heading-5 {
  text-align: center;
  color: #ffffff;
  padding: 30px;
}

.pt-section-5 .p-box-5 .heading-5 a {
  color: #ffffff;
  font-size: 22px;
}

.pt-section-5 .p-box-5 .heading-5 h2 {
  font-size: 36px;
  color: #ffffff;
}

.pt-section-5 .p-box-5 .heading-5 h3 {
  font-size: 26px;
  margin-top: 10px;
  color: #ffffff;
}

.pt-section-5 .p-box-5 .content-5 {
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  padding: 40px;
  border-radius: 15px;
}

.pt-section-5 .p-box-5 ul {
  padding: 0;
}

.pt-section-5 .p-box-5 ul li {
  line-height: 35px;
}

.pt-section-5 .p-box-5 .btn-5 {
  padding: 7px 50px;
  margin-top: 20px;
  border: none;
  background: #797979;
  color: #ffffff;
  transition: all 0.7s;
}

.pt-section-5 .p-box-5:hover {
  background-color: #E5AE49;
}

.pt-section-5 .p-box-5:hover .btn-5 {
  background-color: #E5AE49;
}

@media (max-width: 991px) {
  .container {
    max-width: 900px;
  }
  .pt-section-4 .p-box-4-1 h3 {
    padding: 30px 20px;
  }
}

/*------------ icon page css start ----------*/
.ic-section-1 .icon-1 {
  height: 80px;
  width: 80px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-right-radius: 63px;
  line-height: 73px;
  text-align: center;
  transition: all 0.7s;
  color: #ffffff;
  background-color: #E5AE49;
}

.ic-section-1 .box {
  border: 1px solid #e9e9e9;
  margin-top: 30px;
  padding-bottom: 30px;
  transition: all 0.5s;
}

.ic-section-1 .box p {
  padding: 0;
  padding-right: 20px;
}

.ic-section-1 .box p.left_shift {
  padding-left: 20px;
  padding-top: 10px;
}

.ic-section-1 .box h4 {
  padding-left: 20px;
  padding-top: 10px;
  font-size: 24px;
}

.ic-section-1 .box h4 a {
  color: #E5AE49;
}

.ic-section-1 .box-border {
  transition: color 0.25s;
  position: relative;
}

.ic-section-1 .box-border:after, .ic-section-1 .box-border:after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.ic-section-1 .box-border:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.ic-section-1 .box-border:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

.ic-section-1 .box-border:hover:after, .ic-section-1 .box-border:hover:after {
  border-color: #E5AE49;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.ic-section-1 .box-border:hover:before {
  transition-delay: 0s, 0s, 0.25s;
}

.ic-section-1 .box-border:hover:after {
  transition-delay: 0s, 0.25s, 0s;
}

.ic-section-2 {
  background-color: #f9f9f9;
}

.ic-section-2 .icon-box-two {
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  transition: all 0.7s;
}

.ic-section-2 .icon-box-two::before {
  content: '';
  position: absolute;
  color: #ffffff;
  background: #E5AE49;
  z-index: -1;
  transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
}

.ic-section-2 .icon-box-two span {
  padding-bottom: 15px;
  display: block;
}

.ic-section-2 .icon-box-two span i {
  margin-top: 50px;
  border: 1px solid, #E5AE49;
  border-radius: 40px;
  background-color: #E5AE49;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.ic-section-2 .icon-box-two h4 {
  padding-top: 10px;
  font-size: 24px;
}

.ic-section-2 .icon-box-two h4 a:hover {
  color: #ffffff;
}

.ic-section-2 .icon-box-two p {
  padding-top: 10px;
  padding-bottom: 30px;
}

.ic-section-2 .icon-box-two:hover {
  border-color: #E5AE49;
  box-shadow: 0px 0px 10px #797979;
}

.ic-section-2 .icon-box-two:hover::before {
  width: 100%;
  height: 100%;
}

.ic-section-2 .icon-box-two:hover span {
  color: #ffffff;
}

.ic-section-2 .icon-box-two:hover span i {
  background-color: #ffffff;
  color: #E5AE49;
}

.ic-section-2 .icon-box-two:hover h4 a {
  color: #ffffff;
}

.ic-section-2 .icon-box-two:hover p {
  color: #ffffff;
}

.ic-section-3 .icon-box-three {
  padding-bottom: 40px;
  text-align: center;
  border: 1px solid #e9e9e9;
  transition: all 0.7s;
}

.ic-section-3 .icon-box-three span {
  background-color: #797979;
  height: 90px;
  transition: all 0.5s;
  padding-bottom: 15px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: block;
}

.ic-section-3 .icon-box-three span::before {
  content: '';
  position: absolute;
  color: #ffffff;
  background: #E5AE49;
  z-index: -1;
  transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.ic-section-3 .icon-box-three span i {
  margin-top: 50px;
  border: 1px solid, #E5AE49;
  border-radius: 40px;
  background-color: #ffffff;
  color: #797979;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.ic-section-3 .icon-box-three h4 {
  padding: 35px 0px 17px 0px;
  font-size: 24px;
}

.ic-section-3 .icon-box-three p {
  padding-bottom: 15px;
}

.ic-section-3 .icon-box-three:hover span::before {
  width: 100%;
  height: 100%;
}

.ic-section-4 {
  background-color: #f9f9f9;
}

.ic-section-4 .icon-box-four {
  text-align: center;
  border: 1px solid #e9e9e9;
  transition: all 0.7s;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.ic-section-4 .icon-box-four::before {
  content: '';
  position: absolute;
  color: #ffffff;
  background: #E5AE49;
  z-index: -1;
  transition: 0.7s width ease-in-out, 0.7s height ease-in-out;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.ic-section-4 .icon-box-four span {
  transition: all 0.7s;
}

.ic-section-4 .icon-box-four span i {
  background-color: #E5AE49;
  color: #ffffff;
  margin-top: 50px;
  border: 1px solid, #E5AE49;
  border-radius: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  transition: all 0.7s;
}

.ic-section-4 .icon-box-four h4 {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 24px;
}

.ic-section-4 .icon-box-four h4 a:hover {
  color: #ffffff;
}

.ic-section-4 .icon-box-four p {
  transition: all 0.7s;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.ic-section-4 .icon-box-four:hover {
  background-color: #E5AE49;
}

.ic-section-4 .icon-box-four:hover::before {
  width: 100%;
  height: 100%;
}

.ic-section-4 .icon-box-four:hover span i {
  background-color: #ffffff;
  color: #E5AE49;
}

.ic-section-4 .icon-box-four:hover p {
  color: #ffffff;
}

.ic-section-4 .icon-box-four:hover h4 a {
  color: #ffffff;
}

.ic-section-4 .icon-box-four:hover p {
  color: #ffffff;
}

.ic-section-5 .icon-box-five {
  text-align: center;
  border: 1px solid #e9e9e9;
  padding-bottom: 30px;
  transition: all 0.7s;
}

.ic-section-5 .icon-box-five::before, .ic-section-5 .icon-box-five::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.ic-section-5 .icon-box-five span {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 2px;
  color: #f74539;
  padding-bottom: 20px;
}

.ic-section-5 .icon-box-five span i {
  margin-top: 50px;
  border: 1px solid, #E5AE49;
  border-radius: 40px;
  background-color: #E5AE49;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.ic-section-5 .icon-box-five span::after {
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e9e9e9;
  transition: all 0.5s;
}

.ic-section-5 .icon-box-five h4 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 24px;
}

.ic-section-5 .icon-box-five p {
  padding-left: 20px;
  padding-right: 20px;
}

.ic-section-5 .icon-box-five:hover {
  border-bottom-color: #E5AE49;
}

.ic-section-5 .icon-box-five:hover::before, .ic-section-5 .icon-box-five:hover::after {
  border-color: #E5AE49;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  transition-delay: 0s, 0s, 0.25s;
}

.ic-section-5 .icon-box-five:hover span::after {
  background-color: #E5AE49;
}

.ic-section-5 .icon-box-five:hover h4 a {
  color: #E5AE49;
}

@media (max-width: 991px) {
  .ic-section-2 .icon-box-two {
    margin: 12px 0;
  }
  .ic-section-3 .icon-box-three {
    margin: 12px 0;
  }
  .ic-section-4 .icon-box-four {
    margin: 12px 0;
  }
  .ic-section-5 .icon-box-five {
    margin: 12px 0;
  }
  .ic-section-2 {
    padding-top: 0px;
  }
  .ic-section-3 {
    padding-top: 0px;
  }
  .ic-section-4 {
    padding-top: 0px;
  }
  .ic-section-5 {
    padding-top: 0px;
  }
}

/*------------- typography page  start -----------*/
/*------------------ list-page-start -----------*/
/*------------------- list-one ------------------*/
.list-main-wrapper-one {
  background-color: #fafafa;
}

.list-main-wrapper-one .list-one-wrapper {
  margin-top: 25px;
}

.list-main-wrapper-one .list-one-wrapper ul {
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
}

.list-main-wrapper-one .list-one-wrapper ul li {
  position: relative;
  padding: 12px 25px 14px 25px;
  z-index: 1;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.list-main-wrapper-one .list-one-wrapper ul li .list-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 0 15px #00000014;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border-radius: 5px;
}

.list-main-wrapper-one .list-one-wrapper ul li i {
  position: absolute;
  top: 21px;
  left: 0;
  font-size: 14px;
  opacity: .7;
  color: #757575;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover {
  padding: 12px 25px 14px 50px;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover .list-one-bg {
  opacity: 1;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover i {
  left: 25px;
  opacity: 1;
}

/*--list-two--*/
.list-main-wrapper-two .list-two-wrapper {
  margin-top: 25px;
}

.list-main-wrapper-two .list-two-wrapper ul li {
  color: #828282;
  margin-bottom: 20px;
}

.list-main-wrapper-two .list-two-wrapper ul li i {
  margin-right: 10px;
  line-height: 30px;
  color: #E5AE49;
  font-size: 18px;
  position: relative;
}

/*--  list-three */
.list-main-wrapper-three {
  background-color: #fafafa;
}

.list-main-wrapper-three .list-three-wrapper {
  margin-top: 25px;
}

.list-main-wrapper-three .list-three-wrapper ul li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  padding-top: 15px;
}

.list-main-wrapper-three .list-three-wrapper ul li:first-child {
  padding-top: 0px;
}

.list-main-wrapper-three .list-three-wrapper ul li i {
  margin-right: 10px;
  background: linear-gradient(to right, #E5AE49, #E5AE49, #e05fc4, #f767a6, #ff798e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

/*--  list-four --*/
.list-main-wrapper-four {
  background-color: #f7f7f7;
}

.list-main-wrapper-four .list-four-wrapper ul li {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.list-main-wrapper-four .list-four-wrapper ul li i {
  color: #E5AE49;
  margin-right: 15px;
}

.list-main-wrapper-four .list-four-wrapper ul li:hover {
  box-shadow: 0 0 20px #00000026;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.list-main-wrapper-five .list-five-wrapper ul li {
  display: flex;
  align-items: center;
  padding: 28px 0;
  border-color: rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content {
  width: 90%;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content .list-head {
  font-weight: 700;
  line-height: 28px;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content .list-head .label-new {
  background-color: #0aa5d6;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 9px;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 1px;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content p {
  font-weight: 500x;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-price {
  font-weight: 700;
}

@media (max-width: 767px) {
  .list-main-wrapper-one .list-one-wrapper {
    display: flex;
    justify-content: center;
  }
  .list-main-wrapper-two .list-two-wrapper {
    display: flex;
    justify-content: center;
  }
  .list-main-wrapper-three .list-three-wrapper {
    display: flex;
    justify-content: center;
  }
  .list-four-wrapper {
    display: flex;
    justify-content: center;
  }
}

.ptb-100 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.headingOne h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.headingOne ul {
  margin-bottom: 20px;
}

.headingOne li {
  display: inline-block;
  margin-right: 20px;
}

.headingOne li:last-child {
  margin-right: 0;
}

.headingOne li img {
  border: 3px solid #f7f7f7;
  width: 107px;
  height: 52px;
}

.headingTwo {
  background-color: #ebf5f5;
}

.headingTwo h2 {
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}

.headingTwo h2:before {
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #E5AE49;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -28px;
}

.headingTwo h2:after {
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #E5AE49;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -28px;
}

.headingThree i {
  font-size: 30px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #ffffff;
  background-color: #E5AE49;
  border-radius: 50%;
  margin-bottom: 30px;
}

.headingThree h2 {
  font-size: 30px;
  font-weight: 700;
}

.headingThree p {
  margin-bottom: 0;
}

.headingFour {
  background-color: #ebf5f5;
}

.headingFour span {
  font-size: 12px;
  text-transform: uppercase;
  color: #E5AE49;
}

.headingFour h2 {
  font-size: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  position: relative;
}

.headingFour h2:after {
  content: "";
  background: #ff533d;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

.headingFive span.sub {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
}

.headingFive h2 {
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 0;
  border-right: 1px solid #f8f2e8;
  border-left: 1px solid #f8f2e8;
}

.headingFive h2::before {
  content: "";
  background: #f8f2e8;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
}

.headingFive h2::after {
  content: "";
  background: #f8f2e8;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
}

.headingSix {
  background-color: #ebf5f5;
}

.headingSix h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.headingSix span {
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
}

.headingSix i {
  font-size: 20px;
  color: #E5AE49;
}

.headingSeven h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.headingSeven span.bordered-icon {
  color: #E5AE49;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}

.headingSeven span.bordered-icon:before {
  content: "";
  background: #f8f2e8;
  width: 90px;
  height: 1px;
  top: 8px;
  position: absolute;
  left: 100%;
}

.headingSeven span.bordered-icon:after {
  content: "";
  background: #f8f2e8;
  width: 90px;
  height: 1px;
  top: 8px;
  position: absolute;
  right: 100%;
}

.headingEight {
  background-color: #ebf5f5;
}

.headingEight h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.headingEight span.sub {
  font-size: 20px;
  color: #E5AE49;
}

.headingEight span.dashed-border {
  border: 1px dashed #E5AE49;
  width: 200px;
  position: relative;
  display: inline-block;
}

.headingEight span.dashed-border::before {
  content: "\f111";
  font-size: 10px;
  color: #E5AE49;
  position: absolute;
  top: -8px;
  left: -20px;
}

.headingEight span.dashed-border::after {
  content: "\f111";
  font-size: 10px;
  color: #E5AE49;
  position: absolute;
  top: -8px;
  right: -20px;
}

.headingNine h2 {
  font-size: 30px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.headingNine h2:after {
  content: "";
  background: #f8f2e8;
  width: 118px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -59px;
}

.headingNine i {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  font-size: 10px;
  background-color: #ffffff;
  color: #E5AE49;
  padding-bottom: 5px;
  padding-right: 5px;
  z-index: 100;
  border-bottom: 1px solid #f8f2e8;
  border-right: 1px solid #f8f2e8;
  transform: rotate(45deg);
}

.headingTen {
  background-color: #ebf5f5;
}

.headingTen h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.headingTen p {
  font-size: 15px;
}

.headingTen span.bottom-border {
  background-color: #E5AE49;
  height: 1px;
  width: 130px;
  position: relative;
  display: inline-block;
}

.headingTen span.bottom-border::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #E5AE49;
  transform: rotate(45deg);
  color: #E5AE49;
  position: absolute;
  top: -3px;
  left: 44%;
}

.headingTen span.bottom-border::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #E5AE49;
  transform: rotate(45deg);
  color: #E5AE49;
  position: absolute;
  top: -3px;
  right: 43%;
}

.headingEleven h2 {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E5AE49;
}

.headingEleven p {
  margin-bottom: 0;
}

#main-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-wrapper1 {
  padding-top: 80px;
}

.icon-text i {
  margin: auto;
  display: block;
  text-align: center;
  font-size: 35px;
  color: #E5AE49;
  margin-bottom: 30px;
  transition: all .5s;
}

.icon-text h4 {
  transition: all .5s;
}

.icon-text:hover i {
  color: #999999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.icon-text:hover h4 a {
  color: #E5AE49;
  transition: all .5s;
}

.icon-wrapper {
  padding-top: 20px;
}

.icon-wrapper h4 {
  font-weight: 700;
  margin-top: 0;
  transition: all .5s;
}

.icon-wrapper:hover h4 a {
  color: #E5AE49;
  transition: all .5s;
}

.icon-wrapper:hover .icon-img i {
  color: #E5AE49;
}

.icon-img {
  width: 15%;
  float: left;
}

.icon-img i {
  font-size: 25px;
  color: #999999;
}

.icon-content {
  float: left;
  width: calc(100% - 15%);
  padding-left: 30px;
  border-left: 1px solid #ebebeb;
}

.icon-content p {
  margin-top: 20px;
}

.icon-content a {
  color: #111111;
}

.icon-section {
  border: 1px solid #efefef;
  padding: 54px 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.icon-section:hover {
  border: 1px solid #E5AE49;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.icon-section:hover h4 a {
  color: #E5AE49;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.icon-section h4 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.icon-section h4 a {
  font-size: 20px;
  font-weight: 700;
}

.gb_icon_wrapper {
  padding-top: 20px;
}

.gb_icon_wrapper:hover .gb_icon_img {
  background: #E5AE49;
  color: #ffffff;
  border: 2px solid #E5AE49;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.gb_icon_wrapper:hover .gb_icon_img i {
  color: #ffffff;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.gb_icon_wrapper:hover h4 {
  color: #E5AE49;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.gb_icon_wrapper h4 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.gb_icon_img {
  background: #ffffff;
  width: 54px;
  height: 82px;
  border: 2px solid #efefef;
  text-align: center;
  line-height: 82px;
  border-radius: 35px;
  float: left;
  font-size: 20px;
  color: #999999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.gb_icon_content {
  width: calc(100% - 54px);
  float: left;
  padding-left: 20px;
}

.gb_icon_content h4 a {
  font-size: 20px;
  font-weight: 700;
}

.section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2,
.section-4 {
  background: #f7f7f7;
}

.section-1 h4,
.section-2 h4,
.section-3 h4,
.section-4 h4,
.section-5 h4 {
  margin-bottom: 30px;
}

.section-3 i {
  font-size: 25px;
  color: #ffffff;
  background: #E5AE49;
  border-radius: 50%;
  margin: auto;
  display: block;
  text-align: center;
  padding: 50px 0px 46px 0px;
  width: 120px;
  margin-bottom: 34px;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 .main {
  border: 1px solid #efefef;
  padding: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.section-5 .main .rotate {
  transform: rotate(45deg);
  margin: auto;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #999999;
  border-radius: 5px;
  margin-bottom: 37px;
  margin-top: -55px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.section-5 .main h4 a {
  font-weight: 700;
}

.section-5 .main:hover {
  border-color: #E5AE49;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.section-5 .main:hover .rotate {
  background-color: #E5AE49;
  transform: rotateY(180deg) rotate(45deg);
  -moz-transform: rotateY(180deg) rotate(45deg);
  -ms-transform: rotateY(180deg) rotate(45deg);
  -webkit-transform: rotateY(180deg) rotate(45deg);
  -o-transform: rotateY(180deg) rotate(45deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.section-5 i {
  margin: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 28px 25px;
  transform: rotate(-46deg);
}

.section_1 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.section_1 .text_wrapper_heading {
  text-align: left;
}

.section_1 .text_wrapper_heading h2 {
  position: relative;
  font-size: 40px;
}

.section_1 .text_wrapper_heading h2:after {
  content: '';
  border: 1px solid #E5AE49;
  display: block;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px 0;
}

.section_1 .text_wrapper_content {
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 10px;
}

.section_1 .text_wrapper_content p {
  margin: 30px 0;
  font-size: 16px;
  text-align: left;
}

.section_1 .icon_wrapper {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  transition: all .5s;
}

.section_1 .icon_wrapper .icon_img_red {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  background: #e85b79;
  border-radius: 50%;
}

.section_1 .icon_wrapper .icon_content_red {
  font-size: 20px;
  color: #111111;
  width: calc(100% - 100px);
  padding-left: 30px;
  display: inline-block;
  text-align: left;
}

.section_1 .icon_wrapper .icon_content_red h4 a {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.section_1 .icon_wrapper .icon_content_red p {
  font-size: 16px;
  color: #111111;
  padding-top: 16px;
}

.section_1 .icon_wrapper {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  transition: all .5s;
}

.section_1 .icon_wrapper .icon_img_blue {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  background: #E5AE49;
  border-radius: 50%;
}

.section_1 .icon_wrapper .icon_content_blue {
  font-size: 20px;
  color: #111111;
  width: calc(100% - 100px);
  padding-left: 30px;
  display: inline-block;
  text-align: left;
}

.section_1 .icon_wrapper .icon_content_blue h4 a {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.section_1 .icon_wrapper .icon_content_blue p {
  font-size: 16px;
  color: #111111;
  padding-top: 16px;
}

.section_1 .icon_wrapper {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  transition: all .5s;
}

.section_1 .icon_wrapper .icon_img_green {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  background: #4ddc90;
  border-radius: 50%;
}

.section_1 .icon_wrapper .icon_content_green {
  font-size: 20px;
  color: #111111;
  width: calc(100% - 100px);
  padding-left: 30px;
  display: inline-block;
  text-align: left;
}

.section_1 .icon_wrapper .icon_content_green h4 a {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.section_1 .icon_wrapper .icon_content_green p {
  font-size: 16px;
  color: #111111;
  padding-top: 16px;
}

.section_1 .text_wrapper {
  padding: 30px;
}

.fi-section_2 {
  background: url(../images/featureswithimages/happy-employees.jpg) 50% 0 repeat-y;
  background-position: center 0;
  width: 100%;
  /* height: 100%; */
  background-size: cover;
  position: relative;
}

.fi-section_2 .section2_img_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: #0c1523;
  opacity: 0.9;
}

.fi-section_2 .feature_img-head {
  position: relative;
}

.fi-section_2 .feature_img-head .text_wrapper_list {
  padding-top: 85px;
  padding-bottom: 60px;
}

.fi-section_2 .feature_img-head .text_wrapper_list h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.fi-section_2 .feature_img-head .text_wrapper_list p {
  color: #ffffff;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_content_left {
  padding-right: 30px;
  font-size: 20px;
  color: #cdcecf;
  width: calc(100% - 80px);
  padding-right: 30px;
  display: inline-block;
  text-align: right;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_content_left h4 a {
  font-size: 20px;
  color: #ffffff;
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_content_left p {
  margin-top: 20px;
  font-size: 16px;
  color: #cdcecf;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_img_effect {
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0);
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_img_effect .icon_img_list {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background: #E5AE49;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list:hover {
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list:hover .icon_img_effect {
  border: 2px solid #E5AE49;
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list:hover .icon_content_left h4 a {
  color: #E5AE49;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list {
  text-align: center;
  padding-top: 30px;
  width: 100%;
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_img_effect {
  text-align: center;
  float: left;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0);
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_img_effect .icon_img_list {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background: #E5AE49;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_content_right {
  padding-left: 30px;
  font-size: 20px;
  color: #cdcecf;
  text-align: left;
  width: calc(100% - 80px);
  display: inline-block;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_content_right h4 a {
  font-size: 20px;
  color: #ffffff;
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_content_right p {
  margin-top: 20px;
  font-size: 16px;
  color: #cdcecf;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list:hover {
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list:hover .icon_img_effect {
  border: 2px solid #E5AE49;
  transition: all .5s;
}

.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list:hover .icon_content_right h4 a {
  color: #E5AE49;
}

.section_3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
  height: auto;
}

.section_3 .about_text_wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.section_3 .about_text_wrapper ul {
  margin-bottom: 35px;
}

.section_3 .about_text_wrapper ul li {
  padding-top: 20px;
  text-align: left;
}

.section_3 .about_text_wrapper ul li i {
  padding-right: 10px;
  color: #E5AE49;
}

.section_3 .about_text_wrapper ul li a {
  color: #999999;
  transition: all .5s;
}

.section_3 .about_text_wrapper .btn_discover {
  background: #E5AE49;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #ff533d;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  transition: all .5s;
}

.section_3 .about_text_wrapper .btn_read_more {
  background: #ffffff;
  border-radius: 3px;
  color: #111111;
  border: 2px solid #e1e1e1;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .5s;
}

.section_3 .about_text_wrapper .btn_read_more:hover {
  background: #E5AE49;
  color: #ffffff;
  border: 2px solid #ff4157;
  transition: all .5s;
}

.section_3 .about_image_wrapper img {
  width: 100%;
}

.section_4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  height: auto;
  background: #ebf5f5;
}

.section_4 .iphone_text_wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 38px;
}

.section_4 .iphone_text_wrapper p {
  font-size: 13px;
  color: #a5a5a5;
}

.section_4 .iphone_text_wrapper .iphone_text_wrapper_blue {
  border-left: 1px solid #E5AE49;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.section_4 .iphone_text_wrapper .btn_getapp {
  background: #E5AE49;
  border: 1px solid #E5AE49;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 35px;
  margin-top: 20px;
  transition: all .5s;
}

.section_4 .iphone_image_wrapper img {
  width: 100%;
}

.section_5 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
}

.section_5 .ipad_image_wrapper img {
  display: inline-block;
  width: 100%;
}

.section_5 .ipad_text_wrapper h3 {
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section_5 .ipad_text_wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section_5 .ipad_list_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section_5 .ipad_list_wrapper li {
  padding-top: 10px;
}

.section_5 .ipad_list_wrapper li i {
  color: #E5AE49;
}

.section_5 .ipad_list_wrapper li a {
  color: #999999;
  padding-left: 10px;
  transition: all .5s;
}

.section_5 .ipad_lcon_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 40px;
  display: flex;
  gap: 20px;
}

.section_5 .ipad_lcon_wrapper li a {
  color: #999999;
  font-size: 25px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  height: 63px;
  width: 63px;
  text-align: center;
  line-height: 63px;
  transition: all .5s;
  display: inline-block;
}

.section_5 .ipad_lcon_wrapper li a:hover {
  color: #E5AE49;
  border: 1px solid #E5AE49;
  transition: all .5s;
}

.fi-section_6 {
  width: 100%;
  background-color: #212121;
  height: auto;
  position: relative;
  z-index: 99;
  padding-top: 100px;
}

.fi-section_6 .global_text_wrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.fi-section_6 .global_text_wrapper h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 30px;
}

.fi-section_6 .global_text_wrapper p {
  color: #989797;
  padding-bottom: 40px;
}

.fi-section_6 .global_image_wrapper img {
  width: 100%;
}

.fi-section_7 {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fi-section_7 .global_button_wrapper {
  display: inline-block;
}

.fi-section_7 .global_button_wrapper .btn_download {
  background: #E5AE49;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #E5AE49;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  transition: all .5s;
}

.fi-section_7 .global_button_wrapper .btn_global_read {
  background: #ffffff;
  border-radius: 3px;
  color: #111111;
  border: 2px solid #e1e1e1;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .5s;
}

.fi-section_7 .global_button_wrapper .btn_global_read:hover {
  background-color: #E5AE49;
  color: #ffffff;
}

.section_8 {
  width: 100%;
  background-color: #ebf5f5;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}

.section_8 .welcome_text_wrapper {
  display: inline-block;
  margin-bottom: 45px;
}

.section_8 .welcome_text_wrapper h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
}

.section_8 .welcome_image_wrapper {
  margin-bottom: 60px;
}

.section_8 .welcome_image_wrapper img {
  width: 100%;
}

.section_8 .infobox_wrapper {
  width: 100%;
  text-align: left;
}

.section_8 .infobox_wrapper p {
  padding-top: 12px;
  font-size: 14px;
}

.section_9 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.section_9 .readmore_content img {
  margin-bottom: 38px;
}

.section_9 .readmore_content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.section_9 .readmore_content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  z-index: 10000;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 15px -15px;
}

#return-to-top {
  position: fixed;
  bottom: 43px;
  right: 30px;
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #E5AE49;
  transition: all 0.3s ease;
  z-index: 1000;
  color: #ffffff;
  animation: jump 1s ease-in alternate infinite;
}

#return-to-top i {
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.change-bg1 {
  background: red;
}

.change-bg2 {
  background: #ffffff;
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50%, 0);
  }
}

#toggle_close {
  position: absolute;
  z-index: 100;
  right: 12px;
  top: 22px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 0px;
}

.custom-check::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.custom-check::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.custom-check::-webkit-scrollbar-thumb {
  background: #0060aa;
}

/* Handle on hover */
.custom-check::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-header-wrapper1 .menu-fixed .social-media-icons .login-btn .user-text a {
  color: #111;
}
