

/*==================================================
  [Table of Contents]
  --------------------------------------------------
  - body
    - Typography
    - Common 
    - Navigation
    - Onepage Sections
      - Intro
      - About
      - Folio
      - Services
      - Plans
      - Testimonials
      - News
      - footer/Contact
      - Fixed Elements
    - Media Queries 
      - 991px
      - 767px
    - Preloader

==================================================*/

body{
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
}


/*==================================================
  Typography
  ==================================================*/

h1, h2, h3, h4, h5, h6{
  font-family: 'Playfair Display', serif;
  color: #f4593b;
  font-weight: 700;
}

.headline{
  position: relative;
  transform: translateY(125%);
}

.headline::before{
  content: "";
  height: 170px;
  width: 170px;
  border: 10px solid rgba(128,128,128, .08);
  position: absolute;
  top: 0;
  transform: translateX(-9%) translateY(-130%) rotate(45deg);
}

.headline h2{
  font-size: 55px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color:#9f2065;
}

.white{
  color: #fff;
  z-index: 1;
  position: relative;
}

a{
  color:  #f4593b;
}

a:hover,
a:active,
a:focus{
  color: #fc715e;
  transition: 1s all;
}


/*==================================================
Common
==================================================*/

section{
  text-align: center;
  position: relative;
}

.container{
  max-width: 1030px;
}

.wrapper{
  padding-top: 120px;
}

.content{
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
  position: relative;
}

.content::before{
  content: "";
  background: #fff;
  width: 83%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  box-shadow: 0 0 80px rgba(0,0,0, 0.05);
}

button.btn-primary{
  background: #f4593b;
  border: 2px solid #f4593b;
  padding: 6px 30px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}

button.btn-primary:hover{
  background: transparent;
  border: 2px solid #f4593b;
  color: #f4593b;
  transition: all .5s;
}

.btn-secondary{
  background: transparent;
  border: 2px solid #f4593b;
  padding: 6px 20px;
  font-family: 'Playfair Display', serif;
  color: #f4593b;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 20px;
}

.btn-secondary:hover{
  background: #f4593b;
  border: 2px solid #f4593b;
  color: #fff;
  transition: all .5s;
}

ul.element-scroll-parallax{
  margin:0;
}

ul.element-scroll-parallax li{
  list-style: none;
  position: absolute;
  z-index:-1;
}

.form-control{
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  font-size: 14px;
}

.margin-0{
  margin: 0 !important;
}


/*==================================================
Navigation
==================================================*/

nav.nav-center-transparent{
  /*background: transparent;*/
  border: 0;
  border-radius: 0;
  font-family: 'Playfair Display', serif;
}

nav.nav-center-transparent .navbar-header{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

nav.nav-center-transparent .navbar-header .navbar-brand{
 /* background: #a92b2b;*/
  background: linear-gradient(to top right, #a92b2b -5%, #8f10b7 100%);
    height: 110px;
    margin: 0;
    border-radius: 0 0 4px 4px;
}

nav.nav-center-transparent .navbar-nav{
  margin: 35px 0 0 0;
}

nav.nav-center-transparent .navbar-nav li a{
 
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

nav.nav-center-transparent .navbar-nav li a:hover,
nav.nav-center-transparent .navbar-nav li a:active,
nav.nav-center-transparent .navbar-nav li a:focus{
  color: #f4593b;
}

nav.nav-center-transparent .navbar-nav > .active > a, 
nav.nav-center-transparent .navbar-nav > .active > a:focus, 
nav.nav-center-transparent .navbar-nav > .active > a:hover{
  background: transparent;
  color: #f4593b;
}

nav.nav-center-transparent .navbar-toggle{
  margin-right: 0; 
  background: none; 
  border: 0;
}

nav.nav-center-transparent .navbar-toggle:focus, 
nav.nav-center-transparent .navbar-toggle:hover,
nav.nav-center-transparent .navbar-toggle:active{
  background: none;
}

nav.nav-center-transparent .menu-sign{
  color: #666; 
  font-size: 16px; 
  font-weight: 700;
}

nav.nav-center-transparent .menu-sign img{
  margin-left: 10px;
}
  
  
/*==================================================
Intro
==================================================*/

#intro{
   background: url(../media/org/banner.jpg) fixed no-repeat;
 /* background: url(../media/photographer/backgrounds/intro.jpg) fixed no-repeat;*/
  background-size: cover;
  background-position: center;
  height: 768px;
}

#intro:before{
  position: absolute;
    content: '';
        background-color: #000000d1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: -1;*/
}

.my-info{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
  width: 100%;
  display: inline-block;
  z-index:1;
}

.my-info::before{
  content: "";
  background: #fff;
  width: 180px;
  height: 115%;
  position: absolute;
  left: 0;
  right: 0; 
  margin: auto;
  transform: translateY(-8%);
  z-index:-1;
}

.my-info img.my-photo{
  box-shadow: 0 0 25px rgba(0,0,0, .5);
}

.my-info .name{
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.my-info .name h1, 
.my-info .name h3{
  color: #fff;
}

.my-info .name h1{
  font-size: 115px;
  text-shadow: 0 13.36px 8.896px rgba(0,0,0, .7), 0 -2px 1px #fff;
}

  
/*==================================================
About Section
==================================================*/

#about .content{
  min-height: 400px;
}

#about .content .learn-me{
  position: relative;
}

