/*

Maiden - Responsive One Page Portfolio HTML Template

Author: RBWebDesign
Date: November 2016
Version: 1.3

-----------------------
| [Table of Contents] |
-----------------------

1. Main Style
2. Navigation Bar
3. Main Top
4. Buttons
5. Links
6. Section
7. About
8. Team
9. Portfolio
9.1. Works Grid
9.2. Magnific Popup
10. Newsletter
11. Testimonials
12. Clients
13. Contact
14. Social
15. Footer
16. Media Queries

*/

/* MAIN STYLE */

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


body {
 overflow-x: hidden;
}
.btn-whatsapp:hover{
	color: #fff !important;
}
.resp-h1:hover {
  color: #fff !important;
}

.resp-h1{
	font-size: 28px !important
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #FFF;
  line-height: 2;
  letter-spacing: 0px;
}
.social-buttons{
	margin-top:-12px;
}
.menu-img {
  margin-top: 30px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333;
  margin-top: 0;
}

p.mini {
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
  color: #EFEFEF;
  margin-bottom: 0;
}

.color {
  color: #333;
}

.padding {
  padding: 0 100px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

i {
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

i:hover {
  color: #333;
  cursor: pointer;
}

hr {
  width: 50px;
  height: 1px;
  background-color: #333;
  margin: 30px auto;
  border: 0;
  position: relative;
}
.navbar.navbar-fixed-top {
    background-color: #C93951;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}
input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  margin: 0;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.btn.btn-lg.btn-block.btn-social.btn-github {
    background-color: #b88bbd !important;
    border: 1px solid #b88bbd;
}
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  min-height: 250px;
  margin: 0px 0 50px 0;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  padding-left: 0px;
}

input:focus {
  outline: none;
  border-bottom: 1px solid #333;
}

textarea:focus {
  outline: none;
  border-bottom: 1px solid #333;
}

.partner-table {
  display: table;
  width: 100%;
  height: 100%;
}
#collection {
    background: #f7f7f7;
}
.partner {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

::selection {
  background-color: #333;
  color: #FFF;
}

::-moz-selection {
  background-color: #333;
  color: #FFF;
}

.dark ::selection, .testimonials ::selection, #footer ::selection {
  background-color: #FFF;
  color: #333;
}

.dark ::-moz-selection, .testimonials ::-moz-selection, #footer ::-moz-selection {
  background-color: #FFF;
  color: #333;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tick-label.tick-text {
    font-size: 25px;
    font-weight: 400;
}
.tick-group {
    margin: 0 6px;
}
/* NAVIGATION BAR */

.navbar {
  -webkit-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 80px;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-title {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 100px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff !important;
  display: table-cell;
  vertical-align: middle;
}

.navbar-title img {
  width:130px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .navbar-title img {
  width:120px;
  height: auto;
}

	.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
	  color: #333;
	}
	.margintopspace{margin-top:30px !important;}
	.resp-h1{
		font-size: 20px !important
	}
	.respimg{width: 52px;}
	/*html, body {
	  overflow-x: hidden;
	}*/
	.iPhone {
		margin-top: -20px;
	}
	
.section-heading {
    margin-bottom: 15px !important;
} 
}
.navbar-nav {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  float: none;
  height: 80px;
  padding: 0px 19px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
}

.navbar-nav > li:hover > a, .navbar-nav > li > a:focus {
  text-decoration: line-through;
  background-color: transparent;
}

.navbar.navbar-light {
  -webkit-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  background-color: #C93951;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  height: 70px;
}

