@charset "utf-8";
html {
  height: 100%
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4286;
  text-rendering: auto
}
footer {
  margin-top: auto
}
*, *:focus {
  outline: none
}
a {
  color: #000000;
  transition: all ease 0.4s;
  text-decoration: none
}
a:focus {
  outline: none;
  outline-offset: 0
}
a:hover, a:focus {
  color: #0070c0;
  text-decoration: none
}
img {
  max-width: 100%;
  height: auto
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.3
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px
}
button, button:focus {
  outline: none;
  outline-offset: 0
}
figure {
  margin: 0
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none
}
:-ms-input-placeholder {
  color: #d3d3d3 !important;
  opacity: 1
}
:-moz-placeholder {
  color: #d3d3d3 !important;
  opacity: 1
}
.form-group {
  margin-bottom: 30px
}
.form-control {
  height: 52px;
  padding: 10px 15px;
  background-color: #fefdf7;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  transition: all ease 0.4s;
  border-radius: 4px;
  appearance: none
}
.form-control:focus {
  background-color: #fefdf7;
  border: 1px solid #e4e4e4;
  box-shadow: none
}
textarea.form-control {
  height: 120px;
  resize: none
}
input[type="submit"] {
  border: 1px solid transparent;
  transition: all ease 0.4s
}
select.form-control {
  padding: 10px 60px 10px 15px;
  background-image: url(../images/icons/select-arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 45px auto;
  color: #727272;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select.form-control:focus {
  color: #727272
}
button[type="submit"] {
  border: none
}
label {
  display: block;
  color: #4c4c4c;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500
}
.no-deta-wrap {
  padding: 70px 0;
  text-align: center;
  position: relative
}
.about-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom-color: #e5e5e5
}
.about-brand .logo {
  display: flex;
  align-items: center
}
.about-brand .logo img {
  width: 50px;
  border-radius: 100%;
  height: 50px;
  min-width: 50px
}
.about-brand .logo:hover {
  color: #ff6e00
}
.about-brand .logo span {
  font-size: 24px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  color: #000000
}
.about-navigation .footer-socials {
  display: none;
  padding-top: 25px
}
.about-navigation .footer-socials span {
  color: #333333;
  padding-bottom: 10px
}
.about-navigation .footer-socials a {
  margin: 0 10px 10px 0
}
.about-navigation .footer-socials a img {
  width: 38px
}
.about-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px
}
.about-navigation ul li {
  display: inline-block
}
.about-navigation ul li a {
  padding: 6px 26px;
  text-decoration: none;
  color: #5a5858;
  position: relative;
  border: 1px solid transparent;
  border-radius: 30px;
  border-color: transparent
}
.about-navigation ul li a.active {
  border-color: #f8a335;
  color: #f8a335
}
.about-navigation ul li a:hover {
  color: #ff9f00
}
.about-buttons-wrap .header-btn {
  display: inline-block;
  padding: 10px 15px;
  min-width: 150px;
  background-color: #f8a335;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff
}
.about-buttons-wrap .header-btn:hover {
  background-color: #e98f1a
}
.about-buttons-wrap .header-btn i {
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 1px
}
.mtf-toggle {
  display: none;
  vertical-align: middle;
  margin-left: 13px;
  width: 45px;
  height: 40px;
  padding: 12px 10px;
  background: #ff5722;
  border-radius: 3px;
  position: relative;
  z-index: 2
}
.toggle-separator {
  display: block;
  height: 3px;
  margin-top: 6px;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s
}
.toggle-separator:before, .toggle-separator:after {
  position: absolute;
  top: -7px;
  right: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  content: "";
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1
}
.toggle-separator::after {
  top: 7px;
}
.mtf-toggle.active .toggle-separator:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.mtf-toggle.active .toggle-separator:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg)
}
.mtf-toggle.active .toggle-separator {
  background: 0
}
.footer-inner {
  padding: 30px 30px 0;
  background-color: #191918
}
.footer-user-image-info {
  padding-left: 25px;
  text-align: left
}
.footer-info {
  position: relative;
  display: flex;
  align-items: center
}
.footer-info .user-information img {
  width: 90px;
  border-radius: 100%
}
.footer-info span {
  position: absolute;
  top: 0;
  right: 0;
  left: 115px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffd991
}
.footer-info .footer-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 9px 15px;
  min-width: 140px;
  background-color: #353534;
  border-radius: 5px;
  border: 1px solid #444443;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border-color: #444443
}
.footer-info .footer-btn:hover {
  background-color: #151c23;
  color: #ffffff
}
.footer-info .footer-btn i {
  color: #ffc06f;
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  top: 1px
}
.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  overflow: hidden
}
.footer-links ul li {
  display: inline-block;
  padding: 0 30px 15px 0
}
.footer-links ul li:last-child {
  padding-right: 0
}
.footer-links ul li a {
  display: inline-block;
  color: #c3c3c3
}
.footer-links ul li a:hover {
  color: #dba031
}
.footer-socials span {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #ffe6b7
}
.footer-socials a {
  display: inline-block;
  margin: 0 20px 20px 0
}
.footer-socials a:hover {
  opacity: 0.7
}
.footer-socials a img {
  width: 40px;
  border-radius: 5px
}
.footer-newsletter h4 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #ffe6b7
}
footer .newsletter-btn {
  margin: 15px 0 0
}
footer .newsletter-form .form-control {
  background-color: #474746;
  color: #ffffff;
  font-size: 16px
}
.newsletter-form .form-control {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  height: 53px
}
.newsletter-btn {
  display: inline-block;
  padding: 13px 15px;
  margin-left: 10px;
  min-width: 180px;
  background-color: #353534;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border: 1px solid #454544 !important;
  transition: all ease 0.4s;
  border-color: #454544
}
.newsletter-btn:hover {
  background-color: #151c23;
  color: #ffffff
}
.copyright {
  padding: 20px 30px;
  background-color: #191919;
  color: #8c8c8c;
  font-size: 15px
}
.copyright a {
  display: inline-block;
  color: #8c8c8c;
  font-size: 15px
}
.copyright a:before {
  display: inline-block;
  content: "|";
  padding: 0 10px 0 5px
}
.copyright a:first-child:before {
  display: none
}
.copyright a:hover {
  color: #ff9f00
}
.c2o-link {
  font-size: 15px;
  color: #dd3a3a
}
.c2o-link img {
  transition: all ease 0.4s
}
.c2o-link:hover img {
  margin-left: 4px
}
.container {
  max-width: 1510px;
  padding: 0 15px
}
.normal-btn {
  display: inline-block;
  min-width: 150px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  border: none;
  transition: all ease 0.4s;
  border-radius: 4px
}
.icon-btn img, .icon-btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 1
}
.normal-btn-sm {
  min-width: 230px
}
.normal-btn-small {
  min-width: 140px
}
.secondary-btn {
  display: inline-block;
  min-width: 150px;
  padding: 13px 15px;
  background-color: #ffffff;
  color: #666a7e !important;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e53f37;
  position: relative;
  border-radius: 5px;
  border-color: #8a9099
}
.secondary-btn:hover {
  background-color: #fcfcfc;
  border-color: #7997bb;
  color: #1561be !important
}
.secondary-btn:focus {
  background-color: #ffffff;
  color: #4d7f89;
  border-color: #9bb3b8
}
.secondary-btn-lg {
  min-width: 245px
}
.btn-third {
  display: inline-block;
  min-width: 75px;
  padding: 4px 15px;
  margin: 0 7px 10px 0;
  color: #707070;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  border: 1px solid #d7d7d7;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #f9f9f9;
  border-color: #d9d9da
}
.btn-third:hover {
  background-color: #ffffff;
  color: #0070c0;
  border-color: #69abda
}
.btn-third:focus {
  background-color: #ffffff;
  color: #4a4a4a;
  border-color: #c99b9e
}
.btn-four {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  background-color: #ffffff;
  color: #535353;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e53f37;
  position: relative;
  border-radius: 5px;
  border-color: #b8bdc4
}
.btn-four:hover {
  background-color: #ffffff;
  color: #343434;
  border-color: #92979c
}
.btn-four:focus {
  background-color: #ffffff;
  color: #535353;
  border-color: #c99b9e
}
.carousel-indicators {
  bottom: 10px
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%
}
.carousel-indicators .active {
  border: 3px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff
}
.owl-carousel .owl-item img {
  width: auto
}
.owl-dots {
  text-align: center
}
.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #cbcbc2;
  border-radius: 100%
}
.owl-carousel button.owl-dot.active {
  background-color: #ffc107
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 31%;
  left: -60px;
  width: 29px;
  height: 51px;
  opacity: 0.9;
  background-image: url(../images/icons/left-arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 29px auto;
  text-indent: -999px;
  transition: all ease 0.4s;
  transform: translateY(-31%);
  z-index: 1
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  display: none
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -60px;
  background-image: url(../images/icons/right-arrow.png)
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1
}
.c2o-blog {
  padding: 80px 0 50px
}
.blog-item {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 7px
}
.blog-item > img {
  width: 100%
}
.blog-info {
  padding: 20px 15px;
  background-color: #f7f8f9
}
.blog-info h4 {
  padding-bottom: 5px
}
.blog-date {
  padding-bottom: 7px;
  color: #9a9dae;
  font-size: 14px
}
.blog-link {
  display: inline-block;
  color: #dc8654;
  font-size: 13px;
  margin-top: 25px
}
.blog-link img {
  transition: all ease 0.4s
}
.blog-link:hover img {
  margin-left: 5px
}
.c2o-blog-details {
  padding: 25px 0
}
.blog-details-image img {
  width: 100%;
  height: 545px;
  object-fit: cover
}
.blog-meta {
  background-color: #fffff4;
  border: 1px solid #dadada;
  border-color: #dadada
}
.blog-detail-info {
  padding: 45px 65px
}
.blog-detail-info h1 {
  color: #fa8b43;
  font-size: 40px
}
.blog-detail-info h3 {
  margin-bottom: 25px
}
.blog-detail-info h6 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase
}
.move-arrow {
  display: inline-block;
  margin-top: 30px
}
.blog-details {
  padding: 40px 0
}
.blog-details-inner ol, .blog-details-inner ul {
  padding: 0 0 0 20px;
  margin: 0;
  color: #343434;
  font-size: 18px;
  line-height: 36px
}
.blog-details-inner ol li, .blog-details-inner ul li {
  padding: 5px 0
}
.blog-details-inner div {
  color: #343434;
  font-size: 18px;
  line-height: 36px
}
.related-post-wrapper {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  border-bottom-color: #e2e2e2
}
.related-post-wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
.related-post {
  height: 100%;
  padding-left: 30px;
  border-left: 1px solid #e2e2e2
}
.related-post-item {
  margin-bottom: 35px;
  overflow: hidden
}
.related-post-title {
  margin-bottom: 5;
  font-size: 20px;
  color: #000000
}
.related-post-image {
  float: left
}
.related-post-image img {
  width: 160px;
  height: 104px;
  object-fit: cover;
  border-radius: 5px
}
.related-post-info {
  padding-left: 16px;
  overflow: hidden
}
.related-post-info h6 {
  line-height: 24px
}
.related-post-tags {
  padding: 10px 0 20px
}
.c2o-blog-list {
  padding-top: 40px
}
.blog-list-item {
  max-width: 1120px;
  margin: 0 auto 80px
}
.list-item-image img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.blog-normal-link {
  color: #406da4;
  font-size: 17px
}
.blog-normal-link:hover {
  color: #fa8b43
}
.blog-categorys-text {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #585858
}
.blog-categorys-text a {
  margin-right: 32px;
  color: #777777;
  font-size: 16px
}
.blog-categorys-text a:last-child {
  margin-right: 0
}
.blog-categorys-text a:hover {
  color: #fa8b43
}
.related-post-info h6 a {
  color: #444444;
  font-size: 16px
}
.list-item-info h2 {
  color: #343434;
  font-size: 32px
}
.list-item-info h2 a {
  color: #406da4
}
.list-item-info h2 a:hover {
  color: #fa8b43
}
.list-main-info h1 a:hover {
  color: #fa8b43
}
.related-post-info h6 a:hover {
  color: #fa8b43
}
.list-item-info {
  padding-left: 15px
}
.list-item-info p {
  line-height: 28px;
  color: #777777;
  font-size: 16px
}
.list-item-info h4 {
  margin-bottom: 15px
}
.list-item-link {
  font-size: 16px;
  color: #1975e3
}
.list-item-link:hover {
  color: #fa8b43
}
.list-main-info .list-item-link img, .related-post-info .list-item-link img {
  position: relative;
  top: -1px
}
.list-item-link img {
  margin-left: 1px;
  transition: all ease 0.4s
}
.list-item-link:hover img {
  margin-left: 4px
}
.blog-list-main {
  background-color: #fffff4;
  margin-bottom: 40px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.blog-list-main .owl-carousel .owl-item img {
  display: inline-block
}
.list-main-image img {
  width: 855px;
  height: 570px;
  object-fit: cover
}
.list-item-image img {
  width: 548px;
  height: 365px;
  object-fit: cover
}
.blog-list-main .owl-dots {
  padding-top: 0;
  text-align: center;
  position: absolute;
  left: 62.5%;
  bottom: 33px;
  z-index: 9
}
.blog-list-main .owl-carousel button.owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e4d9c9
}
.blog-list-main .owl-carousel button.owl-dot.active {
  background-color: #ffc107
}
.list-main-info {
  padding: 20px 50px 20px 40px
}
.list-main-info h1 a {
  color: #1863bd
}
.list-main-info h6 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase
}
.list-main-info h4 {
  margin-bottom: 15px
}
.list-main-info h4 a {
  color: inherit
}
.custom-alert {
  background: #f9f6e6;
  color: #5b6773
}
.custom-alert strong {
  color: #39758a;
  display: inline-block;
  margin-right: 5px
}
.custom-alert.process strong {
  color: #d3753c
}
.custom-alert img {
  display: inline-block;
  margin-right: 5px
}
.custom-alert.success strong {
  color: #4f9a26
}
.rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.col-half {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%
}
.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%
}
.img-w100 {
  width: 100%
}
.content-info {
  padding: 10px 0
}
.social-label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase
}
.share-social-link {
  padding-bottom: 20px
}
.share-social-link a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 15px;
  background-color: #fcfcfc;
  margin-left: 8px;
  border-color: #e3e3e3
}
.share-social-link a:hover {
  background-color: #ffffff;
  border-color: #7cac1b
}
.share-social-link .social-icon {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px
}
.share-social-link a.facebook {
  color: #2f5eaa
}
.share-social-link a.twitter {
  color: #1c91d6
}
.share-social-link a.linkedin {
  color: #0490c0
}
.updated-gallery-list .owl-carousel .owl-nav button.owl-next, .updated-gallery-list .owl-carousel .owl-nav button.owl-prev {
  position: fixed;
  top: 50%;
  left: 20px;
  background-size: 13px auto;
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%)
}
.updated-gallery-list .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px
}
.updated-gallery-list .owl-carousel .owl-item img, .updated-gallery-list img {
  width: 800px !important;
  height: auto !important;
}
.updated-gallery-list .full-iframe.doc-file {
  height: calc(100vh - 100px);
  width: 800px;
}
.view-all-link {
  text-decoration: underline
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block
}
.blog-list-main .owl-nav {
  display: none !important
}
.card .blog-img img {
  width: 345px !important;
  height: 250px !important;
  border: 1px solid #f2f2f2;
  object-fit: cover;
  padding: 10px
}
.c2o-gallery p {
  font-size: 16px;
  line-height: 28px;
  color: #777777
}
.gallery-main-item {
  overflow: hidden;
  padding: 25px 0;
  position: relative
}
.gallery-main-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1485px;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #e5e5e5;
  z-index: 1
}
.gallery-main-item.theme-light-bg:after {
  display: none
}
.gallery-title {
  margin-bottom: 15px
}
.gallery-title .back-btn {
  color: #2271b7;
  font-size: 14px
}
.gallery-title .back-btn:hover {
  color: #f49306
}
.gallery-title-spacer {
  padding-left: 5px;
  font-size: 28px;
  color: #000000
}
.owl-carousel .gallery-item {
  margin: 7px 7px 5px
}
.gallery-item {
  margin-bottom: 25px
}
.gallery-item-image {
  display: block;
  position: relative;
  font-size: 14px
}
.gallery-main-image {
  width: 355px !important;
  height: 230px;
  object-fit: cover;
  padding: 9px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1
}
.gallery-item p {
  margin: 10px 0 0 9px
}
.gallery-item p a {
  color: #1975e3
}
.gallery-item p a:hover {
  color: #fa8b43
}
.gallery-categories {
  height: 100%;
  padding-left: 35px;
  margin-left: 11px;
  border-left: 1px solid #ebebeb;
  border-left-color: #ebebeb
}
.gallery-categories h4 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #000000
}
.gallery-categorie-item {
  margin-bottom: 27px;
  overflow: hidden
}
.gallery-categorie-item .c2o-image {
  float: left
}
.gallery-categorie-item .c2o-image img {
  width: 72px;
  height: 72px;
  object-fit: cover
}
.gallery-categorie-info {
  overflow: hidden;
  padding: 5px 0 0 15px
}
.gallery-categorie-info .link-one {
  font-size: 14px;
  color: #343434
}
.gallery-categorie-info .link-one:hover {
  color: #2271b7
}
.gallery-categorie-item h6 a {
  color: #343434;
  font-size: 16px
}
.gallery-categorie-item h6 a:hover {
  color: #2271b7
}
.back-btn {
  display: inline-block;
  margin-bottom: 5px;
  color: #406da4;
  font-size: 17px
}
.back-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  top: -1px
}
.updated-gallery-list .modal-body {
  padding: 0
}
.updated-gallery-list .btn-close, .home-gallery .btn-close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 31px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 9;
  opacity: 1
}
.updated-gallery-list .modal-content {
  border: none
}
.theme-light-bg {
  background-color: #fffff4;
  border-bottom: 1px solid #e4e5db;
  border-bottom-color: #e4e5db
}
.primary-button-color {
  background-color: #2385fa;
  color: #ffffff
}
.primary-button-color:hover, .primary-button-color:focus {
  background-color: #207ded;
  color: #ffffff
}
.icon-btn img, .icon-btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 1
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible
}
.drizzle-contact-right {
  height: 100%;
  padding: 30px;
  background-color: #333333;
  background-image: url(../images/contact-right-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}
.drizzle-contact-right h3 {
  font-size: 42px;
  color: #fffdda
}
.drizzle-contact-right p {
  color: #e8e5e2;
  font-size: 18px;
  line-height: 32px;
  max-width: 300px;
  margin: 0 auto 40px
}
.drizzle-contact-right img {
  width: 180px;
  margin: 0 auto
}
.c2o-contact {
  padding: 60px 0 15px
}
.contact-inner {
  overflow: hidden;
  margin-bottom: 45px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  backgrounda-color: #ffffff
}
.contact-info {
  padding: 40px 90px 40px 40px
}
.contact-info p {
  line-height: 28px;
  color: #777777;
  font-size: 16px
}
.contact-info form {
  padding-top: 25px
}
.contact-info .form-control {
  height: 46px;
  padding: 13px;
  background-color: #feffff;
  border-color: #c2c2c1;
  font-size: 16px;
  color: #212529
}
.contact-info textarea.form-control {
  height: 140px;
  background-color: #feffff;
  border-color: #c2c2c1;
  font-size: 16px;
  color: #212529
}
.contact-info .normal-btn {
  min-width: 200px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #2385fa;
  color: #ffffff
}
.contact-info h1 {
  color: #f19d37;
  font-size: 40px
}
.contact-info label {
  color: #585857;
  font-size: 18px;
  font-weight: 400;
  text-transform: none
}
.drizzle-contact-wrap {
  max-width: 1050px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
.drizzle-contact-wrap .row {
  margin: 0
}
.drizzle-contact-wrap h4 {
  padding: 20px 15px;
  background-color: #358dd0;
  border-bottom: 1px solid #307fbb;
  color: #e1ebf6;
  font-size: 20px
}
.drizzle-contact-wrap h4 img {
  width: 30px;
  float: right;
  margin-top: 2px
}
.drizzle-contact-wrap form {
  padding: 25px
}
.drizzle-contact-right .drizzle-contact-thankyou img {
  width: 220px
}
.drizzle-contact-right .drizzle-contact-thankyou h3 {
  font-size: 42px;
  color: #fffdda;
  margin-top: 25px
}
.read-more-content {
  display: none
}
.modal-content {
  border: none
}
.modal-header {
  padding: 13px 15px;
  background-color: #1c59bf;
  border-bottom: none
}
.modal-title {
  color: #ffffff;
  padding-bottom: 0
}
.modal-footer .btn {
  display: inline-block;
  padding: 10px 15px;
  min-width: 110px;
  background-color: #f8a335;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff
}
.modal-header .btn-close {
  background: none;
  font-size: 28px;
  color: #ffffff;
  opacity: 1;
  line-height: 10px
}
#newsLetterOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/ajax-loader.gif) no-repeat center;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none
}
#contactOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/ajax-loader.gif) no-repeat center;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none
}
.c2o-gallery .no-deta-wrap, .c2o-blog-list .no-deta-wrap {
  padding: 40px 0;
  text-align: center;
  position: relative
}
.no-deta-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1
}
.no-deta-inner.no-data-inner-blog {
  top: 32%
}
.no-deta-inner img {
  width: 180px
}
.no-deta-inner h3 {
  font-size: 22px;
  padding: 15px 0 0;
  color: #8f8f8f
}
.no-data-info {
  padding: 11px 0;
  background-color: #fefdf6;
  border-bottom: 1px solid #e4e3dd
}
.no-data-info h4 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #565656
}
.no-data-info h4 span {
  color: #eca74d
}
.no-data-info h4 img {
  width: 20px;
  margin-right: 5px
}
#siteOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/ajax-loader.gif) no-repeat center;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none
}
.about-buttons-wrap .dropdown-menu {
  padding: 0;
  min-width: 150px
}
.dropdown-item {
  padding: 8px 15px;
  text-align: center;
  font-size: 14px
}
.about-buttons-wrap .dropdown-toggle:after {
  margin-left: 9px;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  position: relative;
  top: 2px
}
.disable-icon span {
  color: #646463 !important
}
.tooltip-inner {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  color: #585858;
  padding: 8px 15px 8px;
  max-width: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px
}
.tooltip-inner i {
  color: #eca74d;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 2px
}
.user-online {
  color: #1fb21f
}
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
  display: block
}
.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #34a5c9;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 99999
}
.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #72bb47;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite
}
.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #feb423;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no-gallery-item {
  pointer-events: none
}
.no-gallery-item p a {
  filter: blur(4px);
  -webkit-filter: blur(4px)
}
.blog-subscribe {
  padding: 30px 25px;
  margin: 30px 0 45px;
  background-color: #2e2e2e;
  border-radius: 6px;
  border: 1px solid #cdd4e6;
  border-color: #cdd4e6
}
.blog-subscribe h2 {
  margin-bottom: 5px;
  color: #f0d8ac;
  font-size: 26px;
  font-weight: 600
}
.blog-subscribe h6 {
  font-size: 16px;
  color: #d6d6d6;
  line-height: 26px;
  font-weight: 500
}
.subscribe-form {
  display: flex;
  align-items: end;
  padding: 15px 0 20px
}
.subscribe-form .form-group {
  width: 100%
}
.subscribe-form label {
  color: #fefde8
}
.subscribe-form .form-control {
  background: #fffdf5;
  height: 46px;
  border: none;
  font-size: 16px;
  border-color: none;
  color: #212529
}
.subscribe-form .btn {
  font-weight: 500;
  height: 46px;
  margin-left: 13px;
  background: #f8a334;
  border-color: #f8a334;
  padding: 12px 13px;
  color: #ffffff;
  font-size: 16px
}
.subscribe-form .btn:hover {
  background: #e98f1a
}
.subscribe-form .btn:focus {
  box-shadow: none
}
.blog-subscribe p {
  font-size: 13px;
  line-height: 25px;
  color: #9c9c9c;
  margin-bottom: 0
}
.profile-zoom-effect, .followers-list-image a {
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #e5e5e5
}
.profile-zoom-effect img, .followers-list-image a img {
  transition: all 0.4s ease
}
.profile-zoom-effect:hover img, .followers-list-image a:hover img {
  transform: scale(1.2)
}
.tooltip.show {
  opacity: 1
}
.modal-backdrop.show {
  opacity: 0.85
}