#about .content .learn-me::before{
  content: "";
  background: #f2f2f2;
  height: 230px;
  width: 8px;
  position: absolute;
  top: 0;
  left: -30px;
}

#about .content .content-img{
  position: absolute;
  left: 0;
 /* top: -50px;*/
}


/*==================================================
Folio Section
==================================================*/

#folio .content{
  padding-bottom: 0;
}

#folio .content::before{
    background: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.7)), url("../media/org/gallery/gallery-four.jpeg") fixed no-repeat;
/*  background: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.7)), url("../media/photographer/backgrounds/portfolio.jpg") fixed no-repeat;
*/  background-size: cover;
  height: 90%;
}

/*Portfolio Grids*/

#portfolio {  
  -webkit-column-count: 4; 
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 25%;
}

.tile { 
  -webkit-transform: scale(0);
  transform: scale(1);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  cursor: pointer;
}

.tile img:hover{
  transform: scale(1.05);
  transition: 1s all;
}


/*==================================================
Services Section
==================================================*/

.service-list .service-item{
  margin-bottom: 30px;
}

.service-list .service-item .service-icon{
  border: 1px solid #f2f2f2;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  color: #f4593b;
  display: block;
  float: left;
}

.service-list .service-item .service-info{
  margin-left: 100px;
}

#services .content-img{
  position: absolute;
  left: -60px;
  transform: translateY(105%);
}


/*==================================================
Plans Section
==================================================*/

#plans{
  text-align: center;
}

ul.packages{
  margin: 0;
  padding: 0;
}

ul.packages li{
  padding: 40px 30px;
}

ul.packages li h5{
  color: #808080;
}

ul.packages li .price{
  font-family: 'Playfair Display', serif;
  color: #f4593b;
  font-size: 70px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.packages li .price span.usd{
  font-size: 25px;
}

ul.packages li .price span.cents{
  font-size: 25px;
  
}

ul.packages li .features{
  margin-bottom: 20px;
}
  
ul.packages li .features span{
  display: block;
  padding: 5px 0;
}  

ul.packages li.featured{
  background: #f4593b;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
}

ul.packages li.featured h5{
  color: #fff;
}

ul.packages li.featured .price{
  color: #fff;
}

ul.packages li.featured button{
  border: 2px solid #fff;
  color: #fff;
}


/*==================================================
Clients Section
==================================================*/

#clients .content{
  padding-bottom: 0;
}

#clients .content::before{
  background: linear-gradient(to right, rgba(0,0,0, 0.3) , rgba(0,0,0, 0.3)), url("../media/photographer/backgrounds/clients.jpg") fixed no-repeat;
  background-size: cover;
  background-position: center;
  height: 85%;
}

.testimonials .item .testimonial-client .client-info-quote{
  padding-right: 150px;
  transform: translateY(50px);
  position: absolute;
}

.testimonials .item .testimonial-client .client-info-quote blockquote{
  padding: 0;
  border: none;
  color: #fff;
  font-size: 14px;
}


/*==================================================
News Section
==================================================*/ 

.news-list .news-item{
  padding: 15px 0;
}
  