.navbar.navbar-light .navbar-title {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.navbar.navbar-light .navbar-title:hover {
  color: #fff !important;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #fff;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
  color: #c59d5f;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
  color: #000;
}

.navbar-toggle {
  margin-top: 15px;
  margin-right: 0;
  padding-right: 0;
  background-color: transparent;
  border-radius: 0;
  
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  border-radius: 0;
  width: 25px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

/* MAIN TOP */

.main-top {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-top .main-content {
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(255, 255, 255, 0.4);
  /*background-color: rgb(0 0 0 / 40%);*/
}

.main-top .main-content .container.content {
  display: table-cell;
  vertical-align: middle;
}

.main-top .main-content h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: inherit;
    margin-bottom: 0;
    padding-top: 20px;
}
h2 {
    font-weight:600 !important;
    letter-spacing: -.025em;
}
.main-top .main-content h2 {
	color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: bold !important;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.main-top .scroll-down {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.main-top .scroll-down:before {
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.main-top .scroll-down:before, .main-top .scroll-down:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-top .scroll-down:before {
  -webkit-animation: scrollDown 1s infinite alternate;
  -moz-animation: scrollDown 1s infinite alternate;
  -o-animation: scrollDown 1s infinite alternate;
  -ms-animation: scrollDown 1s infinite alternate;
  animation: scrollDown 1s infinite alternate;
}

.main-top .scroll-down:after {
  width: 15px;
  height: 15px;
  bottom: 30px;
  -webkit-animation: scrollDown 1s infinite alternate;
  -moz-animation: scrollDown 1s infinite alternate;
  -o-animation: scrollDown 1s infinite alternate;
  -ms-animation: scrollDown 1s infinite alternate;
  animation: scrollDown 1s infinite alternate;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0px);
    -ms-transform: rotate(45deg) translate(0px);
    transform: rotate(45deg) translate(0px);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
}

.scrollDown {
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
}

/* BUTTONS */

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 30px !important;
  background-color: transparent;
  color: #393a3a;
  border: 1px solid #393a3a;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
}
#mylink1 {
  display: none;
}

.btn-whatsapp	{
		background-color: #C8A6AD !important;
		color: #fff;
		border: 2px solid #C8A6AD !important;
	}

.btn-cnt:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
}

.btn:hover {
  color: #FFF !important;
  background-color: #333 !important;
  border: 1px solid #333;
}

.padding-bottom-contact {
    padding-bottom: 20px;
}

#purchase.section .btn:hover {
    border: 1px solid #333 !important;
    color: #333 !important;
    background-color: transparent !important;
}

.btn:focus, .btn:active {
  background-color: #2b573e;
  border: 1px solid #333;
  color: #FFF;
  outline: none !important;
}

/* LINKS */

a {
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #333;
  text-decoration: line-through;
  outline: none;
}

/* SECTION */

.section {
  float: left;
  width: 100%;
  background-color: #fff;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
  font-weight: 700 !important;
    letter-spacing: 0px;
  margin-bottom: 0;
}

.section-heading p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.section-content img {
  width: 53px;
}

.section.dark {
	background-color: #333;
  padding: 100px 0;
}

.section.dark h2 {
  color: #FFF;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  line-height: 2;
  padding: 0 5px;
}