.modal.show .modal-dialog {
  transform: none !important;
}
.home-gallery .modal-content, .updated-gallery-list .modal-content {
  background-color: transparent;
}
.home-gallery h5, .updated-gallery-list h5 {
  padding: 0 0 10px;
  text-align: left;
}

.unsubscribed-wrap {
  padding: 100px 0;
}







.gallery-filter {
  padding: 20px 0;
}
.gallery-filter a {
  display: inline-block;
  color: #555;
  margin-right: 50px;
  font-size: 16px;
}
.gallery-filter a:last-child {
  margin-right: 0;
}
.gallery-filter a:hover, .gallery-filter a.active {
  color: #f8a335;
}
.gallery-filter a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.gallery-filter a i.mdi-video {
  font-size: 21px;
  top: 2px;
}
.gallery-filter .form-select {
  width: 200px;
  margin-left: auto;
  height: 42px;
  font-size: 14px;
}

.grid {
  margin: 0 -8px;
  padding-bottom: 30px;
}
.grid-item {
  padding: 0 8px 16px;
  width: 33.333333%;
}
.grid-item .full-iframe {
  height: 400px;
}

.gallery-pdf-image {
  cursor: pointer;
  object-fit: cover;
  border-radius: 5px;
}
.grid-one {
  padding-bottom: 50px;
}
.grid-one-item .gallery-image {
  height: 650px;
}
.grid-one-item .full-iframe {
  height: 600px;
}
.grid-one-item {
  max-width: 600px;
  margin: 15px auto;
}

