/* =================================



------------------------------------



HALO - Photography Portfolio



Version: 1.0



------------------------------------ 



====================================*/

/*----------------------------------------*/

/* Template default CSS



/*----------------------------------------*/

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Lato", sans-serif;

  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222121;

  margin: 0;

  font-weight: 600;

  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 15px;

  color: #868686;

  line-height: 2.2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;

  outline: none;
}

ul,
ol {
  padding: 0;

  margin: 0;
}

/*----- CUSTOM ------*/

a,
a:hover {
  color: #9b3504;
}

.fullWidth {
  width: 100%;

  background-position: center;
}
/*
#fw-1 {
  position: absolute;

  top: 0;

  opacity: 0.3;

  background-image: url("https://www.francescogangeri.it/img/header.jpg");

  min-height: 182px;
}
*/
.new-row {
  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  width: 100vw;
}

.column {
  display: flex;

  flex-direction: column;

  flex-basis: 100%;

  flex: 1;

  padding: 30px;
}

#foto-1 {
  position: relative;

  width: 300px;
}

/*---------------------



Helper CSS



-----------------------*/

.spad {
  padding-top: 30px;

  padding-bottom: 130px;
}

.sp-pad {
  padding-left: 150px;

  padding-right: 150px;
}

.sp-sub-title {
  color: #868686;

  font-size: 12px;

  margin-bottom: 5px;

  text-transform: uppercase;
}

.sp-title {
  font-size: 30px;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 45px;

  letter-spacing: 6px;
}

.section-title h2 {
  display: inline-block;

  position: relative;

  margin-bottom: 110px;

  padding-bottom: 2px;

  line-height: normal;
}

.section-title h2:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 2px;

  left: 0;

  bottom: 0;

  background: #40424a;
}

.set-bg {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: center 0;
}

/*------------------------



Common Elements



--------------------------*/

.element {
  margin-bottom: 150px;
}

.element .sp-title {
  margin-bottom: 70px;
}

.element:last-child {
  margin-bottom: 0;
}

.element .site-btn {
  margin-bottom: 10px;
}

/* Preloder */

#preloder {
  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 999999;

  background: #fff;
}

.loader {
  width: 40px;

  height: 40px;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -13px;

  margin-left: -13px;

  border-radius: 60px;

  animation: loader 0.8s linear infinite;

  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    border: 4px solid #f44336;

    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

    border: 4px solid #673ab7;

    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

    border: 4px solid #f44336;

    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);

    border: 4px solid #f44336;

    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);

    border: 4px solid #673ab7;

    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);

    border: 4px solid #f44336;

    border-left-color: transparent;
  }
}

/* Site Buttons */

.site-btn {
  position: relative;

  display: inline-block;

  text-transform: uppercase;

  font-size: 12px;

  min-width: 135px;

  font-weight: 600;

  padding: 18px 10px 20px;

  color: #222121;

  background-color: transparent;

  border: none;

  cursor: pointer;

  text-align: center;

  border-top: 2px solid #222121;

  border-bottom: 2px solid #222121;
}

.site-btn:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 2px;

  bottom: 2px;

  left: 0;

  background: #222121;
}

.site-btn.light {
  color: #fff;

  border-top: 2px solid #fff;

  border-bottom: 2px solid #fff;
}

.site-btn.light:after {
  background: #fff;
}

.site-btn.light:hover {
  color: #fff;
}

.site-btn:hover {
  color: #222121;
}

.site-btn.btn-two {
  border-left: 2px solid #222121;

  border-right: 2px solid #222121;
}

.site-btn.btn-three {
  padding: 19px 10px 19px;
}

.site-btn.btn-three:after {
  display: none;
}

.site-btn.btn-four {
  padding: 19px 10px 19px;

  border-left: 2px solid #222121;

  border-right: 2px solid #222121;
}

.site-btn.btn-four:after {
  display: none;
}

.arrow-btn {
  color: #7a7a7a;

  font-size: 20px;
}

.arrow-btn i {
  display: inline-block;
}

.arrow-btn:hover {
  color: #7a7a7a;
}

/* Circle progress */