.section.dark h3 {
  color: #FFF;
  font-size: 300%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  line-height: 2;
  padding: 0 5px;
  margin: 30px auto;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.section.dark p {
  color: #FFF;
  font-size: 150%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0 5px;
  margin-bottom: 50px;
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}

.section.dark .btn {
	border-radius: 30px;
  color: #FFF;
    border: 1px solid #FFF;
    margin-top: 30px;
}

.section.dark .btn:hover {
  color: #333 !important;
  background-color: #FFF !important;
}

.section.general {
  padding: 0;
  padding-top: 150px;
}

.section.general h3 {
  color: #333;
}

.section.general p {
  padding-bottom: 50px;
}

/* ABOUT */

.section.about {
  padding: 100px 0;
}

/* TEAM */

/*.team {
  margin: 0 auto;
  text-align: center;
}*/
.team {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    transform: translateZ(0);
}

.team:hover{
    opacity: .7 !important;
}
.team{
    transition: all .5s ease-out !important;
    background-color: var(--dark-color)  !important;
}
.team .mask {
    width: 300px;
    height: 400px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
}

.team:hover h2{
    opacity: 1;
 -webkit-animation: fadeInDown 1s;
 animation: fadeInDown 1s;
}
.team h2 {
  text-transform: uppercase;
  color: #333;
  text-align: center;
  font-size: 25px;
  position: relative;
  padding-top: 120px;
}
.team h2 {
    opacity: 0;
    background: 
    transparent;
    margin: 20px 40px 0 40px;
}
.team p {
  font-size: 14px;
  position: relative;
  color: #333;
  text-align: center;
  line-height: 2;
}

.team a.info {
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #333;
  text-transform: uppercase;
}

/*.team img {
  max-width: 250px;
  height: auto;
  border-radius: 50%;
  cursor: pointer;
  filter: grayscale(90%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}*/

.team img {
    transition: all 2s ease-out;
    width: 200%;
    max-width: none;
}
.team img:hover {
  filter: grayscale(0);
}

/* SERVICES */

.section.services {
  background-color: #fff;
}

.section.services i {
  font-size: 50px;
  margin-top: 100px;
}

.section.services .section-content h4 {
  font-weight: 300;
  margin-bottom: 30px;
}

/* PORTFOLIO */

.filter_group {
  margin-bottom: 30px;
}

.filter_group .filter {
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
}

.filter_group .filter.active, .filter_group .filter:hover {
  text-decoration: line-through;
}

.isotope {
  margin: 0 auto;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope .no-transition.isotope-item, .isotope.no-transition .isotope-item, .isotope .no-transition.isotope-item .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}

/* Works Grid */

.work-item-filters {
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
}

.work-item-filters li {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  background-color: #fff;
}

.work-item-filters li:first-child {
  margin-left: 0;
}

.work-item-filters li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  color: #5A5A5A;
  display: inline-block;
}

.work-item-filters li a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #CC2424;
  width: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in-out;
}

.work-item-filters li a:hover:after { 
  width: 100%; 
}

.work-item-filters li a.active {
  color: #333;
  font-weight: 700;
}

.work-item {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.work-item img {
  width: 100%;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.work-item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.work-item .image-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.work-item .image-overlay:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.work-item .image-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: url("../img/cursor.png"), pointer;
}

.work-item .work-item-info {
  position: absolute;
  left: 0;
  bottom: 50%;
  height: 60px;
  width: 100%;
  margin-bottom: -30px;
  text-align: center;
}

.work-item .work-item-info h3, .work-item .work-item-info p {
  color: #333;
}

.work-item:hover .work-item-info h3 {
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.work-item:hover .work-item-info p {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
}

#purchase.section {
  padding: 50px;
  background-color: #F7F7F7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#purchase.section .btn {
  border: 1px solid #333;
  color: #FFF;
  background-color: #333;
  padding: 15px 50px;
}

#purchase.section .btn:hover, #purchase.section .btn.active, #purchase.section .btn:focus {
  border: 1px solid #333;
  background-color: #333;
  color: #333;
}

/* Magnific Popup */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease-in-out;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-close:hover, .mfp-close:focus {
  color: #CFCFCF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-counter {
  display: none;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=90);
  margin: 0;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  width: 23px;
  height: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  opacity: 1;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 15px;
  border-bottom-width: 15px;
  top: 5px;
}

.mfp-arrow-left {
  left: 20px;
}