.news-list .news-item .post-date{
  display: block;
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #808080;
  font-weight: 700;
  text-align: left;
  width: 90px;
}  

.news-list .news-item .post-date span{
  display: block;
  font-size: 14px;
}

.news-list .news-item .news-content{
  margin-left: 80px;
  padding-left: 30px;
  border-left: 1px solid #f2f2f2;
}


#news .content-img{
  position: absolute;
  width: 250px;
  left: 0;
  transform: translateX(-50%) translateY(170%);
}
 

/*==================================================
Footer
==================================================*/  

#footer{
     background: url(../media/3.webp) fixed no-repeat;
    /* background: url(../media/photographer/backgrounds/intro.jpg) fixed no-repeat; */
    background-size: cover;
    background-position: center;
/*  height: 100vh;*/
  text-align: center;
  position: relative;
  color: #fff;
  margin-top: 120px;
}

#footer:before{
      position: absolute;
    content: '';
    background-color: #000000d1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}

#footer h2{
  font-size: 36px;
}

#footer .contact-form .form-control{
  border-bottom: 2px solid rgba(255,255,255, 0.1);
}

.contact-info{
      background: linear-gradient(to top right, #a92b2b -5%, #8f10b7 100%);
  padding: 10px 15px;
}

.contact-info .reach strong{
  font-family: 'Playfair Display', serif;
}

.copyright{
  background: #fff;
  width: 100%;
  color: #4d4d4d;
  text-align: center;
  padding: 80px 0;
}

  
/*==================================================
Fixed Elements
==================================================*/ 

/* Camera Frame*/
  
.camera-frame{
  position: absolute;
}

.camera-frame span{
  position: fixed;
  display: block;
  height: 75px;
  width: 75px;
}

.camera-frame span:nth-child(1){
  background: transparent;
  border-left: 1px solid #f4593b;
  border-top: 1px solid #f4593b;
  top: 30px;
  left: 30px;
}

.camera-frame span:nth-child(2){
  background: transparent;
  border-left: 1px solid #f4593b;
  border-bottom: 1px solid #f4593b;
  bottom: 30px;
  left: 30px;
}

.camera-frame span:nth-child(3){
  background: transparent;
  border-right: 1px solid #f4593b;
  border-top: 1px solid #f4593b;
  top: 30px;
  right: 30px;
}

.camera-frame span:nth-child(4){
  background: transparent;
  border-right: 1px solid #f4593b;
  border-bottom: 1px solid #f4593b;
  bottom: 30px;
  right: 30px;
}

/*Scroll*/

.scroll{
  position: fixed;
  left: 30px;
  color: #808080;
  top: 50%;
  display: inline-block;
  transform: rotate(270deg);
}

.scroll p{
  position: relative;
}

.scroll p::after{
  content: "";
  background: #808080;
  position: absolute;
  height: 1px;
  width: 100px;
  left: 0;
  top: 50%;
  transform: translateX(-110%) translateY(-50%);
}

/*Social Links*/

.social-links{
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.social-links ul.follow{
  margin: 0; 
  padding: 0;
  text-align: center;
}

.social-links ul.follow li{
  list-style: none;
  display: block;
  background: #808080;
  margin: 5px 0;
  width: 30px;
  height: 30px; 
  border-radius: 50%;
}

.social-links ul.follow li a{
  color: #fff;
  line-height: 30px;
}
  
.social-links ul.follow li a:hover,  
.social-links ul.follow li a:active,
.social-links ul.follow li a:focus{
  color: #f4593b;
  transition: 1s all;
}
  

/*==================================================
 CSS for width 991px
==================================================*/ 

@media only screen and (max-width : 991px) {
  
  .headline h2{font-size: 65px;}
  

  /* Services Section -----------------------------------------------------------------------------------------------------------------------------------*/
  
  #services .content-img{transform: translateY(175%);}
  
  
 /* Fixed Section -----------------------------------------------------------------------------------------------------------------------------------*/ 
  
 .camera-frame span{width: 40px;height: 40px;}
 
 /* Footer Section -----------------------------------------------------------------------------------------------------------------------------------*/ 
 
  #footer{height: auto !important;}
  
}


/*==================================================
 CSS for width 767px
==================================================*/ 

@media only screen and (max-width : 767px) {
  
  .headline{transform: translateY(0);}
  .headline::before{content: none;}
  .wrapper{padding-top: 80px; padding-bottom: 80px;}
  .content{padding: 0;}
  .content::before{content: none;}
  .content-img{position: relative !important;}
  
  
  /* Header -----------------------------------------------------------------------------------------------------------------------------------*/
  
  nav.nav-center-transparent .navbar-nav{margin: 0;}
  nav.nav-center-transparent .navbar-header{position: relative; left: 0; transform: translateX(0); margin: 0;}
  nav.nav-center-transparent .navbar-header .navbar-brand{height: 90px; padding-top: 10px;}
  nav.nav-center-transparent .navbar-toggle{margin-right: 0; margin-top: 25px;}
  nav.nav-center-transparent .navbar-collapse{
    background: rgba(0,0,0, .9); 
    position: relative; 
    border-color: transparent !important;
    border-radius: 4px; 
    max-height: 100% !important; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    margin: 5px 0 0 0;
  }
  nav.nav-center-transparent .navbar-toggle:focus,
  nav.nav-center-transparent .navbar-toggle:hover{background: none !important;}
  
  
  /* intro -----------------------------------------------------------------------------------------------------------------------------------*/
  
  .my-info{bottom: 200px;}
  .my-photo{max-width: 220px;}
  .my-info .name h1{font-size: 60px;}
  
  
  /* About Section -----------------------------------------------------------------------------------------------------------------------------------*/
  
  #about .content .content-img{top: 0;}
  
  
  /* Portfolio Section -----------------------------------------------------------------------------------------------------------------------------------*/
    
  #folio{background: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.7)), url("../media/photographer/backgrounds/portfolio.jpg") fixed no-repeat; background-size: cover;}
  #folio .content::before{background: none;}
  #portfolio {
    margin: 1rem 0;
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }
  
  
  /* Services Section -----------------------------------------------------------------------------------------------------------------------------------*/
  
  #services .wrapper{padding-bottom: 40px;}
  
  
  /* Plans Section -----------------------------------------------------------------------------------------------------------------------------------*/
  
  #plans .wrapper{padding-top: 0;}
  ul.packages li{display: block;}
  
  
  /* Clients Section -----------------------------------------------------------------------------------------------------------------------------------*/
  
  #clients{background: linear-gradient(to right, rgba(0,0,0, 0.3) , rgba(0,0,0, 0.3)), url("../media/photographer/backgrounds/clients.jpg") fixed no-repeat; background-position: center; background-size: cover;}
  #clients .content::before{content: none;}
  .testimonials .testimonial-client .client-photo{float: none !important;}
  .testimonials .testimonial-client .client-info-quote{position: relative !important; padding: 0 !important; transform: translateY(0) !important;}
  
  
  /* Footer Section -----------------------------------------------------------------------------------------------------------------------------------*/

  .contact-info{margin-top: 30px;}
  
}


/*==================================================
 Preloader CSS
==================================================*/ 

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999999;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f4593b;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}