.circle-progress {
  text-align: center;

  display: block;

  position: relative;

  margin-bottom: 30px;
}

.circle-progress canvas {
  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

.circle-progress .progress-info {
  position: absolute;

  width: 100%;

  top: 50%;

  margin-top: -45px;
}

.circle-progress .progress-info h2 {
  margin-bottom: 5px;
}

.circle-progress .progress-info p {
  font-size: 14px;

  margin-bottom: 0;

  color: #222121;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;
}

/* Fact box */

.fact-box .fact-content {
  text-align: center;

  position: relative;
}

.fact-box .fact-content:after {
  position: absolute;

  content: "";

  height: 90px;

  width: 2px;

  background: #f3f3f3;

  right: 0;

  top: 30px;

  -webkit-transform: rotate(40deg);

  -ms-transform: rotate(40deg);

  transform: rotate(40deg);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;
}

.fact-box .fact-content i {
  color: #d3d3d3;

  font-size: 45px;

  line-height: 45px;

  display: block;

  margin-bottom: 20px;
}

.fact-box .fact-content h2 {
  font-size: 36px;

  margin-bottom: 15px;
}

.fact-box .fact-content p {
  text-transform: uppercase;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 2px;

  margin-bottom: 0;
}

.fact-box:last-child .fact-content:after {
  display: none;
}

/* Accordion */

.accordion-area .panel {
  margin-bottom: 18px;
}

.accordion-area .panel-header {
  display: block;

  font-weight: 600;

  position: relative;

  border: 2px solid #000;

  -webkit-transition: all 0.4s ease-out 0s;

  -o-transition: all 0.4s ease-out 0s;

  transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-link:after {
  content: "+";

  position: absolute;

  font-size: 18px;

  font-weight: 700;

  right: 25px;

  top: 50%;

  color: #000;

  line-height: 16px;

  margin-top: -8px;

  margin-left: -4px;
}

.accordion-area .panel-header.active .panel-link:after {
  content: "-";

  margin-top: -10px;
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
  content: "+";
}

.accordion-area .panel-link {
  text-align: left;

  background-color: transparent;

  border: none;

  position: relative;

  width: 100%;

  padding: 15px 40px;

  padding-left: 30px;

  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-weight: 600;
}

.accordion-area .panel-body p {
  font-size: 14px;

  margin-bottom: 0;

  padding-top: 25px;
}

.accordion-area .panel-body {
  padding: 0 5px;
}

/* Tab */

.tab-element .nav-tabs {
  border-bottom: 2px solid #222121;

  display: table;

  width: 100%;
}

.tab-element .nav-tabs .nav-item {
  display: table-cell;

  text-align: center;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.tab-element .nav-tabs .nav-link {
  border: 2px solid #222121;

  margin-right: 10px;

  border-radius: 0;

  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-weight: 600;

  color: #222121;

  padding: 15px 10px;
}

.tab-element .nav-tabs .nav-link.active {
  padding-bottom: 25px;

  border-bottom: none;

  position: relative;
}

.tab-element .nav-tabs .nav-link.active:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 2px;

  background: #fff;

  bottom: -2px;

  left: 0;
}

.tab-element .tab-pane {
  padding-top: 25px;
}

/* Icon Box */

.icon-box {
  margin-bottom: 70px;
}

.icon-box i {
  opacity: 0.5;

  transition: opacity 0.5s ease-out;

  -moz-transition: opacity 0.5s ease-out;

  -webkit-transition: opacity 0.5s ease-out;

  -o-transition: opacity 0.5s ease-out;
}

.icon-box i:hover {
  opacity: 1;
}

.icon-box h4 {
  opacity: 0.8;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 20px;

  text-align: center;
}

/*---------------------



Header section



-----------------------*/

.header-section {
  position: absolute;

  top: 0;

  width: 100%;

  padding-top: 40px;

  padding-bottom: 20px;

  text-align: center;

  background-image: url("https://www.francescogangeri.it/img/header.jpg");

  background-position: center;

  background-repeat: no-repeat;

  z-index: 400;
}

.site-logo {
  padding-top: 5px;

  color: #fff;

  display: inline-block;
}

.search-top {
  float: right;

  display: inline-block;

  position: relative;

  padding: 14px;

  margin-left: 30px;
}

.search-top .se-btn {
  border: none;

  background: none;

  color: #fff;
}

.search-top input[type="text"] {
  position: absolute;

  right: 5px;

  top: 100%;

  border: none;

  background: rgba(255, 255, 255, 0.17);

  padding: 10px 20px;

  opacity: 0;

  outline: 1px solid #fff;

  outline-offset: 5px;

  margin-top: 5px;

  color: #fff;

  visibility: hidden;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;
}

.search-top input[type="text"]:focus {
  visibility: visible;

  opacity: 1;
}

.search-top:hover input[type="text"] {
  opacity: 1;

  visibility: visible;
}

.nav-switch {
  display: none;
}

.main-menu {
  position: absolute;

  top: 200px;

  width: 100%;

  text-align: center;
}

.main-menu ul {
  list-style: none;
}

.main-menu ul li {
  display: inline;
  padding: 20px;
}

.main-menu ul li a {
  display: inline-block;

  text-transform: uppercase;

  font-size: 14px;

  color: #000;

  padding: 15px;

  margin-right: 10px;

  position: relative;
}

.main-menu ul li a:after {
  position: absolute;

  content: "";

  width: 0;

  height: 2px;

  background: #9b3504;

  left: 50%;

  top: 26px;

  margin-left: -17px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  opacity: 0;

  -webkit-transform-origin: top center;

  -ms-transform-origin: top center;

  transform-origin: top center;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;
}

.main-menu ul li a:hover:after {
  opacity: 1;

  width: 34px;
}

/*---------------------



Intro section



-----------------------*/

.intro-img {
  position: relative;

  width: 300px;

  float: right;
}

.intro-text {
  padding-top: 30px;
}

.intro-text p {
  margin-bottom: 50px;
}

/*---------------------



Services section



-----------------------*/

.services-section {
  position: relative;
}

.services-warp {
  position: relative;
}

.services-text {
  position: absolute;

  width: 490px;

  left: 140px;
}

.services-text p {
  font-size: 15px;

  margin-bottom: 50px;
}

.service-more-link {
  position: absolute;

  right: 150px;

  top: 50%;

  margin-top: -15px;
}

/*---------------------



Contact section



-----------------------*/

.contact-section {
  min-height: 300px;

  padding-top: 150px;

  padding-bottom: 150px;

  position: relative;
}

.contact-section .contact-warp {
  position: relative;
}

.contact-section:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: #fff;

  opacity: 0.7;
}

.contact-text {
  position: absolute;

  width: 490px;

  left: 140px;
}

.contact-text .sp-sub-title,
.contact-text .sp-title,
.contact-text p {
  color: #000;
}

.contact-text p {
  font-size: 16px;

  margin-bottom: 20px;
}

.contact-text .con-info {
  list-style: none;
}

.contact-text .con-info li {
  color: #000;

  margin-bottom: 20px;

  font-size: 14px;
}

.contact-text .con-info li i {
  width: 30px;

  float: left;

  color: #616161;

  display: block;

  margin-right: 25px;

  font-size: 20px;
}

.whatsappIcon {
  -webkit-user-select: none; /* Safari */

  -moz-user-select: none; /* Firefox */

  -ms-user-select: none; /* IE10+/Edge */

  user-select: none; /* Standard */
}

.contact-form {
  padding-top: 80px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;

  background: none;

  border: none;

  border-bottom: 1px solid #fff;

  color: #fff;

  font-size: 14px;

  padding: 5px 0 20px;

  margin-bottom: 20px;
}

.contact-form textarea {
  height: 130px;

  padding-bottom: 10px;

  margin-bottom: 35px;
}

.contact-form ::-webkit-input-placeholder {
  font-style: italic;

  color: #fff;
}

.contact-form :-ms-input-placeholder {
  font-style: italic;

  color: #fff;
}

.contact-form ::-ms-input-placeholder {
  font-style: italic;

  color: #fff;
}

.contact-form ::placeholder {
  font-style: italic;

  color: #fff;
}

/*---------------------



Footer section



----------------------*/

.footer-section {
  background: #0d0d0d;

  height: 10%;
}

.templateCopyright {
  text-align: center;
}

/*---------------------



Other Pages



-----------------------



========================*/

.page-top-area {
  height: 300px;

  position: relative;
}

.page-top-area:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: #000;

  opacity: 0.7;
}

