/*-----------------------------------------------------------
* Template Name    : ROCO - Personal Portfolio Template
* Author           : pavloff-studio
* Version          : 1.0.0
* Created          : April 2020
* File Description : Main css file of the template
*------------------------------------------------------------
*/


/***********************
    1.FONTS
    2.BASIC
    3.HEADER
    4.SLIDER HEADER
    5.ABOUT
    6.WORKS
    7.SKILL
    8.RESUME
    9.SERVICES
    10.TEAM
    11.BLOG
    12.TESTIMONIALS
    13.SINGLE PROJECT
    14.CONTACT
    15.FOOTER

************************/


/*======================
        1.FONTS
========================*/

/* @import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900|Roboto:300,300i,400,400i,500,700,700i&display=swap"); */
@import url("https://fonts.googleapis.com/css?family=lato:400,400i,700,900|Roboto:300,300i,400,400i,500,700,700i&display=swap");

/*======================
        2.BASIC
========================*/

body {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

body,
.footer{
background: rgb(199,212,251);
background: linear-gradient(45deg, rgba(199,212,251,1) 0%, rgba(220,226,246,1) 30%, rgba(231,234,245,1) 50%, rgba(222,227,246,1) 70%, rgba(199,212,251,1) 100%);

background: rgb(179,198,255);
background: linear-gradient(119deg, rgba(179,198,255,1) 0%, rgba(220,226,246,1) 30%, rgba(231,234,245,1) 50%, rgba(222,227,246,1) 70%, rgba(179,198,255,1) 100%);

background: rgb(179,198,255);
background: linear-gradient(45deg, rgba(179,198,255,1) 0%, rgba(220,226,246,1) 30%, rgba(231,234,245,1) 50%, rgba(222,227,246,1) 70%, rgba(179,198,255,1) 100%);
}


h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
  color: #131313;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    /* color: #808080; */
    color: #111;
    margin-bottom: 20px;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'lato', serif;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

b,
sup,
sub,
u,
del {
    color: #151515;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

*::-moz-selection {
    background: #444;
    color: #151515;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #151515;
    text-shadow: none;
}

::selection {
    background: #444;
    /* color: #151515; */
    color: #cecdcd;
    text-shadow: none;
}

*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1
}

*::-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a,
.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus {
    color: #151515;
    text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
    color: #000;
}

a,
button {
    color: #131313;
    outline: medium none;
    text-decoration: none;
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.mt-10 {
    margin-top: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.mb-40{
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px
}

.mb-45{
    margin-bottom: 45px;
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 30px
    }
}

.mb-65 {
    margin-bottom: 67px;
}

.mb-80 {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 30px
    }
}

.mb-95 {
    margin-bottom: 95px
}

@media (max-width: 767px) {
    .mb-95 {
        margin-bottom: 30px
    }
}

.mt-100{
    margin-top:100px;
}

.pt-120 {
    padding-top: 120px
}

.pt-120 {
    padding-top: 120px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.btn {
    background: #fff;
    color: #131313;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    letter-spacing: 3px;
    text-align: center;
    color: #131313 !important;
    text-transform: uppercase;
    position: relative;
}

.btn:hover {
  text-decoration: none;
}

.btn-1,
.btn-2 {
  background: transparent;
}

.btn-1 svg,
.btn-2 svg {
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-1 rect,
.btn-2 rect {
  fill: none;
  stroke: #131313;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
}
.btn-1:hover rect,
.btn-2:hover rect {
  stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


.btn-2:hover rect {
	stroke-dasharray: 13, 293;
	stroke-dashoffset: 54;
}


.overlay {
    position: relative;
    z-index: 0;
}

.overlay::before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.851;
}

.overlay2 {
    position: relative;
    z-index: 0;
}

.overlay2::before {
    position: absolute;
    content: "";
    /* background-color: #fff; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* opacity: 0.2; */
}

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

.seperator {
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #131313;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .seperator {
        margin-top: 15px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .seperator {
        margin-top: 15px;
        margin-bottom: 10px
    }
}


.boxed-btn {
    background: #fff;
    color: #131313;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #131313;
    letter-spacing: 3px;
    text-align: center;
    color: #131313 !important;
    text-transform: uppercase
}

.boxed-btn:hover {
    background: #131313;
    color: #fff !important;
    border: 1px solid #131313
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 220px
}

.section_title .sub_heading {
    /*color: #c9c9c9;*/
    color: #777;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title .sub_heading {
        margin-bottom: 10px
    }
}

.section_title .sub_heading2 {
    color: #808080;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .section_title .sub_heading2 {
        margin-bottom: 5px
    }
}

.section_title h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section_title h3 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 0
    }
}