.grid-two-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 50px;
}
.grid-two-item {
  flex: 0 0 auto;
  padding: 0 8px;
}
.grid-two-item:first-child {
  width: 40%;
}
.grid-two-item:last-child {
  width: 60%;
}
.grid-two-item .gallery-image {
  height: 500px;
}
.grid-two-item .full-iframe {
  height: 495px;
}



.four-item {
  display: flex;
  flex-wrap: wrap;
}
.four-item-1 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.gallery-image {
  width: 100%;
  cursor: pointer;
  object-fit: cover;
  border-radius: 5px;
  transition: all ease 0.3s
}
.gallery-image:hover {
  opacity: 0.7;
}
.three-first-image .full-iframe {
  height: 595px;
}
.three-secound-image .full-iframe {
  height: 280px;
}
.three-first-image img {
  height: 600px;
}
.three-secound-image div:first-child {
  margin-bottom: 30px;
}
.three-secound-image img {
  height: 285px;
}
.full-iframe {
  width: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.grid-one #galleryDocumentPreview {
  height: 600px;
}
.three-secound-image #galleryDocumentPreview {
  height: 285px;
}
.grid-item #galleryDocumentPreview {
  height: 270px;
}

.five-images-wrap, .five-images-wrap .row {
  margin: 0 -8px;
}
.five-images-wrap [class*="col-"] {
  padding: 0 8px;
}
.five-first-image:first-child img {
  height: 500px;
}
.five-first-image:first-child .full-iframe {
  height: 495px;
}
.five-third-image {
  margin-top: 16px;
}
.five-third-image img {
  height: 257px;
}
.five-first-image:last-child {
  margin-top: 16px;
}
.five-first-image:last-child .full-iframe {
  height: 325px;
}
.five-second-image .full-iframe {
  height: 295px;
}
.five-first-image:last-child img {
  height: 330px;
}
.five-second-image img {
  height: 300px;
}
.five-third-image .full-iframe {
  height: 252px;
}