.mfp-arrow-right {
  right: 20px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 0;
  opacity: 0.7;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 20px solid #333;
  margin-left: 0;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border-right: 0;
  opacity: 0.7;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 20px solid #333;
  margin-right: 20px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-title {
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close {
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  text-align: center;
  padding-right: 0;
  display: inline;
  font-family: inherit;
  line-height: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  padding-bottom: 3px;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure {
  position: relative;
  margin: 0 40px 0 40px;
  overflow: hidden;
}

/* NEWSLETTER */

.section.newsletter {
  padding: 100px 0;
}

.section.newsletter h3 {
  color: #333;
  margin-bottom: 50px;
}

.section.newsletter input {
  width: 80%;
  max-width: 800px;
  text-align: center;
}

.section.newsletter .btn {
  margin-top: 50px;
}

/* TESTIMONIALS */

.section.testimonials {
  padding: 100px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
  color: #FFF;
}

.section.testimonials hr {
  background-color: #FFF;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span, #owl-testimonials.owl-theme .owl-pagination {
  margin: 30px 10px 0 10px;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* CLIENTS */

.section.clients {
  background-color: #F7F7F7;
  padding: 50px 0;
  margin: 0;
  text-align: center;
}

.section.clients img {
  width: 50%;
  height: auto;
  margin: 30px 0;
  
}

/* CONTACT */

.contact-info li {
  padding-bottom: 20px;
}

.contact-info i {
  font-size: 40px;
  padding-bottom: 0px;
}

.contact-form {
  padding-top: 60px;
  width: 90%;
  margin: 0 auto;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form .alert,
.contact-form label {
  display: none;
}

/* SOCIAL */

.section.social .row {
  border-top: 1px solid #EFEFEF;
  padding: 50px 0;
}

.section.social a i {
  color: #333;
  font-size: 25px;
  padding: 0 25px;
}

.section.social a i:hover {
  opacity: 0.7;
}

/* FOOTER */

#footer {
  padding: 10px 0;
  background-color: #333;
  color: #fff;
}

#footer .social {
  float: left;
}

#footer .social i {
  font-size: 20px;
  color: #FFF;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
}

#footer .social i:hover {
  color: #333;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 45px;
  z-index: 9999;
}

.back-to-top a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
}

.back-to-top a i {
  font-size: 50px;
  color: #333;
}

.copyright {
  font-size: 12px;
  letter-spacing: 3px;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-align: center;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 14px;
    line-height: 1.9;
  }

  hr {
    width: 80px;
  }

  .padding {
    padding: 0 125px;
  }

  .padding-top {
    padding-top: 125px;
  }

  .padding-bottom {
    padding-bottom: 125px;
  }

  .section.about, .section.newsletter, .section.testimonials {
    padding: 80px 0;
  }

  .section.dark {
    padding: 60px 0;
  }

  .section.dark h2 {
    font-size: 30px;
  }

  .section.dark .btn {
    margin-top: 25px;
  }

  .navbar-nav > li {
    padding: 0 10px;
  }

  .btn {
    padding: 10px 30px;
    font-size: 16px;
  }

  #purchase.section .btn {
    padding: 10px 40px;
  }

  .main-top .main-content h1 {
    font-size: 50px;
    letter-spacing: 5px;
  }

  .main-top .main-content h2 {
    font-size: 35px;
  }

  .main-top .scroll-down {
    bottom: 10px;
  }

  .section.services .padding-top {
    padding-top: 0px !important;
  }

  .filter_group .filter {
    cursor: pointer;
    padding: 0 15px;
    font-size: 15px;
  }

  .work-item .work-item-info i {
    display: none;
  }

  .work-item .work-item-info h3 {
    font-size: 1.3em;
    line-height: 8px;
  }

  .work-item .work-item-info p {
    font-size: 0.8em;
  }

  .copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  .team {
    margin: 30px auto;
  }

  .back-to-top {
    display: none;
  }
}

