/*
* fusion default stylesheed   
*/
/*
 * table of content 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * bootstrap  
*/
/*
* default setting for the fusion setting 
*/
/*
* define all constant here 
*/
@import url("https://use.typekit.net/dgx6ogn.css");
@import url("https://use.typekit.net/dgx6ogn.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "omnes-arabic", sans-serif !important;
}

p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "omnes-arabic", sans-serif !important;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1,
h2,
h3,
h5,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "omnes-arabic", sans-serif !important;
}

main {
  display: block;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

h2 a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
h2 a:hover {
  color: #DCB6B4;
}

a:visited {
  color: #DCB6B4;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  list-style: none;
}

@media (min-width: 1366px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1396px;
  }
}
.cu_btn {
  display: inline-block;
  padding: 15px 35px 10px 35px;
  font-size: 20px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
  border-width: 1px;
  border-style: solid;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.cu_btn.btn_1 {
  border: 1px solid #fff;
  color: #666666;
  background-color: #fff;
}
.cu_btn.btn_1:hover {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}
.cu_btn.btn_2 {
  border: 1px solid #319D95;
  color: #319D95;
  background-color: #00141B;
}
.cu_btn.btn_2:hover {
  background-color: #319D95;
  color: #00141B;
}
.cu_btn.btn_3 {
  border: 1px solid #1A2A49;
  color: #1A2A49;
  background-color: transparent;
}
.cu_btn.btn_3:hover {
  background-color: #319D95;
  color: #fff;
  border-color: #319D95;
}
.cu_btn.base_btn {
  border: 1px solid #319D95;
  color: #fff;
  background-color: #319D95;
}
.cu_btn.base_btn:hover {
  background-color: #00141B;
  color: #fff;
  border-color: #00141B;
}
.cu_btn.gradient_btn {
  border: 1px solid transparent;
  color: #fff;
  background-image: linear-gradient(to right, #030878 0%, #6F3FEA 51%, #030878 100%);
  background-size: 200% auto;
  padding: 10px 44px;
}
.cu_btn.gradient_btn:hover {
  background-position: 100%;
}
@media (max-width: 991px) {
  .cu_btn {
    font-size: 18px;
    line-height: 26px;
    padding: 9px 20px;
  }
}

/*
* define all constant here 
*/
.mr-4 {
  margin-right: 40px;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}

.site-header .site-logo {
  max-width: 122px;
}
@media (max-width: 1200px) {
  .site-header .site-logo {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .site-header .site-logo {
    max-width: 80px;
  }
}
.site-header .header_btn .cu_btn:not(:last-child) {
  margin-right: 27px;
}

.navbar-brand img + img {
  display: none;
}

.menu > .nav-item {
  position: relative;
  padding: 5px 35px;
  transition: all 0.1s linear;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .menu > .nav-item {
    padding: 5px 15px;
  }
}
.menu > .nav-item > .nav-link {
  font-family: "omnes-arabic", sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  left: 0px;
  min-width: 200px;
  padding: 15px 0px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    top: 100%;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: 0px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
  margin-top: 14px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #00141B;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -15px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.active .nav-link {
  color: #fff;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link {
  color: #fff;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu .maga_menu_col ul > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.offcanvas-start {
  padding: 30px;
}

.offcanvas-start .cu_btn.btn_2 {
  margin: 10px 0 0;
}

.nav_meta_item .cu_btn {
  margin-left: 18px;
  white-space: nowrap;
  border-radius: 1000px;
  border: 1px solid #319D95;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.navbar_fixed .navbar {
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.0005);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar_fixed .navbar .navbar-brand img {
  display: none;
}
.navbar_fixed .navbar .navbar-brand img + img {
  display: inline-block;
}
.navbar_fixed .navbar .menu > .nav-item {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .navbar_fixed .navbar .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar_fixed .search_cart .nav-item {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s linear;
}

@media (max-width: 1199px) {
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .mobile_dropdown_icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-link.dropdown-toggle.show + .mobile_dropdown_icon {
    transform: rotate(-180deg);
  }
  .menu > .nav-item {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .menu > .nav-item .nav-link, .menu > .nav-item.mega_menu {
    position: relative;
  }
  .menu > .nav-item .nav-link:before {
    display: none;
  }
  .menu > .nav-item.submenu .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
    padding-bottom: 0px;
  }
  .menu > .nav-item.submenu .dropdown-menu.show {
    display: block;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
    top: 0px;
  }
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 22px;
    transition: all 0.2s;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner {
    padding-bottom: 20px;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner:before {
    display: none;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item {
    width: 50%;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu {
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    display: block !important;
  }
  .search_cart .nav-item.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    right: -52px !important;
  }
}
@media (max-width: 767px) {
  .header_top .container > .d-flex {
    display: block !important;
  }
  .header_top .container > .d-flex .header_left, .header_top .container > .d-flex .header_right {
    justify-content: center;
  }
  .header_top .container > .d-flex .header_right {
    margin-top: 5px;
  }
  .menu {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .search_cart .nav-item.submenu .dropdown-menu {
    padding: 20px 15px;
    min-width: 290px;
  }
  .menu-search-form {
    width: 270px;
  }
  .header_left span {
    padding: 4px 7px;
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .header_left {
    display: none !important;
  }
  .navbar-brand {
    padding-right: 5px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .nice-select .list {
    left: auto;
    right: 0;
  }
  .search_cart .nav-item .nav-link {
    font-size: 16px;
  }
  .search_cart .nav-item:not(:last-child) {
    margin-right: 12px;
  }
}
.site-header .navbar-nav {
  margin-top: 0;
}

.site-header.sticky_nav.navbar_fixed .navbar {
  box-shadow: 0px 6px 15px 0px rgba(130, 112, 255, 0.1);
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item > .nav-link {
  color: #00247A;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item > .nav-link:hover {
  color: #6F3FEA;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item.active .nav-link {
  color: #6F3FEA;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_2 {
  border: 1px solid #00247A;
  color: #00247A;
  background-color: transparent;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_2:hover {
  background-color: #00247A;
  color: #fff;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_1 {
  border: 1px solid #00247A;
  color: #fff;
  background-color: #00247A;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_1:hover {
  background-color: transparent;
  color: #00247A;
  border-color: #00247A;
}
.site-header.sticky_nav.navbar_fixed .navbar-toggler span {
  background: #00247A;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar.menu_collaps .navbar-toggler span {
  background: #666666;
}
.navbar.menu_collaps .navbar-brand img {
  display: none;
}
.navbar.menu_collaps .navbar-brand img + img {
  display: inline-block;
}
.navbar.menu_collaps .cu_btn.btn_2 {
  border: 1px solid #00247A;
  color: #00247A;
  background-color: transparent;
}
.navbar.menu_collaps .cu_btn.btn_2:hover {
  background-color: #00247A;
  color: #fff;
}
.navbar.menu_collaps .cu_btn.btn_1 {
  border: 1px solid #00247A;
  color: #fff;
  background-color: #00247A;
}
.navbar.menu_collaps .cu_btn.btn_1:hover {
  background-color: transparent;
  color: #00247A;
  border-color: #00247A;
}
.navbar.menu_collaps .menu > .nav-item.active .nav-link {
  color: #319D95;
}

@media (max-width: 1200px) {
  .navbar-nav.menu {
    margin: 25px 0 0 0;
  }
  .navbar_logo {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 105px;
    z-index: 9;
    width: 100%;
    padding: 0 26px;
  }
  nav.navbar.fixed-top.menu_collaps {
    background-color: #fff;
  }
  nav.navbar.menu_one.fixed-top.menu_collaps {
    box-shadow: 0px 6px 15px 0px rgba(130, 112, 255, 0.1);
  }
}
.header_right_content .navbar_search {
  max-width: 243px;
}
.header_right_content .form-control {
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
  font-family: "omnes-arabic", sans-serif;
}
.header_right_content .form-control.placeholder {
  color: #a6a6a6;
}
.header_right_content .form-control:-moz-placeholder {
  color: #a6a6a6;
}
.header_right_content .form-control::-moz-placeholder {
  color: #a6a6a6;
}
.header_right_content .form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}
.header_right_content button {
  border: 0px;
  background: #fff;
  margin-left: -1px;
  padding: 0;
  color: #319D95;
}

ul.navbar-nav.search_cart {
  position: relative;
}

li.nav-item.search.open form.menu-search-form {
  opacity: 1;
  visibility: visible;
}

.header_part_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site-header .max_offcanvas_icon {
  background-color: transparent;
  padding: 0;
  border: 0px solid transparent;
  margin-right: 10px;
}

.header_part_wrapper .header_right_content .nav_meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cre_process_section_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .cre_process_section_wrapper {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cre_process_section_wrapper {
    padding: 40px 20px;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.process_section_wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  .process_section_wrapper {
    margin-bottom: 42px;
    position: relative;
  }
  .process_section_wrapper:last-child {
    margin-bottom: 0;
  }
}
.process_section_wrapper .number {
  width: 50px;
  height: 50px;
  display: inline-grid;
  background: #3F8FB8;
  border-radius: 12px;
  place-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.process_section_wrapper .number:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 80px;
  width: 5px;
  background-color: #BEE3F5;
  top: -80px;
  z-index: -1;
}
.process_section_wrapper .process_icon {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.process_section_wrapper .process_icon .process_shape {
  position: absolute;
  right: -157px;
  top: 50px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon .process_shape {
    right: 0;
    top: 120px;
    transform: rotate(90deg);
  }
}
.process_section_wrapper .process_icon .process_icon_inner {
  height: 215px;
  width: 215px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 5px solid #BEE3F5;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon .process_icon_inner {
    height: 70px;
    width: 70px;
  }
}
.process_section_wrapper p, .process_section_wrapper .description {
  font-size: 24px;
  line-height: 34px;
}
.process_section_wrapper img.process_icon_shape {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -28px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .process_section_wrapper {
    margin-bottom: 40px;
  }
}
.process_section_wrapper:nth-child(even) {
  margin-top: 155px;
}
@media (max-width: 991px) {
  .process_section_wrapper:nth-child(even) {
    margin-top: 0;
  }
}

.cre_product_shop_title {
  margin-bottom: 40px;
}
.cre_product_shop_title .title {
  margin-bottom: 0;
}

.cre_pricing_section_wrapper {
  text-align: center;
  background-color: #fff;
  padding: 45px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(130, 112, 255, 0.25);
  border-bottom: 12px solid rgba(111, 63, 234, 0.32);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  min-height: 581px;
}
.cre_pricing_section_wrapper .sub_title {
  font-size: 24px;
  color: #6F3FEA;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 3px;
}
.cre_pricing_section_wrapper .title {
  font-size: 35px;
  margin-bottom: 31px;
  line-height: 47px;
}
@media (max-width: 991px) {
  .cre_pricing_section_wrapper .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cre_pricing_section_wrapper .cu_btn.btn_3 {
  padding: 10px 42px;
}
.cre_pricing_section_wrapper .pricing_item_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
}
.cre_pricing_section_wrapper .pricing_item_wrapper li {
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
.cre_pricing_section_wrapper .pricing_item_wrapper li .pricing_list_icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.cre_pricing_section_wrapper:hover {
  border-bottom: 12px solid rgb(111, 63, 234);
}
.cre_pricing_section_wrapper:hover .cu_btn.btn_3 {
  background-image: linear-gradient(to right, #030878 0%, #6F3FEA 100%);
  color: #fff;
}

.cre_accordion .accordion-item {
  padding: 38px 0;
  border: 0px solid transparent;
  border-bottom: 1px solid #A669F8;
  background-color: transparent;
}
.cre_accordion .accordion-button {
  font-size: 24px;
  line-height: 26px;
  color: #C9ACFF;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cre_accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
  }
}
.cre_accordion .accordion-collapse .accordion-body {
  padding: 10px 0 0;
}
.cre_accordion .accordion-collapse .accordion-body p {
  color: #fff;
}
.cre_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.cre_accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.testimonial_section_inner {
  border-radius: 12px;
  background-color: white;
  padding: 34px 27px;
}
.testimonial_section_inner .description {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 25px;
}
.testimonial_section_inner .name {
  font-weight: 600;
  font-size: 14px;
  color: #313131;
  line-height: 19px;
  margin-bottom: 7px;
}
.testimonial_section_inner .position {
  color: #425466;
  font-size: 10px;
  line-height: 1;
}
.testimonial_section_inner .cre_rating_star {
  margin-bottom: 8px;
}
.testimonial_section_inner .cre_rating_star i {
  margin-right: 5px;
  font-size: 16px;
}
.testimonial_section_inner .cre_rating_star i.full {
  color: #F2D580;
}

.slider_navigation .swiper-prev, .slider_navigation .swiper-next {
  height: 50px;
  width: 50px;
  border: 1px solid #377356;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  margin: 0 2px;
  background-color: #EFEDEE;
}
.slider_navigation .swiper-prev:hover, .slider_navigation .swiper-next:hover {
  background-color: #00141B;
}

.portfolio_section {
  position: relative;
  z-index: 1;
}

.portfolio_list_wrapper .single_portfolio_item,
.portfolio_list_wrapper .grid-sizer {
  width: 33%;
}
@media (max-width: 576px) {
  .portfolio_list_wrapper .single_portfolio_item,
  .portfolio_list_wrapper .grid-sizer {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .portfolio_list_wrapper .single_portfolio_item,
  .portfolio_list_wrapper .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .portfolio_list_wrapper .single_portfolio_item,
  .portfolio_list_wrapper .grid-sizer {
    width: 50%;
  }
}
.portfolio_list_wrapper .single_portfolio_item {
  width: 31%;
  text-align: center;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 224px;
  margin-bottom: 1%;
  position: relative;
}
@media (max-width: 576px) {
  .portfolio_list_wrapper .single_portfolio_item {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .portfolio_list_wrapper .single_portfolio_item {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .portfolio_list_wrapper .single_portfolio_item {
    width: 48%;
    height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_list_wrapper .single_portfolio_item {
    height: 200px;
  }
}
.portfolio_list_wrapper .single_portfolio_item.double_width {
  width: 63%;
}
@media (max-width: 576px) {
  .portfolio_list_wrapper .single_portfolio_item.double_width {
    width: 100%;
    margin-bottom: 2%;
  }
}
.portfolio_list_wrapper .single_portfolio_item.double_height {
  height: 448px;
}
@media (max-width: 767.98px) {
  .portfolio_list_wrapper .single_portfolio_item.double_height {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .portfolio_list_wrapper .single_portfolio_item.double_height {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_list_wrapper .single_portfolio_item.double_height {
    height: 400px;
  }
}
.portfolio_list_wrapper .single_portfolio_item .portfolio_iner_content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.portfolio_list_wrapper .single_portfolio_item .portfolio_iner_content .title {
  color: #319D95;
}
.portfolio_list_wrapper .single_portfolio_item a {
  display: block;
  height: 100%;
}
.portfolio_list_wrapper .single_portfolio_item:Hover .portfolio_iner_content {
  opacity: 1;
  visibility: visible;
}

.portfolio_fitrow_filter {
  background-color: #F1F1F1;
  border-radius: 31px;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .portfolio_fitrow_filter {
    padding: 20px 10px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_fitrow_filter {
    padding: 20px 10px;
    margin-bottom: 25px;
  }
}
.portfolio_fitrow_filter button {
  background-color: transparent !important;
  border: 0 solid transparent;
  padding: 10px 20px !important;
  font-size: 26px;
  color: #b0b0b0;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #575757;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .portfolio_fitrow_filter button {
    padding: 5px 10px !important;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_fitrow_filter button {
    padding: 5px 10px !important;
    font-size: 18px;
  }
}
.portfolio_fitrow_filter button:hover, .portfolio_fitrow_filter button.active {
  color: #319D95;
}

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