.video-relative {
  position: relative;
  overflow: hidden;
}
.video-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  background-color: #000;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: 1;
}

.four-images-wrap, .four-images-wrap .row {
  margin: 0 -8px;
}
.four-images-wrap [class*="col-"] {
  padding: 0 8px;
}
.four-first-image:first-child .gallery-image, .four-second-image:last-child .gallery-image {
  height: 400px;
}
.four-first-image:first-child .full-iframe, .four-second-image:last-child .full-iframe {
  height: 395px;
}
.four-first-image:last-child .gallery-image, .four-second-image:first-child .gallery-image {
  height: 340px;
}
.four-first-image:last-child .full-iframe, .four-second-image:first-child .full-iframe {
  height: 335px;
}
.four-first-image + .four-first-image, .four-second-image + .four-second-image {
  margin-top: 16px;
}


.grid-col-4 .grid-item {
  width: 25%;
}

.gallery-list-slider {
  text-align: center;
}

.gallery-list-popup {
  display: inline-block;
}

.gallery-overlay{
  	position: absolute;
    bottom: 0;
	display: none;
	height: 100px;
	width: 100%;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

.select2-container .select2-selection--single {
  height: 42px;
  padding: 6px;
  font-size: 15px;
  border: 1px solid #dee2e6;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -14px;
  margin-top: 5px;
}
.select2-dropdown {
  border: 1px solid #d3dee6;
  z-index: 99;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	color: #444;
}

.select2-container--open .select2-dropdown--below {
	box-shadow: 0 0.75rem 2rem rgb(18 38 63/ 10%);
	padding: 0;
}

.select2-container--default .select2-search--dropdown {
	background: #f6f7fd;
	padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
	{
	background: #f9fbfd;
	color: #009be1;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover
	{
	background: #f9fbfd;
	color: #009be1;
}

.select2-container--default .select2-results__option[aria-selected=true]
	{
	background: #ffffff;
	color: #009be1;
	position: relative;
}

.select2-container--default .select2-results__option[aria-selected=true]:after
	{
	content: "\F5E1";
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 1;
	display: inline-block;
	font-family: "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #009be1;
	font-size: 20px;
}

.select2-results__option {
	padding: 10px;
	border-top: 1px solid #d3dee6;
	font-size: 14px;
	color: #524646;
	position: relative;
}

.select2-results__option .in-use:after {
	content: "In Use";
	position: absolute;
	top: 50%;
	right: 60px;
	z-index: 0;
	transform: translateY(-50%);
}

.select2-search--dropdown .select2-search__field {
	font-size: 14px;
	color: #737373;
	padding: 5px 10px;
}

.select2-container .select2-selection--single .select2-selection__arrow b
	{
	border-color: #b2c5d3 transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b
	{
	border-color: transparent transparent #b2c5d3 transparent !important;
	border-width: 0 6px 6px 6px !important;
}






@media screen and (max-width:1199px) {
  .grid-one-item .gallery-image {
    height: 500px;
  }
}


@media screen and (max-width:991px) {
  .updated-gallery-list .owl-carousel .owl-item img, .updated-gallery-list img {
    width: 500px !important;
  }
  .updated-gallery-list .full-iframe.doc-file {
    width: 500px;
  }
  .five-third-image .full-iframe {
    height: 237px;
  }
  .five-third-image img {
    height: 242px;
  }
  .five-second-image .full-iframe {
    height: 245px;
  }
  .three-secound-image .full-iframe {
    height: 180px;
  }
  .four-first-image .full-iframe {
    height: 628px;
  }
  .grid-col-4 .grid-item {
    width: 33.333333%;
  }
  .grid-item .full-iframe {
    height: 350px;
  }
  .five-first-image:last-child .full-iframe {
    height: 245px;
  }
  .three-first-image .full-iframe {
    height: 395px;
  }
  .four-first-image .gallery-image {
    height: 540px;
  }
  .four-second-image .gallery-image, .four-third-image .gallery-image {
    height: 262px;
  }
  .updated-gallery-list .full-iframe {
    height: 450px;
  }
  .grid-two-item .full-iframe {
    height: 345px;
  }
  .grid-one-item .full-iframe {
    height: 450px;
  }
  .five-first-image:last-child img, .five-second-image img {
    height: 250px;
  }
  .grid-one-item .gallery-image {
    height: 400px;
  }
  .grid-one #galleryDocumentPreview {
    height: 500px;
  }
  .grid-two-item:first-child, .grid-two-item:last-child {
    width: 50%;
  }
  .grid-two-item .gallery-image {
    height: 350px;
  }
  .three-first-image img {
    height: 400px;
  }
  .three-secound-image img, .three-secound-image #galleryDocumentPreview {
    height: 185px;
  }
  .grid-item {
    width: 50%;
  }
  .gallery-filter a {
    margin-right: 25px;
  }
}

@media screen and (max-width:767px) {
  .gallery-list-popup {
    display: block;
  }
  .updated-gallery-list .full-iframe {
    height: auto;
  }
  .updated-gallery-list .full-iframe.doc-file {
    height: 400px;
  }
  .gallery-mob-spacer .copyright {
    margin-bottom: 60px;
  }
  .gallery-filter-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .gallery-filter a {
    margin-right: 0;
    padding: 3px 10px 5px;
    font-size: 14px;
  }
  .gallery-filter a span {
    display: block;
  }
  .gallery-filter a i, .gallery-filter a i.mdi-video {
    font-size: 24px;
    top: 0;
  }
  .five-third-image .full-iframe {
    height: 187px;
  }
  .five-first-image:first-child .full-iframe {
    height: 395px;
  }
  .five-third-image img {
    height: 192px;
  }
  .five-first-image:first-child img {
    height: 400px;
  }
  .four-first-image:first-child .full-iframe, .four-second-image:last-child .full-iframe {
    height: 345px;
  }
  .four-first-image:first-child .gallery-image, .four-second-image:last-child .gallery-image {
    height: 350px;
  }
  .four-first-image:last-child .gallery-image, .four-second-image:first-child .gallery-image {
    height: 310px;
  }
  .four-first-image:last-child .full-iframe, .four-second-image:first-child .full-iframe {
    height: 305px;
  }
  .grid-col-4 .grid-item {
    width: 50%;
  }
  .grid-one-item .gallery-pdf-image {
    max-width: 100%;
    margin: 0;
  }
  .four-first-image .gallery-image, .four-second-image .gallery-image, .four-third-image .gallery-image {
    height: auto;
  }
  .grid-item .full-iframe {
    height: 300px;
  }
  .grid-two-item .full-iframe, .grid-one-item .full-iframe {
    height: 400px;
  }
  .three-secound-image div:first-child {
    margin: 25px 0;
  }
  .three-first-image .full-iframe {
    height: 400px;
  }
  .three-secound-image .full-iframe {
    height: 300px;
  }
  .five-second-image .full-iframe {
    height: 245px;
  }
  .select2-container {
    width: 100% !important;
  }
  .grid-one #galleryDocumentPreview {
    height: 300px;
  }
  .grid-two-item:first-child {
    margin-bottom: 25px;
  }
  .grid-two-item:first-child, .grid-two-item:last-child {
    width: 100%;
  }
  .three-secound-image #galleryDocumentPreview, .grid-two-item #galleryDocumentPreview {
    height: 300px;
  }
  .three-secound-image img, .three-first-image img, .grid-two-item .gallery-image, .grid-one-item .gallery-image {
    height: auto;
  }
  .gallery-filter .form-select {
    width: 100%;
  }
}