.breadcrumb-area {
  position: absolute;

  left: 150px;

  bottom: 35px;

  color: #fff;
}

.breadcrumb-area a,
.breadcrumb-area span {
  color: #fff;

  text-transform: uppercase;

  font-size: 18px;

  font-weight: 600;

  margin-right: 15px;

  margin-left: 10px;
}

.breadcrumb-area a:first-child {
  margin-left: 0;
}

/*---------------------



Progress section



-----------------------*/

.progress-section {
  padding: 0 80px 100px;
}

.progress-section .circle-progress:after {
  position: absolute;

  content: "";

  height: 90px;

  width: 2px;

  background: #d0d0d0;

  right: 0;

  top: 70px;

  -webkit-transform: rotate(40deg);

  -ms-transform: rotate(40deg);

  transform: rotate(40deg);

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;
}

.progress-section .cp-item:last-child .circle-progress:after {
  display: none;
}

/*---------------------



Review section



-----------------------*/

.review-section {
  position: relative;
}

.review-section:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: #000;

  opacity: 0.7;
}

.review-section .review-warp {
  position: relative;
}

.review-section .review-warp .sp-sub-title,
.review-section .review-warp .sp-title {
  color: #fff;
}

.review-slider .rs-item .qute {
  font-size: 30px;

  color: #fff;
}