.section_title.padding-right {
    padding-right: 76px
}

@media (max-width: 767px) {
    .section_title.padding-right {
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_title.padding-right {
        padding-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section_title.padding-right {
        padding-right: 0
    }
}

.social_links ul li {
    display: inline-block;
    position: relative;
}

.social_links ul li a {
    color: #131313;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 35px 15px 35px 15px;
    font-family: "Roboto", sans-serif;
    position: relative;
    text-transform: uppercase;
}


.social_links_footer ul li {
    display: inline-block;
    position: relative;
}

.social_links_footer ul li a {
    color: #131313;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 35px 15px 35px 15px;
    font-family: "Roboto", sans-serif;
    position: relative;
    text-transform: uppercase;
}

.section-title-sub {
    font-size: 110px!important;
    font-weight: 900;
    position: absolute;
    top: 45px;
    left: 0px;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1.5px #3d3d3d;
    color: transparent !important;
    z-index: 0;
    opacity: 0.2;
    z-index: 0;
}

@media (max-width: 767px) {
    .section-title-sub {
        font-size: 80px!important;
        font-weight: 900;
        position: absolute;
        top: 45px;
        left: 10px;
        color: transparent;
        text-transform: uppercase;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke: 1.5px #3d3d3d;
        color: transparent !important;
        z-index: 0;
        opacity: 0.2;
        z-index: 0;
    }
    .testimonial_area .section-title-sub {
        font-size:50px !important;
    }
}

.owl-dots{
    position: absolute;
    background: #000;
    /* top: 0; */
    left: 0;
    right: 0;
    z-index: 9999;
    color: #000;
    width: 22px;
    height: 7px;
    border-radius: 21%;
}

.social_links{
    float:right;
}

.social_links ul li a.search{
    padding: 35px 15px 35px 30px;
}

.social_links ul li a.search:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #151515;
    bottom: 36px;
    left: 10px;

}

.sub_heading2{
    color: #808080;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 3px;
}


/*=== Preloder ===*/
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  border-left-color: transparent;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}


/* back to top button */

#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #fff;
  background: #131313;
  padding: 10px 15px;
  border: 1px solid #131313;
  display:none;
}

#back-to-top:hover {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #fff;
  background: #131313;
  padding: 10px 15px;
  border: 1px solid #131313;
}

.breadcam_area {
    padding: 170px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /* margin: 0px 70px; */
}

@media (max-width: 767px) {
.breadcam_area {
    padding: 170px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin: 0;
    }
}

.bradcam_text{
    padding: 60px;
    min-width: 30%;
    text-align: center;
    background-color: rgba(255,255,255,.8);
}

.breadcam_area .bradcam_text h3 {
    font-size: 60px;
    color: #131313;
    font-weight: 700;
    letter-spacing: 10px
}

@media (max-width: 767px) {
    .breadcam_area .bradcam_text h3 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcam_area .bradcam_text h3 {
        font-size: 35px
    }
}

.breadcam_area .bradcam_text p {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}



/*======================
    3.HEADER
========================*/
.header-area .main-header-area {
    padding: 0 70px;
    background: #fff;
    /* background: url('../img/banner/header_banner.png'); */
    /* background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
}
@media (max-width: 767px) {
    .header-area .main-header-area {
        padding: 10px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        padding: 10px 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area {
        padding: 0 50px
    }
}

.logo-img a{
    font-size: 30px;
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        padding-left: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        padding-left: 20px
    }
}

/* .header-area .main-header-area .logo-img img{
    max-height: 50px;
    width: auto;
} */

.header-area .main-header-area .main-menu {
    text-align: center;
    padding: 0px 0
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative
}

.header-area .main-header-area .main-menu ul li a {
    color: #131313;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 35px 23px 35px 23px;
    font-family: "Roboto", sans-serif;
    position: relative;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        padding: 35px 8px 35px 8px;
        font-size: 11px
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        padding: 35px 8px 35px 8px;
        font-size: 11px
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 16px
}

@media (max-width: 767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important
    }
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #808080
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 140%;
    background: #fff;
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #808080
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-area .main-header-area .main-menu ul li:hover>a::before {
    opacity: 1;
    transform: scaleX(1)
}

.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 0 150px
}