@media screen and (max-width:575px) {
  .grid-item .gallery-image {
    min-height: 300px;
  }
  .updated-gallery-list .owl-carousel .owl-item img, .updated-gallery-list img {
    width: 100% !important;
  }
  .updated-gallery-list .full-iframe.doc-file {
    width: 100%;
  }
  .five-third-image .full-iframe {
    height: 137px;
  }
  .five-first-image:first-child .full-iframe {
    height: 295px;
  }
  .five-first-image:first-child img {
    height: 300px;
  }
  .five-third-image img {
    height: 142px;
  }
  .four-first-image:first-child .full-iframe, .four-second-image:last-child .full-iframe {
    height: 315px;
  }
  .four-first-image:first-child .gallery-image, .four-second-image:last-child .gallery-image {
    height: 320px;
  }
  .four-first-image:last-child .gallery-image, .four-second-image:first-child .gallery-image {
    height: 280px;
  }
  .four-first-image:last-child .full-iframe, .four-second-image:first-child .full-iframe {
    height: 275px;
  }
  .grid-two-item .full-iframe, .grid-one-item .full-iframe {
    height: 350px;
  }
  .five-first-image .full-iframe {
    height: 340px;
  }
  .three-first-image .full-iframe, .three-secound-image .full-iframe {
    height: 350px;
  }
}