.review-slider .rs-item p {
  font-size: 24px;

  font-style: italic;

  color: #fff;

  margin-bottom: 50px;
}

.review-slider .rs-item h4 {
  font-size: 12px;

  font-weight: 400;

  color: #fff;

  letter-spacing: 2px;

  padding-top: 50px;

  margin-left: 90px;

  text-transform: uppercase;
}

.review-slider .client-pic {
  width: 70px;

  height: 70px;

  border-radius: 50px;

  overflow: hidden;

  float: left;
}

/*---------------------



Work nav section



-----------------------*/

.worknav-section {
  padding-top: 90px;

  padding-bottom: 90px;
}

.worknav-section.extra-style {
  background: #f2f7f7;

  padding-top: 150px;

  padding-bottom: 150px;
}

.worknav .wn-thumb {
  width: 165px;

  height: 165px;

  display: inline-block;

  border-radius: 50%;
}

.worknav .wn-info {
  position: relative;

  display: inline-block;
}

.worknav .wn-info span {
  text-transform: uppercase;

  font-size: 12px;

  font-weight: 600;

  color: #868686;
}

.worknav .wn-info h3 {
  font-size: 24px;

  font-weight: 400;
}

.worknav.wn-prev .wn-info {
  top: -50px;

  margin-left: 50px;
}

.worknav.wn-next {
  text-align: right;
}

.worknav.wn-next .wn-thumb {
  float: right;
}

.worknav.wn-next .wn-info {
  top: 65px;

  margin-right: 50px;
}

/*---------------------



Blog Page



-----------------------*/

.blog-item {
  margin-bottom: 150px;
}

.blog-item:last-child {
  margin-bottom: 0;
}

.blog-thumb {
  height: 660px;

  margin-bottom: 140px;

  position: relative;
}

.post-date-warp {
  position: absolute;

  width: 100%;

  bottom: 30px;

  left: 0;
}

.post-date-warp .post-date-box {
  width: 105px;

  height: 106px;

  background: #fff;

  text-align: center;

  padding-top: 20px;
}

.post-date-warp .post-date-box h3 {
  letter-spacing: 2px;

  margin-bottom: 5px;
}

.post-date-warp .post-date-box p {
  font-size: 12px;

  text-transform: uppercase;

  color: #222121;

  font-weight: 600;
}