@media screen and (max-width: 767px) {
	
    .navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #333;
}
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 13px;
    line-height: 1.8;
  }

  hr {
    width: 75px;
    margin: 25px auto;
  }

  textarea {
    margin: 100px 0 50px 0;
    min-height: 200px;
  }

  .padding {
    padding: 0 100px;
  }

  .padding-top {
    padding-top: 100px;
  }

  .padding-bottom {
    padding-bottom: 100px;
  }

  .section.about, .section.newsletter, .section.testimonials {
    padding: 70px 0;
  }

  .section.newsletter h3 {
    margin-bottom: 40px;
  }

  .section.newsletter .btn {
    margin-top: 30px;
  }

  .section.dark {
    padding: 50px 0;
  }

  .section.dark h2 {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 1.8;
  }

  .section.dark .btn {
    margin-top: 20px;
  }

  .main-top .main-content h1 {
    font-size: 35px;
    letter-spacing: 3px;
  }

  .main-top .main-content h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li {
    height: 50px;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li > a {
    border-bottom: none;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
    border-bottom: none;
  }

  .navbar-collapse {
    background-color: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .navbar-collapse li {
    display: table;
    height: 50px;
    padding-left: 20px;
  }

  .navbar-collapse li a {
    font-size: 12px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .btn {
    padding: 10px 25px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  #purchase.section .btn {
    padding: 10px 35px;
  }

  .team h2 {
    font-size: 16px;
    padding-top: 60px;
  }

  .team a.info i {
    font-size: 15px;
    padding: 10px 5px;
  }

  .filter_group .filter {
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
  }

  .work-item .work-item-info {
    height: 45px;
  }

  .section.clients img {
    height: auto;
    margin: 30px 0;
    width:30%;
  }

  .section.services i {
    font-size: 30px;
  }

  .section.services .section-content h4 {
    margin-bottom: 20px;
  }

  .contact-form {
    padding-top: 100px;
    width: 100%;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info li {
    display: inline-block;
    padding: 0 5px 10px 5px;
  }

  .contact-info h3, .contact-info p {
    padding-left: 0;
    padding-right: 0;
  }

  .section.social .row {
    padding: 40px 0;
  }

  .section.social a i {
    font-size: 20px;
    padding: 0 20px;
  }

  .copyright {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  p {
    font-size: 12px;
    line-height: 1.7;
  }

  hr {
    width: 50px;
    margin: 20px auto;
  }

  textarea {
    margin: 50px 0 25px 0;
    min-height: 150px;
  }

  .padding {
    padding: 0 50px;
  }

  .padding-top {
    padding-top: 50px;
  }

  .padding-bottom {
    padding-bottom: 50px;
  }

  .section.about, .section.newsletter, .section.testimonials {
    padding: 50px 0;
  }

  .section.newsletter h3 {
    margin-bottom: 30px;
  }

  .section.dark {
    padding: 30px 0;
  }

  .section.dark h2 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.5;
  }

  .section.dark .btn {
    margin-top: 10px;
  }

  .btn {
    font-size: 15px;
    letter-spacing: 0px;
  }

  #purchase.section .btn {
    padding: 10px 30px;
  }

  .main-top .main-content h1 {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .main-top .main-content h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .filter_group .filter {
    cursor: pointer;
    padding: 0 5px;
    font-size: 13px;
  }

  .section.clients img {
    height: auto;
    margin: 20px 0;
    width:40%;
  }

  .contact-info li {
    display: block;
  }

  .contact-form {
    padding-top: 50px;
  }

  .section.social .row {
    padding: 30px 0;
  }

  .section.social a i {
    font-size: 15px;
    padding: 0 15px;
  }

  .copyright {
    font-size: 9px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .main-top .main-content h1 {
    font-size: 20px;
  }

  .main-top .main-content h2 {
    font-size: 20px;
    letter-spacing: 5px;
    padding-top: 10px;
  }

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.mobile-img {
    background-color:#fff;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
.responsive {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
}
.download {
    margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
.iPhone {
    margin-top: -20px;
}
}
.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.btn-cnt {
    background: #333 !important;
    border-color: #fff !important;
    color: #fff !important;
    font-weight: 600;
	border-radius: 30px;
}
.margintopspace{margin-top:100px;}
@media only screen and (max-width: 334px) {
.team {
    width: auto !important;
    height: auto !important;
}
}
@media screen and (min-width: 992px) {
     .resp-para{
         width:87%;
         margin:0 auto;
     }
}

@media only screen and (max-width: 767px) {
    .containerfuldiv{width: auto !important;padding: 0px 15px !important;}
}
.containerfuldiv{width: 100%;padding: 0px 0px;}