@media (max-width: 767px) {
    .header-area .main-header-area.sticky {
        padding: 10px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area.sticky {
        padding: 10px 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area.sticky {
        padding: 0 50px
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area.sticky {
        padding: 0 50px
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media (max-width: 767px) {
    .mobile_menu {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9
    }
}

.slicknav_menu .slicknav_nav {
    background: #fff;
    float: right;
    margin-top: 0;
    padding: 0;
    width: 95%;
    padding: 0;
    border-radius: 0px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #151515;
}

.slicknav_menu .slicknav_nav a.active {
    color: #151515;
}

@media (max-width: 767px) {
    .slicknav_menu .slicknav_nav a i {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu .slicknav_nav a i {
        display: none
    }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    border: 1px solid #ddd;
    top: 3px;
    right: 5px;
    top: -32px
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    padding-bottom: 3px;
    top: -11px;
    right: -5px
}

@media (max-width: 767px) {
    .slicknav_menu {
        margin-right: 12px
    }
}

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -9px
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 5px;
    margin-top: -5px;
    top: -31px
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 0;
    margin-top: -5px;
    top: -50px
}

/*---------------------------------------
  HEADER SEARCH           
-----------------------------------------*/

.header__search {
  z-index: 400;
  display: block;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__search-form {
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
}

.header__search-form label {
  color: #000000;
}

.header__search-form::after {
  content: "Press Enter to begin your search.";
  display: block;
  letter-spacing: 0.6px;
  margin-top: 3.2rem;
  text-align: center;
}

.header__search-form input[type="search"] {
  background-color: transparent;
  color: #000000;
  height: auto;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 680px;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  margin: 0 auto;
  text-align: center;
}

.header__search-form input[type="search"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}

.header__search-form input[type="search"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}

.header__search-form input[type="search"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}

.header__search-form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.header__search-form input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

.header__search-form input[type="search"]::placeholder {
  /* Most modern browsers support this now. */
  color: #000000;
}

.header__search-form input[type="search"].placeholder {
  color: #000000 !important;
}

.header__search-form input[type="search"]:focus {
  outline: none;
}

.header__search-form input[type="submit"] {
  display: none;
}

body.search-is-visible {
  overflow: hidden;
}

.search-is-visible .header__search {
  opacity: 1;
  visibility: visible;
}


/*---------------------------------------
  Close button for search              
-----------------------------------------*/

.header__search-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header__search-close::before,
.header__search-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: #000000;
}

.header__search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*  ----------------------------------------------------
  POPUP
-------------------------------------------------------- */

.search-icon {
  display: inline-block;
  float: right;
  line-height: 15px;
  line-height: 78px;
  margin: 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  width: 80%;
  position: relative;
  transition: all 2s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 50%;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.close {
  float: right!important;
  font-weight: 700!important;
  line-height: 1!important;
  color: #000000!important;
  opacity: 1!important;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}


/*======================
    4.SLIDER HEADER
========================*/
.slider_area .single_slider {
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* margin: 0px 70px; */
}

@media (max-width: 767px) {
    .slider_area .single_slider {
        height: 500px;
        margin: 0!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_area .single_slider {
        height: 600px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider {
        height: 700px
    }
}

.slider_area .single_slider .slider_text h3 {
    color: #131313;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    letter-spacing: 0px
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px;
        letter-spacing: 3px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px;
        letter-spacing: 3px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 35px;
        letter-spacing: 3px
    }
}

.slider_area .single_slider .slider_text p {
    font-size: 36px;
    font-weight: 400;
    color: #131313;
    margin-bottom: 40px;
    margin-top: 20px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px
    }
}

.slider_area .single_slider .slider_text a {
    width: 263px
}

.slider_area .single_slider .slider_text{
    padding: 60px;
    min-width: 30%;
    text-align: center;
    background-color: rgba(255,255,255,.8);
}

.owl-carousel .owl-nav div {
    background: transparent;
    height: 54px;
    left: 0px;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 150px;
    font-size: 25px;
    color: #131313;
    z-index: 10;

    font-size: 15px;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);

    text-transform: uppercase;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 0 -45px;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 -45px 0 0;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: -2px;
    top: -3px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: -2px
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	color: #FFF;
	font-family: "Roboto", sans-serif
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
    color: #131313;
}



/*======================
        5.ABOUT
========================*/
.about_area {
    padding-top: 100px;
    padding-bottom: 100px
}

.about_area.extra_padding {
    padding-top: 100px;
    padding-bottom: 200px
}

@media (max-width: 767px) {
    .about_area.extra_padding {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_area.extra_padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .about_area {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_area {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.about_area .about_thumb {
    position: relative;
    z-index: 2
}

.about_area .about_thumb img {
    width: 100%
}

.about_area .about_thumb .exprience {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 40px 45px;
    background: #fff;
    text-align: center;
    left: 50%
}

.about_area .about_thumb .exprience h1 {
    color: #131313;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 2px
}

@media (max-width: 767px) {
    .about_area .about_thumb .exprience h1 {
        font-size: 30px
    }
}

.about_area .about_thumb .exprience span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #808080
}

@media (max-width: 767px) {
    .about_area .about_info {
        margin-top: 30px
    }
}

.about_area .about_info .about_list {
    margin-bottom: 40px;
    margin-top: 40px
}

.about_area .about_info .about_list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #808080;
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px
}

@media (max-width: 767px) {
    .about_area .about_info .about_list li {
        font-size: 14px
    }
}

.about_area .about_info .about_list li::before {
    content: "";
    background: #131313;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
}

.about_area .about_info .about_list li span{
    color: #151515;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.about_area .about_info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #808080;
    margin-bottom: 0px;
}

.about_area .about_info a {
    text-align: center
}



/*======================
    6.WORKS
========================*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #151515;
	
	box-shadow: 5px 5px #61616126;
}

.hovereffect .overlay-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    opacity: 0;
    transition: 0.5s;
    letter-spacing: 0px;
}

.hovereffect a, .hovereffect p {

    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    letter-spacing: 3px;
    margin-bottom: 22px;

  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay-gallery:before,
.hovereffect:hover a, .hovereffect:hover p, 
.hovereffect:hover h4 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.work {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.work-box-wrapper {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0;
    clear: both;
    position: relative;
}

@media (max-width: 767px) {
    .work-box-wrapper {
        margin: 0;
        width: 100%;
        padding: 0;
        clear: both;
        position: relative;
    }
}

/*filter css*/

.filter-wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
    overflow: hidden;
}

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

.filter-wrapper li a {
    margin-right: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #656464;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.opc-main-bg.active { text-decoration: underline; }

.lastest_project {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .lastest_project {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.lastest_project .section_title p {
    font-size: 16px;
    line-height: 28px;
    color: #808080;
    margin-bottom: 20px
}

.lastest_project .section_title h4 {
    color: #131313;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;

}

@media (max-width: 767px) {
    .lastest_project .section_title h4 {
        margin-bottom: 7px;
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .lastest_project .single_project_thumb {
        margin: 30px 0
    }
}

.lastest_project .single_project_thumb img {
    width: 100%
}



/*===========================
        7.SKILL
=============================*/
.skill-item h6 {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}

.skill-item span {
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: transparent;
  text-align: center;
  background: #151515;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (max-width: 575px) {
  .skill-item {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

.progress {
  width: 100%;
  overflow: hidden;
  height: 2px;
  margin-bottom: 30px;
  background-color: #e9ecef;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar,
.progress {
  transition: all 4s;
}



/*===========================
        8.RESUME
=============================*/
.single-resume:not(:last-child) {
    margin-bottom: 35px;
}

.single-resume {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.single-resume-left {
    margin-right: 100px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .single-resume-left{
        margin-right: 20px;
        padding-right: 20px;
    }
}

.single-resume-left h6 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}


.single-resume-right {
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
}

.single-resume-right h5 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
}



/*===========================
        9.SERVICES
=============================*/
.services {
    padding-top: 100px;
    padding-bottom: 100px
}

.service-box {
    margin: auto;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.service-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: #030311;
    z-index: 0;
    transition: 0.2s ease-out;
}

.service-box:hover {
    color: #fff;
    transition: 0.5s ease-out;
}

.service-box:hover:before {
    width: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1); 
}

.service-box i {
    font-size: 30px;
    color: #fff;
    width: 50px;
    padding-top: 25px;
    float: left;
    margin-right: 35px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.service-box h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

.service-box:hover h5 {
    color: #fff;
    transition: 0.5s ease-out;
    z-index: 2;
    position: relative;
}

.service-box p {
    overflow: hidden;
    margin: 0px;
    z-index: 2;
    position: relative;
}

.service-box:hover p {
    color: #fff;
    transition: 0.5s ease-out;
    overflow: hidden;
    margin: 0px;
    z-index: 2;
    position: relative;
}



/*======================
        10.TEAM
========================*/

.team_area span {
    font-size: 14px
}

.team_area .single_team {
    margin-bottom: 30px
}

.team_area .single_team .thumb {
    position: relative;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: auto;
    z-index: 9;
    overflow: hidden
}

.team_area .single_team .thumb .author_links {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 36px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: .3s
}

.team_area .single_team .thumb .author_links ul li {
    display: inline-block
}

.team_area .single_team .thumb .author_links ul li a {
    font-size: 15px;
    color: #d5ccc7;
    margin: 0 12px
}

.team_area .single_team .thumb .author_links ul li a:hover {
    color: #fff
}

.team_area .single_team .thumb::before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    opacity: .5;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team_area .single_team h3 {
    font-size: 26px;
    color: #131313;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 17px
}

.team_area .single_team p {
    color: #808080;
    font-weight: 400;
    font-size: 16px
}

.team_area .single_team:hover .author_links {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.team_area .single_team:hover .thumb::before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: .5
}

.team-thumb {
  width: 100%;
  margin-bottom: 32px;
}

.team-overlay {
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
  opacity: 0;
  text-align: center;
}

.team-thumb:hover .team-overlay {
  height: 100%;
  background-color: #ffffff;
  color: #222;
  padding-top: 30%;
  opacity: 0.9;
}

.team-thumb:hover h4 {
  color: #000000;
}

.team-thumb h4 {
    margin-bottom: 20px;
}

.team-thumb h6 {
    margin-bottom: 20px;
    display:inline-block;
}

.team-social ul li {
    display: inline-block;
    margin-right:10px;
    margin-left:10px;
}




/*======================
        11.BLOG
========================*/
.latest-blog-area .area-heading {
    margin-bottom: 70px
}

.blog_area a {
    color: #666 !important;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.blog_area a:hover,
.blog_area a:hover {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #151515;
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px
}

.single-blog:hover {
    box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1)
}

.single-blog .thumb {
    overflow: hidden;
    position: relative
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px
}

.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.single-blog .date {
    color: #666666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px
}

@media (max-width: 1199px) {
    .single-blog .tag {
        margin-right: 8px
    }
    .single-blog .tag:after {
        display: none
    }
}

.single-blog .likes {
    margin-right: 16px
}

@media (max-width: 800px) {
    .single-blog {
        margin-bottom: 30px
    }
}

.single-blog .single-blog-content {
    padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content {
        padding: 15px
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s
}

@media (max-width: 1199px) {
    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px
    }
    .single-blog h4 a {
        font-size: 18px
    }
}

.full_image.single-blog {
    position: relative
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

@media (min-width: 992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px
    }
}

.full_image.single-blog h4 {
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: none;
    padding-bottom: 5px
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.full_image.single-blog .date {
    color: #fff
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85)
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
}

@media (min-width: 768px) {
    .blog_details {
        padding: 30px 30px 30px 0px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #151515
}

.blog_details a:hover {
    color: #131313
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #000;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    padding: 0px 30px 30px 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #131313;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .blog_details {
    padding-top: 30px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #151515;
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #131313
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 40px 0;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px
    }
}

.comment-form .form-control {
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form:-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form:-moz-placeholder {
    font-size: 13px;
    color: #777
}

.blog_part {
    margin-bottom: 140px
}

@media (max-width: 576px) {
    .blog_part {
        margin-bottom: 0px;
        padding: 0px 0px 70px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part {
        margin-bottom: 0px;
        padding: 0px 0px 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part {
        margin-bottom: 0px;
        padding: 0px 0px 70px
    }
}

.blog_part .blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-style: inherit !important
}

@media (max-width: 576px) {
    .blog_part .single-home-blog {
        margin-bottom: 140px;
        margin-top: 20px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog {
        margin-bottom: 140px;
        margin-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog {
        margin-bottom: 140px;
        margin-top: 20px
    }
}

.blog_part .single-home-blog .card-img-top {
    border-radius: 0px
}

.blog_part .single-home-blog .card {
    border: 0px solid transparent;
    border-radius: 0px;
    background-color: transparent;
    position: relative
}

.blog_part .single-home-blog .card .card-body {
    padding: 25px 10px 29px 40px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    bottom: -140px;
    box-shadow: -7.552px 9.326px 20px 0px rgba(1, 84, 85, 0.1);
    border-radius: 10px
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px;
        left: 10px;
        bottom: -140px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px;
        left: 10px;
        bottom: -140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 20px
    }
}

.blog_part .single-home-blog .card .card-body a {
    color: #131313;
    text-transform: uppercase;
    -webkit-transition: .8s;
    transition: .8s
}

.blog_part .single-home-blog .card .card-body a:hover {
    background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog_part .single-home-blog .card .dot {
    position: relative;
    padding-left: 20px
}

.blog_part .single-home-blog .card .dot:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background-color: #131313;
    border-radius: 50%
}

.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px
    }
}

.blog_part .single-home-blog .card h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    -webkit-transition: .8s;
    transition: .8s;
    text-transform: capitalize;
    margin-bottom: 22px
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.blog_part .single-home-blog .card h5:hover {
    -webkit-transition: .8s;
    transition: .8s;
    background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: 1s
}

.blog_part .single-home-blog .card ul li {
    display: inline-block;
    color: #8a8a8a;
    margin-right: 14px
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px
    }
}

.blog_part .single-home-blog .card ul li span {
    margin-right: 10px;
    font-size: 12px
}
.switch-wrap {
    margin-bottom: 10px
}



/*======================
    12.TESTIMONIALS
========================*/
.testmonial_area {
	padding: 100px 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

@media (max-width: 767px) {
    .testmonial_area {
        padding: 100px 0
    }
}

.testmonial_area div.testimonial div.card {
	box-shadow: none;
}

.testmonial_area div.testimonial div.card-body {
	padding: 0 1rem;
	text-align: left;
}

.testmonial_area div.testimonial div.card .card-text {
	font-size: 1rem;
	color: #000;
	font-weight: 500;
	text-align: left;
}


.testmonial_area div.testimonial img {
	max-width: 80px;
	margin: 1rem 3rem 0;
}
.testmonial_area div.testimonial div.card-footer {
	background-color: transparent;
	border-top: none;
	padding:0 3rem;
}

.testmonial_area div.testimonial p.card-footer-text {
	font-weight: bold;
	font-size: 14px;
}

.testmonial_area .testmonial_info .author{
    padding-top: 50px;
}

.testmonial_area .testmonial_info .author img {
    width: auto;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.testmonial_area .testmonial_info p {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .testmonial_area .testmonial_info p {
        font-size: 15px;
        margin-bottom: 30px;
        margin-top: 20px;
        line-height: 26px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testmonial_area .testmonial_info p {
        font-size: 15px;
        margin-bottom: 30px;
        margin-top: 20px;
        line-height: 26px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .testmonial_area .testmonial_info p {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .testmonial_area .testmonial_info p br {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testmonial_area .testmonial_info p br {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .testmonial_area .testmonial_info p br {
        display: none
    }
}

.testmonial_area .testmonial_info .author_name{
    padding-bottom: 50px;
}

.testmonial_area .testmonial_info .author_name h4 {
    color: #131313;
    font-size: 16px
}

.testmonial_area .testmonial_info .author_name span {
    color: #131313;
    font-size: 14px;
    font-family: "Playfair Display", serif
}



/*======================
    13.SINGLE PROJECT
========================*/
.project_details {
    padding: 100px 0
}

@media (max-width: 767px) {
    .project_details {
        padding: 30px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .project_details {
        padding: 100px 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .project_details {
        padding: 100px 0
    }
}

.project_details .project_details_left {
    padding-right: 72px
}

@media (max-width: 767px) {
    .project_details .project_details_left {
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .project_details .project_details_left {
        padding-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .project_details .project_details_left {
        padding-right: 0
    }
}

.project_details .project_details_left .single_details {
    margin-bottom: 66px
}

.project_details .project_details_left .single_details h3 {
    color: #131313;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 33px
}

@media (max-width: 767px) {
    .project_details .project_details_left .single_details h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .project_details .project_details_left .single_details h3 br {
        display: none
    }
}

.project_details .project_details_left .single_details p {
    color: #808080;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 21px
}

.project_details .projects_details_info .details_thumb {
    margin-bottom: 70px
}

.project_details .projects_details_info .details_thumb img {
    width: 100%
}

@media (max-width: 767px) {
    .project_details .projects_details_info .details_thumb {
        margin-bottom: 20px
    }
}

.project_details .projects_details_info .details_info h3 {
    color: #131313;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 42px
}

.project_details .projects_details_info .details_info .details_info_list {
    border: 1px solid #e7e7e7;
    padding: 60px 50px
}

@media (max-width: 767px) {
    .project_details .projects_details_info .details_info .details_info_list {
        padding: 30px 20px
    }
}

.project_details .projects_details_info .details_info .details_info_list .single_details_info {
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 0
}

.project_details .projects_details_info .details_info .details_info_list .single_details_info .left_info {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize
}

.project_details .projects_details_info .details_info .details_info_list .single_details_info .right_info {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize
}

.project_details .projects_details_info .details_info .details_info_list .single_details_info .right_info a {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize
}

.project_details .projects_details_info .details_info .details_info_list .single_details_info:last-child {
    border: 0
}

.project_details .project_share {
    margin-top: 40px;
    padding: 42px 50px;
    border: 1px solid #e7e7e7
}

@media (max-width: 767px) {
    .project_details .project_share {
        padding: 30px 10px
    }
}

.project_details .project_share .left_info {
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize
}

.project_details .project_share .right_info {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize
}

.project_details .project_share .right_info a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
    color: #151515
}

@media (max-width: 767px) {
    .project_details .project_share .right_info a {
        width: 30px;
        height: 30px;
        margin-left: 2px;
        line-height: 30px
    }
}

.project_details .project_share .right_info a:hover {
    color: #151515;
}



/*======================
    14.CONTACT
========================*/
.contact-info {
    margin-bottom: 15px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8a8a8a;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #ff5e13
}

.contact-info .media-body p {
    /* color: #8a8a8a; */
    color: #333;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact textarea.form-control {
	border: 1px solid #e7e7e7;
}

.form-contact .form-control {
    border-bottom: 1px solid #151515!important;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 16px;
    background: transparent;
    border: none;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 16px;
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 100px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

.contact-section .btn_2:hover {
    background-color: #ff5e13
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #ff5e13;
    background: transparent
}

.form-select .nice-select .list .option:hover {
    color: #ff5e13;
    background: transparent
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}



/*======================
        15.FOOTER
========================*/

.footer .social_links_footer ul li a{
    color: #131313;
}

.footer .footer_copy_right {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}

.footer .footer_copy_right p {
    margin-bottom: 0;
    font-size: 14px;
    color: #131313;
    font-weight: 400;
    font-family: "Roboto", sans-serif
}

.footer .footer_copy_right p a {
    color: #131313;
}

.footer .footer_copy_right p a:hover {
    color: #fff
}

.social_links_footer{
    text-align: center;
}
.bg_white{
    background: #bdd3fd1a;
    /* padding: 25px 25px; */
}
.bg-textture{
background-image: url('../img/about/bg.jpg');
background-position: center center;
background-repeat:repeat;
background-size: cover;
}
.mt-6{
    margin-top: 65px;
}

.card {
    border-radius: 1rem;
    box-shadow: 0px -10px 0px rgb(3, 3, 17)
}

@media(max-width:767px) {
    .card {
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw
    }
}

.testimonial_area .card-image img {
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto
}

.col-md-4 {
    padding: 0 0.5rem
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-family: inherit;
}

.card-text {
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem
}

.footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
    font-family: inherit;
}

#name {
    font-size: 0.8rem;
    font-weight: bold
}

#position {
    font-size: 0.7rem
}