.blog-list {
  margin-bottom: 140px;
}

.blog-title {
  text-transform: uppercase;

  margin-bottom: 10px;

  letter-spacing: 5px;

  font-weight: 700;
}

.post-metas {
  margin-bottom: 60px;
}

.post-metas .post-meta {
  display: inline-block;

  text-transform: uppercase;

  font-size: 12px;

  font-weight: 600;

  color: #868686;

  margin-left: 15px;

  margin-right: 15px;
}

.post-metas .post-meta a {
  color: #222121;
}

.post-metas .post-meta:first-child {
  margin-left: 0;
}

/*---------------------



Single work Page



-----------------------*/

.work-slider {
  margin-bottom: 150px;
}

.work-slider .ws-item {
  height: 660px;
}

.work-slider .owl-nav {
  position: absolute;

  right: 55px;

  top: 50%;

  margin-top: -10px;
}

.work-slider .owl-nav .owl-prev {
  display: none;
}

.work-slider .owl-nav .owl-next {
  text-transform: uppercase;

  font-size: 12px;

  font-weight: 600;
}

.work-info-list {
  list-style: none;
}

.work-info-list li {
  display: block;

  width: 50%;

  margin-bottom: 60px;

  float: left;
}

.work-info-list li span {
  font-size: 12px;

  text-transform: uppercase;

  color: #868686;

  margin-bottom: 15px;

  display: block;

  letter-spacing: 1px;

  font-weight: 600;
}

.work-info-list li h4 {
  text-transform: uppercase;

  letter-spacing: 1px;
}

.next-portfolio-link {
  padding-top: 70px;

  padding-bottom: 70px;

  text-align: right;
}

.map-area {
  height: 560px;
}

/*---------------------



Responsive 



-----------------------*/

@media only screen and (max-width: 1650px) {
  .sp-pad {
    padding-left: 90px;

    padding-right: 90px;
  }

  .hero-slider .owl-dots {
    left: 90px;
  }

  .contact-text,
  .services-text {
    left: 80px;
  }
}