/*====================================================================================The End====================================================================================*/

/*==================================================
  Buy Now Button
==================================================*/

.btn-buy{
  background: #333;
  padding: 10px 30px;
  position: fixed;
  bottom: 30px; 
  right: 30px;
  color: #82B541;
  font-weight: 700;
  font-style: italic;
  box-shadow: 0 5px 20px rgba(0,0,0, .2);
  z-index: 999;
}

.btn-buy:hover,
.btn-buy:active,
.btn-buy:focus{
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0, .3);
  transition: all 1s;
}

.btn-buy .italy{
  font-size: 13px;
  font-style: italic;
  margin-right: 5px;
  color: #fff;
}

.btn-buy .price{
  position: relative;
  margin-left: 15px;
  color: #82B541;
}

.btn-buy .price::before{
  content: "";
  background: rgba(255,255,255, .9);
  height: 15px;
  width: 1px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

 .video-wrapper {
  width: 100%;
  /*height: 100vh;*/
  height: 345px;
    border: 10px solid #fff;
  overflow: hidden;
  position: relative;
    padding: 1.25rem;
    border: 0.1875rem double #f4573a;
    background:#fff;

}
.video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*breadcrump*/
/* flat title page 
--------------------------------------------------------------*/

.flat-title-page {
    position           : relative;
    /*background-image   : url(https://surielementor.com/bixoshtml/assets/images/background-section/slider-page.jpg);*/
    background-image   : url(../media/org/gallery-five.jpeg);
    
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
    padding            : 450px 0 0 0;
    overflow: hidden;
}

/*.flat-title-page.page-about {
    padding            : 280px 0 169px 0;
}
*/

.flat-title-page:before {
    background-color:#222429c4;
    content: "";
    left            : 0;
    top             : 0;
    width           : 100%;
    height          : 100%;
    position        : absolute;
    /*opacity         : 0.5;*/
}
.elip-header,
.flat-title-page .elip-header {
    position: absolute;
    top     :0;
    right   : -9px;
    z-index: 2;
}
.flat-title-page .elip-header1 {
    position: absolute;
    top     : 26.5%;
    left    : 18.5%;
}

.flat-title-page .elip-header2 {
    position: absolute;
    top     : 35.5%;
    left    : 21.3%;
}

.elip-header3 {
    position: absolute;
    top     : 0;
    left    : 0;
    mix-blend-mode: multiply;
}

.elip-header4 {
    position: absolute;
    bottom: 24.5%;
    right: 4%;
    z-index: 2;
}

.elip-header5 {
    position: absolute;
    bottom  : 8%;
    right   : 4%;
    z-index: 2;
}

.elip-header6 {
    position: absolute;
    top     : 22.5%;
    left    : 13.6%;
    mix-blend-mode: multiply;
    z-index: 2;
}

.flat-title-page .breadcrumbs {
    color     : #fff;
    z-index   : 50;
    text-align: center;

    position: relative;
}

.breadcrumbs .style-color {
    color: var(--primary-color6);
    padding-left: 1px;
}

.breadcrumbs .breadcrumb-trail {
    display       : block;
    width         : 100%;
    font-size     : 18px;
    font-weight   : 400;

}

.breadcrumbs .breadcrumb-trail>a,
.breadcrumbs .breadcrumb-trail>span {
    position     : relative;
    display      : inline-block;
    padding-right: 16px;
    margin-top   : 17px;
}

.breadcrumbs .breadcrumb-trail>span {
    padding-right: unset;
    padding-left : 14px;
}

/*.breadcrumbs .breadcrumb-trail>a:before {
    content    : '\f105';
    font-family: "Font Awesome 5 Pro";
    color      : #fff;
    line-height: normal;
    position   : absolute;
    right      : -2px;
    top        : -2px;
}*/
.overlay-page {
    background-color: #222429;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}

/*Blogs*/

/***
====================================================================
  news
====================================================================

***/

.sp-six {
    padding-top: 90px;
}


/***

==================================================================
  12. News Blog
==================================================================

***/


.news-block-one {
  position: relative;
  transition: all 500ms ease;
 

}

.news-block-one .inner-box {
  margin-bottom: 30px;
}

.news-block-one .image {
  position: relative;
  overflow: hidden;
}

.news-block-one img {
  width: 100%;
  transition: all 500ms ease;
 

}

.news-block-one:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 500ms ease;
  
}

.news-block-one:hover li strong{
  color: #000;
  transition: all 500ms ease;
  
}

.news-review{
    padding: 20px 17px 30px 10px;
    background: #fff;
    border: 1px solid #00000021;
}

.news-comment{
    float:left;
    margin:0;
    padding:7px 0 0 0;
    line-height:1;
    text-align:center;
}

.news-comment li{
    list-style:none;
    margin-left: 15px;
    font-size: 30px;
    color: #a92b2b;
    font-weight:700;
}

.news-comment li small{
    display:block;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.news-comment li strong{
  position: relative;
  font-size: 36px;
  color: #dddddd;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-comment li:after{
    content: "";
    border-bottom:1px solid lightgray;
    margin-bottom:10px;
    display: block;
}

.news-comment li:last-child:after{
    border-bottom: 0px none;
    margin-bottom: 0;
}

.news-title{
    margin: 0;
    padding: 0 0 0 70px;
}

.news-title  a{
    position: relative;
    font-size:18px;
    color: #000;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
}

.news-title  a:hover{
    color: #20509e;
}

.news-description{
    font-size: 15px;
    color: #848484;
    line-height:21px;
    padding: 30px 0 0 70px;
}

.news-block-one h4 {
  font-size: 20px;
  font-weight: 600;
}

.news-block-one h4 a {
  color: #222;
}

.news-block-one h4 a:hover {
  color: #e41f2c;
}

.news-block-one .text {
  margin-bottom: 15px;
}

/*.blog-section .text-wrapper h1 {
    text-shadow: -4px 6px 5px #0000002e;
}
.blog-section .text-wrapper h1 {
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 30px;
    color: #20509e;
    margin: 0;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}*/
/*news details*/

/*.inner-content-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0;
}*/
.blog-details-sec .content-side {
    position: relative;
    margin-bottom: 50px;
}
.news-block-two .image-box {
  position: relative;
  display: block;
      margin-top: 2%;
}
.news-block-two .image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.news-block-two .image-box a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;

  transform: scale(0);
  
  transition: all 300ms ease;
}



.news-block-two .image-box a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: .60;
  content: "";
}
.news-block-two .inner-box:hover .image-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.plus-icon {
  height: 50px;
  width: 50px;
  /*background-image: url(../images/icons/plus.png);*/
  background-position: center;
  background-repeat: no-repeat;
}
.news-block-two .image-box a .plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.news-block-two .lower-content {
  position: relative;
}
.news-block-two .lower-content .info-box {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 20px 20px;
  margin-bottom: 40px;
}
.news-block-two .info-box li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
  padding-right: 11px;
  margin-right: 10px;
}
.news-block-two .info-box li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .info-box li a:hover {
  color: #ed4a00;
}
.news-block-two .info-box li:before {
  position: absolute;
  right: 0;
  top: 3px;
  height: 14px;
  width: 1px;
  background-color: #4f4f4f;
  content: "";
}
.news-block-two .info-box li:last-child:before {
  display: none;
}
.news-block-two .info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news-block-two .info-box li i {
  margin-right: 10px;
  font-weight: 400;
}
.news-block-two .lower-content .content {
  position: relative;
  padding-left: 100px;
}
.news-block-two .content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  top: -5px;
  color: #36404b;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-block-two .content h3 a {
  color: #36404b;
  
  transition: all 300ms ease;
}
.news-block-two .content h3 a:hover {
  color: #ed4a00;
}
.blog-detail h3 {
  position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #36404b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px
}
.news-block-two .content p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 27px;
}
.news-block-two .content .read-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #36404b;
  font-weight: 500;
  padding: 10px 25px;
  border: 1px solid #cbcbcb;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .content .read-more:hover {
  color: #ed4a00;
}

