/* 1.1 General */



@import url('bootstrap.min.css');
@import url('bootsnav.css');
@import url('all.min.css');
@import url('hover.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color:#212121;
  overflow-x:hidden;
  padding-right: 0!important;
}

p{
  font-weight: 400;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #f80759;
}

::selection{
  background-color:#f80759;
  color:#fff;
}

-webkit-::selection{
    background-color:#f80759;
    color:#fff;
}

::-moz-selection{
    background-color:#f80759;
    color:#fff;
}



/* 1.2 Loader */
.maria-section-title.text-left {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.maria-section-title h5 {
    color: #161617;
    font-size: 16px;
    
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 16px 38px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.about-us-area.style-two .maria-section-title h5 {
    color: #cecece;
    margin: 0 0 16px 0px;
}

.team-area.style-two .maria-section-title h5 {
    font-size: 18px;
    margin: 0 0 16px 0px;
    color: #cecece;
}

.counter-area.style-two .maria-section-title h5{
    font-size: 18px;
    
    letter-spacing: 0px;
    margin: 0 0 16px 0px;
    color: #cecece;
}

.maria-section-title h5::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    background: url(../images/resource/section-logo.png);
    left: -39px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}

.maria-section-title.text-left h1 {
    position: absolute;
    left: 69px;
    top: -117px;
    font-size: 200px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eceded;
    transform: translateX(-50%);
    z-index: -1;
}

.maria-section-title h3{
    font-size: 46px;
    margin-bottom: 0px;
   
    margin-top: 0;
    line-height: 1.3;
    font-weight: 700;
    color: #161617;
}

.about-us-area.style-two .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.counter-area.style-two .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.work-area .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 18px 0px;
}

.team-area.style-two .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.maria-section-title h2{
    font-size: 46px;
    margin-bottom: 0px;
    
    margin-top: 0;
    line-height: 1.3;
    font-weight: 700;
    color: #161617;
}

.about-us-area.style-two .maria-section-title h2{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.maria-section-title p {
    color: #727272;
    font-size: 16px;
    width: 63%;
    margin: 15px 0 12px;
}

.team-area.style-two .maria-section-title.text-center p {
    font-size: 16px;
    color: #fff;
    margin: 0 auto 60px;
    width: 50%;
}

.work-area .maria-section-title p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    width: 51%;
    margin: 0 auto 0;
}
.about-button a {
    display: inline-block;
    background: transparent;
    border: 1px solid#161617;
    color: #161617;
    padding: 14px 38px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    text-transform: none;
    border-radius: 0;
    font-family: 'Poppins';
    letter-spacing: 4px;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
}


.about-button a::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.about-button a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.about-button a:hover::before {
    width: 100%;
}

.about-button a:hover{
    color: #fff;
}

.about-button {
    margin-top: 24px;
}
.blog-area {
    padding: 95px 0 65px;
}
.blog-area.style-two .blog-text p {
    margin: 16px 0 13px;
    color: #727272;
    width: 80%;
}
.blog-area.style-two {
    padding: 100px 0 130px;
    background: #F6F6F6;
}
.blog-area.style-two .single-blog:hover{
    -webkit-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    border-color: transparent;
}

.blog-area.style-two .blog-content {
    overflow: hidden;
    padding: 28px 36px 28px;
}
.blog-area.style-two .maria-blog-meta-left a, .maria-blog-meta-left span {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 24px;
    color: #616161;
    position: relative;
    font-weight: 500;
    transition: 0.5s;
}
.blog-area.style-two .maria-blog-meta-left a::before {
    content: "";
    background: #616161;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -15px;
    top: 5px;
}
.row.blog-box {
    margin-top: 35px;
}
.details-thumb img {
    width: 100%;
}
.blog-details-content {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgba(0,0,0,.08);
    border-radius: 0 0 10px 10px;
    background: #fff;
    margin-bottom: 40px;
}
.blog-details-content-text p, .blog-details-content-text-inner p {
    margin-bottom: 21px;
}

.single-blog-thumb img {
    width: 100%;
}

.widget-sidebar-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
h4.sidebar-title.upp {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

h4.sidebar-title.upp::before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}

h4.sidebar-title.upp::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #2871FE;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.sidebar-title.upp h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 10px;
    padding-bottom: 35px;
    text-transform: capitalize;
    border-bottom: 1px solid #1f1f1f21;
    position: relative;
}

.sidebar-title.upp h3::before {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}

.sidebar-title.upp h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #2871FE;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.cate-item-one {
    border-top: 1px solid #E8E8E8;
    padding: 16px 0;
}

.cate-item {
    border-top: 1px solid #E8E8E8;
    padding: 16px 0;
}

.cate-item-two {
    border-top: 1px solid #E8E8E8;
    padding: 16px 0 16px;
}
.cloud-tag li {
    display: inline-block;
    margin: 10px;
}

.cloud-tag li a {
    padding: 10px 22px;
    border: 1px solid#232323;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #232323;
}

.cloud-tag li a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #0c5adb;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}

.cloud-tag li a:hover{
    color:#fff;
}