@media only screen and (max-width: 1510px) {
  .sp-pad {
    padding-left: 30px;

    padding-right: 30px;
  }

  .breadcrumb-area,
  .hero-slider .owl-dots {
    left: 30px;
  }

  .contact-text,
  .services-text {
    left: 30px;

    width: 350px;
  }

  .service-more-link {
    right: 30px;
  }

  .progress-section .circle-progress:after {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .hs-item {
    min-height: 750px;
  }

  .single-portfolio {
    height: 400px;
  }

  .portfolio-info {
    width: calc(100% - 40px);

    height: calc(100% - 40px);

    left: 20px;

    top: 20px;

    padding-top: 165px;
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-text,
  .services-text {
    width: 100%;

    position: relative;

    margin-bottom: 50px;

    left: 0;
  }

  .single-portfolio {
    width: 50%;
  }

  .single-portfolio.sm-wide {
    width: 50%;
  }

  .single-portfolio.sm-wide.md-w-100 {
    width: 100%;
  }

  .single-portfolio .md-w-100 {
    width: 100%;
  }

  .service-more-link {
    right: 0;

    position: relative;

    text-align: center;
  }

  .worknav {
    text-align: center;
  }

  .worknav .wn-thumb,
  .worknav .wn-info {
    display: block;
  }

  .worknav .wn-thumb {
    margin: 0 auto 30px;
  }

  .worknav.wn-prev .wn-info,
  .worknav.wn-next .wn-info {
    top: 0px;

    margin-left: 0px;

    margin-right: 0;

    text-align: center;
  }

  .worknav.wn-next .wn-thumb {
    float: none;
  }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    padding-top: 0;
  }

  .search-top {
    padding: 8px;

    margin-left: 10px;
  }

  .main-menu ul li a {
    padding: 10px;

    margin-right: 5px;
  }

  .hero-slider .owl-nav {
    right: 50px;
  }

  .hs-item {
    min-height: 650px;
  }

  .hs-item .hs-title {
    font-size: 1000px;

    margin-bottom: 20px;
  }

  .hs-item .hs-des {
    font-size: 40px;
  }

  .contact-text,
  .services-text {
    width: 100%;

    position: relative;

    margin-bottom: 50px;

    left: 0;
  }

  .single-portfolio {
    width: 50%;
  }

  .single-portfolio.sm-wide {
    width: 50%;
  }

  .single-portfolio.sm-wide.md-w-100 {
    width: 100%;
  }

  .single-portfolio .md-w-100 {
    width: 100%;
  }

  .fact-box .fact-content {
    margin-bottom: 50px;
  }

  .fact-box .fact-content:after {
    display: none;
  }

  .service-more-link {
    right: 0;

    position: relative;

    text-align: center;
  }

  .worknav {
    text-align: center;
  }

  .worknav .wn-thumb,
  .worknav .wn-info {
    display: block;
  }

  .worknav .wn-thumb {
    margin: 0 auto 30px;
  }

  .worknav.wn-prev .wn-info,
  .worknav.wn-next .wn-info {
    top: 0px;

    margin-left: 0px;

    margin-right: 0;

    text-align: center;
  }

  .worknav.wn-next .wn-thumb {
    float: none;
  }

  .blog-thumb {
    height: 550px;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .header-section {
    top: 28px;
  }

  .header-section h1 {
    font-size: 35px;
  }

  .header-section h3 {
    font-size: 20px;
  }

  .search-top {
    display: none;
  }

  .hide-nav .owl-controls {
    display: none;
  }

  .hero-slider .owl-nav {
    right: 50px;
  }

  .hs-item {
    min-height: 470px;
  }

  .hs-item .hs-title {
    font-size: 80px;

    margin-bottom: 20px;
  }

  .hs-item .hs-des {
    font-size: 30px;
  }

  .sp-pad {
    padding-left: 15px;

    padding-right: 15px;
  }

  .sp-title {
    font-size: 26px;
  }

  .contact-text,
  .services-text {
    width: 100%;

    position: relative;

    margin-bottom: 50px;

    left: 0;
  }

  .single-portfolio {
    width: 100%;
  }

  .single-portfolio.sm-wide {
    width: 100%;
  }

  .single-portfolio.sm-wide.md-w-100 {
    width: 100%;
  }

  .single-portfolio .md-w-100 {
    width: 100%;
  }

  .fact-box .fact-content {
    margin-bottom: 50px;
  }

  .fact-box .fact-content:after {
    display: none;
  }

  .service-more-link {
    right: 0;

    position: relative;

    text-align: center;
  }

  .progress-section {
    padding: 0 15px 100px;
  }

  .worknav {
    text-align: center;
  }

  .worknav .wn-thumb,
  .worknav .wn-info {
    display: block;
  }

  .worknav .wn-thumb h3,
  .worknav .wn-info h3 {
    font-size: 20px;
  }

  .worknav .wn-info h3 {
    font-size: 20px;
  }

  .worknav .wn-thumb {
    width: 100px;

    height: 100px;

    margin: 0 auto 30px;
  }

  .worknav.wn-prev .wn-info,
  .worknav.wn-next .wn-info {
    top: 0px;

    margin-left: 0px;

    margin-right: 0;

    text-align: center;
  }

  .worknav.wn-next .wn-thumb {
    float: none;
  }

  .work-slider .ws-item {
    height: 400px;
  }

  .blog-thumb {
    height: 400px;
  }
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .header-section {
    top: 28px;
  }

  .header-section h1 {
    font-size: 35px;
  }

  .header-section h3 {
    font-size: 20px;
  }

  .hero-slider .owl-nav {
    right: 20px;
  }

  .hs-item .hs-title {
    font-size: 50px;

    margin-bottom: 20px;
  }

  .hs-item .hs-des {
    font-size: 18px;
  }

  .sp-pad {
    padding-left: 15px;

    padding-right: 15px;
  }

  .worknav .wn-thumb {
    width: 70px;

    height: 70px;
  }

  .worknav .wn-info h3 {
    font-size: 16px;
  }

  .work-info-list li {
    width: 100%;
  }

  .footer-section h2 {
    font-size: 33px;
  }
}