.blog-list .news-block-two {
  margin-bottom: 60px;
}
.blog-list .news-block-two .content h3 {
  margin-bottom: 10px;
}
.blog-list .news-block-two .content p {
  font-weight: 500;
}
.blog-list .styled-pagination {
  margin-top: 100px;
}
.blog-details-sec .group-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog-details-sec .group-title h2 {
  color: #36404b;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-details-sec .sidebar-side {
    position: relative;
    margin-bottom: 50px;
}
.sidebar-side .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #36404b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
blockquote {
    margin: 0 0 1rem;
}
.blog-detail blockquote {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    border: 5px double #fbdc04;
    margin-bottom: 30px;
    padding: 29px 20px;
    font-family: "Roboto", sans-serif;
}
.category-list {
    position: relative;
    display: block;
}
.category-list li {
    position: relative;
    border: 1px solid #eeeeee;
    margin-bottom: -1px;
    list-style-type: none;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0;
    padding-left: 35px;
    transition: all 200ms ease;
}

.category-list li a:before {
    position: absolute;
    left: 15px;
    height: 50px;
    top: 2px;
    line-height: 48px;
    font-size: 14px;
    color:#0758af;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.category-list li a span {
    float: right;
    font-size: 14px;
    margin-right: 20px;
    color: #333333;
   
    transition: all 200ms ease;
}


