/*-----------------------------------------------------------------------------------

 Theme Name: Xima
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #af1512
 main Font    : Poppins

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 About
	06 Banner
	07 Process
	08 Price
	09 Testimonials
	10 Numbers
	11 Call Action
	12 Team
	13 Blog
	14 Contact
	15 Footer
	16 Spacial Pages
	17 Responsive


---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  /*font-family: 'Poppins', sans-serif;*/
  overflow-x: hidden !important;
}

p {
  /*font-family: 'Rubik', sans-serif;*/
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  color: #565872;
  line-height: 2;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

#famous th{  padding:4px; }
#famous td{  padding:4px; }

.aboutTitle{
  color: #000000;
}
.partnerTitle{
  color: #cf8613;
}
.box-padding {
  padding: 100px 5%;
}
.section-padding-top {
  padding-top: 100px;
}
.section-padding-bottom {
  padding-bottom: 140px;
}
.section-padding-banner {
  padding: 140px 0;
}
.section-padding {
  padding: 140px 0;
}
.section-padding-yeni {
  padding: 50px 0 100px 0;
}

.section-padd{
	padding: 100px 0;
}

.section-padd-footer{
	padding: 70px 0;
}

.section-head {
  margin-bottom: 80px;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
  position: relative;
}
.section-head h4:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #191c2d;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#191c2d), to(transparent));
  background: linear-gradient(to right, transparent, #191c2d, transparent);
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.section-head.text-left h4:after {
  left: 0 !important;
}
.section-head p {
  margin-top: 30px;
}

.title-extra {
  font-weight: 700;
}

.mbtext{
  background-color: #996005;
  margin:5px 0;
  position: absolute;
  z-index:9;
  width: 28%;
  height: 50px;
  margin-top:-450px;
}
.mbtext2{
  background-color: #996005;
  margin:5px 0;
  z-index:9;
  width: 98%;
  height: 50px;
  margin-left:-13%;
}
.mbtext2 h4{
  padding-left: 10%;
}

.ktitle{
  z-index:100;
}

.sm-title {
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  color: #000000 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.bg-gray-skew {
  position: relative;
}
.bg-gray-skew:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f9fb;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  border-radius: 80px;
  z-index: -1;
}

.bg-gray {
  background: #f6f9fb;
}

.bg-color {
  background: #191c2d;
  color: #fff;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.7;
}

.shadow-inset {
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05) inset;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-overlay-dark]:before {
  background: #af1512;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #af1512;
}

.owl-carousel:hover .owl-nav .owl-next {
/*  right: -33px;*/
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
  /*left: -33px;*/
  opacity: 1 !important;
}

/*.owl-theme .owl-nav {
  margin: 0;
}*/

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 35%;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 25px;
  line-height: 40px;
  background: #222;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 4;
  cursor: pointer;
}

.owl-carousel .owl-nav .owl-next {
  right: -43px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -43px;
}

