.bgFooterClr {
  background-color: #2b2f5d;
}

body {
  font-family: "Ubuntu";
  background-color: #fafafa;
}

code, kbd, pre, samp {
  font-family: "Ubuntu";
}

.btn:focus, a:focus, button:focus, input:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: unset;
}

a {
  text-decoration: none;
}

.commonHeading p {
  color: #707070;
}

#preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
#preloader #status {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}
#preloader #status .u-loading {
  width: 128px;
  height: 128px;
  display: block;
}
#preloader #status .u-loading__symbol {
  background-color: #6e9e40;
  padding: 8px;
  animation: loading 3s infinite;
  border-radius: 5px;
}
#preloader #status .u-loading__symbol img {
  display: block;
  max-width: 100%;
  animation: loading-icon 3s infinite;
}

#dotsLoader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #2b2f5d;
  margin: 20px 5px;
  opacity: 0;
}
#dotsLoader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
#dotsLoader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#dotsLoader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    background-color: #6e9e40;
  }
  16% {
    background-color: #ffd55f;
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    background-color: #ffd55f;
  }
  65% {
    background-color: #ffd55f;
  }
  66% {
    background-color: #6e9e40;
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(-180deg);
  }
}
@keyframes loading-icon {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  16% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  65% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  66% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
}
.btn-1 {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 180px;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.btn-1 span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  transition: 0.3s;
  border-radius: 5px;
}
.btn-1::before {
  background-color: #d97827;
  transition: 0.3s ease-out;
  border-radius: 5px;
}
.btn-1 span {
  color: #fff;
  transition: 0.2s;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-1 span:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
}
.btn-1 span:hover img {
  filter: brightness(0) invert(1);
}
.btn-1 span img {
  width: 22px;
}
.btn-1.btnCustom2 {
  background: #2b2f5d;
  border-radius: 5px;
  text-decoration: none;
}
.btn-1.btnCustom2:hover {
  background: #2b2f5d;
}
.btn-1.btnCustom2 span {
  color: #fff;
}
.btn-1.btnCustom3 {
  background: #d97827;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.btn-1.btnCustom3:hover {
  background: #d97827;
}
.btn-1.btnCustom3:hover span {
  color: #d97827;
}
.btn-1.btnCustom3 span {
  color: #fff;
  justify-content: center;
}
.btn-1.btnCustom3 span img {
  filter: brightness(0) invert(1);
}
.btn-1.btnCustom3 span:hover img {
  filter: unset;
}
.btn-1.btnCustom3::before {
  background-color: #fff;
  transition: 0.3s ease-out;
  border-radius: 5px;
}
.btn-1.btnCustom4 {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.btn-1.btnCustom4:hover {
  background: #fff;
}
.btn-1.btnCustom4:hover span {
  color: #fff;
}
.btn-1.btnCustom4 span {
  color: #d97827;
  justify-content: center;
  border: 1px solid #d97827;
}
.btn-1.btnCustom4::before {
  background-color: #d97827;
  transition: 0.3s ease-out;
  border-radius: 5px;
}
.btn-1.btnCustom5 {
  background: #d97827;
  border-radius: 5px;
  text-decoration: none;
}
.btn-1.btnCustom5:hover {
  background: #d97827;
}
.btn-1.btnCustom5 span {
  color: #fff;
}
.btn-1.btnCustom5::before {
  background-color: #2b2f5d;
  transition: 0.3s ease-out;
  border-radius: 5px;
}
.btn-1:active, .btn-1:hover, .btn-1:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.btn-1::before, .btn-1::after {
  position: absolute;
  content: "";
}
.btn-1.hover-slide-down::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
}
.btn-1.hover-slide-down:hover::before {
  height: 100%;
}
.btn-1:hover {
  background-color: #fff;
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

body, html {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #2b2f5d;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999999;
}

.cursor2 {
  height: 15px;
  width: 15px;
  background-color: #d97827;
  border: 1px solid #d97827;
  animation: cursorAnimation 1s infinite;
  border-radius: 100%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.hover {
  animation: cursorHoverAnimation 1s infinite;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

@keyframes cursorHoverAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(237, 98, 79, 0.4);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(237, 98, 79, 0.4);
  }
}
@keyframes cursorAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(115, 128, 90, 0.4);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(115, 128, 90, 0.4);
  }
}
.topHeader {
  background-color: #ffd55f;
  padding: 15px;
}
.topHeader .topHeaderInner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader select {
  background-color: transparent;
  border: 0;
}
.topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader select:focus {
  box-shadow: unset;
}
.topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .iconTxt span {
  color: #2b2f5d;
}
.topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .iconTxt select {
  color: #2b2f5d;
}
.topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .iconTxt .form-select {
  --bs-form-select-bg-img: url(../images/icon/down-arrow.png);
  background-size: 12px;
  padding: 0 30px 2px 10px;
}
.topHeader .topHeaderInner .boxGroupHeader a {
  text-decoration: none;
}
.topHeader .topHeaderInner .language .flexGroupHeader {
  gap: 0;
}