.sidebar .search-box {
    position: relative;
}
.sidebar-widget {
    
    margin-bottom: 40px;
}
.widget-content {
    position: relative;
}
.latest-news .post {
    position: relative;
    padding-left: 100px;
    /*margin-bottom: -70px;*/
    min-height: 70px;
}
.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 85px;
    margin-bottom: 20px;
}
.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.latest-news .post h3 {
    color: #36404b;
  position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #36404b;
    font-weight: 500;
    top: 0px;
    margin-bottom: 2px;
    transition: all 300ms ease;
}
.latest-news .post .post-info span {
    position: relative;
    margin-right: 6px;
    font-size: 16px;
    color: #aaaaaa;
}


.widget-contents {
    position: relative;
    padding: 50px 40px;
        background-image: linear-gradient(to right,#f55f8d 0,#f8ae56 51%,#f55f8d 100%);
    text-align: center;
}

.widget-contents .icon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1em;
    color: #df6512;
    font-weight: 400;
    margin-bottom: 15px;
}
.widget-contents .text {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-contents .number {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}
.widget-contents .email {
    position: relative;
}

.widget-contents .email a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.box-shadow {
    border-radius: 0;
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    margin-top: 50px;
}

/*Homepage blog css*/
.section-blog {
  background: #f3f3f4; }
  .section-blog .heading-top {
    text-align: center; }
    .section-blog .heading-top h4.sub-title {
      font-weight: 300;
      letter-spacing: 11px;
      line-height: 1em;
      padding-left: 10px;
      color: #ffa800;
      padding-bottom: 20px; }
    .section-blog .heading-top h3.title {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.3em;
      color: #11161e;
      text-transform: uppercase;
      letter-spacing: -0.1px;
      padding-bottom: 65px; }
  .section-blog .list-blog {
    display: flex; }
    .section-blog .list-blog .themesflat-blog {
      margin-right: 30px; }
    .section-blog .list-blog .themesflat-blog:nth-child(3) {
      margin-right: 0; }
      .themesflat-blog {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 10px;
}

/*** 

====================================================================
  Order Section
====================================================================

***/

.order-section{
  position:relative;
  padding: 50px 0px 80px;
  /*background-color:#191919;*/
  background-repeat:repeat;
}

.order-section.style-two{
  padding-top:140px;
}

.order-section .content-column{
  position:relative;
  margin-bottom:30px;
}

.order-section .content-column .inner-column{
  position:relative;
}

.order-section .content-column .icon{
  position:relative;
  margin-bottom:20px;
}

.order-section .content-column {
  position:relative;
}

.order-section .image-column{
  position:relative;
  margin-bottom:30px;
}

.order-section .image-column .inner-column{
  position:relative;
}


/*about 2*/


.wpo-about-area-2 {
    padding: 10px 0;
   /* background: #191919;*/
}
.custom-container {
    width: 1720px;
    max-width: 100%;
}

.about-s2-img {
    padding: 60px;
    text-align: center;
    box-shadow: 0px 16px 9.8px 9.2px rgba(18, 17, 39, 0.18);
    margin-top: -100px;
    background: #ffffff;
}

.wpo-about-area-2 .wpo-about-text {
    padding: 30px 0;
}
.wpo-about-text {
    padding-left: 30px!important;
}
@media(max-width: 991px){
  .wpo-about-text {
        padding-left: 0px!important;
    }  
}
.about-s2-wrap {
    /*background: #161616;*/
    /*padding-bottom: 100px;*/
}
.aboutme{
    color: #a92b2b!important;
    font-size: 27px;
    position: relative;
}
/*buttons*/
.btn {
    padding: 15px 35px;
    display: inline-block;
    border-radius: 0.25rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.gradient {
        background: linear-gradient(to top right, #a92b2b -5%, #8f10b7 100%);
    background-size: 200%;
    border-color: transparent !important;
    transition: all 0.5s;
}

.rounded-xl {
    border-radius: 30px !important;
    font-family: 'Playfair Display';
    font-weight: 600;
}
.gradient:hover {
    background-position: right center;
}
.btn-primary:hover {
    border-color: #dd3e6e;
    background-color: #dd3e6e;
}
.para{
    text-align: justify;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #222;
    font-size: 16px;
    
    font-weight: 700;
    margin: 0;
}

/*CONTACT FORM*/




.right_conatct_social_icon{
     background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us{
 /*   background-color: #f1f1f1;*/
    padding: 50px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 6%;
    height: 340px;
    width: 360px;
    padding: 25px 40px;
    color: #fff;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
   background: linear-gradient(to top right, #a92b2b -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}