@media screen and (max-width:479px) {
  .grid-item .gallery-image {
    min-height: 230px;
  }
  .gallery-filter a {
    font-size: 13px;
  }
  .four-first-image:first-child .gallery-image, .four-second-image:last-child .gallery-image {
    height: 260px;
  }
  .four-first-image:last-child .gallery-image, .four-second-image:first-child .gallery-image {
    height: 220px;
  }
  .four-first-image:last-child .full-iframe, .four-second-image:first-child .full-iframe {
    height: 215px;
  }
  
  .grid-item .full-iframe {
    height: 220px;
  }
  .five-first-image .full-iframe {
    height: 280px;
  }
  .three-first-image .full-iframe, .three-secound-image .full-iframe {
    height: 260px;
  }
  .grid-two-item .full-iframe, .grid-one-item .full-iframe {
    height: 260px;
  }
}

@media screen and (max-width:359px) {
  .grid-item .gallery-image {
    min-height: 210px;
  }
  .gallery-filter a {
    font-size: 12px;
  }
  .grid-item .full-iframe {
    height: 210px;
  }
  .five-first-image .full-iframe {
    height: 220px;
  }
  .three-first-image .full-iframe, .three-secound-image .full-iframe {
    height: 230px;
  }
  .grid-two-item .full-iframe, .grid-one-item .full-iframe {
    height: 230px;
  }
}