.mainHeader .navbar {
  padding: 0;
}
.mainHeader .navbar .container {
  position: relative;
}
.mainHeader .navbar .container .navbar-brand img {
  width: 180px;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav {
  margin-left: 20px;
  gap: 20px;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
    gap: 20px;
   transition: all 0.4s ease;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li a .fa {
  transform: rotate(90deg);
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li a[aria-expanded=true] i.fa {
  transform: rotate(90deg);
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li a:hover {
  color: #d97827;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li a:hover .fa {
  transform: rotate(-90deg);
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu li a {
  padding: 10px 20px;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  background-color: #d97827;
  color: #fff;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu.dropdownMegaMenu .dropdownRow .dropdownCol .dropdownUl li a {
  padding: 4px;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu.dropdownMegaMenu .dropdownRow .dropdownCol .dropdownUl li a:hover {
  background-color: transparent;
  color: #d97827;
}
.mainHeader .navbar .container #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu .dropdownRow .dropdownCol .dropdownUl li a {
  padding: 4px;
}
.mainHeader .navbar .container .rightMenu .cardBtn {
  position: relative;
}
.mainHeader .navbar .container .rightMenu .cardBtn a span.badge {
  background-color: #2b2f5d;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.mainHeader .navbar .container .rightMenu .loginBtn {
  margin-left: 20px;
}
.mainHeader .navbar .container .rightMenu .loginBtn a.btn {
  background-color: #d97827;
  color: #fff;
}
.mainHeader .navbar .container .rightMenu .loginBtn a i.fa {
   
}
.mainHeader .navbar .container .rightMenu .loginBtn .btnGroup {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.mainHeader .navbar .container .rightMenu .loginBtn .btnGroup a {
  border-radius: 0;
  position: relative;
}
.mainHeader .navbar .container .rightMenu .loginBtn .btnGroup a:first-child:after {
  content: "";
  position: absolute;
  right: -5.5px;
  font-size: 23px;
  top: 3px;
  z-index: 1;
}
.mainHeader .navbar .container .rightMenu .loginBtn .btnGroup a:hover {
  background-color: #2b2f5d;
}
.mainHeader .navbar .container .rightMenu .loginBtn .btnGroup .btn-check:checked + .btn, .mainHeader .navbar .container .rightMenu .loginBtn .btnGroup .btn.active, .mainHeader .navbar .container .rightMenu .loginBtn .btnGroup .btn.show, .mainHeader .navbar .container .rightMenu .loginBtn .btnGroup .btn:first-child:active, .mainHeader .navbar .container .rightMenu .loginBtn .btnGroup :not(.btn-check) + .btn:active {
  border-color: #d97827;
}

.headerOne {
  background: #fff;
  position: relative;
}
.headerOne.headerActive {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff3e6;
  animation: slideDown 0.35s ease-out;
  top: 0;
  z-index: 999;
}

.headerTwo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.headerTwo.headerActive {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.headerThree {
  background-color: #2b2f5d;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.headerThree .mainHeader .navbar .headerGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader {
  background-color: #2b2f5d;
  padding: 15px;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .icon img {
  filter: brightness(0) invert(1);
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .iconTxt span {
  color: #fff;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .iconTxt select {
  color: #fff;
  background-color: #2b2f5d;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .boxGroupHeader .flexGroupHeader .iconTxt .form-select {
  --bs-form-select-bg-img: url(../images/icon/arrow-down-white.png);
  background-image: url(../images/icon/arrow-down-white.png);
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language {
  display: flex;
  align-items: center;
  gap: 0px;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .searchBar {
  width: 350px;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .searchBar .input-group {
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .searchBar .input-group .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  color: #fff;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .searchBar .input-group .form-control::placeholder {
  color: #fff;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .searchBar .input-group .input-group-text {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .topRightItem {
  position: relative;
  padding: 0 20px;
  border-right: 1px solid white;
}
.headerThree .mainHeader .navbar .headerGroup .topHeader .topHeaderInner .language .topRightItem:last-child {
  border-right: 0;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer {
  background-color: #fff;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 4;
  position: relative;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu a.navbar-brand {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 20px 20px;
  padding: 30px;
  position: absolute;
  top: 0;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu a.navbar-brand img {
  width: 120px;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu .loginRegisterBtn {
  margin-right: 20px;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu #collapsibleNavbar {
  margin-left: 200px;
  z-index: -1;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu #collapsibleNavbar .navbar-nav li a {
  color: #000;
  transition: all 0.4s ease;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu #collapsibleNavbar .navbar-nav li a .fa {
  transform: rotate(90deg);
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu #collapsibleNavbar .navbar-nav li a:hover {
  color: #d97827;
}
.headerThree .mainHeader .navbar .headerGroup .mainMenuContainer .navbarCollapseMenu #collapsibleNavbar .navbar-nav li a:hover .fa {
  transform: rotate(-90deg);
}

.headerFour.headerActive {
  position: fixed;
  top: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff3e6;
  animation: slideDown 0.35s ease-out;
  z-index: 999;
}
.headerFour .mainHeader {
  background-color: #fff;
}
.headerFour .mainHeader .navbar {
  padding: 0;
}
.headerFour .mainHeader .navbar .navbar-brand img {
  width: 220px;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav {
  gap: 20px;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s ease;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li a .fa {
  transform: rotate(90deg);
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li a[aria-expanded=true] i.fa {
  transform: rotate(90deg);
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li a:hover {
  color: #d97827;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li a:hover .fa {
  transform: rotate(-90deg);
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu a:hover {
  background-color: #2b2f5d;
  color: #fff;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu.dropdownMegaMenu .dropdownRow .dropdownCol .dropdownUl li a {
  padding: 4px;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu.dropdownMegaMenu .dropdownRow .dropdownCol .dropdownUl li a:hover {
  background-color: transparent;
  color: #d97827;
}
.headerFour .mainHeader .navbar #collapsibleNavbar .navbar-nav li.dropdown .dropdown-menu .dropdownRow .dropdownCol .dropdownUl li a {
  padding: 4px;
}
.headerFour .mainHeader .navbar .rightMenu .cardBtn {
  position: relative;
}
.headerFour .mainHeader .navbar .rightMenu .cardBtn a span.badge {
  background-color: #2b2f5d;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn {
  margin-left: 20px;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn a.btn {
  background-color: #d97827;
  color: #fff;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn a i.fa {
  display: none;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup a {
  border-radius: 0;
  position: relative;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup a:first-child:after {
  content: "/";
  position: absolute;
  right: -5.5px;
  font-size: 23px;
  top: 3px;
  z-index: 1;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup a:hover {
  background-color: #2b2f5d;
}
.headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup .btn-check:checked + .btn, .headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup .btn.active, .headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup .btn.show, .headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup .btn:first-child:active, .headerFour .mainHeader .navbar .rightMenu .loginBtn .btnGroup :not(.btn-check) + .btn:active {
  border-color: #d97827;
}

.headerFourInner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.headerFourInner .topHeader .topHeaderInner {
  padding-left: 10px;
  align-items: center;
}
.headerFourInner .topHeader .topHeaderInner .language {
  align-items: center;
}
.headerFourInner .headerFourContainer {
  width: 100%;
}
.headerFourInner .headerFourContainer .topHeader {
  background-color: #ffd55f;
  padding: 0;
}
.headerFourInner .phoneGroup {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #2b2f5d;
  padding: 8px 12px;
}
.headerFourInner .phoneGroup .phoneIcon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerFourInner .phoneGroup .phoneNumber span {
  color: #fff;
}
.headerFourInner .phoneGroup .phoneNumber p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.headerFive {
  background: #fff;
  position: relative;
}
.headerFive.headerActive {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff3e6;
  animation: slideDown 0.35s ease-out;
  top: 0;
  z-index: 999;
}
.headerFive .boxGroupHeader .flexGroupHeader {
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerFive .boxGroupHeader .flexGroupHeader select {
  background-color: transparent;
  border: 0;
}
.headerFive .boxGroupHeader .flexGroupHeader select:focus {
  box-shadow: unset;
}
.headerFive .boxGroupHeader .flexGroupHeader .iconTxt span {
  color: #2b2f5d;
}
.headerFive .boxGroupHeader .flexGroupHeader .iconTxt select {
  color: #000;
}
.headerFive .boxGroupHeader .flexGroupHeader .iconTxt .form-select {
  --bs-form-select-bg-img: url(../images/icon/down-arrow.png);
  background-size: 12px;
  padding: 0 30px 2px 10px;
}
.headerFive .boxGroupHeader a {
  text-decoration: none;
}
.headerFive .rightMenu ul {
  align-items: center;
}

.needOurSupport {
  position: relative;
  z-index: 1;
}
.needOurSupport .needOurSupportInner {
  background-image: url(../images/bg-img3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 10px;
}
.needOurSupport .needOurSupportInner * {
  color: #fff;
}
.needOurSupport .needOurSupportInner .needOurSupportTxt, .needOurSupport .needOurSupportInner .needOurSupportInput {
  width: 50%;
  margin: 0 auto;
}
.needOurSupport .needOurSupportInner .needOurSupportTxt {
  text-align: center;
  margin-bottom: 20px;
}
.needOurSupport .needOurSupportInner .needOurSupportTxt h2 {
  font-size: 40px;
}
.needOurSupport .needOurSupportInner .needOurSupportTxt p {
  font-size: 16px;
}
.needOurSupport .needOurSupportInner .needOurSupportInput .input-group {
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.needOurSupport .needOurSupportInner .needOurSupportInput .input-group .form-control {
  border-radius: 0;
  border: 0;
  color: #333333;
}
.needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text {
  color: #fff;
  background-color: #2b2f5d;
  border: 1px solid #fff;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.4s ease;
}
.needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text:hover {
  background-color: #d97827;
}

.footerGroup {
  width: 100%;
}
.footerGroup .footerInner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 220px 0 60px 0;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerLogo {
  margin-bottom: 20px;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerPara p {
  color: #fff;
  font-size: 16px;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuHeading h4 {
  color: #fff;
  font-size: 20px;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li i.fa {
  color: #d97827;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li:hover {
  color: #252e14;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li .contactInfo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li .contactInfo .contactInfoIcon i.fa {
  font-size: 20px;
  color: #fff;
  background-color: #818d6a;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #818d6a;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li .contactInfo .contactInfoTxt h6 {
  font-size: 20px;
  color: #fff;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li .contactInfo .contactInfoTxt p {
  font-size: 16px;
  color: #fff;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li .contactInfo .contactInfoTxt p a{
  font-size: 16px;
  color: #fff;
}
.footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li:hover .contactInfoIcon i.fa {
  background-color: #d97827;
}
.footerGroup .footerInner .footerInnerRow .footerCol.footerCol2, .footerGroup .footerInner .footerInnerRow .footerCol.footerCol3 {
  padding-left: 60px;
}

.hrLine {
  border-color: #fff;
}

.socialMediaIcon ul {
  gap: 10px;
}
.socialMediaIcon ul li a {
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialMediaIcon ul li a i.fa {
  transition: all 0.4s ease;
}
.socialMediaIcon ul li a:hover {
  background-color: #d97827;
  color: #fff;
}
.socialMediaIcon ul li a:hover i.fa {
  transform: scale(1.1);
}

.footerCopyRight {
  padding: 15px;
  text-align: center;
}
.footerCopyRight .footerCopyRightInner p {
  font-size: 16px;
}
.footerCopyRight .footerCopyRightInner a {
  color: #d97827;
  text-decoration: none;
}
.footerCopyRight .footerCopyRightInner a:hover {
  text-decoration: underline;
}

.footer {
  position: relative;
}
.footer.footerBg1 .footerGroup {
  position: absolute;
  top: 150px;
}
.footer.footerBg1 .footerGroup .footerInner {
  background-image: url(../images/bg-img4.png);
}

.footer {
  position: relative;
}
.footer.footerBg2 .footerGroup {
  position: relative;
  top: 0px;
  background: #d97827;
}
.footer.footerBg2 .footerGroup .footerInner {
  padding: 60px 0 !important;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li a i.fa {
  color: #fff;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li a:hover {
  color: #667449;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li a .contactInfo .contactInfoIcon i.fa {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li a:hover .contactInfo .contactInfoIcon i.fa {
  background-color: #2b2f5d;
  color: #fff;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner {
  padding: 40px;
  background: #E85642;
  border-radius: 5px;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportTxt {
  width: 100%;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportTxt h2 {
  font-size: 22px;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportTxt p {
  color: #FFD55F;
  font-size: 16px;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportInput {
  width: 100%;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text {
  background-color: #2b2f5d;
}
.footer.footerBg2 .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text:hover {
  background-color: #ee6755;
}
.footer.footerBg2 .footerCopyRight {
  padding: 0;
}
.footer.footerBg2 .footerCopyRight .footerCopyRightInner {
  padding: 20px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer.footerBg2 .footerCopyRight .footerCopyRightInner p {
  color: #fff;
}
.footer.footerBg2 .footerCopyRight .footerCopyRightInner p a {
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease;
}
.footer.footerBg2 .footerCopyRight .footerCopyRightInner p a:hover {
  color: #2b2f5d;
}
.footer.footerBg2 .footerCopyRight .footerCopyRightInner .socialMediaIcon ul li a {
  color: #fff;
  text-decoration: none;
}
.footer.footerBg2 .footerCopyRight .footerCopyRightInner .socialMediaIcon ul li a:hover {
  background-color: #2b2f5d;
  border-color: #2b2f5d;
}

.footer.footerThree .footerGroup {
  position: static;
}
.footer.footerThree .footerGroup .footerInner {
  padding: 60px 0 60px 0;
  background-image: unset;
  background-color: #333333;
}
.footer.footerThree .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner {
  background: #474747;
}
.footer.footerThree .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text {
  background-color: #d97827;
}
.footer.footerThree .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text:hover {
  background-color: #2b2f5d;
}
.footer.footerThree .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li a {
  color: #fff;
}
.footer.footerThree .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li a:hover {
  color: #2b2f5d;
}
.footer.footerThree .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink.footerContactInfo ul li .contactInfo .contactInfoIcon i.fa {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d97827;
}
.footer.footerThree .footerGroup .footerCopyRight {
  background-color: #333333;
  padding: 0;
}
.footer.footerThree .footerGroup .footerCopyRight .footerCopyRightInner {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}

.footer.footerFour .footerGroup {
  background-color: #2b2f5d;
}
.footer.footerFour .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner {
  background: rgba(255, 255, 255, 0.1);
}
.footer.footerFour .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportTxt h2 {
  font-size: 30px;
}
.footer.footerFour .footerGroup .footerInner .footerInnerRow .footerCol.footerCol1 .needOurSupport .needOurSupportInner .needOurSupportTxt p {
  font-size: 20px;
}
.footer.footerFour .footerGroup .footerInner .footerInnerRow .footerCol .footerMenuLink ul li a:hover {
  color: #d97827;
}
.footer.footerFour .footerGroup .footerCopyRight .footerCopyRightInner .socialMediaIcon ul li a:hover {
  color: #d97827;
}
.footer.footerFour .footerGroup .footerCopyRight p a:hover {
  color: #d97827;
}

/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyCN4Ffgg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyLN4Ffgg.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyDN4Ffgg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyMN4Ffgg.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyBN4Ffgg.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyPN4E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyCN4Ffgg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyLN4Ffgg.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyDN4Ffgg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyMN4Ffgg.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyBN4Ffgg.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyPN4E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyCN4Ffgg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyLN4Ffgg.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyDN4Ffgg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyMN4Ffgg.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyBN4Ffgg.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyPN4E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.frmLndSheep {
  background-color: #fff;
}

.sheepBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.sheepBanner .poultryPerformanceHeading {
  position: relative;
  z-index: 2;
}
.sheepBanner .poultryPerformanceHeading h5 {
  color: #d97827;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.sheepBanner .poultryPerformanceHeading h5:after {
  background: #000;
  width: 30%;
  height: 1px;
  content: "";
}
.sheepBanner .poultryPerformanceHeading h1 {
  color: #000;
  font-size: 48px;
  margin-bottom: 25px;
}
.sheepBanner .poultryPerformanceHeading h1 span {
  color: #d97827;
}
.sheepBanner .poultryPerformanceHeading p {
  color: #666666;
  font-size: 20px;
  margin-bottom: 30px;
}
.sheepBanner .poultryPerformanceHeading .btn {
  background-color: #2b2f5d;
}
.sheepBanner .poultryPerformanceHeading .btn span {
  color: #fff;
}
.sheepBanner .poultryPerformanceHeading .btn span img {
  width: 20px;
}

.owlCarouselSheep .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owlCarouselSheep .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}
.owlCarouselSheep .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.owlCarouselSheep .owl-item.active .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.6s;
}
.owlCarouselSheep .owl-dots .owl-dot.active span {
  background-color: #d97827;
  transform: scale(1.2);
}

.commonHeading h5 {
  color: #d97827;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.commonHeading h5:after {
  background: #000;
  width: 30%;
  height: 1px;
  content: "";
}

.qualityFeedsSheep .qualityFeedsRow .qualityFeedsCol .pigFactsList ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d97827;
  font-weight: 500;
  font-size: 20px;
}
.qualityFeedsSheep .qualityFeedsRow .qualityFeedsCol .pigFactsList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url(../images/icon/arrow-icon.png) no-repeat;
  background-size: contain;
}
.qualityFeedsSheep .qualityFeedsRow .qualityFeedsCol .btn-1 {
  background-color: #2b2f5d;
  margin-top: 5px;
}
.qualityFeedsSheep .qualityFeedsRow .qualityFeedsCol .btn-1 span {
  color: #fff;
}

.qualityFeedsSheep {
  padding: 80px 0;
  position: relative;
}
.qualityFeedsSheep .qualityFeedsRow {
  align-items: center;
  background-image: url("../images/bg-img14.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.qualityFeedsSheep .qualityFeedsRow .qualityFeedsCol1 {
  padding-right: 40px;
}
.qualityFeedsSheep .yearsExperience a {
  display: flex;
  align-items: center;
  background-color: #2b2f5d;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.qualityFeedsSheep .yearsExperience a .yearsExperienceTxt p {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}
.qualityFeedsSheep .yearsExperience a .yearsExperienceTxt span {
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.qualityFeedsSheep .yearsExperience:hover a {
  background-color: #d97827;
}

.ourServiceSheep {
  padding: 0 0 80px;
}
.ourServiceSheep .ourServiceSheepRow {
  align-items: center;
}
.ourServiceSheep .ourServiceGroup {
  margin-top: 60px;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a {
  display: block;
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);min-height: 425px;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a.ourServiceBgClr1 {
  background: #FAFAFA;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a.ourServiceBgClr1 .ourServiceGroupContent h4 {
  color: #000;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a.ourServiceBgClr1 .ourServiceGroupContent p {
  color: #707070;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a.ourServiceBgClr2 {
  background: #d97827;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a.ourServiceBgClr2 .ourServiceGroupContent h4 {
  color: #fff;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a.ourServiceBgClr2 .ourServiceGroupContent p {
  color: #fff;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a .ourServiceGroupIcon {
  margin-bottom: 20px;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a .ourServiceGroupContent h4 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.ourServiceSheep .ourServiceGroup .ourServiceGroupRow .ourServiceGroupCol .ourServiceGroupItem a .ourServiceGroupContent p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.industryLeadingSheep {
  background-image: url(../img/bg-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.industryLeadingSheep:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.industryLeadingSheep .industryLeadingSheepInner {
  color: #fff;
  width:78%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.industryLeadingSheep .industryLeadingSheepInner .flVideo {
  margin-bottom: 40px;
}
.industryLeadingSheep .industryLeadingSheepInner .flVideo .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industryLeadingSheep .industryLeadingSheepInner h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.industryLeadingSheep .industryLeadingSheepInner p {
  font-size: 16px;
  color: #fff;
}

.diverBusinessesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.diverBusinessesGrid .diverBusinessesGridCol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesInnerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesInnerGrid .diverBusinessesInnerGridCol {
  border-radius: 6px;
  overflow: hidden;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesInnerGrid .diverBusinessesInnerGridCol img {
  border-radius: 6px;
  object-fit: cover;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesContent {
  background-color: #fdefed;
  border-radius: 6px;
  padding: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesContent .diverBusinessesList ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 30px;
  color: #2b2f5d;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesContent .diverBusinessesList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url("../images/icon/arrow-icon.png") no-repeat;
  background-size: contain;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesSingleImg {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesSingleImg img {
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
}
.content .content-overlay {
  background: rgba(237, 98, 79, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.content .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.content .content-details h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.content:hover .content-overlay {
  opacity: 1;
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content .fadeIn-top {
  top: 20%;
}

.poultryProductsSlider {
  padding: 80px 0;
}
.poultryProductsSlider .poultryProductsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poultryProductsSlider .poultryProductsHead .commonHeading {
  width: 50%;
}
.poultryProductsSlider .poultryProductsHead .owlNavBtn .btn-wrap {
  display: flex;
  gap: 10px;
}
.poultryProductsSlider .poultryProductsHead .owlNavBtn .btn-wrap button {
  width: 50px;
  height: 50px;
  background-color: #d97827;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d97827;
}
.poultryProductsSlider .poultryProductsHead .owlNavBtn .btn-wrap button.disabled {
  opacity: 0.6;
}
.poultryProductsSlider .owlCarouselProducts .owl-stage-outer .owl-stage .owl-item, .poultryProductsSlider .owlCarouselRelatedProducts .owl-stage-outer .owl-stage .owl-item {
  padding: 20px 8px;
}
.poultryProductsSlider .owlCarouselProducts .owl-nav, .poultryProductsSlider .owlCarouselRelatedProducts .owl-nav {
  display: none;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg {
  background-color: #fdefed;
  padding: 50px 10px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .addToCart, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .addToCart {
  position: absolute;
  bottom: -80px;
  right: 20px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .addToCart img, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .addToCart img {
  width: 50px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg img, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu {
  position: absolute;
  top: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  left: 0;
  padding: 0 10px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge {
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-danger, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-danger {
  background-color: #d97827 !important;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-success, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-success {
  background-color: #1EB640 !important;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon {
  text-align: end;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon a, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon a {
  color: #fff;
  font-size: 20px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent a, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent a {
  color: #333;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .owlProductHeading h4, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .owlProductHeading h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .productPrice, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .productPrice {
  display: flex;
  gap: 8px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .productPrice ins, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .productPrice ins {
  font-weight: 700;
  font-size: 16px;
  color: #d97827;
  text-decoration: none;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .productPrice del, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .productPrice del {
  font-weight: 700;
  font-size: 16px;
  color: #CCCCCC;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar {
  display: flex;
  gap: 6px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar .fill, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar .fill {
  color: #FFD55F;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar .unfill, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar .unfill {
  color: #CCCCCC;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar .fa, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar .fa {
  font-size: 20px;
}
.poultryProductsSlider .viewAllProduct {
  text-align: center;
  margin-top: 20px;
}

.categorySec .categorySecInner {
  background-color: #d97827;
  padding: 40px;
  border-radius: 10px;
}
.categorySec .categorySecInner .categorySecItem {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.categorySec .categorySecInner .categorySecItem .categoryIcon span {
  background-color: #fff;
  padding: 18px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
.categorySec .categorySecInner .categorySecItem .categoryContent h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.categorySec .categorySecInner .categorySecItem .categoryContent p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.owlCarouselRelatedProducts .owlSlideItem {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  align-items: center;
}
.owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg {
  margin-bottom: 0 !important;
}
.owlCarouselRelatedProducts .owlSlideItemContent .relatedProductsBtn .readMoreBtn img {
  max-width: 20px;
}

.readMoreBtn {
  color: #ed6451;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.readMoreBtn img {
  width: 35px;
}
.readMoreBtn:hover {
  color: #ed6451;
}

.breedersCardGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.layerBreeders {
  position: relative;
}
.layerBreeders::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/img15.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -2;
}
.layerBreeders::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 128, 90, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -1;
}

.broilerBreeders {
  position: relative;
}
.broilerBreeders::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/img15.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -2;
}
.broilerBreeders::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 98, 79, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -1;
}

.breedersBox {
  text-align: center;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
.breedersBox .breedersBoxIcon {
  margin-bottom: 20px;
}
.breedersBox .commonHeading h4 {
  color: #fff;
}
.breedersBox .commonHeading p {
  color: #fff;
}

.flVideo .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
  background-color: #fff;
}
.flVideo .circle.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
  }
}
.gotQuestionsSec {
  padding: 80px 0;
  position: relative;
}
.gotQuestionsSec .gotQuestionsRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.gotQuestionsSec:before {
  content: "";
  background-color: #fdefed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  z-index: -1;
}
.gotQuestionsSec .gotQuestions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.gotQuestionsSec .gotQuestions .gotQuesPara {
  margin-top: 20px;
}
.gotQuestionsSec .gotQuestionsVideo {
  overflow: hidden;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner .flVideo {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 10;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner .flVideo .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.galleryPoultryFarm .commonHeading {
  width: 50%;
  margin: 0 auto 40px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage {
  display: flex;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-nav {
  margin-top: 10px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-nav button {
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-dots .owl-dot span {
  background: #fdefed;
  width: 15px;
  height: 15px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-dots .owl-dot.active span {
  background: #d97827;
}

.testimonialsSheep {
  padding: 80px 0;
  background-color: #fff;
}
.testimonialsSheep .testimonialsRow {
  align-items: center;
}
.testimonialsSheep .testimonialsContent .testimonialsHeadingSlider {
  width: 60%;
  margin-bottom: 20px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider {
  position: relative;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider::before {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  height: 60px;
  width: 60px;
  background-image: url(../images/icon/q.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: bottom;
  z-index: 2;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter {
  position: relative;
  position: relative;
  min-height: 260px;
  padding: 40px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icon/testimonial.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: bottom;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner {
  position: relative;
  z-index: 2;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .star {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .star .starYellow {
  color: #FFD55F;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .star .starGray {
  color: #CCCCCC;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .ratingTxt h6 {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .testimonialPara p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile .userProfileImg img {
  background-color: #d97827;
  padding: 4px;
  border-radius: 50px;height: 50px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile .userInfo h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile .userInfo span {
  font-weight: 500;
  font-size: 16px;
  color: #d97827;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .slideCustomNav .owlNavBtn .btn-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .slideCustomNav .owlNavBtn .btn-wrap button {
  border: 0;
  background-color: unset;
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .slideCustomNav .owlNavBtn .btn-wrap button span {
  color: #d97827;
  font-weight: 700;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .owl-nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: -56px;
  position: relative;
  z-index: 2;
  justify-content: end;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .owl-nav .owl-prev {
  color: #d97827;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .owl-nav .owl-prev:hover {
  background-color: #fff;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .owl-nav .owl-next {
  color: #d97827;
}
.testimonialsSheep .testimonialsContent .testimonialSlide .owl-nav .owl-next:hover {
  background-color: #fff;
}

.commonHeading.textCenter {
  text-align: center;
}
.commonHeading.textCenter.textWhite h6 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.commonHeading.textCenter.textWhite h6:before {
  background: #fff;
  width: 30%;
  height: 1px;
  content: "";
}
.commonHeading.textCenter.textWhite h6:after {
  background: #fff;
  width: 30%;
  height: 1px;
  content: "";
}
.commonHeading.textCenter.textWhite h4 {
  color: #fff;
}
.commonHeading.textCenter.textWhite p {
  color: #fff;
}

.ourGallerySheep {
  padding: 80px 0 0;
}
.ourGallerySheep .ourGallerySheepRow {
  align-items: center;
}
.ourGallerySheep .galleryColumn {
  padding: 80px 0;
  position: relative;
}
.ourGallerySheep .galleryColumn::before {
  position: absolute;
  content: "";
  top: 37px;
  left: -44px;
  height: 100px;
  width: 100px;
  background-image: url(../images/img34.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.ourGallerySheep .galleryColumn::after {
  position: absolute;
  content: "";
  bottom: 67px;
  right: -44px;
  height: 100px;
  width: 100px;
  background-image: url(../images/img34.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.ourGallerySheep .galleryColumn .galleryRow {
  position: relative;
  z-index: 2;
}
.ourGallerySheep .galleryColumn .galleryRow .galleryCol .galleryItem {
  height: 100%;
}
.ourGallerySheep .galleryColumn .galleryRow .galleryCol .galleryItem .galleryLink {
  height: 100%;
}
.ourGallerySheep .galleryColumn .galleryRow .galleryCol .galleryItem .galleryLink .promo {
  height: 100%;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.ourGallerySheep .galleryColumn .galleryRow .galleryCol .galleryItem .galleryLink .promo img {
  height: 100%;
  border-bottom-right-radius: 20px;
}

.latestNewsArticlesSheep {
  padding: 80px 0;
  position: relative;
}
.latestNewsArticlesSheep:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 60%;
  width: 100%;
  background-image: url(../images/bg-img10.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .commonHeading {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard {
  position: relative;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner {
  padding: 15px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg {
  position: relative;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate {
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a {
  background-color: #2b2f5d;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #fff;
  text-decoration: none;
  justify-content: center;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a span {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsUser a,
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsMessage a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  text-decoration: none;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 {
  min-height: 60px;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 a {
  color: #000;
  text-decoration: none;
}
.latestNewsArticlesSheep .latestNewsArticlesInner .latestNewsCard .latestNewsCardBtn {
  margin-top: 40px;
  text-align: center;
}

.mapsSection {
  padding: 80px 0;
}
.mapsSection .mapsSectionInner .mapOverlay {
  position: relative;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip {
  background: #fff;
  bottom: 100%;
  color: #000;
  left: -20px;
  margin-bottom: 15px;
  opacity: 1;
  padding: 20px;
  pointer-events: none;
  width: 100%;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 400px;
  text-align: left;
  position: relative;
  z-index: 9;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip .locationTxt p {
  margin-bottom: 0;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #fff 15px;
  bottom: 0;
  content: " ";
  height: 0;
  right: 60px;
  margin-left: -13px;
  position: absolute;
  width: 0;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  transform: rotate(-180deg);
  left: unset;
  top: -14px;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup {
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease;
  width: 400px;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.activeTool {
  opacity: 1;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip1 {
  top: 34%;
  left: 7%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip2 {
  top: 13%;
  left: 23%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip3 {
  top: 32%;
  left: 41%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip4 {
  top: 28%;
  right: 17%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip5 {
  top: 58%;
  left: 32%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip6 {
  top: 56%;
  right: 26%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip7 {
  bottom: 2%;
  left: 19%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip8 {
  top: 72%;
  left: 37%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip9 {
  top: 83%;
  right: 12%;
}

.searchBox {
  position: fixed;
  z-index: 19;
  width: 100%;
  transform: translateY(-600px);
  transition: all 0.4s ease;
}
.searchBox.active {
  transform: translateY(0px);
}
.searchBox .searchBoxInner {
  background: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  padding: 50px 100px;
}
.searchBox .searchBoxInner .searchHeading {
  text-align: center;
}
.searchBox .searchBoxInner .searchHeading h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.searchBox .searchBoxInner .searchInput .input-group {
  background-color: #fdefed;
  padding: 6px;
  border-radius: 4px;
}
.searchBox .searchBoxInner .searchInput .input-group input {
  border: 0;
  background-color: #fdefed;
}
.searchBox .searchBoxInner .searchInput .input-group input:focus {
  box-shadow: unset;
}
.searchBox .searchBoxInner .searchInput .input-group .searchButton {
  background-color: #d97827;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border: 0;
}
.searchBox .searchBoxInner .searchInput .input-group .searchButton img {
  width: 18px;
}
.searchBox .searchBoxInner .quickSearch {
  text-align: center;
  color: #707070;
  margin-top: 20px;
}
.searchBox .searchBoxInner .quickSearch p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.searchBox .searchBoxInner .quickSearch p span {
  font-weight: 700;
  margin-right: 10px;
}

.cartSideBox {
  position: fixed;
  width: 495px;
  z-index: 99;
  background-color: #fff;
  height: calc(100vh - 130px);
  right: 0;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(550px);
  transition: all 0.4s ease;
}
.cartSideBox.cartSideBox2 {
  height: calc(100vh - 82px);
}
.cartSideBox::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.cartSideBox::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.cartSideBox::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 2px solid #ccc;
}
.cartSideBox.active {
  transform: translateX(0px);
}
.cartSideBox .shoppingCart {
  margin-bottom: 20px;
}
.cartSideBox .itemsCounter {
  display: block;
}
.cartSideBox .allItems .singleItems {
  grid-template-columns: 120px 1fr;
  display: grid;
  gap: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4705882353);
  padding: 20px 0;
}
.cartSideBox .allItems .singleItems .itemImage {
  background-color: #fdefed;
  text-align: center;
  padding: 20px;
}
.cartSideBox .allItems .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cartSideBox .allItems .itemContent ins {
  text-decoration: none;
  color: #d97827;
  font-size: 16px;
  font-weight: 600;
}
.cartSideBox .allItems .itemContent input {
  text-align: center;
}
.cartSideBox .allItems .itemContent del {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 600;
}
.cartSideBox .allItems .itemContent .addItems {
  grid-template-columns: 120px 1fr;
  display: grid;
  gap: 20px;
}
.cartSideBox .allItems .itemContent .addItems .incrementItems {
  background-color: #fdefed;
}
.cartSideBox .allItems .itemContent .addItems .incrementItems .input-group a {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
}
.cartSideBox .allItems .itemContent .addItems .incrementItems .input-group input {
  background-color: transparent;
  border: 0;
}
.cartSideBox .allItems .itemContent .addItems .removeItems {
  display: flex;
  justify-content: end;
}
.cartSideBox .allItems .itemContent .addItems .removeItems a {
  color: #d97827;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.cartSideBox .priceTbl {
  padding: 20px 0;
}
.cartSideBox .priceTbl .priceTr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cartSideBox .priceTbl .priceBody {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.cartSideBox .priceTbl .priceBody .priceTr h6 {
  font-size: 16px;
  font-weight: 600;
}
.cartSideBox .priceTbl .priceBody .priceTr span {
  font-size: 16px;
  color: #707070;
  font-weight: 600;
}
.cartSideBox .priceTbl .priceFoot {
  padding-top: 10px;
}
.cartSideBox .priceTbl .priceFoot .priceTr h5 {
  font-size: 20px;
  font-weight: 700;
}
.cartSideBox .priceTbl .priceFoot .priceTr span {
  font-size: 20px;
  color: #d97827;
  font-weight: 700;
}
.cartSideBox .checkoutTaxIncluded P {
  color: #707070;
  font-size: 16px;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label {
  color: #707070;
  font-size: 16px;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label a {
  color: #333333;
  font-weight: 600;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label .form-check-input {
  border-radius: 0;
  border-color: #d97827;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label .form-check-input:checked {
  background-color: #d97827;
}
.cartSideBox .cartBtnGroup {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol .pigFactsList ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d97827;
  font-weight: 500;
  font-size: 20px;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol .pigFactsList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url(../images/icon/arrow-icon.png) no-repeat;
  background-size: contain;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol .btn-1 {
  background-color: #2b2f5d;
  margin-top: 20px;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol .btn-1 span {
  color: #fff;
}

.whoWeAreSheep {
  padding: 80px 0;
  position: relative;
  background-image: url("../images/bg-img17.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.whoWeAreSheep .qualityFeedsRow {
  align-items: center;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol1 {
  padding-right: 40px;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol2 .qualityFeedsImg {
  position: relative;
  padding: 0 20px 20px 0;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol2 .qualityFeedsImg img {
  width: 100%;
  border-top-left-radius: 80px;
}
.whoWeAreSheep .qualityFeedsRow .qualityFeedsCol2 .qualityFeedsImg::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 0;
  height: 182px;
  width: 200px;
  background-image: url(../images/mask2.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -1;
}
.whoWeAreSheep .yearsExperience a {
  display: flex;
  align-items: center;
  background-color: #2b2f5d;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.whoWeAreSheep .yearsExperience a .yearsExperienceTxt p {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}
.whoWeAreSheep .yearsExperience a .yearsExperienceTxt span {
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.whoWeAreSheep .yearsExperience:hover a {
  background-color: #d97827;
}

.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg a,
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg img,
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem img {
  transition: all 0.4s ease;
}

.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg img:hover,
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem img:hover {
  transform: scale(1.1);
}

.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem {
  border-radius: 5px;
}

.poultryPerformanceBanner {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
}
.poultryPerformanceBanner .poultryPerformanceHeading h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 30px;
}
.poultryPerformanceBanner .poultryPerformanceHeading p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.poultryPerformanceBanner {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.poultryPerformanceBanner .poultryPerformanceHeading h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 30px;
}
.poultryPerformanceBanner .poultryPerformanceHeading p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.qualityFeeds {
  padding: 150px 0;
  position: relative;
  margin-top: -70px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.qualityFeeds .qualityFeedsRow {
  align-items: center;
}
.qualityFeeds .qualityFeedsRow .qualityFeedsCol1 {
  padding-right: 40px;
}
.qualityFeeds .yearsExperience a {
  display: flex;
  align-items: center;
  background-color: #2b2f5d;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.qualityFeeds .yearsExperience a .yearsExperienceTxt p {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}
.qualityFeeds .yearsExperience a .yearsExperienceTxt span {
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.qualityFeeds .yearsExperience:hover a {
  background-color: #d97827;
}

.diverBusinessesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.diverBusinessesGrid .diverBusinessesGridCol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesInnerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesInnerGrid .diverBusinessesInnerGridCol {
  border-radius: 6px;
  overflow: hidden;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesInnerGrid .diverBusinessesInnerGridCol img {
  border-radius: 6px;
  object-fit: cover;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesContent {
  background-color: #fdefed;
  border-radius: 6px;
  padding: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesContent .diverBusinessesList ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 30px;
  color: #2b2f5d;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesContent .diverBusinessesList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url("../images/icon/arrow-icon.png") no-repeat;
  background-size: contain;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesSingleImg {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.diverBusinessesGrid .diverBusinessesGridCol .diverBusinessesSingleImg img {
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
}
.content .content-overlay {
  background: rgba(237, 98, 79, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.content .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.content .content-details h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.content:hover .content-overlay {
  opacity: 1;
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content .fadeIn-top {
  top: 20%;
}

.poultryProductsSlider {
  padding: 80px 0;
}
.poultryProductsSlider .poultryProductsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poultryProductsSlider .poultryProductsHead .commonHeading {
  width: 50%;
}
.poultryProductsSlider .poultryProductsHead .owlNavBtn .btn-wrap {
  display: flex;
  gap: 10px;
}
.poultryProductsSlider .poultryProductsHead .owlNavBtn .btn-wrap button {
  width: 50px;
  height: 50px;
  background-color: #d97827;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d97827;
}
.poultryProductsSlider .poultryProductsHead .owlNavBtn .btn-wrap button.disabled {
  opacity: 0.6;
}
.poultryProductsSlider .owlCarouselProducts .owl-stage-outer .owl-stage .owl-item, .poultryProductsSlider .owlCarouselRelatedProducts .owl-stage-outer .owl-stage .owl-item {
  padding: 20px 8px;
}
.poultryProductsSlider .owlCarouselProducts .owl-nav, .poultryProductsSlider .owlCarouselRelatedProducts .owl-nav {
  display: none;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg {
  background-color: #fdefed;
  padding: 50px 10px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .addToCart, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .addToCart {
  position: absolute;
  bottom: -80px;
  right: 20px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .addToCart img, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .addToCart img {
  width: 50px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg img, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu {
  position: absolute;
  top: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  left: 0;
  padding: 0 10px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge {
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-danger, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-danger {
  background-color: #d97827 !important;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-success, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-success {
  background-color: #1EB640 !important;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon {
  text-align: end;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon a, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon a {
  color: #fff;
  font-size: 20px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent a, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent a {
  color: #333;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .owlProductHeading h4, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .owlProductHeading h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .productPrice, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .productPrice {
  display: flex;
  gap: 8px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .productPrice ins, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .productPrice ins {
  font-weight: 700;
  font-size: 16px;
  color: #d97827;
  text-decoration: none;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .productPrice del, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .productPrice del {
  font-weight: 700;
  font-size: 16px;
  color: #CCCCCC;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar {
  display: flex;
  gap: 6px;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar .fill, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar .fill {
  color: #FFD55F;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar .unfill, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar .unfill {
  color: #CCCCCC;
}
.poultryProductsSlider .owlCarouselProducts .owlSlideItem .owlSlideItemContent .ratingStar .fa, .poultryProductsSlider .owlCarouselRelatedProducts .owlSlideItem .owlSlideItemContent .ratingStar .fa {
  font-size: 20px;
}
.poultryProductsSlider .viewAllProduct {
  text-align: center;
  margin-top: 20px;
}

.categorySec .categorySecInner {
  background-color: #d97827;
  padding: 40px;
  border-radius: 10px;
}
.categorySec .categorySecInner .categorySecItem {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.categorySec .categorySecInner .categorySecItem .categoryIcon span {
  background-color: #fff;
  padding: 18px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
.categorySec .categorySecInner .categorySecItem .categoryContent h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.categorySec .categorySecInner .categorySecItem .categoryContent p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.owlCarouselRelatedProducts .owlSlideItem {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  align-items: center;
}
.owlCarouselRelatedProducts .owlSlideItem .owlSlideItemImg {
  margin-bottom: 0 !important;
}
.owlCarouselRelatedProducts .owlSlideItemContent .relatedProductsBtn .readMoreBtn img {
  max-width: 20px;
}

.readMoreBtn {
  color: #ed6451;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.readMoreBtn img {
  width: 35px;
}
.readMoreBtn:hover {
  color: #ed6451;
}

.breedersCardGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.layerBreeders {
  position: relative;
}
.layerBreeders::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/img15.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -2;
}
.layerBreeders::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 128, 90, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -1;
}

.broilerBreeders {
  position: relative;
}
.broilerBreeders::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/img15.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -2;
}
.broilerBreeders::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 98, 79, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: -1;
}

.breedersBox {
  text-align: center;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
.breedersBox .breedersBoxIcon {
  margin-bottom: 20px;
}
.breedersBox .commonHeading h4 {
  color: #fff;
}
.breedersBox .commonHeading p {
  color: #fff;
}

.flVideo .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
  background-color: #fff;
}
.flVideo .circle.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
  }
}
.gotQuestionsSec {
  padding: 80px 0;
  position: relative;
}
.gotQuestionsSec .gotQuestionsRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.gotQuestionsSec:before {
  content: "";
  background-color: #fdefed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  z-index: -1;
}
.gotQuestionsSec .gotQuestions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.gotQuestionsSec .gotQuestions .gotQuesPara {
  margin-top: 20px;
}
.gotQuestionsSec .gotQuestionsVideo {
  overflow: hidden;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner .flVideo {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 10;
}
.gotQuestionsSec .gotQuestionsVideo .videoBanner .flVideo .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.galleryPoultryFarm .commonHeading {
  width: 50%;
  margin: 0 auto 40px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage {
  display: flex;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-nav {
  margin-top: 10px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-nav button {
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-dots .owl-dot span {
  background: #fdefed;
  width: 15px;
  height: 15px;
}
.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-dots .owl-dot.active span {
  background: #d97827;
}

.testimonialsBox {
  padding: 0 80px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.testimonialsBox .testimonialsRow {
  background-color: #2b2f5d;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  align-items: center;
}
.testimonialsBox .testimonialsRow::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg-img5.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.testimonialsBox .testimonialsRow .testimonialsCol {
  margin: 40px;
  position: relative;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol1 {
  padding: 100px 30px 100px 150px;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol1::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100px;
  width: 100px;
  background-image: url(../images/img20.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  right: 40px;
}
.testimonialsBox .testimonialsRow .testimonialsCol h4 {
  font-weight: 700;
  font-size: 30px;
  color: #FFD55F;
  text-transform: uppercase;
}
.testimonialsBox .testimonialsRow .testimonialsCol h2 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
}
.testimonialsBox .testimonialsRow .testimonialsCol:first-child {
  border-right: 1px solid #fff;
}
.testimonialsBox .testimonialsRow .testimonialsCol .testimonialSlider .testimonialSliderItem p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  font-style: italic;
}
.testimonialsBox .testimonialsRow .testimonialsCol .testimonialSlider .testimonialSliderItem h4 {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
}
.testimonialsBox .testimonialsRow .testimonialsCol .testimonialSlider .testimonialSliderItem span {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 {
  margin-left: 0 !important;
  padding: 40px 40px 40px 0;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg {
  margin-top: 20px;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul {
  align-items: center;
  gap: 10px;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul li a {
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 50px;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul li a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 100%;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul li a.active {
  width: 60px;
  height: 60px;
  border: 4px solid #ef7261;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d97827;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul li a.active:after {
  content: unset;
}
.testimonialsBox .testimonialsRow .testimonialsCol.testimonialsCol2 .testimonialSliderImg ul li a.active img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.latestNewsArticles {
  background-color: #fdefed;
  padding: 380px 0 80px;
  position: relative;
  margin-top: -300px;
}
.latestNewsArticles .latestNewsArticlesInner .commonHeading {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard {
  position: relative;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard::before {
  position: absolute;
  content: "";
  top: -213px;
  left: -150px;
  height: 400px;
  width: 400px;
  background-image: url(../images/img19.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard::after {
  position: absolute;
  content: "";
  top: -213px;
  right: -150px;
  height: 400px;
  width: 400px;
  background-image: url(../images/img18.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner {
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  height: 100%;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg {
  position: relative;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate {
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a {
  background-color: #2b2f5d;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #fff;
  text-decoration: none;
  justify-content: center;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a span {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsUser a, .latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsMessage a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  text-decoration: none;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 {
  min-height: 60px;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 a {
  color: #000;
  text-decoration: none;
}
.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardBtn {
  margin-top: 40px;
  text-align: center;
}

.mapsSection {
  padding: 80px 0;
}
.mapsSection .mapsSectionInner .mapOverlay {
  position: relative;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip {
  background: #fff;
  bottom: 100%;
  color: #000;
  left: -20px;
  margin-bottom: 15px;
  opacity: 1;
  padding: 20px;
  pointer-events: none;
  width: 100%;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 400px;
  text-align: left;
  position: relative;
  z-index: 9;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip .locationTxt p {
  margin-bottom: 0;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #fff 15px;
  bottom: 0;
  content: " ";
  height: 0;
  right: 60px;
  margin-left: -13px;
  position: absolute;
  width: 0;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  transform: rotate(-180deg);
  left: unset;
  top: -14px;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup {
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease;
  width: 400px;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.activeTool {
  opacity: 1;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip1 {
  top: 34%;
  left: 7%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip2 {
  top: 13%;
  left: 23%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip3 {
  top: 32%;
  left: 41%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip4 {
  top: 28%;
  right: 17%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip5 {
  top: 58%;
  left: 32%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip6 {
  top: 56%;
  right: 26%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip7 {
  bottom: 2%;
  left: 19%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip8 {
  top: 72%;
  left: 37%;
}
.mapsSection .mapsSectionInner .mapOverlay .tooltipGroup.tooltip9 {
  top: 83%;
  right: 12%;
}

.searchBox {
  position: fixed;
  z-index: 19;
  width: 100%;
  transform: translateY(-600px);
  transition: all 0.4s ease;
}
.searchBox.active {
  transform: translateY(0px);
}
.searchBox .searchBoxInner {
  background: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  padding: 50px 100px;
}
.searchBox .searchBoxInner .searchHeading {
  text-align: center;
}
.searchBox .searchBoxInner .searchHeading h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.searchBox .searchBoxInner .searchInput .input-group {
  background-color: #fdefed;
  padding: 6px;
  border-radius: 4px;
}
.searchBox .searchBoxInner .searchInput .input-group input {
  border: 0;
  background-color: #fdefed;
}
.searchBox .searchBoxInner .searchInput .input-group input:focus {
  box-shadow: unset;
}
.searchBox .searchBoxInner .searchInput .input-group .searchButton {
  background-color: #d97827;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border: 0;
}
.searchBox .searchBoxInner .searchInput .input-group .searchButton img {
  width: 18px;
}
.searchBox .searchBoxInner .quickSearch {
  text-align: center;
  color: #707070;
  margin-top: 20px;
}
.searchBox .searchBoxInner .quickSearch p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.searchBox .searchBoxInner .quickSearch p span {
  font-weight: 700;
  margin-right: 10px;
}

.cartSideBox {
  position: fixed;
  width: 495px;
  z-index: 99;
  background-color: #fff;
  height: calc(100vh - 130px);
  right: 0;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(550px);
  transition: all 0.4s ease;
}
.cartSideBox.cartSideBox2 {
  height: calc(100vh - 82px);
}
.cartSideBox::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.cartSideBox::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.cartSideBox::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 2px solid #ccc;
}
.cartSideBox.active {
  transform: translateX(0px);
}
.cartSideBox .shoppingCart {
  margin-bottom: 20px;
}
.cartSideBox .itemsCounter {
  display: block;
}
.cartSideBox .allItems .singleItems {
  grid-template-columns: 120px 1fr;
  display: grid;
  gap: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4705882353);
  padding: 20px 0;
}
.cartSideBox .allItems .singleItems .itemImage {
  background-color: #fdefed;
  text-align: center;
  padding: 20px;
}
.cartSideBox .allItems .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cartSideBox .allItems .itemContent ins {
  text-decoration: none;
  color: #d97827;
  font-size: 16px;
  font-weight: 600;
}
.cartSideBox .allItems .itemContent input {
  text-align: center;
}
.cartSideBox .allItems .itemContent del {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 600;
}
.cartSideBox .allItems .itemContent .addItems {
  grid-template-columns: 120px 1fr;
  display: grid;
  gap: 20px;
}
.cartSideBox .allItems .itemContent .addItems .incrementItems {
  background-color: #fdefed;
}
.cartSideBox .allItems .itemContent .addItems .incrementItems .input-group a {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
}
.cartSideBox .allItems .itemContent .addItems .incrementItems .input-group input {
  background-color: transparent;
  border: 0;
}
.cartSideBox .allItems .itemContent .addItems .removeItems {
  display: flex;
  justify-content: end;
}
.cartSideBox .allItems .itemContent .addItems .removeItems a {
  color: #d97827;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.cartSideBox .priceTbl {
  padding: 20px 0;
}
.cartSideBox .priceTbl .priceTr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cartSideBox .priceTbl .priceBody {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.cartSideBox .priceTbl .priceBody .priceTr h6 {
  font-size: 16px;
  font-weight: 600;
}
.cartSideBox .priceTbl .priceBody .priceTr span {
  font-size: 16px;
  color: #707070;
  font-weight: 600;
}
.cartSideBox .priceTbl .priceFoot {
  padding-top: 10px;
}
.cartSideBox .priceTbl .priceFoot .priceTr h5 {
  font-size: 20px;
  font-weight: 700;
}
.cartSideBox .priceTbl .priceFoot .priceTr span {
  font-size: 20px;
  color: #d97827;
  font-weight: 700;
}
.cartSideBox .checkoutTaxIncluded P {
  color: #707070;
  font-size: 16px;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label {
  color: #707070;
  font-size: 16px;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label a {
  color: #333333;
  font-weight: 600;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label .form-check-input {
  border-radius: 0;
  border-color: #d97827;
}
.cartSideBox .checkoutTaxIncluded .form-check .form-check-label .form-check-input:checked {
  background-color: #d97827;
}
.cartSideBox .cartBtnGroup {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg a, .galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg img, .galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem img {
  transition: all 0.4s ease;
}

.latestNewsArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg img:hover, .galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem img:hover {
  transform: scale(1.1);
}

.galleryPoultryFarm .galleryPoultrySec .carouselGalleryPoultry .owl-stage .item .galleryItem {
  border-radius: 5px;
}

.professionalSec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdefed;
}
.professionalSec .professionalSecInner {
  padding-top: 20px;
}
.professionalSec .professionalSecInner .professionalGroup {
  display: flex;
  align-items: center;
  height: 100%;
}
.professionalSec .professionalSecInner .professionalGroup .professionalGroupInner .professionalTxt .commonHeading h4 {
  font-size: 50px;
}
.professionalSec .professionalSecInner .professionalGroup .professionalGroupInner .professionalTxt .commonHeading p {
  font-size: 20px;
  color: #707070;
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem {
  padding: 20px;
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem h2 {
  font-weight: 700;
  font-size: 46px;
  color: #d97827;
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem h5 {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem.clrProfessionalBox {
  background-color: #d97827;
}
.professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem.clrProfessionalBox h2, .professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem.clrProfessionalBox h5, .professionalSec .professionalSecInner .professionalBoxGroup .professionalBox .professionalBoxRow .professionalBoxCol .professionalBoxItem.clrProfessionalBox p {
  color: #fff;
}

.aboutUs {
  padding: 80px 0;
}
.aboutUs .aboutUsGroup {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.aboutUs .aboutUsGroup .aboutUsHead h5 {
  font-weight: 700;
  font-size: 30px;
  color: #d97827;
}
.aboutUs .aboutUsGroup .aboutUsHead h2 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.aboutUs .aboutUsTxt {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.aboutUs .aboutUsTxt .aboutUsSince span {
  font-weight: 700;
  font-size: 30px;
  color: #d97827;
}
.aboutUs .aboutUsTxt .aboutUsSince p {
  font-weight: 700;
  font-size: 55px;
  color: #333333;
}

.farmManagement {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdefed;
  padding: 80px 0;
}
.farmManagement .farmManagementHeadingBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.farmManagement .farmManagementHeadingBox h2 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.farmManagement .farmManagementHeadingBox a {
  color: #d97827;
  font-size: 20px;
  font-weight: 700;
}
.farmManagement .farmManagementIconBox {
  background: #FFFFFF;
  box-shadow: 2px 0px 26px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  transition: all 0.2s ease;
}
.farmManagement .farmManagementIconBox:hover {
  border: 1px solid #d97827;
  background-color: #d97827;
}
.farmManagement .farmManagementIconBox:hover * {
  color: #fff;
}
.farmManagement .farmManagementIconBox:hover .farmManagementIcon img {
  scale: 1.1;
}
.farmManagement .farmManagementIconBox a {
  color: #000;
}
.farmManagement .farmManagementIconBox a .farmManagementIcon {
  background: #FDEFED;
  border: 1px solid #d97827;
  padding: 18px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.farmManagement .farmManagementIconBox a .farmManagementIcon img {
  transition: all 0.4s ease;
}

.pigsFarmingVideo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdefed;
  padding: 80px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 80vh;
  padding: 20px;
}
.pigsFarmingVideo .flVideo {
  display: inline-block;
  margin-bottom: 50px;
}
.pigsFarmingVideo .flVideo .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pigsFarmingVideo .pigsFarmingVideoTxt {
  width: 50%;
}
.pigsFarmingVideo .pigsFarmingVideoTxt h4 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
}
.pigsFarmingVideo .pigsFarmingVideoTxt p {
  font-size: 20px;
  color: #fff;
}

.customersTalking {
  padding: 80px 0;
}
.customersTalking .commonHeading {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-stage {
  display: flex;
  padding: 40px 0;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-stage .owl-item .item {
  cursor: pointer;
  margin: 4% 2%;
  transition: margin 0.4s ease;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-stage .owl-item.center .item {
  cursor: auto;
  margin: 0;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-stage .owl-item.center .item .customersTalkingItem:before {
  top: 26px;
  height: 150px;
  width: 150px;
  left: 60px;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-nav button.owl-next, .customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-nav button.owl-prev {
  background-color: #d97827;
  border-radius: 5px;
  color: #fff;
  width: 50px;
  height: 50px;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-nav button.owl-next.disable, .customersTalking .customersTalkingSlider .customersTalkingOwlSlider .owl-nav button.owl-prev.disable {
  opacity: 0.6;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 40px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem:before {
  position: absolute;
  content: "";
  top: 12px;
  height: 100px;
  width: 100px;
  background-image: url(../images/icon/q.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  left: 40px;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem .customersTalkingSlidePara p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem .customersTalkingImg {
  margin: 10px 0;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem .customersTalkingImg img {
  width: 80px;
  height: 80px;
  background: #d97827;
  border-radius: 50px;
  padding: 6px;
  margin: 0 auto;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem .customersTalkingName h4 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.customersTalking .customersTalkingSlider .customersTalkingOwlSlider .customersTalkingItem .customersTalkingName span {
  font-weight: 500;
  font-size: 16px;
  color: #d97827;
}

.pigFactsTopics {
  background-color: #d97827;
}
.pigFactsTopics .pigFactsTopicsRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pigFactsTopics .pigFactsTopicsCol1 .pigFactsImg {
  height: 100%;
}
.pigFactsTopics .pigFactsTopicsCol1 .pigFactsImg img {
  height: 100%;
}
.pigFactsTopics .pigFactsTopicsCol2 {
  position: relative;
}
.pigFactsTopics .pigFactsTopicsCol2:before {
  position: absolute;
  content: "";
  top: 0;
  height: 350px;
  width: 350px;
  background-image: url(../images/img33.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  transform: rotate(-90deg);
}
.pigFactsTopics .pigFactsTxt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 80px;
}
.pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsHead h4 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
}
.pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsHead p {
  font-size: 20px;
  color: #fff;
}
.pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsList ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url(../images/icon/arrow-icon.png) no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.galleryPigFarm {
  padding: 80px 0;
}
.galleryPigFarm .commonHeading {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.latestNewArticles {
  background-color: #fdefed;
  padding: 80px 0 80px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdefed;
}
.latestNewArticles .latestNewsArticlesInner .commonHeading {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard {
  position: relative;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard::after {
  position: absolute;
  content: "";
  top: -68px;
  right: -67px;
  height: 150px;
  width: 150px;
  background-image: url(../images/img34.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner {
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg {
  position: relative;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg a {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate {
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a {
  background-color: #2b2f5d;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #fff;
  text-decoration: none;
  justify-content: center;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a span {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList {
  display: flex;
  gap: 20px;
  padding: 10px 0 10px;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsUser a, .latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsMessage a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  text-decoration: none;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 {
  min-height: 60px;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 a {
  color: #000;
  text-decoration: none;
}
.latestNewArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardBtn {
  margin-top: 40px;
  text-align: center;
}

.reflectionEffect {
  overflow: hidden;
  position: relative;
}

.reflectionEffect:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  content: "";
  transition: transform 0.8s;
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.reflectionEffect:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.fishFarming {
  position: relative;
  padding: 80px 0;
  background-color: #FDEFED;
}
.fishFarming::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 60%;
  width: 100%;
  background-image: url(../images/bg-img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.fishFarming .fishFarmingInner {
  position: relative;
}
.fishFarming .fishFarmingInner .fishFarmingHead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fishFarming .fishFarmingInner .fishFarmingHead .fishFarmingHeadInner {
  padding: 80px 40px;
  margin: 0 120px;
  position: relative;
}
.fishFarming .fishFarmingInner .fishFarmingHead .fishFarmingHeadInner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  display: inline-block;
  height: 100%;
  background: red;
}
.fishFarming .fishFarmingInner .fishFarmingHead .fishFarmingHeadInner h5 {
  font-weight: 700;
  font-size: 30px;
  color: #d97827;
}
.fishFarming .fishFarmingInner .fishFarmingHead .fishFarmingHeadInner h2 {
  font-weight: 700;
  font-size: 55px;
  color: #333333;
}
.fishFarming .fishFarmingInner .fishFarmingHead .fishFarmingHeadInner p {
  font-weight: 700;
  font-size: 20px;
  color: #707070;
}

.fishFarmingCards {
  padding: 80px 0;
  background-color: #fff;
}
.fishFarmingCards .fishFarmingCardInner {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 40px;
}
.fishFarmingCards .fishFarmingCardInner a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #333333;
}
.fishFarmingCards .fishFarmingCardInner a:hover {
  color: #fff;
}
.fishFarmingCards .fishFarmingCardInner a:hover .fishFarmingCardBox {
  background: #2b2f5d;
}
.fishFarmingCards .fishFarmingCardInner a:hover .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup .icon img {
  filter: unset;
}
.fishFarmingCards .fishFarmingCardInner a:hover .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup .fishFarmingCardTxt h4 {
  color: #fff;
}
.fishFarmingCards .fishFarmingCardInner a:hover .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup .fishFarmingCardTxt p {
  color: #fff;
}
.fishFarmingCards .fishFarmingCardInner a:hover .fishFarmingCardBox .fishFarmingCardBoxInner img.arrow {
  filter: brightness(0) invert(1);
}
.fishFarmingCards .fishFarmingCardInner a .fishFarmingCardBox {
  background: #FDEFED;
  border-radius: 5px;
  height: 100%;
  padding: 40px;
  text-align: center;
}
.fishFarmingCards .fishFarmingCardInner a .fishFarmingCardBox .fishFarmingCardBoxInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  height: 100%;
}
.fishFarmingCards .fishFarmingCardInner a .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  height: 100%;
  gap: 10px;
}
.fishFarmingCards .fishFarmingCardInner a .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup span.icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto 0px;
}
.fishFarmingCards .fishFarmingCardInner a .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup .fishFarmingCardTxt h4 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.fishFarmingCards .fishFarmingCardInner a .fishFarmingCardBox .fishFarmingCardBoxInner .fishFarmingGroup .fishFarmingCardTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-bottom: 30px;
}

.aboutFishFarming {
  background-color: #fff;
  padding-bottom: 80px;
}
.aboutFishFarming .aboutFishFarmingRow {
  align-items: center;
}
.aboutFishFarming .aboutFishFarmingImg {
  display: grid;
  grid-template-columns: 60px 1fr 100px;
}
.aboutFishFarming .aboutFishFarmingImg .rotateDiv {
  display: flex;
  align-items: end;
  padding: 20px 0;
}
.aboutFishFarming .aboutFishFarmingImg .rotateDiv .rotateDivInner {
  width: 100%;
  height: 300px;
  background-color: #fdefed;
}
.aboutFishFarming .aboutFishFarmingImg .aboutFishRoted .aboutFishRotedinner {
  position: relative;
}
.aboutFishFarming .aboutFishFarmingImg .aboutFishRoted .aboutFishRotedinner span {
  position: absolute;
  transform: rotate(90deg);
  top: 115px;
  right: -56px;
  font-weight: 700;
  font-size: 46px;
  color: #d97827;
}
.aboutFishFarming .aboutFishFarmingTxt {
  padding-left: 50px;
}
.aboutFishFarming .aboutFishFarmingTxt .nCommHeading {
  width: 80%;
}

.commTxtSec .nCommHeading h5 {
  font-weight: 700;
  font-size: 30px;
  color: #d97827;
}
.commTxtSec .nCommHeading h2 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.commTxtSec .yearExperience {
  display: flex;
  align-items: center;
  gap: 20px;
}
.commTxtSec .yearExperience .year h4 {
  font-weight: 700;
  font-size: 100px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #2b2f5d;
}
.commTxtSec .yearExperience .yearExperienceTxt span {
  font-weight: 700;
  font-size: 30px;
  color: #2b2f5d;
}
.commTxtSec .yearExperience .yearExperienceTxt p {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.commTxtSec .paraBox {
  background-color: #FDEFED;
  padding: 26px;
  margin-bottom: 20px;
}
.commTxtSec .paraBox p {
  margin-bottom: 0;
}
.commTxtSec p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-bottom: 20px;
}

.needOurSupportSec .needOurSupportContainer {
  padding-top: 80px;
  background-color: #fff;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport {
  position: relative;
  z-index: 1;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner {
  background-image: url(../images/bg-img3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 10px;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner * {
  color: #fff;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportTxt, .needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportInput {
  width: 50%;
  margin: 0 auto;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportTxt {
  text-align: center;
  margin-bottom: 20px;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportTxt h2 {
  font-size: 40px;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportTxt p {
  font-size: 16px;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportInput .input-group {
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .form-control {
  border-radius: 0;
  border: 0;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text {
  color: #fff;
  background-color: #2b2f5d;
  border: 1px solid #fff;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.4s ease;
}
.needOurSupportSec .needOurSupportContainer .needOurSupport .needOurSupportInner .needOurSupportInput .input-group .input-group-text:hover {
  background-color: #d97827;
}

.poultryProdSlider {
  padding: 80px 0;
  position: relative;
}
.poultryProdSlider::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/img80.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #FDEFED;
}
.poultryProdSlider .container {
  position: relative;
  z-index: 1;
}

.latestArticles {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
.latestArticles .latestNewsArticlesInner .commonHeading {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard {
  position: relative;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard::before {
  position: unset;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard::after {
  position: unset;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner {
  padding: 15px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg {
  position: relative;
  margin-bottom: 30px;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate {
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a {
  background-color: #2b2f5d;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #fff;
  text-decoration: none;
  justify-content: center;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a span {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsUser a, .latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsMessage a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  text-decoration: none;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 a {
  color: #000;
  text-decoration: none;
}
.latestArticles .latestNewsArticlesInner .latestNewsCard .latestNewsCardBtn {
  margin-top: 40px;
  text-align: center;
}

.customersTalkingSec {
  position: relative;
  background-color: #fff;
}
.customersTalkingSec .customersTalkingInner {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
.customersTalkingSec .customersTalkingInner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg-img10.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec {
  position: relative;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingCartRow {
  margin-bottom: 100px;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingCart .customersTalkingHead {
  display: flex;
  align-items: center;
  gap: 20px;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingCart .customersTalkingHead .customersTalkingIcon span {
  width: 80px;
  height: 80px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingCart .customersTalkingHead .customersTalkingHeading span {
  font-weight: 700;
  font-size: 46px;
  color: #ffffff;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingCart .customersTalkingHead .customersTalkingHeading h6 {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingCart .cartPara p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingHeading h5 {
  font-weight: 700;
  font-size: 30px;
  color: #FFD55F;
}
.customersTalkingSec .customersTalkingInner .customersTalkInnerSec .customersTalkingHeading h2 {
  font-weight: 700;
  font-size: 46px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.customersTalkingSec .customersTalkingVideo {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-top: -340px;
}
.customersTalkingSec .customersTalkingVideo .videoBanner {
  width: 50%;
}

.howItWorks {
  padding: 80px 0;
  background-color: #fff;
}
.howItWorks .commonHeading {
  text-align: center;
  width: 50%;
  margin: 0 auto 80px;
}
.howItWorks .commonHeading h2 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.howItWorks .commonHeading p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.howItWorks .howItWorksPoints .howItWorksItem {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0px auto;
  transition: all 0.5s ease;
}
.howItWorks .howItWorksPoints .howItWorksItem::before {
  position: absolute;
  content: "";
  top: -22px;
  left: 0px;
  height: 320px;
  width: 320px;
  background-image: url(../images/icon/circle.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.howItWorks .howItWorksPoints .howItWorksItem:hover::before {
  transform: rotate(-50deg);
}
.howItWorks .howItWorksPoints .howItWorksItem .howItWorksItemInner .howItWorksCircle .howItWorksIcon span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #FDEFED;
  padding: 15px;
  border-radius: 50px;
}
.howItWorks .howItWorksPoints .howItWorksItem .howItWorksItemInner .howItWorksCircle .howItWorksContent h5 {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.howItWorks .howItWorksPoints .howItWorksItem .howItWorksItemInner .howItWorksCircle .howItWorksContent p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.howItWorks .howItWorksPoints .howItWorksItemInner {
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  width: 280px;
  height: 280px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}
.howItWorks .howItWorksPoints .howItWorksItemInner .howItWorksCircle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.galleryOurFish {
  padding: 0 0 80px;
  background-color: #fff;
  position: relative;
}
.galleryOurFish:after {
  content: "";
  background-color: #fdefed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
}
.galleryOurFish .commonHeading {
  text-align: center;
  width: 50%;
  margin: 0 auto 40px;
}
.galleryOurFish .commonHeading h2 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.galleryOurFish .commonHeading p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-stage-outer {
  padding: 60px 0;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .galleryOurFishItem {
  position: relative;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .galleryOurFishItem .galleryOurFishContent {
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0 20px;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .galleryOurFishItem .galleryOurFishContent p {
  background: #2b2f5d;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-item .galleryOurFishContent {
  display: none;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-item.active.center {
  margin-top: -30px;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-item.active.center .galleryOurFishContent {
  display: block;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-nav {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-nav .owl-prev {
  color: #d97827;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-nav .owl-next {
  color: #d97827;
}
.galleryOurFish .galleryOurFishInner .galleryOurFishSlider .owl-nav .owl-next:hover {
  background-color: transparent;
}

.testimonials {
  padding: 80px 0 0;
  background-color: #fff;
}
.testimonials .testimonialsRow {
  align-items: center;
}
.testimonials .testimonialsImg {
  position: relative;
}
.testimonials .testimonialsImg .fiveStar {
  background-color: #fdefed;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials .testimonialsImg .fiveStar span {
  font-weight: 700;
  font-size: 30px;
  color: #2b2f5d;
}
.testimonials .testimonialsImg .fiveStar h5 {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.testimonials .testimonialsContent .testimonialsHeadingSlider {
  width: 60%;
  margin-bottom: 20px;
}
.testimonials .testimonialsContent .testimonialsHeadingSlider span {
  font-weight: 700;
  font-size: 30px;
  color: #2b2f5d;
}
.testimonials .testimonialsContent .testimonialsHeadingSlider h2 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider {
  position: relative;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider::before {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  height: 60px;
  width: 60px;
  background-image: url(../images/icon/q.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: bottom;
  z-index: 2;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter {
  position: relative;
  position: relative;
  min-height: 260px;
  padding: 40px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icon/testimonial.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: bottom;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner {
  position: relative;
  z-index: 2;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .star {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .star .starYellow {
  color: #FFD55F;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .star .starGray {
  color: #CCCCCC;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .ratingGroup .ratingTxt h6 {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .testimonialsSliderOuter .testimonialsSliderInner .testimonialPara p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile .userProfileImg img {
  background-color: #d97827;
  padding: 4px;
  border-radius: 50px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile .userInfo h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .userProfile .userInfo span {
  font-weight: 500;
  font-size: 16px;
  color: #d97827;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .slideCustomNav .owlNavBtn .btn-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .slideCustomNav .owlNavBtn .btn-wrap button {
  border: 0;
  background-color: unset;
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonials .testimonialsContent .testimonialSlide .testimonialsSlider .slideBottomContent .slideCustomNav .owlNavBtn .btn-wrap button span {
  color: #d97827;
  font-weight: 700;
}
.testimonials .testimonialsContent .testimonialSlide .owl-nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: -56px;
  position: relative;
  z-index: 2;
  justify-content: end;
}
.testimonials .testimonialsContent .testimonialSlide .owl-nav .owl-prev {
  color: #d97827;
}
.testimonials .testimonialsContent .testimonialSlide .owl-nav .owl-prev:hover {
  background-color: #fff;
}
.testimonials .testimonialsContent .testimonialSlide .owl-nav .owl-next {
  color: #d97827;
}
.testimonials .testimonialsContent .testimonialSlide .owl-nav .owl-next:hover {
  background-color: #fff;
}

.languageMob .flexGroupHeader {
  display: flex;
  align-items: center;
}
.languageMob .flexGroupHeader .iconTxt .form-select {
  border: 0;
}

.circleEffect {
  position: relative;
  overflow: hidden;
}

.circleEffect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.circleEffect:hover::before {
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.fishFarmingCardBox:hover .fishImages.borderEffect:after {
  transform: scale(1);
  opacity: 1;
}

.fishImages.borderEffect {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.fishImages.borderEffect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.fishImages.borderEffect:hover:after {
  transform: scale(1);
  opacity: 1;
}

.aboutFishFarming {
  padding: 80px 0;
}
.aboutFishFarming .aboutFishFarmingTxt .nCommHeading.marBottom {
  margin-bottom: 80px;
}
.aboutFishFarming .aboutFishFarmingTxt .nComPara.marBottom {
  margin-bottom: 80px;
}

.ourServicesTopics {
  background-color: #d97827;
}
.ourServicesTopics.ourServicesTopics .pigFactsTopicsRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ourServicesTopics.ourServicesTopics .pigFactsTopicsCol1 .pigFactsImg {
  height: 100%;
}
.ourServicesTopics.ourServicesTopics .pigFactsTopicsCol1 .pigFactsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourServicesTopics.ourServicesTopics .pigFactsTopicsCol2 {
  position: relative;
}
.ourServicesTopics.ourServicesTopics .pigFactsTopicsCol2:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 500px;
  background-image: url(../images/img99.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  transform: unset;
}
.ourServicesTopics.ourServicesTopics .pigFactsTxt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 80px;
}
.ourServicesTopics.ourServicesTopics .pigFactsTxt .pigFactsTxtInner .pigFactsHead h4 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
}
.ourServicesTopics.ourServicesTopics .pigFactsTxt .pigFactsTxtInner .pigFactsHead p {
  font-size: 20px;
  color: #fff;
}
.ourServicesTopics.ourServicesTopics .pigFactsTxt .pigFactsTxtInner .pigFactsList ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.ourServicesTopics.ourServicesTopics .pigFactsTxt .pigFactsTxtInner .pigFactsList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url(../images/icon/arrow-icon.png) no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.latestHorseArticles {
  position: relative;
}
.latestHorseArticles:before {
  position: absolute;
  content: "";
  top: 0;
  height: 60%;
  width: 100%;
  background-image: url(../images/img100.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  transform: unset;
  background-color: #fdefed;
}
.latestHorseArticles .latestNewsArticlesInner {
  position: relative;
}

.horseTestimonials {
  padding: 80px 0;
}

.industryLeading {
  background-image: url(../images/bg-img11.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.industryLeading .industryLeadingInner {
  color: #fff;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  justify-content: center;
}
.industryLeading .industryLeadingInner h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.industryLeading .industryLeadingInner p {
  font-size: 16px;
  color: #fff;
}

.horseBreeding {
  padding: 80px 0 80px 0px;
  position: relative;
  background-color: #f9f9f9;
}
.horseBreeding .horseBreedingInner .horseBreedingImg {
  padding-left: 300px;
}
.horseBreeding .horseBreedingInner .topBannerHeading {
  width: 650px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.horseBreeding .horseBreedingInner .topBannerHeading .nCommHeading h5 {
  color: #d97827;
  font-size: 30px;
  font-weight: 700;
}
.horseBreeding .horseBreedingInner .topBannerHeading .nCommHeading h2 {
  color: #333;
  font-size: 55px;
  font-weight: 700;
}
.horseBreeding .horseBreedingInner .topBannerHeading .nCommHeading p {
  color: #707070;
  font-size: 20px;
  font-weight: 700;
}

.circleEffect {
  position: relative;
  overflow: hidden;
}

.circleEffect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.circleEffect:hover::before {
  animation: circle 0.75s;
}

.bannerSec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 52vh;
}
.bannerSec .container {
  height: 100%;
}
.bannerSec .container .bannerContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerSec .container .bannerContent h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
}
.bannerSec .container .bannerContent ul.breadcrumb li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.bannerSec .container .bannerContent ul.breadcrumb li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.bannerSec .container .bannerContent ul.breadcrumb li.active {
  color: #d97827;
}
.bannerSec .container .bannerContent .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.faqSec {
  padding: 80px 0;
}
.faqSec .faqImg {
  height: 100%;
}
.faqSec .faqImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqTab .accordion .accordion-item {
  margin-top: 28px;
  border: 0;
  background: #fff;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.faqTab .accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faqTab .accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faqTab .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 24px 20px;
}
.faqTab .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-color: #2b2f5d;
  color: #fff;
}
.faqTab .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  filter: brightness(0) invert(1);
}
.faqTab .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
}
.faqTab .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  font-size: 16px;
  color: #707070;
}

.galleryColumn {
  padding: 80px 0;
}
.galleryColumn .galleryCol {
  margin-bottom: 30px;
}

.loadMore {
  display: none;
}

.promo {
  transition: all 0.8s ease;
}
.promo:hover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: #333333;
  opacity: 0.8;
}
.promo.image {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #d97827;
  overflow: hidden;
  border-radius: 5px;
}
.promo.image#waypoint {
  margin-top: 60px;
}
.promo.image img {
  display: block;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.promo.image .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.4s;
}
.promo.image .caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.4s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.promo.image .caption .plusIcon {
  opacity: 0;
  transition: all 0.6s ease;
}
.promo.image .caption .plusIcon:hover {
  transform: rotate(360deg);
}
.promo.image .caption .plusIcon img {
  width: 50px;
  height: 50px;
  z-index: 10;
}
.promo.image .caption h3 {
  color: white;
  font-family: sans-serif;
  opacity: 0;
  margin: 75px 0 15px 0;
  font-size: 28px;
}
.promo.image .caption a {
  display: block;
  color: white;
  font-family: sans-serif;
  text-transform: uppercase;
  opacity: 0;
}
.promo.image .caption hr {
  width: 0;
  border-width: 0;
}
.promo.image.visible a,
.promo.image.visible h3, .promo.image.visible .plusIcon, .promo.image:hover a,
.promo.image:hover h3, .promo.image:hover .plusIcon {
  animation: fadein ease-in 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
.promo.image.visible img, .promo.image:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.promo.image.visible .caption:before, .promo.image:hover .caption:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

#waypoint {
  pointer-events: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.videoListing {
  padding: 80px 0;
}
.videoListing .videoListingRow .videoListingCol {
  margin-bottom: 30px;
}
.videoListing .btnCustom5 {
  padding: 10px;
}
.videoListing .btnCustom5 span img {
  position: absolute;
  right: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.videoListing .btnCustom5 span .btnInnerTxt {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  display: inline-block;
  left: 0;
  top: 0;
  padding: 0px 30px 0px 0px;
  font-size: 18px;
  line-height: 20px;
}

.videoBanner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.videoBanner:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.videoBanner .flVideo {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 10;
}
.videoBanner .flVideo .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactSec {
  padding: 80px 0;
}
.contactSec .contactInfo {
  padding-right: 50px;
}
.contactSec .contactInfo .commonHeading {
  margin-bottom: 40px;
}
.contactSec .contactInfo .infoGroup a {
  color: #333333;
}
.contactSec .contactInfo .infoGroup .infoGroupItem {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px 30px;
  border-left: 10px solid #fff;
  transition: all 0.6s ease;
  margin-top: 20px;
}
.contactSec .contactInfo .infoGroup .infoGroupItem:hover {
  border-left: 10px solid #d97827;
}
.contactSec .contactInfo .infoGroup .infoGroupItem .infoIcon span {
  width: 80px;
  height: 80px;
  background-color: #d97827;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactSec .contactInfo .infoGroup .infoGroupItem .infoIcon .infoTxt h4 {
  font-weight: 700;
  font-size: 30px;
}
.contactSec .contactInfo .infoGroup .infoGroupItem .infoIcon .infoTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
}
.contactSec .contactForm {
  background: #2b2f5d;
  border-radius: 10px;
  padding: 40px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactSec .contactForm h4 {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.contactSec .contactForm form .formControlGroup {
  margin-bottom: 30px;
}
.contactSec .contactForm form .formControlGroup .form-control {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  border: 0;
  color: #FFFFFF;
}
.contactSec .contactForm form .formControlGroup .form-control::placeholder {
  color: #fff;
}

.singleVideo {
  position: relative;
  padding: 150px 0 80px;
  margin-top: -50px;
}
.singleVideo:before {
  content: "";
  background-color: #fdefed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  z-index: -1;
}
.singleVideo .singleVideoInner .sideImage {
  position: relative;
}
.singleVideo .singleVideoInner .sideImage img {
  position: absolute;
}
.singleVideo .singleVideoInner .singleVideoPara {
  margin-top: 20px;
}
.singleVideo .singleVideoInner .singleVideoPara p {
  color: #707070;
}

.singleVideoSlider {
  padding-top: 0;
}
.singleVideoSlider .owl-carousel .owl-stage {
  display: flex;
}
.singleVideoSlider .owl-carousel .owl-stage .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.singleVideoSlider .owl-carousel .owl-stage .item .videoBanner img.w-100 {
  height: 100%;
}
.singleVideoSlider .owl-carousel .owl-stage .item .videoBanner .flVideo .circle img {
  width: 24px;
}

.errorSec {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdefed;
}
.errorSec .errorSecInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.errorSec .errorSecInner .errorSecGroup {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.errorSec .errorSecInner .errorSecGroup .farmlandLogo {
  margin-bottom: 20px;
}
.errorSec .errorSecInner .errorSecGroup .farmlandContent .commonHeading {
  text-align: center;
}
.errorSec .errorSecInner .errorSecGroup .farmlandCommingSoon {
  text-align: center;
}
.errorSec .errorSecInner .errorSecGroup .farmlandCommingSoon h5 {
  font-weight: 700;
  font-size: 30px;
}
.errorSec .errorSecInner .errorSecGroup .farmlandCommingSoon h2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--alt-stroke-color);
  letter-spacing: 5px;
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #d97827;
  text-transform: uppercase;
}
.errorSec .errorSecInner .errorSecGroup .farmlandComingForm form .inputGroup {
  gap: 10px;
}
.errorSec .errorSecInner .errorSecGroup .farmlandComingForm form .inputGroup .form-control {
  background-color: transparent;
  border: 1px solid #d97827;
}
.errorSec .errorSecInner .errorSecGroup .farmlandComingForm form .inputGroup .btnCustom5 {
  white-space: nowrap;
}

.loginSec .loginSecRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol1 {
  background-color: #d97827;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol1 .loginSecColInner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdefed;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox {
  width: 80%;
  margin: 0 auto;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup {
  background: rgba(248, 248, 248, 0.1);
  box-shadow: 2px 0px 43px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 50px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginSecHead {
  text-align: center;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .nav {
  justify-content: center;
  margin-bottom: 40px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .nav li {
  background-color: #fff;
  padding: 6px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .nav li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .nav li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .nav li a {
  padding: 8px 40px;
  color: #000;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .nav li a.active {
  background-color: #d97827;
  border-radius: 5px;
  color: #fff;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner {
  display: flex;
  flex-direction: column;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .logFormGroup label {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .logFormGroup .input-group {
  height: 50px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .logFormGroup .input-group .passwordEye {
  color: #d97827;
  font-size: 18px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .logFormGroup .input-group .input-group-text {
  width: 50px;
  justify-content: center;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .checkFormGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .checkFormGroup .forgotPassword a {
  color: #d97827;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .checkGoogleBtn a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #000;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .signUpGroup {
  text-align: center;
}
.loginSec .loginSecRow .loginSecCol.loginSecCol2 .loginSecColInner .loginFormBox .loginFormGroup .loginRegisterTab .tab-content .tab-pane .loginTabInner form .signUpGroup p a {
  color: #d97827;
  font-weight: 600;
}

.blogSingle {
  padding: 80px 0;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardImg {
  position: relative;
  border-radius: 5px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardImg .latestNewsDate {
  position: absolute;
  bottom: -30px;
  right: 40px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardImg .latestNewsDate a {
  background-color: #2b2f5d;
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #fff;
  text-decoration: none;
  justify-content: center;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardImg .latestNewsDate a h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 34px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardImg .latestNewsDate a span {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsUser a, .blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsMessage a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  text-decoration: none;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 {
  margin: 20px 0;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 a {
  color: #000;
  text-decoration: none;
  font-size: 46px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .queryBox {
  background: #2b2f5d;
  border-radius: 5px;
  padding: 40px 250px 40px 40px;
  margin: 30px 0;
  position: relative;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .queryBox::before {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  width: 60%;
  height: 60%;
  background-image: url(../images/icon/q1.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .latestNewsCardInnerContent .queryBox p {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup {
  padding: 20px 0;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner {
  display: flex;
  justify-content: space-between;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .tagGroup ul {
  gap: 10px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .tagGroup ul li.tagHeading {
  padding: 6px 10px 6px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .tagGroup ul li .tag {
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 6px 22px;
  color: #111111;
  transition: all 0.4s ease;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .tagGroup ul li .tag.tagActive {
  background: #d97827;
  border: 1px solid #d97827;
  color: #fff;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .tagGroup ul li .tag:hover {
  border: 1px solid #d97827;
  color: #d97827;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .shareGroup ul li.shareHeading {
  padding: 6px 10px 6px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .shareGroup ul li.shareSocialIcon {
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .shareGroup ul li.shareSocialIcon a {
  padding: 4px 10px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .tagShareGroup .tagShareGroupInner .shareGroup ul li.shareSocialIcon a:hover {
  scale: 1.1;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup {
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  display: flex;
  gap: 20px;
  padding: 40px;
  margin-top: 20px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentLeft .commentUserImg img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight {
  width: calc(100% - 160px);
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight .shareGroup {
  margin-top: 10px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight .shareGroup ul li.shareSocialIcon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight .shareGroup ul li.shareSocialIcon a {
  padding: 0px;
  transition: all 0.4s ease;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight .shareGroup ul li.shareSocialIcon a:hover {
  scale: 1.1;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight .commentUserTxt h2 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentGroup .commentRight .commentUserTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment {
  margin-top: 30px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner {
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 40px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentHeading {
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  margin-top: 20px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentLeft {
  width: 92px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentLeft .commentUserImg img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight {
  width: calc(100% - 120px);
  display: flex;
  gap: 10px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .shareGroup ul li.shareSocialIcon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .shareGroup ul li.shareSocialIcon a {
  padding: 0px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .commentUserTxt h2 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .commentUserTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .commentRightTxt {
  width: calc(100% - 0px);
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .commentRightTxt .dateGroup {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .replyLink {
  width: 100px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .coment .comentInner .comentGroup .commentGroup .commentRight .replyLink a {
  font-weight: 700;
  font-size: 18px;
  color: #d97827;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox {
  margin-top: 30px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner {
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 40px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxHeading h4 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxHeading p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup {
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup .form-control {
  background-color: #F9F5F3;
  border-radius: 5px;
  border-color: #F9F5F3;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup input.form-control {
  height: 50px;
}
.blogSingle .blogSingleInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .btn-1 span {
  justify-content: center;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard {
  background-color: #d97827;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .blogAdminImg {
  margin-bottom: 40px;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .blogAdminImg img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .blogAdminTxt h4 {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .blogAdminTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .socialMediaIcon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .socialMediaIcon a {
  transition: all 0.4s ease;
}
.blogSingle .blogSingleInner .blogSingleAside .blogAdminCard .socialMediaIcon a:hover {
  scale: 1.1;
}
.blogSingle .blogSingleInner .blogSingleAside .customCard {
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleAside .searchKeyword .searchKeywordInner h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleAside .searchKeyword .searchKeywordInner h6 {
  font-weight: 700;
  font-size: 16px;
}
.blogSingle .blogSingleInner .blogSingleAside .searchKeyword .searchKeywordInner form .input-group {
  background-color: #F9F5F3;
  border-radius: 5px;
  overflow: hidden;
}
.blogSingle .blogSingleInner .blogSingleAside .searchKeyword .searchKeywordInner form .input-group .form-control {
  background-color: transparent;
  border-color: #f9f5f3;
  border-radius: 0;
  height: 50px;
}
.blogSingle .blogSingleInner .blogSingleAside .searchKeyword .searchKeywordInner form .input-group .input-group-text {
  background-color: transparent;
  border-color: #f9f5f3;
  border-radius: 0;
}
.blogSingle .blogSingleInner .blogSingleAside .searchKeyword .searchKeywordInner form .input-group .input-group-text img {
  width: 18px;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group {
  border-radius: 0;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px;
  transition: all 0.4s ease;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a:hover {
  color: #d97827;
  border-bottom: 1px solid #d97827;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a:hover p {
  color: #d97827;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a.active {
  background-color: #d97827;
  border-bottom: 1px solid #d97827;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a.active p {
  color: #fff;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a.active p img {
  filter: brightness(0) invert(1);
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a.active:hover {
  color: #fff;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a:last-child {
  border-bottom: 0;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a p {
  display: flex;
  align-items: center;
}
.blogSingle .blogSingleInner .blogSingleAside .postCategories .list-group a p img {
  margin-right: 10px;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost .recentPostList .recentPostGroupList {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost .recentPostList .recentPostGroupList:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost .recentPostList .recentPostGroupList a {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  color: #333333;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost .recentPostList .recentPostGroupList a .recentPostImg img {
  width: 120px;
  border-radius: 5px;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost .recentPostList .recentPostGroupList a .recentPostTxt p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
}
.blogSingle .blogSingleInner .blogSingleAside .recentPost .recentPostList .recentPostGroupList a .recentPostTxt span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blogSingle .blogSingleInner .blogSingleAside .popularTags h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.blogSingle .blogSingleInner .blogSingleAside .popularTags .tagGroup ul {
  gap: 10px;
}
.blogSingle .blogSingleInner .blogSingleAside .popularTags .tagGroup ul li .tag {
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  padding: 6px 22px;
  color: #111111;
  transition: all 0.4s ease;
}
.blogSingle .blogSingleInner .blogSingleAside .popularTags .tagGroup ul li .tag.tagActive {
  background: #d97827;
  border: 1px solid #d97827;
  color: #fff;
}
.blogSingle .blogSingleInner .blogSingleAside .popularTags .tagGroup ul li .tag:hover {
  border: 1px solid #d97827;
  color: #d97827;
}

.blogArticles {
  padding: 80px 0;
}
.blogArticles .blogArticlesInner .commonHeading {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.blogArticles .blogArticlesInner .latestNewsCard {
  position: relative;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner {
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg {
  position: relative;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate {
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a {
  background-color: #2b2f5d;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  color: #fff;
  align-items: center;
  border-radius: 50px;
  border: 4px solid #fff;
  text-decoration: none;
  justify-content: center;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardImg .latestNewsDate a span {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsUser a, .blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsList .latestNewsMessage a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  text-decoration: none;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt h4 a {
  color: #000;
  text-decoration: none;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardInner .latestNewsCardInnerContent .latestNewsTxt p {
  font-weight: 400;
  font-size: 16px;
}
.blogArticles .blogArticlesInner .latestNewsCard .latestNewsCardBtn {
  margin-top: 40px;
  text-align: center;
}

.paginationGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.paginationGroup .pagination {
  background-color: #d97827;
  padding: 20px;
  border-radius: 100px;
  gap: 20px;
  align-items: center;
}
.paginationGroup .pagination .page-item .page-link {
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  transition: all 0.2s ease;
}
.paginationGroup .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.paginationGroup .pagination .page-item .page-link.active, .paginationGroup .pagination .page-item .page-link:hover {
  background-color: #fff;
  border: 2px solid #d97827;
  color: #d97827;
  outline: 2px solid #ffffff;
}
.paginationGroup .pagination .page-item .pageLinkPrev, .paginationGroup .pagination .page-item .pageLinkNext {
  width: 80px;
  height: 80px;
}

.shopSection {
  padding: 80px 0;
}
.shopSection .shopInner .shopProductCard .owlSlideItem {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg {
  background-color: #fdefed;
  padding: 50px 10px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .addToCart {
  position: absolute;
  bottom: -70px;
  right: 20px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .addToCart img {
  width: 50px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .sliderIconMenu {
  position: absolute;
  top: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  left: 0;
  padding: 0 10px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge {
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-danger {
  background-color: #d97827 !important;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .sliderIconMenu .sliderHotBadge a.badge.bg-success {
  background-color: #1EB640 !important;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon {
  text-align: end;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemImg .sliderIconMenu .heartIcon a {
  color: #fff;
  font-size: 20px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent a {
  color: #333333;
  display: inline-block;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent a .owlProductHeading h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .productPrice {
  display: flex;
  gap: 8px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .productPrice ins {
  font-weight: 700;
  font-size: 16px;
  color: #d97827;
  text-decoration: none;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .productPrice del {
  font-weight: 700;
  font-size: 16px;
  color: #CCCCCC;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .ratingStar {
  display: flex;
  gap: 6px;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .ratingStar .fill {
  color: #FFD55F;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .ratingStar .unfill {
  color: #CCCCCC;
}
.shopSection .shopInner .shopProductCard .owlSlideItem .owlSlideItemContent .ratingStar .fa {
  font-size: 20px;
}

.poultryFeed {
  padding: 80px 0;
}
.poultryFeed .poultryFeedInner .poultryFeedBanner img {
  border-radius: 5px;
}
.poultryFeed .poultryFeedInner .poultryFeedContent {
  margin: 60px 0;
}
.poultryFeed .poultryFeedInner .poultryFeedCard .poultryFeedCardContent .poultryFeedImg img {
  width: 100%;
  margin-bottom: 10px;
}
.poultryFeed .poultryFeedInner .poultryFeedCard .poultryFeedCardContent .poultryFeedTxt h5 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.poultryFeed .poultryFeedInner .poultryFeedCard .poultryFeedCardContent .poultryFeedTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}

.broilerBreeder {
  padding: 80px 0;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox {
  margin-bottom: 20px;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederImg {
  height: 100%;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent {
  padding-right: 50px;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederHeadGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederHeadGroup .poultryFeedImg img {
  width: 100%;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederHeadGroup .broilBreederHeading h2 {
  font-weight: 700;
  font-size: 46px;
  color: #d97827;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederPara p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederPara ul {
  margin-right: 0;
  color: #707070;
  margin-bottom: 40px;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederPara ul li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederPara ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #707070;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.broilerBreeder .broilerBreederInner .broilerBreederContentBox .broilerBreederContent .broilerBreederPara .paraBold {
  font-weight: 700;
  font-size: 20px;
  color: #707070;
  margin-bottom: 0px;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics {
  background-color: #d97827;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTopicsRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTopicsCol1 .pigFactsImg {
  height: 100%;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTopicsCol1 .pigFactsImg img {
  height: 100%;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTopicsCol2 {
  position: relative;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTopicsCol2:before {
  position: absolute;
  content: "";
  top: 0;
  height: 350px;
  width: 350px;
  background-image: url(../images/img33.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  transform: rotate(-90deg);
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTxt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 80px;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsHead h4 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsHead p {
  font-size: 20px;
  color: #fff;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsList ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.broilerBreeder .broilerBreederInner .pigFactsTopics .pigFactsTxt .pigFactsTxtInner .pigFactsList ul li a::before {
  display: block;
  content: "";
  width: 34px;
  height: 20px;
  background: url(../images/icon/arrow-icon.png) no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.broilerBreeder .pigFactsTopics {
  margin: 80px 0;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol2:before {
  content: unset;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent {
  padding-left: 50px;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederHeadGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederHeadGroup .poultryFeedImg img {
  width: 100%;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederHeadGroup .broilBreederHeading h2 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederPara p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
  color: #fff;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederPara ul {
  margin-right: 0;
  color: #fff;
  margin-bottom: 40px;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederPara ul li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederPara ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.broilerBreeder .pigFactsTopics .pigFactsTopicsRow .pigFactsTopicsCol .pigFactsTxt .pigFactsTxtInner .broilerBreederContent .broilerBreederPara .paraBold {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}

.actigen .blogSingleInner .blogArticles .actigenContentImg {
  background-color: #FDEFED;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px;
}
.actigen .blogSingleInner .blogArticles .actigenContentTxt h4 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
  margin: 20px 0;
}
.actigen .blogSingleInner .blogArticles .actigenContentTxt ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.actigen .blogSingleInner .blogArticles .actigenContentTxt ul li {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  padding-left: 20px;
  position: relative;
}
.actigen .blogSingleInner .blogArticles .actigenContentTxt ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #d97827;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.actigen .blogSingleInner .blogArticles .actigenContentTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.actigen .blogSingleInner .poultryProductAside .postCategories .list-group a {
  border-bottom: 0;
  border-radius: 5px;
}
.actigen .blogSingleInner .poultryProductAside .postCategories .list-group a.active span img {
  filter: brightness(0) invert(1);
}
.actigen .blogSingleInner .poultryProductAside .postCategories .list-group a.active:hover {
  border-bottom: 0;
}
.actigen .blogSingleInner .poultryProductAside .postCategories .list-group a:hover {
  border-bottom: 0;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a {
  display: inline-block;
  width: 100%;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster {
  background-color: #2b2f5d;
  text-align: center;
  position: relative;
  border-radius: 10px;
  z-index: -2;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100px;
  width: 80px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster::before {
  position: absolute;
  content: "";
  top: 50%;
  height: 100px;
  width: 50px;
  background-image: url(../images/img66.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateY(-50%);
  left: 0;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner {
  position: relative;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 100px;
  width: 50px;
  background-image: url(../images/img67.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateY(-50%);
  right: 0;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup {
  padding: 80px;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterContant span {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterContant h5 {
  font-weight: 400;
  font-size: 41px;
  color: #FFD55F;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterContant p {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg {
  text-align: center;
  position: relative;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg img {
  position: relative;
  z-index: -2;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle {
  position: absolute;
  bottom: 0;
  right: -38px;
  width: 120px;
  height: 120px;
  background-color: #d97827;
  color: white;
  text-align: center;
  border-radius: 50%;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle:hover {
  cursor: pointer;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle::after, .actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #d97827;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
  animation: growPulse 2s ease-in-out infinite;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle::after {
  background: #d97827;
  opacity: 0.6;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle::after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: rgb(95, 132, 255);
  border-radius: 50%;
  z-index: -1;
  animation: growPulse 2s ease-in-out infinite;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle::before {
  background: rgba(255, 95, 122, 0.6);
  animation-delay: -0.5s;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle .offerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle .offerContent span {
  font-weight: 300;
  font-size: 10px;
  color: #FFD55F;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle .offerContent h4 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.actigen .blogSingleInner .poultryProductAside .growthBoosterOuter a .growthBooster .growthBoosterInner .growthBoosterInnerGroup .growthBoosterImg .pulseAnimationCircle .offerContent p {
  font-weight: 400;
  font-size: 16px;
  color: #FFD55F;
}
@keyframes growPulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

.ourServiceCategory {
  padding: 80px 0;
}
.ourServiceCategory .categorySecInner {
  background-image: url(../images/img70.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px;
}
.ourServiceCategory .categorySecInner a {
  display: inline-block;
  padding: 40px;
}
.ourServiceCategory .categorySecInner a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.ownerPoultry .ownerPoultryInner .ownerPoultryRow {
  align-items: end;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryImg {
  position: relative;
  padding-right: 50px;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryImg .bestBreeders {
  background-color: #2b2f5d;
  border: 8px solid #FFFFFF;
  border-radius: 5px;
  width: 280px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryImg .bestBreeders p {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryImg img {
  margin-top: 100px;
  width: 100%;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryTxt h4 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
  margin-bottom: 50px;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-bottom: 50px;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryTxt .ownerPoultryFarms {
  background: #FDEFED;
  border-radius: 10px;
  border-left: 5px solid #d97827;
  padding: 12px 40px;
  margin-bottom: 100px;
}
.ownerPoultry .ownerPoultryInner .ownerPoultryTxt .ownerPoultryFarms p {
  font-weight: 700;
  font-size: 20px;
  color: #d97827;
  margin-bottom: 0;
}

.getDifferent {
  background-image: url(../images/img73.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  margin: 80px 0;
}
.getDifferent::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(121, 132, 95, 0.9);
  top: 0;
  left: 0;
}
.getDifferent .getDifferentInner {
  position: relative;
  z-index: 1;
}
.getDifferent .getDifferentInner .getDifferentRow {
  align-items: center;
}
.getDifferent .getDifferentInner .getDifferentTxt {
  padding-right: 80px;
}
.getDifferent .getDifferentInner .getDifferentTxt h4 {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
}
.getDifferent .getDifferentInner .getDifferentTxt p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.getDifferent .getDifferentInner .getDifferentTxt ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.getDifferent .getDifferentInner .getDifferentTxt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0px;
}
.getDifferent .getDifferentInner .getOrganicIcon {
  position: relative;
}
.getDifferent .getDifferentInner .getOrganicIcon .OrganicImgIcon {
  left: -20px;
  top: -40px;
  position: absolute;
  z-index: 1;
}
.getDifferent .getDifferentInner .getOrganicIcon .getOrganicImg .getOrgImg {
  padding: 50px 0px 0 80px;
  width: 100%;
}
.getDifferent .getDifferentInner .getOrganicIcon .getOrganicImg .getOrganicImgInner {
  position: relative;
}
.getDifferent .getDifferentInner .getOrganicIcon .getOrganicImg .getOrganicImgInner .whyChooseUs {
  position: absolute;
  background: linear-gradient(-90deg, rgba(237, 98, 79, 0) 0%, #d97827 73.7%);
  bottom: 107px;
  right: -107px;
  transform: rotate(-90deg);
  padding: 10px 30px;
}
.getDifferent .getDifferentInner .getOrganicIcon .getOrganicImg .getOrganicImgInner .whyChooseUs p {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
}

.aboutUsSec1 {
  padding: 80px 0;
}
.aboutUsSec1 .aboutUsRow1 {
  align-items: center;
}
.aboutUsSec1 .aboutUsSec1Img {
  position: relative;
  padding: 15px;
}
.aboutUsSec1 .aboutUsSec1Img:after {
  background-color: #d97827;
  width: 125px;
  height: 125px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.aboutUsSec1 .aboutUsSec1Img img {
  width: 100%;
  border: 10px solid #fff;
  position: relative;
  z-index: 1;
}
.aboutUsSec1 .aboutUsSec1Content .aboutUsSec1Para h4 {
  font-weight: 700;
  font-size: 46px;
  color: #333333;
  margin-bottom: 20px;
}
.aboutUsSec1 .aboutUsSec1Content .aboutUsSec1Para p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-bottom: 20px;
}
.aboutUsSec1 .aboutUsSec1Counter {
  margin-top: 40px;
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row {
  background: #FDEFED;
  border-radius: 10px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row .aboutUsSec1Col {
  text-align: center;
  position: relative;
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row .aboutUsSec1Col:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #ccc;
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row .aboutUsSec1Col:last-child:after {
  content: unset;
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row .aboutUsSec1Col h5 {
  font-weight: 700;
  font-size: 46px;
  color: #d97827;
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row .aboutUsSec1Col h5 span {
  font-weight: 700;
  font-size: 46px;
}
.aboutUsSec1 .aboutUsSec1Counter .aboutUsSec1Row .aboutUsSec1Col span {
  font-weight: 400;
  font-size: 20px;
  color: #d97827;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion {
  padding: 40px 0;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion .aboutAnyQuestionRow {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion .aboutAnyQuestionRow .aboutAnyQuestionCol1 {
  padding-right: 20px;
  position: relative;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion .aboutAnyQuestionRow .aboutAnyQuestionCol1:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #ccc;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion .aboutAnyQuestionRow .aboutAnyQuestionCol2 {
  padding-left: 20px;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion .aboutAnyQuestionRow .aboutAnyQuestionCol2 p {
  font-weight: 700;
  font-size: 20px;
  color: #707070;
  margin-bottom: 0;
}
.aboutUsSec1 .aboutUsSec1AnyQuestion .aboutAnyQuestionRow .aboutAnyQuestionCol2 span {
  font-weight: 700;
  font-size: 30px;
  color: #d97827;
}

.yearsExperience .pigFactsTopicsCol2:before {
  content: unset;
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar {
  margin-bottom: 40px;
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar h5 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar .progress {
  background-color: rgba(255, 255, 255, 0.4);
  overflow: unset;
  height: 10px;
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar .progress .progress-bar {
  background-color: #2b2f5d;
  position: relative;
  overflow: unset;
  border-radius: 50px;
  transition-duration: 8s;
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar .progress .progress-bar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #fff;
  height: 10px;
  -webkit-animation: active-anim 2s cubic-bezier(0.25, 1, 0.6, 1) infinite;
  animation: active-anim 2s cubic-bezier(0.25, 1, 0.6, 1) infinite;
  content: "";
  opacity: 0;
}
@-webkit-keyframes active-anim {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes active-anim {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar .progress .progress-bar:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/icon12.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  top: -16px;
  right: -10px;
}
.yearsExperience .yearsExperienceProgessBar .yearsExpProgessBar .progress .progress-bar .popOver {
  position: absolute;
  right: -18px;
  top: -42px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.checkout {
  padding: 80px 0;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner {
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 40px;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxHeading h4 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
  margin: 10px 0 20px;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxHeading p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup {
  margin-bottom: 20px;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup .form-control {
  background-color: #F9F5F3;
  border-radius: 5px;
  border-color: #F9F5F3;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup input.form-control {
  height: 50px;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup .form-label {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup.commentLabelGroup .form-label {
  color: #000;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup .form-check .form-check-label .form-check-input[type=checkbox] {
  border: 1px solid #d97827;
  border-radius: 3px;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .commentFormGroup .form-check .form-check-label .form-check-input[type=checkbox]:checked {
  background-color: #d97827;
}
.checkout .checkoutInner .blogSingleBlog .latestNewsCardInner .commentBox .commentBoxInner .commentBoxForm .btn-1 span {
  justify-content: center;
}

.checkoutAside .asideHeading h4 {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
  margin-bottom: 40px;
}
.checkoutAside .productBox .asideProductItem {
  background-color: #FDEFED;
  border-radius: 5px;
  padding: 40px;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asideImg {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asideImg .asideImgInner {
  background-color: #FFFFFF;
  padding: 20px;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asideImg .asideContent h5 {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asideImg .asideContent p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asideImg .asidePrice {
  text-align: right;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asidePrice {
  text-align: right;
}
.checkoutAside .productBox .asideProductItem .asideProdtBx .asidePrice span {
  font-weight: 700;
  font-size: 16px;
  color: #d97827;
}
.checkoutAside .productBox .asideProductItem .subTotals {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  padding: 10px 0 0;
}
.checkoutAside .productBox .asideProductItem .subTotals .subTotalsHead p {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.checkoutAside .productBox .asideProductItem .subTotals .subTotalsNo {
  text-align: right;
}
.checkoutAside .productBox .asideProductItem .subTotals .subTotalsNo span {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #d97827;
}
.checkoutAside .productBox .asideProductItem .horizLine {
  border-color: #fff;
  opacity: 1;
}
.checkoutAside .productBox .asideProductItem .subPrice {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  margin: 15px 0;
}
.checkoutAside .productBox .asideProductItem .subPrice .subPriceHeading p {
  color: #707070;
}
.checkoutAside .productBox .asideProductItem .subPrice .asideProductPrice {
  text-align: right;
}
.checkoutAside .productBox .asideProductItem .subPrice .asideProductPrice span {
  color: #d97827;
}

.custom-radios input[type=radio] {
  display: none;
}
.custom-radios label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.custom-radios label span {
  margin-left: 30px;
  display: inline-block;
}
.custom-radios label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #d97827;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.custom-radios label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #d97827;
  border: 2px solid #d97827;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.custom-radios input[type=radio]:checked + label::before {
  border-color: #d97827;
}
.custom-radios input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}

.paymentMethod {
  border: 1px solid #d97827;
  border-radius: 5px;
  padding: 40px;
  margin-top: 20px;
}
.paymentMethod .paymentMethodInner .paymentMethodOpt .paymentOptName .paymentformGroup label .optName {
  margin-left: 30px;
}
.paymentMethod .paymentMethodInner .paymentMethodOpt .paymentOptName.custom-radios label {
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #707070;
}
.paymentMethod .paymentMethodInner .paymentMethodOpt .paymentOptName.custom-radios label span {
  margin-left: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.paymentMethod .paymentMethodInner .paymentMethodOpt .paymentOptName.custom-radios label::before {
  top: 14px;
  left: 0px;
}
.paymentMethod .paymentMethodInner .paymentMethodOpt .paymentOptName.custom-radios label::after {
  top: 14px;
  left: 0px;
}
.paymentMethod .paymentMethodInner .cardImg {
  padding: 10px 0 0;
}

.cart {
  padding: 80px 0;
}
.cart .cartInner .cartProduct .shippingProgressBar {
  background: #FFD55F;
  border-radius: 5px;
  padding: 30px;
}
.cart .cartInner .cartProduct .shippingProgressBar p {
  font-weight: 700;
  font-size: 16px;
  color: #2b2f5d;
}
.cart .cartInner .cartProduct .shippingProgressBar .progress {
  height: 6px;
  margin: 28px 0 20px;
  overflow: unset;
}
.cart .cartInner .cartProduct .shippingProgressBar .progress .progress-bar {
  background-color: #2AC11D;
  overflow: unset;
  position: relative;
  border-radius: 50px;
}
.cart .cartInner .cartProduct .shippingProgressBar .progress .progress-bar:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background-image: url(../images/icon13.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  top: -22px;
  right: -10px;
}
.cart .cartInner .cartProduct .cartTbl .table tbody tr td {
  vertical-align: middle;
}
.cart .cartInner .cartProduct .cartTbl .table tbody tr td .productsDetail {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  align-items: center;
}
.cart .cartInner .cartProduct .cartTbl .table tbody tr td .productsDetail .productsImg {
  background-color: #FDEFED;
  padding: 10px 20px;
}
.cart .cartInner .cartProduct .cartTbl .table tbody tr td .productsDetail .productsTxt h6 {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.cart .cartInner .cartProduct .cartTbl .table tbody tr td span {
  font-weight: 700;
  font-size: 16px;
  color: #d97827;
}

.qty-container {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 0;
  max-width: 50px;
  background-color: #FDEFED;
  border: 1px solid #FDEFED;
  height: 45px;
}
.qty-container .input-qty:focus {
  border: 1px solid #FDEFED;
  outline: 0;
}
.qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
  border: 0;
  padding: 10px 13px;
  font-size: 10px;
  height: 45px;
  width: 45px;
  transition: 0.3s;
  background-color: #FDEFED;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.cartTbl {
  padding: 20px;
  border: 1px solid #d97827;
  border-radius: 5px;
  margin-top: 30px;
}
.cartTbl .coupanCodeInput {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  width: 500px;
}
.cartTbl .coupanCodeInput input {
  background-color: #FDEFED;
  border-color: #FDEFED;
  border-radius: 5px;
  height: 50px;
}
.cartTbl .coupanCodeInput input:focus {
  border-color: #FDEFED;
}
.cartTbl .coupanCodeInput .btn-1.btnCustom5 span {
  white-space: nowrap;
}

.shopSingle {
  padding: 80px 0 0;
}
.shopSingle .shopSingleInner {
  margin-bottom: 40px;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .carouselItem {
  background-color: #FDEFED;
  height: 570px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .active.left {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .next.left {
  opacity: 1;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-indicators [data-bs-target] {
  opacity: 1;
  text-indent: 0px;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-indicators {
  position: static;
  margin: 0px;
  display: flex;
  gap: 10px;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-indicators li {
  margin: 0;
  width: 33.33%;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-indicators li .carouselIndicatorsItem {
  padding: 12px;
  background-color: #FDEFED;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-indicators li .carouselIndicatorsItem img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-indicators li a.active .carouselIndicatorsItem {
  border: 1px solid #d97827;
}
.shopSingle .shopSingleInner .productThumbnailsSlider .carousel-fade .carousel-control {
  z-index: 2;
}
.shopSingle .shopSingleInner .productDetail .productPrice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shopSingle .shopSingleInner .productDetail .productPrice ins {
  font-weight: 700;
  font-size: 20px;
  color: #d97827;
  text-decoration: none;
}
.shopSingle .shopSingleInner .productDetail .productPrice del {
  font-weight: 700;
  font-size: 20px;
  color: #CCCCCC;
}
.shopSingle .shopSingleInner .productDetail .starGroup {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.shopSingle .shopSingleInner .productDetail .productPara h6 {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.shopSingle .shopSingleInner .productDetail .productPara p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.shopSingle .shopSingleInner .productDetail .leftStock p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.shopSingle .shopSingleInner .productDetail .leftStock p span {
  color: #d97827;
}
.shopSingle .shopSingleInner .productDetail .stockLeftprogress {
  width: 60%;
}
.shopSingle .shopSingleInner .productDetail .stockLeftprogress .progress {
  height: 4px;
}
.shopSingle .shopSingleInner .productDetail .stockLeftprogress .progress .progress-bar {
  background-color: #FF2020;
}
.shopSingle .shopSingleInner .productDetail .productQty {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.shopSingle .shopSingleInner .productDetail .productQty .add-cart-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shopSingle .shopSingleInner .productDetail .productQty .likeProduct a {
  background: #2b2f5d;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopSingle .shopSingleInner .productDetail .guaranteedSafe {
  margin-top: 20px;
}
.shopSingle .shopSingleInner .productDetail .guaranteedSafe h5 {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.shopSingle .shopSingleInner .productDetail .guaranteedSafe .guaranteedSafeNav {
  margin-top: 20px;
}
.shopSingle .shopSingleInner .productDetail .guaranteedSafe .guaranteedSafeNav ul {
  align-items: center;
  gap: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  width: fit-content;
  padding: 14px 50px;
}
.shopSingle .shopSingleInner .productDetail .guaranteedInfo .guaranteedInfoItem {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.shopSingle .shopSingleInner .productDetail .guaranteedInfo .guaranteedInfoItem .guaranteedInfoImg img {
  width: 40px;
  object-fit: contain;
}
.shopSingle .shopSingleInner .productDetail .guaranteedInfo .guaranteedInfoItem .guaranteedInfoTxt p {
  margin-bottom: 0;
}
.shopSingle .shopSingleInner .productDetail .guaranteedInfo .guaranteedInfoItem .guaranteedInfoTxt p a {
  color: #d97827;
}
.shopSingle .shopSingleInner .productDetail .sku p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.shopSingle .shopSingleInner .productDetail .sku p span {
  font-weight: 700;
  font-size: 20px;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .tags p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .tags p span {
  font-weight: 700;
  font-size: 20px;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .share .shareInner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .share .shareInner span {
  font-weight: 700;
  font-size: 20px;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .share .shareInner .productSocialIcon {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 2px 12px;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .share .shareInner .productSocialIcon a {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .share .shareInner .productSocialIcon a:hover svg path {
  fill: #2b2f5d;
}
.shopSingle .shopSingleInner .productDetail .tagsShareGroup .share .shareInner .productSocialIcon a.instagram:hover svg path {
  stroke: #2b2f5d;
  fill: #fff;
}
.shopSingle .shopSingleInner .productDetail .HorizLine {
  border-top: 1px solid #e3e0e0;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.tabSection .nav-pills {
  border-top: 1px solid #CCCCCC;
  gap: 30px;
}
.tabSection .nav-pills .nav-link {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
  border-radius: 0;
  padding: 20px 0;
  border-top: 1px solid transparent;
}
.tabSection .nav-pills .nav-link.active {
  border-top: 1px solid red;
  background-color: transparent;
  color: #333333;
}
.tabSection .nav-pills .nav-link:hover {
  color: #333333;
}
.tabSection .tab-content .tab-pane .descriptionInner p {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
}
.tabSection .tab-content .tab-pane .descriptionInner ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tabSection .tab-content .tab-pane .descriptionInner ul li {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.tabSection .tab-content .tab-pane .descriptionInner ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #707070;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox {
  padding: 0;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentPost .postContent .postGroup .userName span {
  color: #333;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .commentBoxGroup {
  background-color: #fff;
  padding: 20px;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .commentBoxGroup .commentBoxHeading h2 {
  margin-bottom: 40px;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment {
  background-color: #fff;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment .commentBoxHeading h2 {
  margin-bottom: 40px;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment .leaveCommentForm form .formGroup .form-control {
  border-radius: 0;
  border-color: #F9F5F3;
  background-color: #F9F5F3;
  color: #fff;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment .leaveCommentForm form .formGroup .form-control::placeholder {
  color: #333;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment .leaveCommentForm form .formGroup .form-control:focus {
  box-shadow: unset;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa-star-o {
  color: #fff;
}
.tabSection .tab-content .tab-pane .reviewsInner .commentBox .commentBoxInner .leaveComment .leaveCommentForm form label.form-check-label .form-check-input[type=checkbox] {
  background-color: transparent;
}

.commentBox .commentBox .commentBoxHeading h2 {
  margin-bottom: 40px;
}
.commentBox .commentBox .commentPost {
  display: flex;
  gap: 20px;
}
.commentBox .commentBox .commentPost .userProfile img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.commentBox .commentBox .commentPost .postContent {
  width: calc(100% - 130px);
}
.commentBox .commentBox .commentPost .postContent .postGroup {
  display: flex;
  justify-content: space-between;
}
.commentBox .commentBox .commentPost .postContent .postGroup .userName {
  display: flex;
  gap: 20px;
}
.commentBox .commentBox .commentPost .postContent .postGroup .userName p {
  font-size: 18px;
}
.commentBox .commentBox .commentPost .postContent .postGroup .userName span {
  color: #797979;
}
.commentBox .commentBox .commentPost .postContent .postGroup .reviewStar {
  display: flex;
  gap: 10px;
}
.commentBox .commentBox .commentPost .postContent .postGroup .reviewStar .fa {
  font-size: 18px;
}
.commentBox .commentBox .commentPost .postContent .postGroup .reviewStar .fa-star {
  color: #deac00;
}
.commentBox .commentBox .commentPost .postContent .postGroup .reviewStar .fa-star-o {
  color: #deac00;
}
.commentBox .commentBox .commentPost .postContent .userComment p {
  font-size: 16px;
}
.commentBox .commentBox .commentPost .postContent .replyBtn a {
  color: #bb2a3d;
}
.commentBox .commentBox .leaveComment {
  background-color: #111;
  padding: 30px;
  margin-top: 50px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup {
  margin-bottom: 30px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .form-control {
  border-radius: 0;
  border-color: #222;
  background-color: #222;
  color: #797979;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .form-control::placeholder {
  color: #797979;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup label.form-label {
  font-size: 18px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup label.form-label span {
  color: #bb2a3d;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup input {
  height: 54px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .form-select {
  border-radius: 0;
  border-color: #222;
  background-color: #222;
  color: #797979;
  height: 54px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar {
  display: flex;
  gap: 20px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa {
  font-size: 30px;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa-star {
  color: #deac00;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa-star-o {
  color: #797979;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form label.form-check-label span {
  color: #bb2a3d;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form label.form-check-label .form-check-input[type=checkbox] {
  border-radius: 0;
  background-color: #111;
  border-color: #fff;
}
.commentBox .commentBox .leaveComment .leaveCommentForm form label.form-check-label .form-check-input[type=checkbox]:focus {
  box-shadow: unset;
}
.commentBox .commentPost {
  display: flex;
  gap: 20px;
}
.commentBox .commentPost .userProfile img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.commentBox .commentPost .postContent {
  width: calc(100% - 130px);
}
.commentBox .commentPost .postContent .postGroup {
  display: flex;
  justify-content: space-between;
}
.commentBox .commentPost .postContent .postGroup .userName {
  display: flex;
  gap: 20px;
}
.commentBox .commentPost .postContent .postGroup .userName p {
  font-size: 18px;
}
.commentBox .commentPost .postContent .postGroup .userName span {
  color: #797979;
}
.commentBox .commentPost .postContent .postGroup .reviewStar {
  display: flex;
  gap: 10px;
}
.commentBox .commentPost .postContent .postGroup .reviewStar .fa {
  font-size: 18px;
}
.commentBox .commentPost .postContent .postGroup .reviewStar .fa-star {
  color: #deac00;
}
.commentBox .commentPost .postContent .postGroup .reviewStar .fa-star-o {
  color: #deac00;
}
.commentBox .commentPost .postContent .userComment p {
  font-size: 16px;
}
.commentBox .commentPost .postContent .replyBtn a {
  color: #bb2a3d;
}
.commentBox .leaveComment {
  background-color: #111;
  padding: 30px;
  margin-top: 50px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup {
  margin-bottom: 30px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .form-control {
  border-radius: 0;
  border-color: #222;
  background-color: #222;
  color: #797979;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .form-control::placeholder {
  color: #797979;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup label.form-label {
  font-size: 18px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup label.form-label span {
  color: #bb2a3d;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup input {
  height: 54px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .form-select {
  border-radius: 0;
  border-color: #222;
  background-color: #222;
  color: #797979;
  height: 54px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar {
  display: flex;
  gap: 20px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa {
  font-size: 30px;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa-star {
  color: #deac00;
}
.commentBox .leaveComment .leaveCommentForm form .formGroup .formReviewStar .fa-star-o {
  color: #797979;
}
.commentBox .leaveComment .leaveCommentForm form label.form-check-label span {
  color: #bb2a3d;
}
.commentBox .leaveComment .leaveCommentForm form label.form-check-label .form-check-input[type=checkbox] {
  border-radius: 0;
  background-color: #111;
  border-color: #fff;
}
.commentBox .leaveComment .leaveCommentForm form label.form-check-label .form-check-input[type=checkbox]:focus {
  box-shadow: unset;
}

#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.blogSingle .blogSingleInner .blogWithSidebar .blogArticlesInner .latestNewsCard .blogWithSidebarRow .blogWithSidebarCol {
  margin-bottom: 20px;
}

.blogPg .blogArticlesInner .latestNewsCard .blogWithSidebarRow .blogWithSidebarCol {
  margin-bottom: 20px;
}

/*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;
}

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

.txtBlack {
  color: #111111;
}

.txtWhite {
  color: #ffffff;
}

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

.borderWhite {
  border-color: #ffffff;
}

.borderBlack {
  border-color: #111111;
}

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

.bgWhite {
  background-color: #ffffff;
}

.bgBlack {
  background-color: #000;
}

/*|| Backgorund color classes ||*/
a {
  text-decoration: none;
  color: #111111;
}

p {
  color: #111111;
}

.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: 1.5rem;
  color: #111111;
}

/*===================================== ACCORDION PAGE START ================================*/
/*============================ first accordion ==============================*/
.accor-heading {
  margin-bottom: 30px;
}
.accor-heading h3 {
  font-size: 1.5rem;
  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: #2b2f5d;
  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 #2b2f5d;
}

/*============================ second accordion ==============================*/
.accordion2-wrapper {
  background-color: #d97827;
}
.accordion2-wrapper .accor-heading h3 {
  color: #ffffff;
}
.accordion2-wrapper .accordion-button {
  padding: 20px;
  background-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: #2b2f5d;
  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: 0.875rem;
  width: 15px;
  height: 1px;
  line-height: 1.5rem;
  display: block;
  position: absolute;
  right: 13px;
}
.accordion2-wrapper .accordion-item .accordion-header button:after {
  content: "";
  text-align: center;
  background: #232323;
  font-size: 0.875rem;
  width: 1px;
  height: 15px;
  line-height: 1.5rem;
  display: block;
}
.accordion2-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  display: none;
}
.accordion2-wrapper .accordion-item .accordion-body {
  background-color: #ffffff;
  padding: 20px;
}
.accordion2-wrapper .accordion-item .accordion-body p {
  color: #111111;
}

/*============================ Third accordion ==============================*/
.accordion3-wrapper {
  background-color: #f7f7f7;
}
.accordion3-wrapper .accordion-button {
  padding: 20px;
}
.accordion3-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion3-wrapper .accordion-button:not(.collapsed) {
  color: #2b2f5d;
  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 rgba(0, 0, 0, 0.0784313725);
}
.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: 0.875rem;
  display: block;
}
.accordion3-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  transform: rotate(90deg);
}
.accordion3-wrapper .accordion-item .accordion-body p {
  padding: 20px;
}

/*============================ Fourth accordion ==============================*/
.accordion4-wrapper .accordion-button {
  padding: 20px;
}
.accordion4-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion4-wrapper .accordion-button:not(.collapsed) {
  color: #2b2f5d;
  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 rgba(0, 0, 0, 0.0784313725);
}
.accordion4-wrapper .accordion-item .accordion-header button {
  position: relative;
}
.accordion4-wrapper .accordion-item .accordion-header button:before {
  content: "+";
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5rem;
  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: 1.5rem;
  display: block;
}
.accordion4-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  background: #2b2f5d;
}
.accordion4-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
  content: "-";
  right: 23px;
  color: #ffffff;
  font-size: 1.5rem;
}
.accordion4-wrapper .accordion-item .accordion-body {
  padding: 20px;
}

/*============================ Five accordion ==============================*/
.accordion5-wrapper {
  background-color: #2b2f5d;
  margin-bottom: 80px;
}
.accordion5-wrapper .accor-heading h3 {
  color: #ffffff;
}
.accordion5-wrapper .accordion-button {
  background-color: transparent;
  padding: 20px;
}
.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 #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion5-wrapper .accordion-item .accordion-header button:before {
  content: "+";
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5rem;
  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: rgba(255, 255, 255, 0.1);
}
.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
  content: "-";
  right: 25px;
  font-size: 1.5rem;
}
.accordion5-wrapper .accordion-item .accordion-body {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
.accordion5-wrapper .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.6);
}

/*=================================== ACCORDION PAGE END ===============================*/
/*======================BUTTON PAGE START ==============================*/
.section-heading {
  margin-bottom: 50px;
}
.section-heading h4 {
  font-size: 1.5rem;
  text-align: center;
}

.button1-wrapper {
  text-align: center;
}
.button1-wrapper .btn1 {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border: 2px solid #2b2f5d;
  background-color: #2b2f5d;
  color: #ffffff;
  margin: 0 6px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.button1-wrapper .btn1:hover {
  background-color: #ffffff;
  color: #2b2f5d;
}
.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 #d97827;
  background-color: #d97827;
  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: #d97827;
}
.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 #2b2f5d;
  background-color: #2b2f5d;
  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: #2b2f5d;
}
.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 #2b2f5d;
  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: #2b2f5d;
  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: 0.875rem;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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 #2b2f5d;
  font-size: 0.875rem;
  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: #2b2f5d;
}
.button6-wrapper .btn6.blog1:hover {
  background-color: transparent;
  color: #2b2f5d;
}
.button6-wrapper .btn6.blog1:hover span {
  color: #2b2f5d;
}
.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: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  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 #fff;
  border-radius: 5px;
  color: #fff;
  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: #2b2f5d;
}
.button8-wrapper .btn8:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button8-wrapper .btn8:after, .button8-wrapper .btn8:before {
  background: #2b2f5d;
  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: 0.875rem;
  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;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #2b2f5d;
}
.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: 0.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: 1rem;
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.button10-wrapper .text-thin-underline {
  font-size: 1rem;
  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 rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  }
}
/*--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: 0.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: 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.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: #fff;
  font-size: 0.875rem;
  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: #111111;
}
.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #d97827;
  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: #d97827;
  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: #2b2f5d;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h1 {
  font-weight: bold;
  font-size: 2rem;
}
.tab-one-wrapper .tab-content .tab-one-home .tab-one-content p {
  color: #111111;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 1.125rem;
  color: #111111;
}
.tab-two-wrapper .nav-pills .nav-item .nav-link i {
  display: block;
  margin-bottom: 10px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-two-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #2b2f5d;
}
.tab-two-wrapper .nav-pills .nav-item .nav-link:hover {
  color: #2b2f5d;
}
.tab-two-wrapper .nav-pills .nav-item .nav-link:hover i {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  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: 1.875rem;
  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: 1.3rem;
}
.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 rgba(23, 23, 23, 0.0784313725);
  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;
  padding: 20px;
}
.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;
  padding: 20px;
}
.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.6509803922);
}

/*-------- tab-four-start --------*/
/*------- tab-five-start ---------*/
.tab-five-wrapper .nav-pills {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  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 #2b2f5d;
  color: #2b2f5d;
}
.tab-five-wrapper .nav-pills .nav-item .nav-link.active {
  border-bottom: 3px solid #2b2f5d;
  color: #2b2f5d;
}
.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: 2rem;
}
.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: 1.875rem;
  color: #2b2f5d;
}
.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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-five-wrapper .tab-content .tab-five-content a:hover {
  color: #111111;
}

@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: #fff;
  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: 0.875rem;
  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 rgba(0, 0, 0, 0.0784313725);
}
.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 #111111;
  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: 0.875rem;
  color: gray;
  margin-left: 8px;
}
.form-four-wrapper .form-four form textarea {
  background: transparent;
  border-bottom: 1px solid #111111;
  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: 1.5rem;
  line-height: 35px;
}
.counter-one-wrapper .percent {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 1.875rem;
  line-height: 30px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 3px;
}
.counter-one-wrapper .percent::after {
  content: "%";
  font-size: 1.125rem;
  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: 1.5rem;
  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: #2b2f5d;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
}
.counter-two-wrapper .percent-one::after {
  content: "%";
  font-size: 1.125rem;
  position: absolute;
  color: #fff;
}
.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: #2b2f5d;
  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: 1.3rem;
  text-transform: uppercase;
  color: #ffffff;
}

/*------ counter-four-start -------*/
.counter-four-wrapper .counter-four {
  text-align: center;
}
.counter-four-wrapper .counter-four .our-progress-one {
  margin-top: 20px;
  background-color: #2b2f5d;
  border-radius: 5px;
}
.counter-four-wrapper .counter-four .our-progress-one h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  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: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
}
.counter-four-wrapper .percent::after {
  content: "%";
  font-size: 1.125rem;
  position: absolute;
  color: #fff;
}

/*===================== COUNTER PAGE END ==================*/
/*================= COUNT-DOWN PAGE START ================*/
/*-------- countdown-first-start --------*/
.count-one-wrapper #countdown-one {
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  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: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  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: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  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: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #111111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee);
  background-image: -moz-linear-gradient(top, #bbb, #eee);
  background-image: -ms-linear-gradient(top, #bbb, #eee);
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  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: #111;
  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: 2.5rem;
}
.count-two-wrapper span {
  display: block;
  font-size: 1.3rem;
  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: #fff;
  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: 1.3rem;
  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 #111111;
}
.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 rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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: #2b2f5d;
  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 #111111;
}
.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 rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/*-------- pricing-three-start --------*/
.pricing-three-wrapper .pricing-three .pricing-table-three {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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: 0.875rem;
  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: 1.125rem;
  margin: 12px 0 25px 0;
}
.pricing-three-wrapper .pricing-three .pricing-table-three .price-three-head h2 {
  font-size: 2.25rem;
  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 rgba(130, 130, 130, 0.4901960784);
}
.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, rgb(2, 0, 36) 0%, rgb(18, 64, 139) 62%, rgb(66, 133, 244) 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 rgba(0, 0, 0, 0.0705882353);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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: 1.375rem;
  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 rgba(0, 0, 0, 0.0509803922);
  position: absolute;
  top: 0;
  left: 50%;
  background: white;
  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 0.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: #111111;
  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 rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content:hover {
  -moz-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  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: 1.375rem;
}
.testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-img .slider-head span {
  color: #2b2f5d;
}
.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;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.testimonial-three-wrapper .slider-two-wrapper:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0705882353);
  background: #ffffff;
}
.testimonial-three-wrapper .slider-two-wrapper:hover .slider-quote {
  -ms-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
  -moz-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
  -webkit-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
  transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
}
.testimonial-three-wrapper .slider-two-wrapper .slider-quote {
  position: absolute;
  top: 0;
  -ms-transform: translateY(-50%) rotateY(0) rotateX(0);
  -moz-transform: translateY(-50%) rotateY(0) rotateX(0);
  -webkit-transform: translateY(-50%) rotateY(0) rotateX(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: #2b2f5d;
}
.testimonial-three-wrapper .slider-two-wrapper .slider-two-content {
  border-bottom: 1px solid #111111;
  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: 1.375rem;
}
.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name span {
  color: #999999;
  font-size: 0.875rem;
  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: 85%;
  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: 1.375rem;
}
.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item .testimonial-slider .test-content span {
  color: #2b2f5d;
}
.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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot span:hover {
  background: #2b2f5d;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot.active span {
  background: #2b2f5d;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 1.375rem;
}
.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: #2b2f5d;
  font-size: 2.5rem;
}
.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: 1.3rem;
  color: #2b2f5d;
}
.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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 1.5rem;
  }
  .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: 1.125rem;
  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: 1rem;
}

/*--------section-top-padding------*/
.al-section-2 {
  background-color: #f9f9f9;
}
.al-section-2 span i {
  padding: 1.5rem;
}
.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: 1.5rem;
  line-height: 35px;
}
.al-section-2 .alert-light {
  padding: 30px;
  margin-top: 40px;
}
.al-section-2 .envelope-color {
  background-color: #797979;
  color: #fff;
  border-radius: 40px;
}
.al-section-2 .triangle-color {
  background-color: #eb768c;
  color: #fff;
  border-radius: 40px;
}
.al-section-2 .umbrella-color {
  background-color: #31aae2;
  color: #fff;
  border-radius: 40px;
}
.al-section-2 .bell-color {
  background-color: #f0c440;
  color: #fff;
  border-radius: 40px;
}
.al-section-2 .check-color {
  background-color: #73c8b7;
  color: #fff;
  border-radius: 40px;
}
.al-section-2 .bullhorn-color {
  background-color: #5581c4;
  color: #fff;
  border-radius: 40px;
}

/*--------section-top-padding------*/
.al-section-3 span i {
  padding: 21px;
  color: #fff;
}
.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 #fff;
  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: #fff;
}
.al-section-3 .triangle-color {
  background-color: #eb768c;
  color: #fff;
}
.al-section-3 .umbrella-color {
  background-color: #31aae2;
  color: #fff;
}
.al-section-3 .bell-color {
  background-color: #f0c440;
  color: #fff;
}
.al-section-3 .check-color {
  background-color: #73c8b7;
  color: #fff;
}
.al-section-3 .bullhorn-color {
  background-color: #5581c4;
  color: #fff;
}
.al-section-3 .alert-content {
  margin-left: 115px;
}
.al-section-3 .alert-content p {
  color: #ffffff;
}
.al-section-3 .alert-content h4 {
  color: #fff;
  font-size: 1.5rem;
  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: #fff;
  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: 1.875rem;
}
.al-section-4 .alert-text {
  padding-left: 30px;
  font-size: 1rem;
}
.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: #fff;
}
.al-section-5 .alert-content h4 {
  font-size: 1.5rem;
  line-height: 35px;
  color: #ffffff;
}
.al-section-5 .envelope-color {
  background-color: #797979;
  color: #fff;
  position: relative;
}
.al-section-5 .triangle-color {
  background-color: #eb768c;
  color: #fff;
}
.al-section-5 .umbrella-color {
  background-color: #31aae2;
  color: #fff;
}
.al-section-5 .bell-color {
  background-color: #f0c440;
  color: #fff;
}
.al-section-5 .check-color {
  background-color: #73c8b7;
  color: #fff;
}
.al-section-5 .bullhorn-color {
  background-color: #5581c4;
  color: #fff;
}
.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: 1.875rem;
}
.al-section-5 span i {
  font-size: 2.25rem;
  color: #fff;
}
.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: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team-one-wrapper .team-slider-wrapper .owl-carousel .item .slider-content .image-wrapper .image-wrapper-overlay .content-wrapper {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 1.375rem;
}
.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: 1.125rem;
}
.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: 0.875rem;
  border: 1px solid #999999;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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 #2b2f5d;
  background: #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-prev {
  color: #999999;
  font-size: 1.875rem;
  height: 50px;
  display: inline-block;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
  position: absolute;
  left: 33%;
  bottom: -96px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-next {
  color: #999999;
  font-size: 1.875rem;
  height: 50px;
  display: inline-block;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
  position: absolute;
  left: 61%;
  bottom: -96px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #cccccc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: #2b2f5d;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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 0.3s, visibility 0.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 0.3s, visibility 0.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;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 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;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  display: block;
}

.team-three-wrapper .team-three-wrapper .team-three-img {
  position: relative;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.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: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.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: rgba(248, 35, 72, 0.5803921569);
  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-three-wrapper .team-three-wrapper .section-heading h4 {
  color: #ffffff;
}

.team-four-wrapper {
  background-color: #f7f7f7;
}
.team-four-wrapper .owl-carousel .item .four-content {
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.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 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team-four-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #cccccc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: #2b2f5d;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 1.375rem;
  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: #2b2f5d;
}

.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: 1.375rem;
  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: 1.375rem;
  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: 1.375rem;
  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 rgba(23, 23, 23, 0.2509803922);
  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: 1.375rem;
  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 0.5s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.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 1.5rem;
  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;
  -webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  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;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.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;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.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: 1.125rem;
  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: 0.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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.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: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 0.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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.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: rgba(115, 128, 90, 0.5) 46%;
  background: linear-gradient(90deg, rgba(115, 128, 90, 0.5) 0%, rgba(115, 128, 90, 0.5) 46%, rgba(115, 128, 90, 0.5) 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: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 0.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: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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 #2b2f5d;
  color: #2b2f5d;
}
.gallery2-wrapper .portfolio_img_text a:hover {
  background: #2b2f5d;
  color: #fff;
}

/* 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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.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: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 0.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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: #2b2f5d;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery3-wrapper .portfolio_image_wrapper:hover .portfolio_image_overlay {
  background-color: #2b2f5d;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.gallery3-wrapper .portfolio_img_icon {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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 #fff;
  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: #2b2f5d;
  border: 1px solid #2b2f5d;
  border-radius: 35px;
  background: #fff;
}
.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: #2b2f5d;
  border: 1px solid #2b2f5d;
  border-radius: 35px;
  background: #fff;
}
.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: 0.875rem;
}
.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: #2b2f5d;
}
.gallery4-wrapper .tab_image_wrapper:hover .tab_image_text {
  border: 1px solid #2b2f5d;
  background: #2b2f5d;
  border-top: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery4-wrapper .tab_image_wrapper:hover .project_title h4 a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery4-wrapper .tab_image_wrapper:hover .project_category h4 a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery4-wrapper .tab_image_wrapper:hover .project_likes a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery4-wrapper .tab_image_wrapper:hover .project_likes a i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-1 .p-box-1 h4 {
  font-size: 1rem;
  padding-bottom: 20px;
}
.pt-section-1 .p-box-1 .text-1 {
  margin: 20px 0px;
  padding: 15px 0px;
  background-color: #fafafa;
  color: #797979;
  font-size: 1rem;
}
.pt-section-1 .p-box-1 .heading-1 {
  height: 75px;
  line-height: 75px;
  background-color: #fafafa;
  color: #2b2f5d;
  text-transform: capitalize;
}
.pt-section-1 .p-box-1 .btn-1 {
  width: 230px;
  height: 40px;
  border-radius: 30px;
  color: #2b2f5d;
  border: 1px solid #2b2f5d;
  background: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-1 .p-box-1:hover .btn-1 {
  background-color: #2b2f5d;
  color: #fff;
}
.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: #2b2f5d;
  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: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-2 .p-box-2 h4 {
  font-size: 1rem;
  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: 1.75rem;
  margin-top: 10px;
}
.pt-section-2 .p-box-2 .text-2 {
  color: #797979;
  font-size: 1rem;
  margin-top: 10px;
}
.pt-section-2 .p-box-2 h3 .small {
  font-size: 1rem;
  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: #2b2f5d;
  border: 1px solid #2b2f5d;
  background: #fff;
  margin-top: 30px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-2 .p-box-2:before {
  content: "";
  position: absolute;
  color: #fff;
  background: #2b2f5d;
  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: #fff;
}
.pt-section-2 .p-box-2:hover h4 a:after {
  border-color: #fff;
}
.pt-section-2 .p-box-2:hover .text-2 {
  color: #fff;
}
.pt-section-2 .p-box-2:hover .small {
  color: #fff;
}
.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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  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: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1215686275);
  padding-bottom: 40px;
}
.pt-section-4 .p-box-4 .p-box-4-1 {
  height: 165px;
  padding: 40px;
  margin-bottom: 30px;
  background-color: #d97827;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-4 .p-box-4 .p-box-4-1 h2 {
  transition: none;
  font-size: 1.625rem;
  color: #fff;
}
.pt-section-4 .p-box-4 .p-box-4-1 h3 {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1215686275);
  background-color: #fff;
  height: 90px;
  margin-top: 1.5rem;
  padding: 30px 52px;
  font-weight: 700;
  font-size: 1.625rem;
}
.pt-section-4 .p-box-4 .p-box-4-1 h3 span {
  font-size: 0.875rem;
}
.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: #fff;
  border: 1px solid #797979;
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-4 .p-box-4:hover .p-box-4-1 {
  background-color: #2b2f5d;
  color: #fff;
}
.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: #2b2f5d;
  color: #fff;
}

/*------------------- 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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-5 .p-box-5 .heading-5 {
  text-align: center;
  color: #fff;
  padding: 30px;
}
.pt-section-5 .p-box-5 .heading-5 a {
  color: #ffffff;
  font-size: 1.375rem;
}
.pt-section-5 .p-box-5 .heading-5 h2 {
  font-size: 2.25rem;
  color: #fff;
}
.pt-section-5 .p-box-5 .heading-5 h3 {
  font-size: 1.625rem;
  margin-top: 10px;
  color: #fff;
}
.pt-section-5 .p-box-5 .content-5 {
  background-color: #222222;
  color: #fff;
  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: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-section-5 .p-box-5:hover {
  background-color: #2b2f5d;
}
.pt-section-5 .p-box-5:hover .btn-5 {
  background-color: #2b2f5d;
}

@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: #fff;
  background-color: #2b2f5d;
}
.ic-section-1 .box {
  border: 1px solid #e9e9e9;
  margin-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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: 1.5rem;
}
.ic-section-1 .box h4 a {
  color: #2b2f5d;
}
.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: #2b2f5d;
  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: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.ic-section-2 .icon-box-two::before {
  content: "";
  position: absolute;
  color: #fff;
  background: #2b2f5d;
  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, #2b2f5d;
  border-radius: 40px;
  background-color: #2b2f5d;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.ic-section-2 .icon-box-two h4 {
  padding-top: 10px;
  font-size: 1.5rem;
}
.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: #2b2f5d;
  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: #2b2f5d;
}
.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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.ic-section-3 .icon-box-three span {
  background-color: #797979;
  height: 90px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
}
.ic-section-3 .icon-box-three span::before {
  content: "";
  position: absolute;
  color: #fff;
  background: #2b2f5d;
  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, #2b2f5d;
  border-radius: 40px;
  background-color: #fff;
  color: #797979;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.ic-section-3 .icon-box-three h4 {
  padding: 35px 0px 17px 0px;
  font-size: 1.5rem;
}
.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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.ic-section-4 .icon-box-four::before {
  content: "";
  position: absolute;
  color: #fff;
  background: #2b2f5d;
  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 {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.ic-section-4 .icon-box-four span i {
  background-color: #2b2f5d;
  color: #fff;
  margin-top: 50px;
  border: 1px solid, #2b2f5d;
  border-radius: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.ic-section-4 .icon-box-four h4 {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 1.5rem;
}
.ic-section-4 .icon-box-four h4 a:hover {
  color: #ffffff;
}
.ic-section-4 .icon-box-four p {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.ic-section-4 .icon-box-four:hover {
  background-color: #2b2f5d;
}
.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: #2b2f5d;
}
.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;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  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, #2b2f5d;
  border-radius: 40px;
  background-color: #2b2f5d;
  color: #fff;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ic-section-5 .icon-box-five h4 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}
.ic-section-5 .icon-box-five p {
  padding-left: 20px;
  padding-right: 20px;
}
.ic-section-5 .icon-box-five:hover {
  border-bottom-color: #2b2f5d;
}
.ic-section-5 .icon-box-five:hover::before, .ic-section-5 .icon-box-five:hover::after {
  border-color: #2b2f5d;
  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: #2b2f5d;
}
.ic-section-5 .icon-box-five:hover h4 a {
  color: #2b2f5d;
}

@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: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}
.list-main-wrapper-one .list-one-wrapper ul li {
  position: relative;
  padding: 12px 25px 14px 25px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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 rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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: 0.875rem;
  opacity: 0.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: #2b2f5d;
  font-size: 1.125rem;
  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, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.125rem;
}

/*--  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: #2b2f5d;
  margin-right: 15px;
}
.list-main-wrapper-four .list-four-wrapper ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.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: #fff;
  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;
  }
}
/*------------------- Heading ------------------*/
.ptb-100 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.headingOne h2 {
  font-size: 1.875rem;
  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: 1.875rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.headingTwo h2:before {
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #2b2f5d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -28px;
}
.headingTwo h2:after {
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #2b2f5d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -28px;
}

.headingThree i {
  font-size: 1.875rem;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #ffffff;
  background-color: #2b2f5d;
  border-radius: 50%;
  margin-bottom: 30px;
}
.headingThree h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.headingThree p {
  margin-bottom: 0;
}

.headingFour {
  background-color: #ebf5f5;
}
.headingFour span {
  font-size: 12px;
  text-transform: uppercase;
  color: #2b2f5d;
}
.headingFour h2 {
  font-size: 1.875rem;
  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: 1.875rem;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 0;
  border-right: 1px solid #FFF4F6;
  border-left: 1px solid #FFF4F6;
}
.headingFive h2::before {
  content: "";
  background: #FFF4F6;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
}
.headingFive h2::after {
  content: "";
  background: #FFF4F6;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
}

.headingSix {
  background-color: #ebf5f5;
}
.headingSix h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.headingSix span {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #111111;
}
.headingSix i {
  font-size: 1.3rem;
  color: #2b2f5d;
}

.headingSeven h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
.headingSeven span.bordered-icon {
  color: #2b2f5d;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 18px;
  position: relative;
  display: inline-block;
}
.headingSeven span.bordered-icon:before {
  content: "";
  background: #FFF4F6;
  width: 90px;
  height: 1px;
  top: 8px;
  position: absolute;
  left: 100%;
}
.headingSeven span.bordered-icon:after {
  content: "";
  background: #FFF4F6;
  width: 90px;
  height: 1px;
  top: 8px;
  position: absolute;
  right: 100%;
}

.headingEight {
  background-color: #ebf5f5;
}
.headingEight h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
.headingEight span.sub {
  font-size: 1.3rem;
  color: #2b2f5d;
}
.headingEight span.dashed-border {
  border: 1px dashed #2b2f5d;
  width: 200px;
  position: relative;
  display: inline-block;
}
.headingEight span.dashed-border::before {
  content: "\f111";
  font-size: 10px;
  color: #2b2f5d;
  position: absolute;
  top: -8px;
  left: -20px;
}
.headingEight span.dashed-border::after {
  content: "\f111";
  font-size: 10px;
  color: #2b2f5d;
  position: absolute;
  top: -8px;
  right: -20px;
}

.headingNine h2 {
  font-size: 1.875rem;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.headingNine h2:after {
  content: "";
  background: #FFF4F6;
  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: #2b2f5d;
  padding-bottom: 5px;
  padding-right: 5px;
  z-index: 100;
  border-bottom: 1px solid #FFF4F6;
  border-right: 1px solid #FFF4F6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headingTen {
  background-color: #ebf5f5;
}
.headingTen h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.headingTen p {
  font-size: 15px;
}
.headingTen span.bottom-border {
  background-color: #F82348;
  height: 1px;
  width: 130px;
  position: relative;
  display: inline-block;
}
.headingTen span.bottom-border::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #F82348;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #2b2f5d;
  position: absolute;
  top: -3px;
  left: 44%;
}
.headingTen span.bottom-border::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #F82348;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #2b2f5d;
  position: absolute;
  top: -3px;
  right: 43%;
}

.headingEleven h2 {
  font-size: 1.875rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ff533d;
}
.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: #2b2f5d;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-text h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-text:hover i {
  color: #999999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.icon-text:hover h4 a {
  color: #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icon-wrapper {
  padding-top: 20px;
}
.icon-wrapper h4 {
  font-weight: 700;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-wrapper:hover h4 a {
  color: #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-wrapper:hover .icon-img i {
  color: #2b2f5d;
}

.icon-img {
  width: 15%;
  float: left;
}
.icon-img i {
  font-size: 25px;
  color: #999999;
}

.icon-content {
  float: left;
  width: 85%;
  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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.icon-section:hover {
  border: 1px solid #ff533d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.icon-section:hover h4 a {
  color: #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.icon-section h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.icon-section h4 a {
  font-size: 1.3rem;
  font-weight: 700;
}

.gb_icon_wrapper {
  padding-top: 20px;
}
.gb_icon_wrapper:hover .gb_icon_img {
  background: #ff533d;
  color: #ffffff;
  border: 2px solid #ff533d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.gb_icon_wrapper:hover h4 {
  color: #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.gb_icon_wrapper h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.gb_icon_img {
  background: #fff;
  width: 54px;
  height: 82px;
  border: 2px solid #efefef;
  text-align: center;
  line-height: 82px;
  border-radius: 35px;
  float: left;
  font-size: 1.3rem;
  color: #999999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.gb_icon_content {
  width: calc(100% - 54px);
  float: left;
  padding-left: 20px;
}
.gb_icon_content h4 a {
  font-size: 1.3rem;
  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: #2b2f5d;
  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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.section-5 .main h4 a {
  font-weight: 700;
}
.section-5 .main:hover {
  border-color: #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.section-5 .main:hover .rotate {
  background-color: #2b2f5d;
  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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.section-5 i {
  margin: auto;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  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: 2.5rem;
}
.section_1 .text_wrapper_heading h2:after {
  content: "";
  border: 1px solid #2b2f5d;
  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: 1rem;
  text-align: left;
}
.section_1 .icon_wrapper {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 1.3rem;
  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: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.section_1 .icon_wrapper .icon_content_red p {
  font-size: 1rem;
  color: #111111;
  padding-top: 16px;
}
.section_1 .icon_wrapper {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section_1 .icon_wrapper .icon_img_blue {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  background: #2b2f5d;
  border-radius: 50%;
}
.section_1 .icon_wrapper .icon_content_blue {
  font-size: 1.3rem;
  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: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.section_1 .icon_wrapper .icon_content_blue p {
  font-size: 1rem;
  color: #111111;
  padding-top: 16px;
}
.section_1 .icon_wrapper {
  text-align: center;
  padding-top: 30px;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 1.3rem;
  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: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.section_1 .icon_wrapper .icon_content_green p {
  font-size: 1rem;
  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: 2.25rem;
  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%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_content_left {
  padding-right: 30px;
  font-size: 1.3rem;
  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: 1.3rem;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list .icon_content_left p {
  margin-top: 20px;
  font-size: 1rem;
  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: 1.3rem;
  color: #ffffff;
  background: #2b2f5d;
}
.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list:hover .icon_img_effect {
  border: 2px solid #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_left .icon_wrapper_list:hover .icon_content_left h4 a {
  color: #2b2f5d;
}
.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list {
  text-align: center;
  padding-top: 30px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 1.3rem;
  color: #ffffff;
  background: #2b2f5d;
}
.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_content_right {
  padding-left: 30px;
  font-size: 1.3rem;
  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: 1.3rem;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list .icon_content_right p {
  margin-top: 20px;
  font-size: 1rem;
  color: #cdcecf;
}
.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list:hover .icon_img_effect {
  border: 2px solid #2b2f5d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_2 .feature_img-head .text_wrapper_right .icon_wrapper_list:hover .icon_content_right h4 a {
  color: #2b2f5d;
}

.section_3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
  height: auto;
}
.section_3 .about_text_wrapper h2 {
  font-size: 2.5rem;
  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: #2b2f5d;
}
.section_3 .about_text_wrapper ul li a {
  color: #999999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section_3 .about_text_wrapper .btn_discover {
  background: #F82348;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #ff533d;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section_3 .about_text_wrapper .btn_read_more:hover {
  background: #F82348;
  color: #ffffff;
  border: 2px solid #ff4157;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 2.5rem;
  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 #F82348;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.section_4 .iphone_text_wrapper .btn_getapp {
  background: #F82348;
  border: 1px solid #F82348;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 35px;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 1.75rem;
  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: #2b2f5d;
}
.section_5 .ipad_list_wrapper li a {
  color: #999999;
  padding-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.section_5 .ipad_lcon_wrapper li a:hover {
  color: #F82348;
  border: 1px solid #F82348;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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: 2.25rem;
  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: #F82348;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #F82348;
  padding: 10px 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fi-section_7 .global_button_wrapper .btn_global_read:hover {
  background-color: #F82348;
  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: 2.25rem;
  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: 0.875rem;
}

.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: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.section_9 .readmore_content h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (min-width: 1600px) {
  .container.shoCustomContainer {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container.shoCustomContainer {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container.shoCustomContainer {
    max-width: 1140px;
  }
}
.commonHeading h1 {
  font-weight: 700;
  font-size: 40px;
    margin-bottom: 20px;
}
.commonHeading h4 {
  font-weight: 600;
  font-size: 38px;
}
.commonHeading p { 
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  line-height: 32px; 
}
#qualityFeedsSheep p { 
  font-weight: 400;color: #707070;
  font-size: 18px;
  text-align: justify;
  line-height: 32px; 
}

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