.owl-carousel .owl-item .active:first-child div {
  border: 6px solid #e1e1e1;
  background-color: red;
}
[data-overlay-dark]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-pattern.png);
  background-repeat: repeat;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 14px 25px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
}
.butn span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn span i {
  font-size: 14px;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid rgba(200, 200, 200, 0.3);
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: transparent;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  opacity: .5;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.butn-bg {
  background: #191c2d !important;
  border-color: #191c2d;
  background: -webkit-gradient(linear, left top, right bottom, from(#191c2d), to(#fbc315));
  background: linear-gradient(to right bottom, #191c2d, #fbc315);
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-bg:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.butn-bg:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-bg:hover span {
  color: #191c2d;
}
.butn-bg:after {
  background: #fff;
}
.butn-bg span {
  color: #fff;
}


.butn-bg-price {
  background: #191c2d !important;
  border-color: #191c2d;
  color:#FFFFFF;
  background: -webkit-gradient(linear, left top, right bottom, from(#191c2d), to(#fbc315));
  background: linear-gradient(to right bottom, #191c2d, #fbc315);
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-bg-price:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.butn-bg-price:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-bg-price:hover span {
  color: #000;
}
.butn-bg-price:after {
  background: #fff;
}
.butn-bg-price span {
  color: #000;
}


.butn-rgba {
  background: rgba(220, 220, 220, 0.2);
}
.butn-rgba:after {
  background: #191c2d;
  background: -webkit-gradient(linear, left top, right bottom, from(#191c2d), to(#f53434));
  background: linear-gradient(to right bottom, #191c2d, #f53434);
}
.butn-rgba:hover {
  border-color: #191c2d;
}
.butn-rgba:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-rgba:hover span {
  color: #fff;
}
.btnwhite {
  background: #ffffff !important;
  color:#000000 !important;
}
.btnwhite:hover{
    color: #000000 !important;
}
.butn-light {
  background: transparent;
  border-color: #191c2d;
}
.butn-light:hover {
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-light:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:after {
  background: #191c2d;
}

.butn-light-price {
  background: transparent;
  border-color: #191c2d;
}
.butn-light-price:hover {
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-light-price:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-light-price:hover span {
  color: #000;
}
.butn-lightprice:after {
  background: #191c2d;
}


.butn-white {
  background: transparent;
  border-color: #ffffff;
}
.butn-white:hover {
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-white:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-white:hover span {
  color: #fff;
}
.butn-white:after {
  /*background: #af1512;*/
}
.order{
  margin-bottom:20px;
}
/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.top-bar-inner{
  height: 10px;
  background-color:#af1512;
}
.navbar {
  font-family: sans-serif;
  /*position: absolute;*/
  left: 0;
  /*top: 0;*/
  width: 100%;
  /*background: transparent;*/
  background-color: #FFFFFF;
  z-index: 10;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 12px;
  font-weight: 400;
  /*background-color: #eed7a1;
  color: #FFFFFF;
  border-radius:30px;*/
  color: #000000;
  letter-spacing: 1px;
  margin: 0px 5px;
  padding: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}


.navbar .navbar-nav .sublnk{
	margin:0 !important;
}


.navbar .navbar-nav .active {
  background-color: #af1512;
  color: #ffffff !important;
  /*border-radius:30px;*/
}
/*.navbar .navbar-nav .nav-link:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #191c2d;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  opacity: 0;
}*/
.navbar .navbar-nav .butn {
  padding: 10px 30px;
  margin-left: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .navbar-nav a:hover{
  /*font-weight: bold;*/
  width:100%;
  background-color: #af1512;
  color: #FFFFFF !important;
  /*border-radius: 30px;*/
}

.navbar .navbar-nav a:active{
  font-weight: bold;
}
.navbar .navbar-nav .active:before {
  opacity: 1;
}
.navbar .#af1512 {
  min-width:240px;
  padding: 10px 0;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .dropdown-item {
  font-size: 12px;
  padding: 10px 20px;
  opacity: .9;
}
.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #191c2d;
}

.light, .nav-scroll {
  background: #fff;
  /*-webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);*/
  padding: 0;
  position: fixed;
  top: -100px;
  /*left: 5%;
  width: 90%;
  border-radius: 10px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;*/
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.light .icon-bar, .nav-scroll .icon-bar {
  color: #222;
}
.light .navbar-nav .nav-link, .nav-scroll .navbar-nav .nav-link {
  color: #000000;
}
.light .navbar-nav .logo, .nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  /*height: 120px;*/
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  min-width: 14rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dropdown-menu .dropdown-item {
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header .background {
  font-family: sans-serif;
  min-height: 140vh;
  /*min-height: 120vh;
  padding-bottom: 100px;
  -webkit-clip-path: ellipse(100% 55% at 48% 42%);
          clip-path: ellipse(100% 55% at 48% 42%);
  overflow: hidden;*/
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h1 {
  font-weight: 700;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  margin-top: 15px;
  color: #eee;
  padding: 0 30px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #191c2d;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  margin: 0 5px;
}

.pages {
  min-height: 16vh;
  overflow: hidden;
}
.pages h5 {
  float: left;
  font-weight: 700;
}
.pages h6 {
  float: right;
}
.pages h6 a {
  margin: 0 10px;
  font-weight: 500;
  font-size: 15px;
}
.pages .active {
  color: #000000;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about {
  position: relative;
  z-index: 5;
}
.about .top {
  position: relative;
  margin-top: -150px;
  /*-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);*/
}
.about .whiteBg{
  background: #fff;
  /*border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);*/
  position: relative;
}
.about .intro {
  margin-bottom: 80px;
}
.about .intro span {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191c2d;
  margin-bottom: 10px;
}
.about .intro h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.about .item {
  padding: 50px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;

}
.about .item.active, .about .item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.about .item.active .icon, .about .item:hover .icon {
  background: #191c2d;
  color: #fff;
}
.about .item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #f8f8f8;
  font-size: 40px;
  color: #191c2d;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.about .item .icon:after {
  content: '';
  width: 90px;
  height: 90px;
  border: 1px dashed #eee;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.about .item h6 {
  margin-bottom: 20px;
}
.about.half .item, .about.bg-gray .item {
  background: #fff;
}
.about.half .item {
  border: 0;
}
.about.half .item .icon {
  float: left;
  text-align: center;
}
.about.half .item h6, .about.half .item p {
  margin-left: 100px;
}
.about .padding {
  padding: 30px;
}

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Banner ]
-----------------------------------------------------------------*/
.banner .bg-img {
  border-radius:10px;
  overflow: hidden;
}
.banner .content h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.banner .content p {
  margin-bottom: 30px;
}
.banner .content .item .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: rgba(251, 129, 51, 0.1);
  color: #191c2d;
  font-size: 35px;
  float: left;
}
.banner .content .item .cont {
  margin-left: 90px;
}
.banner .content .item .cont h6 {
  margin-bottom: 15px;
}
.banner .content .item .cont p {
  font-size: 14px;
}
.banner .content .item:last-of-type p {
  margin-bottom: 0;
}
.banner .circle {
  position: relative;
  z-index: 3;
}
.banner .circle:after {
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #191c2d;
  position: absolute;
  top: -50px;
  right: 0;
  opacity: .2;
  z-index: -1;
}
.banner .circle:before {
  content: '';
  width: 100px;
  height: 200px;
  background-image: url(../img/dots2.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ----------------------------------------------------------------
     [ End Banner ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 06 Service ]
-----------------------------------------------------------------*/
.service .bg-img {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}

.service .cntItem{ border:1px solid #9dd047;}
.service .item {
  padding: 0px;
  background: #fff;
  /*   border-radius: 10px;
 -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);*/
  position: relative;

}
.service .content {
  padding: 0px;
  background: #fff;
  text-align: center;
}
.service .item p{ margin-bottom: 20px;font-size: 12px;}
.service .item h6{
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #000000;
}
.service .item.active, .service .item:hover {
  border-color: transparent;
  /*  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);*/
}
.service .item.active .icon, .service .item:hover .icon {
  background: #9dd047;
  color: #fff;
}
.service .item .icon {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f8f8f8;
  font-size: 30px;
  color: #9dd047;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.service .item .icon:after {
  content: '';
  width: 90px;
  height: 90px;
  border: 1px dashed #eee;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}

.service .circle {
  position: relative;
  z-index: 3;
}
.service .circle:after {
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #191c2d;
  position: absolute;
  top: -50px;
  right: 0;
  opacity: .2;
  z-index: -1;
}
.service .circle:before {
  content: '';
  width: 100px;
  height: 200px;
  background-image: url(../img/dots2.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service ul { margin-left: 13px; padding: 10px; }
.service ul li {list-style-type: circle; margin: 3px 0;}

/* ----------------------------------------------------------------
     [ End service ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 07 Start Process ]
-----------------------------------------------------------------*/
.process h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-top: 30px;
}
.process .play {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.process .play:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #191c2d;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.process .play:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.process .top {
  position: relative;
  top: -100px;
  z-index: 2;
}
.process .padding {
  padding: 30px;
}
.process .item {
  padding: 60px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
}
.process .item img {
  position: absolute;
  width: 50%;
  right: -30%;
  top: 30%;
  z-index: 4;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 15%;
}
.process .item .icon {
  font-size: 60px;
  color: #191c2d;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(251, 129, 51, 0.05);
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
.process .item .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #191c2d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  opacity: .05;
  z-index: -1;
}
.process .item h6 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.process .item h6 span {
  font-size: 12px;
  color: #191c2d;
  margin-right: 8px;
}
.process .item p {
  font-size: 14px;
}

/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Price ]
-----------------------------------------------------------------*/
.pback{
  background: url('../img/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.price .cnt{
  margin-left: 0;
  margin-right: 0;
}
.price img{
  width:75px;
}
.price .item {
  padding: 50px 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  margin:5px 0;
}
.price .gray {
  background: #f7f8f9 !important;
}
.price .item.active {
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.price .item .type {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  /*border-bottom: 1px solid #eee;*/
  position: relative;
}
/*.price .item .type:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #191c2d;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 35px);
}*/
.price .item .type h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.price .item .value {
  margin: 40px 0;
  color: #000000;
}
.price .item .value h4 {
  font-weight: 700;
  font-size: 65px;
  color: #000000;
}
.price .item .value h4 span {
  font-size: 15px;
  margin-right: 5px;
}
.price .item .value p {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  color: #000000;
  display: inline-block;
  padding: 2px 15px;
  /*background: rgba(251, 129, 51, 0.1);*/
  border-radius: 30px;
}
.price .item .feat ul {
  margin-bottom: 0;
}
.price .item .feat li {
  color: #555;
  font-weight: 500;
  padding: 0 50px;
  margin-bottom: 25px;
  text-align: left;
}
.price .item .feat li:last-child {
  margin-bottom: 0;
}
.price .item .feat li span {
  display: block;
  padding-bottom: 10px;
  color: #555 !important;
  /*border-bottom: 2px dashed #eee;*/
}
.price  .butn-light-price .feat li span:before{
  content: "\f058"; /* FontAwesome Unicode */
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#191c2d;
}

.price .butn-bg-price .feat li span:before{
  content: "\f058"; /* FontAwesome Unicode */
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#ffffff;
}

.price .item .feat del {
  opacity: .8;
}
.price .item .order {
  /*margin-top: 50px;*/
}
.price .item.center {
  position: relative;
  padding: 60px 30px;
  margin-top: -10px;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials{
  background: #eaeaea;
}
.testimonials h4{
  background: #eaeaea;
}
/*.testimonials .client-area p {
  font-size: 14px;
  padding: 30px;
  /*background: #f6f9fb;* /
  margin-bottom: 40px;
  position: relative;
  text-align: justify;
}*/
/*.testimonials .client-area p:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid #f6f9fb;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}*/
.testimonials .client-area .img {
  display: inline-block;
  position: relative;
  filter: grayscale(0);
}
/*.testimonials .client-area .img .icon {
  width: 30px;
  position: absolute;
  top: 15px;
}
.testimonials .client-area .img .icon:first-of-type {
  left: -50px;
}
.testimonials .client-area .img .icon:last-of-type {
  right: -50px;
}
.testimonials .client-area .author {
  width: 200px;
  height: auto;
  /*border-radius: 50%;* /
  overflow: hidden;
  margin: 0 auto 20px;
}
.testimonials .client-area h3 {
  color:#000;
}
.testimonials .client-area h6 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.testimonials .client-area span {
  font-size: 13px;
  color: #191c2d;
}
.testimonials.bg-gray .client-area p {
  background: #fff;
}
.testimonials.bg-gray .client-area p:after {
  border-top-color: #fff;
}*/

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  font-size: 35px;
  color: #191c2d;
  margin-bottom: 30px;
}
.numbers h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.numbers h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Call Action ]
-----------------------------------------------------------------*/
.call-action h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End Call Action ]
-----------------------------------------------------------------*



/* ----------------------------------------------------------------
     [ 12 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  text-align: center;
  overflow: hidden;
}
.team .item:hover .img .social {
  top: 0;
}
.team .item .img {
  position: relative;
}
.team .item .img .social {
  position: absolute;
  top: -110%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.team .item .img .social:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191c2d;
  background: -webkit-gradient(linear, left top, right bottom, from(#191c2d), to(#f53434));
  background: linear-gradient(to right bottom, #191c2d, #f53434);
  opacity: .7;
}
.team .item .img .social .full-width {
  position: relative;
  z-index: 4;
}
.team .item .img .social .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
}
.team .item .info {
  padding: 25px 10px;
  border-bottom: 1px dashed #eee;
}
.team .item .info h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.team .item .info span {
  color: #191c2d;
  font-size: 12px;
  font-style: italic;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog{
  background-color: #fff;
}
.blog li{
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #333333;
}
.blog .item .post-img .img {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.blog .item .post-img .img a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #191c2d;
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  z-index: 3;
}
.blog .item .post-img .img a span {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
  /*max-width: 500px;*/
}
.blog .item .cont {
  position: relative;
  padding: 50px 10px;
  background: #f1f1f1;
  color: #000000;
}
.blog .item .cont .share {
  color: #191c2d;
}
.blog .item .info {
  margin-bottom: 20px;
}
.blog .item .info a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  opacity: .8;
}
.blog .item .info a:last-of-type {
  margin-right: 0;
}
.blog .item .info a i {
  margin-right: 2px;
}
.blog .item h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #af1512;
}
.blog .item h5:hover {
  color: #000000;
}
.blog .item p {
  margin-top: 10px;
}
.blog .item .more {
  margin-top: 20px;
  color: #191c2d;
  font-size: 13px;
  font-weight: 500;
}
.blog .item .more:hover i {
  margin-left: 10px;
}
.blog .item .more i {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.blog .clients {
  margin-top: 100px;
}
.blog .clients .row {
  border-top: 1px solid #f6f9fb;
  padding-top: 50px;
}
.blog .clients .brand {
  padding: 0 30px;
  opacity: .8;
}
.blog .clients .brand:hover {
  opacity: 1;
}

.posts .item {
  margin-bottom: 50px;
}
.posts .item p {
  font-size: 14px;
}
.posts .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #191c2d;
}
.posts .item .ntpr-post {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.posts .item .ntpr-post .all-post {
  font-size: 40px;
  width: 100%;
}
.posts .title {
  font-size: 14px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.posts .title:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #191c2d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.posts .comments, .posts .add-comment {
  padding: 40px 15px 0;
  border-top: 1px solid #eee;
}
.posts .comments .com, .posts .add-comment .com {
  margin-bottom: 50px;
}
.posts .comments .com:last-child, .posts .add-comment .com:last-child {
  margin-bottom: 0;
}
.posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}
.posts .comments .img, .posts .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.posts .comments .cont, .posts .add-comment .cont {
  margin-left: 75px;
}
.posts .comments .cont h6, .posts .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.posts .comments .cont p, .posts .add-comment .cont p {
  padding-right: 15%;
  font-size: 14px;
}
.posts .comments .cont span, .posts .add-comment .cont span {
  color: #191c2d;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.posts .comments .cont .reply, .posts .add-comment .cont .reply {
  color: #888;
  font-size: 12px;
  float: right;
  margin-right: 15px;
  margin-top: -15px;
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 10px;
}
.posts .comments .cont .reply i, .posts .add-comment .cont .reply i {
  margin-right: 5px;
}
.posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
  color: #191c2d;
}
.posts form input, .posts form textarea {
  width: 100%;
  padding: 20px;
  background-color: #F6F9FB;
  border: 0;
  font-size: 13px;
}
.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}
.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: auto;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .active a {
  background-color: #191c2d;
  color: #fff;
}

.side-bar .widget {
  border: 2px solid rgba(251, 129, 51, 0.05);
  padding: 20px;
  margin-bottom: 50px;
  overflow: hidden;
}
.side-bar .widget ul {
  margin-bottom: 0;
}
.side-bar .widget ul li {
  margin-bottom: 30px;
  color: #444;
  font-size: 14px;
}
.side-bar .widget ul li:hover {
  color: #191c2d;
}
.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}
.side-bar .widget ul li i {
  color: #191c2d;
  font-size: 10px;
  margin-right: 10px;
}
.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}
.side-bar .widget .recent .thum {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.side-bar .widget .recent a {
  display: block;
  margin-left: 100px;
  line-height: 1.7;
}
.side-bar .widget .recent a span {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.side-bar .widget-title {
  margin-bottom: 50px;
  text-align: center;
}
.side-bar .widget-description {
  font-size: 13.2px;
}
.side-bar .widget-title h6 {
  display: inline-block;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #191c2d;
}
.side-bar .search form {
  position: relative;
}
.side-bar .search form input {
  width: 100%;
  padding: 15px;
  border: 0;
  background: #f6f9fb;
  font-size: 13px;
}
.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}
.side-bar .tags li {
  font-size: 12px !important;
  margin: 2px !important;
  padding: 7px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  float: left;
  color: #191c2d !important;
}
.side-bar .tags li:hover {
  background-color: #222;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.page-contact-info {
  position: relative;
  margin-bottom: -30px;
  z-index: 3;
}


.page-contact-info .rw {
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 50px 0;
}

.page-contact-info .item {
  padding-top: 20px;
  background: #fff;
}
.page-contact-info .item:nth-last-child(2) {
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
.page-contact-info .item .icon {
  font-size: 30px;
  color: #191c2d;
  margin-top: 15px;
  /*margin-bottom: 30px;*/
}
.page-contact-info .item h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.page-contact-info .item p {
  font-size: 14px;
  color: #5c6169;
}
.page-contact-info .item p.bold {
  color: #6b6f76;
  font-size: 20px;
  font-weight: bold;
}

.bmtit {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
}
.bmtit span {
  padding: 0 30px;
  background-color: #fff;
  font-size: 12px;
  color: #999;
}

.page-contact {
  position: relative;
}

.form input, .form textarea {
  background-color: #fafafa;
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}
.form input:focus, .form textarea:focus {
  border-color: #ddd;
}
.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.form .form-group {
  position: relative;
}
.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.page-social {
  text-align: center;
}
.page-social a {
  padding: 12px 60px;
  border-radius: 30px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.page-social a:hover {
  background-color: transparent;
  color: #555;
}

.page-map {
  background-color: #f7f7f7;
}
.page-map #ieatmaps {
  height: 400px;
}

/* ----------------------------------------------------------------
		[ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    [ 15 Start Footer ]
-----------------------------------------------------------------*/
.footer {
  padding-bottom: 0;
}
.footer.dark {
  /*background: #0B0A1A;*/
  background: #d9d9d9;
}
.footer.dark input {
  color: #fff;
}
.footer.dark .sub-footer {
  background-color: #404042;
  margin-top: 30px;
}
.footer.dark .sub-footer .row {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.dark .sub-footer p {
  font-size: 13px;
  color:#FFFFFF;

}
.footer .logo {
  margin-bottom: 15px;
}
.footer .social a {
  color: #000;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin: 15px 5px 0;
}
.footer .social a:hover {
  background: #191c2d;
  color: #ffffff;
}
.footer .item {
  margin-bottom: 50px;
}
.footer .item h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer .item li {
  color: #ccc;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer .item li a {
  color:#808891;
}
.footer .item li i {
  margin-right: 5px;
}
.footer .item li a:hover {
  font-weight: bold;
  color: #414549;
}
.footer .item li:last-of-type {
  margin-bottom: 0;
}
.footer .item form input {
  width: 100%;
  border-radius: 30px;
  border: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.footer .item form .butn {
  width: 100%;
  text-align: center;
}
.footer .p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer.contact-page {
  padding-top: 240px;
}
.footer .sub-footer {
  margin-top: 30px;
}
.footer .sub-footer .row {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
.footer .sub-footer p {
  font-size: 13px;
  line-height:35px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 16 Spacial Pages ]
-----------------------------------------------------------------*/
.error {
  min-height: 100vh;
}
.error p {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.error .butn i {
  margin-right: 10px;
}
.error .butn:hover span {
  color: #222 !important;
}


.faq .accordion .item {
  margin-bottom: 30px;
}
.faq .accordion .title {
  padding: 15px 30px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}
.faq .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 16px;
  right: 20px;
  color:#000000;
}
.faq .accordion .title h6 {
  font-size: 14px;
  font-weight: 600;
  color:#000000;
}


.faq .accordion .hpay {
  padding: 15px 30px;
  background: #FFFFFF !important;
  cursor: pointer;
  position: relative;
  border: 1px solid #333;
  border-radius: 8px;
}

.faq .accordion .hpicon {
  color: #af1512;
  font-size: 22px;
  width: 24px;
  height: 24px;
}



.faq .accordion .accordion-info {
  padding: 30px 10px;
  /*background: #fafafa;*/
  display: none;
  font-size: 14px;
  width: 100%;
}
.faq .accordion .accordion-info p {
  font-size: 16px;
}
.faq .accordion .accordion-info mark {
    background-color: yellow;
    color: black;
}
.faq .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.faq .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}

.faq .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}
.faq .accordion .accordion-info .spac ul {
  padding-left: 30px;
}
.faq .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.faq .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}
.faq .accordion ul li {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.faq .accordion ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion ul li i {
  color: #191c2d;
  font-size: 10px;
  margin-right: 10px;
}
.faq .accordion .active {
  display: block;
}
.faq .accordion .active .title {
  color: #000000;
  /*background: #f4f4f4;*/
}
.faq .accordion .active .title:after {
  content: '\f068';
}


#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
    display: inline-block;
    border:1px solid #f1f1f1;
    margin:20px 40px;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-top:15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 45%;
    left: 45%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px;
}


/* ----------------------------------------------------------------
	   [ End Spacial Pages ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 17 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 5120px) {

  .header .background {
    min-height: 40vh;
  }
  #featured{
    width:100% !important;
  }
  .mbtext{
    width:44%;
    margin-top:-450px;
  }
  .pages {
    min-height: 4vh;
  }
}

@media only screen and (min-width: 2500px) and (max-width: 5119px)  {
  .header .background {
    min-height: 80vh;
  }
  #featured{
    width:100% !important;
  }
  .mbtext{
    width:38%;
    margin-top:-450px;
  }
  .pages {
    min-height: 9vh;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 2499px)  {

  .header .background {
    min-height: 100vh;
  }
  .mbtext{
    width:34%;
    margin-top:-450px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1499px)  {

  .header .background {
    min-height: 100vh;
  }
  /*.mbtext{
    background-color: #a47a11;
    margin:5px;
    position: absolute;
    z-index:9;
    width:30%;
    height: 50px;
    margin-top:-430px;
  }*/
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .header .background {
    min-height: 60vh !important;
  }
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 200px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #FFF;
    text-align: center;
    padding: 10px 15px;
    /*border-radius:30px;*/
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .navbar .logo {
    margin-left: 15px;
    width: 150px;
  }

  .nav-scroll .navbar-collapse .nav-link, .light .navbar-collapse .nav-link {
    color: #000 !important;
  }
  .nav-scroll .navbar-collapse .active, .light .navbar-collapse .active {
    color: #000 !important;
  }

  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #f1f1f1;
    text-align: center;
    color: #eee;
  }
  .#af1512 .dropdown-item {
    color: #eee;
  }
  .navbar-toggler{
    background-color: #af1512 !important;
    margin-right:20px;
  }

  .dropdown-menu.show {
    display: block;
    min-width: 14rem;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }
  .header .caption p {
    padding: 0;
  }

  .banner .content h3 {
    font-size: 20px;
  }

  .banner .content .item .icon {
    float: none;
    margin-bottom: 30px;
  }

  .banner .content .item .cont {
    margin-left: 0;
  }

  .process h4 {
    font-size: 25px;
  }

  .process .padding {
    padding: 10px;
  }

  .process {
    padding-bottom: 30px;
  }

  .blog .item {
    margin-bottom: 30px !important;
  }

  .blog .clients {
    margin-top: 70px;
    padding-top: 20px;
  }

  .blog .clients .brand {
    padding: 30px 30px 0;
  }

  .blogs {
    padding-bottom: 90px;
  }

  .about.half .item {
    text-align: center;
  }

  .about.half .item .icon {
    float: none;
    margin-bottom: 30px;
  }

  .about.half .item h6, .about.half .item p {
    margin-left: 0;
  }
  .mbtext{
	  width:41%;
    margin-top:-300px;
	}
  .pages {
    min-height:10vh;
  }

  /*.mbdescription{
    margin-top:120px;
  }*/
}
@media screen and (max-width: 767px) {
  .service .item {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
  }
  .service .item .fs1 {
    order: 2;
  }
  .service .item .fs2 {
    order: 1;
  }

  .header .background {
    min-height: 60vh !important;
  }
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .bgimg-height-sm {
    height: 400px;
    border-radius: 0 !important;
  }

  .box-padding {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-head h4 {
    font-size: 32px;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .process .item img {
    display: none;
  }

  .posts .item .ntpr-post .all-post {
    margin: 15px 0;
  }

  .page-contact {
    padding-bottom: 100px;
  }

  .page-contact-info {
    margin-bottom: 90px;
  }
  .page-contact-info .item {
    margin-bottom: 10px;
    text-align: center;
  }
  .navbar-toggler{
		background-color: #af1512 !important;
	}
  .mbtext{
	  width:48%;
    margin-top:-48%;
	}
  /*.mbdescription{
    margin-top:120px;
  }*/
  .pages {
    min-height:15vh;
  }

}
@media screen and (max-width: 480px) {
  .header .background {
    min-height: 60vh !important;
  }
  .section-padding{
  	padding: 40px 0;
  }
  .section-padding-top{
    padding-top:60px;
  }
  .section-padding-yeni {
    padding: 40px 0 100px 0;
  }
  .section-head{
    margin-bottom:30px;
  }
  .bgimg-height-sm {
    height: 300px;
    border-radius: 0 !important;
  }
  /*.about .top{
    margin-top:10px;
  }*/
  .header .caption h1 {
    font-size: 25px;
  }
  .header .caption p {
    display: none;
  }
  .header .caption .butn {
    padding: 10px 25px;
    margin-top: 15px !important;
  }

  .pages {
    min-height:15vh;
    text-align: center;
  }

  .pages h5, .pages h6 {
    float: none;
    margin: 15px 0;
  }

  .about .intro h4 {
    font-size: 22px;
  }

  .works .filtering span {
    margin-bottom: 10px;
    padding: 8px 15px;
  }

  .blog .clients .brand {
    padding: 30px 60px 0;
  }

  .owl-theme .owl-nav{display: none;}
  .navbar-toggler{
		background-color: #af1512 !important;
	}
  .mbtext{
	  width:77%;
    margin-top:-58%;
	}
  .item-icerik{text-align: center;}
  /*.mbdescription{
    margin-top:120px;
  }*/
  #thumbs li {
      margin:0;
  }

  .navbar .logo {
    width: 80px !important;
  }
}
@media only screen and (max-width: 414px) {
  .faq .accordion .accordion-info {
    width:100%; /*310px;*/
    font-size:13px !important;
    padding: 10px !important;
  }
  .navbar-toggler{
		background-color: #af1512 !important;
	}
  .mbtext{
	  width:77%;
	  margin-top:-58%;
	}
  .item-icerik{text-align: center;}
  /*.mbdescription{
    margin-top:120px;
  }*/
  #thumbs li {
      margin:0;
  }
  .navbar .logo {
    width: 80px !important;
  }
}
@media only screen and (max-width: 280px) {
  .faq .accordion .accordion-info {
    width:100%; /*310px;*/
    font-size:12px !important;
    padding: 10px !important;
  }
  .navbar-toggler{
    background-color: #af1512 !important;
  }
  .mbtext{
    width: 99%;
    margin-top:-610px;
  }
  .item-icerik{text-align: center;}
  /*.mbdescription{
    margin-top:70px;
  }*/
  #thumbs li {
      margin:0;
  }
  .navbar .logo {
    width: 80px !important;
  }
}
/*# sourceMappingURL=style.css.map */
