@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Ro    to:300,300i,400,400i,500,700,900|Dancing+Script:400,700");
.reset-elem,
header .social-box ul.social-icons,
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags,
ul.filter,
.page-title-section ul,
.blog-section.standart
  .blog-box
  .blog-post
  .post-content
  .social-box
  ul.social-icons,
ul.pagination-list,
.sidebar .category-widget ul.category-list,
.sidebar .popular-widget ul,
.blog-section.border-tp .inner-blog .blog-post ul.social-posts,
.blog-section.standart.single-post .comment-section ul.comment-tree,
section.single-project-section .single-content .title-post ul.project-tags,
section.single-project-section .single-content .share-box ul.social-icons {
  margin: 0;
  padding: 0;
}

.paragraph,
p,
.sidebar .popular-widget ul li .post-title h2,
.blog-section.standart.single-post
  .comment-section
  ul.comment-tree
  li
  .comment-box
  .comment-content
  span,
.blog-section.standart.single-post
  .comment-section
  ul.comment-tree
  li
  .comment-box
  .comment-content
  a {
  font-size: 13px;
  color: #aaaaaa;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
body {
  max-width: 2200px;
  margin: 0 auto;
}
.heading1,
h1 {
  color: #333333;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 20px;
}

.heading2,
h2,
.blog-section.standart.single-post .blog-post h1,
.blog-section.standart.single-post
  .comment-section
  ul.comment-tree
  li
  .comment-box
  .comment-content
  h4,
section.single-project-section .single-content .title-post h1,
section.single-project-section .single-content .share-box span {
  color: #333333;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 28px;
}

.heading3,
h3 {
  color: #4b77be;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 4px;
  line-height: 28px;
}

.back-cover,
.blog-section .blog-box .blog-post.quote-post {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

.anchor,
a {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
  margin: 0 auto;
  width: 100%;
  max-width: 95%;
  padding: 5px 20px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  min-height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 999px;
  height: auto !important;
  /* border: 1px solid #2B4DFF;  */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 425px) {
  header {
    padding: 5px 10px;
  }
}

header .social-box ul.social-icons li:hover {
  background: #2b4dff;
  cursor: pointer;
}

header .social-box ul.social-icons li:hover a {
  color: #fff !important;
}

.logo a img {
  width: 100%;
  height: 100%;
}
header .logo {
  text-align: center;
  width: 50px;
  height: auto;
  /* padding: 20px 0; */
}

header .social-box {
  text-align: center;
}

header .social-box ul.social-icons li {
  background: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2b4dff;
}
header .social-box ul.social-icons li a {
  color: #2b4dff;
  font-size: 12px;
}

.social-icons {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
}
header p.copyright-line {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding: 0 35px;
  color: #999;
  text-align: center;
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */

.center-button {
  text-align: center;
}

button.mfp-close,
button.mfp-arrow,
a.zoom {
  outline: none;
}

/*------------------------------------------------- */
/* =  portfolio section */
/*------------------------------------------------- */
section.carousel-works .works-box .works-post,
section.carousel-works .works-box-second .works-post {
  overflow: hidden;
  position: relative;
}
section.carousel-works .works-box .works-post img,
section.carousel-works .works-box-second .works-post img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
section.carousel-works .works-box .works-post .hover-box,
section.carousel-works .works-box-second .works-post .hover-box {
  position: absolute;
  bottom: 50px;
  padding: 50px 10px;
  left: 35px;
  right: 35px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
section.carousel-works .works-box .works-post .hover-box .inner-hover a.likes,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  a.likes {
  color: #fff;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 6px;
}
section.carousel-works .works-box .works-post .hover-box .inner-hover a.likes i,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  a.likes
  i {
  font-size: 30px;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  a.likes:hover,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  a.likes:hover {
  opacity: 0.7;
}
section.carousel-works .works-box .works-post .hover-box .inner-hover h2,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  h2 {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0 0 8px;
}
section.carousel-works .works-box .works-post .hover-box .inner-hover h2 a,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  h2
  a {
  color: #fff;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  h2
  a:hover,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  h2
  a:hover {
  opacity: 0.7;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags
  li,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags
  li {
  display: inline-block;
  margin-right: 2px;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags
  li
  a,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags
  li
  a {
  color: #00a0af;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.4px;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags
  li
  a:hover,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  ul.project-tags
  li
  a:hover {
  opacity: 0.7;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box {
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box
  p,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box
  p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 10px;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box
  a,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box
  a {
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 7px 20px;
  background: #00a0af;
}
section.carousel-works
  .works-box
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box
  a:hover,
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  div.hidden-box
  a:hover {
  opacity: 0.7;
}

section.carousel-works .works-box .works-post:hover .hover-box,
section.carousel-works .works-box-second .works-post:hover .hover-box {
  top: 50px;
  border: 2px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
section.carousel-works
  .works-box
  .works-post:hover
  .hover-box
  .inner-hover
  div.hidden-box,
section.carousel-works
  .works-box-second
  .works-post:hover
  .hover-box
  .inner-hover
  div.hidden-box {
  opacity: 1;
  visibility: visible;
  height: auto;
}

section.carousel-works .owl-theme .owl-controls {
  margin: 0;
  display: none !important;
}

section.carousel-works .works-box-second {
  padding: 10px 5px;
}
section.carousel-works .works-box-second .works-post {
  margin: 0 10px;
  position: relative;
}
section.carousel-works .works-box-second .works-post .hover-box {
  position: absolute;
  bottom: 30px;
  padding: 0 15px;
  left: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: none;
  display: block;
  text-align: left;
  z-index: 2;
}
section.carousel-works
  .works-box-second
  .works-post
  .hover-box
  .inner-hover
  h2 {
  font-size: 18px;
}
section.carousel-works .works-box-second .works-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.carousel-works .works-box-second .works-post:hover .hover-box {
  top: initial;
  border: none;
  background: transparent;
}
section.carousel-works .works-box-second .owl-theme .owl-controls {
  margin: 0;
  display: block !important;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 0;
  width: 100%;
}
section.carousel-works
  .works-box-second
  .owl-theme
  .owl-controls
  .owl-pagination {
  display: none;
}
section.carousel-works .works-box-second .owl-theme .owl-controls .owl-buttons {
  display: block;
  padding: 0 30px;
  overflow: hidden;
}
section.carousel-works
  .works-box-second
  .owl-theme
  .owl-controls
  .owl-buttons
  div {
  background: transparent;
}
section.carousel-works
  .works-box-second
  .owl-theme
  .owl-controls
  .owl-buttons
  div.owl-prev {
  float: left;
}
section.carousel-works
  .works-box-second
  .owl-theme
  .owl-controls
  .owl-buttons
  div.owl-next {
  float: right;
}

.mfp-wrap {
  z-index: 999999;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/

footer {
  background: #0a165e;
  width: 100%;
}

.flex-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.right-footer {
  display: flex;
  gap: 3rem;
}

.left-footer p {
  margin: 0;
  color: white;
}

.right-footer a {
  color: white;
  transition: 0.5s;
}
.right-footer a:hover {
  color: #2b4dff;
}
.owl-prev-icon,
.owl-next-icon {
  font-size: 24px;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: background 0.3s ease;
}

.owl-prev-icon:hover,
.owl-next-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}
div#container {
  overflow: hidden;
}