.cloud-tag li a:hover::before { 
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.single-blog-thumb img {
    width: 100%;
}

.blog-details-content-text-inner2 p {
    margin: 16px 0 21px;
}

.blog-area.style-two .maria-blog-meta-left span::before {
   display: none;
}

.blog-area.style-two .maria-blog-meta-left p {
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    color: #616161;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}

.about-box-title h2 {
    font-size: 16px;
    color: #161617;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    margin: 0;
}

.about-us-area.style-two .about-box-title h2{
    color: #fff;
}
section.potfolio-details-section {
    padding: 120px 0;
    background: #f8f8f8;
}
.about-box {
    display: flex;
    margin: 0 0 11px;
}
.about-box-icon {
    margin-right: 20px;
}

.about-box-icon i{
    color: #161617;
    font-size: 13px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border: 1px solid #161617;
    border-radius: 100%;
}

.about-us-area.style-two .about-box-icon i{
    color: #fff;
    border: 1px solid #fff;
}
.brand-area.style-there {
    background-color: #C7CCCF26;
}

.brand-area.style-there {
    background-color: #C7CCCF26;
    padding: 95px 0 100px;
}
.team-area.style-there {
    background-color: #C7CCCF26;
}

.team-area.style-there .maria-section-title.text-center {
    margin-bottom: 63px;
}
.curencyp {
    font-size: 23px !important;
    position: relative;
    top: -18px;
    font-weight: 600;
    color: #161617;
}
.pricing-description p {
    color: #999999;
    margin: 0 0 0;
    text-align: center;
}
.featur {
    border-top: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 0;
}

.featur ul {
    padding: 20px 0 0;
}

.featur ul li {
    display: block;
    font-size: 15px;
    padding: 7px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
   
    color: #999999;
}

.featur ul li i {
    color: #fff;
    font-size: 10px;
    margin-right: 17px;
    position: relative;
    z-index: 1;
}

.featur ul li i:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    line-height: 22px;
    background: #6B6B6D;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
    left: -6px;
    z-index: -1;
    top: -6px;
}
.single_pricing.active .pricing_title h3, 
.single_pricing:hover .pricing_title h3 {
    color: #fff !important;
}
.pricing_title {
    text-align: center;
}

.pricing_title h3 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 24px;
    padding-bottom: 9px;
    font-weight: 600;
    color: #161617;
    font-family: 'Poppins';
}
span.tk {
    font-size: 42px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #161617;
    margin: 12px 9px 0 0;
    display: inline-block;
}


.pricing-area.style-there {
    background-color: #C7CCCF26;
    padding: 115px 0 105px;
}
.pricing-area {
    padding: 95px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.single_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    text-align: left;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    border: 1px solid#2A2A2C;
    padding: 0 43px 16px;
}

.single_pricing:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .4s;
    background: #2A2A2C;
    z-index: -1;
}

/*all hover*/
.single_pricing.active:before,
.single_pricing:hover:before{
	width: 100%;
	left: 0;
}

.single_pricing.active,
.single_pricing:hover {
    transform: translate3d(0,-5px,0);
}

.single_pricing.active .pricing_title h3, 
.single_pricing:hover .pricing_title h3 {
    color: #fff !important;
}

.single_pricing.active .curencyp,
.single_pricing:hover .curencyp{
    color: #fff !important;
 }

 .single_pricing.active span.tk,
 .single_pricing:hover span.tk{
    color: #fff !important;
 }

 .single_pricing.active .order_now a,
 .single_pricing:hover .order_now a {
    color: #0F0E11;
    background: #fff;
}

.single_pricing.active .order_now a:before,
.single_pricing:hover .order_now a:before{
	background: #0F0E11;
}

.pricing_top_bar {
    padding: 25px 41px 5px;
}

.pricing_head {
    padding: 0 0 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing_title {
    text-align: center;
}

.pricing_title h3 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 24px;
    padding-bottom: 9px;
    font-weight: 600;
    color: #161617;
    font-family: 'Poppins';
}

.pricing-description p {
    color: #999999;
    margin: 0 0 0;
    text-align: center;
}

.price_item {
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 17px;
    margin-top: 15px;
}

.price_item_inner_center {
    text-align: center;
}


.portfolio-strategy-title h2 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    color: #232323;
    font-weight: 400;
    margin: 0 0 20px;
}
.portfolio-strategy-desc p {
    margin: 0;
}
.portfolio-strategy {
    margin: 10px 0 120px;
    padding: 50px 60px;
    background: #fff;
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
}

.portfolio-strategy-title h2 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    color: #232323;
    font-weight: 400;
    margin: 0 0 20px;
}

.portfolio-strategy-desc p {
    margin: 0;
}
.maria-section-title.text-left {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.maria-section-title h5 {
    color: #161617;
    font-size: 16px;
    
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 16px 38px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.about-us-area.style-two .maria-section-title h5 {
    color: #cecece;
    margin: 0 0 16px 0px;
}

.team-area.style-two .maria-section-title h5 {
    font-size: 18px;
    margin: 0 0 16px 0px;
    color: #cecece;
}

.counter-area.style-two .maria-section-title h5{
    font-size: 18px;
    
    letter-spacing: 0px;
    margin: 0 0 16px 0px;
    color: #cecece;
}

.maria-section-title h5::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    background: url(../images/resource/section-logo.png);
    left: -39px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}

.maria-section-title.text-left h1 {
    position: absolute;
    left: 69px;
    top: -117px;
    font-size: 200px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eceded;
    transform: translateX(-50%);
    z-index: -1;
}

.maria-section-title h3{
    font-size: 46px;
    margin-bottom: 0px;
   
    margin-top: 0;
    line-height: 1.3;
    font-weight: 700;
    color: #161617;
}

.about-us-area.style-two .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.counter-area.style-two .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.work-area .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 18px 0px;
}

.team-area.style-two .maria-section-title h3{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.maria-section-title h2{
    font-size: 46px;
    margin-bottom: 0px;
    
    margin-top: 0;
    line-height: 1.3;
    font-weight: 700;
    color: #161617;
}

.about-us-area.style-two .maria-section-title h2{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.maria-section-title p {
    color: #727272;
    font-size: 16px;
    width: 63%;
    margin: 15px 0 12px;
}

.team-area.style-two .maria-section-title.text-center p {
    font-size: 16px;
    color: #fff;
    margin: 0 auto 60px;
    width: 50%;
}

.work-area .maria-section-title p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    width: 51%;
    margin: 0 auto 0;
}
.portfolio-info-thumb {
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
}

.portfolio-info-thumb img {
    width: 100%;
}
.portfolio-info-title h2 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 40px;
    color: #232323;
    font-weight: 400;
    margin: 0;
}
.portfolio-info-details {
    margin-top: 26px;
}

.portfolio-info-details h6 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #232323;
    font-weight: 400;
}

.portfolio-info-details span {
    font-weight: 300;
    font-size: 18px;
}



.portfolio-thumb img {
    width: 100%;
}
.single-portfolio {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
}

.single-portfolio::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    bottom: 0;
    right: 0;
    background: rgba(79,80,82,0.90);
    opacity: .8;
    transition: .5s;
}

/*all hover*/
.single-portfolio:hover::before{
	height:100%;
	left:0;
}

 .single-portfolio:hover .portfolio-case-title h2{
	opacity:1;
    transform: translateY(-60%);
}

.single-portfolio:hover .portfolio-case-title h2 a{
    color: #fff;
}
.portfolio-content-inner {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    margin: auto;
    text-align: center;
}
.single-portfolio:hover .portfolio-case-title h2 a{
    color: #fff;
}
.portfolio-case-title h2 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Oswald';
    font-weight: 500;
    opacity: 0;
}

.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#212121;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.loader-brand img{
  max-width: 90%;
}



/* 1.3 Typography */

h1,h2,h3,h4,h5,h6{font-family: "Oswald", sans-serif;}

h1,
.h1{ 
  font-size: 60px;
  letter-spacing: 0.1em;
  text-transform: none;
  line-height: 1.3;
  font-weight: 700;
  margin:0;
}

h2,
.h2{ 
  position: relative;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: none;
  font-weight: 700;
  color: #212121;
}

h3,
.h3{
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
  color:#212121;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4{
  font-size: 18px;
  line-height:1.4;
  font-weight: 700;
  color:#212121;
  letter-spacing: 0.05em;
  text-transform: none;
}

h4 a,
.h4 a{
  color: inherit;
}

h4 a:hover,
.h4 a:hover{
  color:#f80759;
  text-decoration:none;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
  list-style: none;
  padding-left: 0;
}

blockquote{
  margin:40px 0;
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  border-left-color:#f80759;
  font-size: inherit;
  line-height: 1.7;
  color: #6B6B6B;
}

a {
  color:#f80759;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

a:hover,
a:focus {
  color:#f80759;
  outline: none;
  text-decoration: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */



.form-control,
textarea.form-control{
  height: 54px;
  color: #9F9F9F;
  border-radius:0;
  padding-left: 22px;
  text-transform: none;
  color: #212121;
  background-color: transparent;
  border:2px solid #212121;
  letter-spacing: 0.1em;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control-sm,
textarea.form-control-sm{
  font-size:11px;
  letter-spacing: 0.1em;
  height: 40px;
  padding: 13px 13px 13px;
  color: #fff;
  border-radius:0;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  border:2px solid #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control-white,
textarea.form-control-white{
  border-color: #fff;
  color: #fff;
}

.form-control:focus,
.form-control-sm:focus {
  border-color:#f80759;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

textarea.form-control{
  height: 188px;
  padding-top: 14px;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #212121;
}

.form-control::-webkit-input-placeholder {
  color: #212121;
}

.form-control-white::-moz-placeholder{
  opacity: 1;
  color: #fff;
}

.form-control-white::-ms-input-placeholder {
  color: #fff;
}

.form-control-white::-webkit-input-placeholder {
  color: #fff;
}

.form-control-sm::-moz-placeholder{
  color: #fff;
}

.form-control-sm::-ms-input-placeholder {
  color: #fff;
}

.form-control-sm::-webkit-input-placeholder {
  color: #fff;
}

.form-control.error,
.form-control-sm.error{
  border-color:#f80759;
}

.form-group{
  margin-bottom: 40px;
}

.form-group-sm{
  margin-bottom: 15px;
}

.col-form{
  margin-top: 40px;
}

.row-form{
  margin-top: -40px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.mc-label,
label.error{
  display: block;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.1em;
  margin:10px 20px 0;
}

label.mc-label{
  margin:10px 13px 0;
}

label.mc-label .fa{
  color: #f80759;
}


/* 1.5 Buttons */



.btn{
  position: relative;
  display: inline-block;
  border:2px solid #f80759;
  padding:13px 45px 12px;
  text-decoration: none;
  font-size: 13px;
  color:#fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 0;
  text-transform: none;
  background-color: #f80759;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.btn-round{
  border-radius: 25px;
}

.btn-sm{
  padding: 8px 30px 7px;
  font-size: 11px;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#f80759;
  background-color: transparent;
}

.btn-light{
  background-color: #f0f5f9;
  border-color:#f0f5f9; 
  color: #212121;
}

.btn-light:hover,
.btn-light:focus{
  color:#fff;
  background-color: #f80759;
}

.btn-white{
  color: #212121;
  background-color:#fff;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus{
  color:#fff;
  background-color: #f80759;
  border-color: #f80759;
}

.btn-b-white{
  border:2px solid #fff;
  background-color:transparent;
}

.btn-b-white:hover,
.btn-b-white:focus,
.btn-hvr-white:hover,
.btn-hvr-white:focus{
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}

.btn-b-dark{
  color: #212121;
  border:2px solid #212121;
  background-color:transparent;
}

.btn-b-dark:hover,
.btn-b-dark:focus{
  color:#fff;
  background-color: #f80759;
}



/* 1.6 Icons */



.icon-circle,
.icon-circle-white{
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border:2px solid #f80759;
}

.icon-circle .fa,
.icon-circle-white .fa{
  font-size:40px;
  color:#f80759;
  vertical-align: middle;
}

.icon-circle-white{
    border-color: #fff;
}

.icon-circle-white .fa{
    color: #fff;
}

.icon-circle-2{
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background:#f80759;
}

.icon-circle-2 .fa{
  font-size:30px;
  color:#fff;
  vertical-align: middle;
}

.icon-circle-3{
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  border:2px solid #fff;
}

.icon-circle-3 .fa{
  font-size:30px;
  color:#fff;
  vertical-align: middle;
}

.icon-circle-3.dark{
  border-color: #212121;
}

.icon-circle-3.dark .fa{
  color: #212121;
}

.fa{
  display: inline-block;
  color: inherit;
}

a.fa:hover,
a.fa:focus{
  text-decoration: none;
}


/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-primary{
  color:#f80759;
}



/* 1.8 Backgrouns */



.bgc-light{
  background-color:#f0f5f9;
}

.bgc-primary{
  background-color:#f80759;
}



/* 1.9 Content styles */



.layout{
  overflow: hidden;
}

.section{
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-title{
  margin:0 0 15px 0;
}

.section-content{
  margin-top: 120px;
}

.spacer,
.spacer-white{
  position: relative;
  width: 50px;
  height: 1px;
  background-color: #f80759;
  margin:20px auto 20px;
}

.spacer .line,
.spacer-white .line{
  position: absolute;
  line-height: 1;
  left: 0;
  width: 100%;
  top:-9px;
}

.spacer .dot,
.spacer-white .dot{
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f80759;
}

.spacer-white{
  background-color: #fff;
}

.spacer-white .dot{
  background-color: #fff;
}

header .spacer{
  margin-bottom: 0;
}

header .spacer + *{
  margin-top: 20px;
}

.bg-left-fluid{
  position: absolute;
  padding: 0;
  left:0;
  top:0;
  bottom: 0;
  overflow: hidden;
}

.bg-right-fluid{
  position: absolute;
  padding: 0;
  right:0;
  top:0;
  bottom: 0;
  overflow: hidden;
}

.row-base{
  margin-top: -30px;
}

.col-base{
  margin-top: 30px;
}

.row-columns{
  margin-top: -50px;
}

.column{
  margin-top: 50px;
}


/* 1.10 Helpers */



.masked{
  position: relative;
}

.masked:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(14,14,14,0.65);
}

.rel-1{
  position: relative;
  z-index:1;
}

.pt-0{
  padding-top: 0;
}

.pb-0{
  padding-bottom: 0;
}

.parallax{
  background-attachment: fixed!important;
}

.mobile .parallax{
  background-attachment: scroll!important;
}

/*=============================================
              		Header
=============================================*/

.navbar-nav {
  float: right;
  margin: 0;
  padding: 0 10px;
}


nav.navbar.bootsnav.navbar-transparent .logo {
position: relative;
  z-index: 110;
display: table;
  height: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.logo img {
  max-height: 100px;
-webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
}

nav .logo > a {
display: table-cell;
  vertical-align: middle;
}

.navbar-scrollspy .logo img {
text-align:center;
margin: 0 auto;
}

nav.bootsnav.navbar-sidebar ul.nav {
margin: 0 0 30px 0;
}

/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main-about{
  background: url(../img/bg/main-about.jpg) center 0 no-repeat;
  background-size:cover;
}

.main-about2{
  background: url(../img/bg/main-about2.jpg) center 0 no-repeat;
  background-size:cover;
}

.opener{
  color:#fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 200px 0 150px;
}

.opener h2{
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.4em;
  margin: 0;
  font-weight:600;
}

.rev_slider{
  color: #fff;
  min-height: 420px;
  background-color: #212121;
}

.tp-caption{
  text-align: center;
}

.main .btn{
  padding-left: 30px;
  padding-right: 30px;
}

.ares.tparrows{
  min-width: 50px;
  min-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255,255,255,0.9);
}

.ares.tparrows.tp-leftarrow{
  margin-left: 40px;
}

.ares.tparrows.tp-rightarrow{
  margin-right: 40px;
}

.ares.tparrows.tp-leftarrow:before,
.ares.tparrows.tp-rightarrow:before{
  font-family: 'FontAwesome';
  line-height: 50px;
  color:#f80759;
}  

.ares.tparrows.tp-leftarrow:before{
  content: "\f104";
}

.ares.tparrows.tp-rightarrow:before{
  content: "\f105";
}

.ares.tparrows:hover{
  background-color: rgba(14,14,14,0.9);
}

.ares.tparrows:hover .ares.tparrows.tp-leftarrow:before, 
.ares.tparrows:hover .ares.tparrows.tp-rightarrow:before{
  color: #fff;
}

.scroll-bottom{
  display:inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f80759;
}

.scroll-bottom .fa{
  position: relative;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}

.scroll-bottom:hover{
  background-color: #fff;
}

.scroll-bottom:hover .fa{
  color:#f80759;
}


/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.partners{
  overflow: hidden;
}

.bg-about-1{
  background:url(../img/bg/about1.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-2{
  background:url(../img/bg/about2.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-3{
  background:url(../img/bg/about3.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-4{
  background:url(../img/bg/about4.jpg) center no-repeat;
  background-size: cover;
}

.bg-about-5{
  background:url(../img/bg/about5.jpg) center no-repeat;
  background-size: cover;
}

.row-about{
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.col-about-margin{
  margin-top: 70px;
}

.img-frame{
  display: inline-block;
  position: relative;
}

.img-frame:after{
  content:'';
  position: absolute;
  left:-15px;
  top:-15px;
  bottom: 15px;
  right: 15px;
  border:5px solid #f0f5f9;
}

.img-frame img{
  position: relative;
  z-index: 1;
}

.about-title{
  margin-top:0;
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0.05em;
}

.col-about-content{
  margin-top: 45px;
}

.progress-bar-title{
  margin-bottom: 3px;
}

.progress-bar-title,
.progress-bar{
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: none;
}

.progress{
  height: 10px;
  margin-bottom: 25px;
  box-shadow: none;
  background:none;
  border-radius: 0;
  overflow: visible;
}

.progress-bar{
  position: relative;
  border-radius: 4px;
  background-color: #f80759;
  box-shadow: none;
  color: inherit;
  width: 20%;
}

.progress-bar span{
  position: absolute;
  top: -30px;
  right: 0px;
}

.statistic{
  text-align: center;
  padding:80px 0;
}

.counter-value{
  font-size:60px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
}

.counter-details{
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  text-transform: none;
  font-weight: 500;
}

.panel-group{
  margin-bottom: 0;
}

.panel-group .panel+.panel{
  margin-top: 15px;
}

.panel{
  background-color: transparent;
  border:0;
}

.panel-heading{
  background-color: #f80759;
  border-radius: 0;
  padding: 0;
}

.panel-title{
  text-transform: none;
  color:#fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.panel-title a{
  color:#fff;
  position: relative;
  display: block;
  padding: 14px 50px 12px 20px;
}

.panel-title a:hover{
  color:#fff;
  text-decoration: none;
}

.panel-title a:before {
  position: absolute;
  top: 13px;
  right: 20px;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  content: "+";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-title a[aria-expanded="true"]:before {
  content: "-";
}

.panel-group .panel-heading+.panel-collapse>.panel-body, 
.panel-group .panel-heading+.panel-collapse>.list-group{
  border:2px solid #f80759;
}

.panel-body{
  margin-top: 15px;
  padding: 20px;
  border:2px solid #f80759;
}

.panel-body-title{
  font-size: 14px;
  color:#f80759;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 500;
  margin-top:12px;
}

.partner{
  margin:0 15px;
  padding: 20px 25px;
  border:2px solid #f7f7f7;
}

.partner img{
  max-width: 100%;
}

.image-section h2{
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 25px;
}

.image-section .btn{
  margin-top: 15px;
}

.banner-section{
  padding: 50px 0;
}

.banner-section h2{
  font-size:22px;
  letter-spacing: 0.05em;
  margin:10px 0 0;
}

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



/* 4.1 Services */



.main-services{
  background: url(../img/bg/main-services.jpg) center 0 no-repeat;
  background-size:cover;
}

.service-column p {
  margin-bottom: 0;
}

.entry{
  font-size:20px;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.border-column{
  padding: 40px;
  background: #f80759;
  border-radius: 20px;
  color: #fff;
}

.border-column .entry{
  color: #fff;
}



/* ------------------------------------------------------------------------------- */
/*  5. Portfolio
/* ------------------------------------------------------------------------------- */



.main-portfolio{
  background: url(../img/bg/main-portfolio.jpg) center 0 no-repeat;
  background-size:cover;
}

.main-portfolio2{
  background: url(../img/bg/main-portfolio2.jpg) center 0 no-repeat;
  background-size:cover;
}

.main-portfolio3{
  background: url(../img/bg/main-portfolio3.jpg) center 0 no-repeat;
  background-size:cover;
}

.filter{
  margin:50px 0 0 0;
  text-transform: none;
  font-size:12px;
  letter-spacing: 0.1em;
}

.filter li{
  display: inline-block;
  margin: 20px 10px 0;
}

.filter li a{
  display: block;
  color: inherit;
  padding:8px 18px;
  border:2px solid #f0f5f9;
}

.filter li a:hover,
.filter .active a{
  border-color: #f80759;
  background-color: #f80759;
  text-decoration:none;
  color: #fff;
}

.filter-top{
  margin-top: -20px;
}

.isotope-padding{
  margin:0 15px;
}

.isotope-padding .isotope-item{
  padding: 15px;
}

.isotope .isotope-item{
  width: 100%;
}

.isotope .isotope-item.w2{
  width: 100%;
}

.isotope.col-2 .isotope-item{
  width: 100%;
}

.isotope.col-3 .isotope-item{
  width: 100%;
}

.showcase-item{
  color: #fff;
}

.showcase-item-thumbnail img{
  display: block;
  width: 100%;
}

.showcase-item-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor:url(../img/zoom-in.cur), zoom-in;
}

.isotope-padding .showcase-item-hover{
  top:15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.showcase-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248,7,89,0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform:translateY(-50%) scale(0);
  -ms-transform:translateY(-50%) scale(0);
  transform:translateY(-50%) scale(0);
  -webkit-transition: transform  0.3s;
  -ms-transition: transform  0.3s;
  transition: transform  0.3s;
}

.showcase-item-category{
  font-size:20px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0.1em;
}

.showcase-item-title{
  font-size:25px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.showcase-item:hover .showcase-item-hover {
  opacity: 1;
}

.showcase-item:hover .showcase-item-hover:after{
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.showcase-item:hover .showcase-item-info{
  -webkit-transform:translateY(-50%) scale(1);
  -ms-transform:translateY(-50%) scale(1);
  transform:translateY(-50%) scale(1);
}
    




/* 5.1 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 250px;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  padding-right: 40px;
  font-size: 18px;
  margin-top: 3px;
  text-transform: none;
  letter-spacing: 0.1em;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #212121;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Team
/* ------------------------------------------------------------------------------- */



.team-profile{
  position: relative;
  overflow: hidden;
}

.team-profile-img img{
  width: 100%;
}

.team-profile-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top:12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-profile-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248,7,89,0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-profile-info{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform:translateY(-50%) scale(0);
  -ms-transform:translateY(-50%) scale(0);
  transform:translateY(-50%) scale(0);
  -webkit-transition: transform  0.3s;
  -ms-transition: transform  0.3s;
  transition: transform  0.3s;
}

.team-profile-social{
  position:relative;
  top:-30px;
  opacity: 0;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  margin-bottom: 50px;
}

.team-profile-social a{
  display: inline-block;
  vertical-align: middle;
  margin:0 10px;
  font-size: 25px;
  color: #ffffff;
}

.team-profile-social a:hover{
  color: #212121;
}

.team-profile-name{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0.1em;
}

.team-profile-spec{
  font-size:13px;
  line-height: 1.6;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #212121;
}

.team-profile-descr{
  position:relative;
  top:90px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.team-profile:hover .team-profile-hover {
  opacity: 1;
}

.team-profile:hover .team-profile-hover:after{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.team-profile:hover .team-profile-info{
  -webkit-transform:translateY(-50%) scale(1);
  -ms-transform:translateY(-50%) scale(1);
  transform:translateY(-50%) scale(1);
}

.team-profile:hover .team-profile-social{
  opacity: 1;
  top:0;
}

.team-profile:hover .team-profile-descr{
  opacity: 1;
  top:0;
}



/* ------------------------------------------------------------------------------- */
/*  7. Features
/* ------------------------------------------------------------------------------- */



.main-features{
  background: url(../img/bg/main-features.jpg) center 0 no-repeat;
  background-size:cover;
}

.icon-title{
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.1em;
  margin:0 0 15px;
}

.feature-column .icon-title{
  margin-top: 25px;
}

.icon-feature{
  font-size: 35px;
}

.col-feature p{
  margin-bottom: 0;
}

.feature-box{
  margin-top:30px;
  padding: 30px 20px 25px;
  border:2px solid #f0f5f9;
}

.feature-descr{
  font-size:13px;
  margin-bottom: 0;
}



/* ------------------------------------------------------------------------------- */
/*  8. Reviews
/* ------------------------------------------------------------------------------- */



.reviews{
  background:url(../img/bg/reviews.jpg) center 0 no-repeat;
  background-size: cover;
}

.reviews-2{
  padding-top: 0;
}

.review-name{
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.1em;
  margin-top: 35px;
}

.review-spec{
  font-size:14px;
  text-transform: none;
  letter-spacing: 0.1em;
  color:#f80759;
  font-weight: 400;
  margin:0;
}

.review-description{
  margin-top: 30px;
}

.review-carousel-2 .review{
  position: relative;
  margin:0 15px;
  padding:0 50px 40px;
}

.review-carousel-2 .review:before{
  content:'';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top:50px;
  bottom:0;
  border:2px solid #f0f5f9;
}

.review-carousel-2 .owl-controls .owl-pagination{
  margin-top: 80px;
}

.review-carousel-3 .col-review-text{
  margin-top: 50px;
  padding: 50px;
  border:2px solid #eff4f8;
}

.review-carousel-3 .review-name{
  margin-top: 0;
}



/* 8.1 Owl carousel */



.owl-controls .owl-pagination{
  text-align: center;
  margin-top: 35px;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 4px;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #f80759;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#f80759;
}

.dots-white .owl-controls .owl-page span{
  border-color: #fff;
}

.dots-white .owl-controls .owl-page.active span, 
.dots-white  .owl-controls .owl-page:hover span{
  background-color:#fff;

}



/* ------------------------------------------------------------------------------- */
/*  9. Prices
/* ------------------------------------------------------------------------------- */



.col-price{
  max-width: 100%;
  width: 350px;
  display:inline-block;
  position: relative;
  padding: 7px;
  text-align: center;
}

.price-box{
  position: relative;
  border:2px solid #f0f5f9;
}

.price-header{
  padding: 35px 20px;
  line-height: 1;
  color: #000;
  background-color:#f0f5f9;
}

.price-title{
  font-size:18px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.price-amount{
  font-size: 50px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
}

.price-currency{
  display: inline-block;
  vertical-align: top;
  margin:2px 0 0 -10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.price-period{
  margin-top: 2px;
  font-size:14px;
  text-transform: none;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
}

.price-features{
  font-size:12px;
  letter-spacing: 0.1em;
  padding:40px 20px;
}

.price-features ul{
  margin: 0;
}

.price-features ul li{
  position: relative;
  margin:0 0 25px 0;
}

.price-features ul li .fa{
  position: absolute;
  top:3px;
  left: 25px;
  font-size: 14px;
}

.price-features .btn{
  margin-top: 8px;
}

.leading.col-price .price-box{
  border-color:#f80759;
}

.leading.col-price .price-header{
  background-color: #f80759;
  color: #fff;
}

.leading.col-price .price-title{
  color: #fff;
}



/* ------------------------------------------------------------------------------- */
/*  9. Blog
/* ------------------------------------------------------------------------------- */



.main-blog{
  background: url(../img/bg/main-blog.jpg) center 0 no-repeat;
  background-size:cover;
}

.main-blog-details{
  background: url(../img/bg/main-blog-details.jpg) center 0 no-repeat;
  background-size:cover;
}

.blog-article-thumbnail{
  position: relative;
}

.blog-article-thumbnail img{
  width: 100%;
}

.blog-article-thumbnail .date{
  position: absolute;
  z-index: 1;
  right: 0;
  top:0;
  padding:8px 14px;
  background-color: #f80759;
  text-transform: none;
  color: #fff;
  line-height: 1.3;
}

.blog-article-title{
  font-size:18px;
  letter-spacing: 0.1em;
  text-transform: none;
  margin-bottom: 8px;
}

.blog-article-category{
  font-size:16px;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #8a8888;
}

.read-more{
  display: inline-block;
  font-size:12px;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.read-more .fa{
  margin-left: 4px;
}

.blog-article-details .read-more{
  margin-top: 10px;
}

.video-mask{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-mask:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(14,14,14,0.6);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.video-mask .fa{
  position: absolute;
  z-index: 2;
  top:50%;
  left: 50%;
  font-size:50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-carousel .owl-prev, 
.gallery-carousel .owl-next{
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background:#fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gallery-carousel .owl-prev{
  left: 20px;
}

.gallery-carousel .owl-next {
  right: 20px;
}

.gallery-carousel .owl-prev .fa, 
.gallery-carousel .owl-next .fa{
  color: #f80759;
}

.gallery-carousel .owl-prev:hover, 
.gallery-carousel .owl-next:hover{
  background-color:#f80759;
}

.gallery-carousel .owl-prev:hover .fa, 
.gallery-carousel .owl-next:hover .fa{
  color: #fff;
}



/* 10.1 Widget Gallery */



.widget-gallery ul{
  overflow: hidden;
  margin:-11px 0 0 -11px;
}

.widget-gallery ul li{
  float: left;
  margin:11px 0 0 11px;
}

.widget-gallery ul li a{
  display: block;
  position: relative;
}

.gallery-item-hover {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248,7,89,0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.gallery-item-hover .fa{
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size:15px;
}

.widget-gallery ul li a:hover .gallery-item-hover {
  opacity: 1;
}

.widget-gallery ul li a:hover .gallery-item-hover:after {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}



/* 10.2 Post */



.post-header h2{
  font-size:19px;
  margin-top: 25px;
  margin-bottom: 0;
}

.post-meta {
  color: #A0A0A0;
  overflow: hidden;
  padding-bottom: 15px;
}

.post-meta li {
  float: left;
  margin-right: 25px;
}

.post-entry{
  margin-top: 10px;
}

.post-tags{
  margin-top: -15px;
}

.post-tags a{
  display: inline-block;
  padding: 5px 20px;
  margin: 0 12px 15px 0;
  border: 2px solid #f0f5f7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #212121;
  text-transform: none;
}

.post-tags a:hover{
  background: #f80759;
  border-color:#f80759;
  color:#fff;
  text-decoration: none;
}

.post .post-tags{
  margin-top: 40px;
}

.post-controls{
  margin-top: 30px;
  overflow: hidden;
}

.post-share li{
  display: inline-block;
  padding-right: 10px;
  margin:0;
}

.post-controls .post-share{
  float: left;
}

.post-controls .comments-info{
  float: right;
}



/* 10.3 Comments */



.comments-info a{
  color: #9C9C9C;
}

.comments-info a:hover{
  color: #f80759;
  text-decoration: none;
}

.comment-respond{
  margin-top: 70px;
}

.comment-reply-title{
  font-size: 19px;
  margin-bottom: 20px;
}



/* 10.4 Widgets */



.widget{
  margin-bottom: 50px;
}


.widget-title{
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}

.widget-title:before{
  content:'';
  position: absolute;
  top:100%;
  margin-top:10px;
  width: 40px;
  border-top: 1px solid #f80759;
}

.widget-about-title{
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}

.subtitle{
  font-size:12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: none;
}


 
/* 10.5 Widget Search */



.search-form{
  position: relative;
}


.search-field{
  border-color: #f0f5f7;
}

.search-submit{
  position: absolute;
  right: 16px;
  top:16px;
  background: none;
  border:0;
  padding: 0;
  font-size:20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-submit:hover{
  color: #f80759;
}

.search-submit:focus{
  outline: none;
}



/* 10.6 Widget Recent Post */



.post-item{
  overflow: hidden;
  margin-bottom: 20px;
}

.post-item:last-child{
  margin-bottom: 0;
}

.post-item h4{
  margin:0;
}

.post-item .post-thumb{
  float: left;
}

.post-item .post-body{
  margin-left: 120px;
}

.post-item .post-time{
  font-size: 12px;
  line-height: 1.2;
  margin-top: 7px;
  color:#999;
}

.post-item .subtitle{
  line-height: 1.2;
}



/* 10.7 Widget Categories */



.widget_categories ul li:first-child{
  margin-top: 0;
}

.widget_categories ul li{
  text-transform: none;
  letter-spacing: 0.1em;
}

.widget_categories ul li a{
  color: inherit;
}

.widget_categories ul li a:hover{
  color:#f80759;
  text-decoration: none;
}



/* ------------------------------------------------------------------------------- */
/*  11. Page 404
/* ------------------------------------------------------------------------------- */



.main-404{
  background:url(../img/bg/main-404.jpg) center 0 no-repeat;
  background-size: cover;
}

.title-404{
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f80759;
  font-weight: 700;
}

.subtitle-404{
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: none;
}

.description-404{
  font-size:20px;
  color:#1e2022;
  letter-spacing: 0.1em;
  text-transform: none;
}

.info-404{
  font-size:15px;
  margin-top: 20px;
}


/* ------------------------------------------------------------------------------- */
/*  11. Contact
/* ------------------------------------------------------------------------------- */



.main-contact{
  background:url(../img/bg/main-contact.jpg) center 0 no-repeat;
  background-size: cover;
}

.main-contact2{
  background:url(../img/bg/main-contact2.jpg) center 0 no-repeat;
  background-size: cover;
}

.contact{
  background:url(../img/bg/contact.jpg) center 0 no-repeat;
  background-size: cover;
}

.contact-2 .social{
  margin-top: 40px;
}

.contact-row{
  margin-bottom: 42px;
}

.contact-row .icon-title{
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  font-weight: 500;
}

.contact-2 .social{
  text-align: center;
}

.map{
  margin-top: 80px;
  width: 100%;
  height: 450px;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
}

.map-title{
  margin-bottom: 20px;
}

.map-info .fa{
  margin-right: 5px;
}

.contact-address{
  margin-top: 50px;
  text-align: center;
}

.contact-address-item .icon-title{
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 35px;
}


/* ------------------------------------------------------------------------------- */
/*  13. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  font-size:13px;
}

.footer-top{
  padding:55px 0;
  background-color: #1a1a1a;
}

.footer .widget-title .brand{
  margin-top: 8px;
}

.footer .widget-title{
  position: relative;
  font-size:14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 32px;
}

.footer .widget-title:before{
  content:'';
  position: absolute;
  top:100%;
  margin-top: 8px;
  left: 0;
  width: 20px;
  border-top: 1px solid #f80759;
}

.footer .widget-links{
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: none;
}

.footer .widget-links li{
  margin-bottom: 14px;
}

.footer .widget-links a{
  color: inherit;
  font-size: 12px;
}

.footer .widget-links a:hover{
  color:#f80759;
  text-decoration: none;
}

.footer-bottom{
  padding: 28px 0;
  background-color: #212121;
}

.copy{
  margin-bottom: 15px;
}

.social{
  margin-top: -7px;
  margin-left: -30px;
}

.social a{
  font-size: 15px;
  display: inline-block;
  padding: 1px;
  margin-left:30px;
  margin-top: 7px;
  color: #C2C2C2;
}

.social a:hover{
  color: #f80759;
}

.social-round a{
  margin-left:10px;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border:2px solid #f80759;
  border-radius: 50%;
}

.social-round a .fa-brands{
  color:#212121;
}

.social-round a:hover{
  background-color:  #f80759;
}

.social-round a:hover .fa-brands{
  color:  #fff;
}



/* ------------------------------------------------------------------------------- */
/*  14. Modals
/* ------------------------------------------------------------------------------- */



.modal-open{
  overflow: visible;
  padding-right: 0!important;
}

.modal{
  color: #fff;
  text-align: center;
}

.modal .form-control{
  height: 50px;
  font-size:12px;
  border-width: 1px;
}

.modal textarea.form-control{
  height: 120px;
}

.modal label.error{
  color: #fff;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  border:0;
  opacity: 0;
  background-color:rgba(20,20,20,0.95);
  padding: 20px 30px 40px;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
     -moz-perspective: 1300px;
          perspective: 1300px;
}

.modal.fade .modal-content{
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
     -moz-transform: translateZ(-3000px) rotateY(90deg);
      -ms-transform: translateZ(-3000px) rotateY(90deg);
          transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.modal.fade.in .modal-content{
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% { -webkit-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
  100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
  50% { -moz-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -moz-animation-timing-function: ease-out;}
  100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
  50% { transform: translateZ(-250px) rotateY(60deg); opacity: 1; animation-timing-function: ease-in;}
  100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

.modal-header{
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close span{
  display: block;
}

.close:hover,
.close:focus {
  color: #f80759;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 40px;
}

.modal-title{
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.modal-subtitle{
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.1em;
}

.modal-body{
  padding:20px 0 0;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  15. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 15.1 Min width 768px */



@media (min-width: 768px){


  /* Portfolio */



  .isotope .isotope-item{
    width: 50%;
  }

  .isotope .isotope-item.w2{
    width: 100%;
  }

  .isotope.col-3 .isotope-item{
    width: 50%;
  }



  /* Page 404 */



  .title-404{
    font-size: 180px;
  }

  .subtitle-404{
    font-size: 80px;
  }

  .description-404{
    font-size:25px;
  }

  .info-404{
    font-size:20px;
  }



  /* Footer */



  .copy{
    float: left;
    margin-bottom: 0;
  }


  .footer-bottom .social{
    float: right;
    margin-left: 0;
  }



  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 550px;
  }
}



/* 15.2 Min width 992px */



@media (min-width: 992px){



  /* Content styles */



  .md-pull-right{
    float: right;
  }

  .text-right-md{
    text-align: right;
  }



  /* Backgrouns */



  .bgc-light-md{
    background-color: #f0f5f9;
  }



  /* About */



  .col-about-right{
    padding-left:30px;
  }

  .col-about-left{
    padding-right: 30px;
  }

  .banner-section .btn{
    margin-top:0;
  }


  /* Portfolio */



  .isotope .isotope-item{
    width: 33.333333%;
  }

  .isotope .isotope-item.w2{
    width: 66.666666%;
  }

  .isotope.col-2 .isotope-item{
    width: 50%;
  }


  /* Contact */



  .col-contact{
    border-left:1px solid #E1E1E1;
  }
}



/* 15.3 Min width 1200px */




@media (min-width: 1200px){



  /* Portfolio */



  .isotope .isotope-item{
    width: 25%;
  }

  .isotope .isotope-item.w2{
    width: 50%;
  }

  .isotope.col-3 .isotope-item{
    width: 33.333333%;
  }



  /* About */



  .col-about-right{
    padding-left: 60px;
  }

  .col-about-left{
    padding-right: 60px;
  }

  .feature-box-wrap{
    margin-top: 50px;
  }




}

@media (max-width:991px){
	nav.navbar.bootsnav.navbar-fixed{height:auto;}
	nav.navbar.bootsnav.navbar-transparent .logo, .logo{text-align: center;display: inline-block;height: 60px;}
	nav .logo > a{padding-top: 19px;padding-bottom: 19px;}
  .attr-nav > ul > li > a{padding: 28px 15px;}
}